 /*
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_d9b43b4ddeda {
   width: 664px;
   height: 495px;
   position: absolute !important;
   left: 1254px;
   top: 585px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

 .line_a72a2cdf2efe {
   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_fe7f815fe284 {
   width: 267px;
   height: 428px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 157px;
   _scaling-factor: 0.5;
 }

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

 .text_15050332939d {
   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_841acfe24552 {
   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_841acfe24552 {
   overflow: visible;
 }

 .text_c4f32c2144d0 {
   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_c4f32c2144d0 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

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

 .text_20c4c2a87cdc {
   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_090854c68d5b {
   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_ced2f2179a23 {
   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_e1d437ac6efb {
   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_e1d437ac6efb {
   overflow: visible;
 }

 .text_bc5c9dcae55e {
   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-20499df0c374_bc5c9dcae55e {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

 .text_deb801e8beee {
   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_deb801e8beee {
   overflow: visible;
 }

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

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

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

 .text_autoheight_8c8dc6a7e8c6 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

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

 .container_8f62e1dca183 {
   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_c5c99be4e7ee {
   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_2870a591c853 {
   width: 156px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 1254px;
   top: 540px;
 }

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

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

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

 .text_8f476a504087 {
   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_8f476a504087 {
   overflow: visible;
 }

 .line_ea6b2ecaec67 {
   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_65861d33ee5d {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

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

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

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

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

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

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

 .text_e645dcec8ce1 {
   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-b11b5469bcde_e645dcec8ce1 {
   line-height: 15.62px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

 .line_8235e41a4e30 {
   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_5c24129c2c41 {
   width: 350px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 741px;
   background: #ff8862;
 }

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

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

 .text_df93803a9e42 {
   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_bb038bb83522 {
   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_bb038bb83522 {
   overflow: visible;
 }

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

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

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

 .text_84576f615aa3 {
   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_84576f615aa3 {
   overflow: visible;
 }

 .line_81c5ebb4dc6a {
   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_eceb642e1b09 {
   width: 95px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 697px;
 }

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

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

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

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

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

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

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

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

 .text_567b4d94fcfc {
   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_f2366a771dce {
   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_f2366a771dce {
   overflow: visible;
 }

 .text_3d9482dc84a6 {
   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_bb528fe7551a {
   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_ce1fd5ab2ae1 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff3b00;
 }

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

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

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

 .text_432fe8b2d63e {
   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_a48ae1d23257 {
   width: 40px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 101px;
   top: 40px;
 }

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

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

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

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

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

 .text_4664f4b3e402 {
   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-dd07277c2dc4_4664f4b3e402 {
   line-height: 22px;
   font-family: 'Epilogue';
 }

 .text-8495039e3635_4664f4b3e402 {
   line-height: 22px;
   font-family: 'Epilogue';
 }

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

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

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

 .text_c36030a3331a {
   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_6d958878253c {
   width: 106px;
   height: 39.5px;
   z-index: 1;
   position: absolute !important;
   left: 228px;
   top: 437px;
 }

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

 .text_a3eb8d49c22f {
   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_a3eb8d49c22f {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_0d1219e7bd21 {
   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-5ef1b8032337_0d1219e7bd21 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

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

 .text_a67969e02286 {
   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-82f20eb05140_a67969e02286 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_4a4383c6ddfb {
   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-2c752422ff72_4a4383c6ddfb {
   line-height: 45px;
   font-family: 'DM Sans';
 }

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

 .text_e2eb0aeaab0d {
   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-5d0a99f55c32_e2eb0aeaab0d {
   line-height: 45px;
   font-family: 'DM Sans';
 }

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

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

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

 .line_7877f0f39e8b {
   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_8fe57b51e269 {
   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_8fe57b51e269 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_07d17df1671f {
   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_6694f47bce56 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

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

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

 .line_b0ce5d770642 {
   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_cf453e761ae3 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cf453e761ae3 {
   overflow: visible;
 }

 .container_1427fec9849d {
   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_7a526ec4d7e2 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_7a526ec4d7e2 {
   overflow: visible;
 }

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

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

 .container_5baf20196033 {
   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_180d1c3a4f89 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_180d1c3a4f89 {
   overflow: visible;
 }

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

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

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

 .container_9abd4286a895 {
   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_5007f36f0570 {
   height: 81px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_5007f36f0570 {
   overflow: visible;
 }

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

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

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

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

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

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

 .container_111f397bea25 {
   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_4ae556f55659 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_4ae556f55659 {
   overflow: visible;
 }

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

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

 .container_d835b519f767 {
   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_e2b84d3471a0 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_e2b84d3471a0 {
   overflow: visible;
 }

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

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

 .container_ba3507001010 {
   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_0a8dd84c38d1 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_0a8dd84c38d1 {
   overflow: visible;
 }

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

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

 .container_f9042144964d {
   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_7eac8fb0700c {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_7eac8fb0700c {
   overflow: visible;
 }

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

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

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

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

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

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

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

 .container_4b696942c734 {
   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_e4f97d4a264b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_59bd52a0d64e {
   overflow: visible;
 }

 .container_edc3fb269321 {
   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_89637193cecf {
   width: 1920px;
   height: 7196px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

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

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

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

 .text_09d2566aad46 {
   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-130e0bc37d6d_09d2566aad46 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

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

 .line_f2e3deedc878 {
   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_028205b153b8 {
   width: 14.1px;
   height: 3.66px;
   position: absolute !important;
   left: 285.47px;
   top: 1954.9px;
 }

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

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

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

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

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

 .text_7a18558f7ff4 {
   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_31a23783b0a3 {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 535px;
   _scaling-factor: 0.5;
 }

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

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

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

 .text_924f7eae61a9 {
   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-0eea6990ff06_924f7eae61a9 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_5bd38e944a0d {
   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_c2faa36228da {
   width: 108px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   _scaling-factor: 0.5;
 }

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

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

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

 .text_eaaed8dd8400 {
   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-3be3d65bdbe7_eaaed8dd8400 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

 .text_d401c9149fa4 {
   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-f4d82d26d89a_d401c9149fa4 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

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

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

 .text_d75154299da0 {
   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-86674f42b16f_d75154299da0 {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

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

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

 .text_017f823cceba {
   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-eb20ecdaa151_017f823cceba {
   line-height: 10.5px;
   font-family: 'DM Sans';
 }

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

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

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

 .text_c641f9c4331c {
   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_c641f9c4331c {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_2c0acf5b310e {
   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_de856df659f3 {
   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_44972ab325ea {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_f5f7ec8157d7 {
   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-ede102ca7db2_f5f7ec8157d7 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

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

 .text_7942666f25f4 {
   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-f3bde23c344a_7942666f25f4 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .line_37ced2771892 {
   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_c36aca5355a9 {
   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-020fbf6c51e0_c36aca5355a9 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_1e11f3998c8a {
   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_c0a6576908fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

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

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

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

 .line_4b05e8d47276 {
   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_913d14dd6597 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_913d14dd6597 {
   overflow: visible;
 }

 .container_14a3b8e3612c {
   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_a76b5e92aae5 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_a76b5e92aae5 {
   overflow: visible;
 }

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

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

 .container_d8ad6f4afe53 {
   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_765bd207f789 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_765bd207f789 {
   overflow: visible;
 }

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

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

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

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

 .container_dcbdb2128cf9 {
   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_287f0165f2ea {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_287f0165f2ea {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

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

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

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

 .container_0326f0e0d20f {
   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_ef7764eafd2d {
   height: 162px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_ef7764eafd2d {
   overflow: visible;
 }

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

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

 .container_7f0eb019ff29 {
   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_d6e00abbc005 {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_d6e00abbc005 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

 .container_30d13aa392b7 {
   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_976bbc2ce1e0 {
   height: 54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_976bbc2ce1e0 {
   overflow: visible;
 }

 .container_e15b2eb9f482 {
   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_10062d6f28bb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22eb9b4d2bfd {
   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_e96f73704ad6 {
   width: 1920px;
   height: 7500px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

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

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

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

 .text_6d025faeb0e3 {
   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_578da0ba5042 {
   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_38bea263693a {
   width: 14.1px;
   height: 3.58px;
   position: absolute !important;
   left: 285.47px;
   top: 1909.45px;
 }

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

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

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

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

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

 .text_9ca6236322a8 {
   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_6edb45c74711 {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 535px;
   _scaling-factor: 0.5;
 }

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

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

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

 .text_af270665bc57 {
   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-3cbe2d82cc7c_af270665bc57 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_06a5563e92d9 {
   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_87dabddc21ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 3561px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

 .text_dc7ef03b8d3d {
   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_dc7ef03b8d3d {
   overflow: visible;
 }

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

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

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

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

 .text_993ba22edaf5 {
   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-0859f654d7c4_993ba22edaf5 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

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

 .text_08b3aec93a4b {
   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-fe3848575d42_08b3aec93a4b {
   line-height: 18px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

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

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

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

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

 .text_212aac4b2057 {
   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_dde1b0ff2f82 {
   width: 40px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 47px;
   top: 126px;
 }

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

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

 .text_5fb3dbc24098 {
   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_2e811f6ccd2f {
   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_32f38ead6d72 {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

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

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

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

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

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

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

 .text_9d3b7108ca38 {
   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-0aa2de32f5b3_9d3b7108ca38 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

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

 .text_05ce4ca94eb1 {
   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-454922ca68f6_05ce4ca94eb1 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .line_9a3bbe08ff85 {
   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_a825ff9b2408 {
   width: 232px;
   height: 27px;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a825ff9b2408 {
   overflow: visible;
 }

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

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

 .container_6eaf776d1774 {
   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_7b3edfba412b {
   width: 194.72px;
   height: 64.35px;
   z-index: 1;
   position: absolute !important;
   left: 819.15px;
   top: 507.95px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

 .text_651e2d235faf {
   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_ac36b19a0eda {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

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

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

 .text_dc5227cfcc46 {
   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-16e66233387b_dc5227cfcc46 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

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

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

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

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

 .line_8f719724d237 {
   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_1c6ff8afa1f1 {
   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-9f1a3798cf8b_1c6ff8afa1f1 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_10cae2b5ac2f {
   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_cd23b8863045 {
   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_318292ee2529 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 2143.9px;
 }

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

 .text_99d325829964 {
   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-542f818347ff_99d325829964 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

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

 .text_3cc579d9f64f {
   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_cd32a7c4db96 {
   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_516e6393628f {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

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

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

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

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

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

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

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

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

 .container_2e5b25e271fc {
   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_7f88394b74af {
   width: 140px;
   height: 2px;
   position: absolute !important;
   left: 276px;
   top: 35px;
 }

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

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

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

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

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

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

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

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

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

 .text_autoheight_47e6e68d5017 {
   overflow: visible;
 }

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

 .text_autoheight_f61e0f57c4ce {
   overflow: visible;
 }

 .line_215060c59041 {
   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_3ad53fe1f81d {
   position: relative !important;
   overflow: visible;
   width: 365px;
   height: 90px;
   flex-shrink: 0;
 }

 .text_9f83ae31c517 {
   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-a51fd0a73713_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-290ab4e89e19_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b3fcee526b10_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-abdcbb1924ac_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-4040a466c4b3_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b96149969184_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .text-443506066f78_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-b71bfd352151_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .text-99fe771fb8f1_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .text-03ef1009681c_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

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

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

 .text-d66f52b76370_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .text-a8550ca3ab10_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-94255a39f85f_9f83ae31c517 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .container_e5962ec8eb92 {
   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_e5962ec8eb92 {
   width: 365px;
   height: fit-content;
   flex-shrink: 0;
 }

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

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

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

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

 .text_09c770de9435 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .imageview_defe5836460a {
   width: 341px;
   height: 328px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_27ac74e950b2 {
   width: 70.85px;
   height: 40.39px;
   z-index: 1;
   position: absolute !important;
   left: 165.95px;
   top: 119.81px;
 }

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

 .imageview_7b25666ac200 {
   width: 42.2px;
   height: 16.4px;
   z-index: 2;
   position: absolute !important;
   left: 179.67px;
   top: 132.01px;
 }

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

 .container_c8dbfca562ba {
   position: absolute !important;
   overflow: visible;
   width: 340.54px;
   height: 328px;
   left: 40px;
   top: 73px;
 }

 .container_a7e6a7c669a7 {
   position: relative !important;
   overflow: visible;
   width: 419px;
   height: 474px;
   flex-shrink: 0;
   background: #fffdec;
 }

 .container_a29ac40452fd {
   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_a29ac40452fd {
   width: 419px;
   height: 474px;
   flex-shrink: 0;
 }

 .container_nested_a29ac40452fd {
   width: 419px;
   height: 474px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d9;
 }

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

 .text_autoheight_6533ded8f27c {
   overflow: visible;
 }

 .text_679c225baf73 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 54px;
   font-family: 'Epilogue';
 }

 .line_f51faaa7f607 {
   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_7cc305fa7111 {
   position: relative !important;
   overflow: visible;
   width: 425px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_wrapper_7cc305fa7111 {
   position: relative !important;
   overflow: visible;
   width: 425px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_nested_7cc305fa7111 {
   width: 425px;
   height: 54px;
 }

 .text_01775033b25e {
   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-081693715fea_01775033b25e {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-bb2d14eebe25_01775033b25e {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .container_7543cd5fe800 {
   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_67977269dcc6 {
   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_c55371ad78aa {
   padding: 5px 15px 5px 15px;
   width: 88px;
   height: 40px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
 }

 .container_7913bf65f9b7 {
   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_4738b2cfafcb {
   width: 365px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_18ab1e9e79f4 {
   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_2bc8edc3b4e8 {
   width: 804px;
   height: 474px;
   position: absolute !important;
   left: 2713px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8eae51445be8 {
   position: absolute !important;
   overflow: visible;
   width: 3618px;
   height: 474px;
   left: 0px;
   top: 288px;
 }

 .imageview_04372e2eabd6 {
   width: 419px;
   height: 476px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_6c7c55860a8b {
   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_a2859850c60c {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a2859850c60c {
   overflow: visible;
 }

 .text_b600888a2b19 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 54px;
   font-family: 'Epilogue';
 }

 .line_2edaed5a4382 {
   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_e3004d947835 {
   position: relative !important;
   overflow: visible;
   width: 398px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_wrapper_e3004d947835 {
   position: relative !important;
   overflow: visible;
   width: 398px;
   height: 54px;
   flex-shrink: 0;
 }

 .container_nested_e3004d947835 {
   width: 398px;
   height: 54px;
 }

 .text_ac59a26a9560 {
   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-9b43b1da55e5_ac59a26a9560 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .text-f615c4515621_ac59a26a9560 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-bad11632c136_ac59a26a9560 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

 .text-e22e90336cbc_ac59a26a9560 {
   line-height: 30px;
   font-family: 'DM Sans';
 }

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

 .container_fb5f5e4689ce {
   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_0db0c0dd990a {
   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_1450fd2dd159 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

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

 .viewport_e39bb6215d3a {
   width: 1920px;
   height: 1352px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff8862;
 }

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

 .text_1a744058d804 {
   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_e74ec38bb3a0 {
   width: 56px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 170px;
   top: 41px;
 }

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

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

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

 .text_4ba29062fd6a {
   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_eaeb5c2e16de {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 101px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eaeb5c2e16de {
   overflow: visible;
 }

 .text_3d5b02a0fc55 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 630px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3d5b02a0fc55 {
   overflow: visible;
 }

 .text_aa41de42da62 {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 133px;
   line-height: 23.76px;
   font-family: 'Epilogue';
 }

 .text_5542597257b5 {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 662px;
   line-height: 32.4px;
   font-family: 'Epilogue';
 }

 .imageview_8262e70b9208 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 182.75px;
 }

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

 .imageview_439c30e8dc9e {
   width: 255px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 691.75px;
 }

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

 .text_f679a7f91f5f {
   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-a5f642d65fd7_f679a7f91f5f {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_ea536415b0c8 {
   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-014e49e30430_ea536415b0c8 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

 .text_cc4c1d4ae7fd {
   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_cc4c1d4ae7fd {
   overflow: visible;
 }

 .text_28d4b0b4c48c {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 1159px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_28d4b0b4c48c {
   overflow: visible;
 }

 .text_5b33655e7505 {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 1191px;
   line-height: 32.4px;
   font-family: 'Epilogue';
 }

 .imageview_f71a1c55993f {
   width: 255px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 1220.75px;
 }

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

 .text_ba18f5736102 {
   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-8c4028b64785_ba18f5736102 {
   line-height: 16px;
   font-family: 'DM Sans';
 }

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

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

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

 .imageview_5a0422b6bb95 {
   width: 264px;
   height: 264px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_b5d30e92332f {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 264px;
   z-index: 1;
   left: 43px;
   top: 330px;
   background: #fffdec;
 }

 .container_wrapper_b5d30e92332f {
   position: absolute !important;
   overflow: visible;
   left: 43px;
   top: 330px;
   width: 264px;
   height: 264px;
   z-index: 1;
 }

 .container_nested_b5d30e92332f {
   width: 264px;
   height: 264px;
   z-index: 1;
   background: #fffdec;
 }

 .imageview_d78e5cd99103 {
   width: 212px;
   height: 204px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_09c05e506541 {
   width: 47.73px;
   height: 31.1px;
   z-index: 1;
   position: absolute !important;
   left: 103.21px;
   top: 74.52px;
 }

 .imageview_09c05e506541 img {
   position: absolute;
   width: 44.1px !important;
   height: 25.1px !important;
   max-width: none !important;
   left: -2.0px;
   top: 3.0px;
 }

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

 .text_c52de82288de {
   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_efbe69a7d7f5 {
   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_86a5ef41f693 {
   position: absolute !important;
   overflow: visible;
   width: 211.8px;
   height: 204px;
   left: 26px;
   top: 48px;
 }

 .container_18750e5904b0 {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 264px;
   left: 43px;
   top: 859px;
   background: #fffdec;
 }

 .container_wrapper_18750e5904b0 {
   position: absolute !important;
   overflow: visible;
   left: 43px;
   top: 859px;
   width: 264px;
   height: 264px;
 }

 .container_nested_18750e5904b0 {
   width: 264px;
   height: 264px;
   background: #fffdec;
 }

 .imageview_cfc56a474dcf {
   width: 264px;
   height: 264px;
   position: absolute !important;
   left: 43px;
   top: 1366px;
   _scaling-factor: 0.5;
 }

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

 .imageview_defc4a387420 {
   width: 44.06px;
   height: 25.12px;
   z-index: 1;
   position: absolute !important;
   left: 188.83px;
   top: 907.99px;
 }

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

 .imageview_988bd10ac76e {
   width: 44.06px;
   height: 25.12px;
   z-index: 1;
   position: absolute !important;
   left: 188.84px;
   top: 1436.99px;
 }

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

 .text_e0b829221196 {
   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_dfdb9d25edca {
   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_31fcc9683535 {
   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_822f803b2ca7 {
   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_447b4b322424 {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1755px;
   background: #ff3b00;
 }

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

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

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

 .text_905156e46dd3 {
   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_61b82b7cb41b {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 1793px;
 }

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

 .text_851e87851f26 {
   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_c27e7d7b6ea5 {
   width: 350px;
   height: 1840px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff8862;
 }

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

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

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

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

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

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

 .text_cfe8f119b5fb {
   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-572814da5260_cfe8f119b5fb {
   line-height: 45px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .line_0bda3fe550e7 {
   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_7e20c1510df6 {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_0125290da62d {
   width: max-content;
   position: absolute !important;
   left: 387px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_dd39e218e734 {
   width: max-content;
   position: absolute !important;
   left: 349px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

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

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

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

 .line_b26bfe9924db {
   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_2d07f5565c1d {
   width: 1920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .imageview_ad142c1456dc {
   width: 920px;
   height: 474px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c9875b31bcc0 {
   width: 78.47px;
   height: 43.13px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c9875b31bcc0 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_c9875b31bcc0.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_8fa3c5eec796 {
   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_d5e7443902d9 {
   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_76d3ad43f278 {
   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_dc764bc0b7bc {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   z-index: 1;
   left: 827px;
   top: 0px;
 }

 .container_fa350eab3f84 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 474px;
   z-index: 1;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .text_4ed5374a32f8 {
   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_4ed5374a32f8 {
   overflow: visible;
 }

 .text_987317b1ee5b {
   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_987317b1ee5b {
   overflow: visible;
 }

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

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

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

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

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

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

 .imageview_8b0df8d6e36c {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5113px;
 }

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

 .text_398c0376ef8f {
   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_0047f0eeb72f {
   width: max-content;
   position: absolute !important;
   left: 1665px;
   top: 2720px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

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

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

 .container_367d656b5ea3 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

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

 .text_7ac064a45706 {
   width: max-content;
   position: absolute !important;
   left: 84px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_f0af8f338b84 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_d68ccdcd119b {
   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_3c21d8ba58ff {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 2542px;
   background: #ff3b00;
 }

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

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

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

 .text_4ab475e51ae0 {
   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_1f69eae1d4d8 {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

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

 .text_047424270794 {
   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-1f2640175823_047424270794 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_f957d886ef33 {
   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_18fcb49e86de {
   width: 920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_18fcb49e86de img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b738433c72ee {
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.034334253812393deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_efe3dfcbd987 {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_f0d2ae5172fe {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 578px;
   top: 272px;
 }

 .container_e292e5a6e410 {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   left: 827px;
   top: 0px;
 }

 .container_04dbc34d58c7 {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 99px;
   left: 0px;
   top: 64px;
   background: #fffdec;
 }

 .imageview_107953700297 {
   width: 167px;
   height: 86px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_107953700297 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_553073f16009 {
   width: 35.5px;
   height: 23.14px;
   z-index: 2;
   position: absolute !important;
   left: 84.71px;
   top: 46.42px;
 }

 .imageview_553073f16009 img {
   width: 100%;
   height: 100%;
 }

 .container_a8b4a94ef874 {
   position: absolute !important;
   overflow: visible;
   width: 167px;
   height: 86.04px;
   z-index: 1;
   left: 195px;
   top: 77px;
 }

 .text_537f92424bf7 {
   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-1e2dcc49887e_537f92424bf7 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-130515f5dd21_537f92424bf7 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_eea34dcd81ea {
   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_31034f9547af {
   width: 58px;
   height: 2px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

 .imageview_31034f9547af img {
   width: 100%;
   height: 100%;
 }

 .text_257388e7eb78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 2575px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-28dd570e8526_257388e7eb78 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-f162a6101ee6_257388e7eb78 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text_793978d4ec6a {
   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_ef8497304c0a {
   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_0e19a90b15a7 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 2627px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .viewport_8831fdfe2556 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_154274eb146c {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .container_e77b29fe6c64 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .container_wrapper_e77b29fe6c64 {
   position: absolute !important;
   left: 100px;
   top: 17.13px;
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .container_nested_e77b29fe6c64 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
 }

 .imageview_20f8a4a8d468 {
   width: 850px;
   height: 850px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_20f8a4a8d468 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_0fec33b3dd39 {
   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_7656376ce66f {
   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-63389f621c82_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-182fabbc9ecd_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4b05e6dff68c_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b03724907456_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5c6ff0c243c2_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5f8b5e585c96_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-15b06ff16711_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0d640b758a27_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b1fe42a1caa2_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d79cac3ee3ec_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c5436bc243ec_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e390afd82c2d_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d8bab4967c08_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e914e52e2c38_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5a500d89a512_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5251729ec6b6_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3235f966b56c_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ab8693eae9c9_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-94e11b4490ec_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-73702fbb60b1_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1c1ea3375c6a_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-85d473334bd5_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-30898977095d_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b9f609bd3bbe_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a035d7e7f0ae_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b1d7c48f4ce1_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0884d166536a_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e81eceec2f77_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-73a97b1d6cf0_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-26eb69459709_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4781bf387ef7_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c415dcb0fdfa_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8dc1ea6c0c41_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fd7a8c3ff1d4_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4cc5f8fb0386_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-90c5dfa04768_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ffb66e1b154b_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-613d896e9082_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4c774938028b_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9198be3524c8_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a1c9606cddc6_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-846a9416cab8_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4f6bb389cf82_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fca4d220c2b7_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-150f39f4c04b_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c8c0484126e1_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b5c632672ad0_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3cac3f0c128f_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-57dd37ad1fd8_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-744de95ed6b3_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4ebe22a6d5c8_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7709fb3e7d26_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a8b76bfa21cf_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2eb69584b8ca_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4d5de61da862_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e903f44d463b_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6b1e17906108_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a2d748ff6877_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2979345fff88_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-342d4fa26a66_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c8532d4e5be9_7656376ce66f {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_4f8b6c524302 {
   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_661d96593800 {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_92655ea717f8 {
   width: max-content;
   position: absolute !important;
   left: 373px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_f339565a01bd {
   width: max-content;
   position: absolute !important;
   left: 333px;
   top: 614px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_e132ddd0bfcb {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 3272px;
   background: #ff3b00;
 }

 .text_4c318f3d8e8f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 3402px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-96f55fe414fd_4c318f3d8e8f {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-7df5f80aa625_4c318f3d8e8f {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_09d497dadd69 {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 3430px;
 }

 .imageview_09d497dadd69 img {
   width: 100%;
   height: 100%;
 }

 .text_0c0931453ca9 {
   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_58ef4df60f24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_ddadcf20cff6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_521645e53230 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .line_a9faa0f90847 {
   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_e1dda54d7886 {
   width: 1920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 90px;
   background: #fffdec;
 }

 .imageview_7d31f4109d05 {
   width: 1920px;
   height: 474px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 90px;
   _scaling-factor: 0.5;
 }

 .imageview_7d31f4109d05 img {
   width: 100%;
   height: 100%;
 }

 .text_d8c7abe6d0f4 {
   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-c4ed8f7ea165_d8c7abe6d0f4 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text-5abc1d1117ba_d8c7abe6d0f4 {
   line-height: 78.95px;
   font-family: 'Epilogue';
 }

 .text_e41ebca90357 {
   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_e41ebca90357 {
   overflow: visible;
 }

 .text-8444cdc9ac45_e41ebca90357 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text-f1caef27483d_e41ebca90357 {
   line-height: 30px;
   font-family: 'Epilogue';
 }

 .text_4d47579d3553 {
   width: max-content;
   position: absolute !important;
   left: 1747px;
   top: 593px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text_10fbd610936d {
   width: max-content;
   position: absolute !important;
   left: 1665px;
   top: 2720px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .viewport_0ee73e282cd4 {
   width: 1920px;
   height: 3590px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_7b95aa2e034c {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_286a2a3e5c90 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_3521c849c0e4 {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_59e9a0fed45e {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 177px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_2bfb0db285a6 {
   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_f05ab5278422 {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1655px;
   background: #ff3b00;
 }

 .container_be9b48a8b1b7 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_be9b48a8b1b7 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_be9b48a8b1b7 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_eb4793652b23 {
   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_613dd09e0083 {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

 .imageview_613dd09e0083 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_10c073487084 {
   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-f778bf2e08d1_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d2bed6a24df0_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-22eea3400505_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f5754eefd88f_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-95f7c44a1be2_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-17d530ad8d1e_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0c375b1676b8_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0b3c8d00e3f4_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7c4f22e7c92b_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-848ee4faca4f_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ce492ef9236a_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8ee7de6f5a96_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-244915aa6b57_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9b6e07ded716_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ab4ac51b11de_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6f407a1034df_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d13a0bc61ad4_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cad24eb7e37d_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c79f17a5b0ce_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a8c27819e12c_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-50bb5dbcf6ca_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-be765974ddcf_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d27c865830b4_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-1c648b9c2251_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c5f265ba1cf5_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-801ad9e936f0_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9f2f415f4d45_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b065e71180b1_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-34c2d8d8a189_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a6b2e42e5be2_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e2998e69a083_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-111d5b1adb49_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-675346092eaf_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ccd12f6cb1dd_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0b5c09cdc98a_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2c71dc8a48f0_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-5fb53cf9df66_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-ad8eee3bbd9d_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-98d94751c7a4_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e6d8cf7bbc84_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-427b30a01af7_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-087b030b951f_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4ca61450564d_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6be8f5b57583_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a788b4beda39_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bfe2559f9829_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-361b93284689_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cc450bfdb061_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-936bba36d9e8_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0f1acbc32b59_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3e01178dfde3_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a8587dc1703a_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b713595f6d39_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-67b26048a3a2_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-cd13dbaa3813_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-10a3180e952d_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4ccc82105e68_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8f49ba82b5d0_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d1c052c4402a_10c073487084 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_d41c09753da3 {
   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_7fc7ff92681b {
   width: 920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_7fc7ff92681b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5ebc5d0ff5e8 {
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.034334253812393deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_118ad0b9750e {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_fd9aa1805f0a {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 578px;
   top: 272px;
 }

 .container_61125f07c474 {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   left: 827px;
   top: 0px;
 }

 .imageview_c79c5b96cebd {
   width: 350px;
   height: 98px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_c79c5b96cebd img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7ccf465e1352 {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 99px;
   left: 0px;
   top: 64px;
   background: #fffdec;
 }

 .text_4cca140bd009 {
   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-d3cf27ef4547_4cca140bd009 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-949e18d59c70_4cca140bd009 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_6cdca065b365 {
   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_62ece5cbc016 {
   width: 58px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

 .imageview_62ece5cbc016 img {
   width: 100%;
   height: 100%;
 }

 .text_4d23b7c6f40c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1688px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-9560c016596e_4d23b7c6f40c {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-69493c048fd8_4d23b7c6f40c {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_39eebfd32800 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 237px;
   top: 1694px;
 }

 .imageview_39eebfd32800 img {
   width: 100%;
   height: 100%;
 }

 .text_2757cb7ebbc6 {
   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-622e6cd568f5_2757cb7ebbc6 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text-632994452eaa_2757cb7ebbc6 {
   line-height: 19px;
   font-family: 'Epilogue';
 }

 .text_91813d2187dc {
   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_52a1f9f7627b {
   position: absolute !important;
   width: 350px;
   height: 1739px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .viewport_3e23029f8376 {
   width: 350px;
   height: 1739px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_6efc16fdcb62 {
   width: 850px;
   height: 851px;
   position: absolute !important;
   left: 970px;
   top: 2335px;
   _scaling-factor: 0.5;
 }

 .imageview_6efc16fdcb62 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_82ea57278c4d {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6740947075208914;
   height: auto !important;
   _scaling-factor: 0.5;
 }

 .imageview_82ea57278c4d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_5e0466d2885d {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_5e0466d2885d {
   overflow: visible;
 }

 .container_988b2a2ab0c1 {
   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_8168aa18b709 {
   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_1aa921ea704f {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_6485d8d11526 {
   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_6485d8d11526 {
   overflow: visible;
 }

 .text-8aa18cf68350_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5c58c8d6ee17_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fe595c682d2b_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fba9dd251d3e_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-76a50b7512ae_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c98f8919914d_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e969327b19f3_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-563421895a0a_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0dfeda25c642_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7ca3cb5c0440_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-aadcbc74c386_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-277a92b25d03_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0822ec63e7f1_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a4640a3fb932_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7f79408cb4b1_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-849ac7c4f473_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f68e300449e3_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b92229bc0de9_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5cbce4354f1a_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-eba7cae20c3c_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ccd2f665116b_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a40bbba826e6_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b95bc1d5794b_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-96e4e6b5071c_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a2b8e8116eb2_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a5791361bede_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9267308f54c9_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-40a0c900bed4_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-38b8e4eb4117_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-39a5ac802355_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d9d02acfade1_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e0a9b36aa7e2_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3e5432b466c3_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6af45edd6f1c_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-431cf564ac73_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e061348d1062_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f3229a634402_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8615f61c8b94_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-26ac2b3b18dc_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d7dda6206f1e_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1c30087665dd_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d6225c5f3ba8_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1c5228790e41_6485d8d11526 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_f847c463bf3a {
   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_91fc2dc2dac1 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_71fbe96da42a {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_e3be56ece328 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_738387dbffae {
   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_8dd9dc15c42e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_dc725254de5b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_93a486190028 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_08e64e1fb83b {
   width: 1920px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/85eb8057-2ce5-4ada-8648-b8ad957b0fcf/4037:42.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_8176042dd6b7 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8176042dd6b7 {
   overflow: visible;
 }

 .text_b5fadc3979e7 {
   width: fit-content;
   z-index: 1;
   line-height: 79.2px;
   font-family: 'Epilogue';
 }

 .container_962c5e50da32 {
   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_a526ebaef951 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 500px;
   left: 0px;
   top: 90px;
 }

 .text_2e487364a188 {
   width: fit-content;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .container_25a6969d4782 {
   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_6bb5325e31e6 {
   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_6bb5325e31e6 {
   overflow: visible;
 }

 .container_05fe547d7975 {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 5731px;
   background: #ff3b00;
 }

 .text_f47acb974e46 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 5861px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-47bec0f14cc2_f47acb974e46 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-532c2357c7e6_f47acb974e46 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_4a991118ee0d {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5888px;
 }

 .imageview_4a991118ee0d img {
   width: 100%;
   height: 100%;
 }

 .text_59e85c6714d1 {
   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_14feafb5a319 {
   width: 645px;
   height: 653px;
   position: absolute !important;
   left: 1175px;
   top: 4720px;
   _scaling-factor: 0.5;
 }

 .imageview_14feafb5a319 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ecf357f3e6f5 {
   width: max-content;
   position: absolute !important;
   left: 1498px;
   top: 4611px;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .imageview_846cd379073f {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .imageview_846cd379073f img {
   width: 100%;
   height: 100%;
 }

 .viewport_c3c712f07caf {
   width: 1920px;
   height: 6049px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_f11c494bd639 {
   width: 195px;
   height: 131px;
   position: absolute !important;
   left: 146px;
   top: 1365px;
   _scaling-factor: 0.5;
 }

 .imageview_f11c494bd639 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_bd320fc9267a {
   width: 151px;
   height: 151px;
   position: absolute !important;
   left: 190px;
   top: 502px;
   _scaling-factor: 0.5;
 }

 .imageview_bd320fc9267a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a4cd64f1801e {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_c8b83b16aca0 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_2ef0dd082a25 {
   width: max-content;
   position: absolute !important;
   left: 85px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_77effc0ed0dc {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_090ca5a8a56b {
   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_f355c4ace8e4 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_f355c4ace8e4 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_f355c4ace8e4 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .text_6a7592cc3828 {
   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_6a7592cc3828 {
   overflow: visible;
 }

 .text-39433e351da8_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-870aca65e201_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-bd693803d282_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3488b4e5fa31_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-148f7b314b1a_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-fa335e69f92b_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6663e583a2f9_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-7dff53a39f5a_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3bed9270bbc8_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-85e1367ed18e_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-08f19f86cb02_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-eaaa6b1742bc_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8281eb75473b_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-c2fe8295d97e_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-d83e7173434d_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f26998d19fbf_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2a3ca83a12a5_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-977e4a40592f_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-44159a1d2cad_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-95df247e5377_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f774436d11d8_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6843b44f5c9a_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e6efcd400d97_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-46681d64d653_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-50e76c97dc83_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-6f43a2e65d01_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-9cc6f93e6c7e_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-8070a3a90908_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-a21951772da4_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-fa34654eb7a2_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-13847b2b2352_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-542c5db10950_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e793bc13a584_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3e4ead5baa46_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-14513d34813f_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f0abea7fe91c_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-34fd8c68b400_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b25f2156c134_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-287ed40bd410_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-eb3d11a33fe2_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-231fb0a8c8f9_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-afde4c852750_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-b2745a673321_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-834e9b2c1e19_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-e2a644167674_6a7592cc3828 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_87f6f8a1cf06 {
   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';
 }

 .imageview_319e8253a539 {
   width: 920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_319e8253a539 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d8ef35edef38 {
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.034334253812393deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_dfbc16faf002 {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_c2186ba9d9a3 {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 578px;
   top: 272px;
 }

 .container_bb4076207e59 {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   left: 827px;
   top: 0px;
 }

 .container_5daa557d1c9c {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 107px;
   left: 0px;
   top: 64px;
   background: url("https://cdn.yotako.io/85eb8057-2ce5-4ada-8648-b8ad957b0fcf/4075:84.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_14fbe937bbf6 {
   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_c8f219b0946b {
   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_eb01eb198b3b {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   left: 279.71px;
   top: 123.42px;
 }

 .text_7bb846655365 {
   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-acaf98bef1bc_7bb846655365 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-669a45b9937e_7bb846655365 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_9dcf67b92ca7 {
   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_d0d357e6908f {
   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_d0d357e6908f {
   overflow: visible;
 }

 .text_8d7a590de954 {
   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_07eba9688c60 {
   width: 41px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 40px;
 }

 .imageview_07eba9688c60 img {
   width: 100%;
   height: 100%;
 }

 .container_79c80fb5538e {
   position: relative !important;
   overflow: visible;
   width: 350px;
   height: 2411px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .text_78219c048640 {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-8f8ccb0fde60_78219c048640 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-3e215d405b8f_78219c048640 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_b8f9165b3996 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

 .imageview_b8f9165b3996 img {
   width: 100%;
   height: 100%;
 }

 .text_e7ee8f60b9c0 {
   width: fit-content;
   line-height: 13.02px;
   font-family: 'DM Sans';
 }

 .container_89a420155593 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e323e59db9ad {
   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_db72e1036b0f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_001baf501675 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 1;
   height: auto !important;
   _scaling-factor: 0.5;
 }

 .imageview_001baf501675 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0c5fd242b124 {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_0c5fd242b124 {
   overflow: visible;
 }

 .container_6163b4ac9545 {
   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_1f41810fabe2 {
   width: 559px;
   height: 850px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_1f41810fabe2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_64aa5fc825ff {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_64aa5fc825ff {
   overflow: visible;
 }

 .container_f84734dacf78 {
   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_bd5c57332a3b {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_4f5fe183d799 {
   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_4f5fe183d799 {
   overflow: visible;
 }

 .text-02251f90e67d_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0b32a2c1c57a_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4059edcf1332_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-02c61a5ec845_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6098c6fa0bfd_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-25476d1033df_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ac6cdfb92bac_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4412058db958_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3b9552cad2bf_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-51474da21edb_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-df9455d84999_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c89143ec2e0f_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-dfa223423e49_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9b33145424a7_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7481f1f77da5_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-48be74a21c5d_4f5fe183d799 {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_307b18f2955d {
   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_b67e45e5fab6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_158e52aec48e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_88e34dff302a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_3d96ab850851 {
   width: 1920px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/85eb8057-2ce5-4ada-8648-b8ad957b0fcf/4012:29.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_eef2011c5dd0 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eef2011c5dd0 {
   overflow: visible;
 }

 .text_ea3cf67a830c {
   width: 100%;
   min-width: 0;
   height: 237px;
   z-index: 1;
   line-height: 79.2px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ea3cf67a830c {
   overflow: visible;
 }

 .container_ff675f871935 {
   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_ea8b19717606 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 500px;
   left: 0px;
   top: 90px;
 }

 .text_ff84acb35321 {
   width: max-content;
   position: absolute !important;
   left: 1554px;
   top: 639px;
   line-height: 42px;
   text-align: justify;
   font-family: 'DM Sans';
 }

 .text_0cf6bcae7cff {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_139755f88466 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_d037047c63f6 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_a8437efccc6f {
   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_6a7371ff05d3 {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 4858px;
   background: #ff3b00;
 }

 .text_7aef85f7f974 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 4988px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-84f81173f617_7aef85f7f974 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-ac02ed1fe355_7aef85f7f974 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_7223d7c5d74b {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 5016px;
 }

 .imageview_7223d7c5d74b img {
   width: 100%;
   height: 100%;
 }

 .text_27646d6694db {
   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_5a8f8ca8ba44 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .imageview_5a8f8ca8ba44 img {
   width: 100%;
   height: 100%;
 }

 .viewport_58470fdfba47 {
   width: 1920px;
   height: 5176px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_ff271603c423 {
   width: 135px;
   height: 203px;
   position: absolute !important;
   left: 206px;
   top: 1491px;
   _scaling-factor: 0.5;
 }

 .imageview_ff271603c423 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4c89a7b9ce17 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_f0fad7d9060d {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_4e5e8df1b5db {
   width: max-content;
   position: absolute !important;
   left: 86px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .text_ef60cb8cd442 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 187px;
   line-height: 13.5px;
   font-family: 'Epilogue';
 }

 .line_d9490565452f {
   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_2a5b815aa345 {
   width: 60px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .container_wrapper_2a5b815aa345 {
   position: absolute !important;
   left: 9px;
   top: 20px;
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .container_nested_2a5b815aa345 {
   width: 60px;
   height: 25px;
   z-index: 1;
 }

 .imageview_077fc33bb20e {
   width: 150px;
   height: 150px;
   position: absolute !important;
   left: 190px;
   top: 661px;
   _scaling-factor: 0.5;
 }

 .imageview_077fc33bb20e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f70b4af118c7 {
   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_f70b4af118c7 {
   overflow: visible;
 }

 .text-f4effde34e37_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0dc95f52fd19_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-64fddc70d8c7_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-feba5c644b93_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-f56b5349c167_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-259734d32124_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-affe504d2768_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-2a92ae830f94_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-3a942bd24c56_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-917a9f49e24e_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0538b03b0abd_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0e6cc22dbc83_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-09a22b0d8ade_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-11e78d7bfbd4_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-4f6b3f8eb4dc_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text-0034ab31e4d7_f70b4af118c7 {
   line-height: 18px;
   font-family: 'DM Sans';
 }

 .text_418789a59741 {
   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';
 }

 .imageview_dd324be901d0 {
   width: 920px;
   height: 474px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_dd324be901d0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_91af9115170f {
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.034334253812393deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9eaaa0000b1b {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 0px;
   top: 0px;
 }

 .container_fd417f681924 {
   position: absolute !important;
   overflow: visible;
   width: 84.26px;
   height: 54.91px;
   z-index: 1;
   transform: rotate(9.03433425381239deg);
   transform-origin: 0 0;
   left: 578px;
   top: 272px;
 }

 .container_9cb2a82d33b3 {
   position: absolute !important;
   overflow: visible;
   width: 920px;
   height: 474px;
   left: 827px;
   top: 0px;
 }

 .container_5cd783d11aed {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 107px;
   left: 0px;
   top: 64px;
   background: url("https://cdn.yotako.io/85eb8057-2ce5-4ada-8648-b8ad957b0fcf/4075:27.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_58de64d5dd71 {
   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_f3333b1efc7c {
   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_709b1fffd63a {
   position: absolute !important;
   overflow: visible;
   width: 35.5px;
   height: 23.14px;
   z-index: 1;
   left: 279.71px;
   top: 123.42px;
 }

 .text_899630ba1f53 {
   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-e622512c11d6_899630ba1f53 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text-8713ed08820d_899630ba1f53 {
   line-height: 10.5px;
   font-family: 'Epilogue';
 }

 .text_d4474e9533f1 {
   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_e2e59b229c9e {
   width: 58px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 169px;
   top: 40.94px;
 }

 .imageview_e2e59b229c9e img {
   width: 100%;
   height: 100%;
 }

 .text_a123a7bef366 {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-98707b149255_a123a7bef366 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-50a20ce93903_a123a7bef366 {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_ee4d4388cd3a {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

 .imageview_ee4d4388cd3a img {
   width: 100%;
   height: 100%;
 }

 .text_54d9f51f292e {
   width: fit-content;
   line-height: 13.02px;
   font-family: 'DM Sans';
 }

 .container_9b38920e97b2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0661873c05ec {
   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_0668e88ba538 {
   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_0668e88ba538 {
   overflow: visible;
 }

 .text_e896909bb44f {
   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_557c72b39460 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2411px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .viewport_540b62e59195 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cced9b431e26 {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .imageview_2737429fcb8c {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .imageview_2737429fcb8c img {
   width: 100%;
   height: 100%;
 }

 .text_95dd18b196b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 35px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_108aae437c86 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_f430d4a14ee1 {
   padding: 15.85px 23.78px 15.85px 23.78px;
   width: 190.56px;
   height: 68.71px;
   position: absolute !important;
   left: 576px;
   top: 1845px;
   justify-content: center;
   align-items: center;
   gap: 0 39.63px;
   display: flex !important;
   flex-direction: row;
   background: #ff3b00;
   border-radius: 4.76px 4.76px 4.76px 4.76px;
 }

 .imageview_eaab84f9f7f6 {
   width: 564px;
   height: 354px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_eaab84f9f7f6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_5c073c74b5f6 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5c073c74b5f6 {
   overflow: visible;
 }

 .text_68690c55f8b7 {
   width: 100%;
   min-width: 0;
   height: 74px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_68690c55f8b7 {
   overflow: visible;
 }

 .line_01e03d0f3990 {
   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_471d3ddf595d {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_471d3ddf595d {
   overflow: visible;
 }

 .text-b4d37f1dd354_471d3ddf595d {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-e989c0a57aee_471d3ddf595d {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-dad1d47f75f1_471d3ddf595d {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .container_a084c6c423e1 {
   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_686340bde9fe {
   width: 564px;
   height: 354px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_686340bde9fe img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_b33bf4fb0e74 {
   width: 562px;
   height: 21px;
   position: absolute !important;
   left: 0px;
   top: 370px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b33bf4fb0e74 {
   overflow: visible;
 }

 .text_5b3531711288 {
   width: 562px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: 407px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5b3531711288 {
   overflow: visible;
 }

 .line_fd5a0fc64d48 {
   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_a5b236fa48bf {
   width: 562px;
   height: 21px;
   position: absolute !important;
   left: 0px;
   top: 513px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a5b236fa48bf {
   overflow: visible;
 }

 .text-28b0289e8376_a5b236fa48bf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-9821a1da9186_a5b236fa48bf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-df4a0da20d3b_a5b236fa48bf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .container_484377478a47 {
   position: relative !important;
   overflow: visible;
   width: 562px;
   height: 534px;
   flex-shrink: 0;
 }

 .container_wrapper_484377478a47 {
   position: relative !important;
   overflow: visible;
   width: 562px;
   height: 534px;
   flex-shrink: 0;
 }

 .container_nested_484377478a47 {
   width: 562px;
   height: 534px;
 }

 .imageview_d04c73566973 {
   width: 560px;
   height: 352px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_d04c73566973 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_104bf0e18b68 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_104bf0e18b68 {
   overflow: visible;
 }

 .text_144f7f486c9e {
   width: 100%;
   min-width: 0;
   height: 37px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_144f7f486c9e {
   overflow: visible;
 }

 .line_7cdc00b15f58 {
   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_a088715d0a71 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a088715d0a71 {
   overflow: visible;
 }

 .text-02f2b89251a5_a088715d0a71 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-63ef555c4d51_a088715d0a71 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-bd5189130014_a088715d0a71 {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .container_f9ce92d57d45 {
   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_a09485ecf324 {
   width: 560px;
   height: 353px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_a09485ecf324 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ec0aa6b6d5e5 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ec0aa6b6d5e5 {
   overflow: visible;
 }

 .text_48509b2653b6 {
   width: 100%;
   min-width: 0;
   height: 37px;
   line-height: 36.9px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_48509b2653b6 {
   overflow: visible;
 }

 .line_d0ff1985e7ca {
   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_272c39173ebf {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 20.5px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_272c39173ebf {
   overflow: visible;
 }

 .text-ff26dc55ae09_272c39173ebf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-086e18ba391e_272c39173ebf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .text-d38eb3b3c701_272c39173ebf {
   line-height: 20.5px;
   font-family: 'Epilogue';
 }

 .container_9811d0b246fb {
   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_d84b5d348b7a {
   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_14296c8706e2 {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_a138e4038d67 {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_7a82fe9d114c {
   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_00b8debe4eed {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 276px;
   top: 134px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .container_d87615ebc417 {
   position: absolute !important;
   overflow: visible;
   width: 412px;
   height: 170px;
   z-index: 2;
   left: 100px;
   top: -11px;
 }

 .text_e10bedad2c6e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 35px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .imageview_e47326ad0ceb {
   width: 101px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 1691px;
   top: 66px;
 }

 .imageview_e47326ad0ceb img {
   width: 100%;
   height: 100%;
 }

 .viewport_19aae0d33ad0 {
   width: 1920px;
   height: 1314px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6844e7474ea9 {
   width: 268px;
   height: 266px;
   position: absolute !important;
   left: 41px;
   top: 226px;
   _scaling-factor: 0.5;
 }

 .imageview_6844e7474ea9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_06b1aaf060a2 {
   width: 350px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_b8e6a33cff06 {
   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_d2a377624929 {
   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_1db1461087bb {
   width: 56px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 236px;
   top: 41px;
 }

 .imageview_1db1461087bb img {
   width: 100%;
   height: 100%;
 }

 .imageview_c7ad828b07ff {
   width: 60px;
   height: 25.03px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 20px;
 }

 .imageview_c7ad828b07ff img {
   width: 100%;
   height: 100%;
 }

 .text_c13ad2759974 {
   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_dbbf4318d332 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 101px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_dbbf4318d332 {
   overflow: visible;
 }

 .text-b31f2ed0af08_dbbf4318d332 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-9387df550db5_dbbf4318d332 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-656c35873b43_dbbf4318d332 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_8f58a862ed59 {
   width: 320px;
   height: 44px;
   position: absolute !important;
   left: 30px;
   top: 133px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8f58a862ed59 {
   overflow: visible;
 }

 .imageview_080a120a7410 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 182.75px;
 }

 .imageview_080a120a7410 img {
   width: 100%;
   height: 100%;
 }

 .text_36374bae3cf3 {
   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_3826baf8355c {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 30px;
   top: 538px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3826baf8355c {
   overflow: visible;
 }

 .text-c39a53544e20_3826baf8355c {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-ef0d22fcc482_3826baf8355c {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_579210317908 {
   width: 262px;
   height: 44px;
   position: absolute !important;
   left: 30px;
   top: 570px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_579210317908 {
   overflow: visible;
 }

 .imageview_59beaba26755 {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 30px;
   top: 619.75px;
 }

 .imageview_59beaba26755 img {
   width: 100%;
   height: 100%;
 }

 .text_994f17a3b987 {
   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_d845f31ac08f {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 39px;
   top: 665px;
   _scaling-factor: 0.5;
 }

 .imageview_d845f31ac08f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_cd0d6f5dba17 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 39px;
   top: 974px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cd0d6f5dba17 {
   overflow: visible;
 }

 .text-92428572d446_cd0d6f5dba17 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-b1bec27feeac_cd0d6f5dba17 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-f64a767cfe39_cd0d6f5dba17 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_f213536a09c3 {
   width: 320px;
   height: 22px;
   position: absolute !important;
   left: 39px;
   top: 1006px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f213536a09c3 {
   overflow: visible;
 }

 .imageview_1d3e85cbfe8c {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 39px;
   top: 1032.75px;
 }

 .imageview_1d3e85cbfe8c img {
   width: 100%;
   height: 100%;
 }

 .text_cbccccd27cbf {
   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_0bb38c3e883e {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 41px;
   top: 1097px;
   _scaling-factor: 0.5;
 }

 .imageview_0bb38c3e883e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c41a9e4b6609 {
   width: 365px;
   height: 18px;
   position: absolute !important;
   left: 46px;
   top: 1410px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c41a9e4b6609 {
   overflow: visible;
 }

 .text-01beb1b7ca19_c41a9e4b6609 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-032aec52b642_c41a9e4b6609 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text-841ed9b4c6d4_c41a9e4b6609 {
   line-height: 18px;
   font-family: 'Epilogue';
 }

 .text_4f418b278b50 {
   width: 320px;
   height: 22px;
   position: absolute !important;
   left: 46px;
   top: 1442px;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4f418b278b50 {
   overflow: visible;
 }

 .imageview_b1b617e411ba {
   width: 255px;
   height: 1px;
   position: absolute !important;
   left: 46px;
   top: 1468.75px;
 }

 .imageview_b1b617e411ba img {
   width: 100%;
   height: 100%;
 }

 .text_68fc42af66a8 {
   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_a47731cda4ec {
   width: 268px;
   height: 264px;
   position: absolute !important;
   left: 39px;
   top: 1517px;
   _scaling-factor: 0.5;
 }

 .imageview_a47731cda4ec img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3009cc6943a3 {
   width: 85px;
   height: 350px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 350px;
   top: 1911px;
   background: #ff3b00;
 }

 .text_f5710d98c0f8 {
   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_628045191bab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1944px;
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-dd507d75f844_628045191bab {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .text-d157837fb3e6_628045191bab {
   line-height: 19.5px;
   font-family: 'Epilogue';
 }

 .imageview_a7b81698bd14 {
   width: 12px;
   height: 10.63px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 1950.8px;
 }

 .imageview_a7b81698bd14 img {
   width: 100%;
   height: 100%;
 }

 .viewport_6a29a2e0fccb {
   width: 350px;
   height: 1996px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_f3a15626f35f {
   width: 1920px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/85eb8057-2ce5-4ada-8648-b8ad957b0fcf/4186:136.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_c9088d817487 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 500px;
   left: 0px;
   top: 90px;
   background: #ffffff;
 }

 .imageview_8de44b863ab8 {
   width: 850px;
   height: 851px;
   position: absolute !important;
   left: 970px;
   top: 2335px;
   _scaling-factor: 0.5;
   opacity: 0.6000000238418579;
 }

 .imageview_8de44b863ab8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4f29f875b994 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6740947075208914;
   height: auto !important;
   _scaling-factor: 0.5;
 }

 .imageview_4f29f875b994 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_37f7e8d178c0 {
   width: 100%;
   min-width: 0;
   height: 38px;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_37f7e8d178c0 {
   overflow: visible;
 }

 .container_f53bbbe21eef {
   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_466c7a9cd3eb {
   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;
   opacity: 0.5;
 }

 .container_f8afb38e236f {
   width: 1920px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3e4323;
 }

 .text_628b9b7130ef {
   width: 850px;
   height: 5400px;
   z-index: 1;
   position: absolute !important;
   left: 390px;
   top: 760px;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_628b9b7130ef {
   overflow: visible;
 }

 .text-4563f51a5e5c_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-18f8b787fb34_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-eba8f0d529fb_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-874d1b3c1149_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c07a08af3a3d_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8214fbeb71f6_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3316cf14e7d4_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e2b05bbae726_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c74dd9907ca2_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4d143226408f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7b8b3af2bbcc_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f6e2a9bc6918_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-34cff595b271_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-aee3b7c8f4ae_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-87d6f80b4f52_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f58888f4ec26_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-aa4e8d693ab8_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-001caf00dd55_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-997ca49722b1_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-33c2b2209dc3_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0a48468eebe2_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-cc93dfa10941_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-32e408a4f4bb_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-25d403fe24ee_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e8d9f3cc5dbf_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-92a462dd1fb2_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e208d7cfe2bc_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ea43fbecacd0_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a3ffb14c4f14_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c48045062af9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-04531a017174_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-7fe441070c2f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-12359478466b_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1559f0db2364_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d361b5b7b24b_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2ddef0d388a4_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-cbdb47ab92e4_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-14e224b37262_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a50e0ac72b7f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a66a9468837e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a88f4a938ef6_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d90a73a552f9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-254fa5d63301_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8294eee7833c_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f8f1f6bbbf63_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a84391d9e922_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c7b9861db8fc_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1971abe63b52_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2ccc9493f80c_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ff0675cf54e8_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ec1c154deab7_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-16dafa2940f4_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8c28b6f7f1e1_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e6bd49b405d8_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-b4059138d5cb_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-58862001c0a9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-75109ea089ba_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e80e94aa64b8_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-54cb62507456_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-cb2214f78c2f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-56966b20e58e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6e46ff9e4e89_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a4fef1c675db_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ce21578f1b87_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-77aeae2594bf_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-937c389d1f44_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4f7328a99303_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-31dd282f82e5_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0a4c17d00969_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c5195f730c1e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c89838c0fbca_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fb16dc11a915_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2a9e018e21d1_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-eea9dc8f8dbf_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4d12ffa0e816_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-011ead4259fc_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-85d1c0dfaf2f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4c025af87698_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-eafcd9052dba_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-267b72099bdb_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-906169fb7a85_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-6435b062f016_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-08e619d38408_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-c170161ab615_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3bd2896cc6d5_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-06a66e3c9c12_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0a9831330bc8_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9c03599a8984_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-3396f553123e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-fc69c2910594_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-266ecbad3fb7_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-0f7b445d834e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-4b23d41344d6_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-a6bc284f9d80_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d0d7ade3fe5d_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-71001946a473_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-caed4796b243_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-748735968e23_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5802cb7532f3_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-f0112c8229a9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-1b9b558f3a3e_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-69a250fb8608_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-75efae06975a_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-58c536f5cd44_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-e14e877f44b7_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-02b3193626f9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-8483a753aca1_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-d43a9039cd08_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-9f6de708c7a9_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-38602ed1c796_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-079db2bd8cfe_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ea8f7d335bd5_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-5279d063d51f_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-ea2e24d9b98b_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .text-2978fdef3936_628b9b7130ef {
   line-height: 45px;
   font-family: 'DM Sans';
 }

 .line_8008586cca60 {
   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_36bafbbadda4 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_dea1d94f42c1 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_beac11845b8d {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_e434094fc0dc {
   width: 365px;
   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_264a96509939 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1143px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_739a66130289 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1380px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_c171366e3b3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1691px;
   top: 31px;
   line-height: 36px;
   font-family: 'Epilogue';
 }

 .text_acf5ce0abfa0 {
   width: fit-content;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-de0f7a7c10e9_acf5ce0abfa0 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-cce13da26a17_acf5ce0abfa0 {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .container_be8d46ebcea8 {
   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_4377297ab837 {
   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_4377297ab837 {
   overflow: visible;
 }

 .container_e26c471879af {
   width: 318px;
   height: 1920px;
   transform: rotate(90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 6878px;
   background: #ff3b00;
 }

 .text_fd8723a1a742 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 7008px;
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-47c8f3684aa6_fd8723a1a742 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .text-ee729c2bffc6_fd8723a1a742 {
   line-height: 75.22px;
   font-family: 'Epilogue';
 }

 .imageview_08ddde0ef064 {
   width: 29px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 1519px;
   top: 7035px;
 }

 .imageview_08ddde0ef064 img {
   width: 100%;
   height: 100%;
 }

 .text_abf499b33aa6 {
   width: 258px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1562px;
   top: 7026px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.66px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .imageview_5bc0447dd436 {
   width: 645px;
   height: 653px;
   z-index: 2;
   position: absolute !important;
   left: 1175px;
   top: 6122px;
   _scaling-factor: 0.5;
 }

 .imageview_5bc0447dd436 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_614445cddc2e {
   width: max-content;
   position: absolute !important;
   left: 1472px;
   top: 6013px;
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-e4b47ef3aa4c_614445cddc2e {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .text-0a73fecb8853_614445cddc2e {
   line-height: 42px;
   font-family: 'DM Sans';
 }

 .imageview_fc470c9175c3 {
   width: 141px;
   height: 58.81px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 17.13px;
 }

 .imageview_fc470c9175c3 img {
   width: 100%;
   height: 100%;
 }

 .text_2f52b1db7634 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2f52b1db7634 {
   overflow: visible;
 }

 .container_a7a37da1e784 {
   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_ea035e70c0ba {
   height: 108px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_ea035e70c0ba {
   overflow: visible;
 }

 .text-5df163df1725_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-68eef567a2c8_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-aa8b147eb7d1_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-c92053cd9a56_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2ba498e16b2b_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-67e4c14ea6b0_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-f1bd79048b3a_ea035e70c0ba {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_d801b1438d8c {
   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_4913c4843f35 {
   height: 189px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_4913c4843f35 {
   overflow: visible;
 }

 .text-f8fd329f0913_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-214bea902f2c_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2d92b533d07b_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-6b4b98e1dab2_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-d3ad6009102d_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-c226b762642b_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-68cbd2b7011d_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-835808560d9f_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-d926ff717006_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-793a177f058c_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-c7685163dd48_4913c4843f35 {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_22f1eccc6acd {
   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_456a96eaedbf {
   height: 135px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_456a96eaedbf {
   overflow: visible;
 }

 .text-0062608228e8_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-a89a804520d1_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-bf1e6b111fe5_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-82037f5bc2a0_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-2995138a7f77_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-bf6c1d4c9784_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-17f281ffca86_456a96eaedbf {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_ff2669f4fe4f {
   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_567619ededdb {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'DM Sans';
 }

 .text_autoheight_567619ededdb {
   overflow: visible;
 }

 .text-8bca3473f63a_567619ededdb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .text-7510bb5df8d6_567619ededdb {
   line-height: 27px;
   font-family: 'DM Sans';
 }

 .container_4e8da3291033 {
   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_417ce9e511bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b6e7ea0c03a {
   width: 447px;
   height: 641px;
   position: absolute !important;
   left: 1373px;
   top: 5286px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_543df61f799b {
   width: 1138px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 171px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_543df61f799b {
   overflow: visible;
 }

 .text_1056c341c6f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 226px;
   line-height: 79.2px;
   font-family: 'Epilogue';
 }

 .viewport_b636768ed92d {
   width: 1920px;
   height: 7196px;
   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;
   }
 }