 /*
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://amplitude.yotako.io/google?family=Barlow:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto&display=swap");
 @import url("https://amplitude.yotako.io/google?family=Barlow+Condensed: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_e94151b690bf {
   width: 1920px;
   height: 1228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_28db4cc42bfe {
   width: 156.58px;
   height: 94.3px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 36px;
 }

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

 .container_897382372f7e {
   width: 720px;
   height: 212px;
   z-index: 1;
   position: absolute !important;
   left: 312px;
   top: 393px;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
   opacity: 0.30000001192092896;
 }

 .text_c42eb7a9a69c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 347px;
   top: 458px;
   line-height: 47.04px;
   font-family: 'Barlow';
 }

 .text_4c4d13197370 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 350px;
   top: 429.37px;
   line-height: 19.2px;
   font-family: 'Barlow';
 }

 .text_3f3fb24cbf44 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 20px;
   top: 11px;
   line-height: 19.2px;
   font-family: 'Barlow';
 }

 .container_2de86bdcc588 {
   position: absolute !important;
   overflow: visible;
   width: 79px;
   height: 41px;
   z-index: 4;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 350.31px;
   top: 374.76px;
   background: #194d9c;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_wrapper_2de86bdcc588 {
   position: absolute !important;
   overflow: visible;
   left: 350.31px;
   top: 374.76px;
   width: 79px;
   height: 41px;
   z-index: 4;
 }

 .container_nested_2de86bdcc588 {
   width: 79px;
   height: 41px;
   z-index: 4;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: center;
   background: #194d9c;
   border-radius: 15px 15px 15px 15px;
   filter: drop-shadow(3px 3px 0px #00000040);
 }

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

 .imageview_e63b40067a08 {
   width: 21.5px;
   height: 21.5px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_da66837b165b {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 4;
   position: absolute !important;
   left: 346px;
   top: 580px;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_da66837b165b {
   position: absolute !important;
   left: 346px;
   top: 580px;
   width: 199px;
   height: 60px;
   z-index: 4;
 }

 .container_nested_da66837b165b {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 4;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .imageview_8d4d719d37fd {
   width: 576px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 350px;
   top: 719px;
 }

 .imageview_8d4d719d37fd img {
   position: absolute;
   width: 585.5px !important;
   height: 27.0px !important;
   max-width: none !important;
   left: -9.5px;
   top: -13.5px;
 }

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

 .imageview_49234caa618c {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 1635px;
   top: 457px;
 }

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

 .imageview_6417fcac712d {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 199px;
   top: 457px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

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

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

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

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

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

 .imageview_9e14db3d3e7f {
   width: 30px;
   height: 29px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .line_e60805beb4c6 {
   width: 1px;
   height: 26px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: vertical;
   background: #ffffff;
 }

 .imageview_73408641fa8a {
   width: 26.35px;
   height: 29.28px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_73408641fa8a img {
   position: absolute;
   width: 28.4px !important;
   height: 31.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .line_0a84a2337d5a {
   width: 1px;
   height: 26px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: vertical;
   background: #ffffff;
 }

 .container_8ba84ca3ae7d {
   width: 71px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_c5ea6768c5ca {
   width: 33px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 3px;
   top: 2px;
   background: #194d9c;
   border-radius: 14px 14px 14px 14px;
 }

 .text_9a6351b653da {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 9px;
   top: 3px;
   line-height: 20.61px;
   font-family: 'Roboto';
 }

 .text_08bfd089984d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 41px;
   top: 3px;
   line-height: 20.61px;
   font-family: 'Roboto';
 }

 .container_080f8803550a {
   position: relative !important;
   overflow: visible;
   width: 71px;
   height: 28px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 14px 14px 14px 14px;
 }

 .container_7f5a1c857e48 {
   width: 1232px;
   height: 29.28px;
   z-index: 3;
   position: absolute !important;
   left: 302px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3f55802351f6 {
   position: absolute !important;
   overflow: visible;
   width: 1537px;
   height: 931px;
   z-index: 3;
   left: 193px;
   top: 63px;
 }

 .container_0963903ae78b {
   width: 534.85px;
   height: 121.28px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #194d9c;
   border-radius: 39px 39px 39px 39px;
   box-shadow: 4px 4px 0px #00000038;
 }

 .text_7e02bf544493 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 18px;
   line-height: 86.4px;
   font-family: 'Barlow Condensed';
 }

 .container_d0482c6fa9b1 {
   position: absolute !important;
   overflow: visible;
   width: 534.85px;
   height: 121.28px;
   z-index: 1;
   left: 192px;
   top: 1167px;
   border-radius: 39px 39px 39px 39px;
 }

 .container_3d10137da090 {
   width: 366px;
   height: 523px;
   z-index: 2;
   position: absolute !important;
   left: 1007px;
   top: 223px;
   background: #f5f5f5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_1f744ba4ff84 {
   width: 314px;
   height: 392px;
   z-index: 4;
   position: absolute !important;
   left: 1033px;
   top: 249px;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_6548ad7ef607 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1035px;
   top: 662px;
   line-height: 24px;
   font-family: 'Barlow Condensed';
 }

 .text_4b53df72b285 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 1035px;
   top: 685px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_7ec1f324c800 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1033px;
   top: 759px;
   line-height: 28px;
   font-family: 'Barlow Condensed';
 }

 .text_eced5e33f30c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 9px;
   line-height: 20px;
   font-family: 'Barlow Condensed';
 }

 .container_114c4e40d354 {
   position: absolute !important;
   overflow: visible;
   width: 98.28px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 990px;
   top: 282.11px;
   background: #8ec41c;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_wrapper_114c4e40d354 {
   position: absolute !important;
   overflow: visible;
   left: 990px;
   top: 282.11px;
   width: 98.28px;
   height: 41px;
   z-index: 3;
 }

 .container_nested_114c4e40d354 {
   width: 98.28px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: center;
   background: #8ec41c;
   border-radius: 15px 15px 15px 15px;
   filter: drop-shadow(3px 3px 0px #00000040);
 }

 .container_bb4cde5a5ced {
   width: 366px;
   height: 523px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_3b00cb3014a5 {
   width: 314px;
   height: 392px;
   z-index: 4;
   position: absolute !important;
   left: 43px;
   top: 26px;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_a7e2fc0b0208 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 45px;
   top: 439px;
   line-height: 24px;
   font-family: 'Barlow Condensed';
 }

 .text_ae83344f0892 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 45px;
   top: 462px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_65ab3f0d6b09 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 536px;
   line-height: 28px;
   font-family: 'Barlow Condensed';
 }

 .text_3320d4172d69 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 9px;
   line-height: 20px;
   font-family: 'Barlow Condensed';
 }

 .container_c027199c2cc9 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 0px;
   top: 59.11px;
   background: #1ca5ea;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_wrapper_c027199c2cc9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 59.11px;
   width: 89px;
   height: 41px;
   z-index: 3;
 }

 .container_nested_c027199c2cc9 {
   width: 89px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: center;
   background: #1ca5ea;
   border-radius: 15px 15px 15px 15px;
   filter: drop-shadow(3px 3px 0px #00000040);
 }

 .container_f6715f3b165b {
   position: absolute !important;
   overflow: visible;
   width: 383px;
   height: 592px;
   z-index: 2;
   left: 210px;
   top: 223px;
 }

 .container_c2418555bff5 {
   width: 366px;
   height: 523px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_353751e3a292 {
   width: 314px;
   height: 392px;
   z-index: 4;
   position: absolute !important;
   left: 43px;
   top: 26px;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_e5e097435807 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 45px;
   top: 439px;
   line-height: 24px;
   font-family: 'Barlow Condensed';
 }

 .text_a6e088057f82 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 45px;
   top: 462px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_8ac2903c92e1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 536px;
   line-height: 28px;
   font-family: 'Barlow Condensed';
 }

 .text_34be16e3c805 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 9px;
   line-height: 20px;
   font-family: 'Barlow Condensed';
 }

 .container_76f2b886ab4e {
   position: absolute !important;
   overflow: visible;
   width: 77.79px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 0px;
   top: 59.11px;
   background: #194d9c;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_fa38c7ac8612 {
   position: absolute !important;
   overflow: visible;
   width: 383px;
   height: 592px;
   z-index: 2;
   left: 1380px;
   top: 223px;
 }

 .container_8ac3778a0073 {
   width: 366px;
   height: 523px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_b00db311e870 {
   width: 314px;
   height: 392px;
   z-index: 4;
   position: absolute !important;
   left: 43px;
   top: 26px;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_0f424f025034 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 45px;
   top: 439px;
   line-height: 24px;
   font-family: 'Barlow Condensed';
 }

 .text_0a89cc3a0600 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 45px;
   top: 462px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_7cf1273a767c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 536px;
   line-height: 28px;
   font-family: 'Barlow Condensed';
 }

 .text_69df9cea0707 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 9px;
   line-height: 20px;
   font-family: 'Barlow Condensed';
 }

 .container_1a9231978eec {
   position: absolute !important;
   overflow: visible;
   width: 106.55px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 0px;
   top: 59.11px;
   background: #783491;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_362f6fb71820 {
   position: absolute !important;
   overflow: visible;
   width: 383px;
   height: 592px;
   z-index: 2;
   left: 600px;
   top: 223px;
 }

 .container_36faa82258ca {
   width: 366px;
   height: 523px;
   z-index: 2;
   position: absolute !important;
   left: 1787px;
   top: 223px;
   background: #f5f5f5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_0d992eab870b {
   width: 314px;
   height: 392px;
   z-index: 4;
   position: absolute !important;
   left: 1813px;
   top: 249px;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_4fe85b3bba24 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1815px;
   top: 662px;
   line-height: 24px;
   font-family: 'Barlow Condensed';
 }

 .text_36b07a97ad2a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 1815px;
   top: 685px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_4d5d62558ce2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1813px;
   top: 759px;
   line-height: 28px;
   font-family: 'Barlow Condensed';
 }

 .text_d1c1a98cdca4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 9px;
   line-height: 20px;
   font-family: 'Barlow Condensed';
 }

 .container_3d595a61a7f1 {
   position: absolute !important;
   overflow: visible;
   width: 143.29px;
   height: 41px;
   z-index: 3;
   transform: rotate(-1.9999999065344158deg);
   transform-origin: 0 0;
   left: 1770px;
   top: 282.11px;
   background: #e32d4d;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 3px 3px 0px #00000040;
 }

 .container_ab489b570fa3 {
   position: absolute !important;
   width: 1955px;
   height: 1000px;
   z-index: 2;
   left: -35px;
   top: 1268px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_979b2cefbddd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 30px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

 .text_ad03fcf1130a {
   width: fit-content;
   z-index: 3;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .imageview_f22eed21925a {
   width: 19px;
   height: 9.99px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f22eed21925a img {
   position: absolute;
   width: 21.9px !important;
   height: 12.0px !important;
   max-width: none !important;
   left: -1.4px;
   top: -1.4px;
 }

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

 .container_ca17d84d4225 {
   padding: 25px 40px 25px 30px;
   width: 366px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_ca17d84d4225 {
   position: absolute !important;
   left: 0px;
   top: 54px;
   width: 366px;
   height: 80px;
   z-index: 3;
 }

 .container_nested_ca17d84d4225 {
   padding: 25px 40px 25px 30px;
   width: 366px;
   height: 80px;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 50px 50px 50px 50px;
 }

 .container_2021a38c4f73 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 134px;
   z-index: 3;
   left: 1362px;
   top: 1301px;
   border-radius: 50px 50px 50px 50px;
 }

 .text_714409bb69ff {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 29px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

 .text_0e41125c76ad {
   width: fit-content;
   z-index: 3;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .imageview_a3a542a53cb1 {
   width: 19px;
   height: 9.99px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a3a542a53cb1 img {
   position: absolute;
   width: 21.9px !important;
   height: 12.0px !important;
   max-width: none !important;
   left: -1.4px;
   top: -1.4px;
 }

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

 .container_7db81320ba8b {
   padding: 25px 40px 25px 29px;
   width: 366px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_7db81320ba8b {
   position: absolute !important;
   left: 0px;
   top: 54px;
   width: 366px;
   height: 80px;
   z-index: 3;
 }

 .container_nested_7db81320ba8b {
   padding: 25px 40px 25px 29px;
   width: 366px;
   height: 80px;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 50px 50px 50px 50px;
 }

 .container_152ff8d1903f {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 134px;
   z-index: 3;
   left: 975px;
   top: 1301px;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_d09e312cecf2 {
   width: 185px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 1543px;
   top: 2149px;
 }

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

 .imageview_8eaafe7d1932 {
   width: 80px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 816px;
   top: 1355px;
 }

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

 .imageview_199056e07966 {
   width: 80px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 192px;
   top: 1355px;
 }

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

 .container_a949ffc402d5 {
   width: 496px;
   height: 80px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 50px 50px 50px 50px;
 }

 .text_6b61212ad294 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 128px;
   top: 18px;
   line-height: 43.2px;
   font-family: 'Barlow Condensed';
 }

 .imageview_df27d33ecb25 {
   width: 52px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 14px;
 }

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

 .imageview_8c1b79a4b1e5 {
   width: 28.5px;
   height: 31.67px;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 23px;
 }

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

 .container_e2c1a691b86c {
   position: absolute !important;
   overflow: visible;
   width: 496px;
   height: 80px;
   z-index: 3;
   left: 296px;
   top: 1355px;
 }

 .container_wrapper_e2c1a691b86c {
   position: absolute !important;
   overflow: visible;
   left: 296px;
   top: 1355px;
   width: 496px;
   height: 80px;
   z-index: 3;
 }

 .container_nested_e2c1a691b86c {
   width: 496px;
   height: 80px;
   z-index: 3;
 }

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

 .container_754e66c9f3bf {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: 195px;
   top: 2159px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_754e66c9f3bf {
   position: absolute !important;
   left: 195px;
   top: 2159px;
   width: 199px;
   height: 60px;
   z-index: 3;
 }

 .container_nested_754e66c9f3bf {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .imageview_7806eb84b726 {
   width: 1921px;
   height: 755px;
   position: absolute !important;
   left: 0px;
   top: 2326px;
   mix-blend-mode: exclusion;
   opacity: 0.10000000149011612;
 }

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

 .imageview_d168b151ee12 {
   width: 763px;
   height: 513px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 2434.46px;
 }

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

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

 .container_034de08a566a {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 298px;
   top: 2909px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_034de08a566a {
   position: absolute !important;
   left: 298px;
   top: 2909px;
   width: 199px;
   height: 60px;
   z-index: 2;
 }

 .container_nested_034de08a566a {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .imageview_042536842620 {
   width: 763px;
   height: 513px;
   z-index: 1;
   position: absolute !important;
   left: 965px;
   top: 2434.46px;
 }

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

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

 .container_b4a2d2934633 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 1071px;
   top: 2909px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_b4a2d2934633 {
   position: absolute !important;
   left: 1071px;
   top: 2909px;
   width: 199px;
   height: 60px;
   z-index: 2;
 }

 .container_nested_b4a2d2934633 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_6ee17fec10ef {
   width: 474.87px;
   height: 120.24px;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #194d9c;
   border-radius: 39px 39px 39px 39px;
   box-shadow: 4px 4px 0px #00000038;
 }

 .text_602b68a7519d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 16.95px;
   line-height: 86.4px;
   font-family: 'Barlow Condensed';
 }

 .container_f4728f5ca719 {
   position: absolute !important;
   overflow: visible;
   width: 474.87px;
   height: 120.24px;
   left: 192px;
   top: 3159.05px;
   border-radius: 39px 39px 39px 39px;
 }

 .imageview_d330a4e10979 {
   width: 761px;
   height: 439px;
   position: absolute !important;
   left: 13.42px;
   top: 0px;
 }

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

 .imageview_b5a8f93a5812 {
   width: 44.28px;
   height: 54.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b5a8f93a5812 img {
   position: absolute;
   width: 44.3px !important;
   height: 54.2px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(0.999999946548801deg);
   transform-origin: center;
 }

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

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

 .container_22c55fbfcfab {
   padding: 5px 22px 5px 22px;
   width: 269.48px;
   height: 91.66px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 130.06px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #194d9c;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 3px 5px 0px #00000040;
 }

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

 .container_902fdd0258f6 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 78.74px;
   top: 403.39px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_902fdd0258f6 {
   position: absolute !important;
   left: 78.74px;
   top: 403.39px;
   width: 199px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_902fdd0258f6 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_acc0ec6f63a0 {
   position: relative !important;
   overflow: visible;
   width: 774.74px;
   height: 463.39px;
   flex-shrink: 0;
 }

 .imageview_096c8ce1e1b5 {
   width: 761px;
   height: 439px;
   position: absolute !important;
   left: 13.42px;
   top: 0px;
 }

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

 .imageview_1794ddafcbcb {
   width: 44.28px;
   height: 54.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1794ddafcbcb img {
   position: absolute;
   width: 44.3px !important;
   height: 54.2px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(0.999999946548801deg);
   transform-origin: center;
 }

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

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

 .container_df827fd7df37 {
   padding: 5px 22px 5px 22px;
   width: 299.94px;
   height: 92.2px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 129.53px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #194d9c;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 3px 5px 0px #00000040;
 }

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

 .container_0e45975c4e1f {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 78.74px;
   top: 403.39px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_0e45975c4e1f {
   position: absolute !important;
   left: 78.74px;
   top: 403.39px;
   width: 199px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_0e45975c4e1f {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_b795c487b134 {
   position: relative !important;
   overflow: visible;
   width: 774.74px;
   height: 463.39px;
   flex-shrink: 0;
 }

 .imageview_39f5fc06560f {
   width: 494px;
   height: 439px;
   position: absolute !important;
   left: 14px;
   top: 0px;
 }

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

 .imageview_6426f692022e {
   width: 44.28px;
   height: 54.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_6426f692022e img {
   position: absolute;
   width: 44.3px !important;
   height: 54.2px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(0.999999946548801deg);
   transform-origin: center;
 }

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

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

 .container_e698561bdf03 {
   padding: 5px 22px 5px 22px;
   width: 429.69px;
   height: 94.46px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 127.27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #194d9c;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 3px 5px 0px #00000040;
 }

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

 .container_759532583a1c {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_759532583a1c {
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   width: 199px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_759532583a1c {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_f4ab9624e42f {
   position: relative !important;
   overflow: visible;
   width: 508px;
   height: 463.39px;
   flex-shrink: 0;
 }

 .imageview_f7490c08a354 {
   width: 494px;
   height: 439px;
   position: absolute !important;
   left: 14px;
   top: 0px;
 }

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

 .imageview_aef8e3e28b04 {
   width: 44.28px;
   height: 54.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_aef8e3e28b04 img {
   position: absolute;
   width: 44.3px !important;
   height: 54.2px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(0.999999946548801deg);
   transform-origin: center;
 }

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

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

 .container_3f2da2e72456 {
   padding: 5px 22px 5px 22px;
   width: 249.77px;
   height: 91.32px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 130.41px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #194d9c;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 3px 5px 0px #00000040;
 }

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

 .container_33978ec35f70 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_33978ec35f70 {
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   width: 199px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_33978ec35f70 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_c22f347ba816 {
   position: relative !important;
   overflow: visible;
   width: 508px;
   height: 463.39px;
   flex-shrink: 0;
 }

 .imageview_e55a3ead3065 {
   width: 494px;
   height: 439px;
   position: absolute !important;
   left: 14px;
   top: 0px;
 }

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

 .imageview_a749714e3cc1 {
   width: 44.28px;
   height: 54.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a749714e3cc1 img {
   position: absolute;
   width: 44.3px !important;
   height: 54.2px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(0.999999946548801deg);
   transform-origin: center;
 }

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

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

 .container_f9307e4a3735 {
   padding: 5px 22px 5px 22px;
   width: 329.79px;
   height: 92.72px;
   z-index: 1;
   transform: rotate(-0.999999946548801deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 129.01px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #194d9c;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 3px 5px 0px #00000040;
 }

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

 .container_72ad853bf618 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_72ad853bf618 {
   position: absolute !important;
   left: 54px;
   top: 403.39px;
   width: 199px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_72ad853bf618 {
   padding: 19px 22px 19px 22px;
   width: 199px;
   height: 60px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 30px 30px 30px 30px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .container_1fc8b86a2291 {
   position: relative !important;
   overflow: visible;
   width: 508px;
   height: 463.39px;
   flex-shrink: 0;
 }

 .container_0befd19c6c88 {
   width: 1563.47px;
   height: 926.79px;
   position: absolute !important;
   left: 174.26px;
   top: 3282px;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff040d636cb2 {
   width: max-content;
   position: absolute !important;
   left: 717px;
   top: 3178px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

 .container_e4821c02d651 {
   width: 1920px;
   height: 1108px;
   position: absolute !important;
   left: 0px;
   top: 4290px;
   background: #f5f5f5;
 }

 .imageview_a0f4ed8d6263 {
   width: 240px;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .imageview_f7f6ef8690d6 {
   width: 136px;
   height: 136px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

 .imageview_decbe3de5e57 {
   width: 195px;
   height: 68px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_de7328c6b280 {
   width: 1148px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 386px;
   top: 4345px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 144px;
   display: flex !important;
   flex-direction: row;
 }

 .container_19712849e313 {
   width: 1534px;
   height: 766px;
   z-index: 1;
   position: absolute !important;
   left: 190px;
   top: 4534px;
   background: #194d9c;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_89f49f1d6455 {
   width: 229.4px;
   height: 138.16px;
   z-index: 2;
   position: absolute !important;
   left: 328px;
   top: 4643px;
 }

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

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

 .container_e15fcc722344 {
   padding: 19px 22px 19px 22px;
   width: 301px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 681px;
   top: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 42px 42px 42px 42px;
   box-shadow: 2px 4px 0px #00000040;
 }

 .container_wrapper_e15fcc722344 {
   position: absolute !important;
   left: 681px;
   top: 25px;
   width: 301px;
   height: 80px;
   z-index: 2;
 }

 .container_nested_e15fcc722344 {
   padding: 19px 22px 19px 22px;
   width: 301px;
   height: 80px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   background: #e5151f;
   border-radius: 42px 42px 42px 42px;
   filter: drop-shadow(2px 4px 0px #00000040);
 }

 .text_b5234a81ed72 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 66px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Barlow';
 }

 .text_acf91d795e3d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 66px;
   top: 69px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

 .line_35627a2ea077 {
   width: 1px;
   height: 138px;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 11px;
   direction: vertical;
   background: #ffffff;
 }

 .container_b221ceae5b61 {
   position: absolute !important;
   overflow: visible;
   width: 982px;
   height: 149px;
   z-index: 2;
   left: 616px;
   top: 4632px;
   border-radius: 42px 42px 42px 42px;
 }

 .imageview_607fec26a801 {
   width: 408.98px;
   height: 548.13px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 4546.15px;
 }

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

 .imageview_9850805a0358 {
   width: 383.89px;
   height: 447.9px;
   z-index: 3;
   position: absolute !important;
   left: 1492px;
   top: 4749px;
 }

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

 .imageview_066b4ea900b4 {
   width: 165.97px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 1109px;
   top: 5128px;
 }

 .imageview_066b4ea900b4 img {
   position: absolute;
   width: 168.0px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .text_d0b93d5325de {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1106px;
   top: 5087px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .text_a464557cb0f6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 325px;
   top: 4887px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

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

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

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

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

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

 .container_21364e613d80 {
   width: 211px;
   height: 166px;
   z-index: 4;
   position: absolute !important;
   left: 325px;
   top: 4943px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e54cd19312e8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 712px;
   top: 4887px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

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

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

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

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

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

 .container_2a1d1c93f1c4 {
   width: 215px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 710px;
   top: 4943px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e80c2407f23 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .imageview_5a70889c55a9 {
   width: 13.71px;
   height: 13.71px;
   z-index: 2;
   position: absolute !important;
   left: 304.29px;
   top: 6px;
 }

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

 .line_68391d21236d {
   width: 317px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #ffffff40;
   border-right: 1px solid #ffffff40;
   border-bottom: 1px solid #ffffff40;
   border-left: 1px solid #ffffff40;
   position: absolute !important;
   left: 0px;
   top: 33px;
   direction: horizontal;
   background: #ffffff40;
 }

 .container_09f20cfd6d40 {
   position: absolute !important;
   overflow: visible;
   width: 317px;
   height: 33px;
   z-index: 2;
   left: 322px;
   top: 5188px;
 }

 .container_wrapper_09f20cfd6d40 {
   position: absolute !important;
   overflow: visible;
   left: 322px;
   top: 5188px;
   width: 317px;
   height: 33px;
   z-index: 2;
 }

 .container_nested_09f20cfd6d40 {
   width: 317px;
   height: 33px;
   z-index: 2;
 }

 .text_63ea21b61e14 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1102px;
   top: 4887px;
   line-height: 28.8px;
   font-family: 'Barlow';
 }

 .text_1f6009ac677f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1136px;
   top: 4943px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .text_7bb7e1878a7d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1136px;
   top: 4984px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .imageview_f3f6e3ebe172 {
   width: 11px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 1107px;
   top: 4988px;
 }

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

 .line_6f5009c8b097 {
   width: 1px;
   height: 16px;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1128px;
   top: 4988px;
   direction: vertical;
   background: #ffffff;
   opacity: 0.25;
 }

 .line_6089a753b1e9 {
   width: 1px;
   height: 16px;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1128px;
   top: 4946px;
   direction: vertical;
   background: #ffffff;
   opacity: 0.25;
 }

 .imageview_4e293814146b {
   width: 14.5px;
   height: 14.5px;
   z-index: 2;
   position: absolute !important;
   left: 1105.25px;
   top: 4946.25px;
 }

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

 .text_bd18463b52d6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 220px;
   top: 5330px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .text_e06fd9141885 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 712px;
   top: 5330px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .text_8a3d01a74fc0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1011px;
   top: 5330px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .text_25563d582c3e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1427px;
   top: 5330px;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .line_d6370db21d0b {
   width: 1px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 688px;
   top: 5336px;
   direction: vertical;
   background: #000000;
   opacity: 0.25;
 }

 .imageview_1f5e8df2f498 {
   width: 130px;
   height: 28.59px;
   z-index: 1;
   position: absolute !important;
   left: 1551px;
   top: 5325px;
 }

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

 .imageview_50dd11749cdc {
   width: 80px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 277px;
   top: 0px;
 }

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

 .container_7bd09a3c045e {
   width: 40px;
   height: 4px;
   z-index: 2;
   position: absolute !important;
   left: 297px;
   top: 27px;
   background: #194d9c;
 }

 .container_4e5dee984f13 {
   width: 40px;
   height: 4px;
   z-index: 2;
   position: absolute !important;
   left: 297px;
   top: 37px;
   background: #194d9c;
 }

 .container_a74d717e0172 {
   width: 40px;
   height: 4px;
   z-index: 2;
   position: absolute !important;
   left: 297px;
   top: 47px;
   background: #194d9c;
 }

 .container_0e4558d3cac1 {
   position: fixed !important;
   overflow: visible;
   width: 359px;
   height: 561px;
   z-index: 9999;
   left: 1512px;
   top: 38px;
 }

 .container_wrapper_0e4558d3cac1 {
   position: absolute !important;
   overflow: visible;
   left: 1512px;
   top: 38px;
   width: 359px;
   height: 561px;
   z-index: 9999;
 }

 .container_nested_0e4558d3cac1 {
   position: fixed !important;
   width: 359px;
   height: 561px;
   z-index: 9999;
 }

 .container_2f8b99c5c07e {
   width: 96px;
   height: 1020px;
   z-index: 1;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 48px 48px 48px 48px;
 }

 .container_9f5799559669 {
   width: 82px;
   height: 167px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 7px;
   background: #194d9c;
   border-radius: 48px 48px 48px 48px;
 }

 .text_43cbea6d334d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 26px;
   top: 76px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_5a432acf2310 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 242px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_5b528a1f24f7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 410px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_5336a16d34b7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 576px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_c2b67944fb61 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 745px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .text_f9c6c9356cee {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 913px;
   line-height: 28.8px;
   font-family: 'Barlow Condensed';
 }

 .container_3adb735dd490 {
   width: 48px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 25px;
   top: 108px;
   background: #194d9c;
 }

 .container_99b9ece6532f {
   width: 48px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 274px;
   background: #1ca5ea;
 }

 .container_e6efe2a4bc53 {
   width: 48px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 442px;
   background: #8ec41c;
 }

 .container_7845275a6e15 {
   width: 48px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 608px;
   background: #e32d4d;
 }

 .container_036d9c0f8ebf {
   width: 48px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 777px;
   background: #f46016;
 }

 .container_b5998f255c12 {
   width: 48px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 945px;
   background: #783491;
 }

 .container_52290bb088fb {
   position: absolute !important;
   overflow: visible;
   width: 96px;
   height: 1020px;
   z-index: 1;
   left: 45px;
   top: 30px;
 }

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