 /*
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=Golos+Text: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://amplitude.yotako.io/google?family=Inter:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://amplitude.yotako.io/google?family=Afacad:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

 body,
 html {
   margin: 0;
   padding: 0;
 }

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

 p,
 a,
 h1,
 h2,
 h3 {
   margin: 0;
   color: unset;
   text-decoration: none;
 }

 button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
 }

 .yk_post_content p {
   margin: revert;
 }

 .yk_input_wrapper {
   position: relative;
   width: 100%;
 }

 .yk_input_wrapper>div {
   /* position:relative; */
   /* height:100% */
 }

 .yk_input_wrapper>.block-editor-inner-blocks {
   position: absolute;
   top: 0
 }

 .has-text-align-right {
   text-align: right !important;
 }

 .has-text-align-left {
   text-align: left !important;
 }

 .has-text-align-center {
   text-align: center !important;
 }

 .has-background {
   padding: initial !important;
 }

 body .yk_input_wrapper input::placeholder {
   text-align: start;
 }

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_text_background {
   background-size: 100%;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
 }

 body .yt_text_vertical_center {
   display: flex;
   justify-content: center;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_text_vertical_bottom {
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_custom_select_arrow {
   background-position-x: 95% !important;
   -webkit-appearance: none;
   appearance: none;
   padding: 10px;
 }

 body .yt_cover_size {
   object-fit: cover;
   height: inherit;
 }

 .yt_full_size {
   width: 100%;
   height: 100%;
 }

 body .wp-block-video video {
   width: 100%;
 }

 [class^="container_"],
 [class*=" container_"],
 [class^="button_"],
 [class*=" button_"] {
   display: flex;
 }

 [class^="grid_"],
 [class*=" grid_"] {
   display: grid;
 }

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

 .wp-block-image {
   margin: unset;
   padding: unset;
 }

 .wp-block-image img {
   vertical-align: top;
   border-radius: inherit;
   width: 100%;
 }

 .wp-block-yotako-block-input-text {
   position: relative;
   background: transparent;
   border: none;
 }

 .wp-block-image .components-resizable-box__container {
   max-width: unset !important;
 }

 .yt-post-template {
   justify-content: space-between !important;
 }

 body .yt-post-card {
   position: relative !important;
 }

 body .yt_fill_size {
   height: fit-content !important;
   min-height: 100vh !important;
 }

 /* Reset ALL WordPress block margins and gaps */
 .wp-site-blocks,
 .wp-site-blocks>*,
 .wp-site-blocks * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 :where(body .is-layout-flow)>* {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Ensure yotako containers don't inherit WordPress block gap */
 .yotako-main,
 .yotako-main * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Remove WordPress default block gap */
 .wp-site-blocks {
   --wp--style--block-gap: 0 !important;
   gap: 0 !important;
 }

 /* Prevent extra space after last child in flex containers */
 [class^="viewport_"]:after,
 [class*=" viewport_"]:after {
   content: none !important;
 }

 .wp-block-yotako-block-form {
   display: none;
 }

 .yt-full-width {
   width: 100%;
 }

 /* Map with overlay support */
 .yotako-map-container {
   position: relative;
   width: 100%;
   height: 100%;
 }

 .yotako-map-container .yotako-map-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 .yotako-map-container .yotako-map-overlay {
   position: relative;
   z-index: 1;
   pointer-events: auto;
 }

 .yotako-map-container .yotako-map-overlay * {
   pointer-events: auto;
 }

 /* FAQ Accordion */
 .yotako-faq {
   width: 100%;
 }

 .yotako-faq-item {
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-question {
   cursor: pointer;
   user-select: none;
 }

 .yotako-faq-item .yotako-faq-answer {
   /* Height controlled by JavaScript for smooth animation */
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-arrow-open {
   display: none;
 }

 .yotako-faq-item .yotako-faq-arrow-close {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-open {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-close {
   display: none;
 }

 /* Carousel */
 .yotako-carousel {
   position: relative;
   overflow: hidden;
 }

 .yotako-carousel-inner {
   position: relative;
   width: 100%;
 }

 .yotako-carousel-item {
   display: none;
   width: 100%;
 }

 .yotako-carousel-item.active {
   display: block;
 }

 .yotako-carousel-prev,
 .yotako-carousel-next {
   cursor: pointer;
   user-select: none;
 }

 .yotako-carousel-indicators {
   display: flex;
   justify-content: center;
   gap: 8px;
 }

 .yotako-carousel-indicator {
   cursor: pointer;
   opacity: 0.5;
   transition: opacity 0.3s;
 }

 .yotako-carousel-indicator.active {
   opacity: 1;
 }

 /* Dropdown */
 .yotako-dropdown {
   position: relative;
 }

 .yotako-dropdown-trigger {
   cursor: pointer;
   user-select: none;
 }

 .yotako-dropdown-content {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 100;
   display: none;
   min-width: 100%;
 }

 .yotako-dropdown.open .yotako-dropdown-content {
   display: block;
 }

 .yotako-dropdown-option {
   cursor: pointer;
 }

 .yotako-dropdown-arrow {
   transition: transform 0.3s;
 }

 .yotako-dropdown.open .yotako-dropdown-arrow {
   transform: rotate(180deg);
 }

 /* Accessibility - Focus styles */
 .yotako-faq-item .yotako-faq-question:focus,
 .yotako-faq-item .yotako-faq-question:focus-visible,
 .yotako-carousel-prev:focus,
 .yotako-carousel-prev:focus-visible,
 .yotako-carousel-next:focus,
 .yotako-carousel-next:focus-visible,
 .yotako-carousel-indicator:focus,
 .yotako-carousel-indicator:focus-visible,
 .yotako-dropdown:focus,
 .yotako-dropdown:focus-visible,
 .yotako-dropdown-option:focus,
 .yotako-dropdown-option:focus-visible {
   outline: 2px solid currentColor;
   outline-offset: 2px;
 }

 /* Screen reader only content */
 .yotako-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
 }

 .container_a083043182f7 {
   width: 1536px;
   height: 4992px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_ee8c9cdf21ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 501.05px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

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

 .text_35b8b00982c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 12px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fbe28f82f577 {
   position: absolute !important;
   overflow: visible;
   width: 78.02px;
   height: 52px;
   z-index: 1;
   left: 285.94px;
   top: 2px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #e5e7ebff;
 }

 .text_8fb5c5aaaaca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 12px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_061fd1062121 {
   position: absolute !important;
   overflow: visible;
   width: 96px;
   height: 52px;
   z-index: 1;
   left: 379.95px;
   top: 2px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #e5e7ebff;
 }

 .text_12e07b21745f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 12px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f604356843a0 {
   position: absolute !important;
   overflow: visible;
   width: 87.33px;
   height: 52px;
   z-index: 1;
   left: 491.95px;
   top: 2px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #e5e7ebff;
 }

 .text_50cbc85c20a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 12px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7793c6f5a038 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 52px;
   z-index: 1;
   left: 595.28px;
   top: 2px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #e5e7ebff;
 }

 .text_10d582234e76 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 14px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_148fa0282f64 {
   position: absolute !important;
   overflow: visible;
   width: 167.77px;
   height: 56px;
   z-index: 1;
   left: 730.28px;
   top: 0px;
   background: #f9fafb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .container_02053580e4f1 {
   padding: 26px 0 0 0;
   width: 1240px;
   height: 149px;
   z-index: 1;
   border-top: 1px solid #8ba89aff;
   border-right: 0px solid #8ba89aff;
   border-bottom: 0px solid #8ba89aff;
   border-left: 0px solid #8ba89aff;
   position: absolute !important;
   left: 165px;
   top: 714px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f199b7624ee {
   position: absolute !important;
   overflow: visible;
   width: 1536px;
   height: 5100px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_cd49ac8aa490 {
   width: 586.3px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_cd49ac8aa490 {
   overflow: visible;
 }

 .container_b1536f0d1459 {
   position: relative !important;
   overflow: visible;
   width: 586.3px;
   height: 112px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_526512cf7105 {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_526512cf7105 {
   overflow: visible;
 }

 .text_cf68a42c0435 {
   width: fit-content;
   z-index: 2;
   line-height: 23.39px;
   font-family: 'Golos Text';
 }

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

 .container_d20624974a45 {
   width: 566.26px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20.04px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b1d11658ee46 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_467aa40eef92 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_0102b724b296 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_2e8b5eadb4de {
   width: 168.52px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4b97780fc6aa {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_d92f112f0094 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_c327f4a05417 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_072ad0226831 {
   width: 165.7px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 192.52px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_822ce36a3177 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e7eef61b9330 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_082cfaa8005c {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_a54ef86a3575 {
   width: 176.06px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 36px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b8387353ee3e {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_10692bb86c54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_33d17ea9890e {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_80425e4cf0e2 {
   width: 120.48px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 200.06px;
   top: 36px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_356bae45925c {
   position: relative !important;
   overflow: visible;
   width: 528px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_467757ab2f8c {
   width: 579px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 44px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ddeb8c8f371d {
   width: 561px;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_ddeb8c8f371d {
   overflow: visible;
 }

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

 .container_ca17b24404fe {
   padding: 0 19px 0 19px;
   width: 625px;
   height: 794px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dce7c9ae3bf3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 156.08px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_d9f5414b64e5 {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5959c2efcfec {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a4f3538cf07c {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fcf0313b1ccd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_86477af03c91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_3dd82abc0536 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_09b2c7e3e18e {
   width: 464px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a14977127236 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_3b52243a55c5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2db8680576e8 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2687dfb3c5c1 {
   width: 464px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 82px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_19e43acd8093 {
   position: absolute !important;
   overflow: visible;
   width: 464px;
   height: 148px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_e7d54f27500b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_78dbff6af6d0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_699cad964ffe {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_6e608a6cd6ca {
   width: 464px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6acbe25203da {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_85d16491aaa8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_fd2be3808047 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d5e8dc91cabf {
   width: 464px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 82px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2524f6c37538 {
   position: absolute !important;
   overflow: visible;
   width: 464px;
   height: 148px;
   z-index: 2;
   left: 24px;
   top: 188px;
 }

 .text_46736b5f893c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_1c86a29ce5a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_c239318c419b {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c239318c419b img {
   position: absolute;
   width: 1319.0px !important;
   height: 572.0px !important;
   max-width: none !important;
   left: -855.0px;
   top: -532.0px;
 }

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

 .container_1917e8cabbe9 {
   width: 464px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5d46de1bf74f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_9c6545dc311a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_962c296d006c {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4858bd036214 {
   width: 464px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_917e8937a7f2 {
   position: absolute !important;
   overflow: visible;
   width: 464px;
   height: 146px;
   z-index: 2;
   left: 24px;
   top: 352px;
 }

 .text_ab4ead506a45 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 160.22px;
   top: 14px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_936eaa1890d1 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f710b0702929 {
   padding: 14px 159px 14px 159px;
   width: 463px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: -0.5px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #102641;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d4455ad91ff0 {
   position: absolute !important;
   overflow: visible;
   width: 464px;
   height: 56px;
   z-index: 2;
   left: 24px;
   top: 522px;
   background: #102641;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_d4455ad91ff0 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 522px;
   width: 464px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_d4455ad91ff0 {
   width: 464px;
   height: 56px;
   z-index: 2;
   background: #102641;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_81056b2314dc {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: 602px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_81056b2314dc {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: 602px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_81056b2314dc {
   width: 512px;
   height: 602px;
   z-index: 2;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .container_64c2e551709f {
   padding: 0 0 0 48px;
   width: 625px;
   height: 794px;
   z-index: 2;
   position: absolute !important;
   left: 657px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_36405127faf5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 794px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8b4dcd902952 {
   padding: 48px 127px 0 127px;
   width: 100%;
   min-width: 0;
   height: 890px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/299acb92-4c3c-402d-817d-97dcee444a45/224:273.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
   opacity: 0.20000000298023224;
 }

 .container_485d048d4a71 {
   height: 890px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #102641;
   mix-blend-mode: normal;
 }

 .container_4740f42539fd {
   width: 100%;
   min-width: 0;
   height: 890px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
 }

 .text_dc43ba114491 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 327.83px;
   top: 0px;
   line-height: 60px;
   font-family: 'Afacad';
 }

 .container_1e1c2adae156 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 60px;
   z-index: 2;
   left: 192px;
   top: 0px;
 }

 .text_bcfcd29f9ee8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 232.34px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_8bb01c7efbe0 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 24px;
   z-index: 2;
   left: 400px;
   top: 76px;
 }

 .container_d8ae771cf949 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_05b360075dbe {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 154.97px;
   top: -7px;
   line-height: 40px;
   font-family: 'Golos Text';
 }

 .container_3c76ec585c06 {
   position: absolute !important;
   overflow: visible;
   width: 330.66px;
   height: 41px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_dc166da178e4 {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 47.33px;
   top: 58px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_dc166da178e4 {
   overflow: visible;
 }

 .text_3e50e1cdbc85 {
   width: 223px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 53.99px;
   top: 0px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_3e50e1cdbc85 {
   overflow: visible;
 }

 .container_3c3bad1785e5 {
   position: absolute !important;
   overflow: visible;
   width: 330.66px;
   height: 52px;
   z-index: 2;
   left: 0px;
   top: 131px;
 }

 .container_7cbccaeb6b69 {
   position: relative !important;
   overflow: visible;
   width: 330.66px;
   height: 183px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_1adb8f45ea6b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 152.97px;
   top: -7px;
   line-height: 40px;
   font-family: 'Golos Text';
 }

 .container_95ce4877043f {
   position: absolute !important;
   overflow: visible;
   width: 330.67px;
   height: 41px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_0159c928c115 {
   width: 251px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 39.84px;
   top: 58px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_0159c928c115 {
   overflow: visible;
 }

 .text_7923bd6b782e {
   width: 282px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 24.63px;
   top: 0px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_7923bd6b782e {
   overflow: visible;
 }

 .container_2d2b932e86f0 {
   position: absolute !important;
   overflow: visible;
   width: 330.67px;
   height: 52px;
   z-index: 2;
   left: 0px;
   top: 131px;
 }

 .container_14cdedd774aa {
   position: relative !important;
   overflow: visible;
   width: 330.67px;
   height: 183px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_72c24adf85ba {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 152.97px;
   top: -7px;
   line-height: 40px;
   font-family: 'Golos Text';
 }

 .container_f68e88ed45dc {
   position: absolute !important;
   overflow: visible;
   width: 330.66px;
   height: 41px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_402b55d80298 {
   width: 273px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 28.83px;
   top: 58px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_402b55d80298 {
   overflow: visible;
 }

 .text_2388f72f4513 {
   width: 271px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 30.2px;
   top: 0px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_2388f72f4513 {
   overflow: visible;
 }

 .container_9fd6fc1e1d3f {
   position: absolute !important;
   overflow: visible;
   width: 330.66px;
   height: 52px;
   z-index: 2;
   left: 0px;
   top: 131px;
 }

 .container_7e593aaafa26 {
   position: relative !important;
   overflow: visible;
   width: 330.66px;
   height: 183px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_ce7bf87b6d26 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: 507px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
 }

 .text_d9eb5324e7c3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 148.33px;
   top: 0px;
   line-height: 60px;
   font-family: 'Afacad';
 }

 .container_bf9036b070ab {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 60px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e5ec206d474f {
   position: relative !important;
   overflow: visible;
   width: 1088px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_bd6906b06543 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_74c0c44e4bd3 {
   width: 277px;
   height: 68px;
   z-index: 2;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_74c0c44e4bd3 {
   overflow: visible;
 }

 .container_868419ef6137 {
   padding: 48px 32px 48px 32px;
   width: 341px;
   height: 230px;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_a159d4142d3f {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_3e4bb1ea1c70 {
   width: 277px;
   height: 68px;
   z-index: 2;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_3e4bb1ea1c70 {
   overflow: visible;
 }

 .container_f1ac6c0bc311 {
   padding: 48px 32px 48px 32px;
   width: 341px;
   height: 230px;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   position: absolute !important;
   left: 357px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_93b0c38ea6fd {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_25303c9dd1cc {
   width: 277px;
   height: 68px;
   z-index: 2;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_25303c9dd1cc {
   overflow: visible;
 }

 .container_350fb168266d {
   padding: 48px 32px 48px 32px;
   width: 341px;
   height: 230px;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   position: absolute !important;
   left: 0px;
   top: 246px;
   align-items: center;
   justify-content: center;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_79ebdd8a5cf4 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_f5cf6af1d9cb {
   width: 277px;
   height: 68px;
   z-index: 2;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_f5cf6af1d9cb {
   overflow: visible;
 }

 .container_da2a69a0b41e {
   padding: 48px 32px 48px 32px;
   width: 341px;
   height: 230px;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   position: absolute !important;
   left: 357px;
   top: 246px;
   align-items: center;
   justify-content: center;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a402c98dcdd7 {
   position: relative !important;
   overflow: visible;
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_dcad9071b603 {
   padding: 80px 224px 80px 224px;
   width: 1536px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc588720c4f4 {
   width: 173px;
   height: 23px;
   z-index: 2;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_cc588720c4f4 {
   overflow: visible;
 }

 .container_8f82fc7517df {
   padding: 19px 32px 19px 32px;
   width: 237px;
   height: 61px;
   min-width: 237px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #102641;
   border-radius: 66px 66px 66px 66px;
 }

 .container_38c35fa213b1 {
   position: relative !important;
   overflow: visible;
   width: 237px;
   height: 61px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_38c35fa213b1 {
   position: relative !important;
   overflow: visible;
   width: 237px;
   height: 61px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_38c35fa213b1 {
   width: 237px;
   height: 61px;
   z-index: 2;
   border-radius: 16px 16px 16px 16px;
 }

 .container_8b1ab4e68653 {
   padding: 0 0 80px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_e83339cb4c4f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 293px;
   top: 0px;
   line-height: 60px;
   font-family: 'Afacad';
 }

 .container_bcf9d39e7057 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 60px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_a8b04a409ee6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 129.67px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_8783f0c97270 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 24px;
   z-index: 2;
   left: 208px;
   top: 76px;
 }

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

 .imageview_2b40d4e402ea {
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_2b40d4e402ea img {
   position: absolute;
   width: 286.0px !important;
   height: 80.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_515a07732acc {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Afacad';
 }

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

 .text_5835ee931e53 {
   width: fit-content;
   z-index: 2;
   line-height: 21px;
   font-family: 'Golos Text';
 }

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

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

 .container_671722847e9d {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_b611581723c7 {
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_b611581723c7 img {
   position: absolute;
   width: 286.0px !important;
   height: 80.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_962187600f4d {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   font-family: 'Afacad';
 }

 .container_682d6cda6dab {
   padding: 0 47px 0 47px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd08f8e01747 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Golos Text';
 }

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

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

 .container_c0f175cc4781 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   border-top: 3px solid #8ba89aff;
   border-right: 3px solid #8ba89aff;
   border-bottom: 3px solid #8ba89aff;
   border-left: 3px solid #8ba89aff;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6ed2c49380d0 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3156c3170e44 {
   padding: 80px 224px 80px 224px;
   width: 1536px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #dae3dd;
 }

 .text_5fc56d3b8700 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 342.83px;
   top: 0px;
   line-height: 60px;
   font-family: 'Afacad';
 }

 .container_9956a38126fb {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 60px;
   z-index: 2;
   left: 192px;
   top: 0px;
 }

 .container_a8af99ff3c76 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_75f07a73517d {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 34px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_75f07a73517d {
   overflow: visible;
 }

 .container_eb6de385fa8d {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 116px 116px 116px 116px;
   box-shadow: inset 0 0 0 4px #8ba89aff;
 }

 .container_wrapper_eb6de385fa8d {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_eb6de385fa8d {
   width: 346px;
   height: 124px;
   z-index: 2;
   border-top: 4px solid #8ba89aff;
   border-right: 4px solid #8ba89aff;
   border-bottom: 4px solid #8ba89aff;
   border-left: 4px solid #8ba89aff;
   border-radius: 116px 116px 116px 116px;
 }

 .text_1cbfe175f4f7 {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 34px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_1cbfe175f4f7 {
   overflow: visible;
 }

 .container_462d3f9ce462 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 116px 116px 116px 116px;
   box-shadow: inset 0 0 0 4px #8ba89aff;
 }

 .container_wrapper_462d3f9ce462 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_462d3f9ce462 {
   width: 346px;
   height: 124px;
   z-index: 2;
   border-top: 4px solid #8ba89aff;
   border-right: 4px solid #8ba89aff;
   border-bottom: 4px solid #8ba89aff;
   border-left: 4px solid #8ba89aff;
   border-radius: 116px 116px 116px 116px;
 }

 .text_e8e7b6e23054 {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 34px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_e8e7b6e23054 {
   overflow: visible;
 }

 .container_c0fb77fefde0 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 116px 116px 116px 116px;
   box-shadow: inset 0 0 0 4px #8ba89aff;
 }

 .container_wrapper_c0fb77fefde0 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_c0fb77fefde0 {
   width: 346px;
   height: 124px;
   z-index: 2;
   border-top: 4px solid #8ba89aff;
   border-right: 4px solid #8ba89aff;
   border-bottom: 4px solid #8ba89aff;
   border-left: 4px solid #8ba89aff;
   border-radius: 116px 116px 116px 116px;
 }

 .text_44bf57aef349 {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 34px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_44bf57aef349 {
   overflow: visible;
 }

 .container_3686eb927ac4 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 116px 116px 116px 116px;
   box-shadow: inset 0 0 0 4px #8ba89aff;
 }

 .container_wrapper_3686eb927ac4 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_3686eb927ac4 {
   width: 346px;
   height: 124px;
   z-index: 2;
   border-top: 4px solid #8ba89aff;
   border-right: 4px solid #8ba89aff;
   border-bottom: 4px solid #8ba89aff;
   border-left: 4px solid #8ba89aff;
   border-radius: 116px 116px 116px 116px;
 }

 .text_5621c34d3d8c {
   width: 236px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 34px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_5621c34d3d8c {
   overflow: visible;
 }

 .container_f9be04ec77f4 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 116px 116px 116px 116px;
   box-shadow: inset 0 0 0 4px #8ba89aff;
 }

 .container_wrapper_f9be04ec77f4 {
   position: relative !important;
   overflow: visible;
   width: 346px;
   height: 124px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_f9be04ec77f4 {
   width: 346px;
   height: 124px;
   z-index: 2;
   border-top: 4px solid #8ba89aff;
   border-right: 4px solid #8ba89aff;
   border-bottom: 4px solid #8ba89aff;
   border-left: 4px solid #8ba89aff;
   border-radius: 116px 116px 116px 116px;
 }

 .container_8da358e4a6ae {
   width: 1294px;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aa036220fa24 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: 593px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
 }

 .text_805a65018faa {
   width: 501px;
   height: 96px;
   z-index: 2;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Afacad';
 }

 .text_autoheight_805a65018faa {
   overflow: visible;
 }

 .text_f3dfb596e23f {
   width: 500px;
   height: 62px;
   z-index: 2;
   line-height: 31px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_f3dfb596e23f {
   overflow: visible;
 }

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

 .container_e1bcbce674c8 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1f98e96422b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_74047481626c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_834c5739d062 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_70f9fbf4b0c0 {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_26ccb7ff5e78 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_ee86e33060c3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_571722c49518 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7c10e11addc5 {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 320px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_752e36f427d3 {
   position: absolute !important;
   overflow: visible;
   width: 624px;
   height: 66px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_6526524db1d3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_d3bfa9634674 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_17f1152edb87 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_50f24043272c {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_45873e42d3d6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_b194e6512a14 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_e341eec3c3d0 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0e735fae7e8b {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 320px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3babed4547da {
   position: absolute !important;
   overflow: visible;
   width: 624px;
   height: 66px;
   z-index: 2;
   left: 24px;
   top: 106px;
 }

 .text_a61060c94d98 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_6837c62cd2b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_77e6bab4506a {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_77e6bab4506a img {
   position: absolute;
   width: 759.0px !important;
   height: 682.0px !important;
   max-width: none !important;
   left: -455.0px;
   top: -642.0px;
 }

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

 .container_d477023f8df3 {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6381a3fad7e0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_08fb349fce7c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8040755003ed {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 1px solid #d1d5dcff;
   border-bottom: 1px solid #d1d5dcff;
   border-left: 1px solid #d1d5dcff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a1e3917f742f {
   width: 304px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 320px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a3e9793d6a09 {
   position: absolute !important;
   overflow: visible;
   width: 624px;
   height: 66px;
   z-index: 2;
   left: 24px;
   top: 188px;
 }

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

 .container_02079b55c6ba {
   padding: 14px 159px 14px 159px;
   width: 624px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 274px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #102641;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_02079b55c6ba {
   position: absolute !important;
   left: 24px;
   top: 274px;
   width: 624px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_02079b55c6ba {
   padding: 14px 159px 14px 159px;
   width: 624px;
   height: 56px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #102641;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_b8e53730addd {
   position: relative !important;
   overflow: visible;
   width: 672px;
   height: 358px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_b8e53730addd {
   position: relative !important;
   overflow: visible;
   width: 672px;
   height: 358px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_b8e53730addd {
   width: 672px;
   height: 358px;
   z-index: 2;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .text_7b9039c149f1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 316.08px;
   top: 0px;
   line-height: 20px;
   font-family: 'Golos Text';
 }

 .container_6bc1100b618b {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_c8fa8553c45b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 330.58px;
   top: 27px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bfb7a5c5feb3 {
   position: relative !important;
   overflow: visible;
   width: 832px;
   height: 56px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a1396fe404a8 {
   padding: 80px 351px 80px 351px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
   background: #102641;
 }

 .text_583260a85de4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 98.83px;
   top: 0px;
   line-height: 60px;
   font-family: 'Afacad';
 }

 .container_37eb471d3c9d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_3dac8ac1aa36 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_691cb96ece6f {
   position: relative !important;
   overflow: visible;
   width: 457.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_9761895c1853 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_9761895c1853 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_9761895c1853 {
   width: 32px;
   height: 32px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_bce76addd5d5 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4f2e267123a6 {
   padding: 1px 1px 1px 1px;
   width: 720px;
   height: 74px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_455099e0a533 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_dd0fd0a18a4b {
   position: relative !important;
   overflow: visible;
   width: 457.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_9fba851051e9 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_9fba851051e9 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_9fba851051e9 {
   width: 32px;
   height: 32px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f39abfdcb294 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_29f5f830fa2c {
   padding: 1px 1px 1px 1px;
   width: 720px;
   height: 74px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_f64fe8d22d35 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_f1e895669fcf {
   position: relative !important;
   overflow: visible;
   width: 457.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_2a54ae03e4e6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_2a54ae03e4e6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_2a54ae03e4e6 {
   width: 32px;
   height: 32px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_91166122c916 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f24c7dae657e {
   padding: 1px 1px 1px 1px;
   width: 720px;
   height: 74px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_de4b7f44ff2e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .container_251a00a720e3 {
   position: relative !important;
   overflow: visible;
   width: 457.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_eefeebb622fb {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_eefeebb622fb {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_eefeebb622fb {
   width: 32px;
   height: 32px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #101828;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ea0fe3e2232f {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c920b4282a05 {
   padding: 1px 1px 1px 1px;
   width: 720px;
   height: 74px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_36646ab96f74 {
   padding: 68px 24px 68px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
 }

 .container_1a95569c52c9 {
   padding: 120px 384px 120px 384px;
   width: 1536px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_0517ffd782b0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 77px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .text_9132cc513c3a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 250px;
   top: 77px;
   line-height: 24px;
   font-family: 'Golos Text';
 }

 .text_fba41614af7b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10.1px;
   line-height: 29.8px;
   font-family: 'Golos Text';
 }

 .text_ce0df84bb36d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 38.45px;
   line-height: 22.94px;
   font-family: 'Golos Text';
 }

 .text_09216c69c2f0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -25px;
   line-height: 16px;
   font-family: 'Golos Text';
 }

 .container_c1cf2551c45b {
   position: relative !important;
   overflow: visible;
   width: 80.38px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ed421819e5ac {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b7ed23d1764 {
   padding: 0 1px 0 1px;
   width: 226.77px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 989.23px;
   top: 41px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_53ee1890609b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1119px;
   top: 16px;
   line-height: 16px;
   font-family: 'Golos Text';
 }

 .text_39ee27a3a647 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19.5px;
   font-family: 'Golos Text';
 }

 .container_49677eb8133b {
   position: relative !important;
   overflow: visible;
   width: 336px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f96607e67c6c {
   width: 100%;
   min-width: 0;
   height: 39px;
   z-index: 2;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Golos Text';
 }

 .text_autoheight_f96607e67c6c {
   overflow: visible;
 }

 .container_4f2113dbb799 {
   width: 896px;
   height: 94px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 129px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8afd16497023 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 223px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   box-shadow: inset 0 1px 0 0 #364153ff;
 }

 .container_134d0e4a4335 {
   padding: 64px 160px 0 160px;
   width: 1536px;
   height: 319px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #031225;
 }

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

 .container_wrapper_9414628cb75d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

 .container_788dc780e479 {
   width: 1536px;
   height: 5419px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d5ba24837c9 {
   position: relative !important;
   overflow: visible;
   width: 1536px;
   height: 5419px;
   flex-shrink: 0;
   background: #f8f9fa;
 }

 .container_75a6f5efe57f {
   width: 1536px;
   height: 5419px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_0de836851eab {
   width: 1536px;
   height: 5419px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #000000;
 }