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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_7b003f959301 {
   width: 329.85px;
   height: 329.85px;
   position: absolute !important;
   left: -24.85px;
   top: 2070.8px;
 }

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

 .imageview_7b003f959301 img {
   position: absolute;
   width: 979.0px !important;
   height: 1677.9px !important;
   max-width: none !important;
   left: 24.9px;
   top: -674.0px;
 }

 .imageview_7332c7ed6d9a {
   width: 342.55px;
   height: 342.55px;
   z-index: 1;
   position: absolute !important;
   left: 749.45px;
   top: 2101.67px;
 }

 .imageview_7332c7ed6d9a img {
   position: absolute;
   width: 1690.6px !important;
   height: 1690.6px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_9fbb738c175b {
   width: 313.56px;
   height: 313.56px;
   position: absolute !important;
   left: 1641.81px;
   top: 7929.74px;
 }

 .imageview_9fbb738c175b img {
   position: absolute;
   width: 952.2px !important;
   height: 1661.6px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_211c78db96e1 {
   width: 311.05px;
   height: 311.05px;
   position: absolute !important;
   left: -100px;
   top: 9743.3px;
 }

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

 .imageview_211c78db96e1 img {
   position: absolute;
   width: 885.1px !important;
   height: 1659.1px !important;
   max-width: none !important;
   left: 100.0px;
   top: -674.0px;
 }

 .imageview_ff3905de719d {
   width: 302.97px;
   height: 302.97px;
   position: absolute !important;
   left: 1551.29px;
   top: 3482.86px;
 }

 .imageview_ff3905de719d img {
   position: absolute;
   width: 1042.7px !important;
   height: 1651.0px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_92cd050893d3 {
   width: 310.7px;
   height: 310.7px;
   position: absolute !important;
   left: 1662.44px;
   top: 1666.55px;
 }

 .imageview_92cd050893d3 img {
   position: absolute;
   width: 801.5px !important;
   height: 1398.5px !important;
   max-width: none !important;
   left: -543.9px;
   top: -543.9px;
 }

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

 .imageview_2b38196cb0b8 {
   width: 385px;
   height: 385px;
   position: absolute !important;
   left: 1604.42px;
   top: 5768.49px;
 }

 .imageview_2b38196cb0b8 img {
   position: absolute;
   width: 989.6px !important;
   height: 1733.0px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_384102b49023 {
   width: 339.51px;
   height: 339.51px;
   position: absolute !important;
   left: 179.88px;
   top: 7503.64px;
 }

 .imageview_384102b49023 img {
   position: absolute;
   width: 1193.4px !important;
   height: 1687.5px !important;
   max-width: none !important;
   left: -179.9px;
   top: -674.0px;
 }

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

 .imageview_3820db208265 {
   width: 339.51px;
   height: 339.51px;
   position: absolute !important;
   left: 1735px;
   top: 10010.4px;
 }

 .imageview_3820db208265 img {
   position: absolute;
   width: 859.0px !important;
   height: 1687.5px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_0a44e9216f87 {
   width: 339.51px;
   height: 339.51px;
   position: absolute !important;
   left: -111.51px;
   top: 10909.02px;
 }

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

 .imageview_0a44e9216f87 img {
   position: absolute;
   width: 902.0px !important;
   height: 1687.5px !important;
   max-width: none !important;
   left: 111.5px;
   top: -674.0px;
 }

 .imageview_6e2cb0602890 {
   width: 336.05px;
   height: 336.05px;
   position: absolute !important;
   left: -4.35px;
   top: 6679.07px;
 }

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

 .imageview_6e2cb0602890 img {
   position: absolute;
   width: 1005.7px !important;
   height: 1684.0px !important;
   max-width: none !important;
   left: 4.3px;
   top: -674.0px;
 }

 .imageview_6e106a782d51 {
   width: 336.05px;
   height: 336.05px;
   z-index: 1;
   position: absolute !important;
   left: 847px;
   top: 6400.65px;
 }

 .imageview_6e106a782d51 img {
   position: absolute;
   width: 1684.0px !important;
   height: 1684.0px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_f0924332b732 {
   width: 292.91px;
   height: 292.91px;
   position: absolute !important;
   left: 156.04px;
   top: 3214.52px;
 }

 .imageview_f0924332b732 img {
   position: absolute;
   width: 1123.0px !important;
   height: 1640.9px !important;
   max-width: none !important;
   left: -156.0px;
   top: -674.0px;
 }

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

 .imageview_0bd0c7bd8eac {
   width: 292.91px;
   height: 292.91px;
   position: absolute !important;
   left: 172.79px;
   top: 4048.81px;
 }

 .imageview_0bd0c7bd8eac img {
   position: absolute;
   width: 1139.7px !important;
   height: 1640.9px !important;
   max-width: none !important;
   left: -172.8px;
   top: -674.0px;
 }

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

 .container_36311effe1e8 {
   width: 1878px;
   height: 1165px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ededed;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_3789de2f515e {
   width: 1920px;
   height: 1060px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.5;
 }

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

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

 .imageview_54723591b8e4 {
   width: 1px;
   height: 297px;
   z-index: 3;
   position: absolute !important;
   left: 351.5px;
   top: 78px;
 }

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

 .imageview_a664de618331 {
   width: 296px;
   height: 257px;
   z-index: 3;
   position: absolute !important;
   left: 1582px;
   top: 165.5px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .imageview_d42d7dd4ff53 {
   width: 127px;
   height: 329px;
   z-index: 3;
   position: absolute !important;
   left: 1447.5px;
   top: 92px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_ec1a850256fc {
   width: 18px;
   height: 18px;
   z-index: 4;
   border-top: 1px solid #dededeff;
   border-right: 1px solid #dededeff;
   border-bottom: 1px solid #dededeff;
   border-left: 1px solid #dededeff;
   position: absolute !important;
   left: 1564px;
   top: 412px;
   background: #e7e7e7;
   border-radius: 3px 3px 3px 3px;
   box-shadow: inset 0px 0px 4px #4b4b4b1a;
 }

 .imageview_de2867c84274 {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 1790px;
   top: 246px;
 }

 .imageview_de2867c84274 img {
   position: absolute;
   width: 122.0px !important;
   height: 136.0px !important;
   max-width: none !important;
   left: -34.0px;
   top: -30.0px;
 }

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

 .imageview_081e15de365f {
   width: 1878px;
   height: 730px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 388px;
   opacity: 0.699999988079071;
 }

 .imageview_081e15de365f img {
   position: absolute;
   width: 1878.0px !important;
   height: 1165.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -388.0px;
 }

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

 .imageview_f6ef9e0500ba {
   width: 2046px;
   height: 590px;
   z-index: 6;
   position: absolute !important;
   left: -83.71px;
   top: 637.62px;
   opacity: 0.800000011920929;
 }

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

 .imageview_f6ef9e0500ba img {
   position: absolute;
   width: 1878.0px !important;
   height: 886.0px !important;
   max-width: none !important;
   left: 83.7px;
   top: -358.6px;
 }

 .text_2b0ac1f4e808 {
   width: 100%;
   min-width: 0;
   height: 182px;
   flex-shrink: 0;
   z-index: 7;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 91px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-701e3feb4d3b_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-b26a765792b3_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-b61cd69a4335_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-98fb83397e03_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-3126954fbc80_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-817950899b27_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-86cf3f687c1e_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-ed7a07306a26_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-3974224316cd_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-9e406efd577c_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-f6ea0e919c7c_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-b50a3b34e256_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-5c439b52fd56_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-ee3338b02cef_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-aa81a066c515_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-8856d72d5b8a_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-b89c2b9a225a_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-802ed990edef_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text-804bedda90b9_2b0ac1f4e808 {
   line-height: 91px;
   font-family: 'Roboto';
 }

 .text_c659f423b9ba {
   width: 925px;
   z-index: 7;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_184f92d370b0 {
   width: 286px;
   height: 64px;
   z-index: 7;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad;
   border-radius: 34px 34px 34px 34px;
   box-shadow: 0px 21px 46.1px #004aad40;
 }

 .container_ec4008bbd393 {
   width: 36px;
   height: 36px;
   z-index: 8;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   position: absolute !important;
   left: 237px;
   top: 13px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_e3e50884082f {
   width: 12.82px;
   height: 8.03px;
   z-index: 9;
   position: absolute !important;
   left: 248.45px;
   top: 26.98px;
 }

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

 .text_0e8e6f0d3dbe {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 34.98px;
   top: 23px;
   line-height: 17.46px;
   font-family: 'Inter';
 }

 .container_65c20303f104 {
   position: relative !important;
   overflow: visible;
   width: 286px;
   height: 64px;
   flex-shrink: 0;
   z-index: 7;
 }

 .container_wrapper_65c20303f104 {
   position: relative !important;
   overflow: visible;
   width: 286px;
   height: 64px;
   flex-shrink: 0;
   z-index: 7;
 }

 .container_nested_65c20303f104 {
   width: 286px;
   height: 64px;
   z-index: 7;
 }

 .container_915a3f82f035 {
   width: 1168.17px;
   height: 326px;
   z-index: 7;
   position: absolute !important;
   left: 359.92px;
   top: 189.07px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3de760789d70 {
   width: 1440px;
   height: 93px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_e7815293f8ac {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 93px;
   z-index: 6;
   left: -15px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_c8cdcbf95ede {
   width: 202px;
   height: 64px;
   z-index: 7;
   position: absolute !important;
   left: 21px;
   top: 14.28px;
 }

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

 .container_1f7d646c2e07 {
   width: 201px;
   height: 64px;
   z-index: 7;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad;
   border-radius: 34px 34px 34px 34px;
 }

 .container_05b009669048 {
   width: 36px;
   height: 36px;
   z-index: 8;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   position: absolute !important;
   left: 151px;
   top: 13px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_9b3e06639f56 {
   width: 12.82px;
   height: 8.03px;
   z-index: 9;
   position: absolute !important;
   left: 162.45px;
   top: 26.98px;
 }

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

 .text_8f3fe3061afd {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 30px;
   top: 23px;
   line-height: 17.46px;
   font-family: 'Roboto';
 }

 .container_1fdd6436aa90 {
   position: absolute !important;
   overflow: visible;
   width: 201px;
   height: 64px;
   z-index: 7;
   left: 1207.82px;
   top: 14.5px;
 }

 .container_wrapper_1fdd6436aa90 {
   position: absolute !important;
   overflow: visible;
   left: 1207.82px;
   top: 14.5px;
   width: 201px;
   height: 64px;
   z-index: 7;
 }

 .container_nested_1fdd6436aa90 {
   width: 201px;
   height: 64px;
   z-index: 7;
 }

 .container_749e7c7c3994 {
   position: absolute !important;
   overflow: visible;
   width: 1409px;
   height: 93px;
   z-index: 6;
   left: 250px;
   top: 18.26px;
 }

 .container_wrapper_749e7c7c3994 {
   position: absolute !important;
   overflow: visible;
   left: 250px;
   top: 18.26px;
   width: 1409px;
   height: 93px;
   z-index: 6;
 }

 .container_nested_749e7c7c3994 {
   width: 1409px;
   height: 93px;
   z-index: 6;
 }

 .container_76819ef33a79 {
   width: 262px;
   height: 208.06px;
   z-index: 7;
   border-top: 0.88px solid #ffffffff;
   border-right: 0.88px solid #ffffffff;
   border-bottom: 0.88px solid #ffffffff;
   border-left: 0.88px solid #ffffffff;
   position: absolute !important;
   left: 55.79px;
   top: 107.35px;
   background: #ffffff;
   border-radius: 14.27px 14.27px 14.27px 14.27px;
   box-shadow: 37px 54px 80.9px #5050507d;
   backdrop-filter: blur(5.26px);
   -webkit-font-smoothing: antialiased;
 }

 .container_d84b4fbf98ac {
   width: 16.51px;
   height: 97.97px;
   z-index: 8;
   position: absolute !important;
   left: 88.82px;
   top: 199.7px;
   background: linear-gradient(180deg, #000000ff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_9cbe7d20b8ea {
   width: 17.61px;
   height: 103.48px;
   z-index: 8;
   position: absolute !important;
   left: 124.04px;
   top: 194.2px;
   background: linear-gradient(180deg, #004aadff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_535944a77f6a {
   width: 16.51px;
   height: 73.76px;
   z-index: 8;
   position: absolute !important;
   left: 160.37px;
   top: 223.92px;
   background: linear-gradient(180deg, #000000ff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_f8125199b854 {
   width: 16.5px;
   height: 116.52px;
   z-index: 11;
   position: absolute !important;
   left: 195.55px;
   top: 180.62px;
   background: linear-gradient(180deg, #004aadff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_cc911f5027a2 {
   width: 16.51px;
   height: 103.48px;
   z-index: 8;
   position: absolute !important;
   left: 230.83px;
   top: 194.2px;
   background: linear-gradient(180deg, #000000ff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_5f34dcc7eceb {
   width: 16.5px;
   height: 116.52px;
   z-index: 8;
   position: absolute !important;
   left: 266.19px;
   top: 180.62px;
   background: linear-gradient(180deg, #004aadff 0%, #ffffff00 106.2%);
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .imageview_c7d59eba635c {
   width: 192.53px;
   height: 49.84px;
   z-index: 12;
   position: absolute !important;
   left: 90.25px;
   top: 180.62px;
 }

 .imageview_c7d59eba635c img {
   position: absolute;
   width: 196.7px !important;
   height: 54.0px !important;
   max-width: none !important;
   left: -2.1px;
   top: -0.8px;
 }

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

 .text_b3988cab50b7 {
   width: fit-content;
   z-index: 9;
   line-height: 10.42px;
   font-family: 'Satoshi';
 }

 .container_546d76a38d39 {
   padding: 3.22px 11.58px 3.22px 11.58px;
   width: fit-content;
   height: fit-content;
   z-index: 9;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6.43px;
   display: flex !important;
   flex-direction: row;
   background: #004aad;
   border-radius: 22.51px 22.51px 22.51px 22.51px;
 }

 .imageview_ce9eecaf903c {
   width: 18.65px;
   height: 4.5px;
   flex-shrink: 0;
   z-index: 10;
 }

 .imageview_ce9eecaf903c img {
   position: absolute;
   width: 18.7px !important;
   height: 5.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.8px;
 }

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

 .container_c22404a15585 {
   width: 41.01px;
   height: 23.16px;
   z-index: 9;
   position: absolute !important;
   left: 183.3px;
   top: 160.19px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_53350a1c52c7 {
   width: 7.67px;
   height: 7.67px;
   z-index: 10;
   position: absolute !important;
   left: 199.77px;
   top: 183.53px;
 }

 .imageview_53350a1c52c7 img {
   position: absolute;
   width: 9.8px !important;
   height: 9.8px !important;
   max-width: none !important;
   left: -1.1px;
   top: -1.1px;
 }

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

 .text_230a4347857f {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20.79px;
   font-family: 'Manrope';
 }

 .container_868c1969ddd5 {
   width: 94.67px;
   height: 5.5px;
   z-index: 8;
   position: absolute !important;
   left: 4.4px;
   top: 19.82px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #004aad;
   border-radius: 2.73px 2.73px 2.73px 2.73px;
   opacity: 0.20000000298023224;
 }

 .container_3ea37c12e11f {
   width: 63.85px;
   height: 5.5px;
   z-index: 8;
   position: absolute !important;
   left: 4.4px;
   top: 31.92px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #004aad;
   border-radius: 2.73px 2.73px 2.73px 2.73px;
   opacity: 0.20000000298023224;
 }

 .container_d174a30e3cdb {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 37.43px;
   z-index: 8;
   left: 77.81px;
   top: 126.07px;
   border-radius: 2.73px 2.73px 2.73px 2.73px;
 }

 .imageview_002d83b6594d {
   width: 4.61px;
   height: 20.74px;
   z-index: 8;
   position: absolute !important;
   left: 300.18px;
   top: 124.97px;
 }

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

 .container_2ab5ffb39714 {
   width: 271.36px;
   height: 83.47px;
   z-index: 7;
   border-top: 0.88px solid #ffffffff;
   border-right: 0.88px solid #ffffffff;
   border-bottom: 0.88px solid #ffffffff;
   border-left: 0.88px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 14.27px 14.27px 14.27px 14.27px;
   box-shadow: 37px 54px 80.9px #5050507d;
   backdrop-filter: blur(5.26px);
   -webkit-font-smoothing: antialiased;
 }

 .container_bd1161843990 {
   width: 41px;
   height: 41px;
   z-index: 8;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #394bce;
   border-radius: 20.6px 20.6px 20.6px 20.6px;
   mix-blend-mode: normal;
 }

 .container_4eadf211ed21 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 41px;
   z-index: 8;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:111.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20.6px 20.6px 20.6px 20.6px;
   mix-blend-mode: normal;
 }

 .container_30ffaf5bcb27 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 41px;
   z-index: 8;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #ffffffff 1.98%, #ffffffff 96.34%);
   border-radius: 20.6px 20.6px 20.6px 20.6px;
   backdrop-filter: blur(9.62px);
   -webkit-font-smoothing: antialiased;
 }

 .container_0c90314ce1a5 {
   position: absolute !important;
   overflow: visible;
   width: 41.3px;
   height: 41.21px;
   z-index: 8;
   left: 22.29px;
   top: 21.13px;
   border-radius: 20.6px 20.6px 20.6px 20.6px;
 }

 .imageview_2c38cdbced97 {
   width: 23.19px;
   height: 23.19px;
   z-index: 9;
   position: absolute !important;
   left: 31.35px;
   top: 30.14px;
 }

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

 .text_827919605368 {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 97.34px;
   top: 13.01px;
   line-height: 16px;
   font-family: 'Roboto';
 }

 .text_54d46af914e9 {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 97.34px;
   top: 30.55px;
   line-height: 40px;
   font-family: 'IBM Plex Sans';
 }

 .container_e2006362129d {
   position: absolute !important;
   overflow: visible;
   width: 271.36px;
   height: 83.47px;
   z-index: 7;
   left: 1074.69px;
   top: 82.05px;
 }

 .container_wrapper_e2006362129d {
   position: absolute !important;
   overflow: visible;
   left: 1074.69px;
   top: 82.05px;
   width: 271.36px;
   height: 83.47px;
   z-index: 7;
 }

 .container_nested_e2006362129d {
   width: 271.36px;
   height: 83.47px;
   z-index: 7;
 }

 .container_e54f11cdbbb3 {
   position: absolute !important;
   overflow: visible;
   width: 1598px;
   height: 588px;
   z-index: 7;
   left: 104px;
   top: 530.26px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:80.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_38b70d39c7ea {
   width: 2408.92px;
   height: 272.03px;
   z-index: 8;
   position: absolute !important;
   left: -265.16px;
   top: 912.09px;
   background: linear-gradient(180deg, #004aad00 17.42%, #004aadff 79.2%);
 }

 .container_1c73d7a40b43 {
   width: 246.46px;
   height: 160.45px;
   z-index: 9;
   border-top: 0.88px solid #ffffffff;
   border-right: 0.88px solid #ffffffff;
   border-bottom: 0.88px solid #ffffffff;
   border-left: 0.88px solid #ffffffff;
   position: absolute !important;
   left: 1367.6px;
   top: 918.59px;
   background: #ffffff;
   border-radius: 14.27px 14.27px 14.27px 14.27px;
   box-shadow: 37px 54px 80.9px #5050507d;
   backdrop-filter: blur(5.26px);
   -webkit-font-smoothing: antialiased;
 }

 .container_18dd63e6f5b2 {
   width: 33px;
   height: 33px;
   z-index: 10;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:119.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   mix-blend-mode: normal;
 }

 .container_dc893dbd5162 {
   position: absolute !important;
   overflow: visible;
   width: 33px;
   height: 33px;
   z-index: 10;
   left: 1560.24px;
   top: 926.89px;
   background: linear-gradient(90deg, #ffffffff 1.98%, #ffffffff 96.34%);
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   backdrop-filter: blur(9.1px);
   -webkit-font-smoothing: antialiased;
 }

 .container_556b6bbc8cde {
   width: 33px;
   height: 33px;
   z-index: 11;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:120.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   mix-blend-mode: normal;
 }

 .container_30d5935222f3 {
   position: absolute !important;
   overflow: visible;
   width: 33px;
   height: 33px;
   z-index: 11;
   left: 1534.21px;
   top: 926.89px;
   background: linear-gradient(90deg, #ffffffff 1.98%, #ffffffff 96.34%);
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   backdrop-filter: blur(9.1px);
   -webkit-font-smoothing: antialiased;
 }

 .text_d2ee5e9af3c6 {
   width: max-content;
   z-index: 10;
   position: absolute !important;
   left: 1386.37px;
   top: 963.68px;
   line-height: 12.47px;
   font-family: 'Roboto';
 }

 .text_f27436c84a91 {
   width: max-content;
   z-index: 10;
   position: absolute !important;
   left: 1386.37px;
   top: 982.03px;
   line-height: 41.56px;
   font-family: 'Roboto';
 }

 .text_2893adc2b57a {
   width: max-content;
   z-index: 10;
   position: absolute !important;
   left: 1415.93px;
   top: 1043.35px;
   line-height: 12.47px;
   font-family: 'IBM Plex Sans';
 }

 .text_ae432b8ccee6 {
   width: max-content;
   z-index: 10;
   position: absolute !important;
   left: 1445.83px;
   top: 1043.35px;
   line-height: 12.47px;
   font-family: 'Roboto';
 }

 .container_2a2b4660158a {
   width: 25.19px;
   height: 25.13px;
   z-index: 10;
   position: absolute !important;
   left: 1384.56px;
   top: 1037.11px;
   background: #000000;
   border-radius: 30.74px 30.74px 30.74px 30.74px;
   backdrop-filter: blur(5.1px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_2c7b4736a941 {
   width: 18.07px;
   height: 18.07px;
   z-index: 11;
   position: absolute !important;
   left: 1388.12px;
   top: 1040.64px;
 }

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

 .container_82cd383f64b1 {
   width: 33px;
   height: 33px;
   z-index: 12;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:129.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   mix-blend-mode: normal;
 }

 .container_d93eb9ba0e4a {
   position: absolute !important;
   overflow: visible;
   width: 33px;
   height: 33px;
   z-index: 12;
   left: 1511.87px;
   top: 926.89px;
   background: linear-gradient(90deg, #ffffffff 1.98%, #ffffffff 96.34%);
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   backdrop-filter: blur(9.1px);
   -webkit-font-smoothing: antialiased;
 }

 .container_e7ea954aad82 {
   width: 33px;
   height: 33px;
   z-index: 13;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:130.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   mix-blend-mode: normal;
 }

 .container_37a04cb3ef22 {
   position: absolute !important;
   overflow: visible;
   width: 33px;
   height: 33px;
   z-index: 13;
   left: 1492.05px;
   top: 926.89px;
   background: linear-gradient(90deg, #ffffffff 1.98%, #ffffffff 96.34%);
   border-radius: 127.68px 127.68px 127.68px 127.68px;
   backdrop-filter: blur(9.1px);
   -webkit-font-smoothing: antialiased;
 }

 .container_484db321fce2 {
   position: absolute !important;
   width: 1878px;
   height: 1165px;
   z-index: 1;
   left: 21px;
   top: 21.74px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_8277549614cc {
   width: 363.5px;
   height: 131.84px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 268.24px;
 }

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

 .container_5fabc3b2d599 {
   width: 18px;
   height: 18px;
   z-index: 3;
   border-top: 1px solid #dededeff;
   border-right: 1px solid #dededeff;
   border-bottom: 1px solid #dededeff;
   border-left: 1px solid #dededeff;
   position: absolute !important;
   left: 364px;
   top: 389.74px;
   background: #ebebeb;
   border-radius: 3px 3px 3px 3px;
   box-shadow: inset 0px 0px 4px #4b4b4b1a;
 }

 .imageview_eeae68c87a6e {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 84px;
   top: 241.74px;
 }

 .imageview_eeae68c87a6e img {
   position: absolute;
   width: 136.0px !important;
   height: 136.0px !important;
   max-width: none !important;
   left: -34.0px;
   top: -30.0px;
 }

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

 .text_53664a2c26c3 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 64.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a585cf79b942 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 28.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3693f2386373 {
   width: 170px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8d3c5234789c {
   width: 1px;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_f9d85a99e6aa {
   width: 288px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_671294a5b197 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 64.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_041b2d860e51 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 28.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_24bf6c7c0155 {
   width: 110px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bd24756cf5e0 {
   width: 1px;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_e15f56d95de3 {
   width: 228px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_b8d130bffd93 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 64.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_d9339a6b019a {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 28.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c9bf7720c072 {
   width: 231px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b5b7de86de68 {
   width: 1px;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_778ae7b960a2 {
   width: 349px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4396b9b3cb1e {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 64.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-c43aafbd82ed_4396b9b3cb1e {
   line-height: 64.8px;
   font-family: 'Roboto';
 }

 .text-99ff87688f6a_4396b9b3cb1e {
   line-height: 64.8px;
   font-family: 'Roboto';
 }

 .text_9a2199f8f6e3 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 28.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_33dc39dbb22e {
   width: 225px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_76f0ad82853d {
   width: 1444px;
   height: 101px;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 1246.74px;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 118px 118px;
   display: flex !important;
   flex-direction: row;
 }

 .line_8a59faf02ce2 {
   width: 1px;
   height: 273.39px;
   border-top: 1px solid #004aadff;
   border-right: 1px solid #004aadff;
   border-bottom: 1px solid #004aadff;
   border-left: 1px solid #004aadff;
   position: absolute !important;
   left: 301.54px;
   top: 3037.57px;
   direction: vertical;
   background: #004aad;
 }

 .container_3efa675013aa {
   width: 18.63px;
   height: 9.91px;
   z-index: 1;
   position: absolute !important;
   left: 291.62px;
   top: 3170.57px;
   background: #faf6ff;
 }

 .text_ebde2892a56b {
   width: 900px;
   height: 152px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-32604c37ff50_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-c96d03b438fb_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-aee5a5e2e11f_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-f05eb7f5a954_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-ea817bc7bc6a_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-9902cd5959d4_ebde2892a56b {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text_7764684461e7 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_24034bb4f9e9 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3a44923d6652 {
   width: 408.2px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_27e1ba4fe3eb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_4aca0f79327e {
   width: fit-content;
   z-index: 2;
   line-height: 29.8px;
   font-family: 'Roboto';
 }

 .container_69d717acda5e {
   padding: 10px 10px 10px 10px;
   width: 101px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #004aad;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_98800317448e {
   width: 610.1px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .imageview_9c96cb1384d4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_3f3db6fcdb9d {
   width: fit-content;
   z-index: 2;
   line-height: 29.8px;
   font-family: 'Roboto';
 }

 .container_4331c1681855 {
   padding: 10px 10px 10px 10px;
   width: 101px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #004aad;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_e30b66bf929b {
   width: 610.1px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .imageview_27d7efe20932 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_328a8cbdc6be {
   width: fit-content;
   z-index: 2;
   line-height: 29.8px;
   font-family: 'Roboto';
 }

 .container_2a2c1aea1e21 {
   padding: 10px 10px 10px 10px;
   width: 101px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #004aad;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_517d4e64fe59 {
   width: 610.1px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .text_98b5fca1a369 {
   width: 573.21px;
   height: 52.52px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_9fc15c77acb6 {
   width: 630.1px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ad1f79cb5e0 {
   width: 594.14px;
   height: 515.69px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 27px 27px 27px 27px;
   box-shadow: 0px 21px 46.1px #004aad36;
 }

 .container_a03fb4907cd1 {
   width: 566px;
   height: 492px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(323deg, #004aad00 65.27%, #004aadff 97.74%);
   border-radius: 21px 21px 21px 21px;
   mix-blend-mode: normal;
 }

 .container_c2d325f1bc28 {
   position: absolute !important;
   overflow: visible;
   width: 566px;
   height: 492px;
   z-index: 3;
   left: 14.07px;
   top: 11.85px;
   background: url("https://cdn.yotako.io/d93d62aa-ae72-41d4-a74c-8512460b3382/24:248.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 21px 21px 21px 21px;
 }

 .text_45b3bf8c2f57 {
   width: 214.27px;
   z-index: 4;
   position: absolute !important;
   left: 44.09px;
   top: 38.05px;
   line-height: 30.43px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0a807b9b27a7 {
   width: 525px;
   height: 225.09px;
   z-index: 4;
   position: absolute !important;
   left: 35.09px;
   top: 264.96px;
   background: #ffffffcf;
   border-radius: 14.29px 14.29px 14.29px 14.29px;
   backdrop-filter: blur(6.43px);
   -webkit-font-smoothing: antialiased;
 }

 .text_b119ec16e923 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 66.09px;
   top: 291.05px;
   line-height: 36.43px;
   font-family: 'Roboto';
 }

 .text_345583654e2d {
   width: 236.76px;
   z-index: 5;
   position: absolute !important;
   left: 298.09px;
   top: 291.05px;
   line-height: 22.24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_846cfb748a11 {
   width: fit-content;
   z-index: 5;
   line-height: 25.6px;
   font-family: 'Roboto';
 }

 .text-0172a620eb41_846cfb748a11 {
   line-height: 25.6px;
   font-family: 'Roboto';
 }

 .text-b17ef0d54303_846cfb748a11 {
   line-height: 25.6px;
   font-family: 'Roboto';
 }

 .container_09e29bce78aa {
   padding: 6.1px 18.3px 6.1px 18.3px;
   width: 183.94px;
   height: 53.81px;
   z-index: 5;
   position: absolute !important;
   left: 66.09px;
   top: 347.55px;
   justify-content: center;
   align-items: center;
   gap: 0 8.71px;
   display: flex !important;
   flex-direction: row;
   background: #004aad1a;
   border-radius: 12.2px 12.2px 12.2px 12.2px;
 }

 .container_wrapper_09e29bce78aa {
   position: absolute !important;
   left: 66.09px;
   top: 347.55px;
   width: 183.94px;
   height: 53.81px;
   z-index: 5;
 }

 .container_nested_09e29bce78aa {
   padding: 6.1px 18.3px 6.1px 18.3px;
   width: 183.94px;
   height: 53.81px;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 8.71px;
   display: flex !important;
   flex-direction: row;
   background: #004aad1a;
   border-radius: 12.2px 12.2px 12.2px 12.2px;
 }

 .text_bec151007e6d {
   width: fit-content;
   z-index: 5;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text-1d7e65e4f915_bec151007e6d {
   line-height: 36.07px;
   font-family: 'Roboto';
 }

 .text-4029bad1220e_bec151007e6d {
   line-height: 25.6px;
   font-family: 'Roboto';
 }

 .container_80554ff4384b {
   padding: 6.1px 18.3px 6.1px 18.3px;
   width: 184.71px;
   height: 54.02px;
   z-index: 5;
   position: absolute !important;
   left: 341.03px;
   top: 347.55px;
   justify-content: center;
   align-items: center;
   gap: 0 8.71px;
   display: flex !important;
   flex-direction: row;
   background: #004aad1a;
   border-radius: 12.2px 12.2px 12.2px 12.2px;
 }

 .container_wrapper_80554ff4384b {
   position: absolute !important;
   left: 341.03px;
   top: 347.55px;
   width: 184.71px;
   height: 54.02px;
   z-index: 5;
 }

 .container_nested_80554ff4384b {
   padding: 6.1px 18.3px 6.1px 18.3px;
   width: 184.71px;
   height: 54.02px;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 8.71px;
   display: flex !important;
   flex-direction: row;
   background: #004aad1a;
   border-radius: 12.2px 12.2px 12.2px 12.2px;
 }

 .text_c34238c798e7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 66.09px;
   top: 417.81px;
   line-height: 25.74px;
   font-family: 'Roboto';
 }

 .text_936608de3eb9 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 66.09px;
   top: 447.66px;
   line-height: 25.74px;
   font-family: 'Roboto';
 }

 .imageview_2ff990854e24 {
   width: 54px;
   height: 14.29px;
   z-index: 4;
   position: absolute !important;
   left: 496.09px;
   top: 49.05px;
 }

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

 .imageview_a29a7ec102ba {
   width: 74.71px;
   height: 14.73px;
   z-index: 5;
   position: absolute !important;
   left: 258.9px;
   top: 369.88px;
 }

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

 .container_33c001bc6143 {
   position: relative !important;
   overflow: visible;
   width: 594.14px;
   height: 515.69px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_055fb99efb28 {
   padding: 44px 49px 44px 49px;
   width: 100%;
   min-width: 0;
   height: 604px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff85;
   border-radius: 50px 50px 50px 50px;
   backdrop-filter: blur(29px);
   -webkit-font-smoothing: antialiased;
 }

 .container_9dc3231b7a8f {
   width: 1440.2px;
   height: 803px;
   z-index: 2;
   position: absolute !important;
   left: 240px;
   top: 2668.07px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 47px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8f3351e554b4 {
   width: 687px;
   height: 530px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 20px 20px 20px 20px;
   box-shadow: -30px 34px 154px #004aad1c;
   backdrop-filter: blur(9px);
   -webkit-font-smoothing: antialiased;
 }

 .container_79823af6294b {
   width: 489px;
   height: 436px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 94px;
   background: #004aad0a;
   border-radius: 20px 0 20px 0;
 }

 .imageview_5fb4165e70c5 {
   width: 443px;
   height: 263px;
   z-index: 3;
   position: absolute !important;
   left: 244px;
   top: 224px;
 }

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

 .imageview_4a76a64c209d {
   width: 444.21px;
   height: 177px;
   z-index: 4;
   position: absolute !important;
   left: 242.98px;
   top: 223px;
 }

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

 .imageview_0fb1470c88e3 {
   width: 17px;
   height: 17px;
   z-index: 5;
   position: absolute !important;
   left: 591px;
   top: 243px;
 }

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

 .imageview_cbef5373f642 {
   width: 17px;
   height: 16px;
   z-index: 5;
   position: absolute !important;
   left: 323px;
   top: 384px;
 }

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

 .text_5fbbfc459941 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 228px;
   top: 122px;
   line-height: 26.52px;
   font-family: 'Roboto';
 }

 .text_a95c753c2005 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 278px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_9b4cb0b0f539 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 323px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_b4cfa4a26680 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 366px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_53ac26716575 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 408px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_adcb52e00998 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 452px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_48c4d0b59e40 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 494px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_93ce690efab6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 538px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_26a9705aa41b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 580px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .text_2210b45ea34e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 624px;
   top: 494px;
   line-height: 12px;
   font-family: 'Roboto';
 }

 .imageview_00ed6e5277fa {
   width: 68px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 595px;
   top: 38px;
 }

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

 .container_47a0ad023205 {
   width: 393px;
   height: 8px;
   z-index: 3;
   position: absolute !important;
   left: 228px;
   top: 161.22px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #a9a9a938;
   border-radius: 10px 10px 10px 10px;
 }

 .container_71a9efb6fa48 {
   width: 265px;
   height: 8px;
   z-index: 3;
   position: absolute !important;
   left: 228px;
   top: 178.22px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #a9a9a938;
   border-radius: 10px 10px 10px 10px;
 }

 .line_f6898aa92efa {
   width: 1px;
   height: 293px;
   z-index: 5;
   border-top: 1px solid #004aad29;
   border-right: 1px solid #004aad29;
   border-bottom: 1px solid #004aad29;
   border-left: 1px solid #004aad29;
   position: absolute !important;
   left: 244px;
   top: 211px;
   direction: vertical;
   background: #004aad29;
 }

 .line_e156c5fc0d09 {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #e0dbfdff;
   border-right: 1px solid #e0dbfdff;
   border-bottom: 1px solid #e0dbfdff;
   border-left: 1px solid #e0dbfdff;
   position: absolute !important;
   left: 282px;
   top: 470px;
   direction: vertical;
   background: #e0dbfd;
 }

 .line_cd8b4815aeaa {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 325px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_ac12bbc5d594 {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 368px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_ddc3fb8bec1e {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 411px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_5317aea0fa0e {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 454px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_00634d6b8643 {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 497px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_fc42b2eedd6d {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 540px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_d0b1f076b9f6 {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 583px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_dcab2274de83 {
   width: 1px;
   height: 17px;
   z-index: 4;
   border-top: 1px solid #004aad33;
   border-right: 1px solid #004aad33;
   border-bottom: 1px solid #004aad33;
   border-left: 1px solid #004aad33;
   position: absolute !important;
   left: 626px;
   top: 470px;
   direction: vertical;
   background: #004aad33;
 }

 .line_b519624906a8 {
   width: 427px;
   height: 1px;
   z-index: 6;
   border-top: 1px solid #004aad30;
   border-right: 1px solid #004aad30;
   border-bottom: 1px solid #004aad30;
   border-left: 1px solid #004aad30;
   position: absolute !important;
   left: 228px;
   top: 487px;
   direction: horizontal;
   background: #004aad30;
 }

 .container_6f8ce6f975f4 {
   width: 146px;
   height: 40px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad;
   border-radius: 100px 100px 100px 100px;
 }

 .container_5a74846b892a {
   width: 146px;
   height: 40px;
   z-index: 6;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad17;
   border-radius: 100px 100px 100px 100px;
 }

 .text_cd14ca46912e {
   width: max-content;
   z-index: 7;
   position: absolute !important;
   left: 23px;
   top: 10px;
   line-height: 21.14px;
   font-family: 'Roboto';
 }

 .container_a91420971b57 {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 40px;
   z-index: 6;
   left: 391px;
   top: 84px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_7a824de5277a {
   position: absolute !important;
   overflow: visible;
   width: 537px;
   height: 124px;
   z-index: 6;
   left: 28px;
   top: 136px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_c63b8f75fb6d {
   width: max-content;
   z-index: 7;
   position: absolute !important;
   left: 65.5px;
   top: 147px;
   line-height: 20.75px;
   font-family: 'Roboto';
 }

 .container_1f6e859fcacd {
   width: 146px;
   height: 40px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad36;
   border-radius: 100px 100px 100px 100px;
 }

 .text_96802ea79fef {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 22.5px;
   top: 10px;
   line-height: 20.75px;
   font-family: 'Roboto';
 }

 .container_8139fef71a4e {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 40px;
   z-index: 7;
   left: 28px;
   top: 189px;
   border-radius: 100px 100px 100px 100px;
   opacity: 0.6000000238418579;
 }

 .container_wrapper_8139fef71a4e {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 189px;
   width: 146px;
   height: 40px;
   z-index: 7;
 }

 .container_nested_8139fef71a4e {
   width: 146px;
   height: 40px;
   z-index: 7;
   border-radius: 100px 100px 100px 100px;
   opacity: 0.6000000238418579;
 }

 .container_34d3bf05b132 {
   width: 146px;
   height: 40px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad36;
   border-radius: 100px 100px 100px 100px;
 }

 .text_664e83373246 {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 36.5px;
   top: 9.5px;
   line-height: 20.75px;
   font-family: 'Roboto';
 }

 .container_8f96186c15b1 {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 40px;
   z-index: 7;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
   opacity: 0.30000001192092896;
 }

 .container_838ae3862108 {
   width: 146px;
   height: 40px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad36;
   border-radius: 100px 100px 100px 100px;
 }

 .text_af03c9911d65 {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 20px;
   top: 8px;
   line-height: 20.75px;
   font-family: 'Roboto';
 }

 .container_9e8b026ba1da {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 40px;
   z-index: 7;
   left: 0px;
   top: 52px;
   border-radius: 100px 100px 100px 100px;
   opacity: 0.10000000149011612;
 }

 .container_edc75488ec2c {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 92px;
   z-index: 7;
   left: 28px;
   top: 243px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_4c727d788485 {
   width: 70px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e9e9e9;
   border-radius: 10px 10px 10px 10px;
 }

 .container_be1bff4147dc {
   width: 70px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 91px;
   top: 0px;
   background: #e9e9e9;
   border-radius: 10px 10px 10px 10px;
 }

 .container_cdc858cc57ab {
   width: 70px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 180px;
   top: 0px;
   background: #e9e9e9;
   border-radius: 10px 10px 10px 10px;
 }

 .container_fc05920ee263 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 20px;
   z-index: 2;
   left: 32px;
   top: 36px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_0fe79492bdd1 {
   width: 90.25px;
   height: 120.25px;
   z-index: 2;
   position: absolute !important;
   left: 95.75px;
   top: 356px;
 }

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

 .container_af4d3cc26fed {
   position: relative !important;
   overflow: visible;
   width: 687px;
   height: 530px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e993b89e9257 {
   width: 83.73px;
   height: 83.73px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e993b89e9257 img {
   position: absolute;
   width: 175.9px !important;
   height: 175.9px !important;
   max-width: none !important;
   left: -46.1px;
   top: -25.1px;
 }

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

 .text_69623da98f68 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 28.83px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_084bd9c8f094 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .text_b0e05ceb9629 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-a04f613fdb80_b0e05ceb9629 {
   line-height: 29.8px;
   font-family: 'Roboto';
 }

 .text-260a43246119_b0e05ceb9629 {
   line-height: 29.8px;
   font-family: 'Roboto';
 }

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

 .container_acd7ae824169 {
   width: 569.67px;
   height: 441.73px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 49px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9a59767d87d {
   position: relative !important;
   overflow: visible;
   width: 569.67px;
   height: 441.73px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_161c265bd0b1 {
   padding: 37px 62px 37px 62px;
   width: 1440.67px;
   height: 604px;
   z-index: 1;
   position: absolute !important;
   left: 241.25px;
   top: 3536.07px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffa3;
   border-radius: 50px 50px 50px 50px;
   backdrop-filter: blur(29px);
   -webkit-font-smoothing: antialiased;
 }

 .container_1fb626827ca1 {
   width: 1862px;
   height: 857.82px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.48px;
   background: #004aad;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_014f6e2b9669 {
   width: 964px;
   height: 341px;
   z-index: 2;
   position: absolute !important;
   left: -410.43px;
   top: -255.82px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   border-radius: 65px 45px 110.26px 65px;
   mix-blend-mode: overlay;
 }

 .imageview_014f6e2b9669.wp-block-image {
   width: 554px !important;
   height: 85px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_014f6e2b9669 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_ce883f115818 {
   width: 423px;
   height: 403px;
   z-index: 2;
   position: absolute !important;
   left: 1530px;
   top: 621.55px;
   border-radius: 65px 45px 110.26px 65px;
   mix-blend-mode: overlay;
 }

 .imageview_ce883f115818 img {
   position: absolute;
   width: 168.71% !important;
   height: 176.98% !important;
   max-width: none !important;
   left: -0.00%;
   top: 0.00%;
 }

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

 .text_eeae8c165b42 {
   width: fit-content;
   z-index: 3;
   line-height: 76px;
   font-family: 'Roboto';
 }

 .container_f13e1359fc09 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5c6075f4fb08 {
   width: fit-content;
   z-index: 3;
   line-height: 76px;
   font-family: 'Roboto';
 }

 .container_bd126fde23b3 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b48a5f1355f {
   width: fit-content;
   z-index: 3;
   line-height: 35.78px;
   font-family: 'Roboto';
 }

 .container_dbe1fadb74c2 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: 46px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbb21b2e2f80 {
   width: 853px;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3129d55362f1 {
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_3129d55362f1 img {
   position: absolute;
   width: 33.7px !important;
   height: 88.7px !important;
   max-width: none !important;
   left: 55.0px;
   top: 0.0px;
 }

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

 .text_d89d994d79ff {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_a3d7dfcfbe3d {
   width: 286.78px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_b90023e8bb81 {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea44163b1f4e {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 61%, #ffffff0a 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_14f6f48cdd3d {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 34%, #ffffff14 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_560d4bcab509 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff03;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0px -28px 84px #e2e8ff1f;
 }

 .imageview_a90a28466cf8 {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_17ca4fc4ef2e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 22.85px;
   top: 24.85px;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

 .container_581e058573b7 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_9937f01f2e43 {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_9cc80abc3166 {
   width: 286.78px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_7a38d586dcfd {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_70138f61bed4 {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 22px 22px 22px 22px;
 }

 .imageview_9205eabef62e {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_d64521098f87 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 22.85px;
   top: 24.85px;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

 .container_dd35af2db2f0 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_69830eb8fc9f {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_43959f8e18e7 {
   width: 287.15px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_997ecaac0df3 {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b8a2e8bcce1 {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 61%, #ffffff0a 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_3544e001977b {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 34%, #ffffff14 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_9d37c153347f {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff03;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0px -28px 84px #e2e8ff1f;
 }

 .imageview_985bd6c21859 {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_cfe226653241 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 22.85px;
   top: 24.85px;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

 .container_c708ba36c884 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ae37f5274c37 {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_62588890331e {
   width: 286.78px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_ae0c986a66fc {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d1870ab0c43 {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 61%, #ffffff0a 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_28061e966274 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 34%, #ffffff14 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_ce28acb63704 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff03;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0px -28px 84px #e2e8ff1f;
 }

 .imageview_53709293a42d {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_e225fd82102b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 22.85px;
   top: 24.85px;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

 .container_1c8a01450b83 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_13939a12ac89 {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_20aa53e02313 {
   width: 286.78px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_05f052c0ac02 {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_afc76f14c55a {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 61%, #ffffff0a 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_21a357b97edd {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 34%, #ffffff14 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_9f3adc5b3245 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff03;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0px -28px 84px #e2e8ff1f;
 }

 .imageview_b027486c78b0 {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_b027486c78b0 img {
   position: absolute;
   width: 82.0px !important;
   height: 88.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_1d031ef00c78 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 22.85px;
   top: 24.85px;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

 .container_469889464523 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_wrapper_469889464523 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 88.69px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_nested_469889464523 {
   width: 88.69px;
   height: 88.69px;
   z-index: 3;
 }

 .text_6550fa83b091 {
   width: fit-content;
   z-index: 3;
   line-height: 38.97px;
   font-family: 'Roboto';
 }

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

 .text_1a50dcaa0756 {
   width: 286.78px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 20.75px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_4353b95756cc {
   width: 306.78px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 118px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0078efeb7a3b {
   padding: 21px 19px 21px 19px;
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 61%, #ffffff0a 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_41afd8f67327 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #ffffff00 34%, #ffffff14 100%);
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_d8e2d925d323 {
   width: 345px;
   height: 354px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff03;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0px -28px 84px #e2e8ff1f;
 }

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

 .container_166fb9ee4571 {
   width: 2010px;
   height: 622px;
   z-index: 3;
   position: absolute !important;
   left: -74px;
   top: 106px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1045ea22876a {
   position: absolute !important;
   width: 1862px;
   height: 857px;
   z-index: 1;
   left: 29px;
   top: 8771.7px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_8ec7c28f1508 {
   width: 278px;
   height: 89px;
   flex-shrink: 0;
 }

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

 .container_7e2904f5c0d9 {
   width: 87.05px;
   height: 86.23px;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 121.47px 121.47px 121.47px 121.47px;
   opacity: 0.20000000298023224;
 }

 .imageview_cf724d434a04 {
   width: 12.15px;
   height: 23.38px;
   z-index: 1;
   position: absolute !important;
   left: 37.45px;
   top: 31.42px;
 }

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

 .container_edf5a2c52153 {
   position: relative !important;
   overflow: visible;
   width: 87.05px;
   height: 86.23px;
   flex-shrink: 0;
 }

 .container_014f789d7de0 {
   width: 87.05px;
   height: 86.23px;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 121.47px 121.47px 121.47px 121.47px;
   opacity: 0.20000000298023224;
 }

 .imageview_1f092cca7642 {
   width: 24.29px;
   height: 18.64px;
   z-index: 1;
   position: absolute !important;
   left: 31.38px;
   top: 33.79px;
 }

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

 .container_0d6724409173 {
   position: relative !important;
   overflow: visible;
   width: 87.05px;
   height: 86.23px;
   flex-shrink: 0;
 }

 .container_c95157709f29 {
   width: 87.05px;
   height: 86.23px;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 121.47px 121.47px 121.47px 121.47px;
   opacity: 0.20000000298023224;
 }

 .imageview_21827de9e6b7 {
   width: 24.29px;
   height: 24.29px;
   z-index: 1;
   position: absolute !important;
   left: 31.38px;
   top: 30.97px;
 }

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

 .container_c399bfe37e4b {
   position: relative !important;
   overflow: visible;
   width: 87.05px;
   height: 86.23px;
   flex-shrink: 0;
 }

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

 .imageview_4ce26befa5f8 {
   width: 70px;
   height: 70px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_1679f730e6a7 {
   width: max-content;
   position: absolute !important;
   left: 84px;
   top: 25.5px;
   line-height: 19.4px;
   font-family: 'Inter';
 }

 .imageview_f64996f50511 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 22.52px;
 }

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

 .container_b62a2dd3d2b2 {
   position: relative !important;
   overflow: visible;
   width: 382px;
   height: 70px;
   flex-shrink: 0;
 }

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

 .line_e0faaacc61ff {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   direction: horizontal;
   background: #ffffff80;
 }

 .text_a43c84f162f4 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Roboto';
 }

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

 .container_9eea179fddcc {
   width: 1439.84px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_641303020222 {
   width: 100%;
   min-width: 0;
   line-height: 188.63px;
   word-wrap: break-word;
   background: linear-gradient(180deg, #ffffffff -266.21%, #004aadff 100%);
   font-family: 'Roboto';
 }

 .container_5afb06fca9fb {
   width: 1834px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bdce9444d29b {
   padding: 119px 14px 119px 14px;
   width: 1862px;
   height: 523px;
   position: absolute !important;
   left: 29px;
   top: 12568px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #004aad;
   border-radius: 25px 25px 25px 25px;
 }

 .text_0c57d676191c {
   width: 1015.54px;
   height: 79.64px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-59165e9da842_0c57d676191c {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-0fc2df8e0555_0c57d676191c {
   line-height: 76px;
   font-family: 'Roboto';
 }

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

 .imageview_cc611bb20d64 {
   width: 104.15px;
   height: 98.41px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_bef51bc41bd0 {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_b2a72a15f693 {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7447e2315ee9 {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_15f3a8e31247 {
   width: 11.85px;
   height: 88px;
   z-index: 2;
 }

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

 .text_a108d543141f {
   width: 363.59px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_8379435cb328 {
   padding: 4.38px 27.13px 8.75px 22px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_dbd0dcb0cf71 {
   padding: 17px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(138deg, #024baeff 0%, #4987daff 101%);
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .imageview_5d7a80f776ed {
   width: 107.65px;
   height: 98.41px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_a0e798d37331 {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_ab330f6bd1a5 {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_873cc5bcabbb {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_0a2ffcfaf9fb {
   width: 11.85px;
   height: 70.09px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_5f520d47abe8 {
   width: 357.41px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_5149c3ad8f17 {
   padding: 8.75px 27.13px 8.75px 24px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_465520e983e3 {
   padding: 15.75px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffbf;
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .imageview_4bbb7dd7d319 {
   width: 108.53px;
   height: 98.41px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e9822a5f7c5b {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_cdf7280e2223 {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8c4499d8d30f {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_ea757e3bc538 {
   width: 11.85px;
   height: 88px;
   z-index: 2;
 }

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

 .text_5dde1fb903ca {
   width: 349.49px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_cb01398ff18b {
   padding: 4.38px 27.13px 8.75px 24px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_085933a78611 {
   padding: 15.75px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffbf;
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .imageview_dc7f36e17922 {
   width: 107.01px;
   height: 98.41px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e79c6807fa8c {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_4a1ca49ac7fd {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4f37d7099eab {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_4214b7cfcc16 {
   width: 11.85px;
   height: 88px;
   z-index: 2;
 }

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

 .text_28ef569d79e0 {
   width: 363.59px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_3049a1abc3a4 {
   padding: 4.38px 27.13px 8.75px 11px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_6c8f3e8191ae {
   padding: 15.75px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffbf;
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .imageview_045bb76b5743 {
   width: 102.01px;
   height: 98.41px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_12133aba50bf {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_f64076d8107e {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1cc2a6bddb83 {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_9965441c35e9 {
   width: 11.85px;
   height: 51px;
   z-index: 2;
 }

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

 .text_ccdb8eacac94 {
   width: 363.59px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_2b5f4072a6f6 {
   padding: 19px 27.13px 8.75px 20px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_64e47fb2a6b7 {
   padding: 15.75px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffbf;
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .imageview_4a895c1fb8a9 {
   width: 104px;
   height: 98px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_11657d3ac6b0 {
   width: fit-content;
   z-index: 2;
   line-height: 27.24px;
   font-family: 'Roboto';
 }

 .container_a77d679b23fe {
   padding: 8.75px 8.75px 8.75px 8.75px;
   width: fit-content;
   height: 65.64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.75px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5aca3131d4c {
   width: 367.03px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_be101959437d {
   width: 11.85px;
   height: 91px;
   z-index: 2;
 }

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

 .text_10e5da55a886 {
   width: 356.53px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_b277b7de1f89 {
   padding: 4.38px 27.13px 8.75px 16px;
   width: 100%;
   min-width: 0;
   height: 112.76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f4fa;
   border-radius: 12.25px 12.25px 12.25px 12.25px;
 }

 .container_120e13130932 {
   padding: 15.75px 11.38px 15.75px 11.38px;
   width: 443px;
   height: 453px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 8.75px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffffbf;
   border-radius: 18.38px 18.38px 18.38px 18.38px;
   box-shadow: 0px 11.38px 20.3px #004aad14;
 }

 .container_947e392b7efe {
   width: 1387px;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 29px 29px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7004fd8584ed {
   width: 1436.52px;
   height: 1071.64px;
   z-index: 2;
   position: absolute !important;
   left: 239.8px;
   top: 5798.01px;
   align-items: center;
   justify-content: flex-start;
   gap: 57px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad8a5a199698 {
   width: 754.92px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-d13f98b99975_ad8a5a199698 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-ab2bba4a1de1_ad8a5a199698 {
   line-height: 76px;
   font-family: 'Roboto';
 }

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

 .imageview_def65015edea {
   width: 648px;
   height: 568px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_def65015edea img {
   position: absolute;
   width: 111.04% !important;
   height: 126.66% !important;
   max-width: none !important;
   left: -5.52%;
   top: -19.65%;
 }

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

 .text_62a1c691e2df {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 57.65px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-11ca8daeba6d_62a1c691e2df {
   line-height: 58.59px;
   font-family: 'Roboto';
 }

 .text-b2e23feb98e3_62a1c691e2df {
   line-height: 57.65px;
   font-family: 'Roboto';
 }

 .text_e7c94d19e05f {
   width: 100%;
   min-width: 0;
   height: 90px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_64be46dfc349 {
   width: 682.49px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cd9066cc4fd {
   width: fit-content;
   z-index: 1;
   line-height: 34.59px;
   font-family: 'Roboto';
 }

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

 .text_4523d85939cb {
   width: 682.49px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_04681fc9226f {
   padding: 0 0 50px 0;
   width: 702.49px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 27px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ac6c2573a91 {
   width: 1421.81px;
   height: 761.38px;
   z-index: 1;
   position: absolute !important;
   left: 230px;
   top: 6989.65px;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
   gap: 21px 71px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e8487ecb2a21 {
   width: 529px;
   height: 529px;
   z-index: 2;
   position: absolute !important;
   left: 686px;
   top: 8258.37px;
   opacity: 0.800000011920929;
 }

 .imageview_e8487ecb2a21 img {
   position: absolute;
   width: 1920.0px !important;
   height: 2329.0px !important;
   max-width: none !important;
   left: -686.0px;
   top: -900.0px;
 }

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

 .text_6af027d1b597 {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-e2233e244f2d_6af027d1b597 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-15f883e0ce8e_6af027d1b597 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .container_6fe71d730038 {
   width: 829px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #ffffff78;
   border-right: 1px solid #ffffff78;
   border-bottom: 1px solid #ffffff78;
   border-left: 1px solid #ffffff78;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 58px 58px 58px 58px;
   box-shadow: 0px 21px 46.1px #8d4dfe0f;
 }

 .text_c9764c818d42 {
   width: fit-content;
   z-index: 4;
   line-height: 17.46px;
   font-family: 'Inter';
 }

 .container_ec974ba03811 {
   padding: 13px 19px 13px 19px;
   width: 271px;
   height: 64px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #004aad;
   border-radius: 34px 34px 34px 34px;
   box-shadow: 0px 21px 46.1px #8d4dfe0f;
 }

 .container_wrapper_ec974ba03811 {
   width: 271px;
   height: 64px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_nested_ec974ba03811 {
   padding: 13px 19px 13px 19px;
   width: 271px;
   height: 64px;
   z-index: 4;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #004aad;
   border-radius: 34px 34px 34px 34px;
   filter: drop-shadow(0px 21px 46.1px #8d4dfe0f);
 }

 .text_eba167d7c892 {
   width: fit-content;
   z-index: 4;
   line-height: 17.46px;
   font-family: 'Inter';
 }

 .container_c77e7c35beb9 {
   padding: 13px 19px 13px 19px;
   width: 271px;
   height: 64px;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 34px 34px 34px 34px;
   box-shadow: 0px 21px 46.1px #8d4dfe0f;
 }

 .text_6a8cdf207db4 {
   width: fit-content;
   z-index: 4;
   line-height: 17.46px;
   font-family: 'Inter';
 }

 .container_34920c41f4fd {
   padding: 13px 19px 13px 19px;
   width: 271px;
   height: 64px;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 34px 34px 34px 34px;
   box-shadow: 0px 21px 46.1px #8d4dfe0f;
 }

 .container_0c3735fb7dfd {
   width: 813px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 10.5px;
   top: 10px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_60eea468fbfd {
   position: relative !important;
   overflow: visible;
   width: 829px;
   height: 84px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_54ba124eb68e {
   width: 686px;
   height: 350px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_54ba124eb68e img {
   position: absolute;
   width: 100.00% !important;
   height: 130.63% !important;
   max-width: none !important;
   left: 0.00%;
   top: -15.32%;
 }

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

 .imageview_f06d408da883 {
   width: 23.5px;
   height: 24.5px;
   z-index: 3;
 }

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

 .text_387fb7ef2277 {
   width: fit-content;
   z-index: 3;
   line-height: 23.06px;
   font-family: 'Roboto';
 }

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

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

 .imageview_bc7ad3bb0337 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_a14acb8bc6d1 {
   width: fit-content;
   z-index: 3;
   line-height: 23.06px;
   font-family: 'Roboto';
 }

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

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

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

 .text_c6439543fb27 {
   width: 432.25px;
   flex-shrink: 0;
   z-index: 3;
   line-height: 34.59px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .text_f2c387be2246 {
   width: 594.14px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 23.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5a5b606b2f3b {
   margin: -12px 0 0 0 !important;
   padding: 10px 10px 10px 10px;
   width: 596px;
   height: fit-content;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c7da7e537e4a {
   width: 642px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3baf387e2d67 {
   padding: 12px 12px 12px 12px;
   width: 710px;
   height: 559.66px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(153deg, #004aadff 11.24%, #2467c3ff 95.67%);
   border-radius: 21px 21px 21px 21px;
   box-shadow: 14px 41px 83.6px #004aad2e;
 }

 .imageview_58ede59ef847 {
   width: 686px;
   height: 350px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_a6495c03f949 {
   width: 23.5px;
   height: 24.5px;
   z-index: 3;
 }

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

 .text_a55b60628f48 {
   width: fit-content;
   z-index: 3;
   line-height: 23.06px;
   font-family: 'Roboto';
 }

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

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

 .imageview_dbfd415effc5 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_cf06c73936a3 {
   width: fit-content;
   z-index: 3;
   line-height: 23.06px;
   font-family: 'Roboto';
 }

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

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

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

 .text_1220074ac16d {
   width: fit-content;
   z-index: 3;
   line-height: 34.59px;
   font-family: 'Roboto';
 }

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

 .text_0183094f780a {
   width: 594.14px;
   flex-shrink: 0;
   z-index: 4;
   line-height: 23.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_02b44a447faf {
   margin: -12px 0 0 0 !important;
   padding: 10px 10px 10px 10px;
   width: 596px;
   height: fit-content;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ac19fb5fafd2 {
   width: 642px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_883637e40861 {
   padding: 12px 12px 12px 12px;
   width: 710px;
   height: 559.66px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 21px 21px 21px 21px;
   box-shadow: 14px 41px 83.6px #004aad2e;
 }

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

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

 .container_421031f31ce5 {
   width: 1440px;
   height: 780.66px;
   z-index: 3;
   position: absolute !important;
   left: 240px;
   top: 7871.04px;
   align-items: center;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4da7f08cfc03 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 277px;
   top: 8881.38px;
 }

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

 .imageview_cb1dab9b9352 {
   width: 354px;
   height: 354px;
   position: absolute !important;
   left: 1106.66px;
   top: 12164.15px;
 }

 .imageview_cb1dab9b9352 img {
   position: absolute;
   width: 1487.3px !important;
   height: 1562.8px !important;
   max-width: none !important;
   left: -674.0px;
   top: -674.0px;
 }

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

 .imageview_fc5f1d63846c {
   width: 278.79px;
   height: 278.79px;
   position: absolute !important;
   left: -4px;
   top: 12135.33px;
 }

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

 .imageview_fc5f1d63846c img {
   position: absolute;
   width: 948.8px !important;
   height: 1591.7px !important;
   max-width: none !important;
   left: 4.0px;
   top: -674.0px;
 }

 .text_971e0d5767e5 {
   width: 645.09px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-3c4cd3c03957_971e0d5767e5 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-bced4a42a93e_971e0d5767e5 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-3044cf1ddf93_971e0d5767e5 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-9ac6c967f73e_971e0d5767e5 {
   line-height: 76px;
   font-family: 'Roboto';
 }

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

 .text_641a751054ce {
   width: 654px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_8f120eb438c9 {
   width: 674px;
   height: 410px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2a68f059b92 {
   width: 724px;
   height: 430.4px;
   z-index: 1;
   border-top: 14px solid #004aadff;
   border-right: 14px solid #004aadff;
   border-bottom: 14px solid #004aadff;
   border-left: 14px solid #004aadff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #004aadff 0%, #ffffffff 100%);
   border-radius: 27px 27px 27px 27px;
   opacity: 0.10999999940395355;
 }

 .container_a91587986eaa {
   width: 729.46px;
   height: 414.63px;
   z-index: 2;
   border-top: 10px solid #ffffff78;
   border-right: 10px solid #ffffff78;
   border-bottom: 10px solid #ffffff78;
   border-left: 10px solid #ffffff78;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #5193eaff 0%, #ffffffff 100%);
   border-radius: 27px 27px 27px 27px;
   opacity: 0.10999999940395355;
 }

 .container_10fafc8cf182 {
   position: absolute !important;
   overflow: visible;
   width: 729.46px;
   height: 430.4px;
   z-index: 1;
   left: 39px;
   top: 0px;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_c1f73202fde5 {
   width: 812px;
   height: 483px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 47.14px;
 }

 .imageview_c1f73202fde5 img {
   position: absolute;
   width: 84.86% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: 7.57%;
   top: 0.00%;
 }

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

 .container_338428d76912 {
   position: relative !important;
   overflow: visible;
   width: 812px;
   height: 530.14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0b2581121c78 {
   width: 1515px;
   height: 530.14px;
   z-index: 1;
   position: absolute !important;
   left: 218px;
   top: 9748.7px;
   justify-content: center;
   align-items: center;
   gap: 0 29px;
   display: flex !important;
   flex-direction: row;
 }

 .text_422f35f6e7ec {
   width: fit-content;
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-4d2bd82faaf8_422f35f6e7ec {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-f5eb940cf56e_422f35f6e7ec {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-05ef84ad1155_422f35f6e7ec {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .container_883907978e6e {
   width: 1093px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 623px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_eba5955c8b02 {
   width: 486px;
   height: 404px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_eba5955c8b02 img {
   position: absolute;
   width: 625.3px !important;
   height: 543.3px !important;
   max-width: none !important;
   left: -58.0px;
   top: -35.5px;
 }

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

 .imageview_f26e7687b58a {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 50% 50% 50% 50%;
   backdrop-filter: blur(29.99px);
   -webkit-font-smoothing: antialiased;
 }

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

 .text_ac72980dcb4e {
   width: fit-content;
   z-index: 1;
   line-height: 25.3px;
   font-family: 'Roboto';
 }

 .container_68c34ae8129f {
   padding: 8.47px 8.47px 8.47px 8.47px;
   width: 131px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa5dbcc189a3 {
   width: fit-content;
   z-index: 2;
   line-height: 18.45px;
   font-family: 'Roboto';
 }

 .container_8c32a72b9c6c {
   margin: -11.01px 0 0 0 !important;
   padding: 8.47px 53.3px 8.47px 0;
   width: 100%;
   min-width: 0;
   height: 32.19px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d8ff720e6133 {
   width: 208.38px;
   height: 71.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3228816e995e {
   position: relative !important;
   overflow: visible;
   width: 208.38px;
   height: 71.59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4248609cff8c {
   width: 107.47px;
   height: 17.91px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_9a72eb1e5701 {
   width: 358.04px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 31.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_1c5892bbfd7e {
   padding: 8.33px 8.33px 8.33px 8.33px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f5cf74db88ca {
   width: 356px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16.66px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5cf67e44d309 {
   width: 435px;
   height: 239.22px;
   z-index: 1;
   position: absolute !important;
   left: 31.65px;
   top: 29.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38.31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e37d23347e01 {
   position: relative !important;
   overflow: visible;
   width: 486px;
   height: 404px;
   flex-shrink: 0;
 }

 .imageview_391eb2fea0fd {
   width: 486px;
   height: 404px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_8a74129546b4 {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 50% 50% 50% 50%;
   backdrop-filter: blur(31.36px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_8a74129546b4 img {
   position: absolute;
   width: 101.44% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -0.72%;
   top: 0.00%;
 }

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

 .text_c8b2d74a22b9 {
   width: fit-content;
   z-index: 1;
   line-height: 25.3px;
   font-family: 'Roboto';
 }

 .container_0ebd374a42aa {
   padding: 8.47px 8.47px 8.47px 0;
   width: 84px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a18b2353cbc3 {
   width: fit-content;
   z-index: 2;
   line-height: 18.45px;
   font-family: 'Roboto';
 }

 .container_c3c5fe783e2e {
   margin: -11.01px 0 0 0 !important;
   padding: 8.47px 46px 8.47px 0;
   width: 127px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ae941b50e765 {
   width: 208.38px;
   height: 71.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_245dd2d3dc0f {
   position: relative !important;
   overflow: visible;
   width: 208.38px;
   height: 71.59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2222fb06125b {
   width: 107.47px;
   height: 17.91px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_010cdfa38a4e {
   width: 376.52px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 31.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3e9600d3f060 {
   padding: 8.33px 8.33px 8.33px 8.33px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1b37dfa8a471 {
   width: 356px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16.66px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_961062a57f29 {
   width: 435px;
   height: 207.22px;
   z-index: 1;
   position: absolute !important;
   left: 31.65px;
   top: 29.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38.31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_67b154389001 {
   position: relative !important;
   overflow: visible;
   width: 486px;
   height: 404px;
   flex-shrink: 0;
 }

 .imageview_45a5469b7f85 {
   width: 486px;
   height: 404px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_61409e7b2da9 {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 50% 50% 50% 50%;
   backdrop-filter: blur(26.15px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_61409e7b2da9 img {
   position: absolute;
   width: 100.00% !important;
   height: 103.56% !important;
   max-width: none !important;
   left: 0.00%;
   top: -1.78%;
 }

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

 .text_e5c95ab3aec1 {
   width: fit-content;
   z-index: 1;
   line-height: 25.3px;
   font-family: 'Roboto';
 }

 .container_f98caf3c2b6a {
   padding: 8.47px 8.47px 8.47px 8.47px;
   width: 131px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

 .text_54fa6366ff3f {
   width: fit-content;
   z-index: 2;
   line-height: 18.45px;
   font-family: 'Roboto';
 }

 .container_cdbf4f5e1ed7 {
   margin: -11.01px 0 0 0 !important;
   padding: 8.47px 10px 8.47px 0;
   width: 100%;
   min-width: 0;
   height: 32.19px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8.47px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_eebc732d0ef1 {
   width: 208.38px;
   height: 71.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_45c5c617f674 {
   position: relative !important;
   overflow: visible;
   width: 208.38px;
   height: 71.59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3bea72278ab7 {
   width: 107.47px;
   height: 17.91px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_133939155289 {
   width: 358.04px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 31.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_52276f5affa0 {
   padding: 8.33px 8.33px 8.33px 8.33px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f460fe0d336 {
   width: 356px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16.66px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_653203683447 {
   width: 435px;
   height: 271.22px;
   z-index: 1;
   position: absolute !important;
   left: 31.65px;
   top: 29.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38.31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9628f784fad2 {
   position: relative !important;
   overflow: visible;
   width: 486px;
   height: 404px;
   flex-shrink: 0;
 }

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

 .container_b37b2427eae1 {
   width: 1488px;
   height: 536px;
   position: absolute !important;
   left: 231.5px;
   top: 11911.68px;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e922340ea693 {
   width: fit-content;
   z-index: 1;
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-7ad49f2c39e1_e922340ea693 {
   line-height: 66px;
   font-family: 'Roboto';
 }

 .text-b8eac715ea92_e922340ea693 {
   line-height: 66px;
   font-family: 'Roboto';
 }

 .text-f4f213a0002e_e922340ea693 {
   line-height: 66px;
   font-family: 'Roboto';
 }

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

 .text_a1854dffba67 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_88eab15e504c {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_88eab15e504c img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_13de24332fb6 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5942f9b81403 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_02ad49a66a64 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

 .container_8fa68a4a94a5 {
   padding: 10px 10px 10px 10px;
   width: 503px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_82513e908e6d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_670a38e1c638 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_e13b3e3e7dfe {
   width: 761.66px;
   z-index: 1;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_41b018900ec7 {
   padding: 18px 13px 18px 13px;
   width: 100%;
   min-width: 0;
   height: 205px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(174deg, #004aadff 11.24%, #2467c3ff 95.67%);
   border-radius: 21px 21px 21px 21px;
   box-shadow: 14px 41px 83.6px #004aad2e;
 }

 .text_5eed846b1d56 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_0b8f4d6d05af {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0b8f4d6d05af img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_904af7fbe6ef {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_bb55991962a0 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_7e0e5ee3312a {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_004ef82e79a9 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_004ef82e79a9 img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_76d774eee0f2 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b74946f18926 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_c5fc94a9ce32 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_f85dd7436192 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f85dd7436192 img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_c5d7580f116e {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ff14eeecb55 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_d7c3f9b6112f {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_ce14c7cc9390 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ce14c7cc9390 img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_3c03dda32e21 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_24e4b97c5296 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_541f325676a5 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_dd86eba2e2ab {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_dd86eba2e2ab img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_ff0707fc4054 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_594482c88b93 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_3a394411de91 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_7d05748eccd1 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7d05748eccd1 img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_07d5047e34c3 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_370d6a1a209c {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_9469f09db716 {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_5f266a33461b {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5f266a33461b img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_02884b1d163c {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_54ce5813821b {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

 .text_86a335eb89be {
   width: fit-content;
   z-index: 1;
   line-height: 33.36px;
   font-family: 'Roboto';
 }

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

 .imageview_52dedb0de4b9 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_52dedb0de4b9 img {
   position: absolute;
   width: 215.2px !important;
   height: 215.2px !important;
   max-width: none !important;
   left: -69.6px;
   top: -42.6px;
 }

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

 .container_24d8d465e702 {
   width: 1144.56px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d535fb381ae8 {
   padding: 20px 47px 20px 47px;
   width: 100%;
   min-width: 0;
   height: 93.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #cacaca40;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_554a0091724a {
   width: 1239px;
   height: 1392.85px;
   z-index: 1;
   position: absolute !important;
   left: 356px;
   top: 10398.83px;
   align-items: center;
   justify-content: flex-start;
   gap: 46px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d80a7c6f8b5b {
   width: 1862px;
   height: 1417.94px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #004aad;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_25c1d4f2e6e3 {
   width: 993px;
   height: 344px;
   z-index: 2;
   position: absolute !important;
   left: -446.62px;
   top: -259.75px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   border-radius: 65px 45px 110.26px 65px;
   mix-blend-mode: overlay;
 }

 .imageview_25c1d4f2e6e3.wp-block-image {
   width: 546px !important;
   height: 84px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_25c1d4f2e6e3 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_27f76c7fa67c {
   width: 423px;
   height: 403px;
   z-index: 2;
   position: absolute !important;
   left: 1466px;
   top: 1118.93px;
   border-radius: 65px 45px 110.26px 65px;
   mix-blend-mode: overlay;
 }

 .imageview_27f76c7fa67c img {
   position: absolute;
   width: 168.71% !important;
   height: 176.98% !important;
   max-width: none !important;
   left: -0.00%;
   top: 0.00%;
 }

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

 .container_27277c4b059c {
   position: absolute !important;
   width: 1862px;
   height: 1417.94px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_7f76b95ec578 {
   width: 100%;
   min-width: 0;
   height: 152px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-8d112aeecdea_7f76b95ec578 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-707ffb596609_7f76b95ec578 {
   line-height: 76px;
   font-family: 'Roboto';
 }

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

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

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

 .container_2bd5850c169e {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #004aad;
   border-radius: 43px 43px 43px 43px;
   box-shadow: 0px 4px 8px #00000040;
 }

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

 .container_nested_2bd5850c169e {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #004aad;
   border-radius: 43px 43px 43px 43px;
   filter: drop-shadow(0px 4px 8px #00000040);
 }

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

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

 .container_b0888c23a86f {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 43px 43px 43px 43px;
 }

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

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

 .container_bb176545b772 {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 43px 43px 43px 43px;
 }

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

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

 .container_9f3be9c82608 {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 43px 43px 43px 43px;
 }

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

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

 .container_48d7a4c01f2b {
   padding: 15px 44px 15px 44px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 43px 43px 43px 43px;
 }

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

 .container_5ffa611306db {
   padding: 7px 8px 7px 8px;
   width: 100%;
   min-width: 0;
   height: 84.13px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 43px 43px 43px 43px;
 }

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

 .text_4c7d9ae8b531 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 70.16px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b4c359012043 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 28.83px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-2dcb243db652_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-6aba89bf336d_b4c359012043 {
   line-height: 29.3px;
   font-family: 'Roboto';
 }

 .text-74554514e580_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-5d8752e759a7_b4c359012043 {
   line-height: 29.3px;
   font-family: 'Roboto';
 }

 .text-b17635cad0c3_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-f4255eb72b31_b4c359012043 {
   line-height: 29.3px;
   font-family: 'Roboto';
 }

 .text-cb0ec08539d9_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-3213ea635b2f_b4c359012043 {
   line-height: 29.3px;
   font-family: 'Roboto';
 }

 .text-e8e28a183d2a_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-38405d0f31ad_b4c359012043 {
   line-height: 29.3px;
   font-family: 'Roboto';
 }

 .text-8ef83db69727_b4c359012043 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text_4118ac81c4ae {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 27.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .line_aee03bb3416f {
   width: 100%;
   min-width: 0;
   height: 3.41px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.5px solid #ffffffff;
   border-right: 0.5px solid #ffffffff;
   border-bottom: 0.5px solid #ffffffff;
   border-left: 0.5px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

 .text_49121f8bb6a3 {
   margin: 0.8px 0 0.8px 0 !important;
   width: 361.38px;
   z-index: 2;
   transform: rotate(0.25227743288620635deg);
   transform-origin: center;
   line-height: 28.83px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-4f8df224dfd6_49121f8bb6a3 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-573be7784abb_49121f8bb6a3 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .imageview_64e60759dbaa {
   width: 16px;
   height: 171px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_a8c5b1dad7b6 {
   margin: 1.41px 0 1.41px 0 !important;
   width: 640.97px;
   flex-shrink: 0;
   z-index: 2;
   transform: rotate(0.25227743288620635deg);
   transform-origin: center;
   line-height: 29.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .line_eff79c10d315 {
   width: 655.81px;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.5px solid #ffffffff;
   border-right: 0.5px solid #ffffffff;
   border-bottom: 0.5px solid #ffffffff;
   border-left: 0.5px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_160e6722ad07 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 28.83px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-b79a48da9771_160e6722ad07 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .text-a4f49d4cb6f3_160e6722ad07 {
   line-height: 28.83px;
   font-family: 'Roboto';
 }

 .imageview_6bba471a5cab {
   width: 16px;
   height: 108px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_d86eb261b532 {
   width: 535.27px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 29.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

 .imageview_3cf0216d76ef {
   width: 100%;
   min-width: 0;
   height: 550px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_3cf0216d76ef img {
   position: absolute;
   width: 111.27% !important;
   height: 98.00% !important;
   max-width: none !important;
   left: -5.64%;
   top: 0.00%;
 }

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

 .text_83d0868e237c {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 28.83px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_c21901119242 {
   width: 16px;
   height: 165px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_b347f054f1be {
   width: 703.31px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 29.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

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

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

 .container_bebec4058c49 {
   width: 1442.1px;
   height: 1175.09px;
   z-index: 2;
   position: absolute !important;
   left: 209px;
   top: 100px;
   align-items: center;
   justify-content: flex-start;
   gap: 74px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c201a5428881 {
   position: absolute !important;
   overflow: visible;
   width: 1862px;
   height: 1417.94px;
   z-index: 1;
   left: 29px;
   top: 4260.07px;
 }

 .text_d4a8791dd709 {
   width: 826.79px;
   height: 147.4px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 76px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-55ee58e6a3c0_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-c24b87ec2716_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-34d1cea658bd_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-a63329596ca3_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-1845580f2848_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text-7c7600e3f3d2_d4a8791dd709 {
   line-height: 76px;
   font-family: 'Roboto';
 }

 .text_5c89be2f1755 {
   width: 949.85px;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_225c06f1b627 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 29.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .imageview_daa769ddeee0 {
   width: 74.55px;
   height: 74.55px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_7b40277284ce {
   width: 288.31px;
   z-index: 2;
   line-height: 27.85px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_21c950ae0c9d {
   width: 417.94px;
   z-index: 2;
   line-height: 23.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_b1d59776ea6c {
   padding: 32.55px 34.65px 34px 34.65px;
   width: 467px;
   height: 375px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10.5px;
   display: flex !important;
   flex-direction: row;
   background: #ffffffbf;
   border-radius: 22.05px 22.05px 22.05px 22.05px;
 }

 .imageview_bb1b99e2935b {
   width: 73.5px;
   height: 73.5px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_ad9000f06bed {
   width: 288.31px;
   z-index: 2;
   line-height: 27.85px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_cd03f0b42376 {
   width: 417.94px;
   z-index: 2;
   line-height: 23.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_101b8e7bf1ba {
   padding: 32.55px 34.65px 34px 34.65px;
   width: 467px;
   height: 375px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10.5px;
   display: flex !important;
   flex-direction: row;
   background: #ffffffbf;
   border-radius: 22.05px 22.05px 22.05px 22.05px;
 }

 .imageview_c5dc2a69b5bb {
   width: 67px;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_0810c3efc560 {
   width: 288.31px;
   z-index: 2;
   line-height: 27.85px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_32ea40d099a3 {
   width: 417.94px;
   z-index: 2;
   line-height: 23.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_0a2e599cc72f {
   padding: 32.55px 34.65px 34px 34.65px;
   width: 467px;
   height: 375px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10.5px;
   display: flex !important;
   flex-direction: row;
   background: #ffffffbf;
   border-radius: 22.05px 22.05px 22.05px 22.05px;
 }

 .imageview_23157863530b {
   width: 83px;
   height: 77px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_bcacc6f53d44 {
   width: 356.31px;
   z-index: 2;
   line-height: 27.85px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_752ad30a24b0 {
   width: 452.84px;
   z-index: 2;
   line-height: 23.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_62b406efbb7f {
   padding: 32.55px 41px 49px 0;
   width: 541px;
   height: 375px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10.5px;
   display: flex !important;
   flex-direction: row;
   background: #ffffffbf;
   border-radius: 22.05px 22.05px 22.05px 22.05px;
 }

 .imageview_b09a7a69b6ba {
   width: 78px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_fb060431740c {
   width: 288.31px;
   z-index: 2;
   line-height: 27.85px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_29a1913944af {
   width: 464.84px;
   z-index: 2;
   line-height: 23.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

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

 .container_1def27a52443 {
   padding: 32.55px 49px 34px 1px;
   width: 541px;
   height: 375px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10.5px;
   display: flex !important;
   flex-direction: row;
   background: #ffffffbf;
   border-radius: 22.05px 22.05px 22.05px 22.05px;
 }

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

 .container_dfd1aab1bb85 {
   width: 1445px;
   height: 1093.4px;
   z-index: 2;
   position: absolute !important;
   left: 237.5px;
   top: 1454.67px;
   align-items: center;
   justify-content: center;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

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