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

 .imageview_5c3b7376efb6 {
   width: 664px;
   height: 495px;
   position: absolute !important;
   left: 1254px;
   top: 585px;
   _scaling-factor: 0.5;
 }

 .imageview_5c3b7376efb6 img {
   position: absolute;
   width: 117.57% !important;
   height: 157.78% !important;
   max-width: none !important;
   left: -0.61%;
   top: -0.20%;
 }

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

 .imageview_96022bc27e4e {
   width: 566px;
   height: 495px;
   position: absolute !important;
   left: 971px;
   top: 90px;
 }

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

 .container_4c6e51f30f9e {
   width: 284px;
   height: 495px;
   position: absolute !important;
   left: 970px;
   top: 585px;
   background: #ff8862;
 }

 .container_wrapper_4c6e51f30f9e {
   position: absolute !important;
   left: 970px;
   top: 585px;
   width: 284px;
   height: 495px;
 }

 .container_nested_4c6e51f30f9e {
   width: 284px;
   height: 495px;
   background: #ff8862;
 }

 .container_0d8756e99b9e {
   width: 384px;
   height: 495px;
   z-index: 1;
   position: absolute !important;
   left: 1536px;
   top: 90px;
   background: #ff3b00;
 }

 .imageview_1c683443240a {
   width: 17.41px;
   height: 16.65px;
   z-index: 2;
   position: absolute !important;
   left: 1559.99px;
   top: 436px;
 }

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

 .container_a9c7a1285ab7 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_a77569c05c3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_4bb27614ea10 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_1b14cb8ab81c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .line_0439af7fca26 {
   width: 64px;
   height: 2px;
   z-index: 1;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   position: absolute !important;
   left: 1143px;
   top: 67px;
   direction: horizontal;
   background: #ffffff;
 }

 .imageview_c794842d6b95 {
   width: 267px;
   height: 428px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 157px;
   _scaling-factor: 0.5;
 }

 .imageview_c794842d6b95 img {
   position: absolute;
   width: 215.71% !important;
   height: 89.25% !important;
   max-width: none !important;
   left: -60.18%;
   top: 10.85%;
 }

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

 .text_ea1cbce4c533 {
   width: 258px;
   height: 94px;
   z-index: 2;
   position: absolute !important;
   left: 1557px;
   top: 157px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 47.15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_c57a1d997ab2 {
   width: 244px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 1557px;
   top: 262px;
   line-height: 24.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c57a1d997ab2 {
   overflow: visible;
 }

 .text_916480e34f38 {
   width: 257px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 1254px;
   top: 337px;
   line-height: 23.44px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_916480e34f38 {
   overflow: visible;
 }

 .text-5fd68cfb7062_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-5f475558aa2b_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-25145affebbd_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-41fa403f43a0_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-bc54e2ada4bf_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-3a866c4d5d59_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-74bdaa29d965_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-999e07b04833_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-ee7e0f16dd60_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-2b8b4dd03976_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-7da3a865c116_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text-fe1ae1173ac3_916480e34f38 {
   line-height: 23.44px;
   font-family: 'DM Sans';
 }

 .text_f11035523989 {
   width: 273px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 1584px;
   top: 403px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.83px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_555994a13ea4 {
   width: 178px;
   height: 27px;
   z-index: 3;
   position: absolute !important;
   left: 1584px;
   top: 432px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.83px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .line_2595b18d787f {
   width: 257px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ff8862ff;
   border-right: 1px solid #ff8862ff;
   border-bottom: 1px solid #ff8862ff;
   border-left: 1px solid #ff8862ff;
   position: absolute !important;
   left: 1254px;
   top: 322px;
   direction: horizontal;
   background: #ff8862;
 }

 .text_10a61372dde2 {
   width: 79px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1362px;
   top: 536px;
   line-height: 12.3px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_10a61372dde2 {
   overflow: visible;
 }

 .text_e229d3be40ee {
   width: 627px;
   height: 788px;
   position: absolute !important;
   left: 100px;
   top: 179px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-56f7d21297f6_e229d3be40ee {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-31c198cd91fc_e229d3be40ee {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .imageview_87d180dc0bea {
   width: 213.2px;
   height: 41px;
   position: absolute !important;
   left: 100px;
   top: 981px;
 }

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

 .imageview_32cbb6e0a42c {
   width: 23px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 1557px;
   top: 403px;
   _scaling-factor: 0.5;
 }

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

 .text_f7752826c811 {
   width: 252px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.04px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f7752826c811 {
   overflow: visible;
 }

 .text_3f3e02a36a80 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 59px;
   line-height: 16.4px;
   font-family: 'Epilogue';
 }

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

 .text_bd3228102577 {
   width: 226px;
   height: 208px;
   z-index: 1;
   line-height: 26.04px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_bd3228102577 {
   overflow: visible;
 }

 .text-728a10f0a776_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-7da651331a69_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-3f6501a52ac4_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-05c3af0afd6b_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-744eaea66511_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-6638beb94de8_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-ddb871ffe31b_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-05a9ae987620_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-9d2bb364d9cd_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-8f0ade4c646b_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-7083e4fbfa79_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

 .text-68e2834b7c88_bd3228102577 {
   line-height: 26.04px;
   font-family: 'DM Sans';
 }

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

 .container_6435716e7803 {
   width: 252px;
   height: 315px;
   z-index: 1;
   position: absolute !important;
   left: 986px;
   top: 634px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_52afad3ca046 {
   width: 156px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 1254px;
   top: 540px;
 }

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

 .imageview_c250c7faf2f6 {
   width: 156px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 986px;
   top: 992px;
 }

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

 .text_884a5d018e07 {
   width: 270px;
   height: 195px;
   z-index: 1;
   position: absolute !important;
   left: 1254px;
   top: 112px;
   line-height: 38.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_884a5d018e07 {
   overflow: visible;
 }

 .line_8044eb50f93c {
   width: 230px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #fffdecff;
   border-right: 1px solid #fffdecff;
   border-bottom: 1px solid #fffdecff;
   border-left: 1px solid #fffdecff;
   position: absolute !important;
   left: 986px;
   top: 717px;
   direction: horizontal;
   background: #fffdec;
 }

 .imageview_2af62d50e2ab {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

 .imageview_1cf89e281b2f {
   width: 144.92px;
   height: 51.67px;
   z-index: 2;
   position: absolute !important;
   left: 1386px;
   top: 202px;
 }

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

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

 .container_62d057213907 {
   width: 350px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 375px;
   background: #eafefa;
 }

 .container_wrapper_62d057213907 {
   position: absolute !important;
   left: 0px;
   top: 375px;
   width: 350px;
   height: 366px;
 }

 .container_nested_62d057213907 {
   width: 350px;
   height: 366px;
   background: #eafefa;
 }

 .text_02e4a608351d {
   width: 257px;
   height: 109px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 572px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.62px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-a8ee9354f04c_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-b38899f70fb3_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-2c4aead8e9f3_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-ddb41670df11_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-f45a869baf8d_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-0f6b42dfe8b8_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-106841bf21bc_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-353bb8f9dfc1_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-da4a46449428_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-aebc9afdf229_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-535ca8ba5c26_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .text-dfe23870ac99_02e4a608351d {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

 .line_73e9890dc999 {
   width: 257px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ff8862ff;
   border-right: 1px solid #ff8862ff;
   border-bottom: 1px solid #ff8862ff;
   border-left: 1px solid #ff8862ff;
   position: absolute !important;
   left: 31px;
   top: 566px;
   direction: horizontal;
   background: #ff8862;
 }

 .container_ce5e1f47f40c {
   width: 350px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 741px;
   background: #ff8862;
 }

 .container_wrapper_ce5e1f47f40c {
   position: absolute !important;
   left: 0px;
   top: 741px;
   width: 350px;
   height: 366px;
 }

 .container_nested_ce5e1f47f40c {
   width: 350px;
   height: 366px;
   background: #ff8862;
 }

 .text_955ba5c1b7b3 {
   width: 257px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 903px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.62px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_bd7112dd637e {
   width: 257px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 771px;
   line-height: 27.67px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bd7112dd637e {
   overflow: visible;
 }

 .container_382294fe5a61 {
   width: 94px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 1070px;
 }

 .container_wrapper_382294fe5a61 {
   position: absolute !important;
   left: 31px;
   top: 1070px;
   width: 94px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_382294fe5a61 {
   width: 94px;
   height: 27px;
   z-index: 1;
 }

 .text_ba6176e7a61c {
   width: 298px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 863px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ba6176e7a61c {
   overflow: visible;
 }

 .line_1416dc3c917d {
   width: 257px;
   height: 1.5px;
   z-index: 1;
   border-top: 1px solid #fffdecff;
   border-right: 1px solid #fffdecff;
   border-bottom: 1px solid #fffdecff;
   border-left: 1px solid #fffdecff;
   position: absolute !important;
   left: 31px;
   top: 893px;
   direction: horizontal;
   background: #fffdec;
 }

 .container_a30ae0c03a6f {
   width: 95px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 697px;
 }

 .container_wrapper_a30ae0c03a6f {
   position: absolute !important;
   left: 31px;
   top: 697px;
   width: 95px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_a30ae0c03a6f {
   width: 95px;
   height: 27px;
   z-index: 1;
 }

 .container_24d93d62fe3a {
   width: 95px;
   height: 27px;
   position: absolute !important;
   left: 19px;
   top: 318px;
 }

 .container_wrapper_24d93d62fe3a {
   position: absolute !important;
   left: 19px;
   top: 318px;
   width: 95px;
   height: 27px;
 }

 .container_nested_24d93d62fe3a {
   width: 95px;
   height: 27px;
 }

 .container_e402d2a9ad60 {
   width: 350px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 1107px;
   background: #ff3b00;
 }

 .imageview_48c7bb42a8ec {
   width: 16.41px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 22.97px;
   top: 1431px;
 }

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

 .text_13b7d168adda {
   width: 258px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 1152px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 47.44px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_626d048169a4 {
   width: 244px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 1257px;
   line-height: 24.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_626d048169a4 {
   overflow: visible;
 }

 .text_6495d8982b60 {
   width: 273px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 1398px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.83px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_1f33d486ac76 {
   width: 178px;
   height: 27px;
   z-index: 2;
   position: absolute !important;
   left: 44px;
   top: 1427px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.83px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .container_8d522a3b038b {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

 .container_40d4e26d334e {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .imageview_3051c46d65b6 {
   width: 25.18px;
   height: 7.75px;
   z-index: 1;
   position: absolute !important;
   left: 108.61px;
   top: 28.37px;
 }

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

 .text_47d42ff53091 {
   width: 41px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_ce3363f7c036 {
   width: 40px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 101px;
   top: 40px;
 }

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

 .imageview_bacc1e6f601a {
   width: 79px;
   height: 127px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 402px;
   _scaling-factor: 0.5;
 }

 .imageview_bacc1e6f601a img {
   position: absolute;
   width: 215.71% !important;
   height: 89.25% !important;
   max-width: none !important;
   left: -60.18%;
   top: 10.85%;
 }

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

 .imageview_49dc4aa21bd8 {
   width: 23px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 1398px;
   _scaling-factor: 0.5;
 }

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

 .text_08f52863b52a {
   width: 310px;
   height: 245px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 90px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-3b5a834cce51_08f52863b52a {
   line-height: 22px;
   font-family: 'Epilogue';
 }

 .text-10e9abc8cd13_08f52863b52a {
   line-height: 22px;
   font-family: 'Epilogue';
 }

 .imageview_a1c66eb462cb {
   width: 60.95px;
   height: 24.95px;
   z-index: 2;
   position: absolute !important;
   left: 179px;
   top: 162px;
 }

 .imageview_a1c66eb462cb img {
   position: absolute;
   width: 63.0px !important;
   height: 26.9px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_3736ebd19096 {
   width: 60px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_c18f695a66c8 {
   width: 106px;
   height: 39.5px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 437px;
 }

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

 .text_b4690bc8d61e {
   width: 227px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 91px;
   top: 429px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b4690bc8d61e {
   overflow: visible;
 }

 .viewport_065b24c1e90e {
   width: 350px;
   height: 1473px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_b310171e54f4 {
   width: 645px;
   height: 645px;
   position: absolute !important;
   left: 1175px;
   top: 6163px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ab138d778184 {
   width: 850px;
   height: 850px;
   position: absolute !important;
   left: 970px;
   top: 1845px;
   _scaling-factor: 0.5;
 }

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

 .imageview_931fb0151f5d {
   width: 1784px;
   height: 814px;
   position: absolute !important;
   left: 0px;
   top: 90px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3cbce836128d {
   width: 1478px;
   height: 814px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 90px;
   _scaling-factor: 0.5;
 }

 .imageview_3cbce836128d img {
   position: absolute;
   width: 103.52% !important;
   height: 187.96% !important;
   max-width: none !important;
   left: 0.00%;
   top: -43.98%;
 }

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

 .container_a54a6ea5c5cc {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .container_e55c2b148524 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .container_wrapper_e55c2b148524 {
   position: absolute !important;
   left: 100px;
   top: 17.13px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_e55c2b148524 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .text_636592868068 {
   width: 850px;
   height: 548px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 228px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-9ab07e84be96_636592868068 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-c77abd823a44_636592868068 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text_002af5c7ddc2 {
   width: 850px;
   height: 5538px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 1046px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-2c7febbd567b_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-45bf37171022_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-abb510faef77_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3f59ca91aac9_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-aa7a5fc73d26_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-bc7795583f82_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ea03f1b04daf_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-32361df24fe8_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-857c05cf7378_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-69c0d0650559_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3ef08bf3feaa_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f09e0cc22e37_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-91683333eab8_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-82e38a5d0ed2_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b6b2243e93ad_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-306924902927_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8b624bea6c89_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ab75af2f4868_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5bbf38a1cd69_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d0fb965ceb07_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-64b8771299e1_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-781ff0df2036_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-91d08f39a1b3_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a3e7a6f87b8a_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-97bc0957d81f_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b59d8745f8a6_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a792742b4488_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c5f3fc5081b9_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4ba621107646_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a2bd92b1b56f_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7de6a4f677b7_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c8dc4eea1fd5_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e642f738036e_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4a2119af53ed_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d051d554e2ff_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-311af33dfa65_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1d8a48bfc042_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8dea8546b063_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f65bea182f60_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-23bc05769984_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-232c8c7cfa54_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-65da17373057_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6acadc26cd2c_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0235131d1be2_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-aa41ee01697d_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1ea399575952_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a4afe24e8ed6_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7f0aec804bb8_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7e2d16a6d328_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-00e426bc8519_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b3e021771b0e_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-be00cdd85118_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-68a2bfdb85ad_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5f64af0fe5d2_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-282837190f37_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fa1ca2214937_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a9d7ee985c9e_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f42c9ca9f8f2_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4c02258c1713_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9cc83742e0bd_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4f7ef7bf8c71_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fbe09d88a9a3_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b41cccd39679_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-64f42dfc3bf7_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3e451ce2e046_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7e1979bb9d53_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f4a66045921f_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2deb0277f917_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d83379fc280f_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c5964339ff7c_002af5c7ddc2 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .imageview_2975133e84ef {
   width: 15px;
   height: 15px;
   position: absolute !important;
   left: 1387px;
   top: 3184px;
 }

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

 .imageview_99f5fd2efc90 {
   width: 15px;
   height: 15px;
   position: absolute !important;
   left: 1387px;
   top: 3438px;
 }

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

 .text_d5cb79a540ff {
   width: 392px;
   height: 135px;
   position: absolute !important;
   left: 1428px;
   top: 3424px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-f910e3dfc361_d5cb79a540ff {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-abd57d7be530_d5cb79a540ff {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text_24ce8e6cdff1 {
   width: 392px;
   height: 180px;
   position: absolute !important;
   left: 1428px;
   top: 3170px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-e868a0e0be18_24ce8e6cdff1 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d6f42a938a88_24ce8e6cdff1 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b5ab776fdf08_24ce8e6cdff1 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2ce08bc0c4fc_24ce8e6cdff1 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_d75b0a00013f {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 1020px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_fc2f9caffc14 {
   width: 232px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_fc2f9caffc14 {
   overflow: visible;
 }

 .imageview_971015048f60 {
   width: 157.9px;
   height: 54.26px;
   z-index: 3;
   position: absolute !important;
   left: 84.53px;
   top: 514px;
 }

 .imageview_971015048f60 img {
   position: absolute;
   width: 159.9px !important;
   height: 56.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_7b963b0a1456 {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_987cb6f3f795 {
   width: max-content;
   position: absolute !important;
   left: 424px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_e14cfb519d4b {
   width: max-content;
   position: absolute !important;
   left: 384px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_c8fd86ff2407 {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 6878px;
   background: #ff3b00;
 }

 .text_375ae6d8e800 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 7008px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-9400a03c018c_375ae6d8e800 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-4b2625ae070c_375ae6d8e800 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text_d08947047d43 {
   width: max-content;
   position: absolute !important;
   left: 1405px;
   top: 2713px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text-f1650dd4a8e7_d08947047d43 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-18f83b1a9b61_d08947047d43 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text_6b07455ee5f1 {
   width: max-content;
   position: absolute !important;
   left: 1437px;
   top: 925px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text-236c0feb1a8b_6b07455ee5f1 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-7e0b351d3c0f_6b07455ee5f1 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .imageview_9f6e4b7b5638 {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1520px;
   top: 7037px;
 }

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

 .text_ea9a338d3aa2 {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 7027px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_ea95b8b79ca1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_3308af75fe58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_8c52e88fd625 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .line_9ec4358b3988 {
   width: 142px;
   height: 2px;
   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: 1671px;
   top: 63px;
   direction: horizontal;
   background: #ffffff;
 }

 .text_5eaeb1514ed2 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5eaeb1514ed2 {
   overflow: visible;
 }

 .container_21bdb6595c3b {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
 }

 .text_3ee9b4c9635c {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_3ee9b4c9635c {
   overflow: visible;
 }

 .text-70021cac2b0f_3ee9b4c9635c {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-ea5ea9f6b122_3ee9b4c9635c {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_729095707abe {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .text_autoheight_00383c05f2f9 {
   overflow: visible;
 }

 .text-0d39bcfcc09b_00383c05f2f9 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-58bdcbca3bf9_00383c05f2f9 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-5d7e0742ab61_00383c05f2f9 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_67d8e43a8cc5 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_e33c49f3cadb {
   height: 81px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_e33c49f3cadb {
   overflow: visible;
 }

 .text-bc7ce51e7b60_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-d46ca44f75dd_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2a122bedf4f1_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-716db64a6ee0_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-1889f6b27e8f_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-972dc2d3c14f_e33c49f3cadb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_ce297ba772f2 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .text_autoheight_cb6363cd2524 {
   overflow: visible;
 }

 .text-26c588ae784f_cb6363cd2524 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-69b32db753b5_cb6363cd2524 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_c0ff07191255 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .text_autoheight_871c0c3a6c0f {
   overflow: visible;
 }

 .text-763a8cc508df_871c0c3a6c0f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-c3c754b8fe55_871c0c3a6c0f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_3eaffd25ce6f {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_74950213e1f1 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_74950213e1f1 {
   overflow: visible;
 }

 .text-417dbfa839a9_74950213e1f1 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-763d59d17dcd_74950213e1f1 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_706911a072ae {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_925648aa97ef {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_925648aa97ef {
   overflow: visible;
 }

 .text-b56c973117e8_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-148ea86a5587_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-34b1f1c164d8_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-8d190314f0b3_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-c8bcf2e18679_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-97ac828a9591_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-77655b4a96d8_925648aa97ef {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_71be48f5b1aa {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .text_748bba88a88d {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_748bba88a88d {
   overflow: visible;
 }

 .container_96e281a8c823 {
   width: 447px;
   height: 734px;
   position: absolute !important;
   left: 1373px;
   top: 5354px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_4704f5237bae {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

 .text_25601c6d4cee {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_1252acb884cb {
   width: max-content;
   position: absolute !important;
   left: 99px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_2cb3d1f92cfc {
   width: max-content;
   position: absolute !important;
   left: 113px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_f41ec0567715 {
   width: 123px;
   height: 12px;
   position: absolute !important;
   left: 227px;
   top: 235px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-2efa4eda14da_f41ec0567715 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text-6476c52f4eb3_f41ec0567715 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .line_8c6246da56d6 {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 262px;
   direction: horizontal;
   background: #ff3b00;
 }

 .imageview_df4a12b258b0 {
   width: 14.1px;
   height: 3.66px;
   position: absolute !important;
   left: 285.47px;
   top: 1954.9px;
 }

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

 .container_8facca1fb9cf {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 3614px;
   background: #ff3b00;
 }

 .container_9605fb41deb3 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_9605fb41deb3 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_9605fb41deb3 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_c16ec3b15989 {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 3652px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_767f5743fc7f {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 535px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0d6e6d285709 {
   width: 268px;
   height: 268px;
   position: absolute !important;
   left: 40px;
   top: 3031px;
   _scaling-factor: 0.5;
 }

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

 .text_e91c7e5c0155 {
   width: 252px;
   height: 2447px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 282px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-b32be0b597ba_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-898ee023bd54_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-47f69a787bd7_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b664158d417d_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b445416ca827_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-9c6a75294a57_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-325967cd397e_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-dd8d6d5a723a_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-38a68359e858_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-230e46c654d6_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e990f1737b33_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-85607c2f5248_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-dcf6ad75f14a_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-0e8ddac24551_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-f040e71bc030_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-dbc3a9fc5711_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7830e37cbb7b_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e92c72a51fab_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-5b248858ee77_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-1cf6915cb749_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-26472f99121b_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-be7ff177c9dc_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-95cdbb00bfb9_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-2dee05bf2e4f_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-dafe779dccc4_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-da739a366410_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-f04191dcaced_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e95643228ba1_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e3b793dee3ae_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-af4e3c727e86_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-9b2a4b50ab60_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-37e421df0243_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b5b1428d6f92_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-2cdfd644a87f_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-ad341cae9aaa_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-9e32435c8630_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-5567119aadae_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-034633e4ac2c_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-de19431312f0_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-83f07645bf4f_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-5d8e70a75f56_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-91ba29886f7d_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-c53b45ba3d4c_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-0f85003e2ff1_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-979db2f5f249_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-ef71c7e94b12_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-4e8cd3aa0d10_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-6ea4fe5e1e03_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-17f311a8b87a_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7510c8b4ea75_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-782c76672631_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-59d7a65ae155_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e0a44813c828_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-5f196ee8596f_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-cfef79ca5efb_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-fde6b5e66ac6_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-a66d33845e24_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-a025b0beff91_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-494672721f6b_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7d1ce2c32eba_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b9352b261b8e_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-55feca751659_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-8bd9984be48d_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-1cc8f43c5b57_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-776f6d71bb70_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-0d926c35f069_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-8ec0f693a56c_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-6fee62c411d7_e91c7e5c0155 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text_c1e247befbcd {
   width: 65px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_29be9b9a94cb {
   width: 108px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   _scaling-factor: 0.5;
 }

 .imageview_29be9b9a94cb img {
   position: absolute;
   width: 413.89% !important;
   height: 255.43% !important;
   max-width: none !important;
   left: -318.52%;
   top: -77.71%;
 }

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

 .imageview_474d3615e72d {
   width: 247px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 103px;
   top: 64px;
   _scaling-factor: 0.5;
 }

 .imageview_474d3615e72d img {
   position: absolute;
   width: 125.10% !important;
   height: 176.57% !important;
   max-width: none !important;
   left: 0.00%;
   top: -38.29%;
 }

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

 .text_c852115cbcc1 {
   width: 232px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-27a2290b6837_c852115cbcc1 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-17c6e890ced8_c852115cbcc1 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_d9172011fa8e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 3647px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-62974bc3ae04_d9172011fa8e {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-82f4a83ec1f6_d9172011fa8e {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_5f1edcb12924 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 3652.9px;
 }

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

 .text_fd5cd113a1e2 {
   width: 273px;
   height: 125px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-b8850862e97c_fd5cd113a1e2 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-d34516ea4d32_fd5cd113a1e2 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-eee8b1601db8_fd5cd113a1e2 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-04b35a3205ec_fd5cd113a1e2 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-99fb3412e463_fd5cd113a1e2 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .imageview_243be8e7c9dc {
   width: 3.5px;
   height: 3.5px;
   position: absolute !important;
   left: 278px;
   top: 1394px;
 }

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

 .imageview_dc9b3aebf040 {
   width: 3.5px;
   height: 3.5px;
   position: absolute !important;
   left: 278px;
   top: 1314px;
 }

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

 .text_6b46f1a8f22d {
   width: 51px;
   height: 72px;
   position: absolute !important;
   left: 284px;
   top: 1390px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-cc2c0650a5fc_6b46f1a8f22d {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text-dffe16596311_6b46f1a8f22d {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text_0c2cb8006c24 {
   width: max-content;
   position: absolute !important;
   left: 192px;
   top: 3308px;
   line-height: 12px;
   font-family: 'DM Sans';
 }

 .text_ac66645b6613 {
   width: 57px;
   height: 79px;
   position: absolute !important;
   left: 284px;
   top: 1310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-a53f2afca6fb_ac66645b6613 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text-4d619546fa08_ac66645b6613 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text-8659406d45c2_ac66645b6613 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text-82aa2fa1eca7_ac66645b6613 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

 .text_8461ca119206 {
   width: 66px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 271px;
   top: 688px;
   line-height: 7.7px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_8461ca119206 {
   overflow: visible;
 }

 .text-63a35ede0a64_8461ca119206 {
   line-height: 7.7px;
   font-family: 'DM Sans';
 }

 .text-9957acf5ca8c_8461ca119206 {
   line-height: 7.7px;
   font-family: 'DM Sans';
 }

 .imageview_ad97ee94af4e {
   width: 216px;
   height: 277px;
   position: absolute !important;
   left: 66px;
   top: 2745px;
 }

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

 .imageview_1b6c233064c0 {
   width: 216px;
   height: 277px;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 2745px;
 }

 .imageview_1b6c233064c0 img {
   position: absolute;
   width: 216.5px !important;
   height: 278.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .imageview_78daee1565ea {
   width: 192.42px;
   height: 226.77px;
   z-index: 2;
   position: absolute !important;
   left: 78.37px;
   top: 2782.99px;
 }

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

 .container_5d65fd798f48 {
   width: 215px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 67px;
   top: 2745px;
 }

 .imageview_52b7ec0746d5 {
   width: 60px;
   height: 20.36px;
   z-index: 3;
   position: absolute !important;
   left: 190px;
   top: 138px;
 }

 .imageview_52b7ec0746d5 img {
   position: absolute;
   width: 62.0px !important;
   height: 22.4px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_016d0d1d08c3 {
   width: 60px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_5eb44004a289 {
   width: 43px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_4933be377fc1 {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

 .container_6998a7c1e6af {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 3699px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

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

 .imageview_9b02c26d44d6 {
   width: 645px;
   height: 653px;
   position: absolute !important;
   left: 1175px;
   top: 6164px;
   _scaling-factor: 0.5;
 }

 .imageview_9b02c26d44d6 img {
   position: absolute;
   width: 100.08% !important;
   height: 98.77% !important;
   max-width: none !important;
   left: -0.04%;
   top: 0.00%;
 }

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

 .imageview_36217b417f67 {
   width: 850px;
   height: 850px;
   position: absolute !important;
   left: 970px;
   top: 1824px;
   _scaling-factor: 0.5;
 }

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

 .container_6bb738f1eff0 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .container_527b74087f91 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .container_wrapper_527b74087f91 {
   position: absolute !important;
   left: 100px;
   top: 17.13px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_527b74087f91 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_4ef9599ae1b0 {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 7175px;
   background: #ff3b00;
 }

 .imageview_c2bc76838b83 {
   width: 1920px;
   height: 805px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_cd9883d657c3 {
   width: 1920px;
   height: 805px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

 .imageview_cd9883d657c3 img {
   position: absolute;
   width: 123.14% !important;
   height: 201.20% !important;
   max-width: none !important;
   left: 0.11%;
   top: -50.85%;
 }

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

 .container_9b71043ed3b3 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 805px;
   left: 0px;
   top: 90px;
 }

 .text_c33fe5d6a2b4 {
   width: 1692px;
   height: 646px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 228px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-6e1b0a97d083_c33fe5d6a2b4 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-e017ad9b45c4_c33fe5d6a2b4 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text_187b3e3ee96a {
   width: 850px;
   height: 5835px;
   z-index: 1;
   position: absolute !important;
   left: 396px;
   top: 1046px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-8b2a22b68cd5_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0f38484ca436_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a7c8b5c0220e_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-49ef27a9fec1_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fa0ce6cd0cd6_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1d66c2038aee_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-80feb7df9092_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-12dbf1875c84_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-63572d27dafe_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-56a7eedc91fc_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-def3c3cae7ad_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ffb3da3efa41_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-dfb3743331b0_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-73a43129fbfc_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5fb49cb26ce2_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1ddbdc3eae41_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e0e3821bb127_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-89e386690725_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-98e1cefa188d_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-74f329643105_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e41758a2dd10_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-379091c00368_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-bf4c2605bdcd_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ec1045e1fb9c_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-025042c77684_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-805fb67c8ceb_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6d0333b49e65_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-073c359261c0_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ba635e0f697f_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-147de997f722_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a007759bad19_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6ed820aec55b_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-00571743804d_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-afcdbcd4f1b0_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f63480423bb4_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-dd3e68e1a916_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9c85cf5a2825_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e2c950266577_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-25653e9e6800_187b3e3ee96a {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_38d8384f9480 {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 1020px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_8c7e5e6b8125 {
   width: 243px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 171px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-31db03c99016_8c7e5e6b8125 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text-16f646c4e59f_8c7e5e6b8125 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text-cd0a34b02bdd_8c7e5e6b8125 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .imageview_658ac6bd1d64 {
   width: 157.9px;
   height: 54.26px;
   z-index: 2;
   position: absolute !important;
   left: 558.53px;
   top: 357px;
 }

 .imageview_658ac6bd1d64 img {
   position: absolute;
   width: 159.9px !important;
   height: 56.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_595438bea8ff {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_70173ed6ed8d {
   width: max-content;
   position: absolute !important;
   left: 424px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_c4f80f438782 {
   width: max-content;
   position: absolute !important;
   left: 384px;
   top: 946px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_7ec8a827248e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 7302px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-bdd44da4cf44_7ec8a827248e {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-d7760e3a6d3d_7ec8a827248e {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text_32730b4494a2 {
   width: max-content;
   position: absolute !important;
   left: 1443px;
   top: 2699px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text-d98884f84a57_32730b4494a2 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-820002afc362_32730b4494a2 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text_fc2e06e8bcd9 {
   width: max-content;
   position: absolute !important;
   left: 1525px;
   top: 6098px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .imageview_ed3491af44ac {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1520px;
   top: 7334.28px;
 }

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

 .text_cfbdb3145ea2 {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 7324px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_0de63d451662 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_e5df3f878b9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_a58edab0cdf8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_3939c96dbb6b {
   width: max-content;
   position: absolute !important;
   left: 1437px;
   top: 925px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .line_db826d0c149f {
   width: 142px;
   height: 2px;
   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: 1671px;
   top: 63px;
   direction: horizontal;
   background: #ffffff;
 }

 .text_2242d5c9ed28 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2242d5c9ed28 {
   overflow: visible;
 }

 .container_b5ecb41712f9 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
 }

 .text_3081e35ce84f {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_3081e35ce84f {
   overflow: visible;
 }

 .text-b5270bd11c6b_3081e35ce84f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-e915b0996a92_3081e35ce84f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_5c4fd42c7117 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .text_autoheight_8e7f5248e78f {
   overflow: visible;
 }

 .text-a29907f0f86f_8e7f5248e78f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-77c04e635835_8e7f5248e78f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-ae991da1dce0_8e7f5248e78f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-8b6891ff0ed9_8e7f5248e78f {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_585a59153c8a {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_991304172ab0 {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_991304172ab0 {
   overflow: visible;
 }

 .text-6b610f692ff3_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2db8cc2b2f98_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-8b7e5c6ff830_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-189be268805c_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-1aa1e953dd40_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-f0aecdc8ed72_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-1aaf11622a35_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-293378b0b745_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-d99f99657bf9_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-42afca4940ea_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-6c9b93660bfb_991304172ab0 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_d87ae981f867 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_4552162f58cc {
   height: 162px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_4552162f58cc {
   overflow: visible;
 }

 .text-b29211b7e656_4552162f58cc {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-29ef8a2ad594_4552162f58cc {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_49aa0460e306 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_ea7cf4681130 {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_ea7cf4681130 {
   overflow: visible;
 }

 .text-63af0a10d959_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-4efebeacd672_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-6265bf38b0ee_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-1d455f977917_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-12d2d11d8006_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2cab675ab40c_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-7efc759132ac_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-917efd69705a_ea7cf4681130 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_27e1b652acf4 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

 .text_37a087707b71 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_37a087707b71 {
   overflow: visible;
 }

 .container_1972869831d3 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #fffdec;
 }

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

 .container_b13a237f92df {
   width: 447px;
   height: 751px;
   position: absolute !important;
   left: 1373px;
   top: 5218px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_caa5036a31ae {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

 .text_8df5047d444a {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_b7911b7d3cc8 {
   width: max-content;
   position: absolute !important;
   left: 99px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_d57c742e7fcb {
   width: max-content;
   position: absolute !important;
   left: 113px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_e040f7ffa47b {
   width: 139px;
   height: 12px;
   position: absolute !important;
   left: 207px;
   top: 235px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .line_d2f289420294 {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 262px;
   direction: horizontal;
   background: #ff3b00;
 }

 .imageview_187ab9208335 {
   width: 14.1px;
   height: 3.58px;
   position: absolute !important;
   left: 285.47px;
   top: 1909.45px;
 }

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

 .container_7511d5e94b52 {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 3528px;
   background: #ff3b00;
 }

 .container_d725fe001dcf {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_d725fe001dcf {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_d725fe001dcf {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_82a2f2b92212 {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 3566px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_943745be29bd {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 535px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ed41b42b30c6 {
   width: 268px;
   height: 268px;
   position: absolute !important;
   left: 41px;
   top: 3160px;
   _scaling-factor: 0.5;
 }

 .imageview_ed41b42b30c6 img {
   position: absolute;
   width: 100.08% !important;
   height: 98.77% !important;
   max-width: none !important;
   left: -0.04%;
   top: 0.00%;
 }

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

 .text_2448c59e7d4c {
   width: 252px;
   height: 2434px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 282px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-0c71d1a14856_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-1895598d29bd_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-a256d969cf25_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-2bfb9a8ee90d_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-8eb5cdbda8bf_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-2eac361679d7_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-926b174657a5_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7e0d4c9ee338_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-25bde543b083_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-f30cec8f33dd_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-3cea52e4e991_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-f0b151ef9448_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-967f69c4b989_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-f1792c17620b_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b9e5d06a1ee6_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-ca8bfb24adc9_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-73188e4a325f_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-3311f1bbd57c_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-ef234909776e_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-341953e69728_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-528cc7cad158_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-63d5fa1d8533_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-8b522fd461bb_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-785c881a250b_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-d4cf6d704ada_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-507bee0042cc_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-21b1aeb0ef3d_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-121c0a1ce7d8_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-a40ea6993f7b_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-624eb1bdce05_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-6322649ee21b_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b9ef560b512c_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7f21803fe135_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b156df552fa6_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-91b275ef7bad_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-453529b0b2a7_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b0954cb50006_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-69671d350d8b_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-1d5f01c7e852_2448c59e7d4c {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text_d92157515776 {
   width: 65px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_bcd6fc07bd71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 3561px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-f8b2492feff9_bcd6fc07bd71 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-f85a9175e583_bcd6fc07bd71 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_5974a292b9bd {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 3566.9px;
 }

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

 .text_ca6a22502df1 {
   width: max-content;
   position: absolute !important;
   left: 210px;
   top: 3432px;
   line-height: 12px;
   font-family: 'DM Sans';
 }

 .text_8fef6744afe8 {
   width: 50px;
   height: 24px;
   position: absolute !important;
   left: 281px;
   top: 686px;
   line-height: 7.7px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_8fef6744afe8 {
   overflow: visible;
 }

 .imageview_05fcf2c45b92 {
   width: 350px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: 64px;
 }

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

 .imageview_304709d70481 {
   width: 350px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 64px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_304709d70481 img {
   position: absolute;
   width: 142.00% !important;
   height: 201.20% !important;
   max-width: none !important;
   left: -21.14%;
   top: -50.60%;
 }

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

 .text_a40db70e3c9e {
   width: 232px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-6a38ea48be7d_a40db70e3c9e {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-d2eeaf3dbfe4_a40db70e3c9e {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_5fab4569aa29 {
   width: 311px;
   height: 125px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-837b69d6cf70_5fab4569aa29 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-343b2aa5c02b_5fab4569aa29 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-b6f4e40ceff7_5fab4569aa29 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .imageview_e299a9a49fd8 {
   width: 244px;
   height: 423px;
   position: absolute !important;
   left: 53px;
   top: 2727px;
 }

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

 .imageview_d69a3ebdf24f {
   width: 216.05px;
   height: 360.74px;
   z-index: 1;
   position: absolute !important;
   left: 65.27px;
   top: 2774.24px;
 }

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

 .imageview_29e26d2b5a40 {
   width: 243px;
   height: 290px;
   z-index: 2;
   position: absolute !important;
   left: 53px;
   top: 2809.5px;
 }

 .imageview_29e26d2b5a40 img {
   position: absolute;
   width: 243.0px !important;
   height: 291.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .container_52186e18b701 {
   width: 243px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 2726px;
   background: #ff3b00;
 }

 .text_a41f69e6f873 {
   width: 219px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 65px;
   top: 2740px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_1d0c9ffa4e14 {
   width: 40px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 47px;
   top: 126px;
 }

 .imageview_1d0c9ffa4e14 img {
   position: absolute;
   width: 42.0px !important;
   height: 15.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_805ba559d2c6 {
   width: 60px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_7c9f5e97a2dd {
   width: 43px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_2d5def0b4f57 {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

 .container_a96950493d54 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 3613px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

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

 .container_ed28d2e39314 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

 .container_433b97bd4b30 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17px;
 }

 .container_wrapper_433b97bd4b30 {
   position: absolute !important;
   left: 100px;
   top: 17px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_433b97bd4b30 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .text_d755c201089c {
   width: 1245px;
   height: 393px;
   position: absolute !important;
   left: 100px;
   top: 228px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-c05b6581b8f4_d755c201089c {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-2e360a36ef2d_d755c201089c {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text_a86f7920e637 {
   width: 839px;
   height: 2850px;
   position: absolute !important;
   left: 401px;
   top: 878px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-cc6c145ce130_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-4caf0b22d84a_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-5934c6bbd161_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-c7ddb65435bf_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-297aab21aa3a_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-0fb3023fdd12_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-282a000a7b20_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-fb63e6d80ce1_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-1be3efe62760_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-9f9c59ce3d14_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-7792167a5e10_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-25ad8ac8fb20_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-04948d293c70_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-f9e627a7f5ed_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-bf172367594e_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-967e2929b3c3_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-a7dfebfda92c_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-7f08867e049f_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-c25e0739542f_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-a622e3d3eef2_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-62af81050ad7_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-13d96a635446_a86f7920e637 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .line_6b2728c8b0f5 {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 852px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_311c3c861ad7 {
   width: 232px;
   height: 27px;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_311c3c861ad7 {
   overflow: visible;
 }

 .text-5ae51da8b089_311c3c861ad7 {
   line-height: 27px;
   font-family: 'Epilogue';
 }

 .text-cbc7dd3f9196_311c3c861ad7 {
   line-height: 27px;
   font-family: 'Epilogue';
 }

 .container_ba3394b435f7 {
   width: 318px;
   height: 1920px;
   z-index: 1;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 3682px;
   background: #ff3b00;
 }

 .imageview_e7faf60f17ce {
   width: 194.72px;
   height: 64.35px;
   z-index: 1;
   position: absolute !important;
   left: 819.15px;
   top: 507.95px;
 }

 .imageview_e7faf60f17ce img {
   position: absolute;
   width: 196.7px !important;
   height: 66.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_c8d12d077456 {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 778px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_f69858f0e7f5 {
   width: max-content;
   position: absolute !important;
   left: 442px;
   top: 778px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_c5c5a77108e4 {
   width: max-content;
   position: absolute !important;
   left: 395px;
   top: 778px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_f5f822481ea8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_47c239c37fcf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_602b6648b76a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 3812px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-00ab60f91fe0_602b6648b76a {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-37eb7439fa73_602b6648b76a {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_5be608abda2a {
   width: 29px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 1520px;
   top: 3841px;
 }

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

 .text_7093405212c7 {
   width: 258px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1562px;
   top: 3831px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_47c4978b3318 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

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

 .container_0b0ef831b814 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

 .text_54347ed2b6eb {
   width: 232px;
   height: 10px;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-39e29a0fef0e_54347ed2b6eb {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-161bcf4b1936_54347ed2b6eb {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_f0b8557e1a55 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_dba3005fb2eb {
   width: max-content;
   position: absolute !important;
   left: 99px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_acef1b904c2f {
   width: max-content;
   position: absolute !important;
   left: 113px;
   top: 246px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_95136cfced49 {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 262px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_dbb5a1c26a3d {
   width: 252px;
   height: 1709px;
   position: absolute !important;
   left: 22px;
   top: 282px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-4764934f811b_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-26d3194c1129_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-60dc7d7b4bdb_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-68fb6622f9de_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-01557957b738_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-a9931434eea1_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-6f17feaeea1b_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-44603087628d_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-4e61dbae0461_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-4a370e461695_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-c8b83526751a_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-18b82e1a36e1_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-b1c70f08148a_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-9d3b4dd0927e_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-4e11e0a27233_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-4e10ec06aee9_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e254bc408882_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-d1d559bbba85_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-d7206499cc31_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-bc0273fd5b6b_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-46e4e61bd875_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-093a08281661_dbb5a1c26a3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .imageview_34847ae7c939 {
   width: 12px;
   height: 12px;
   position: absolute !important;
   left: 285.47px;
   top: 1157.93px;
 }

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

 .container_50adb74d6c0f {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 2106px;
   background: #ff3b00;
 }

 .container_5b5c096011a5 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_5b5c096011a5 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_5b5c096011a5 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_e2cca4440f57 {
   width: 92px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 2143px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_6469c9840c17 {
   width: 32px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_0b9fea15f02f {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 2143.9px;
 }

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

 .text_929f0e0183ab {
   width: 327px;
   height: 150px;
   position: absolute !important;
   left: 9px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-87af58de6ac5_929f0e0183ab {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-39fb40b08eec_929f0e0183ab {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .imageview_425933b502f3 {
   width: 40px;
   height: 13.33px;
   z-index: 1;
   position: absolute !important;
   left: 257px;
   top: 131px;
 }

 .imageview_425933b502f3 img {
   position: absolute;
   width: 42.0px !important;
   height: 15.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_cfc287738224 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 2138px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-8254b25214a1_cfc287738224 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-5e795ef42c74_cfc287738224 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text_447dfd229693 {
   width: 60px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_05a81ee194b6 {
   width: 43px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_e67cf810e88f {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

 .container_604822830cee {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 2191px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

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

 .container_4953212c6afa {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #fffdec;
 }

 .text_9a945df4c3f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 35px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_938fb08fa5c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_94fad81a59fc {
   width: fit-content;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_d14d785bdafa {
   width: fit-content;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_31692698696e {
   width: 251px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 25px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d8c679f60a06 {
   width: 140px;
   height: 2px;
   position: absolute !important;
   left: 276px;
   top: 35px;
 }

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

 .text_9f7f4615e8f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 276px;
   top: 0px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_8ca5a401f817 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 36px;
   left: 100px;
   top: 123px;
 }

 .text_f1f8eb3f1c12 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .imageview_37d2dad78817 {
   width: 143.5px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 1380px;
   top: 67px;
 }

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

 .imageview_1438b56c52b6 {
   width: 417px;
   height: 474px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_1438b56c52b6 img {
   position: absolute;
   width: 201.48% !important;
   height: 117.38% !important;
   max-width: none !important;
   left: -59.97%;
   top: -0.63%;
 }

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

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

 .text_autoheight_7a1785bffede {
   overflow: visible;
 }

 .text_cee0250ccf43 {
   width: 365px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cee0250ccf43 {
   overflow: visible;
 }

 .line_a9147cbb888d {
   width: 365px;
   height: 1px;
   border-top: 1px solid #fffdecff;
   border-right: 1px solid #fffdecff;
   border-bottom: 1px solid #fffdecff;
   border-left: 1px solid #fffdecff;
   position: absolute !important;
   left: 0px;
   top: 90px;
   direction: horizontal;
   background: #fffdec;
 }

 .container_acc75e94d2b3 {
   position: relative !important;
   overflow: visible;
   width: 365px;
   height: 90px;
   flex-shrink: 0;
 }

 .text_5f2f20f3a050 {
   width: 100%;
   min-width: 0;
   height: 223px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-d186c4dfe289_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-1573c04c11c4_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-c09335d935bf_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-9e2cfb1ded89_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-d53fdd5128a0_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-36547e9a9452_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-c0f949b35f53_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-3cf166228082_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-ff03787b339d_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-9f0cab9b815c_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-6d39ff1f3d1d_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-a2b8eb8328a3_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b2ff66ea71df_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-90990efb8c40_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b0f7a62f58f1_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-842871a1e374_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-dfc03de40af9_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-29f207e574d7_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-1dfbac18335d_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-c41351195cd6_5f2f20f3a050 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .container_wrapper_5a4dca060ff2 {
   width: 365px;
   height: fit-content;
   flex-shrink: 0;
 }

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

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

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

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

 .text_1c49beb2f64b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .imageview_6afc309eeddb {
   width: 341px;
   height: 328px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_6afc309eeddb img {
   position: absolute;
   width: 122.47% !important;
   height: 117.76% !important;
   max-width: none !important;
   left: -17.68%;
   top: -12.42%;
 }

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

 .imageview_f508f6a750d0 {
   width: 70.85px;
   height: 40.39px;
   z-index: 1;
   position: absolute !important;
   left: 165.95px;
   top: 119.81px;
 }

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

 .imageview_7a2cb2f61547 {
   width: 42.2px;
   height: 16.4px;
   z-index: 2;
   position: absolute !important;
   left: 179.67px;
   top: 132.01px;
 }

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

 .container_61e513d6b99f {
   position: absolute !important;
   overflow: visible;
   width: 340.54px;
   height: 328px;
   left: 40px;
   top: 73px;
 }

 .container_36ec8926575c {
   position: relative !important;
   overflow: visible;
   width: 419px;
   height: 474px;
   flex-shrink: 0;
   background: #fffdec;
 }

 .container_140f66ebaa53 {
   width: 419px;
   height: 474px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d9;
 }

 .container_wrapper_140f66ebaa53 {
   width: 419px;
   height: 474px;
   flex-shrink: 0;
 }

 .container_nested_140f66ebaa53 {
   width: 419px;
   height: 474px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d9;
 }

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

 .text_autoheight_4a783572dbd7 {
   overflow: visible;
 }

 .text_7e227f8fc4fe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 54px;
   font-family: 'Epilogue';
 }

 .line_2816f5fde175 {
   width: 365px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #fffdecff;
   border-right: 1px solid #fffdecff;
   border-bottom: 1px solid #fffdecff;
   border-left: 1px solid #fffdecff;
   position: absolute !important;
   left: 0px;
   top: 47px;
   direction: horizontal;
   background: #fffdec;
 }

 .container_30e40861c94d {
   position: relative !important;
   overflow: visible;
   width: 425px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_wrapper_30e40861c94d {
   position: relative !important;
   overflow: visible;
   width: 425px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_nested_30e40861c94d {
   width: 425px;
   height: 54px;
 }

 .text_2b2c828a9e5a {
   width: 100%;
   min-width: 0;
   height: 302px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-de719c9ee11d_2b2c828a9e5a {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b9d112351083_2b2c828a9e5a {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .container_ac863e078a85 {
   width: 1626px;
   height: 474px;
   position: absolute !important;
   left: 101px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2a9dabe5368 {
   position: absolute !important;
   overflow: visible;
   width: 3618px;
   height: 474px;
   left: 0px;
   top: 288px;
 }

 .imageview_03a6dbb97d08 {
   width: 419px;
   height: 476px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_03a6dbb97d08 img {
   position: absolute;
   width: 127.92% !important;
   height: 113.08% !important;
   max-width: none !important;
   left: -13.96%;
   top: -0.00%;
 }

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

 .container_8bd924ffef86 {
   width: 419px;
   height: 474px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d9;
 }

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

 .text_autoheight_c0955f944886 {
   overflow: visible;
 }

 .text_0166a39598d0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 54px;
   font-family: 'Epilogue';
 }

 .line_850bd900d284 {
   width: 365px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #fffdecff;
   border-right: 1px solid #fffdecff;
   border-bottom: 1px solid #fffdecff;
   border-left: 1px solid #fffdecff;
   position: absolute !important;
   left: 0px;
   top: 47px;
   direction: horizontal;
   background: #fffdec;
 }

 .container_69ccabe08c97 {
   position: relative !important;
   overflow: visible;
   width: 398px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_wrapper_69ccabe08c97 {
   position: relative !important;
   overflow: visible;
   width: 398px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_nested_69ccabe08c97 {
   width: 398px;
   height: 54px;
 }

 .text_d616071b682c {
   width: 100%;
   min-width: 0;
   height: 302px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-33de9568b472_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-3a9861b27146_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-ad14a2686a88_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-414762a4dc38_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-78bd9fb24d55_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-0b6b06cb932a_d616071b682c {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .container_7e1fc800a41a {
   width: 365px;
   height: 398px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_93afb4002f09 {
   width: 804px;
   height: 474px;
   position: absolute !important;
   left: 100px;
   top: 824px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0c90a2eacbdb {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

 .viewport_5d29f548f51f {
   width: 1920px;
   height: 1352px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff8862;
 }

 .container_5555c39b5302 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffdded;
 }

 .text_75063b460ef7 {
   width: 60px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_7d7db7bb1442 {
   width: 56px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 170px;
   top: 41px;
 }

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

 .imageview_e4ad52346606 {
   width: 60px;
   height: 25.03px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

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

 .text_b93eebbc56b3 {
   width: 27px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_4173373b29c2 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 101px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4173373b29c2 {
   overflow: visible;
 }

 .text_8836c29c0149 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 630px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8836c29c0149 {
   overflow: visible;
 }

 .text_81d09054570d {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 133px;
   line-height: 23.76px;
   font-family: 'Epilogue';
 }

 .text_4b309a47a56f {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 662px;
   line-height: 32.4px;
   font-family: 'Epilogue';
 }

 .imageview_a91529a41bd5 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 182.75px;
 }

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

 .imageview_09e435cc0a77 {
   width: 255px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 691.75px;
 }

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

 .text_5d87713adb3d {
   width: 308px;
   height: 142px;
   position: absolute !important;
   left: 30px;
   top: 193px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-85b27a0e7e78_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-eb99843379cf_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-558162c010d5_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-1475e67c03c0_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-51ab0092610f_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-5ad971cbdd68_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-05d2c71d5d95_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-3574242a5a89_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-975e76f11d7e_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-7142b169cbd4_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-9e33bc9b14a3_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-13698b85bd38_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-164c27385219_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-d9f2650ca92b_5d87713adb3d {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text_5bb914f4bf34 {
   width: 308px;
   height: 142px;
   position: absolute !important;
   left: 30px;
   top: 704px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-f8dc6b4278d8_5bb914f4bf34 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-e081889d031d_5bb914f4bf34 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text_ee86422d178e {
   width: 365px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 630px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ee86422d178e {
   overflow: visible;
 }

 .text_3388b94b1ec1 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 1159px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3388b94b1ec1 {
   overflow: visible;
 }

 .text_28bff30ead07 {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 1191px;
   line-height: 32.4px;
   font-family: 'Epilogue';
 }

 .imageview_78148d8b44c7 {
   width: 255px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 1220.75px;
 }

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

 .text_c519daa138c2 {
   width: 308px;
   height: 120px;
   position: absolute !important;
   left: 30px;
   top: 1233px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-bf674b72c509_c519daa138c2 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

 .text-964caa7519e0_c519daa138c2 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

 .imageview_08381f3ab10f img {
   position: absolute;
   width: 384.00% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -233.63%;
   top: 0.04%;
 }

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

 .imageview_d0270d49d745 {
   width: 264px;
   height: 264px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d0270d49d745 img {
   position: absolute;
   width: 152.31% !important;
   height: 101.14% !important;
   max-width: none !important;
   left: -45.31%;
   top: 0.00%;
 }

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

 .container_04bfc3809b68 {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 264px;
   z-index: 1;
   left: 43px;
   top: 330px;
   background: #fffdec;
 }

 .container_wrapper_04bfc3809b68 {
   position: absolute !important;
   overflow: visible;
   left: 43px;
   top: 330px;
   width: 264px;
   height: 264px;
   z-index: 1;
 }

 .container_nested_04bfc3809b68 {
   width: 264px;
   height: 264px;
   z-index: 1;
   background: #fffdec;
 }

 .imageview_d4c216fb5139 {
   width: 212px;
   height: 204px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d4c216fb5139 img {
   position: absolute;
   width: 122.47% !important;
   height: 117.76% !important;
   max-width: none !important;
   left: -17.68%;
   top: -12.42%;
 }

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

 .imageview_97c83a71863d {
   width: 47.73px;
   height: 31.1px;
   z-index: 1;
   position: absolute !important;
   left: 103.21px;
   top: 74.52px;
 }

 .imageview_97c83a71863d img {
   position: absolute;
   width: 44.1px !important;
   height: 25.1px !important;
   max-width: none !important;
   left: -2.0px;
   top: 3.0px;
 }

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

 .text_47a850857de3 {
   width: 31.58px;
   height: 17.94px;
   z-index: 2;
   transform: rotate(9.034334253812387deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.62px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .container_b79b85743185 {
   position: absolute !important;
   overflow: visible;
   width: 31.58px;
   height: 17.94px;
   z-index: 2;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 110.75px;
   top: 75.81px;
 }

 .container_078c4813e9ea {
   position: absolute !important;
   overflow: visible;
   width: 211.8px;
   height: 204px;
   left: 26px;
   top: 48px;
 }

 .container_ea38df8b60ee {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 264px;
   left: 43px;
   top: 859px;
   background: #fffdec;
 }

 .container_wrapper_ea38df8b60ee {
   position: absolute !important;
   overflow: visible;
   left: 43px;
   top: 859px;
   width: 264px;
   height: 264px;
 }

 .container_nested_ea38df8b60ee {
   width: 264px;
   height: 264px;
   background: #fffdec;
 }

 .imageview_f273b8a02c9b {
   width: 264px;
   height: 264px;
   position: absolute !important;
   left: 43px;
   top: 1366px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0ce9b441ad6c {
   width: 44.06px;
   height: 25.12px;
   z-index: 1;
   position: absolute !important;
   left: 188.83px;
   top: 907.99px;
 }

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

 .imageview_f83119a86e23 {
   width: 44.06px;
   height: 25.12px;
   z-index: 1;
   position: absolute !important;
   left: 188.84px;
   top: 1436.99px;
 }

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

 .text_147bdda9b5b1 {
   width: 31.58px;
   height: 17.94px;
   z-index: 2;
   transform: rotate(9.034334253812387deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.62px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .container_7e8d5a05ae28 {
   position: absolute !important;
   overflow: visible;
   width: 29.85px;
   height: 13.42px;
   z-index: 2;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 198.48px;
   top: 909.29px;
 }

 .text_31d998030bb3 {
   width: 31.58px;
   height: 17.94px;
   z-index: 2;
   transform: rotate(9.034334253812387deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.62px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .container_b4a42407f5af {
   position: absolute !important;
   overflow: visible;
   width: 29.85px;
   height: 13.42px;
   z-index: 2;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 198.48px;
   top: 1438.29px;
 }

 .container_d93587a1f71d {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1755px;
   background: #ff3b00;
 }

 .text_68e879d218b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1788px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-b559730b1f1b_68e879d218b9 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-ebd7d2607594_68e879d218b9 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text_682cd7e923cb {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 1792px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_dff091e1e762 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 1793px;
 }

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

 .text_6517ce7cda21 {
   width: 41px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .viewport_9165c88d6747 {
   width: 350px;
   height: 1840px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff8862;
 }

 .imageview_7feaa56e5818 {
   width: 850px;
   height: 850px;
   position: absolute !important;
   left: 970px;
   top: 1845px;
   _scaling-factor: 0.5;
 }

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

 .container_2af4483afd4a {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .container_8f3011f77cfb {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .container_wrapper_8f3011f77cfb {
   position: absolute !important;
   left: 100px;
   top: 17.13px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_8f3011f77cfb {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .text_c1f58db78b3b {
   width: 850px;
   height: 4175px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-7e4538540fd0_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-89465d14c391_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5b495d0d1765_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7f5d60ad0ec7_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-53c22e024288_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f8f5f6893f90_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c6a4e4be4226_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-17ec7afcfcb5_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3a37e09baa2e_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4aa6d1966d35_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4438c1fbe787_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b10385303b38_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e63a867944e9_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-dfdd7992ef3c_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d27a7f4fcef5_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c73ec92cca82_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-26a7fc61d1b6_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-606d663d762d_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-894e0da59f4a_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d9661d09e9b9_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6974b07dc3b5_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-77d3f46ea186_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3bad80fa96f2_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-803acb747803_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-33e0f48c0803_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-bdc5d689fb38_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e76fc7b0657c_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-80244869f2b8_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-456036e291cd_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-23fb2ab43f7d_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0704bd93773c_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-34a57215eaa8_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3fc1d7f4ae54_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1a4480b39227_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b20ef3060ab4_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d390b0c1050d_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0cb456d89761_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-71995728b390_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-82aa6d1fa323_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1f5cab6362e2_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d3803c7c86e6_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c27fcff187dc_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f6b0f98b3aa3_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3144155fda78_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2a94dffdb520_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3215df58ebd4_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7ae938fc9081_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3d9a88d3a6e5_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3282745b7fb0_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-826615212d91_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-afa3cfd45f71_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9b717d38ef6b_c1f58db78b3b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_e39836593fc1 {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 688px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_96469e9357bb {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_1a9ebd182f06 {
   width: max-content;
   position: absolute !important;
   left: 387px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_fd15527e6234 {
   width: max-content;
   position: absolute !important;
   left: 349px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_80ae0a28427f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_bb30139fc331 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_1bbcee9d5e71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .line_2f67756dd4ba {
   width: 142px;
   height: 2px;
   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: 1380px;
   top: 63px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_b668dd0033a3 {
   width: 1920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .imageview_3bb54fa638b1 {
   width: 920px;
   height: 474px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_3bb54fa638b1 img {
   position: absolute;
   width: 122.47% !important;
   height: 220.12% !important;
   max-width: none !important;
   left: -17.68%;
   top: -23.21%;
 }

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

 .imageview_60bd59b25e26 {
   width: 78.47px;
   height: 43.13px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_60bd59b25e26 img {
   position: absolute;
   width: 77.8px !important;
   height: 44.3px !important;
   max-width: none !important;
   margin-left: 0.3px !important;
   margin-top: -0.6px !important;
   transform: rotate(-18.06866850762478deg);
   transform-origin: center;
 }

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

 .text_b7253dd3e186 {
   width: 47.28px;
   height: 18.19px;
   z-index: 3;
   position: absolute !important;
   left: 18.03px;
   top: 8.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.44px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .container_d5108232e156 {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 2;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_6799c368339c {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 2;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 588px;
   top: 276px;
 }

 .container_6c73463d0214 {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   z-index: 1;
   left: 827px;
   top: 0px;
 }

 .container_87e7e2a07ce6 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 474px;
   z-index: 1;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .text_8f52c55ad56f {
   width: 645px;
   height: 158px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 228px;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8f52c55ad56f {
   overflow: visible;
 }

 .text_36ebac17cc36 {
   width: 243px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_36ebac17cc36 {
   overflow: visible;
 }

 .text-4b0d2b73fc57_36ebac17cc36 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text-74b811436083_36ebac17cc36 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .container_922707227cfd {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 4955px;
   background: #ff3b00;
 }

 .text_a5e0478b1c1d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 5085px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-4eb0cff2cd54_a5e0478b1c1d {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-a3f43c095474_a5e0478b1c1d {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_61fb6da3ef6d {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5113px;
 }

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

 .text_a393f5a1b8cc {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 5104px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_bf45fe7612f1 {
   width: max-content;
   position: absolute !important;
   left: 1665px;
   top: 2720px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text_1b9cfde93bf2 {
   width: max-content;
   position: absolute !important;
   left: 1338px;
   top: 593px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

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

 .container_3a1cf731643d {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_ea2b6e54d66c {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_478a2ee3a1dd {
   width: max-content;
   position: absolute !important;
   left: 84px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_a6939c2d3027 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_d27d1f793fb2 {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 193px;
   direction: horizontal;
   background: #ff3b00;
 }

 .container_383d7ee1181a {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 2542px;
   background: #ff3b00;
 }

 .container_bc88ae095d2f {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_bc88ae095d2f {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_bc88ae095d2f {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_d3c34249695c {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 2580px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_ee8472ef8e8b {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

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

 .text_9fbf078937d0 {
   width: 252px;
   height: 2295px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 213px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-f51a3f7d1d8c_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8192d0d72a85_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7fa601caeaef_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4d790ce332c4_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-edf94c7dc7fa_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0e9a3744cb17_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-67de6ed9f3aa_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7c18537f66c2_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7882ffd948a2_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b9b8954d9dc0_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1eab3f7d2b77_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c63c9b1aebcb_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b7ed2dbb156d_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1ca40a4a239d_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-67a22672a356_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-eaaa53ca0226_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-266e4e0ebac1_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-111ac75eb979_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b50ae3f7b01f_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6800dfba8cce_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-aa48067a7f61_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a123a06d724f_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-614a8c331871_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-46f978f80d0d_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1ae69ee1c2a9_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-13618e9e4456_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-636215581b3d_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cb903776eec2_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d9220702b341_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a21eee50213b_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-778e9b41fff0_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-5b539c075988_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-06389d649d8a_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-64ae2c786b0a_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1f87f34912cc_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-5cb36aa94a9a_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6db06b1d6b76_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6ed085760013_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-39b1e6e5f0a5_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-53c4dc956822_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2a7deef96b1c_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-006b3ec1efef_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ca98493356a0_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-560fe2a353b6_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-471554a73c88_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ccf480df312d_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-98e6dd9ff853_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-12fd525b92cd_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-263b73dc3911_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-51c7fecb043f_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e0064802420c_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-fb39bdf5db54_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2fb94280bcd1_9fbf078937d0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_ca9e24a1b2a8 {
   width: 65px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_bbfd5922f0c2 {
   width: 350px;
   height: 99px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #fffdec;
 }

 .imageview_74532777ce51 {
   width: 167px;
   height: 86px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_74532777ce51 img {
   position: absolute;
   width: 122.47% !important;
   height: 220.12% !important;
   max-width: none !important;
   left: -17.68%;
   top: -23.21%;
 }

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

 .imageview_f64bf1c4882c {
   width: 35.5px;
   height: 23.14px;
   z-index: 2;
   position: absolute !important;
   left: 84.71px;
   top: 46.42px;
 }

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

 .container_ec71a42beb92 {
   position: absolute !important;
   overflow: visible;
   width: 167px;
   height: 86.04px;
   z-index: 1;
   left: 195px;
   top: 77px;
 }

 .text_9466f707f0bd {
   width: 232px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-34545c0d269d_9466f707f0bd {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-f436246f0ea4_9466f707f0bd {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_7f2a4cbb0c97 {
   width: 59px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_a55eedcee40f {
   width: 58px;
   height: 2px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

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

 .text_1283fe07d1e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 2575px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-f51bfc81a4e0_1283fe07d1e6 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-d9f00ba1589f_1283fe07d1e6 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text_e61994e2a065 {
   width: 196px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 102px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_820cffd8097c {
   width: 41px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_33edb58671dc {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 2627px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

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

 .container_2a5aece11767 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .container_b548df9f74a4 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .container_wrapper_b548df9f74a4 {
   position: absolute !important;
   left: 100px;
   top: 17.13px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_b548df9f74a4 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .imageview_026676c11c7d {
   width: 850px;
   height: 850px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_74244ad20e6d {
   padding: 10px 10px 10px 10px;
   width: 870px;
   height: 870px;
   position: absolute !important;
   left: 960px;
   top: 1835px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b446b760a1c {
   width: 850px;
   height: 2544px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-3f3e8ee71582_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-49304fa42cd2_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9371343758d5_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ef51d837475e_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5e95932e7f30_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-678b5bc6bae5_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-62241195a172_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-be955259f2dd_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c54b4f50e1d9_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d9c5c041d85f_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-67e3fe13bbaa_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-15a35744e414_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2d6183fd9e87_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a8fe67ac6ceb_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0cd2f516ab19_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6aa577755325_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-360e2d8de812_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c3399eee29cf_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-283ea1175eb7_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5bb2e1ced0d0_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6d1b55309d78_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-652eae525675_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-098f35c4c5db_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0e8fb087dccd_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-941c066ead9d_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3b4610dae16c_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c665eb752d22_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-05809d728e8e_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3a65e20a3687_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-022ab69a8f99_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3697381b0d32_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e75d830a8147_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3947c83aa3dd_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c03f78cb9393_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c56920b13ac5_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6aa062f4754d_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a27c2b9c620b_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8d64425aefc0_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-38dae080281d_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0ff46fc8c826_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a4fece058d65_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-abf5111eda1f_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d6abfe5e6ede_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3b78cd0e7f01_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b1331ef50cd0_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f50c7f6aee24_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-88257134479e_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-819c09a0347e_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a5a5b08c5cc4_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c5061e2bbcf6_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1155a9fbdbc9_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f1fdd9a2a545_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f75638926edf_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-10daa321b97b_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c38c2c858646_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-492c39fe65c2_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d963af4714f8_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-143a74198220_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9741b81b34ff_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b29e002fed8e_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-177e6c1e5991_5b446b760a1c {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_6be91b53d7de {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 688px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_a624eff62617 {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_aa907c3418b2 {
   width: max-content;
   position: absolute !important;
   left: 373px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_be457367e8f7 {
   width: max-content;
   position: absolute !important;
   left: 333px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_eb4907e0eebe {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 3272px;
   background: #ff3b00;
 }

 .text_5de7d250cd70 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 3402px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-0689ccaf60e5_5de7d250cd70 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-a260070ad1cb_5de7d250cd70 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_2846885d054c {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 3430px;
 }

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

 .text_cd53d00baeab {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 3421px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_722b3ff0fb97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_18723d456048 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_2293419b1e2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .line_8983fc035ba4 {
   width: 142px;
   height: 2px;
   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: 1380px;
   top: 62px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_2e720519ff44 {
   width: 1920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .imageview_7ef0c796ffb6 {
   width: 1920px;
   height: 474px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 90px;
   _scaling-factor: 0.5;
 }

 .imageview_7ef0c796ffb6 img {
   position: absolute;
   width: 100.00% !important;
   height: 336.84% !important;
   max-width: none !important;
   left: 0.29%;
   top: -23.78%;
 }

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

 .text_3ff116973a70 {
   width: 860px;
   height: 548px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 228px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78.95px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-11c734c305be_3ff116973a70 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-cf37beecf8d6_3ff116973a70 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text_216f2161d87a {
   width: 243px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_216f2161d87a {
   overflow: visible;
 }

 .text-001db7fbbbbd_216f2161d87a {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text-999bb9eac6d7_216f2161d87a {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text_b3e233888c66 {
   width: max-content;
   position: absolute !important;
   left: 1747px;
   top: 593px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text_e08f2ee720e9 {
   width: max-content;
   position: absolute !important;
   left: 1665px;
   top: 2720px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

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

 .container_29f6646943cc {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_2effccbf6939 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_626901a810ec {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_0841ed2e9008 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_f5cf2b39fc5f {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 193px;
   direction: horizontal;
   background: #ff3b00;
 }

 .container_a3f30e3312ce {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1655px;
   background: #ff3b00;
 }

 .container_e62876b47fa9 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_e62876b47fa9 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_e62876b47fa9 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_23aaceb996a3 {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 1693px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_a4d7d9bd33bd {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

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

 .text_0e878e6371e0 {
   width: 252px;
   height: 1366px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 213px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text-c373a0c3b0c7_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a386e04436c7_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b6ddbe532a81_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4034abcd1a3e_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2bc6278100ca_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-07398f03060f_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ffb619ffe6d0_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-07f59f0fbad9_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-808d54574942_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-aaa27eb412fd_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3b3f15a6949f_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-40ab16ee1240_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b3fed6420f5d_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-08a48745382e_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9f59fa45e0c4_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9807df9018a7_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4d4e3d8d252f_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-891d109e1523_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ea29ae9a48d9_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-62d7d5071626_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a8e4a36908f5_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8bcc9bfee895_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cbeb5e165452_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-84c6397f63c8_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cf65de118690_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2655b8e44877_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b171174a6de1_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-65e3ba9f40af_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9de6a2844d79_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-96f7b225525f_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f43412a9c762_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0e5695feb6cd_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a3309e6a22c2_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-697f17b88a16_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-713a2a335b55_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6b41c049f134_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b8ed563053f1_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-82e244907e68_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-5ea1dea1e642_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8ef29ef4e84f_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-013392a06019_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d9e11ae2dbbd_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-54c27e75df50_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a85cf4316e12_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e38601f3f737_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e8f283507d19_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c527838ed4d6_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-680199d4c58e_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-18c3ab2b5c83_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c0d138443b90_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ee70a4fb4b08_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a55b09fcc53d_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-45650e87f3e5_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c4338de45483_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-18e8b6b3702c_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bc86870e1beb_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-06fe2835828d_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bb0bb1547a45_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bf94d202db23_0e878e6371e0 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_1649ea1377a2 {
   width: 27px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_31ca94faa857 {
   width: 350px;
   height: 98px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_31ca94faa857 img {
   position: absolute;
   width: 100.00% !important;
   height: 357.14% !important;
   max-width: none !important;
   left: 0.00%;
   top: -87.76%;
 }

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

 .container_6b9b009b8bd2 {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 99px;
   left: 0px;
   top: 64px;
   background: #fffdec;
 }

 .text_53edb0c98c90 {
   width: 232px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-c90f392fd596_53edb0c98c90 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-1a916d53552e_53edb0c98c90 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_bbe7c441045f {
   width: 59px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_9f6d87e7c106 {
   width: 58px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

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

 .text_f6284d1f572b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1688px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-afbeb542b927_f6284d1f572b {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-219e5a0f7778_f6284d1f572b {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_109e33889e9c {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 237px;
   top: 1694px;
 }

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

 .text_ca22e9e4e427 {
   width: 281px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-3975a86cb7e8_ca22e9e4e427 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-54bd1a172d7b_ca22e9e4e427 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text_95dbeeae935e {
   width: 41px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_0b82f3711dfd {
   position: absolute !important;
   width: 350px;
   height: 1739px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .viewport_10a1685adcec {
   width: 350px;
   height: 1739px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_7d34535c4b4a {
   width: 850px;
   height: 851px;
   position: absolute !important;
   left: 970px;
   top: 2335px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d0d38c5f0eff {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6740947075208914;
   height: auto !important;
   _scaling-factor: 0.5;
 }

 .imageview_d0d38c5f0eff img {
   position: absolute;
   width: 138.27% !important;
   height: 138.27% !important;
   max-width: none !important;
   left: -6.94%;
   top: -20.82%;
 }

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

 .text_16f5f6694551 {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_16f5f6694551 {
   overflow: visible;
 }

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

 .container_eb691f4a9b44 {
   width: 850px;
   height: 636px;
   position: absolute !important;
   left: 972px;
   top: 1080px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c6e9d486190c {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_271399e6420b {
   width: 850px;
   height: 3915px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 760px;
   line-height: 45px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_271399e6420b {
   overflow: visible;
 }

 .text-ff669beeddeb_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f14062b366d9_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-50ef48fefb98_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b158a1d99d15_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d9120c856327_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f6b2ee1c3db5_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a0875dfeb478_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-cfb6b1aaf8b5_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-18e90bbb0a40_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-95c7ad689b77_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-df5ad043cdf9_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-bcad3d928192_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4f172c067093_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6a9d9dca5039_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-80ea3baff991_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d4df7e95cbc4_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fd1bcf68e3a2_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a7d6f0adfa22_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a0c2931d9727_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b388cfd0ccf8_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5514d547c8d6_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1939f6da5064_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-39a0012fa40c_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1007662eb881_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2f1f61279d9c_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-180fc1b2ef13_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-83248e634128_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9f51dc0ade46_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7a01f67f37e3_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1fe1d0248827_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c6a3c0d8282c_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-72d9ee86ccd3_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c0bdbb199bc6_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b243e3e442c2_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ae7879f3b7b0_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3ba7b169de38_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-55e32e19daf0_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-30f27f3dd661_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-57c26156e801_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-30f12596765e_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d93383feeb49_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-06401a9e1401_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ee49fa34a23d_271399e6420b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_06bfa1ef3f2d {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ff3b00ff;
   border-right: 3px solid #ff3b00ff;
   border-bottom: 3px solid #ff3b00ff;
   border-left: 3px solid #ff3b00ff;
   position: absolute !important;
   left: 100px;
   top: 734px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_55215c632eee {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_dd364b385cba {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_6d96034b78c7 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_8e7232947526 {
   width: 412px;
   height: 48px;
   position: absolute !important;
   left: 100px;
   top: 660px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .text_212439c2c409 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_63d43b8ab3c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_cd14af8d4e62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_d2085b3353f1 {
   width: 1920px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d9c24738-03e9-40d1-a690-ab4749fdcd6a/4037:42.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .text_autoheight_f4222dc27080 {
   overflow: visible;
 }

 .text_4fbd1a00303f {
   width: fit-content;
   z-index: 1;
   line-height: 79.2px;
   font-family: 'Epilogue';
 }

 .container_70dcf374ceb5 {
   width: 1138px;
   height: 213px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 81px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6fe33ee3094 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 500px;
   left: 0px;
   top: 90px;
 }

 .text_87782a78e13c {
   width: fit-content;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .container_80fc558ec638 {
   padding: 10px 10px 10px 93px;
   width: 572px;
   height: 62px;
   position: absolute !important;
   left: 1248px;
   top: 644px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bb481ad2d628 {
   width: 850px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 970px;
   top: 3223px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_bb481ad2d628 {
   overflow: visible;
 }

 .container_cad82c670bbb {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 5731px;
   background: #ff3b00;
 }

 .text_d0b18b48da52 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 5861px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-ee21a288aaf5_d0b18b48da52 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-ebe06ca7fbc1_d0b18b48da52 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_d529ae3274cf {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5888px;
 }

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

 .text_b60f61a1ff8d {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 5879px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_66b00ca81a31 {
   width: 645px;
   height: 653px;
   position: absolute !important;
   left: 1175px;
   top: 4720px;
   _scaling-factor: 0.5;
 }

 .imageview_66b00ca81a31 img {
   position: absolute;
   width: 100.08% !important;
   height: 98.77% !important;
   max-width: none !important;
   left: -0.04%;
   top: 0.00%;
 }

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

 .text_3d77cfd27b41 {
   width: max-content;
   position: absolute !important;
   left: 1498px;
   top: 4611px;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .imageview_4bd538170a59 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

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

 .imageview_49ff83bf658e {
   width: 195px;
   height: 131px;
   position: absolute !important;
   left: 146px;
   top: 1365px;
   _scaling-factor: 0.5;
 }

 .imageview_49ff83bf658e img {
   position: absolute;
   width: 138.27% !important;
   height: 138.27% !important;
   max-width: none !important;
   left: -6.94%;
   top: -20.82%;
 }

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

 .imageview_1b3a4f6f88d6 {
   width: 151px;
   height: 151px;
   position: absolute !important;
   left: 190px;
   top: 502px;
   _scaling-factor: 0.5;
 }

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

 .container_d540b7450c49 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_8541cbd0a9d9 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_36c5dc81468e {
   width: max-content;
   position: absolute !important;
   left: 85px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_fa8eef4c311e {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_6f60eea986ba {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 203px;
   direction: horizontal;
   background: #ff3b00;
 }

 .container_c74f604efedc {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_c74f604efedc {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_c74f604efedc {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_56a54869e6e1 {
   width: 252px;
   height: 2124px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 223px;
   line-height: 18px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_56a54869e6e1 {
   overflow: visible;
 }

 .text-089c91c48b24_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9ab0b3c6336d_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-95b8e98ee0a6_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-65895fb283f7_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b163928b4c02_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7917066285e8_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b6b49d1edd8d_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3c26f0e20232_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-02c6778f1d71_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-09daa243ba7f_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d19892f57323_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a9e7e6aa71e6_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-131bc7cb075e_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4eb7b481d348_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1cf5648f6fc6_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0a290829eb6f_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f2fbde6e28a7_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6575dfd33868_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d2daf368a573_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-30808481c151_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e563a6f2e56e_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-547fb03f595b_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2de179ccd13d_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-fa5d7ec1a430_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-17c08443a70f_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-eba499c075ce_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-160999f66a56_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e59539b757a5_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8ab98bca7e4c_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b8f4cb93e40a_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c3765222e6ff_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ace74a07f82e_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a0027098c946_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-edd39780d675_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-028dac57a7be_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-438bf602798e_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ce00acdf1504_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-33da7c9ef055_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-607a1cd05bf5_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-64d02bdf126b_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a54a96ab6346_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-17bd4dfa2d08_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-39db71761a95_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bb6c2f918deb_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e6b0de76f09e_56a54869e6e1 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_d3d8cead6768 {
   width: 30px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_d34bed3b2090 {
   width: 350px;
   height: 107px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: url("https://cdn.yotako.io/d9c24738-03e9-40d1-a690-ab4749fdcd6a/4075:84.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_1ae955c15791 {
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   transform: rotate(9.034334253812387deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_26dc61f9597a {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_99f84b975b5a {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   left: 279.71px;
   top: 123.42px;
 }

 .text_084fcffcd4aa {
   width: 232px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-194ee9ef4dee_084fcffcd4aa {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-543312b6b6a1_084fcffcd4aa {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_4741632e8dd9 {
   width: 59px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_e1cba0b5239f {
   width: 278px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 102px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e1cba0b5239f {
   overflow: visible;
 }

 .text_83be6d0dfa80 {
   width: 42px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_5f52e00554f0 {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

 .container_c75c8b2979aa {
   position: relative !important;
   overflow: visible;
   width: 350px;
   height: 2411px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .text_20b97f3e92d9 {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-13c6692fc3de_20b97f3e92d9 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-0e920b1530cc_20b97f3e92d9 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

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

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

 .text_62401bb444ef {
   width: fit-content;
   line-height: 13.02px;
   font-family: 'DM Sans';
 }

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

 .container_b4a57b80d7d5 {
   padding: 31px 0 31px 0;
   width: 350px;
   height: 86px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 145px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
 }

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

 .imageview_e105a5269b7b {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 1;
   height: auto !important;
   _scaling-factor: 0.5;
 }

 .imageview_e105a5269b7b img {
   position: absolute;
   width: 113.27% !important;
   height: 113.27% !important;
   max-width: none !important;
   left: -0.06%;
   top: -1.05%;
 }

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

 .text_0488a7413bb5 {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_0488a7413bb5 {
   overflow: visible;
 }

 .container_bfd9bea647fe {
   width: 850px;
   height: 914px;
   position: absolute !important;
   left: 970px;
   top: 1080px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7b94c279bd0e {
   width: 559px;
   height: 850px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_7b94c279bd0e img {
   position: absolute;
   width: 113.27% !important;
   height: 113.27% !important;
   max-width: none !important;
   left: -2.83%;
   top: -4.37%;
 }

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

 .text_09063e7a177d {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_09063e7a177d {
   overflow: visible;
 }

 .container_d2646e9c4ff4 {
   width: 850px;
   height: 914px;
   position: absolute !important;
   left: 970px;
   top: 3189px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_21026b27e5d3 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_2a602c1d8a5b {
   width: 850px;
   height: 3915px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 760px;
   line-height: 45px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_2a602c1d8a5b {
   overflow: visible;
 }

 .text-6af4a599e5ba_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ab99c2f0a82c_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8fb58015440a_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e8364155ba6a_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5a2896852903_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d5c9f525f20b_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-006a721776f0_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d520aba0fe4e_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-61d1f15add7a_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6a95703ea5ff_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e7e55fe0fb0d_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-66637abf5257_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9891e65703fc_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0359dc7623a8_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-760f56777a47_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6e5cee7576ae_2a602c1d8a5b {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_01d0fa89b3a0 {
   width: 1140px;
   height: 3px;
   border-top: 3px solid #ecfffcff;
   border-right: 3px solid #ecfffcff;
   border-bottom: 3px solid #ecfffcff;
   border-left: 3px solid #ecfffcff;
   position: absolute !important;
   left: 100px;
   top: 734px;
   direction: horizontal;
   background: #ecfffc;
 }

 .text_7c5b5fd00c09 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_dd7f77695385 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_5690ebabf9dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_45246f508519 {
   width: 1920px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d9c24738-03e9-40d1-a690-ab4749fdcd6a/4012:29.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .text_autoheight_00df486ea3ec {
   overflow: visible;
 }

 .text_320b495dcb21 {
   width: 100%;
   min-width: 0;
   height: 237px;
   z-index: 1;
   line-height: 79.2px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_320b495dcb21 {
   overflow: visible;
 }

 .container_de1f0c9e4512 {
   width: 1138px;
   height: 292px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 81px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0487fb6aed9 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 500px;
   left: 0px;
   top: 90px;
 }

 .text_bb0a4615423b {
   width: max-content;
   position: absolute !important;
   left: 1554px;
   top: 639px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text_6e0af2c4a28e {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_6897f84c2f8d {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_d67faa88963a {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_f16c745f3be3 {
   width: 461px;
   height: 48px;
   position: absolute !important;
   left: 100px;
   top: 660px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0529520d2d5 {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 4858px;
   background: #ff3b00;
 }

 .text_64838921607e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 4988px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-8dc9282feac9_64838921607e {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-8c3f7e650bfe_64838921607e {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_76ce597efbe5 {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5016px;
 }

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

 .text_aedec6a38dea {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 5007px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_ff7f01fc1654 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

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

 .imageview_d63d512aa4d4 {
   width: 135px;
   height: 203px;
   position: absolute !important;
   left: 206px;
   top: 1491px;
   _scaling-factor: 0.5;
 }

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

 .container_74b1f76a818a {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_fd443b2b8367 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_fdca3161ddf7 {
   width: max-content;
   position: absolute !important;
   left: 86px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_81ba48ebdac2 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_0a2dd9e2291f {
   width: 273px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 6px;
   top: 203px;
   direction: horizontal;
   background: #ff3b00;
 }

 .container_80821270c48c {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_80821270c48c {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_80821270c48c {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .imageview_b61827aadf58 {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

 .imageview_b61827aadf58 img {
   position: absolute;
   width: 115.33% !important;
   height: 115.33% !important;
   max-width: none !important;
   left: 0.24%;
   top: -2.00%;
 }

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

 .text_1d8c1060a6fd {
   width: 252px;
   height: 2088px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 223px;
   line-height: 18px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_1d8c1060a6fd {
   overflow: visible;
 }

 .text-b0898ba57231_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ff0e436a1124_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c5e36e750419_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b74e5d6fd29f_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-394743dd4ef7_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-04ab3aca0e0d_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1ada6703c579_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e8517f42784d_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e417d1975070_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8932e0cee979_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-646b4b62bd48_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ad53fa8da086_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-85df26cc2265_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f478b3ee1d62_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-dfa4d1a9699b_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cc509b4e7403_1d8c1060a6fd {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_b652d037f790 {
   width: 28px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_d49eb780eba3 {
   width: 350px;
   height: 107px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: url("https://cdn.yotako.io/d9c24738-03e9-40d1-a690-ab4749fdcd6a/4075:27.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_df7225ae4109 {
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   transform: rotate(9.034334253812387deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6aca0bc59880 {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_142c80ed8ecb {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   left: 279.71px;
   top: 123.42px;
 }

 .text_3eb35f92c401 {
   width: 232px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text-43c983292457_3eb35f92c401 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-8921235f2978_3eb35f92c401 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_ba9c6e567920 {
   width: 59px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_2fb86956f1e0 {
   width: 58px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

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

 .text_d9920ce4d8d4 {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-5766779ed62a_d9920ce4d8d4 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-e92c098e14ec_d9920ce4d8d4 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

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

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

 .text_310b40730a77 {
   width: fit-content;
   line-height: 13.02px;
   font-family: 'DM Sans';
 }

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

 .container_10c9d45578ec {
   padding: 31px 0 31px 0;
   width: 350px;
   height: 86px;
   position: absolute !important;
   left: 0px;
   top: 2325px;
   justify-content: center;
   align-items: center;
   gap: 0 145px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
 }

 .text_7831023bcf18 {
   width: 278px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 102px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7831023bcf18 {
   overflow: visible;
 }

 .text_c292809f5c3b {
   width: 44px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 256px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_cf87411659f6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2411px;
   flex-shrink: 0;
   background: #ffffff;
 }

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

 .container_e5e26afbab4b {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .imageview_7debd57fb6c6 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

 .text_c2c3e3c16e4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 35px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_58aac9f8b539 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .imageview_69823d061c1f {
   width: 564px;
   height: 354px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_69823d061c1f img {
   position: absolute;
   width: 136.17% !important;
   height: 216.95% !important;
   max-width: none !important;
   left: -8.75%;
   top: 0.06%;
 }

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

 .text_a6b86aa98563 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a6b86aa98563 {
   overflow: visible;
 }

 .text_247d71029441 {
   width: 100%;
   min-width: 0;
   height: 74px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_247d71029441 {
   overflow: visible;
 }

 .line_1dc94874363d {
   width: 560px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_29aa1e494eab {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_29aa1e494eab {
   overflow: visible;
 }

 .text-9b4fa035e569_29aa1e494eab {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-4311688f6e27_29aa1e494eab {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-e50ff49d0c2f_29aa1e494eab {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

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

 .imageview_d4b9f37a4e40 {
   width: 564px;
   height: 354px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d4b9f37a4e40 img {
   position: absolute;
   width: 156.91% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -28.46%;
   top: 0.00%;
 }

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

 .text_d4413017cba1 {
   width: 562px;
   height: 21px;
   position: absolute !important;
   left: 0px;
   top: 370px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d4413017cba1 {
   overflow: visible;
 }

 .text_6858b6a5ece3 {
   width: 562px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: 407px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6858b6a5ece3 {
   overflow: visible;
 }

 .line_3ae2c3046ea7 {
   width: 560px;
   height: 1px;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   position: absolute !important;
   left: 0px;
   top: 497px;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_d99369a062f4 {
   width: 562px;
   height: 21px;
   position: absolute !important;
   left: 0px;
   top: 513px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d99369a062f4 {
   overflow: visible;
 }

 .text-efed796f7669_d99369a062f4 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-b043981334a5_d99369a062f4 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-c59eb935a7bb_d99369a062f4 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .container_afd3a0dd27a1 {
   position: relative !important;
   overflow: visible;
   width: 562px;
   height: 534px;
   flex-shrink: 0;
 }

 .imageview_f10870cc815d {
   width: 560px;
   height: 352px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_f10870cc815d img {
   position: absolute;
   width: 100.00% !important;
   height: 159.09% !important;
   max-width: none !important;
   left: 0.00%;
   top: -11.93%;
 }

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

 .text_3c113df6efd0 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3c113df6efd0 {
   overflow: visible;
 }

 .text_d090a15144ba {
   width: 100%;
   min-width: 0;
   height: 37px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d090a15144ba {
   overflow: visible;
 }

 .line_4002dd8c9a74 {
   width: 560px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_cb1ab90c5f38 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cb1ab90c5f38 {
   overflow: visible;
 }

 .text-1955f3224cf5_cb1ab90c5f38 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-59f1c07ac7bd_cb1ab90c5f38 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-301885a46828_cb1ab90c5f38 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

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

 .imageview_2f9fcc627796 {
   width: 560px;
   height: 353px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .text_7e18c043d858 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7e18c043d858 {
   overflow: visible;
 }

 .text_dc2e6db5ee4a {
   width: 100%;
   min-width: 0;
   height: 37px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_dc2e6db5ee4a {
   overflow: visible;
 }

 .line_cfe75ed64393 {
   width: 560px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ff3b00ff;
   border-right: 1px solid #ff3b00ff;
   border-bottom: 1px solid #ff3b00ff;
   border-left: 1px solid #ff3b00ff;
   direction: horizontal;
   background: #ff3b00;
 }

 .text_e09d79c84380 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e09d79c84380 {
   overflow: visible;
 }

 .text-f40d270f1170_e09d79c84380 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-9d7c4a591139_e09d79c84380 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-b95871e6eb52_e09d79c84380 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

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

 .container_11d8a46175bc {
   width: 1141px;
   height: 1099px;
   position: absolute !important;
   left: 100px;
   top: 202px;
   overflow-x: clip;
   overflow-y: clip;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 43px 17px;
   display: flex !important;
   flex-direction: row;
 }

 .text_eceeb8813e33 {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_c43d52368f9c {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_acb2f56ff174 {
   width: 254px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 25px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ce20c7b65a3b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 276px;
   top: 134px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_5f85979c3235 {
   position: absolute !important;
   overflow: visible;
   width: 412px;
   height: 170px;
   z-index: 2;
   left: 100px;
   top: -11px;
 }

 .text_eee665fa0c65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 35px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .imageview_c27b6fd48217 {
   width: 101px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 1691px;
   top: 66px;
 }

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

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

 .imageview_b35b9937de5d {
   width: 268px;
   height: 266px;
   position: absolute !important;
   left: 41px;
   top: 226px;
   _scaling-factor: 0.5;
 }

 .imageview_b35b9937de5d img {
   position: absolute;
   width: 158.12% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -58.12%;
   top: 0.00%;
 }

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

 .container_5551453a591b {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_e0ef12a1295f {
   width: 60px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_6a7195aafa37 {
   width: 72px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 243px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_56431837c4aa {
   width: 56px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 236px;
   top: 41px;
 }

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

 .imageview_9c1165cc7711 {
   width: 60px;
   height: 25.03px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

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

 .text_8a8bab981a45 {
   width: 27px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 108px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_8676e993dd87 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 101px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8676e993dd87 {
   overflow: visible;
 }

 .text-addcbe8b018c_8676e993dd87 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-265efd85ef6b_8676e993dd87 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-f4c486551b92_8676e993dd87 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_eed88c87ce6c {
   width: 320px;
   height: 44px;
   position: absolute !important;
   left: 30px;
   top: 133px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eed88c87ce6c {
   overflow: visible;
 }

 .imageview_c3c3df9cb818 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 182.75px;
 }

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

 .text_6d1921db3896 {
   width: 308px;
   height: 15px;
   position: absolute !important;
   left: 30px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_61b2d5f803f0 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 538px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_61b2d5f803f0 {
   overflow: visible;
 }

 .text-6948851e9c6f_61b2d5f803f0 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-6e5554d493c7_61b2d5f803f0 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_93b0cfe07092 {
   width: 262px;
   height: 44px;
   position: absolute !important;
   left: 30px;
   top: 570px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_93b0cfe07092 {
   overflow: visible;
 }

 .imageview_4ae4f94f82c4 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 619.75px;
 }

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

 .text_61949130c0b4 {
   width: 308px;
   height: 15px;
   position: absolute !important;
   left: 30px;
   top: 631px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_dd7483143d00 {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 39px;
   top: 665px;
   _scaling-factor: 0.5;
 }

 .imageview_dd7483143d00 img {
   position: absolute;
   width: 246.27% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -91.69%;
   top: 0.08%;
 }

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

 .text_d5280f7e99c9 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 39px;
   top: 974px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d5280f7e99c9 {
   overflow: visible;
 }

 .text-dab149adcf72_d5280f7e99c9 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-0c39625d9a1e_d5280f7e99c9 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-18744e2c423a_d5280f7e99c9 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_acb610c50f0a {
   width: 320px;
   height: 22px;
   position: absolute !important;
   left: 39px;
   top: 1006px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_acb610c50f0a {
   overflow: visible;
 }

 .imageview_9e5d5a2ac5b1 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 39px;
   top: 1032.75px;
 }

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

 .text_4a03725b4889 {
   width: 308px;
   height: 15px;
   position: absolute !important;
   left: 39px;
   top: 1047px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_393737f4074e {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 41px;
   top: 1097px;
   _scaling-factor: 0.5;
 }

 .imageview_393737f4074e img {
   position: absolute;
   width: 100.00% !important;
   height: 101.52% !important;
   max-width: none !important;
   left: 0.00%;
   top: -1.41%;
 }

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

 .text_d59f2d4c34b2 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 46px;
   top: 1410px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d59f2d4c34b2 {
   overflow: visible;
 }

 .text-1dc0282967a4_d59f2d4c34b2 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-c9e55ad54575_d59f2d4c34b2 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-427c255b449d_d59f2d4c34b2 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_cbedf0227f12 {
   width: 320px;
   height: 22px;
   position: absolute !important;
   left: 46px;
   top: 1442px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cbedf0227f12 {
   overflow: visible;
 }

 .imageview_f538668c1d7f {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 46px;
   top: 1468.75px;
 }

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

 .text_f0a55f5f74bc {
   width: 308px;
   height: 15px;
   position: absolute !important;
   left: 46px;
   top: 1483px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_caf82733a896 {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 39px;
   top: 1517px;
   _scaling-factor: 0.5;
 }

 .imageview_caf82733a896 img {
   position: absolute;
   width: 147.76% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -47.92%;
   top: -0.02%;
 }

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

 .container_05a16faf7628 {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1911px;
   background: #ff3b00;
 }

 .text_737af991401b {
   width: 98px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 1949px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.02px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_61a49a4370c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1944px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-6940c7e54194_61a49a4370c6 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-c9d7162b0475_61a49a4370c6 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_05055e6ac746 {
   width: 12px;
   height: 10.63px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 1950.8px;
 }

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

 .viewport_32b3f68640cc {
   width: 350px;
   height: 1996px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .inicio_b .yotako-main {
     display: none !important;
   }

   .inicio_b .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .inicio_b .yotako-main {
     display: none !important;
   }

   .inicio_b .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .charlie_microondas .yotako-main {
     display: none !important;
   }

   .charlie_microondas .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .charlie_microondas .yotako-main {
     display: none !important;
   }

   .charlie_microondas .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .pascualmarquez_balcones .yotako-main {
     display: none !important;
   }

   .pascualmarquez_balcones .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .pascualmarquez_balcones .yotako-main {
     display: none !important;
   }

   .pascualmarquez_balcones .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .presentacin_6r .yotako-main {
     display: none !important;
   }

   .presentacin_6r .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .presentacin_6r .yotako-main {
     display: none !important;
   }

   .presentacin_6r .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .cuchicheos_landing .yotako-main {
     display: none !important;
   }

   .cuchicheos_landing .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .cuchicheos_landing .yotako-main {
     display: none !important;
   }

   .cuchicheos_landing .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .el_arte_de_no_decir_nada .yotako-main {
     display: none !important;
   }

   .el_arte_de_no_decir_nada .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .el_arte_de_no_decir_nada .yotako-main {
     display: none !important;
   }

   .el_arte_de_no_decir_nada .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .los_que_no_dicen_nada .yotako-main {
     display: none !important;
   }

   .los_que_no_dicen_nada .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .los_que_no_dicen_nada .yotako-main {
     display: none !important;
   }

   .los_que_no_dicen_nada .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .canciones_para_pequeos_dispositivos_6p .yotako-main {
     display: none !important;
   }

   .canciones_para_pequeos_dispositivos_6p .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .canciones_para_pequeos_dispositivos_6p .yotako-main {
     display: none !important;
   }

   .canciones_para_pequeos_dispositivos_6p .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .crnicas_y_pensamientos_de_una_gestora_cultural_independiente_6r .yotako-main {
     display: none !important;
   }

   .crnicas_y_pensamientos_de_una_gestora_cultural_independiente_6r .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .crnicas_y_pensamientos_de_una_gestora_cultural_independiente_6r .yotako-main {
     display: none !important;
   }

   .crnicas_y_pensamientos_de_una_gestora_cultural_independiente_6r .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .web_-_crnicas_6r .yotako-main {
     display: none !important;
   }

   .web_-_crnicas_6r .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .web_-_crnicas_6r .yotako-main {
     display: none !important;
   }

   .web_-_crnicas_6r .vp_1920 {
     display: flex !important;
   }
 }