 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: Â© Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 @import url("https://fonts.googleapis.com/css?family=Albert+Sans: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;
 }

 .container_6176f848415f {
   width: 1440px;
   height: 705px;
   position: absolute !important;
   left: 1440px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #3c3c3b59;
   mix-blend-mode: normal;
   z-index: 0;
 }

 .container_2995c0c34d2c {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_c7b78d6b5c48 {
   padding: 10px 10px 10px 10px;
   width: 1460px;
   height: 725px;
   position: absolute !important;
   left: -10px;
   top: -10px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1d4d80cab74 {
   width: 705px;
   height: 808px;
   z-index: 1;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 808px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   opacity: 0.800000011920929;
 }

 .container_129ee2418aaa {
   width: 1440px;
   height: 213px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 492px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .text_222c50b8f9f2 {
   width: 356px;
   height: 99px;
   z-index: 3;
   position: absolute !important;
   left: 145px;
   top: 422px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_222c50b8f9f2 {
   overflow: visible;
 }

 .text-94aa2e4a2d04_222c50b8f9f2 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-c127e820f635_222c50b8f9f2 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .imageview_766104afaf52 {
   width: 85px;
   height: 97px;
   z-index: 3;
   position: absolute !important;
   left: 145px;
   top: 313px;
 }

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

 .imageview_994326eb1481 {
   width: 101px;
   height: 97px;
   z-index: 3;
   position: absolute !important;
   left: 548px;
   top: 313px;
 }

 .imageview_994326eb1481 img {
   position: absolute;
   width: 102.0px !important;
   height: 97.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.0px;
 }

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

 .imageview_deaef08d2159 {
   width: 97px;
   height: 97px;
   z-index: 3;
   position: absolute !important;
   left: 962px;
   top: 313px;
 }

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

 .text_207383fb8681 {
   width: 356px;
   height: 99px;
   z-index: 3;
   position: absolute !important;
   left: 548px;
   top: 422px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_207383fb8681 {
   overflow: visible;
 }

 .text-0f0cb0f3c65f_207383fb8681 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-d2e0b7247532_207383fb8681 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_02ff15574343 {
   width: 356px;
   height: 99px;
   z-index: 3;
   position: absolute !important;
   left: 962px;
   top: 422px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_02ff15574343 {
   overflow: visible;
 }

 .text-096244f05f77_02ff15574343 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-011c7e701663_02ff15574343 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_fb08919836a8 {
   width: 366px;
   height: 66px;
   z-index: 3;
   position: absolute !important;
   left: 145px;
   top: 543px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_fb08919836a8 {
   overflow: visible;
 }

 .text_c95b0fae865f {
   width: 353px;
   height: 66px;
   z-index: 3;
   position: absolute !important;
   left: 552px;
   top: 543px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c95b0fae865f {
   overflow: visible;
 }

 .text_288611cc11ed {
   width: 353px;
   height: 88px;
   z-index: 3;
   position: absolute !important;
   left: 959px;
   top: 543px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_288611cc11ed {
   overflow: visible;
 }

 .text_c81519614bf2 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 3;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_c81519614bf2 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_ac7f9b5e3b04 {
   width: 279px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_fb00823b1b18 {
   padding: 20px 40px 20px 40px;
   width: 359px;
   height: 61.96px;
   z-index: 3;
   position: absolute !important;
   left: 541px;
   top: 685px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_fb00823b1b18 {
   position: absolute !important;
   left: 541px;
   top: 685px;
   width: 359px;
   height: 61.96px;
   z-index: 3;
 }

 .container_nested_fb00823b1b18 {
   padding: 20px 40px 20px 40px;
   width: 359px;
   height: 61.96px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .imageview_ab78a6f4df1c {
   width: 47px;
   height: 55px;
   z-index: 3;
   position: absolute !important;
   left: 490.07px;
   top: 222px;
 }

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

 .container_33e7e5d94766 {
   width: 667px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 515px;
   top: 277px;
   background: #df8d3499;
 }

 .container_143583e3d747 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 500px;
   z-index: 3;
   left: 0px;
   top: 886px;
   background: #f7f3f1;
 }

 .text_129ea4f37099 {
   width: 981px;
   height: 198px;
   z-index: 4;
   position: absolute !important;
   left: 224px;
   top: 9rem;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

  .text_129ea4f37099 .highlight-title, .text_56dac5e55637 .highlight-title, .text-2fdc58b42676_bb12ffa16e24 .highlight-title{
    display: inline-block;
    position: relative;
  }

 .text_129ea4f37099 .highlight-title::before{
    content: "";
    position: absolute;
    left: -0.1em;
    right: -0.1em;
    bottom: -0.1em;
    height: 1.2em;
    background: #DF8D34;
    z-index: -1;
 }

 .text_129ea4f37099 .logo-space{
  display: inline-block;
  width: 3rem;
 }

  .text_56dac5e55637 .highlight-title{
    display: inline;
    position: relative;
  }

  .text_56dac5e55637 .highlight-title, .text-2fdc58b42676_bb12ffa16e24 .highlight-title{
       background: linear-gradient(
        #DF8D34 100%,
        #DF8D34 100%
    );
  }
    

 .text-01cd5befe1d3_129ea4f37099 {
   line-height: 64px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-04f113156d68_129ea4f37099 {
   line-height: 64px;
   font-family: 'Montserrat';
   font-weight: 500;
   display: inline-block;
   width: 4rem;
 }

 .text-61c9c4b142b2_129ea4f37099 {
   line-height: 64px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .logo-span{
  padding-left: 70px;
 }

 .logo-span::before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 60px;
  background-image: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/382:435.svg");
  background-size: cover;
  background-repeat: no-repeat;
 }

 .container_ba09ed75a691 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 886px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .text_12deb44030a7 {
   width: 840px;
   height: 161px;
   z-index: 4;
   position: absolute !important;
   left: 300px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-af7f18dfd9b5_12deb44030a7 {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-7cfcd8053c1b_12deb44030a7 {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_5e52015054ef {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 886px;
   z-index: 0;
   left: 0px;
   top: 703px;
 }

 .container_5e52015054efa {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 886px;
   z-index: 10;
   left: 0px;
   top: 1588px;
 }

 .text_34dd862513d7 {
   width: 650px;
   height: 165px;
   z-index: 2;
   position: absolute !important;
   left: 140px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-7253ca81fad9_34dd862513d7 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-af75d31165fd_34dd862513d7 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_f67ac990e269 {
   width: 565px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 140px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 200;
 }

 .eleven-navigation {
  background-color: #3c3c3b;
  padding: 16px;  
  width: 100%;
 }

 .eleven-navigation summary{
  height: 42px;  
 }

 .eleven-navigation summary::marker{
  display: none;
  content:'';
 }

 .eleven-navigation summary::before{
  content: "";
  background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/2025:2649.svg") center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
 }

  .eleven-navigation[open] summary::before {
    transform: rotate(90deg);
  }

  .eleven-navigation-block a{
    display: flex;
    width: 100%;
    height: 42px;
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 600;
    align-items: center;
  }

 .eleven-button, .eleven-button-white{
    position: absolute !important;
    overflow: visible;
    background-color: #CE7A23;
    border-radius: 64px;
    z-index: 3;
 }
 .eleven-button-mobile-container {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .eleven-button-mobile {
    background-color: #CE7A23;
    z-index: 3;
    height: 62px;
    width: 100%;
    border-radius: 64px;
 }

 .eleven-button-white{
    background-color: transparent;
    border: 3px solid #FFF;
  }

 .mm-contactanos{
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
 }

 .ver-proyectos-button {
    width: 232px;
    height: 62px;
    left: 140px;
    top: 494px;
  }

  .explora-servicios-button {
    width: 359px;
    height: 61.96px;
    left: 541px;
    top: 685px;
  }

  .diagnostico-button{
   width: 468px;
   height: 61.96px;
   left: 486px;
   top: 731px;
  } 

  .conocenos-button{
   width: 250px;
   height: 62px;
   left: 137px;
   top: 494px;
  }

  .asesoramiento-button{
   width: 384px;
   height: 61.96px;
   left: 528px;
   top: 403px;
  }

  .ver-servicios-button{
   width: 230px;
   height: 61.96px;
   left: 0;
   top: 0;
  }

  .contactanos-button{
   width: 230px;
   height: 61.96px;
   left: 280px;
   top: 0;
  }

  .solicita-cotizacion-button {
   width: 428px;
   height: 61.96px;
   left: 157px;
   top: 565px;
  }

 .inspeccion-tecnica-button {
   width: 394px;
   height: 61.96px;
   left: 157px;
   top: 591px;
 }

 .asesoria-personalizada-button {
   width: 445px;
   height: 61.96px;
   left: 157px;
   top: 566px;
 }

 .asesoramiento-tecnico-button {
   width: 384px;
   height: 61.96px;
   left: 528px;
   top: 403px;
 }

 .eleva-proyecto-button {
   width: 268px;
   height: 61.96px;
   left: 137px;
   top: 494px;
  }

  .eleven-button a, .eleven-button-white a, .eleven-button-mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 600;
  }

  .eleven-submit {
    top: 20px;
    width: 482px;
  }

  .eleven-submit-mobile {
    width: 100%;
  }

  .eleven-submit button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 600;
  }

  .eleven-button p, .eleven-button-white p, .eleven-button-mobile p {
      margin: 0;
  }

  .social-links .social-icon{
    width: 42px;
    height: 42px;
    margin: 0 20px 0 0 !important;
    float: left;
  }

 .text_e43738b6efdc {
   width: 100%;
   max-height: 21.96px;
   z-index: 3;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .galeria-fotos, .galeria-proyectos{
  width: 100%;
 }

 .text_truncate_e43738b6efdc {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_db20c5255a68 {
   width: 160px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_6de972164b66 {
   padding: 20px 30px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

 .container_02bf16e29176 {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 62px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_e12e0bf2347c {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 62px;
   z-index: 3;
   left: 140px;
   top: 494px;
 }

 .container_wrapper_e12e0bf2347c {
   position: absolute !important;
   overflow: visible;
   left: 140px;
   top: 494px;
   width: 232px;
   height: 62px;
   z-index: 3;
 }

 .container_nested_e12e0bf2347c {
   width: 232px;
   height: 62px;
   z-index: 3;
 }

 .text_b258bb6875d7 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_b258bb6875d7 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_7c756233f83c {
   padding: 20px 40px 20px 40px;
   width: 468px;
   height: 61.96px;
   position: absolute !important;
   left: 486px;
   top: 731px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_7b1aeb5d0a85 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 958px;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .container_wrapper_7b1aeb5d0a85 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 958px;
 }

 .container_nested_7b1aeb5d0a85 {
   width: 1440px;
   height: 958px;
   background: #3c3c3b;
 }

 .text_167d1677dbdc {
   width: 840px;
   height: 161px;
   z-index: 1;
   position: absolute !important;
   left: 300px;
   top: 120px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-91f7caa7f70b_167d1677dbdc {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-7c9c65104258_167d1677dbdc {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_e21c80b2c27c {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_e21c80b2c27c {
   overflow: visible;
 }

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

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

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

 .text_a34fc7fe951e {
   width: 237px;
   height: 75px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_a34fc7fe951e {
   overflow: visible;
 }

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

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

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

 .imageview_bb872bc6ccfa {
   width: 96px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_b913c2ba7e81 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_f7a06b3d504e {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_f7a06b3d504e {
   overflow: visible;
 }

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

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

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

 .text_b768920567de {
   width: 100%;
   min-width: 0;
   height: 75px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_b768920567de {
   overflow: visible;
 }

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

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

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

 .imageview_5d17587ac3c6 {
   width: 85px;
   height: 97px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_073a7fda9d7c {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_53dbd48fa1c6 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_53dbd48fa1c6 {
   overflow: visible;
 }

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

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

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

 .text_d633255ea722 {
   width: 100%;
   min-width: 0;
   height: 75px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_d633255ea722 {
   overflow: visible;
 }

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

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

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

 .imageview_25f40fdf6eef {
   width: 90px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_8ff617c1ce60 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_aefd605ccd62 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_aefd605ccd62 {
   overflow: visible;
 }

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

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

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

 .text_7048b1e79203 {
   width: 100%;
   min-width: 0;
   height: 75px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_7048b1e79203 {
   overflow: visible;
 }

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

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

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

 .imageview_90dac207224d {
   width: 106px;
   height: 94px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_60c016a40530 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .container_39390c91299e {
   width: 1224px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 108px;
   top: 341px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 28px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b2fc40391f0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 958px;
   left: 0px;
   top: 2089px;
 }

 .imageview_bf88b6083e12 {
   width: 1440px;
   height: 755px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_bf88b6083e12 img {
   position: absolute;
   width: 102.41% !important;
   height: 260.44% !important;
   max-width: none !important;
   left: -0.54%;
   top: -42.23%;
 }

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

 .container_521d93ab9395 {
   width: 1440px;
   height: 755px;
   z-index: 1;
   transform: rotate(-179.99999499104388deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1440px;
   top: 755px;
   background: linear-gradient(180deg, #3c3c3bff 10%, #3c3c3b4d 25%, #3c3c3ba6 75%, #3c3c3bff 90%);
 }

 .container_cc4b4cc8b94d {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 755px;
   left: -744px;
   top: -69.21px;
 }

 .container_237acab4980c {
   width: 538px;
   height: fit-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.8999999761581421;
 }

 .accordion-home{
    padding: 8rem 2.5rem 5rem;
    width: 100%;
    z-index: 2;
 }

 .accordion-home-mobile{
    padding: 0;
    width: 100%;
     z-index: 2;
 }

  .accordion-home h3{
    color:#FFFFFF;
    font-family: 'Montserrat';
    font-weight: 600;
  }

  .accordion-home p{
    color:#FFFFFF;
    font-family: 'Montserrat';
    font-weight: 200;
  }

 .text_2002f2884ba3 {
   width: 460px;
   height: 47.31px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 64.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_9b5751295716 {
   width: 460px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_611bcd3f6787 {
   width: 426px;
   height: 86px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 25.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_49a23f8c0b5e {
   width: 460px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 124px;
   opacity: 0.5;
 }

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

 .container_eb181d803eaa {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 136.42px;
   z-index: 2;
   left: 39px;
   top: 122.12px;
 }

 .text_9c7d50efc680 {
   width: 460px;
   height: 43px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_deda50233315 {
   width: 460px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 58px;
   opacity: 0.5;
 }

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

 .imageview_6520ba36b2ed {
   width: 24.04px;
   height: 24.04px;
   z-index: 3;
   position: absolute !important;
   left: 434px;
   top: 4.26px;
 }

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

 .container_57494a6b53bf {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 63.81px;
   z-index: 2;
   left: 39px;
   top: 269.53px;
 }

 .text_3b0d90f06ca1 {
   width: 460px;
   height: 47.31px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 344.34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_671c53fc7cb7 {
   width: 24.04px;
   height: 26.45px;
   z-index: 3;
   position: absolute !important;
   left: 473px;
   top: 355.35px;
 }

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

 .imageview_af19a10ebe26 {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 473px;
   top: 430.16px;
 }

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

 .imageview_a22f350f0b25 {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 473px;
   top: 504.97px;
 }

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

 .imageview_0c9723daf763 {
   width: 460px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 408.15px;
   opacity: 0.5;
 }

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

 .text_af397577f153 {
   width: 460px;
   height: 47.31px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 419.15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_72a88089f24a {
   width: 460px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 482.96px;
   opacity: 0.5;
 }

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

 .text_1978633a8509 {
   width: 460px;
   height: 47.31px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 493.96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_3d827cc1c6e1 {
   width: 460px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 557.77px;
   opacity: 0.5;
 }

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

 .imageview_2b4a26d8b9e5 {
   width: 34px;
   height: 37.4px;
   z-index: 3;
   position: absolute !important;
   left: 469px;
   top: 116.95px;
 }

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

 .container_261921c9011a {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: fit-content;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

  .container_261921c9011a .wp-block-accordion-heading__toggle-icon, 
  .container_a3a35ee6762b .wp-block-accordion-heading__toggle-icon, 
  .container_3377dc4b3cc0 .wp-block-accordion-heading__toggle-icon,
  .container_9a03dde948c0 .wp-block-accordion-heading__toggle-icon,
  .container_61a048092a18 .wp-block-accordion-heading__toggle-icon,
  .container_327c55f9cb68 .wp-block-accordion-heading__toggle-icon{
    color:#3C3C3B;
    font-size: 30px;
  }

  .container_261921c9011a .wp-block-accordion-item,
  .container_a3a35ee6762b .wp-block-accordion-item,
  .container_3377dc4b3cc0 .wp-block-accordion-item,
  .container_9a03dde948c0 .wp-block-accordion-item,
  .container_61a048092a18 .wp-block-accordion-item,
  .container_327c55f9cb68 .wp-block-accordion-item{
    border-bottom: 1px solid #000;
    padding: 1rem;
    margin-top: 1rem;
  }

  .container_327c55f9cb68 .wp-block-accordion-item, 
  .container_61a048092a18 .wp-block-accordion-item, 
  .container_9a03dde948c0 .wp-block-accordion-item{
    padding: 0 0 0.8rem;
  }

  .container_327c55f9cb68 h3, 
  .container_61a048092a18 h3, 
  .container_9a03dde948c0 h3{
    font-size:14px;
  }

  .container_327c55f9cb68 .wp-block-accordion-panel p, 
  .container_61a048092a18 .wp-block-accordion-panel p, 
  .container_9a03dde948c0 .wp-block-accordion-panel p{
    color:#FFF;
    font-size: 12px;
    font-weight: 400;
  }

 .container_969c5501f0e4 {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 621.58px;
   left: 744px;
   top: 3304.21px;
 }

 .container_a9612fadfa56 {
   width: 1440px;
   height: 681px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .imageview_cf5bdacf80c7 {
   width: 1323px;
   height: 201px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 479.12px;
 }

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

 .container_52fedf9da6e8 {
   width: 1440px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 537px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .text_1484963d9cc2 {
   width: 303px;
   height: 225px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1484963d9cc2 {
   overflow: visible;
 }

 .text-8d577fec78c1_1484963d9cc2 {
   line-height: 30px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-bb9992fe876c_1484963d9cc2 {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .footer-links {
    padding: 10px 10px 10px 10px;
    width: 323px;
    height: auto;
    z-index: 1;
    position: absolute !important;
    left: 558px;
    top: 80px;
    gap: 0 10px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
 }

.footer-links li{
    padding-bottom: 30px;
 }

 .text_967921bad692 {
   width: 303px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_967921bad692 {
   overflow: visible;
 }

 .container_24d7edd70e68 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 960px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b0696b6b70a {
   width: 378px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_5b0696b6b70a {
   overflow: visible;
 }

 .container_12d9d1332188 {
   padding: 10px 10px 10px 10px;
   width: 398px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_79e551c43ab2 {
   position: absolute !important;
   overflow: visible;
   width: auto;
   height: 681px;
   left: 0px;
   top: 3988px;
 }

 .main-menu{
  z-index: 2;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
 }

 .container_e8406235133c {
   width: 1160px;
   height: 74px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
 }

 .text_6c4fad26d144 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_247008f0a3f5 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_247008f0a3f5 {
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_nested_247008f0a3f5 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_723b6b08172d {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_9c6ad0da4215 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_9c6ad0da4215 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_205a59d5ada3 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_45dccf1f7786 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_45dccf1f7786 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_08c7f5303dc2 {
   width: 424px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 375px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_08c7f5303dc2 {
   position: absolute !important;
   left: 375px;
   top: 17px;
   width: 424px;
   height: 40px;
   z-index: 3;
 }

 .container_nested_08c7f5303dc2 {
   width: 424px;
   height: 40px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d971743b2cc6 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-b17df3b959f2_d971743b2cc6 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-1d3cbb4192bd_d971743b2cc6 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_48658b7e984c {
   padding: 13px 40px 13px 40px;
   width: 212px;
   height: 50px;
   z-index: 3;
   position: absolute !important;
   left: -1px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_3cdb3ff5ea2c {
   position: absolute !important;
   overflow: visible;
   width: 212px;
   height: 50px;
   z-index: 3;
   left: 936px;
   top: 12px;
 }

 .container_wrapper_3cdb3ff5ea2c {
   position: absolute !important;
   overflow: visible;
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .container_nested_3cdb3ff5ea2c {
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .imageview_b0d97d2b81e0 {
   width: 199px;
   height: 49px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_3ae4252e1367 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 74px;
   z-index: 2;
   left: 137px;
   top: 20px;
 }

 .container_wrapper_3ae4252e1367 {
   position: absolute !important;
   overflow: visible;
   left: 137px;
   top: 20px;
   width: 1160px;
   height: 74px;
   z-index: 2;
 }

 .container_nested_3ae4252e1367 {
   width: 1160px;
   height: 74px;
   z-index: 2;
 }

 .container_27e4976a9c8e {
   width: 1440px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -30px;
   background: #3c3c3b;
 }

 .imageview_d2ac23f84043 {
   width: 1200px;
   height: 39.28px;
   z-index: 2;
 }

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

 .container_a23c47f469bd {
   width: 320px;
   height: 269px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -30px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_bb65f7897d19 {
   width: 320px;
   height: 269px;
   z-index: 3;
   transform: rotate(-179.99999585225748deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1440px;
   top: 239px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_121ded1375a5 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 210px;
   z-index: 1;
   left: 0px;
   top: 3025px;
 }

 .viewport_935e77d8f97b {
   width: 1440px;
   height: 4670px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_825c8e3ce2db {
   width: 353px;
   height: 111px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-b487566c0dfc_825c8e3ce2db {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-a7c061f6016f_825c8e3ce2db {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_ebb80f0c915f {
   width: 353px;
   height: 79px;
   position: absolute !important;
   left: 0px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_fcba93b8574d {
   position: relative !important;
   overflow: visible;
   width: 353px;
   height: 230px;
   flex-shrink: 0;
 }

 .text_99ac2c539498 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_99ac2c539498 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_184ab99b9406 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_63ebe56a3092 {
   padding: 0 20px 0 20px;
   width: 393px;
   height: 800px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3b80 0%, #3c3c3bbf 80%, #3c3c3bff 100%);
   mix-blend-mode: normal;
 }

 .container_ac00e26d6f75 {
   width: 393px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_d0d8f55ae36d {
   width: 100%;
   min-width: 0;
   height: 216px;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_d0d8f55ae36d {
   overflow: visible;
 }

 .text-54a82a21d563_d0d8f55ae36d {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-3fe71ffefd48_d0d8f55ae36d {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_d237ea714bef {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .text_62b6eb0d2c88 {
   width: 237px;
   height: 75px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .imageview_42915786617e {
   width: 96px;
   height: 90px;
   flex-shrink: 0;
 }

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

 .container_392c4d97ab77 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5bea4ae7633e {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .text_b8fe2eca7e2b {
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .imageview_f95fdd7288f9 {
   width: 85px;
   height: 97px;
   flex-shrink: 0;
 }

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

 .container_eecbd3414386 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1f027530bb6b {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .text_c154d90c3fff {
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .imageview_2ca93f4e16d4 {
   width: 90px;
   height: 90px;
   flex-shrink: 0;
 }

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

 .container_8deb13c96174 {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .text_08bfbed79aab {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .text_aa65bb32b45b {
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .imageview_8e5c8676c3bf {
   width: 106px;
   height: 94px;
   flex-shrink: 0;
 }

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

 .container_ec6d8f25c94d {
   padding: 34px 34px 34px 34px;
   width: 285px;
   height: 330px;
   flex-shrink: 0;
   border-top: 1.3px solid #f7f3f1ff;
   border-right: 1.3px solid #f7f3f1ff;
   border-bottom: 1.3px solid #f7f3f1ff;
   border-left: 1.3px solid #f7f3f1ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

 .text_93f587c307a4 {
   width: 201px;
   height: 21.96px;
   max-height: 21.96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_93f587c307a4 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_0c4678a6e305 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

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

 .container_nested_0c4678a6e305 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_c7e5db3a7dc9 {
   padding: 60px 0 60px 0;
   width: 393px;
   height: 1885.96px;
   position: absolute !important;
   left: 0px;
   top: 3130px;
   align-items: center;
   justify-content: flex-start;
   gap: 42px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
 }

 .container_57590f575ebc {
   width: 393px;
   height: 153px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   background: #3c3c3b;
 }

 .imageview_e4c12e9ffad6 {
   width: 733px;
   height: 35.28px;
   z-index: 1;
 }

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

 .imageview_e4c12e9ffad6 img {
   position: absolute;
   width: 100% !important;
   height: 35.3px !important;
   max-width: none !important;
   left: 169.9px;
   top: 0.0px;
 }

 .container_9096e96fff38 {
   width: 45px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_3eb6f801be1c {
   width: 45px;
   height: 209px;
   z-index: 2;
   transform: rotate(-179.99999633315653deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 393px;
   top: 209px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_336545c7873f {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 210px;
   left: 0px;
   top: 5016px;
   background: #3c3c3b;
 }

 .text_f609ab40bf42 {
   width: 372px;
   height: 90px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_d6688635c247 {
   padding: 33px 9px 33px 9px;
   width: 393px;
   height: 156px;
   position: absolute !important;
   left: 0px;
   top: 298px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b5fd544ec694 {
   width: 393px;
   height: 60px;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
 }

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

 .container_e90e8c1c5b35 {
   width: 394px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .container_3c729a331f90 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 61px;
   left: -0.5px;
   top: 481px;
 }

 .text_0c8ddeb253cc {
   width: 100%;
   min-width: 0;
   height: 180px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0c8ddeb253cc {
   overflow: visible;
 }

 .container_bc77cefbba70 {
   padding: 10px 20px 10px 20px;
   width: 393px;
   height: 250px;
   position: absolute !important;
   left: 0;
   top: 47px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_546067ac9017 {
   position: absolute !important;
   width: 393px;
   height: 542px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3c3c3b;
 }

 .container_814e012ed0b2 {
   width: 394px;
   height: 887px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(181deg, #3c3c3bff 5.31%, #3c3c3b4d 20.21%, #3c3c3b4d 79.82%, #3c3c3bff 99.69%);
   mix-blend-mode: normal;
 }

 .container_df7e975ab900 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 887px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/2010:1565.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_327734e9e17f {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 887px;
   left: 0px;
   top: 5226px;
 }

 .text_8c26266a3444 {
   width: 100%;
   min-width: 0;
   height: 37px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_67fcaa5043c1 {
   width: 334px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8.75px;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_67fcaa5043c1 {
   overflow: visible;
 }

 .imageview_1d5adf6cec0f {
   width: 34px;
   height: 37.4px;
   z-index: 2;
   position: absolute !important;
   left: 296px;
   top: 0px;
 }

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

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

 .text_57ffcb546b92 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_57ffcb546b92 {
   overflow: visible;
 }

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

 .imageview_f2cd7a12801b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_f2cd7a12801b img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_d55c39e0710f {
   width: 323px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.29px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_d55c39e0710f {
   overflow: visible;
 }

 .imageview_5973f4ae3c21 {
   width: 24.04px;
   height: 24.04px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 8.26px;
 }

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

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

 .imageview_0682ce3a80ad {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_0682ce3a80ad img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_5d4268155af3 {
   width: 338px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_4be4cb35f836 {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 4.69px;
 }

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

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

 .imageview_96ba4f906a23 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_96ba4f906a23 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .imageview_f5e24be1ab01 {
   width: 24.04px;
   height: 26.45px;
   z-index: 1;
   position: absolute !important;
   left: 299px;
   top: 4.24px;
 }

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

 .text_35a4f7d2afa3 {
   width: 338px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

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

 .imageview_b08f27935173 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_b08f27935173 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_06fd90247775 {
   width: 338px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_3e53e3d2d899 {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 3.55px;
 }

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

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

 .imageview_5a125a2db5a0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_5a125a2db5a0 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .container_327c55f9cb68 {
   padding: 50px 15px 60px;
   width: 353px;
   height: fit-content;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 5382px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1cff74cc7ba2 {
   width: 100%;
   min-width: 0;
   height: 216px;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_1cff74cc7ba2 {
   overflow: visible;
 }

 .text-8f5a083a1358_1cff74cc7ba2 {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-934161de9b0b_1cff74cc7ba2 {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_3498a09d9e9e {
   width: 85px;
   height: 97px;
   flex-shrink: 0;
 }

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

 .text_14aee93d3c68 {
   width: 356px;
   height: 99px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_14aee93d3c68 {
   overflow: visible;
 }

 .text-15dab8d967d9_14aee93d3c68 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6e90a01893e0_14aee93d3c68 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_1292073a5d1a {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1292073a5d1a {
   overflow: visible;
 }

 .container_3b6e97c52e79 {
   padding: 0 24px 0 24px;
   width: 393px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bd4a429a726d {
   width: 101px;
   height: 97px;
   flex-shrink: 0;
 }

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

 .text_5945a5adc3d1 {
   width: 100%;
   min-width: 0;
   height: 99px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_5945a5adc3d1 {
   overflow: visible;
 }

 .text-200a98a2dcc5_5945a5adc3d1 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-101cc04fb704_5945a5adc3d1 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_3dabb6879ba0 {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_3dabb6879ba0 {
   overflow: visible;
 }

 .container_3653a9853bb4 {
   padding: 0 24px 0 24px;
   width: 393px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_99ad33c8fe2c {
   width: 97px;
   height: 97px;
   flex-shrink: 0;
 }

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

 .text_5c96a4a42cd8 {
   width: 100%;
   min-width: 0;
   height: 99px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_5c96a4a42cd8 {
   overflow: visible;
 }

 .text-b2ed0375c3b9_5c96a4a42cd8 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-aaa9e4501455_5c96a4a42cd8 {
   line-height: 33px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_6cdbb875623d {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_6cdbb875623d {
   overflow: visible;
 }

 .container_02fe9b69ead6 {
   padding: 0 24px 0 24px;
   width: 393px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c4d3d8f35177 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_c4d3d8f35177 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_2df1147d2ea0 {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_2df1147d2ea0 {
   width: 345px;
   height: fit-content;
 }

 .container_nested_2df1147d2ea0 {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_1b2eb172106f {
   padding: 100px 24px 100px 24px;
   width: 393px;
   height: 1665.96px;
   position: absolute !important;
   left: 0px;
   top: 800px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
 }

 .container_7449fb5bb4b3 {
   width: 336px;
   height: 50px;
   position: absolute !important;
   left: 14px;
   top: 393px;
   background: #df8d3499;
 }

 .container_f3b3b3705224 {
   width: 242px;
   height: 50px;
   position: absolute !important;
   left: 14px;
   top: 448px;
   background: #df8d3499;
 }

 .imageview_20ffabb43ac2 {
   width: 33px;
   height: 36px;
   position: absolute !important;
   left: 24px;
   top: 234px;
 }

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

 .text_bb12ffa16e24 {
   width: 345px;
   height: 504px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_bb12ffa16e24 {
   overflow: visible;
 }

 .text-d8744de9acb0_bb12ffa16e24 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-760a8d916170_bb12ffa16e24 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-2fdc58b42676_bb12ffa16e24 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_c10a555d6784 {
   position: relative !important;
   overflow: visible;
   width: 393px;
   height: 504px;
   flex-shrink: 0;
 }

 .container_a0229abd74c1 {
   padding: 80px 24px 80px 24px;
   width: 393px;
   height: 664px;
   position: absolute !important;
   left: 0px;
   top: 2466px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f3f1;
 }

 .imageview_f67c6fd7f208 {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
 }

 .imageview_f67c6fd7f208 img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_5dd3d0b75d5f {
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 12px;
 }

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

 .imageview_8ea2ee9b48c0 {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 22px;
 }

 .imageview_8ea2ee9b48c0 img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .container_8c8669f99d95 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: auto;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .viewport_30d542b71f78 {
   width: 393px;
   height: 6654px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_3650ece68439 {
   width: 1440px;
   height: 681px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .imageview_a67b8d2a537e {
   width: 1323px;
   height: 201px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 479.12px;
 }

 .imageview_a67b8d2a537e img {
   position: absolute;
   width: 1323.0px !important;
   height: 192.9px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_e4511ce0f064 {
   width: 1440px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 537px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .text_fa70a3a6b4d4 {
   width: 303px;
   height: 225px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_fa70a3a6b4d4 {
   overflow: visible;
 }

 .text-a930a0582272_fa70a3a6b4d4 {
   line-height: 30px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-5322b57af7d2_fa70a3a6b4d4 {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_149fd4e40bbb {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 245px;
   z-index: 1;
   position: absolute !important;
   left: 558px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_50e72c6428c8 {
   width: 303px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_50e72c6428c8 {
   overflow: visible;
 }

 .container_2d45755b9b12 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 960px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_04db4a4db238 {
   width: 378px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_04db4a4db238 {
   overflow: visible;
 }

 .container_03b629abf081 {
   padding: 10px 10px 10px 10px;
   width: 398px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .nosotros-footer {
   top: 5215px;
 }

 .proyectos-footer {
   top: 2450px;
 }

 .contacto-footer{
   top: 1181px;
 }


 .imageview_e21a8bf2c282 {
   width: 1650px;
   height: 778px;
   position: absolute !important;
   left: 0px;
   top: 9px;
 }

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

 .container_632dfd2f767f {
   width: 1440px;
   height: 787px;
   z-index: 1;
   position: absolute !important;
   left: 1440px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(180deg, #FFF 10%, #99979666 50%, #3c3c3bff 90%);
 }

 .container_1b6d6f017bd6 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 787px;
   left: 0px;
   top: 4431px;
 }

 .container_b115762862b1 {
   width: 1440px;
   height: 288px;
   z-index: 1;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f7f3f1;
 }

 .text_7d1fcde9b39c {
   width: 1160px;
   height: 183px;
   z-index: 2;
   position: absolute !important;
   left: 120px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 95.08px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-e8ad0d949486_7d1fcde9b39c {
   line-height: 95.08px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-99e639834c79_7d1fcde9b39c {
   line-height: 95.08px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-6f25b8b4c373_7d1fcde9b39c {
   line-height: 95.08px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_04aaec83a839 {
   width: 231px;
   height: 236px;
   z-index: 3;
   transform: rotate(90.00000194976451deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 120px;
   top: 26px;
   background: linear-gradient(180deg, #f7f3f100 0%, #f7f3f1ff 96%);
 }

 .container_71e09b7209ab {
   width: 231px;
   height: 236px;
   z-index: 3;
   transform: rotate(-89.99999935416822deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1049px;
   top: 26px;
   background: linear-gradient(180deg, #f7f3f100 0%, #f7f3f1ff 96%);
 }

 .container_410b2883dabf {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 288px;
   z-index: 1;
   left: 0px;
   top: 4143px;
 }

 .container_f9f88b2a5d94 {
   width: 1440px;
   height: 705px;
   position: absolute !important;
   left: 1440px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #3c3c3b59;
   mix-blend-mode: normal;
 }

 .container_df378cf2e2a4 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   left: 0;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_2449b87939da {
   width: 807.72px;
   height: 691px;
   z-index: 1;
   transform: rotate(90.0000025036087deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   opacity: 0.800000011920929;
 }

 .imageview_4fbd36a2530c {
   width: 1439.5px;
   height: 516px;
   z-index: 2;
   position: absolute !important;
   left: 0.5px;
   top: 492px;
 }

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

 .text_056a57c3deeb {
   width: 649.77px;
   height: 205px;
   z-index: 2;
   position: absolute !important;
   left: 137.45px;
   top: 167px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-34b6cc9bf0d8_056a57c3deeb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-3055eb204bab_056a57c3deeb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-02580db7fcc6_056a57c3deeb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-5ea4907f2e9c_056a57c3deeb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-bc83d1cdfe8e_056a57c3deeb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_af27a034e8a6 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 3;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_af27a034e8a6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_527bed90affa {
   width: 123px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d7f125668f64 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

 .container_63424afeb2db {
   position: absolute !important;
   overflow: visible;
   width: 475px;
   height: 62px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_c3eb0ae241e7 {
   position: absolute !important;
   overflow: visible;
   width: 682.76px;
   height: 62px;
   z-index: 3;
   left: 137.45px;
   top: 494px;
 }

 .container_wrapper_c3eb0ae241e7 {
   position: absolute !important;
   overflow: visible;
   left: 137.45px;
   top: 494px;
   width: 682.76px;
   height: 62px;
   z-index: 3;
 }

 .container_nested_c3eb0ae241e7 {
   width: 682.76px;
   height: 62px;
   z-index: 3;
 }

 .text_e3c22b31c094 {
   width: 649.77px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 137.45px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_7e3827b389fa {
   width: 145px;
   height: 74px;
   z-index: 3;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_7e3827b389fa {
   overflow: visible;
 }

 .container_8cf59e1ad713 {
   padding: 0 20.13px 0 20.11px;
   width: 156px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: -12.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_febd8d380bf1 {
   position: relative !important;
   width: 125px;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_df0f86fb9b41 {
   width: fit-content;
   z-index: 3;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_11429a49c071 {
   width: 128px;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_21a381878eb9 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_080b99054a84 {
   width: fit-content;
   z-index: 3;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_d6376bf67852 {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_095494946e7b {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_24e85c91d03f {
   width: fit-content;
   z-index: 3;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_217204df01a1 {
   width: 136px;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f325a5f92a49 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a34926bf88d0 {
   width: fit-content;
   z-index: 3;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_95fa62de15bc {
   padding: 0 20.13px 0 20.11px;
   width: 119.51px;
   height: 71.6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c83653d29a27 {
   position: relative !important;
   width: 114px;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_8960485e8996 {
   width: fit-content;
   z-index: 3;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_30a3b0684fb1 {
   width: 182px;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_78a98e3d8060 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b8b7c0c283d {
   width: fit-content;
   z-index: 3;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_7b6e1f8626dc {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb5e9c85c19b {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_fcc621756e69 {
   width: fit-content;
   z-index: 3;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_dddfdaf48d70 {
   width: 131px;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_15a83eab53d0 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_622afe14a709 {
   width: 1066px;
   height: fit-content;
   max-width: 1296px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_81e72e377ce2 {
   padding: 120px 72px 120px 72px;
   width: 1439.5px;
   height: 411px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 698px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #3c3c3b;
 }

 .container_e57b2d2296ed {
   width: 1160px;
   height: 74px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_60e7cc7e7eea {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_e17d49b04392 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_e17d49b04392 {
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_nested_e17d49b04392 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_8f108cdf35a2 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_b2ab6d5c37a7 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_b2ab6d5c37a7 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5f5120644aa6 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_f76cb7df6002 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_f76cb7df6002 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_99ea9d027fdc {
   width: 424px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 375px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_99ea9d027fdc {
   position: absolute !important;
   left: 375px;
   top: 17px;
   width: 424px;
   height: 40px;
   z-index: 3;
 }

 .container_nested_99ea9d027fdc {
   width: 424px;
   height: 40px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7fcccd9a1d55 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-5a382f520845_7fcccd9a1d55 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-556da978a2c9_7fcccd9a1d55 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_7d37d46fff9a {
   padding: 13px 40px 13px 40px;
   width: 212px;
   height: 50px;
   z-index: 3;
   position: absolute !important;
   left: -1px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_2c20441f30ea {
   position: absolute !important;
   overflow: visible;
   width: 212px;
   height: 50px;
   z-index: 3;
   left: 936px;
   top: 12px;
 }

 .container_wrapper_2c20441f30ea {
   position: absolute !important;
   overflow: visible;
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .container_nested_2c20441f30ea {
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .imageview_adeccfa5b66b {
   width: 199px;
   height: 49px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_36af284566cd {
   position: absolute !important;
   overflow: visible;
   width: 1159.6px;
   height: 74px;
   z-index: 2;
   left: 137.45px;
   top: 20px;
 }

 .container_wrapper_36af284566cd {
   position: absolute !important;
   overflow: visible;
   left: 137.45px;
   top: 20px;
   width: 1159.6px;
   height: 74px;
   z-index: 2;
 }

 .container_nested_36af284566cd {
   width: 1159.6px;
   height: 74px;
   z-index: 2;
 }

 .container_6a2cbae43c2f {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1109px;
   left: -0.5px;
   top: 0px;
 }

 .text_31ec65631c77 {
   width: 544px;
   height: 83px;
   position: absolute !important;
   left: 0px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-d3463a6f645a_31ec65631c77 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-f100ade28e40_31ec65631c77 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_e0d52dc7de46 {
   width: 494px;
   height: 81px;
   position: absolute !important;
   left: 0px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_bb8ecd63a06b {
   width: 413px;
   height: 43px;
   position: absolute !important;
   left: 71px;
   top: 284px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_b9db3ffa65eb {
   width: 413px;
   height: 43px;
   position: absolute !important;
   left: 71px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_31919b1d57ad {
   width: 413px;
   height: 43px;
   position: absolute !important;
   left: 71px;
   top: 500px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_eb82632a84da {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 71px;
   top: 364px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_4adbfe0f7955 {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 71px;
   top: 256px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_0f9c9a6d14ca {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 71px;
   top: 472px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_e3f8524e467b {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_e3f8524e467b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_f1b353b14664 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_wrapper_e69e1a927d2a {
   position: absolute !important;
   left: 0px;
   top: 254px;
   width: 45px;
   height: 45px;
 }

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

 .text_2a1395ef5949 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_2a1395ef5949 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_aa07b0a07406 {
   padding:0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_wrapper_d934a128904f {
   position: absolute !important;
   left: 0px;
   top: 365px;
   width: 45px;
   height: 45px;
 }

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

 .text_1f9380c62bf3 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_1f9380c62bf3 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_28ec1cf10339 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_wrapper_ae45a5f9e91d {
   position: absolute !important;
   left: 0px;
   top: 473px;
   width: 45px;
   height: 45px;
 }

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

 .imageview_74fa1a89bda9 {
   width: 553px;
   height: 575px;
   position: absolute !important;
   left: 588px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_74fa1a89bda9 img {
   position: absolute;
   width: 112.76% !important;
   height: 144.60% !important;
   max-width: none !important;
   left: -3.68%;
   top: -11.43%;
 }

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

 .container_d82206325d08 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f1;
   border-radius: 50px 50px 50px 50px;
 }

 .container_fe7e7c4668a3 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_07d8c4d9a4ac {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_73d14111476d {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_f9da1c10a760 {
   padding: 8px 12px 8px 12px;
   width: 120px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 214px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

 .container_138de80ed207 {
   position: absolute !important;
   overflow: visible;
   width: 550px;
   height: 59px;
   z-index: 1;
   left: 588px;
   top: 508px;
 }

 .container_ed1c5cd62989 {
   position: absolute !important;
   overflow: visible;
   width: 1141px;
   height: 575px;
   left: 0px;
   top: 0px;
 }

 .container_bd6d39520e88 {
   position: absolute !important;
   overflow: visible;
   width: 1141px;
   height: 575px;
   left: 156px;
   top: 1224px;
 }

 .text_7f01223544ac {
   width: 840px;
   height: 161px;
   position: absolute !important;
   left: 53px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-27571d2d6c87_7f01223544ac {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-b9414bef47f0_7f01223544ac {
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_8dc46ab1f685 {
   position: absolute !important;
   overflow: visible;
   width: 946px;
   height: 161px;
   left: 247px;
   top: 0px;
 }

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

 .text_dd4e654949da {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_dd4e654949da {
   overflow: visible;
 }

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

 .text_8f9a290a8128 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_8f9a290a8128 {
   overflow: visible;
 }

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

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

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

 .text_dcd6fe94cae7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_dcd6fe94cae7 {
   overflow: visible;
 }

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

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

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

 .imageview_b53658e5da10 {
   width: 26.37px;
   height: 26.37px;
   flex-shrink: 0;
 }

 .imageview_b53658e5da10 img {
   position: absolute;
   width: 27.9px !important;
   height: 27.9px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_1c3501e7d294 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1c3501e7d294 {
   overflow: visible;
 }

 .text-69e1ed2f5e4d_1c3501e7d294 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-629c3f7e0c0f_1c3501e7d294 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .container_c4bf00468012 {
   padding: 34px 34px 34px 34px;
   width: 453.12px;
   height: fit-content;
   border-top: 1.3px solid #3c3c3b26;
   border-right: 1.3px solid #3c3c3b26;
   border-bottom: 1.3px solid #3c3c3b26;
   border-left: 1.3px solid #3c3c3b26;
   position: absolute !important;
   left: 0px;
   top: 398px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 0 0 8px 8px;
 }

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

 .imageview_96b3cf60ed6c img {
   position: absolute;
   width: 100.00% !important;
   height: 166.31% !important;
   max-width: none !important;
   left: 0.00%;
   top: -38.00%;
 }

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

 .container_d039472a424e {
   position: relative !important;
   overflow: visible;
   width: 453.12px;
   height: 705.37px;
   flex-shrink: 0;
 }

 .text_38e1842a26ee {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_38e1842a26ee {
   overflow: visible;
 }

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

 .text_3ae43c6d136b {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_3ae43c6d136b {
   overflow: visible;
 }

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

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

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

 .text_58c3fabe41e4 {
   width: 100%;
   min-width: 0;
   height: 115px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_58c3fabe41e4 {
   overflow: visible;
 }

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

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

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

 .imageview_c1980b305fbf {
   width: 26.37px;
   height: 26.37px;
   flex-shrink: 0;
 }

 .imageview_c1980b305fbf img {
   position: absolute;
   width: 27.9px !important;
   height: 27.9px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_3f0291fafc35 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_3f0291fafc35 {
   overflow: visible;
 }

 .text-dae17b01e055_3f0291fafc35 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-f01a9403a0c7_3f0291fafc35 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

 .container_e97ef5957a9c {
   width: 385.12px;
   height: 26.37px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9c0554daa2bf {
   padding: 34px 34px 34px 34px;
   width: 453.12px;
   height: fit-content;
   border-top: 1.3px solid #3c3c3b26;
   border-right: 1.3px solid #3c3c3b26;
   border-bottom: 1.3px solid #3c3c3b26;
   border-left: 1.3px solid #3c3c3b26;
   position: absolute !important;
   left: 0px;
   top: 408px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 0 0 8px 8px;
 }

 .imageview_c93149a9097a {
   width: 452px;
   height: 408px;
   position: absolute !important;
   left: 0.88px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 0 0;
 }

 .imageview_c93149a9097a img {
   position: absolute;
   width: 110.43% !important;
   height: 163.12% !important;
   max-width: none !important;
   left: -5.24%;
   top: -25.82%;
 }

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

 .container_716963fa610a {
   position: relative !important;
   overflow: visible;
   width: 453.12px;
   height: 711.37px;
   flex-shrink: 0;
 }

 .container_d6ad179657a3 {
   width: 946.24px;
   height: 711.37px;
   position: absolute !important;
   left: 247px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_603dfb51729d {
   width: 1440px;
   height: 1145px;
   position: absolute !important;
   left: 0px;
   top: 2998px;
   align-items: center;
   justify-content: center;
   gap: 61px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 0%, #FFF 100%);
 }

 .container_c9e5c2662b6a {
   width: 520px;
   height: 64px;
   position: absolute !important;
   left: 535px;
   top: 213px;
   background: #df8d34cc;
 }

 .container_090c34a5ca02 {
   width: 256px;
   height: 64px;
   position: absolute !important;
   left: 225px;
   top: 277px;
   background: #df8d34cc;
 }

 .text_56dac5e55637 {
   width: 981px;
   height: 198px;
   z-index: 1;
   position: absolute !important;
   left: 235px;
   top: 151px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_5b5406db5ca4 {
   width: 47px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 488px;
   top: 286px;
 }

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

 .container_231c21880159 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 500px;
   left: 0px;
   top: 1919px;
   background: #f7f3f1;
 }

 .container_4b5ac0b3c2ff {
   width: 1440px;
   height: 579px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_42257ab4ed9b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 579px;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .container_5fcd0b557cd3 {
   width: 1440px;
   height: 213px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 366px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .text_6d3c92dc5a74 {
   width: 704px;
   height: 107px;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-f12f39e8db55_6d3c92dc5a74 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-4d5ac4a0ce67_6d3c92dc5a74 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_5695b427e3a4 {
   width: 497px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 462px;
   top: 276px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_c048ad6461a0 {
   width: 306px;
   height: 21.96px;
   max-height: 21.96px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_c048ad6461a0 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_780cc9a9a38c {
   width: 304px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_810eb8baca84 {
   padding: 20px 40px 20px 40px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
   position: absolute !important;
   left: 528px;
   top: 403px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_810eb8baca84 {
   position: absolute !important;
   left: 528px;
   top: 403px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
 }

 .container_nested_810eb8baca84 {
   padding: 20px 40px 20px 40px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_694881cf222f {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 579px;
   left: 0px;
   top: 2419px;
 }

 .viewport_22b074c4bc55 {
   width: 1440px;
   height: 5890px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_8d5d616f5478 {
   width: 372px;
   height: 90px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_23daa5c93b1b {
   padding: 33px 9px 33px 9px;
   width: 393px;
   height: 156px;
   position: absolute !important;
   left: 0px;
   top: 298px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c770292ff138 {
   width: 393px;
   height: 61px;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
 }

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

 .container_afecdd68dd58 {
   width: 394px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .container_31ea7d22ee5a {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 61px;
   left: -0.5px;
   top: 481px;
 }

 .text_f06f8e4dca66 {
   width: 100%;
   min-width: 0;
   height: 180px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_f06f8e4dca66 {
   overflow: visible;
 }

 .container_0a11e919fbc0 {
   padding: 10px 20px 10px 20px;
   width: 393px;
   height: 250px;
   position: absolute !important;
   left: 0;
   top: 47px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f50fec0f59a {
   position: absolute !important;
   left: 0px;
   top: 7475px;
 }

 .text_96c16717dd21 {
   width: 353px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: -6.48px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_96c16717dd21 {
   overflow: visible;
 }

 .text-71a2096cb07b_96c16717dd21 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-7b1a2c794a61_96c16717dd21 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-27c6f406a3bd_96c16717dd21 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-073dd5bf5add_96c16717dd21 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-74c6b307249f_96c16717dd21 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_ad7a5be17d1d {
   width: 353px;
   height: 79px;
   position: absolute !important;
   left: 0px;
   top: 175.52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_da0fcfd2fac0 {
   position: relative !important;
   overflow: visible;
   width: 353px;
   height: 251px;
   flex-shrink: 0;
 }

 .text_2b82a2e84df6 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_2b82a2e84df6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_f98f00ca417f {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_434cf46c8c76 {
   padding: 0 20px 0 20px;
   width: 393px;
   height: 800px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3b80 0%, #3c3c3bbf 80%, #3c3c3bff 100%);
   mix-blend-mode: normal;
 }

 .container_14a995334a66 {
   width: 393px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_e6bba9995063 {
   width: 145px;
   height: 74px;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_e6bba9995063 {
   overflow: visible;
 }

 .container_a0f740ba7b9c {
   padding: 0 20.13px 0 20.11px;
   width: 156px;
   height: 72px;
   position: absolute !important;
   left: -12.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6dafdf65e3df {
   position: relative !important;
   width: 125px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_66a5fe109660 {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_e0dd1a05eaa4 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d87756d82f7 {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_da98f0f65b42 {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe233b3bf5df {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_9b518c2765cf {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_74d33bb6fa45 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2a27be729d68 {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_421647ee43c9 {
   padding: 0 20.13px 0 20.11px;
   width: 119.51px;
   height: 71.6px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd013b3eafc9 {
   position: relative !important;
   width: 114px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_84248451c03b {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_cc8fcf48c7f6 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0483071f6135 {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_22d1e9f5fb0b {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1fb8205fee9f {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_623f98cc8f0d {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_3e3a71350628 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3f94e07737a {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd531c1737f6 {
   padding: 100px 72px 100px 72px;
   width: 393px;
   height: 862px;
   position: absolute !important;
   left: 0px;
   top: 800px;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
 }

 .text_40ac42458d95 {
   width: 345px;
   height: 126px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_40ac42458d95 {
   overflow: visible;
 }

 .text-d4824352e0a6_40ac42458d95 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-263b35f78e06_40ac42458d95 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_d8af66663de4 {
   width: 345px;
   height: 81px;
   position: absolute !important;
   left: 0px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .imageview_44036d7b7713 {
   width: 393px;
   height: 409px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_44036d7b7713 img {
   position: absolute;
   width: 112.76% !important;
   height: 144.60% !important;
   max-width: none !important;
   left: -3.68%;
   top: -11.43%;
 }

 .imageview_44036d7b7713.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .container_66b546861b5e {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f1;
   border-radius: 50px 50px 50px 50px;
 }

 .container_421ebd1013be {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_811e6f912ad4 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_7aa36323042b {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f3f180;
   border-radius: 50px 50px 50px 50px;
 }

 .container_84c95922b4de {
   padding: 8px 12px 8px 12px;
   width: 120px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: -60px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

 .container_5e9a2b1b16a0 {
   position: relative !important;
   overflow: visible;
   width: 393px;
   height: 59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2e8cbeb4c243 {
   width: fit-content;
   height: 409px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc7b7aa2bf08 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_fc7b7aa2bf08 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_d2275c281ff5 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_10bce4b88462 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_10bce4b88462 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_facc7599f360 {
   width: 413px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_49657f605104 {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_ed2b1d42a7bf {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_ed2b1d42a7bf {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_1c7bcd31d2ca {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2cc230454b06 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2cc230454b06 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_6a1c49d66e65 {
   width: 345px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_54af52443f33 {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_11fc256fee5f {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_11fc256fee5f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_fc3d06fe4b7f {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_24302451133b {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_24302451133b {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_a2c41c1184fd {
   width: 413px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_2cd2b77d5b95 {
   width: 413px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .container_25eba1378b0c {
   padding: 100px 24px 100px 24px;
   width: 393px;
   height: 1369px;
   position: absolute !important;
   left: 0px;
   top: 1662px;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a6284a8fb496 {
   width: 336px;
   height: 50px;
   position: absolute !important;
   left: 14px;
   top: 393px;
   background: #df8d3499;
 }

 .container_456979a28547 {
   width: 242px;
   height: 50px;
   position: absolute !important;
   left: 14px;
   top: 448px;
   background: #df8d3499;
 }

 .imageview_1b7277cc3dc5 {
   width: 33px;
   height: 36px;
   position: absolute !important;
   left: 24px;
   top: 234px;
 }

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

 .text_71e5572a7b3c {
   width: 345px;
   height: 504px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_71e5572a7b3c {
   overflow: visible;
 }

 .text-252a2cecc9de_71e5572a7b3c {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-461e51b31acc_71e5572a7b3c {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-638d5785f8ae_71e5572a7b3c {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_50cc230b22e3 {
   position: relative !important;
   overflow: visible;
   width: 393px;
   height: 504px;
   flex-shrink: 0;
 }

 .container_3fc60ba14533 {
   padding: 80px 24px 80px 24px;
   width: 393px;
   height: 664px;
   position: absolute !important;
   left: 0px;
   top: 3031px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f3f1;
 }

 .text_aae8cd3c8e0c {
   width: 100%;
   min-width: 0;
   height: 210px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_aae8cd3c8e0c {
   overflow: visible;
 }

 .text-13ae8f5f04cd_aae8cd3c8e0c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-44cc37422cfa_aae8cd3c8e0c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_1c81eee3623f {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1c81eee3623f {
   overflow: visible;
 }

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

 .text_ae5e20ba31c6 {
   width: 306px;
   height: 21.96px;
   max-height: 21.96px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_ae5e20ba31c6 {
   overflow: visible;
 }

 .text_truncate_ae5e20ba31c6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_4eb63cf254ba {
   width: 304px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7303de00239 {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_f7303de00239 {
   width: 345px;
   height: fit-content;
 }

 .container_nested_f7303de00239 {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_ad9f1c78e4b7 {
   padding: 200px 0 200px 0;
   width: 393px;
   height: fit-content;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 3%, #3c3c3b73 50%, #3c3c3bff 97%);
   mix-blend-mode: normal;
 }

 .container_3b82f4be65d1 {
   width: 393px;
   height: 845px;
   position: absolute !important;
   left: 0px;
   top: 3695px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_059eae7b1bce {
   width: 393px;
   height: 216px;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_059eae7b1bce {
   overflow: visible;
 }

 .text-6daa57145614_059eae7b1bce {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-e3dda6668640_059eae7b1bce {
   line-height: 54px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_24566193d1d2 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_24566193d1d2 {
   overflow: visible;
 }

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

 .text_94da875d0caa {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_94da875d0caa {
   overflow: visible;
 }

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

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

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

 .text_2fe3701789c8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_2fe3701789c8 {
   overflow: visible;
 }

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

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

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

 .imageview_ce61314f3774 {
   width: 26.37px;
   height: 26.37px;
   flex-shrink: 0;
 }

 .imageview_ce61314f3774 img {
   position: absolute;
   width: 27.9px !important;
   height: 27.9px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_e3c0a170dca2 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_e3c0a170dca2 {
   overflow: visible;
 }

 .text-188a697e11f7_e3c0a170dca2 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-4846e6ef0d97_e3c0a170dca2 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .container_600e6f44ee0c {
   padding: 34px 34px 34px 34px;
   width: 345px;
   height: fit-content;
   border-top: 1.3px solid #3c3c3b26;
   border-right: 1.3px solid #3c3c3b26;
   border-bottom: 1.3px solid #3c3c3b26;
   border-left: 1.3px solid #3c3c3b26;
   position: absolute !important;
   left: 0px;
   top: 348.47px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 0 0 8px 8px;
 }

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

 .imageview_f670d78cb2ff img {
   position: absolute;
   width: 100.00% !important;
   height: 145% !important;
   max-width: none !important;
   left: 0.00%;
   top: -25%;
 }

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

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

 .text_e3d092690164 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_e3d092690164 {
   overflow: visible;
 }

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

 .text_60519a35d7a0 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_autoheight_60519a35d7a0 {
   overflow: visible;
 }

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

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

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

 .text_248115ffc307 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_248115ffc307 {
   overflow: visible;
 }

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

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

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

 .imageview_84920c357b45 {
   width: 26.37px;
   height: 26.37px;
   flex-shrink: 0;
 }

 .imageview_84920c357b45 img {
   position: absolute;
   width: 27.9px !important;
   height: 27.9px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_0c44238c44a7 {
   width: 100%;
   min-width: 0;
   height: 25px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0c44238c44a7 {
   overflow: visible;
 }

 .text-27a9cdca5013_0c44238c44a7 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-cbd2f6d8cb5c_0c44238c44a7 {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

 .container_3b9df93211ad {
   width: 385.12px;
   height: 26.37px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5090b297c4fc {
   padding: 34px 34px 34px 34px;
   width: 345px;
   height: fit-content;
   border-top: 1.3px solid #3c3c3b26;
   border-right: 1.3px solid #3c3c3b26;
   border-bottom: 1.3px solid #3c3c3b26;
   border-left: 1.3px solid #3c3c3b26;
   position: absolute !important;
   left: 0px;
   top: 350.46px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 0 0 8px 8px;
 }

 .imageview_bb3c9893b2e3 {
   width: 344px;
   height: 350px;
   position: absolute !important;
   left: 0;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 0 0;
 }

 .imageview_bb3c9893b2e3 img {
   position: absolute;
   width: 110.43% !important;
   height: 145% !important;
   max-width: none !important;
   left: -5.24%;
   top: -10%;
 }

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

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

 .container_00e95e06c545 {
   padding: 0 24px 0 24px;
   width: 393px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_94d62b15fff1 {
   padding: 120px 0 120px 0;
   width: 393px;
   height: 1907.67px;
   position: absolute !important;
   left: 0px;
   top: 4540px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 0%, #f7f3f1ff 100%);
 }

 .text_8f47ce53753d {
   width: 1160px;
   height: fit-content;
   position: absolute !important;
   left: -383px;
   top: 37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-442442082c23_8f47ce53753d {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-13f9ff7c45cd_8f47ce53753d {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text-1edaf0f070ed_8f47ce53753d {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_9d07851eb7a6 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 140px;
   left: 0px;
   top: 6448px;
   background: #f7f3f1;
   z-index: 10;
 }

 .container_b0ad58ca9017 {
   width: 394px;
   height: 887px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(181deg, #f7f3f1ff 5.31%, #3c3c3b4d 79.82%, #3c3c3bff 99.69%);
   mix-blend-mode: normal;
 }

 .container_221af63e5db5 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 887px;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_40e7073ce7b4 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 887px;
   left: 0px;
   top: 6588px;
 }

 .imageview_6684b831d09a {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
 }

 .imageview_6684b831d09a img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_d1c5e48a88f0 {
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 12px;
 }

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

 .imageview_81440df86b2d {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 22px;
 }

 .imageview_81440df86b2d img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .container_706c92878b17 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 65px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .viewport_140d7ffa2940 {
   width: 393px;
   height: 8017px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_a88cac29d6cd {
   width: 1440px;
   height: 681px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .imageview_0577c697d7c8 {
   width: 1323px;
   height: 201px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 479.12px;
 }

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

 .container_9293726f3bcc {
   width: 1440px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 537px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .text_323028c42b3a {
   width: 303px;
   height: 225px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_323028c42b3a {
   overflow: visible;
 }

 .text-d926ab3af759_323028c42b3a {
   line-height: 30px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-d3d1b0acac1e_323028c42b3a {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_b3fb70327f37 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 245px;
   z-index: 1;
   position: absolute !important;
   left: 558px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_01538dae646f {
   width: 303px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_01538dae646f {
   overflow: visible;
 }

 .container_124e0cd35823 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 960px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_da990dd9a2b7 {
   width: 378px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_da990dd9a2b7 {
   overflow: visible;
 }

 .container_841f6d95bdd0 {
   padding: 10px 10px 10px 10px;
   width: 398px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .marquee {
    overflow: hidden;
    width: 100%;
    top: 90px;
    z-index: 10;
  }

  .marquee .track {
      display: flex;
      width: max-content;
      animation: marquee-scroll 20s linear infinite;
      gap: 0 !important;
  }

  .marquee .track figure {
      margin: 0;
      flex-shrink: 0;
      padding: 0 !important;
  }

  .marquee .track img {
      display: block;
      height: auto;
  }

  @keyframes marquee-scroll {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(-50%);
      }
  }

 .container_2407ec958c73 {
   width: 1441px;
   height: 696px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3bff 10%, #3c3c3b00 50%, #3c3c3bff 90%);
   mix-blend-mode: normal;
 }

 .container_765b01aa26b9 {
   position: absolute !important;
   overflow: visible;
   width: 1441px;
   height: 696px;
   left: 0px;
   top: 3px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_26bd354c3ef7 {
   width: 1440px;
   height: 699px;
   z-index: 1;
   transform: rotate(-179.99999501254138deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3bff 0%, #3c3c3b4d 50%, #3c3c3bff 100%);
 }

 .container_a3a35ee6762b {
   width: 538px;
   height: fit-content;
   z-index: 2;
   position: absolute !important;
   left: 744px;
   top: 69.3px;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.8999999761581421;
 }

 .imageview_4c236c2de5d7 {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 577.98px;
   opacity: 0.5;
 }

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

 .imageview_ed7b708a18dd {
   width: 24.04px;
   height: 24.04px;
   z-index: 3;
   position: absolute !important;
   left: 434px;
   top: 10px;
 }

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

 .text_b7f6ca685739 {
   width: 460px;
   height: 43px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_d9f612d85ed0 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 43.19px;
   z-index: 3;
   left: 783px;
   top: 520.23px;
 }

 .imageview_c0d74d8096c7 {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 509.69px;
   opacity: 0.5;
 }

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

 .imageview_ad1f9d32efd7 {
   width: 24.04px;
   height: 24.04px;
   z-index: 3;
   position: absolute !important;
   left: 434px;
   top: 10px;
 }

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

 .text_beeba06cd26e {
   width: 460px;
   height: 43px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_09687aa76547 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 43.19px;
   z-index: 3;
   left: 783px;
   top: 451.94px;
 }

 .imageview_049db422d8cf {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 441.4px;
   opacity: 0.5;
 }

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

 .text_325e8f50ff0f {
   width: 460px;
   height: 43px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_35f56920a12b {
   width: 24.04px;
   height: 24.04px;
   z-index: 4;
   position: absolute !important;
   left: 434px;
   top: 10px;
 }

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

 .container_80ccbb4aab53 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 43.19px;
   z-index: 3;
   left: 783px;
   top: 383.65px;
 }

 .imageview_42ed44afe62a {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 373.1px;
   opacity: 0.5;
 }

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

 .text_6b20db126233 {
   width: 460px;
   height: 43px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_bbf191706f87 {
   width: 24.04px;
   height: 24.04px;
   z-index: 5;
   position: absolute !important;
   left: 434px;
   top: 10px;
 }

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

 .container_1f0d254473ca {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 58.25px;
   z-index: 4;
   left: 783px;
   top: 315.35px;
 }

 .imageview_3d5707cb164b {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 304.81px;
   opacity: 0.5;
 }

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

 .text_6d30a6387c97 {
   width: 426px;
   height: 51px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 43px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_97f3ddd7e7a6 {
   width: 460px;
   height: 43px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_eb565ba69148 {
   width: 34px;
   height: 34px;
   z-index: 5;
   position: absolute !important;
   left: 430px;
   top: 7.12px;
 }

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

 .container_97fc74c058b8 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 124.53px;
   z-index: 4;
   left: 783px;
   top: 180.78px;
 }

 .text_559c6c130932 {
   width: 460px;
   height: 43.19px;
   z-index: 3;
   position: absolute !important;
   left: 783px;
   top: 114.49px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .container_822c30b46f91 {
   position: absolute !important;
   overflow: visible;
   width: 1441px;
   height: 699px;
   left: 0px;
   top: 0px;
 }

 .container_ef29fdb0232d {
   position: absolute !important;
   overflow: visible;
   width: 1441px;
   height: 699px;
   left: 0px;
   top: 4678px;
 }

 .container_669c4ffff3d6 {
   width: 1440px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: -14px;
   background: #3c3c3b;
 }

 .imageview_583a1e05e85e {
   width: 1200px;
   height: 39.28px;
   z-index: 1;
   position: absolute !important;
   left: 134px;
   top: 84.86px;
 }

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

 .container_5d32804d1181 {
   width: 320px;
   height: 224px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -14px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_9bf49b8062ec {
   width: 320px;
   height: 224px;
   z-index: 2;
   transform: rotate(-179.99999532149505deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1440px;
   top: 210px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_e932a5d4f838 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 210px;
   left: 0px;
   top: 4443px;
 }

 .container_2ff94513f7c1 {
   width: 416px;
   height: 673px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/99:2061-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: normal;
 }

 .container_d2e13318472f {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 673px;
   left: -39px;
   top: -38px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/99:2061.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .container_5edc5b1cfb28 {
   position: absolute !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ff5e95baa652 {
   position: relative !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   max-width: 416px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a85af2e5ceaf {
   width: fit-content;
   height: 597px;
   max-width: 416px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_de0dfeb5bbb7 {
   width: 420px;
   height: 325px;
   max-width: 526px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_de0dfeb5bbb7 img {
   position: absolute;
   width: 118.57% !important;
   height: 128.09% !important;
   max-width: none !important;
   left: -8.10%;
   top: -27.65%;
 }

 .imageview_de0dfeb5bbb7.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_850154f3e6e2 {
   width: 280px;
   height: 324px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_850154f3e6e2 img {
   position: absolute;
   width: 136.00% !important;
   height: 156.10% !important;
   max-width: none !important;
   left: -18.14%;
   top: -38.90%;
 }

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

 .container_8bd9e90473bb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 324px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_3110ad9e5478 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 324px;
   max-width: 306px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_b5b8ca6a074f {
   width: 280px;
   height: fit-content;
   max-width: 306px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b9bd9d89979 {
   width: 754px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_13135d244b52 {
   width: 280px;
   height: 258px;
   max-width: 306px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_13135d244b52 img {
   position: absolute;
   width: 144.29% !important;
   height: 208.79% !important;
   max-width: none !important;
   left: -17.01%;
   top: -38.16%;
 }

 .imageview_13135d244b52.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_fbb7bbeef223 {
   width: 420px;
   height: 258px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_fbb7bbeef223 img {
   position: absolute;
   width: 107.99% !important;
   height: 132.08% !important;
   max-width: none !important;
   left: -6.56%;
   top: -20.68%;
 }

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

 .container_b8759ae862d2 {
   position: absolute !important;
   overflow: visible;
   width: 420px;
   height: 258px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_170f406f4406 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 258px;
   max-width: 526px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_3de9f07d5e19 {
   width: 420px;
   height: 258px;
   max-width: 526px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3dce0f827e7a {
   width: 714px;
   height: 258px;
   flex-shrink: 0;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f20683bf4f77 {
   width: 714px;
   height: fit-content;
   max-width: 856px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_98a6926fe937 {
   width: 416px;
   height: 673px;
   position: absolute !important;
   left: -39px;
   top: -27px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_98a6926fe937.wp-block-image {
   width: 338px !important;
   height: 597px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_797ae861ed57 {
   position: absolute !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_b163dfd08e4e {
   position: relative !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   max-width: 416px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0d7ea6482d12 {
   width: fit-content;
   height: 597px;
   max-width: 416px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d686ba07993 {
   padding: 0;
   width: 1438px;
   height: 659px;
   position: absolute !important;
   left: 0;
   top: 3770px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #3c3c3bff 10%, #f7f3f1ff 32%, #f7f3f1ff 68%, #3c3c3bff 90%);
 }

 .container_22d74305c5fd {
   width: 1440px;
   height: 579px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_5da15531d241 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 579px;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .container_e287bb5d80c7 {
   width: 1440px;
   height: 213px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 366px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .text_32955134e07c {
   width: 704px;
   height: 107px;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-9cc5853f86ef_32955134e07c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-e664641ee149_32955134e07c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_edbd02b6df5f {
   width: 497px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 462px;
   top: 276px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_9af1849a11d6 {
   width: 306px;
   height: 21.96px;
   max-height: 21.96px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_9af1849a11d6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_52b8953f60ef {
   width: 304px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa6a8a5d8d2f {
   padding: 20px 40px 20px 40px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
   position: absolute !important;
   left: 528px;
   top: 403px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_aa6a8a5d8d2f {
   position: absolute !important;
   left: 528px;
   top: 403px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
 }

 .container_nested_aa6a8a5d8d2f {
   padding: 20px 40px 20px 40px;
   width: 384px;
   height: 61.96px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_b418ad34c957 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 579px;
   left: 0px;
   top: 3191px;
 }

 .imageview_b6f0070b047f {
   width: 337px;
   height: 392px;
   position: absolute !important;
   left: 0px;
   top: 182px;
   opacity: 0.10000000149011612;
 }

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

 .text_3a1f5e38b3fe {
   width: 544px;
   height: 100px;
   position: absolute !important;
   left: 157px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-771d95c5c9b9_3a1f5e38b3fe {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-dc15ff82a4e6_3a1f5e38b3fe {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-7a6e46415c90_3a1f5e38b3fe {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_78de1dad19d0 {
   width: 515px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 113px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_6a6519c52eea {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 238px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_fef075bd5c72 {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 366px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_4d897858016c {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 474px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_57a3e6c36549 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 338px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_10d6cab0f662 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 446px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_634166f39993 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 210px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_031f4c7f8947 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_031f4c7f8947 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_a427b52d29d3 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_eef9eaef4620 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 208px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_eef9eaef4620 {
   position: absolute !important;
   left: 157px;
   top: 208px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_9ec7a225c164 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_9ec7a225c164 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_db83bab885d5 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_17ba3c937e0b {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 339px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c01b06f64e6 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_5c01b06f64e6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_2c0061a50b44 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_cb337ccf8798 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 447px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_900882e6dca1 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_900882e6dca1 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_c67f444da8be {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_b57940c5be41 {
   width: 445px;
   height: 61.96px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 566px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b57940c5be41 {
   position: absolute !important;
   left: 157px;
   top: 566px;
   width: 445px;
   height: 61.96px;
   z-index: 1;
 }

 .container_nested_b57940c5be41 {
   width: 445px;
   height: 61.96px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9ebbc73623fb {
   width: 538px;
   height: 627px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_c51d69df83f1 {
   width: 538px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 391px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   border-radius: 0 0 8px 8px;
   opacity: 0.6499999761581421;
 }

 .imageview_8021d29bb012 {
   width: 97px;
   height: 97px;
   z-index: 2;
   position: absolute !important;
   left: 23px;
   top: 510px;
 }

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

 .container_4f51c8a3c54c {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 627px;
   left: 745px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_05b9ff529cb8 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 628px;
   left: 0px;
   top: 61px;
 }

 .container_c90d8d79d3ff {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 847px;
   left: 0px;
   top: 2344px;
   background: #f7f3f1;
 }

 .imageview_f0425f9d2c10 {
   width: 337px;
   height: 392px;
   position: absolute !important;
   left: 0px;
   top: 181px;
   opacity: 0.07999999821186066;
 }

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

 .text_cf4825eb863d {
   width: 544px;
   height: 100px;
   position: absolute !important;
   left: 157px;
   top: -14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-a6e16981baaf_cf4825eb863d {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-56ed75035a69_cf4825eb863d {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-f5fb771d45b4_cf4825eb863d {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_f34c2276a963 {
   width: 515px;
   height: 75px;
   position: absolute !important;
   left: 157px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_4485685a89fe {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 243px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_9ee16d9e8b21 {
   width: 413px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 351px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_ed635c7f92b1 {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_af6cbb785246 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 323px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_a12c3da839a2 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 215px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_b46c079aae08 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 471px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_be060e4d458d {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_be060e4d458d {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_cfed2c85d2de {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8c3906f8f6eb {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 213px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8c3906f8f6eb {
   position: absolute !important;
   left: 157px;
   top: 213px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_726f1b20a834 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_726f1b20a834 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_2f360de21dd7 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_504061abfe48 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 324px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3242065858cf {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_3242065858cf {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_e3aefc258b53 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a9a21a6ee60b {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 472px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a9a21a6ee60b {
   position: absolute !important;
   left: 157px;
   top: 472px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_40f410f0a583 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_40f410f0a583 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_9e04f0c33355 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_00333edc99da {
   width: 394px;
   height: 61.96px;
   position: absolute !important;
   left: 157px;
   top: 591px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_00333edc99da {
   position: absolute !important;
   left: 157px;
   top: 591px;
   width: 394px;
   height: 61.96px;
 }

 .container_nested_00333edc99da {
   width: 394px;
   height: 61.96px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b50574cf57fd {
   width: 538px;
   height: 236px;
   position: absolute !important;
   left: 0px;
   top: 391px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   border-radius: 0 0 8px 8px;
   opacity: 0.6499999761581421;
 }

 .container_3f299ddd6b27 {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 627px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/99:1843.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_4ee9e79e21d8 {
   width: 101px;
   height: 97px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 510px;
 }

 .imageview_4ee9e79e21d8 img {
   position: absolute;
   width: 102.0px !important;
   height: 97.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.0px;
 }

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

 .container_174d52e04033 {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 627px;
   left: 745px;
   top: 0px;
 }

 .container_8d15d64a3b77 {
   position: absolute !important;
   overflow: visible;
   width: 1283px;
   height: 627px;
   left: 0px;
   top: 81px;
 }

 .container_17bff3e09651 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 790px;
   left: 0px;
   top: 1554px;
   background: #f7f3f1;
 }

 .imageview_d250b6e3f8a3 {
   width: 337px;
   height: 392px;
   position: absolute !important;
   left: 0px;
   top: 181px;
   opacity: 0.10000000149011612;
 }

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

 .text_aada1f3cc39e {
   width: 544px;
   height: 100px;
   position: absolute !important;
   left: 157px;
   top: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-9825ed354d35_aada1f3cc39e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6ee9c5083abb_aada1f3cc39e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-1a5cab74c6dd_aada1f3cc39e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_78dba5ad608b {
   width: 515px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 112px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_13b5ac5113f9 {
   width: 413px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 257px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_c3d193977c8b {
   width: 431px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 365px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_9bef1ad93266 {
   width: 413px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 473px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_ba935ac96acc {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 337px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_eb2e5e78ece3 {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 229px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_ab33d2f239bd {
   width: 413px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 445px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .text_90e362811b1f {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_90e362811b1f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_6f59cc4744ce {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8fb413cef4b7 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 227px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8fb413cef4b7 {
   position: absolute !important;
   left: 157px;
   top: 227px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_81c9cf941f6b {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_81c9cf941f6b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_c073d2a5b4e1 {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c48cf8029679 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 338px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c48cf8029679 {
   position: absolute !important;
   left: 157px;
   top: 338px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_28ba232a5853 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_28ba232a5853 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_a5ad2f82d65f {
   padding: 0;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5419e884b966 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 446px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5419e884b966 {
   position: absolute !important;
   left: 157px;
   top: 446px;
   width: 45px;
   height: 45px;
   z-index: 1;
 }

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

 .text_b389b3b8c955 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_b389b3b8c955 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_6c48da15ac4b {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_c6538a6adcc9 {
   width: 428px;
   height: 61.96px;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 565px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c6538a6adcc9 {
   position: absolute !important;
   left: 157px;
   top: 565px;
   width: 428px;
   height: 61.96px;
   z-index: 1;
 }

 .container_nested_c6538a6adcc9 {
   width: 428px;
   height: 61.96px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_af36c9053a0e {
   width: 538px;
   height: 627px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_278865882305 {
   width: 538px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 391px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   border-radius: 0 0 8px 8px;
   opacity: 0.6499999761581421;
 }

 .imageview_c0187fee0f0d {
   width: 85px;
   height: 97px;
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 510px;
 }

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

 .container_559bbccddbc6 {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 627px;
   left: 745px;
   top: 0px;
 }

 .container_db3260a037bf {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 627px;
   left: 0px;
   top: 159px;
 }

 .container_5d596830e89b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 849px;
   left: 0px;
   top: 705px;
   background: linear-gradient(180deg, #3c3c3bff 0%, #f7f3f1ff 20%);
 }

 .container_efbad26f35b5 {
   width: 1440px;
   height: 705px;
   position: absolute !important;
   left: 1440px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #3c3c3b59;
   mix-blend-mode: normal;
 }

 .container_2c78f3824709 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   left: 1440.5px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/99:1976.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_9fae117b522e {
   width: 809px;
   height: 705px;
   z-index: 1;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   opacity: 0.800000011920929;
 }

 .text_744229da5fdb {
   width: 650px;
   height: 165px;
   z-index: 2;
   position: absolute !important;
   left: 137.5px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6b0c396888c0_744229da5fdb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6640838ae63e_744229da5fdb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-a430fa3a34db_744229da5fdb {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_e357eb28c913 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 2;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_e357eb28c913 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_42bbb445c1cb {
   width: 123px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_33e4e8481dad {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_24f81d042adc {
   width: 203px;
   height: 61.96px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83941c6bfb9c {
   width: fit-content;
   max-height: 21.96px;
   z-index: 2;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_83941c6bfb9c {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_341a5dafc6c9 {
   width: 145px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9bce826bd2ec {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 54px 54px 54px 54px;
 }

 .container_5d4911a4d303 {
   width: 225px;
   height: 61.96px;
   z-index: 2;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   position: absolute !important;
   left: 243px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 60px 60px 60px 60px;
 }

 .container_f2b25868246e {
   position: absolute !important;
   overflow: visible;
   width: 475px;
   height: 62px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_d41951fe2c1c {
   position: absolute !important;
   overflow: visible;
   width: 683px;
   height: 62px;
   z-index: 2;
   left: 137.5px;
   top: 494px;
 }

 .text_0af59bbcaba5 {
   width: 650px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 137.5px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_57aba662ffea {
   width: 1160px;
   height: 74px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_e028b333d53e {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_6af2a1aade05 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_64a361c44fd0 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_1d120db89b10 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_a2e3d8fc77c7 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_d8012c5341bd {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_dbf27cb882ba {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_a548a38b65cd {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_9e970291b905 {
   width: 527px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 299px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .text_334e66309aaa {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_b33179e67760 {
   padding: 13px 40px 13px 40px;
   width: 252px;
   height: 50px;
   z-index: 3;
   position: absolute !important;
   left: 25px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_0046ab6ea13d {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 50px;
   z-index: 3;
   left: 870px;
   top: 12px;
 }

 .imageview_bec472dd093e {
   width: 199px;
   height: 49px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_9d102b917d09 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 74px;
   z-index: 2;
   left: 137.5px;
   top: 20px;
 }

 .container_6c464a793cb5 {
   position: absolute !important;
   overflow: visible;
   width: 1440.5px;
   height: 705px;
   left: 45px;
   top: 0px;
 }

 .container_51c16260449e {
   width: 1440px;
   height: 705px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b59;
   mix-blend-mode: normal;
 }

 .container_1a4be46641f6 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/75:3006.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_14a3999437d9 {
   width: 1160px;
   height: 74px;
   z-index: 2;
   position: absolute !important;
   left: 137px;
   top: 20px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_da695200af6b {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_8bd7908ac3f0 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_f6a7be407ccf {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_ba26d18112c2 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_089f54133256 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_a242bdb4945d {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_745969411888 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_35544b1ef04a {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ba898c95f54a {
   width: 530px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 434.5px;
   top: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .text_93385578ef30 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_9a8e3a15706f {
   padding: 13px 40px 13px 40px;
   width: 252px;
   height: 50px;
   z-index: 3;
   position: absolute !important;
   left: 25px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_dd0341a1a33d {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 50px;
   z-index: 3;
   left: 1007px;
   top: 32px;
 }

 .imageview_a1ae89a46fcc {
   width: 199px;
   height: 49px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 31px;
 }

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

 .container_8ceb59127e32 {
   width: 1440px;
   height: 705px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b59;
   mix-blend-mode: normal;
 }

 .container_ec0f8e1cd11a {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_f9a8c28e6d89 {
   width: 1439px;
   height: 213px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 492px;
 }

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

 .container_4585e96457f5 {
   width: 809px;
   height: 705px;
   z-index: 6;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 2px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   opacity: 0.800000011920929;
 }

 .text_3d63d27eeb04 {
   width: 650px;
   height: 165px;
   z-index: 7;
   position: absolute !important;
   left: 139.5px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-cf9d237f1572_3d63d27eeb04 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-322bc7737b22_3d63d27eeb04 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_fef8715e8b6c {
   width: fit-content;
   max-height: 21.96px;
   z-index: 7;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_fef8715e8b6c {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_707be2ed6d2a {
   width: 140px;
   height: fit-content;
   z-index: 7;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f039164aecd4 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 7;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_c312ca3c4c71 {
   width: 220px;
   height: 61.96px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_38d456ff16d8 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 7;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_38d456ff16d8 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_560daa33bfac {
   width: 145px;
   height: fit-content;
   z-index: 7;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f8a2b501cc54 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 7;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 54px 54px 54px 54px;
 }

 .container_2305093cd542 {
   width: 225px;
   height: 61.96px;
   z-index: 7;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   position: absolute !important;
   left: 260.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 60px 60px 60px 60px;
 }

 .container_9a7f708b40cf {
   position: absolute !important;
   overflow: visible;
   width: 486px;
   height: 62px;
   z-index: 7;
   left: -0.5px;
   top: 0px;
 }

 .container_7c4343dc77ff {
   position: absolute !important;
   overflow: visible;
   width: 486px;
   height: 62px;
   z-index: 7;
   left: 139px;
   top: 494px;
 }

 .text_291f61027ff9 {
   width: 650px;
   height: 54px;
   z-index: 7;
   position: absolute !important;
   left: 139.5px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_cfb1c3d3652a {
   position: absolute !important;
   overflow: visible;
   width: 1442.5px;
   height: 705px;
   z-index: 4;
   left: 0;
   top: 0px;
 }

 .container_7859ebe771c6 {
   width: 1160px;
   height: 74px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_fc58d341ae88 {
   width: fit-content;
   z-index: 6;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_1735009bf5ef {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_1735009bf5ef {
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 6;
 }

 .container_nested_1735009bf5ef {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_d4f6855eca3f {
   width: fit-content;
   z-index: 6;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_8072e7e40820 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_8072e7e40820 {
   width: fit-content;
   height: fit-content;
   z-index: 6;
 }

 .container_nested_8072e7e40820 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_c076ba98f1c1 {
   width: fit-content;
   z-index: 6;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_1dab90d36f19 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_1dab90d36f19 {
   width: fit-content;
   height: fit-content;
   z-index: 6;
 }

 .container_nested_1dab90d36f19 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 6;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d3c8581b3320 {
   width: 427px;
   height: 40px;
   z-index: 6;
   position: absolute !important;
   left: 373.5px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1eeadcce8d35 {
   width: fit-content;
   z-index: 6;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-b4d8f51b74e1_1eeadcce8d35 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-8128865767ea_1eeadcce8d35 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_585372675fbb {
   padding: 13px 40px 13px 40px;
   width: 212px;
   height: 50px;
   z-index: 6;
   position: absolute !important;
   left: -1px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_2dc9a08d3fd3 {
   position: absolute !important;
   overflow: visible;
   width: 212px;
   height: 50px;
   z-index: 6;
   left: 936px;
   top: 12px;
 }

 .container_wrapper_2dc9a08d3fd3 {
   position: absolute !important;
   overflow: visible;
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
   z-index: 6;
 }

 .container_nested_2dc9a08d3fd3 {
   width: 212px;
   height: 50px;
   z-index: 6;
 }

 .imageview_51b248bde4df {
   width: 199px;
   height: 49px;
   z-index: 6;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_c21be383edf8 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 74px;
   z-index: 5;
   left: 138px;
   top: 20px;
 }

 .container_6fafda90b2ca {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   left: 0px;
   top: 0px;
   z-index: 1;
 }

 .viewport_8f3fde0befcf {
   width: 1440px;
   height: 6070px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_b2d67adbb3f7 {
   width: 372px;
   height: 90px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_106de9358d92 {
   padding: 33px 9px 33px 9px;
   width: 393px;
   height: 156px;
   position: absolute !important;
   left: 0px;
   top: 298px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_25e394720439 {
   width: 393px;
   height: 61px;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
 }

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

 .container_a6a98a5c0417 {
   width: 394px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .container_cc564e3275e6 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 61px;
   left: -0.5px;
   top: 481px;
 }

 .text_5bb2a2a8e960 {
   width: 100%;
   min-width: 0;
   height: 180px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_5bb2a2a8e960 {
   overflow: visible;
 }

 .container_fddcbabd89cb {
   padding: 10px 20px 10px 20px;
   width: 393px;
   height: 250px;
   position: absolute !important;
   left: 0;
   top: 47px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_888433f315d8 {
   position: absolute !important;
   width: 393px;
   height: 542px;
   left: 0px;
   top: 8323px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3c3c3b;
 }

 .container_f79316f94cba {
   width: 394px;
   height: 887px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(181deg, #3c3c3bff 5.31%, #3c3c3b4d 20.21%, #3c3c3b4d 79.82%, #3c3c3bff 99.69%);
   mix-blend-mode: normal;
 }

 .container_966d4a40398e {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 887px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/2011:2088.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_5657b64799f4 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 887px;
   left: 0px;
   top: 7436px;
 }

 .text_b70426c236cf {
   width: 100%;
   min-width: 0;
   height: 37px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_d896f32051d7 {
   width: 334px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_d896f32051d7 {
   overflow: visible;
 }

 .imageview_d4d6c175dca8 {
   width: 34px;
   height: 37.4px;
   z-index: 2;
   position: absolute !important;
   left: 296px;
   top: 0px;
 }

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

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

 .text_6fb36ff345df {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_6fb36ff345df {
   overflow: visible;
 }

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

 .imageview_701efa131dbf {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_701efa131dbf img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_ad39b57180c1 {
   width: 323px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.29px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_ad39b57180c1 {
   overflow: visible;
 }

 .imageview_cf56160e2b8d {
   width: 24.04px;
   height: 24.04px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 8.26px;
 }

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

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

 .imageview_9e5669832adc {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_9e5669832adc img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_397c36ba5aab {
   width: 338px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_07b507f9a22e {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 4.69px;
 }

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

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

 .imageview_e23073c7e27e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_e23073c7e27e img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .imageview_99f00e1294ee {
   width: 24.04px;
   height: 26.45px;
   z-index: 1;
   position: absolute !important;
   left: 299px;
   top: 4.24px;
 }

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

 .text_ecd3f70f715c {
   width: 338px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

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

 .imageview_d2a23eb19c0d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_d2a23eb19c0d img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_4296833cbfeb {
   width: 338px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_6e1a223ddc1b {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 3.55px;
 }

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

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

 .imageview_1970ce24579f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_1970ce24579f img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .container_9a03dde948c0 {
   padding: 40px 15px 40px 15px;
   width: 353px;
   height: 563px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 7592px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1b95c6c6d264 {
   width: 393px;
   height: 153px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   background: #3c3c3b;
 }

 .imageview_82ef01061a6c {
   width: 733px;
   height: 35.28px;
   z-index: 1;
   position: absolute !important;
   left: -169.86px;
   top: 82.36px;
 }

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

 .imageview_82ef01061a6c img {
   position: absolute;
   width: 393.0px !important;
   height: 35.3px !important;
   max-width: none !important;
   left: 169.9px;
   top: 0.0px;
 }

 .container_8d8b0614f8d5 {
   width: 45px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_3f2d5372d92f {
   width: 45px;
   height: 209px;
   z-index: 2;
   transform: rotate(-179.99999633315653deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 393px;
   top: 209px;
   background: linear-gradient(90deg, #3c3c3bff 30%, #3c3c3b26 100%);
 }

 .container_f6bccc4d5749 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 210px;
   left: 0px;
   top: 7226px;
   background: #3c3c3b;
 }

 .text_5f8cc3a7fb6c {
   width: 353px;
   height: 210px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_5f8cc3a7fb6c {
   overflow: visible;
 }

 .text-318483de86ee_5f8cc3a7fb6c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-a64c2567fc3a_5f8cc3a7fb6c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-fdcdac7effab_5f8cc3a7fb6c {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_9d56e1cac757 {
   width: 353px;
   height: 79px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_33a3d3d4eb3b {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_33a3d3d4eb3b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_7f8f64272e95 {
   padding: 20px 40px 20px 40px;
   width: 220px;
   height: 61.96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_wrapper_7f8f64272e95 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 61.96px;
 }

 .container_nested_7f8f64272e95 {
   padding: 20px 40px 20px 40px;
   width: 220px;
   height: 61.96px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .text_bf8e0db4ea8b {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_bf8e0db4ea8b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_e0e1213f2229 {
   padding: 20px 40px 20px 40px;
   width: 225px;
   height: 61.96px;
   border-top: 2px solid #f7f3f1ff;
   border-right: 2px solid #f7f3f1ff;
   border-bottom: 2px solid #f7f3f1ff;
   border-left: 2px solid #f7f3f1ff;
   position: absolute !important;
   left: 0px;
   top: 71.96px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_e0e1213f2229 {
   position: absolute !important;
   left: 0px;
   top: 71.96px;
   width: 225px;
   height: 61.96px;
 }

 .container_nested_e0e1213f2229 {
   padding: 20px 40px 20px 40px;
   width: 225px;
   height: 61.96px;
   border-top: 2px solid #f7f3f1ff;
   border-right: 2px solid #f7f3f1ff;
   border-bottom: 2px solid #f7f3f1ff;
   border-left: 2px solid #f7f3f1ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 54px 54px 54px 54px;
 }

 .container_7459f3107d91 {
   position: relative !important;
   overflow: visible;
   width: 225px;
   height: 133.92px;
   flex-shrink: 0;
   flex-direction: column;
   gap: 1rem;
 }

 .container_9f240125bcac {
   padding: 174px 20px 174px 20px;
   width: 393px;
   height: 800px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3b80 0%, #3c3c3bbf 80%, #3c3c3bff 100%);
   mix-blend-mode: normal;
 }

 .container_a8335c012d8a {
   width: 393px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_194ebc95bbf5 {
   width: 100%;
   min-width: 0;
   height: 353px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_194ebc95bbf5 img {
   position: absolute;
   width: 105.93% !important;
   height: 141.24% !important;
   max-width: none !important;
   left: -2.96%;
   top: -20.62%;
 }

 .imageview_194ebc95bbf5.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_16fa6090ca57 {
   width: 178px;
   height: 164px;
   max-width: 306px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_16fa6090ca57 img {
   position: absolute;
   width: 144.29% !important;
   height: 208.79% !important;
   max-width: none !important;
   left: -17.01%;
   top: -38.16%;
 }

 .imageview_16fa6090ca57.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_752e397a78c5 {
   width: 178px;
   height: 164px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_752e397a78c5 img {
   position: absolute;
   width: 107.99% !important;
   height: 132.08% !important;
   max-width: none !important;
   left: -6.56%;
   top: -20.68%;
 }

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

 .container_99977a66d8a5 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 164px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ae23484d4f67 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 164px;
   max-width: 526px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_5e50a143148f {
   width: 178px;
   height: 164px;
   max-width: 526px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_48ab0816b49f {
   width: 393px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_47669d9f2ccf {
   width: 100%;
   min-width: 0;
   height: 393px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_47669d9f2ccf img {
   position: absolute;
   width: 125.70% !important;
   height: 103.56% !important;
   max-width: none !important;
   left: -9.59%;
   top: 3.30%;
 }

 .imageview_47669d9f2ccf.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_57d25c531d05 {
   width: 178px;
   height: 178px;
   max-width: 526px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_57d25c531d05 img {
   position: absolute;
   width: 118.57% !important;
   height: 128.09% !important;
   max-width: none !important;
   left: -8.10%;
   top: -27.65%;
 }

 .imageview_57d25c531d05.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_6dc227416382 {
   width: 178px;
   height: 178px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_6dc227416382 img {
   position: absolute;
   width: 136.00% !important;
   height: 156.10% !important;
   max-width: none !important;
   left: -18.14%;
   top: -38.90%;
 }

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

 .container_ab24bff13d52 {
   position: relative !important;
   overflow: visible;
   width: 178px;
   height: 178px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a51305079d67 {
   width: 393px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e723fd0da321 {
   padding: 14px 10px 14px 10px;
   width: 393px;
   height: 1158px;
   position: absolute !important;
   left: 0px;
   top: 6068px;
   align-items: center;
   justify-content: center;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 10%, #f7f3f1ff 32%, #f7f3f1ff 68%, #3c3c3bff 90%);
 }

 .text_64e91d15df19 {
   width: 100%;
   min-width: 0;
   height: 210px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_64e91d15df19 {
   overflow: visible;
 }

 .text-7076ffb15f11_64e91d15df19 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-965694aa21bb_64e91d15df19 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_eeabbc255672 {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_eeabbc255672 {
   overflow: visible;
 }

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

 .text_4bdf0a501e9c {
   width: 306px;
   height: 21.96px;
   max-height: 21.96px;
   line-height: 21.96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_4bdf0a501e9c {
   overflow: visible;
 }

 .text_truncate_4bdf0a501e9c {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_60c677e90176 {
   width: 304px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0330d6d560d {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_wrapper_c0330d6d560d {
   width: 345px;
   height: fit-content;
 }

 .container_nested_c0330d6d560d {
   padding: 20px 40px 20px 40px;
   width: 345px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 54px 54px 54px 54px;
 }

 .container_b791ab15e002 {
   padding: 200px 0 200px 0;
   width: 393px;
   height: fit-content;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 3%, #3c3c3b73 50%, #3c3c3bff 97%);
   mix-blend-mode: normal;
 }

 .container_6854bd7c94a5 {
   width: 393px;
   height: 845px;
   position: absolute !important;
   left: 0px;
   top: 5223px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/2014:2324.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_4f5a8dc82626 {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_4f5a8dc82626 {
   overflow: visible;
 }

 .text-a4163acab9ef_4f5a8dc82626 {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-53ad45136e59_4f5a8dc82626 {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-a7780f71fb9f_4f5a8dc82626 {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_2cad41e821dc {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_2cad41e821dc {
   overflow: visible;
 }

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

 .imageview_05ac2988f87c {
   width: 100%;
   min-width: 0;
   height: 425px;
   flex-shrink: 0;
 }

 .imageview_05ac2988f87c img {
   position: absolute;
   width: 345.0px !important;
   height: 425.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_3dfbf1b29813 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_3dfbf1b29813 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_8c60f5a1e2d7 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ed5d606b6296 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c2af76b2d20 {
   width: 345px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_9c2af76b2d20 {
   overflow: visible;
 }

 .text_4db74c167356 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_a14c4220d37e {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_a14c4220d37e {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_95ec7d90bec5 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ba6df2f3c4fc {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ba6df2f3c4fc {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_ecce848eb704 {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_ecce848eb704 {
   overflow: visible;
 }

 .text_8f64a7f3805b {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

 .container_3c1f776aa6bc {
   width: 345px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d757d955b87b {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_d757d955b87b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_033c83f8e5ed {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_dc8c95dd38cd {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_dc8c95dd38cd {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_9fe175ff0a03 {
   width: 345px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_9fe175ff0a03 {
   overflow: visible;
 }

 .text_d69e6a27871b {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_f115e352bb73 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_f115e352bb73 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_e05d7178f7fb {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_7c46111088a6 {
   padding: 60px 24px 60px 24px;
   width: 393px;
   height: 1424.96px;
   position: absolute !important;
   left: 0px;
   top: 800px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 0%, #f7f3f1ff 14%);
 }

 .text_bf8126f5263f {
   width: 100%;
   min-width: 0;
   height: 156px;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_bf8126f5263f {
   overflow: visible;
 }

 .text-a3d984f1d0e0_bf8126f5263f {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6d8c7ed70258_bf8126f5263f {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-7f5a19d744b1_bf8126f5263f {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_042be94c6627 {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_042be94c6627 {
   overflow: visible;
 }

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

 .imageview_0c73a7edd843 {
   width: 100%;
   min-width: 0;
   height: 425px;
   flex-shrink: 0;
 }

 .imageview_0c73a7edd843 img {
   position: absolute;
   width: 345.0px !important;
   height: 425.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_f835185b7900 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_f835185b7900 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_c5738881b3a7 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2dbf42e80a66 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2dbf42e80a66 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_a1f334abf326 {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_a1f334abf326 {
   overflow: visible;
 }

 .text_e6c9038952b9 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_227d59aa2c26 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_227d59aa2c26 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_b983b073f3c2 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8c692d58e142 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8c692d58e142 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_c0fd8e9b071b {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c0fd8e9b071b {
   overflow: visible;
 }

 .text_120ac79068d7 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

 .container_9a5d7facf23e {
   width: 345px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a9b454e1bd2 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_5a9b454e1bd2 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_50f53f6c8fdd {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b5a37261309e {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b5a37261309e {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_88c4ce0bd669 {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_88c4ce0bd669 {
   overflow: visible;
 }

 .text_3fbf8672f7c7 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_a2d5f349a377 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_a2d5f349a377 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_e42cb9ca4170 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_af4494b6b25c {
   padding: 60px 24px 60px 24px;
   width: 393px;
   height: 1465.96px;
   position: absolute !important;
   left: 0px;
   top: 3757px;
   align-items: flex-start;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3b99 0%, #f7f3f1ff 14%);
 }

 .text_41ba70e5554e {
   width: 100%;
   min-width: 0;
   height: 156px;
   line-height: 39.01px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_41ba70e5554e {
   overflow: visible;
 }

 .text-93055fb603c4_41ba70e5554e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-913ba2617eda_41ba70e5554e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-6217d3a845e7_41ba70e5554e {
   line-height: 39.01px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_0032689d34ff {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0032689d34ff {
   overflow: visible;
 }

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

 .imageview_766df3ceda26 {
   width: 100%;
   min-width: 0;
   height: 425px;
   flex-shrink: 0;
 }

 .imageview_766df3ceda26 img {
   position: absolute;
   width: 345.0px !important;
   height: 425.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_b4592a5949b1 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_b4592a5949b1 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_56b02d02ec12 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5da923c8a4ea {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5da923c8a4ea {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_07748b2da308 {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_07748b2da308 {
   overflow: visible;
 }

 .text_148abe49dd7b {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_b1e1d575edb8 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_b1e1d575edb8 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_095bd7653ede {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a91e6d4cd606 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a91e6d4cd606 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_48429655146d {
   width: 345px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_48429655146d {
   overflow: visible;
 }

 .text_7c12e13a3086 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

 .container_98bfc8bc1e31 {
   width: 345px;
   height: 165px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_abe18e519c6c {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Albert Sans';
 }

 .text_truncate_abe18e519c6c {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_d03df0ff6ca6 {
   padding: 20px 40px 20px 40px;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ef9a9f8b77bc {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ef9a9f8b77bc {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
 }

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

 .text_1febe3c6e78c {
   width: 345px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1febe3c6e78c {
   overflow: visible;
 }

 .text_d0471e893b19 {
   width: 345px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .text_a015652963c3 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_a015652963c3 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_e1c4f626d885 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_9163ef82aca7 {
   padding: 60px 24px 60px 24px;
   width: 393px;
   height: 1531.96px;
   position: absolute !important;
   left: 0px;
   top: 2225px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #f7f3f1ff 86%, #3c3c3b99 100%);
 }

 .imageview_3ec8da1dc50b {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
 }

 .imageview_3ec8da1dc50b img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_2d89407bdd41 {
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 12px;
 }

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

 .imageview_c2f105beae3c {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 22px;
 }

 .imageview_c2f105beae3c img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .container_e2ecc1e744ca {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 65px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .viewport_625f703cca3f {
   width: 393px;
   height: 8865px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6f5de2310376 {
   width: 1440px;
   height: 770px;
   position: absolute !important;
   left: 0px;
   top: 1681px;
 }

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

 .container_b93f3676bec6 {
   width: 1440px;
   height: 234.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2216.67px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .container_01f362d39c60 {
   width: 1440px;
   height: 486px;
   z-index: 1;
   transform: rotate(-179.99999499104388deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1440px;
   top: 2158px;
   background: linear-gradient(180deg, #f7f3f100 10%, #f7f3f1ff 90%);
 }

 .container_36dbaba71771 {
   width: 1440px;
   height: 705px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b59;
   mix-blend-mode: normal;
 }

 .container_8c3a7278fcb9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 705px;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_29d7e7439e69 {
   width: 808px;
   height: 691px;
   z-index: 1;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
   opacity: 0.699999988079071;
 }

 .container_85286b455f16 {
   width: 1440px;
   height: 213px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 492px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .container_6adb85d85b85 {
   width: 1440px;
   height: 213px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 492px;
   background: linear-gradient(180deg, #3c3c3b00 10%, #3c3c3bff 90%);
 }

 .container_fe3b9fe46235 {
   width: 1160px;
   height: 74px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_a8cdf430e7fc {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_d190e44d3c18 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_d190e44d3c18 {
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_nested_d190e44d3c18 {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_72c290355247 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_5f1e7d301df7 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_5f1e7d301df7 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_97d6828a3669 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_f25a692d6aed {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_f25a692d6aed {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1aa6cdbf3571 {
   width: 427px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 373.5px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_1aa6cdbf3571 {
   position: absolute !important;
   left: 373.5px;
   top: 17px;
   width: 427px;
   height: 40px;
   z-index: 3;
 }

 .container_nested_1aa6cdbf3571 {
   width: 427px;
   height: 40px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f278ee4580c6 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-fddf958092f0_f278ee4580c6 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-97b72f4ff7bb_f278ee4580c6 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_49ed2dc7b560 {
   padding: 13px 40px 13px 40px;
   width: 212px;
   height: 50px;
   z-index: 3;
   position: absolute !important;
   left: -1px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_57182fefaa6c {
   position: absolute !important;
   overflow: visible;
   width: 212px;
   height: 50px;
   z-index: 3;
   left: 936px;
   top: 12px;
 }

 .container_wrapper_57182fefaa6c {
   position: absolute !important;
   overflow: visible;
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .container_nested_57182fefaa6c {
   width: 212px;
   height: 50px;
   z-index: 3;
 }

 .imageview_3611e8cc2392 {
   width: 199px;
   height: 49px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_079818c10998 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 74px;
   z-index: 2;
   left: 137px;
   top: 20px;
 }

 .container_wrapper_079818c10998 {
   position: absolute !important;
   overflow: visible;
   left: 137px;
   top: 20px;
   width: 1160px;
   height: 74px;
   z-index: 2;
 }

 .container_nested_079818c10998 {
   width: 1160px;
   height: 74px;
   z-index: 2;
 }

 .text_a47422a447e6 {
   width: 145px;
   height: 74px;
   z-index: 4;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_a47422a447e6 {
   overflow: visible;
 }

 .container_64711639eb80 {
   padding: 0 20.13px 0 20.11px;
   width: 156px;
   height: 72px;
   z-index: 4;
   position: absolute !important;
   left: -12.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1929401344e {
   position: relative !important;
   width: 125px;
   height: 71px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_047070975e06 {
   width: fit-content;
   z-index: 4;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_fbb104910b2c {
   width: 128px;
   height: fit-content;
   z-index: 4;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_97f55c3366d8 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_eefd07db6aca {
   width: fit-content;
   z-index: 4;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_97227692f868 {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   z-index: 4;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b97602e8247 {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_1aa34c9917b9 {
   width: fit-content;
   z-index: 4;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_a0aeb8da0aa3 {
   width: 136px;
   height: fit-content;
   z-index: 4;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b071fb2d513b {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_48f1e831eb07 {
   width: fit-content;
   z-index: 4;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_aee570a4f14d {
   padding: 0 20.13px 0 20.11px;
   width: 119.51px;
   height: 71.6px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c49e9e5f8535 {
   position: relative !important;
   width: 114px;
   height: 71px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_cfab7e27fae5 {
   width: fit-content;
   z-index: 4;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_fa040f9585b9 {
   width: 182px;
   height: fit-content;
   z-index: 4;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_e348652e0039 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e53743ee0fe {
   width: fit-content;
   z-index: 4;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_58d3c4859531 {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   z-index: 4;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebc6654902c5 {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_518f3587737d {
   width: fit-content;
   z-index: 4;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_3391cf289b36 {
   width: 131px;
   height: fit-content;
   z-index: 4;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_cd92b6ba6df3 {
   width: 200px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fa0a9b4ae307 {
   width: 1066px;
   height: fit-content;
   max-width: 1296px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e4cc1f1a250 {
   padding: 120px 72px 120px 72px;
   width: 1440px;
   height: 357px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 698px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #3c3c3b;
 }

 .container_63f7fafca31b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1055px;
   left: 0px;
   top: 0px;
 }

 .text_315d0478b11f {
   width: 756px;
   height: 165px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-1ee1e28bcc26_315d0478b11f {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-222b2cad60b9_315d0478b11f {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_e58772d00597 {
   width: 776px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_dab491c5a858 {
   width: fit-content;
   max-height: 21.96px;
   z-index: 1;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_dab491c5a858 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_507c642d0948 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

 .container_adcdefede76c {
   width: 268px;
   height: 61.96px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 494px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_adcdefede76c {
   position: absolute !important;
   left: 137px;
   top: 494px;
   width: 268px;
   height: 61.96px;
   z-index: 1;
 }

 .container_nested_adcdefede76c {
   width: 268px;
   height: 61.96px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3377dc4b3cc0 {
   width: 538px;
   height: fit-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.8999999761581421;
 }

 .text_5d1af92893a6 {
   width: 460px;
   height: 47.31px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 49.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_3c2597e6a2db {
   width: 460px;
   height: 43px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_fe9018621c68 {
   width: 426px;
   height: 51px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 43px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_8205e6658525 {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 124px;
   opacity: 0.5;
 }

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

 .container_68679cee0f56 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 136.42px;
   z-index: 3;
   left: 39px;
   top: 122.12px;
 }

 .text_e725a1f98e68 {
   width: 460px;
   height: 43px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_1f4b2e94dd8e {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 58px;
   opacity: 0.5;
 }

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

 .imageview_a93d7316dbde {
   width: 24.04px;
   height: 24.04px;
   z-index: 4;
   position: absolute !important;
   left: 434px;
   top: 10px;
 }

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

 .container_c369aa375a71 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 63.81px;
   z-index: 3;
   left: 39px;
   top: 269.53px;
 }

 .text_a23a97941511 {
   width: 460px;
   height: 47.31px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 344.34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_39ceaad4c42b {
   width: 24.04px;
   height: 26.45px;
   z-index: 4;
   position: absolute !important;
   left: 473px;
   top: 355.35px;
 }

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

 .imageview_142a0669397b {
   width: 24.04px;
   height: 26.45px;
   z-index: 3;
   position: absolute !important;
   left: 473px;
   top: 430.16px;
 }

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

 .imageview_7875c2b3a46a {
   width: 24.04px;
   height: 26.45px;
   z-index: 3;
   position: absolute !important;
   left: 473px;
   top: 504.97px;
 }

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

 .imageview_517140294e46 {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 407.65px;
   opacity: 0.5;
 }

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

 .text_67eed4516999 {
   width: 460px;
   height: 47.31px;
   z-index: 4;
   position: absolute !important;
   left: 39px;
   top: 419.15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_5622e623ef8c {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 482.46px;
   opacity: 0.5;
 }

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

 .text_5017ca10c743 {
   width: 460px;
   height: 47.31px;
   z-index: 4;
   position: absolute !important;
   left: 39px;
   top: 493.96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_e42f61b06742 {
   width: 460px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 557.27px;
   opacity: 0.5;
 }

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

 .imageview_6ecc2431b592 {
   width: 34px;
   height: 37.4px;
   z-index: 4;
   position: absolute !important;
   left: 469px;
   top: 129.95px;
 }

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

 .container_feed2a731267 {
   position: absolute !important;
   overflow: visible;
   width: 538px;
   height: 621.58px;
   z-index: 2;
   left: 744px;
   top: 1750px;
 }

 .container_431f25f5458a {
   width: 1440px;
   height: 681px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .imageview_852370b61f5e {
   width: 1323px;
   height: 201px;
   z-index: 3;
   position: absolute !important;
   left: 59px;
   top: 479.12px;
 }

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

 .container_07cabe59c344 {
   width: 1440px;
   height: 144px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 537px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .text_a8958b598fd3 {
   width: 303px;
   height: 225px;
   flex-shrink: 0;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_a8958b598fd3 {
   overflow: visible;
 }

 .text-d5306c3f0c20_a8958b598fd3 {
   line-height: 30px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-637b8c5a63ee_a8958b598fd3 {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_961cff60acce {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 245px;
   z-index: 3;
   position: absolute !important;
   left: 558px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a6d03e85330f {
   width: 303px;
   height: 90px;
   flex-shrink: 0;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_a6d03e85330f {
   overflow: visible;
 }

 .container_f9c3be33713a {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 110px;
   z-index: 3;
   position: absolute !important;
   left: 960px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c0073b731f08 {
   width: 378px;
   height: 180px;
   flex-shrink: 0;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c0073b731f08 {
   overflow: visible;
 }

 .container_339411e2ff1f {
   padding: 10px 10px 10px 10px;
   width: 398px;
   height: 200px;
   z-index: 3;
   position: absolute !important;
   left: 146px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_314209b978a2 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 681px;
   z-index: 2;
   left: 0px;
   top: 2450px;
 }

 .container_c0df0845e1a8 {
   width: 416px;
   height: 673px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/410:518-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: normal;
 }

 .container_144c14382e4f {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 673px;
   z-index: 2;
   left: -39px;
   top: -38px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/410:518.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .container_91a516d8956e {
   position: absolute !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2ae1ed99d3ab {
   position: relative !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   max-width: 416px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a6e6a4431c8a {
   width: fit-content;
   height: 597px;
   max-width: 416px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7e06320f30f7 {
   width: 420px;
   height: 325px;
   max-width: 526px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_7e06320f30f7 img {
   position: absolute;
   width: 118.57% !important;
   height: 128.09% !important;
   max-width: none !important;
   left: -8.10%;
   top: -27.65%;
 }

 .imageview_7e06320f30f7.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_59ac23727c7c {
   width: 280px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_59ac23727c7c img {
   position: absolute;
   width: 136.00% !important;
   height: 156.10% !important;
   max-width: none !important;
   left: -18.14%;
   top: -38.90%;
 }

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

 .container_8129d81919a5 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 324px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2032e19d3ab3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 324px;
   max-width: 306px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_14acb7de49f9 {
   width: 280px;
   height: fit-content;
   max-width: 306px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_37931fedee78 {
   width: 754px;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_493163dc4e7b {
   width: 280px;
   height: 258px;
   max-width: 306px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_493163dc4e7b img {
   position: absolute;
   width: 144.29% !important;
   height: 208.79% !important;
   max-width: none !important;
   left: -17.01%;
   top: -38.16%;
 }

 .imageview_493163dc4e7b.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_681d21b91cde {
   width: 420px;
   height: 258px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_681d21b91cde img {
   position: absolute;
   width: 107.99% !important;
   height: 132.08% !important;
   max-width: none !important;
   left: -6.56%;
   top: -20.68%;
 }

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

 .container_b29d0bbaaa98 {
   position: absolute !important;
   overflow: visible;
   width: 420px;
   height: 258px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7ea962db2289 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 258px;
   max-width: 526px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_9401463a19c7 {
   width: 420px;
   height: 258px;
   max-width: 526px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_446ea5fe4429 {
   width: 714px;
   height: 258px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2fcf35d87159 {
   width: 714px;
   height: fit-content;
   max-width: 856px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_979471d1e527 {
   width: 416px;
   height: 673px;
   z-index: 2;
   position: absolute !important;
   left: -39px;
   top: -27px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_979471d1e527.wp-block-image {
   width: 338px !important;
   height: 597px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_7a0623571f18 {
   position: absolute !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0d57adc4144a {
   position: relative !important;
   overflow: visible;
   width: 338px;
   height: 597px;
   max-width: 416px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4dde14cb8ad1 {
   width: fit-content;
   height: 597px;
   max-width: 416px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3098fc1b9679 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: 673px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #3c3c3bff 10%, #f7f3f1ff 80%);
 }

 .container_053f72fec2d3 {
   padding: 0;
   width: 1440px;
   height: 617px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1055px;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #3c3c3bff 0%, #f7f3f1ff 60%);
 }

 .viewport_cc662992472d {
   width: 1440px;
   height: 3131px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_220c86b94885 {
   width: 372px;
   height: 90px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_1b0de7f4cbaa {
   padding: 33px 9px 33px 9px;
   width: 393px;
   height: 156px;
   position: absolute !important;
   left: 0px;
   top: 298px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cf88cfbad9bb {
   width: 393px;
   height: 61px;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
 }

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

 .container_931c20198ba9 {
   width: 394px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .container_f9436d29c6c1 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 61px;
   left: -0.5px;
   top: 481px;
 }

 .text_38ef2384cffc {
   width: 100%;
   min-width: 0;
   height: 180px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_38ef2384cffc {
   overflow: visible;
 }

 .container_efe026b911fb {
   padding: 10px 20px 10px 20px;
   width: 393px;
   height: 250px;
   position: absolute !important;
   left: 0;
   top: 47px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_60bf3aaa50ea {
   position: absolute !important;
   width: 393px;
   height: 542px;
   left: 0px;
   top: 3707px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3c3c3b;
 }

 .text_b080940a0037 {
   width: 353px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: -6.48px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_autoheight_b080940a0037 {
   overflow: visible;
 }

 .text-9881a606365c_b080940a0037 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-2ff6904ed259_b080940a0037 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-d3238032768c_b080940a0037 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_b3f500a86369 {
   width: 353px;
   height: 135px;
   position: absolute !important;
   left: 0px;
   top: 175.52px;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_b3f500a86369 {
   overflow: visible;
 }

 .container_df9e49684861 {
   position: relative !important;
   overflow: visible;
   width: 353px;
   height: 304px;
   flex-shrink: 0;
 }

 .text_478b00869f58 {
   width: fit-content;
   max-height: 21.96px;
   line-height: 21.96px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_truncate_478b00869f58 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

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

 .container_ecbaade344fe {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 64px 64px 64px 64px;
 }

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

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

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

 .container_e3542320c556 {
   padding: 0 20px 0 20px;
   width: 393px;
   height: 800px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3b80 0%, #3c3c3bbf 80%, #3c3c3bff 100%);
   mix-blend-mode: normal;
 }

 .container_11edc1d00e52 {
   width: 393px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_0e699104317f {
   width: 100%;
   min-width: 0;
   height: 353px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_0e699104317f img {
   position: absolute;
   width: 105.93% !important;
   height: 141.24% !important;
   max-width: none !important;
   left: -2.96%;
   top: -20.62%;
 }

 .imageview_0e699104317f.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_3f97da5b0778 {
   width: 178px;
   height: 164px;
   max-width: 306px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_3f97da5b0778 img {
   position: absolute;
   width: 144.29% !important;
   height: 208.79% !important;
   max-width: none !important;
   left: -17.01%;
   top: -38.16%;
 }

 .imageview_3f97da5b0778.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_e5e4bcea42a9 {
   width: 178px;
   height: 164px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_e5e4bcea42a9 img {
   position: absolute;
   width: 107.99% !important;
   height: 132.08% !important;
   max-width: none !important;
   left: -6.56%;
   top: -20.68%;
 }

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

 .container_4be38792346c {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 164px;
   left: 0px;
   top: 0px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c76ffe39bf0d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 164px;
   max-width: 526px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_92ee09df5617 {
   width: 178px;
   height: 164px;
   max-width: 526px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c1a0d3997f3 {
   width: 393px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_78fd2473d3ad {
   width: 100%;
   min-width: 0;
   height: 393px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_78fd2473d3ad img {
   position: absolute;
   width: 125.70% !important;
   height: 103.56% !important;
   max-width: none !important;
   left: -9.59%;
   top: 3.30%;
 }

 .imageview_78fd2473d3ad.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_049ed502a107 {
   width: 178px;
   height: 178px;
   max-width: 526px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_049ed502a107 img {
   position: absolute;
   width: 118.57% !important;
   height: 128.09% !important;
   max-width: none !important;
   left: -8.10%;
   top: -27.65%;
 }

 .imageview_049ed502a107.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .imageview_67f04dce95d2 {
   width: 178px;
   height: 178px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_67f04dce95d2 img {
   position: absolute;
   width: 136.00% !important;
   height: 156.10% !important;
   max-width: none !important;
   left: -18.14%;
   top: -38.90%;
 }

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

 .container_94693cafc750 {
   position: relative !important;
   overflow: visible;
   width: 178px;
   height: 178px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_25e5de940e38 {
   width: 393px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fc7928652929 {
   padding: 14px 10px 14px 10px;
   width: 393px;
   height: 1158px;
   position: absolute !important;
   left: 0px;
   top: 1662px;
   align-items: center;
   justify-content: center;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #3c3c3bff 10%, #f7f3f1ff 32%, #f7f3f1ff 68%);
 }

 .container_1e36c8284151 {
   width: 394px;
   height: 887px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(181deg, #f7f3f1ff 5.31%, #3c3c3b4d 79.82%, #3c3c3bff 99.69%);
   mix-blend-mode: normal;
 }

 .container_da9e2a338bed {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 887px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/500b42f2-4f45-4830-99d7-793f30883931/2016:2449.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_c3858972938a {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 887px;
   left: 0px;
   top: 2820px;
 }

 .text_972a761d7b4a {
   width: 100%;
   min-width: 0;
   height: 37px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_7d10b308a53a {
   width: 334px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_7d10b308a53a {
   overflow: visible;
 }

 .imageview_f8ee21f6d50a {
   width: 34px;
   height: 37.4px;
   z-index: 2;
   position: absolute !important;
   left: 296px;
   top: 0px;
 }

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

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

 .text_8d5cdda172b7 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_8d5cdda172b7 {
   overflow: visible;
 }

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

 .imageview_b4479d839d51 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_b4479d839d51 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_9bec3373b775 {
   width: 323px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.29px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_9bec3373b775 {
   overflow: visible;
 }

 .imageview_b378d2837532 {
   width: 24.04px;
   height: 24.04px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 8.26px;
 }

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

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

 .imageview_202ddf87bbc3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_202ddf87bbc3 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_b1b60fdce9fc {
   width: 338px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_cc0db726a16f {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 4.69px;
 }

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

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

 .imageview_e1b4a60ae012 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_e1b4a60ae012 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .imageview_ae591f77dc42 {
   width: 24.04px;
   height: 26.45px;
   z-index: 1;
   position: absolute !important;
   left: 299px;
   top: 4.24px;
 }

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

 .text_78270f871d24 {
   width: 338px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 4.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

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

 .imageview_4d91fbdcd300 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_4d91fbdcd300 img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_0d4c2029d6d5 {
   width: 338px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .imageview_4732869425e9 {
   width: 24.04px;
   height: 26.45px;
   z-index: 2;
   position: absolute !important;
   left: 299px;
   top: 3.55px;
 }

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

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

 .imageview_a203688ef5ae {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.5;
 }

 .imageview_a203688ef5ae img {
   position: absolute;
   width: 323.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .container_61a048092a18 {
   padding: 50px 15px 60px;
   width: 353px;
   height: fit-content;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 2976px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
   background: #ce7a23;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d345d0ed2467 {
   width: 145px;
   height: 74px;
   line-height: 74px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_d345d0ed2467 {
   overflow: visible;
 }

 .container_dfa94c1d4c2a {
   padding: 0 20.13px 0 20.11px;
   width: 156px;
   height: 72px;
   position: absolute !important;
   left: -12.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_637b43c0e823 {
   position: relative !important;
   width: 125px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_cb8e047ce233 {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_f084b4a5454a {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_209209890fc7 {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_7a6e2adf785f {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cbdcb56339c {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_0cda49ee38cc {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_d8ff10408598 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_309bd8e02f55 {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_74f783450d1b {
   padding: 0 20.13px 0 20.11px;
   width: 119.51px;
   height: 71.6px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a0789092aa30 {
   position: relative !important;
   width: 114px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_c88b081acc6a {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_c25ff12dad95 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e722821853ae {
   width: fit-content;
   line-height: 74px;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .container_66353cb3f1c8 {
   padding: 0 20.13px 0 20.11px;
   width: 234px;
   height: 72px;
   position: absolute !important;
   left: -25.5px;
   top: -0.5px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_db0eb71e67e8 {
   position: relative !important;
   width: 177px;
   height: 71px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_8d0e075deaf6 {
   width: fit-content;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

 .container_60aebc61ddf9 {
   width: 200px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09e7c993db15 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4354da1d2225 {
   padding: 100px 72px 100px 72px;
   width: 393px;
   height: 862px;
   position: absolute !important;
   left: 0px;
   top: 800px;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
 }

 .imageview_187e72c1c1f2 {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
 }

 .imageview_187e72c1c1f2 img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_b2d47f9aeace {
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 12px;
 }

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

 .imageview_c189bc8591dd {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 22px;
 }

 .imageview_c189bc8591dd img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .container_5aca708a76e5 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 65px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .viewport_6a5813bf4795 {
   width: 393px;
   height: 4249px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_65e5abd5dba5 {
   width: 1160px;
   height: 74px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
   border-radius: 40px 40px 40px 40px;
   opacity: 0.800000011920929;
 }

 .text_f9fcedc00e80 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_250ccd2a8b5b {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_250ccd2a8b5b {
   width: 106px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_250ccd2a8b5b {
   padding: 8px 8px 8px 8px;
   width: 106px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_d3375c517fa2 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_50161bc9bb34 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_50161bc9bb34 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e18e52566c08 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_09d9265e682d {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_09d9265e682d {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_dd66d45ba50d {
   width: 424px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 375px;
   top: 17px;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_dd66d45ba50d {
   position: absolute !important;
   left: 375px;
   top: 17px;
   width: 424px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_dd66d45ba50d {
   width: 424px;
   height: 40px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 54px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a99d1182d18 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-7510565fc3ca_6a99d1182d18 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-59c7f47b4012_6a99d1182d18 {
   line-height: 24px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_c7cc3729f6fd {
   padding: 13px 40px 13px 40px;
   width: 212px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 48px 48px 48px 48px;
 }

 .container_b7ee59d38fdc {
   position: absolute !important;
   overflow: visible;
   width: 212px;
   height: 50px;
   z-index: 1;
   left: 936px;
   top: 12px;
 }

 .container_wrapper_b7ee59d38fdc {
   position: absolute !important;
   overflow: visible;
   left: 936px;
   top: 12px;
   width: 212px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_b7ee59d38fdc {
   width: 212px;
   height: 50px;
   z-index: 1;
 }

 .imageview_955fa9d56952 {
   width: 199px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 11px;
 }

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

 .container_d1a5c9634c97 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 74px;
   left: 137px;
   top: 20px;
 }

 .container_wrapper_d1a5c9634c97 {
   position: absolute !important;
   overflow: visible;
   left: 137px;
   top: 20px;
   width: 1160px;
   height: 74px;
 }

 .container_nested_d1a5c9634c97 {
   width: 1160px;
   height: 74px;
 }

 .container_d04ec4daeaed {
   width: 1440px;
   height: 681px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .imageview_c602db0d7ccf {
   width: 1323px;
   height: 201px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 479.12px;
 }

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

 .container_9f1578e27f32 {
   width: 1440px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 537px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .text_0eb5a8e50dc2 {
   width: 303px;
   height: 225px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0eb5a8e50dc2 {
   overflow: visible;
 }

 .text-8abb3c23a922_0eb5a8e50dc2 {
   line-height: 30px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-31ba7579b223_0eb5a8e50dc2 {
   line-height: 60px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_1c43f360bc41 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 245px;
   z-index: 1;
   position: absolute !important;
   left: 558px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e1da60d36596 {
   width: 303px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_e1da60d36596 {
   overflow: visible;
 }

 .container_72105c6cdab5 {
   padding: 10px 10px 10px 10px;
   width: 323px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 960px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9ff9f828c702 {
   width: 378px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_9ff9f828c702 {
   overflow: visible;
 }

 .container_5ac2a5c7da64 {
   padding: 10px 10px 10px 10px;
   width: 398px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_67c9389007c5 {
   position: absolute !important;
   overflow: visible; 
   width: 1440px;
   height: 681px;
   left: 0px;
   top: 1181px;
 }

 .container_3da7715c1db2 {
   width: 1440px;
   height: 1181px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #f7f3f100 0%, #3c3c3bb3 70%, #3c3c3bff 100%);
 }

 .text_212a9ed6c8f5 {
   width: 100%;
   min-width: 0;
   height: 61px;
   z-index: 2;
   line-height: 61.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_212a9ed6c8f5 {
   overflow: visible;
 }

 .container_2b1a73da872a {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2211481a23d {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_d2211481a23d {
   overflow: visible;
 }

 .text_e857dcbf48ba {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_e857dcbf48ba {
   overflow: visible;
 }

 .input_text_d246ee2efeeb {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_d246ee2efeeb::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_e6e98853b828 {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .mobile-text-field-container{
  width: 100%!important;
 }

 .text_67a73891252d {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_67a73891252d {
   overflow: visible;
 }

 .text_9e51cfc2ddf5 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_9e51cfc2ddf5 {
   overflow: visible;
 }

 .input_text_3b9d64f362fd {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_3b9d64f362fd::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_6003ab2778e3 {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_266c242f2eed {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_266c242f2eed {
   overflow: visible;
 }

 .text_0b9e6a9c25b1 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0b9e6a9c25b1 {
   overflow: visible;
 }

 .input_text_336b70414c5b {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_336b70414c5b::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_a28887088404 {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_28ab25378c9f {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_28ab25378c9f {
   overflow: visible;
 }

 .text_0c3c23f21b12 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_0c3c23f21b12 {
   overflow: visible;
 }

 .input_text_75fe19a01bc4 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_75fe19a01bc4::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_256b3b3dda0d {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c094b3aeb5f1 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c094b3aeb5f1 {
   overflow: visible;
 }

 .text_8cf3c743170b {
   width: 430px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_8cf3c743170b {
   overflow: visible;
 }

 .imageview_69512d8eac12 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 454px;
   top: 12px;
 }

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

 .input_select_4eac678d5486 {
   width: 100%;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .input_select_4eac678d5486 option {
   width: 430px;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_680a8aeda9db {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d557f02db195 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_d557f02db195 {
   overflow: visible;
 }

 .text_25722c908848 {
   width: 450px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 12px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_25722c908848 {
   overflow: visible;
 }

 .imageview_59be8c03582f {
   width: 6.63px;
   height: 6.63px;
   z-index: 2;
   position: absolute !important;
   left: 470.35px;
   top: 67.35px;
 }

 .imageview_59be8c03582f img {
   position: absolute;
   width: 7.3px !important;
   height: 7.3px !important;
   max-width: none !important;
   left: -0.4px;
   top: -0.4px;
 }

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

 .input_text_38c47c275206 {
   width: 100%;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background: #FFF;
 }

 .wrapper_input_text_38c47c275206 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   height: 80px;
 }

 .input_text_38c47c275206::placeholder {
   width: 450px;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_0579fa840afd {
   width: 6.63px;
   height: 6.63px;
   z-index: 2;
   position: absolute !important;
   left: 470.35px;
   top: 67.35px;
 }

 .container_197d6d2d1ca2 {
   width: 482px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a22f766d490 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-2a675fc96ba6_6a22f766d490 {
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-0736628c126b_6a22f766d490 {
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_10f8941544b7 {
   padding: 22px 12px 22px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   border-top: 1px solid #ce7a23ff;
   border-right: 1px solid #ce7a23ff;
   border-bottom: 1px solid #ce7a23ff;
   border-left: 1px solid #ce7a23ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 36px 36px 36px 36px;
 }

 .container_d3f56a1f35af {
   width: 482px;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   position: relative;
 }

 .container_wrapper_d3f56a1f35af {
   width: 482px;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_d3f56a1f35af {
   width: 482px;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_937e2d9c9873 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_c4969268a808 {
   width: 347px;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c4969268a808 {
   overflow: visible;
 }

 .container_2b8392a38a52 {
   width: 375px;
   height: 25px;
   min-width: 120px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5212651c2f6 {
   width: 366px;
   height: 25px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_d5212651c2f6 {
   overflow: visible;
 }

 .container_035c277ca515 {
   position: absolute !important;
   overflow: visible;
   width: 179px;
   height: 22px;
   z-index: 3;
   left: 28px;
   top: 22px;
 }

 .container_d9b512cdfeed {
   position: relative !important;
   overflow: visible;
   width: 482px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   display: none;
 }

 .container_e7c86abcdf59 {
   padding: 32px 36px 46px 36px;
   width: 554px;
   height: 913px;
   min-width: 320px;
   z-index: 2;
   position: absolute !important;
   left: 746px;
   top: 181px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_e7c86abcdf59 {
   position: absolute !important;
   left: 746px;
   top: 181px;
   width: 554px;
   height: 913px;
   min-width: 320px;
   z-index: 2;
 }

 .container_nested_e7c86abcdf59 {
   padding: 32px 36px 46px 36px;
   width: 554px;
   height: 913px;
   min-width: 320px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
   border-radius: 10px 10px 10px 10px;
 }

 .text_e71bd3c55851 {
   width: 470px;
   height: 165px;
   z-index: 2;
   position: absolute !important;
   left: 140px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-f12d766d1a63_e71bd3c55851 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-5525b97481dd_e71bd3c55851 {
   line-height: 56px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_51b562c89824 {
   width: 504px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 140px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_958eaa592d8b {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e418040f825d {
   width: fit-content;
   z-index: 2;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_b9e7b33f2fa9 {
   width: 159px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_b977ea15a28f {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_b977ea15a28f img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_cf368b304abc {
   width: 100%;
   min-width: 0;
   height: 50px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_cf368b304abc {
   overflow: visible;
 }

 .text-213588c3676e_cf368b304abc {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-8c6a785e3d62_cf368b304abc {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .container_56206400c2fe {
   width: 392px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_e285d52f5e88 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_b055414e11df {
   width: fit-content;
   z-index: 2;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_64cb8871530c {
   width: 176px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_1fda40daaa3c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_1fda40daaa3c img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_c84744f62763 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c84744f62763 {
   overflow: visible;
 }

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

 .container_f3577138d924 {
   width: 392px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_e39a1bc2aa6a {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_07561f8b27a2 {
   width: fit-content;
   z-index: 2;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

 .container_2c38849abb52 {
   width: 149px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_9ef1ab04451c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_9ef1ab04451c img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_d27163349041 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_d27163349041 {
   overflow: visible;
 }

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

 .container_0e227c8b5f22 {
   width: 392px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_51f35cf06a2f {
   width: 100px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_5547af0634cb {
   width: 484px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 140px;
   top: 480px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_10179db686fe {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1181px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .viewport_ed55108358cb {
   width: 1440px;
   height: 1862px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e8cfa7fc4ace {
   width: 393px;
   height: 1874px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_03bf07fa2c80 {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
 }

 .imageview_03bf07fa2c80 img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_3a98a2e85e33 {
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 12px;
 }

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

 .imageview_5268bd209508 {
   width: 30px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 22px;
 }

 .imageview_5268bd209508 img {
   position: absolute;
   width: 32.5px !important;
   height: 24.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .container_f365f92f4697 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 65px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #3c3c3b;
 }

 .container_wrapper_f365f92f4697 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 393px;
   height: 65px;
   z-index: 1;
 }

 .container_nested_f365f92f4697 {
   width: 393px;
   height: 65px;
   z-index: 1;
   background: #3c3c3b;
 }

 .text_1c0a6024123a {
   width: 372px;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_dad87d1952b6 {
   padding: 33px 9px 33px 9px;
   width: 393px;
   height: 156px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 298px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ac89aedd6811 {
   width: 393px;
   height: 61px;
   z-index: 1;
   position: absolute !important;
   left: 0.5px;
   top: 0px;
 }

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

 .container_78eb5d25515e {
   width: 394px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: linear-gradient(180deg, #3c3c3b00 0%, #3c3c3bff 96%);
 }

 .container_f7c48ac4a92d {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 61px;
   z-index: 1;
   left: -0.5px;
   top: 481px;
 }

 .text_483c0edf745a {
   width: 100%;
   min-width: 0;
   height: 180px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_483c0edf745a {
   overflow: visible;
 }

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

 .container_810f18a43f98 {
   position: absolute !important;
   width: 393px;
   height: 542px;
   z-index: 1;
   left: 0px;
   top: 1868px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3c3c3b;
 }

 .imageview_d1671be7d239 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_251936b483e1 {
   width: fit-content;
   z-index: 1;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .imageview_49f77957aaa2 img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_f82da5b1bcaa {
   width: 100%;
   min-width: 0;
   height: 50px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_f82da5b1bcaa {
   overflow: visible;
 }

 .text-780adcf217d2_f82da5b1bcaa {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-c1f3e0d0d226_f82da5b1bcaa {
   line-height: 25px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

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

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

 .imageview_6c40bd5af159 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bc60992ffcd4 {
   width: fit-content;
   z-index: 1;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .imageview_a1472f5e6bf8 img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_24bfea455a1e {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_24bfea455a1e {
   overflow: visible;
 }

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

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

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

 .imageview_08d53e6b1d21 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_48565b69176c {
   width: fit-content;
   z-index: 1;
   line-height: 20.52px;
   font-family: 'Montserrat';
   font-weight: 700;
 }

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

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

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

 .imageview_7f7a42c73098 img {
   position: absolute;
   width: 22.0px !important;
   height: 21.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_61202be0b5c0 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_61202be0b5c0 {
   overflow: visible;
 }

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

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

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

 .imageview_a91455a29451 {
   width: 100px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_f027361b6eee {
   padding: 0 20px 0 20px;
   width: 393px;
   height: 509px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6e91c333c7c4 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 509px;
   z-index: 1;
   left: 0px;
   top: 394px;
 }

 .text_b9114bc335ef {
   width: 100%;
   min-width: 0;
   height: 50px;
   z-index: 2;
   line-height: 50.4px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 800;
 }

 .text_autoheight_b9114bc335ef {
   overflow: visible;
 }

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

 .text_c36c7f7efb0b {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_c36c7f7efb0b {
   overflow: visible;
 }

 .text_b336c4f04f2e {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_b336c4f04f2e {
   overflow: visible;
 }

 .input_text_fe00d34789e4 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_fe00d34789e4::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_602c7beebc74 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_602c7beebc74 {
   overflow: visible;
 }

 .text_4ad3bc41dd63 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_4ad3bc41dd63 {
   overflow: visible;
 }

 .input_text_e03b0a74099e {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_e03b0a74099e::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_4f11e6d565f0 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_4f11e6d565f0 {
   overflow: visible;
 }

 .text_3b00c329b9b5 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_3b00c329b9b5 {
   overflow: visible;
 }

 .input_text_f1049ef31bef {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_f1049ef31bef::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_98ab6cb8f281 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_98ab6cb8f281 {
   overflow: visible;
 }

 .text_5aa557bf1ae6 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_5aa557bf1ae6 {
   overflow: visible;
 }

 .input_text_c3b51c372a84 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   min-width: 120px;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

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

 .input_text_c3b51c372a84::placeholder {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_160382e73095 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_160382e73095 {
   overflow: visible;
 }

 .text_44a73a574c5b {
   width: 260px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_44a73a574c5b {
   overflow: visible;
 }

 .imageview_a3e3806b5456 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 284px;
   top: 12px;
 }

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

 .input_select_692c774ef4cc {
   width: 312px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .input_select_692c774ef4cc option {
   width: 260px;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

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

 .text_1ea9655b9c8b {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_1ea9655b9c8b {
   overflow: visible;
 }

 .text_742e8d4bf2a6 {
   width: 280px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 12px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_742e8d4bf2a6 {
   overflow: visible;
 }

 .imageview_2b656a5e8f32 {
   width: 6.63px;
   height: 6.63px;
   z-index: 2;
   position: absolute !important;
   left: 300.35px;
   top: 67.35px;
 }

 .imageview_2b656a5e8f32 img {
   position: absolute;
   width: 7.3px !important;
   height: 7.3px !important;
   max-width: none !important;
   left: -0.4px;
   top: -0.4px;
 }

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

 .input_text_f67f1b4734d3 {
   width: 312px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Montserrat';
   font-weight: 500;
   background-color: #FFF;
 }

 .wrapper_input_text_f67f1b4734d3 {
   position: relative !important;
   overflow: visible;
   width: 312px;
   height: 80px;
 }

 .input_text_f67f1b4734d3::placeholder {
   width: 280px;
   height: 50px;
   z-index: 2;
   line-height: 25px;
   text-align: start;
   word-wrap: break-word;
   color: #3c3c3b66;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .imageview_156154cb8f75 {
   width: 6.63px;
   height: 6.63px;
   z-index: 2;
   position: absolute !important;
   left: 300.35px;
   top: 67.35px;
 }

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

 .text_4cf662cfeb28 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-c7c9ddef28b4_4cf662cfeb28 {
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text-aa5b74fefa3b_4cf662cfeb28 {
   line-height: 16px;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .container_84ab6e19fe05 {
   padding: 22px 12px 22px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   border-top: 1px solid #ce7a23ff;
   border-right: 1px solid #ce7a23ff;
   border-bottom: 1px solid #ce7a23ff;
   border-left: 1px solid #ce7a23ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ce7a23;
   border-radius: 36px 36px 36px 36px;
 }

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

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

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

 .imageview_fb979e4dba7d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_658d0e610b8e {
   width: 283px;
   height: 25px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_658d0e610b8e {
   overflow: visible;
 }

 .container_b4bfdcca6923 {
   width: 311px;
   height: 25px;
   min-width: 120px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_553da47d031d {
   width: 282px;
   height: 25px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .text_autoheight_553da47d031d {
   overflow: visible;
 }

 .container_93a689d15759 {
   position: absolute !important;
   overflow: visible;
   width: 282px;
   height: 22px;
   z-index: 3;
   left: 28px;
   top: 22px;
 }

 .container_3b4668ebc103 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8b73759bd0d2 {
   padding: 32px 20px 46px 20px;
   width: 352px;
   height: 918px;
   min-width: 320px;
   z-index: 2;
   position: absolute !important;
   left: 22px;
   top: 970px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_8b73759bd0d2 {
   position: absolute !important;
   left: 22px;
   top: 970px;
   width: 352px;
   height: 918px;
   min-width: 320px;
   z-index: 2;
 }

 .container_nested_8b73759bd0d2 {
   padding: 32px 20px 46px 20px;
   width: 352px;
   height: 918px;
   min-width: 320px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #3c3c3b;
   border-radius: 10px 10px 10px 10px;
 }

 .text_9ccce6acd852 {
   width: 353px;
   height: 165px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 94px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-8e64c4004308_9ccce6acd852 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text-9bf122acf136_9ccce6acd852 {
   line-height: 42px;
   font-family: 'Montserrat';
   font-weight: 900;
 }

 .text_5aaf52c43d40 {
   width: 353px;
   height: fit-content;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 259px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Montserrat';
   font-weight: 500;
 }

 .viewport_a800b9be758c {
   width: 393px;
   height: 2410px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .page_1_homepage .yotako-main {
     display: none !important;
   }

   .page_1_homepage .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .page_1_homepage .yotako-main {
     display: none !important;
   }

   .page_1_homepage .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .page_2_nosotros .yotako-main {
     display: none !important;
   }

   .page_2_nosotros .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .page_2_nosotros .yotako-main {
     display: none !important;
   }

   .page_2_nosotros .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .page_3_servicios .yotako-main {
     display: none !important;
   }

   .page_3_servicios .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .page_3_servicios .yotako-main {
     display: none !important;
   }

   .page_3_servicios .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .page_4_proyectos_portfolio .yotako-main {
     display: none !important;
   }

   .page_4_proyectos_portfolio .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .page_4_proyectos_portfolio .yotako-main {
     display: none !important;
   }

   .page_4_proyectos_portfolio .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .page_5_contacto .yotako-main {
     display: none !important;
   }

   .page_5_contacto .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .page_5_contacto .yotako-main {
     display: none !important;
   }

   .page_5_contacto .vp_1440 {
     display: flex !important;
   }
 }

  .partners-banner{
    display: none;
    height: 0;
  }

  .home-faq-module{
    top: 3115px;
  }

  .home-footer{
    top: 3800px;
  }

  .home-mobile-faq-module{
    top: 5215px;
  }

  .home-mobile-faq-bg-module{
    top: 5015px;
  }

  .home-mobile-footer{
    top: 5900px;
  }

  .home-desktop-content{
    height: 4470px;
  }

  .home-mobile-content{
    height: 6440px;
  }

  .servicios-faq-module{
    top: 4420px;
  }

  .servicios-footer {
    left: 0px;
    top: 5115px;
  }

  .servicios-mobile-faq-module{
    top: 7400px;
  }

  .servicios-mobile-faq-bg-module{
    top: 7225px;
  }

  .servicios-mobile-footer{
    top: 8110px;
  }

  .servicios-desktop-content{
    height: 5795px;
  }

  .servicios-mobile-content{
    height: 8650px;
  }