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

 .text_943f486f549d {
   width: max-content;
   position: absolute !important;
   left: 1009px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_963eb513946f {
   width: max-content;
   position: absolute !important;
   left: 864px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_759b9664229a {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_d830bd06c4e9 {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_a7ff474c94ef {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 175px;
   top: 27px;
 }

 .container_wrapper_a7ff474c94ef {
   position: absolute !important;
   overflow: visible;
   left: 175px;
   top: 27px;
   width: 268px;
   height: 43px;
 }

 .container_nested_a7ff474c94ef {
   width: 268px;
   height: 43px;
 }

 .text_10a8cb400d4b {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 12px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .imageview_1491217a8bf1 {
   width: 17px;
   height: 7.36px;
   position: absolute !important;
   left: 105px;
   top: 22px;
 }

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

 .container_c3be0c89f740 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 44px;
   left: 1128px;
   top: 22px;
   background: #0c5ea1;
 }

 .container_wrapper_c3be0c89f740 {
   position: absolute !important;
   overflow: visible;
   left: 1128px;
   top: 22px;
   width: 140px;
   height: 44px;
 }

 .container_nested_c3be0c89f740 {
   width: 140px;
   height: 44px;
   background: #0c5ea1;
 }

 .container_63969932ad61 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 94px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_wrapper_63969932ad61 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 94px;
 }

 .container_nested_63969932ad61 {
   width: 1440px;
   height: 94px;
   background: #ffffff;
 }

 .text_a89062bd9c9b {
   width: max-content;
   position: absolute !important;
   left: 707px;
   top: 412px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_dba67f04d30c {
   width: 560px;
   height: 266px;
   position: absolute !important;
   left: 707px;
   top: 481px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_356d544109c6 {
   width: 453px;
   height: 186px;
   position: absolute !important;
   left: 158px;
   top: 475px;
   _scaling-factor: 0.5;
 }

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

 .container_dad022285185 {
   width: 453px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: 158px;
   top: 475px;
   background: #0c5ea1cc;
 }

 .text_baedd0211562 {
   width: 288px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 199px;
   top: 527px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_baedd0211562 {
   overflow: visible;
 }

 .text_132a2e54a36e {
   width: max-content;
   position: absolute !important;
   left: 707px;
   top: 55px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_df923e2de4e6 {
   width: 550px;
   height: 171px;
   position: absolute !important;
   left: 707px;
   top: 124px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_f1bd4320b7d4 {
   width: 453px;
   height: 186px;
   position: absolute !important;
   left: 158px;
   top: 84px;
   _scaling-factor: 0.5;
 }

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

 .container_c83d542c35e3 {
   width: 453px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: 158px;
   top: 84px;
   background: #13358acc;
 }

 .text_46bcba1baa6b {
   width: 288px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 199px;
   top: 136px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_46bcba1baa6b {
   overflow: visible;
 }

 .container_11707c38cad3 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 322px;
   left: 0px;
   top: 762px;
 }

 .imageview_24ae6ff93df2 {
   width: 1440px;
   height: 1440px;
   position: absolute !important;
   left: 0px;
   top: -370px;
   _scaling-factor: 0.5;
 }

 .imageview_24ae6ff93df2.wp-block-image {
   width: 1440px !important;
   height: 239px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_4748004edea8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 172px;
   top: 63px;
   line-height: 68.75px;
   font-family: 'Lexend';
 }

 .text_cacb070c0519 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 172px;
   top: 123px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .container_5de782ac1013 {
   position: absolute !important;
   width: 1440px;
   height: 239px;
   left: 0px;
   top: 94px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_d3311539fb07 {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_9991e7e36a9d {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_99aaef46114d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 177px;
   top: 65px;
 }

 .text_517dc6654483 {
   width: 295px;
   height: 54px;
   position: absolute !important;
   left: 177px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_fa88c39761ff {
   width: 60px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_8f0b5c0a64a8 {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_4babb0b1c8af {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_b1cee1b63475 {
   width: 136px;
   height: 25px;
   position: absolute !important;
   left: 720px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_a84897e989ca {
   width: 94px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_9c5cf00b9404 {
   width: 126px;
   height: 22px;
   position: absolute !important;
   left: 1018px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_18b04376b342 {
   width: 242px;
   height: 24px;
   position: absolute !important;
   left: 1018px;
   top: 191px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_e954489c78d6 {
   width: 115px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_476841b032b9 {
   width: 1077px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 177px;
   top: 246px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_ac12ac3b823a {
   width: 356px;
   height: 23px;
   position: absolute !important;
   left: 906px;
   top: 265px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_a84e372830ed {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 345px;
   left: 0px;
   top: 1185px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .container_wrapper_a84e372830ed {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1185px;
   width: 1440px;
   height: 345px;
 }

 .container_nested_a84e372830ed {
   width: 1440px;
   height: 345px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .viewport_05ba2591f32e {
   width: 1440px;
   height: 1530px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_c3391dd854ed {
   width: max-content;
   position: absolute !important;
   left: 1009px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_4e949234889d {
   width: max-content;
   position: absolute !important;
   left: 864px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_5ce795d573c7 {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_e727fd340389 {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_b445e6011e48 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 175px;
   top: 27px;
 }

 .container_wrapper_b445e6011e48 {
   position: absolute !important;
   overflow: visible;
   left: 175px;
   top: 27px;
   width: 268px;
   height: 43px;
 }

 .container_nested_b445e6011e48 {
   width: 268px;
   height: 43px;
 }

 .text_582c9bde7140 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 12px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .imageview_86ae4e915823 {
   width: 17px;
   height: 7.36px;
   position: absolute !important;
   left: 105px;
   top: 22px;
 }

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

 .container_4327a49a4b2e {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 44px;
   left: 1128px;
   top: 22px;
   background: #0c5ea1;
 }

 .container_wrapper_4327a49a4b2e {
   position: absolute !important;
   overflow: visible;
   left: 1128px;
   top: 22px;
   width: 140px;
   height: 44px;
 }

 .container_nested_4327a49a4b2e {
   width: 140px;
   height: 44px;
   background: #0c5ea1;
 }

 .container_ee681ffc6400 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 94px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_wrapper_ee681ffc6400 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 94px;
 }

 .container_nested_ee681ffc6400 {
   width: 1440px;
   height: 94px;
   background: #ffffff;
 }

 .imageview_43571c6458a1 {
   width: 1440px;
   height: 1440px;
   position: absolute !important;
   left: 0px;
   top: -370px;
   _scaling-factor: 0.5;
 }

 .imageview_43571c6458a1.wp-block-image {
   width: 1440px !important;
   height: 239px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_8c91611df5ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 172px;
   top: 61px;
   line-height: 68.75px;
   font-family: 'Lexend';
 }

 .text_486d6360db56 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 172px;
   top: 121px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .container_f4ace0fd03b2 {
   position: absolute !important;
   width: 1440px;
   height: 239px;
   left: 0px;
   top: 94px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_6b4887a798c7 {
   width: max-content;
   position: absolute !important;
   left: 172px;
   top: 30px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_29fd338e7f94 {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 85px;
   line-height: 30px;
   font-family: 'Lexend';
 }

 .imageview_c4f7e3c3fd10 {
   width: 266px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   mix-blend-mode: soft-light;
   opacity: 0.3799999952316284;
 }

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

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

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

 .imageview_a83f1a5267e1 img {
   position: absolute;
   width: 57.0px !important;
   height: 64.0px !important;
   max-width: none !important;
   left: 7.0px;
   top: 0.0px;
 }

 .container_8412c5212fb6 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 169px;
   left: 172px;
   top: 94px;
   background: #0c5ea1;
 }

 .text_bf205cf83930 {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 85px;
   line-height: 30px;
   font-family: 'Lexend';
 }

 .imageview_e765283fc483 {
   width: 266px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   mix-blend-mode: soft-light;
   opacity: 0.36000001430511475;
 }

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

 .imageview_6e28d88f0615 {
   width: 39px;
   height: 39px;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 15px;
 }

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

 .container_4bd09bf4e42c {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 169px;
   left: 449px;
   top: 94px;
   background: #0c5ea1;
 }

 .text_0bfc5dce6720 {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 85px;
   line-height: 30px;
   font-family: 'Lexend';
 }

 .imageview_60eed797b116 {
   width: 266px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   mix-blend-mode: soft-light;
   opacity: 0.33000001311302185;
 }

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

 .imageview_31d531f6a0c7 {
   width: 45px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 212px;
   top: 15px;
 }

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

 .container_d8fd3cc01258 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 169px;
   left: 725px;
   top: 94px;
   background: #0c5ea1;
 }

 .text_918fefd27641 {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 85px;
   line-height: 30px;
   font-family: 'Lexend';
 }

 .container_2bfed855039f {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 169px;
   left: 1002px;
   top: 94px;
   background: #0c5ea1;
 }

 .imageview_848c2b33b5d9 {
   width: 266px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 1002px;
   top: 94px;
   _scaling-factor: 0.5;
   mix-blend-mode: soft-light;
   opacity: 0.49000000953674316;
 }

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

 .imageview_2e0be1b9c3fc {
   width: 41px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 1207px;
   top: 115px;
 }

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

 .text_c59410fe1228 {
   width: 223px;
   height: 148px;
   position: absolute !important;
   left: 21px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_4e99064fa20f {
   position: absolute !important;
   width: 266px;
   height: 149px;
   left: 172px;
   top: 263px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .text_ab28764ebd0e {
   width: 223px;
   height: 148px;
   position: absolute !important;
   left: 21px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_a041e5445095 {
   position: absolute !important;
   width: 266px;
   height: 149px;
   left: 449px;
   top: 263px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .text_115e984125c3 {
   width: 223px;
   height: 148px;
   position: absolute !important;
   left: 21px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_bb9dc6ffbfca {
   position: absolute !important;
   width: 266px;
   height: 149px;
   left: 725px;
   top: 263px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .text_aee2af65b08b {
   width: 223px;
   height: 148px;
   position: absolute !important;
   left: 21px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_be60994f1a95 {
   position: absolute !important;
   width: 266px;
   height: 149px;
   left: 1002px;
   top: 263px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_cc228973284c {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 450px;
   left: 0px;
   top: 366px;
 }

 .text_be89b80ef4fe {
   width: max-content;
   position: absolute !important;
   left: 172px;
   top: 49px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_59d3409a497d {
   width: 250px;
   height: 31px;
   position: absolute !important;
   left: 283px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_fb591a6adfd2 {
   width: 266px;
   height: 50px;
   position: absolute !important;
   left: 283px;
   top: 167px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_67adc62f61dd {
   width: 250px;
   height: 31px;
   position: absolute !important;
   left: 662px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c410e494bbf8 {
   width: 266px;
   height: 50px;
   position: absolute !important;
   left: 662px;
   top: 167px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_6d0a1351b656 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 586px;
   top: 140px;
 }

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

 .text_276153d5d1fe {
   width: 194px;
   height: 31px;
   position: absolute !important;
   left: 1028px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_b11a309651b3 {
   width: 206px;
   height: 50px;
   position: absolute !important;
   left: 1028px;
   top: 167px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_b73e7b4ec1ae {
   width: 50px;
   height: 47px;
   position: absolute !important;
   left: 962px;
   top: 134px;
 }

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

 .imageview_c9101ece1c22 {
   width: 52px;
   height: 41px;
   position: absolute !important;
   left: 205px;
   top: 136px;
 }

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

 .container_38144882eaea {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 816px;
 }

 .text_ef91b12cbe0b {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_b96111cb12e4 {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_5bfa29d808c7 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 177px;
   top: 65px;
 }

 .container_wrapper_5bfa29d808c7 {
   position: absolute !important;
   overflow: visible;
   left: 177px;
   top: 65px;
   width: 268px;
   height: 43px;
 }

 .container_nested_5bfa29d808c7 {
   width: 268px;
   height: 43px;
 }

 .text_e077e4fb8223 {
   width: 295px;
   height: 80px;
   position: absolute !important;
   left: 177px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_7d61b54e8616 {
   width: 60px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_75cfed2914c6 {
   width: 356px;
   height: 23px;
   position: absolute !important;
   left: 906px;
   top: 265px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_7ae4aeb4aeb8 {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_96e0952ef81d {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_323a9874175f {
   width: 136px;
   height: 25px;
   position: absolute !important;
   left: 720px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c10f822a8bd9 {
   width: 94px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_072f7ef30863 {
   width: 126px;
   height: 22px;
   position: absolute !important;
   left: 1018px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_89e45efff7d7 {
   width: 242px;
   height: 24px;
   position: absolute !important;
   left: 1018px;
   top: 191px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_9b0d645edad2 {
   width: 115px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_200a33ea8ab8 {
   width: 1077px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 177px;
   top: 246px;
   direction: horizontal;
   background: #4c78b7;
 }

 .container_5d772b1d8cd1 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 345px;
   left: 0px;
   top: 1185px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .container_wrapper_5d772b1d8cd1 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1185px;
   width: 1440px;
   height: 345px;
 }

 .container_nested_5d772b1d8cd1 {
   width: 1440px;
   height: 345px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .viewport_4df412d6c387 {
   width: 1440px;
   height: 1530px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_6fc1d8a78120 {
   width: max-content;
   position: absolute !important;
   left: 1009px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_de71b0207906 {
   width: max-content;
   position: absolute !important;
   left: 864px;
   top: 37px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_0080e19d2b9e {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_c575803f908f {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_df0391823758 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 175px;
   top: 27px;
 }

 .container_wrapper_df0391823758 {
   position: absolute !important;
   overflow: visible;
   left: 175px;
   top: 27px;
   width: 268px;
   height: 43px;
 }

 .container_nested_df0391823758 {
   width: 268px;
   height: 43px;
 }

 .text_f2dd2ffbc403 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 12px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .imageview_323da37b4bf9 {
   width: 17px;
   height: 7.36px;
   position: absolute !important;
   left: 105px;
   top: 22px;
 }

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

 .container_abb355cb5b10 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 44px;
   left: 1128px;
   top: 22px;
   background: #0c5ea1;
 }

 .container_wrapper_abb355cb5b10 {
   position: absolute !important;
   overflow: visible;
   left: 1128px;
   top: 22px;
   width: 140px;
   height: 44px;
 }

 .container_nested_abb355cb5b10 {
   width: 140px;
   height: 44px;
   background: #0c5ea1;
 }

 .container_62e5fba7428e {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 94px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_wrapper_62e5fba7428e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 94px;
 }

 .container_nested_62e5fba7428e {
   width: 1440px;
   height: 94px;
   background: #ffffff;
 }

 .imageview_d937e6451372 {
   width: 1440px;
   height: 1440px;
   position: absolute !important;
   left: 0px;
   top: -370px;
   _scaling-factor: 0.5;
 }

 .imageview_d937e6451372.wp-block-image {
   width: 1440px !important;
   height: 239px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_a504e36891a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 172px;
   top: 63px;
   line-height: 68.75px;
   font-family: 'Lexend';
 }

 .text_29eb2d418a32 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 172px;
   top: 123px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .container_3717481cfc04 {
   position: absolute !important;
   width: 1440px;
   height: 239px;
   left: 0px;
   top: 94px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_f8b988ad3eba {
   width: max-content;
   position: absolute !important;
   left: 173px;
   top: 40px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_4062102afaae {
   width: max-content;
   position: absolute !important;
   left: 791px;
   top: 40px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_44a1a60f3b79 {
   width: 500px;
   height: 221px;
   position: absolute !important;
   left: 173px;
   top: 117px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text-05dee1f5fff4_44a1a60f3b79 {
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text-a97d46b979dc_44a1a60f3b79 {
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_f15f462b9496 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_6aec55ecd380 {
   width: 247px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_6aec55ecd380 {
   position: absolute !important;
   overflow: visible;
   left: 791px;
   top: 82px;
   width: 247px;
   height: 35px;
 }

 .input_text_6aec55ecd380::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_e64df8feb289 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_e6c99d4d2f33 {
   width: 476px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_e6c99d4d2f33 {
   position: absolute !important;
   overflow: visible;
   left: 791px;
   top: 134px;
   width: 476px;
   height: 35px;
 }

 .input_text_e6c99d4d2f33::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_f6029896f268 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_8003e24a1442 {
   width: 476px;
   height: 117px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_8003e24a1442 {
   position: absolute !important;
   overflow: visible;
   left: 791px;
   top: 186px;
   width: 476px;
   height: 117px;
 }

 .input_text_8003e24a1442::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_a7f8d5bea535 {
   width: 163px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_ab8966b93a58 {
   width: 216px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_ab8966b93a58 {
   position: absolute !important;
   overflow: visible;
   left: 1051px;
   top: 82px;
   width: 216px;
   height: 35px;
 }

 .input_text_ab8966b93a58::placeholder {
   width: 163px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_51bf7ab85d61 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 815px;
   top: 328px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_f47b3fe356d5 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 8px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .container_da15eee597e4 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 36px;
   left: 1101px;
   top: 320px;
   background: #0c5ea1;
 }

 .container_wrapper_da15eee597e4 {
   position: absolute !important;
   overflow: visible;
   left: 1101px;
   top: 320px;
   width: 166px;
   height: 36px;
 }

 .container_nested_da15eee597e4 {
   width: 166px;
   height: 36px;
   background: #0c5ea1;
 }

 .imageview_e5592ba6b38e {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 791px;
   top: 329px;
 }

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

 .container_3c526c629b33 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 406px;
   left: 0px;
   top: 387px;
 }

 .container_wrapper_3c526c629b33 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 387px;
   width: 1440px;
   height: 406px;
 }

 .container_nested_3c526c629b33 {
   width: 1440px;
   height: 406px;
 }

 .text_a605de65adff {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_dadebc20d94a {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_5598d476f38c {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 177px;
   top: 65px;
 }

 .container_wrapper_5598d476f38c {
   position: absolute !important;
   overflow: visible;
   left: 177px;
   top: 65px;
   width: 268px;
   height: 43px;
 }

 .container_nested_5598d476f38c {
   width: 268px;
   height: 43px;
 }

 .text_dfbe09870cd1 {
   width: 295px;
   height: 80px;
   position: absolute !important;
   left: 177px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_2a55c0be91c5 {
   width: 60px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_40dedfdccc6c {
   width: 356px;
   height: 23px;
   position: absolute !important;
   left: 906px;
   top: 265px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_2445b52262c6 {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_ac8ee6228547 {
   width: 89px;
   height: 21px;
   position: absolute !important;
   left: 720px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c12806ad6f62 {
   width: 136px;
   height: 25px;
   position: absolute !important;
   left: 720px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_1b90dc415a56 {
   width: 94px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 114px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_a530ddf9a636 {
   width: 126px;
   height: 22px;
   position: absolute !important;
   left: 1018px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_6dd19e16fd75 {
   width: 242px;
   height: 24px;
   position: absolute !important;
   left: 1018px;
   top: 191px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_5fde79c0ae18 {
   width: 115px;
   height: 25px;
   position: absolute !important;
   left: 1018px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_60760b97e2e2 {
   width: 1077px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 177px;
   top: 246px;
   direction: horizontal;
   background: #4c78b7;
 }

 .container_6388a8c5b13c {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 345px;
   left: 0px;
   top: 879px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .container_wrapper_6388a8c5b13c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 879px;
   width: 1440px;
   height: 345px;
 }

 .container_nested_6388a8c5b13c {
   width: 1440px;
   height: 345px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .viewport_bb0da9b47dbd {
   width: 1440px;
   height: 1224px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_9a8f5444f22a {
   width: max-content;
   position: absolute !important;
   left: 105px;
   top: 2px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_ba8dbe891b1b {
   width: 98px;
   height: 33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_daf17d0053fb {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 36px;
   left: 19px;
   top: 23px;
 }

 .container_wrapper_daf17d0053fb {
   position: absolute !important;
   overflow: visible;
   left: 19px;
   top: 23px;
   width: 232px;
   height: 36px;
 }

 .container_nested_daf17d0053fb {
   width: 232px;
   height: 36px;
 }

 .container_0d3d7845ee24 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_007171c2f3e1 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_8ab03f4c862e {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_1a3aeafe9ac1 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 325px;
   top: 25px;
 }

 .container_wrapper_1a3aeafe9ac1 {
   position: absolute !important;
   overflow: visible;
   left: 325px;
   top: 25px;
   width: 38px;
   height: 23px;
 }

 .container_nested_1a3aeafe9ac1 {
   width: 38px;
   height: 23px;
 }

 .imageview_de3298e6a41e {
   width: 312px;
   height: 144px;
   position: absolute !important;
   left: 39px;
   top: 283px;
   _scaling-factor: 0.5;
 }

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

 .container_dd0972eea6cb {
   width: 312px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 39px;
   top: 283px;
   background: #0c5ea1e6;
 }

 .text_de9099b78600 {
   width: 217px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 86px;
   top: 331px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_ed21d830df41 {
   width: max-content;
   position: absolute !important;
   left: 39px;
   top: 462px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_dd5a6640efd3 {
   width: max-content;
   position: absolute !important;
   left: 46px;
   top: 1211px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_ca798ccf113b {
   width: 299px;
   height: 481px;
   position: absolute !important;
   left: 39px;
   top: 510px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_789aa654bed8 {
   width: 298px;
   height: 266px;
   position: absolute !important;
   left: 46px;
   top: 1263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_3d76450b5dcc {
   width: 312px;
   height: 144px;
   position: absolute !important;
   left: 39px;
   top: 1026px;
   _scaling-factor: 0.5;
 }

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

 .container_50329f2579b7 {
   width: 312px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 39px;
   top: 1026px;
   background: #0c5ea1e6;
 }

 .text_5152add22c50 {
   width: 217px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 79px;
   top: 1075px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_50fef457a1dd {
   width: max-content;
   position: absolute !important;
   left: 114px;
   top: 5px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_ea6bc0b9ddfc {
   width: 106px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_60fd7a827d2c {
   position: absolute !important;
   overflow: visible;
   width: 241px;
   height: 39px;
   left: 44px;
   top: 33px;
 }

 .text_f618c121d320 {
   width: 71px;
   height: 10px;
   position: absolute !important;
   left: 44px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_a5ae6cd6ab9a {
   width: 48px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c1f8f3039429 {
   width: 30px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_1d66d1fc1d6e {
   width: 65px;
   height: 10px;
   position: absolute !important;
   left: 182px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_8baa45bd6d46 {
   width: 42px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_01ef33efc588 {
   width: 86px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_122a01ee41c2 {
   width: 38px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_cdc0eff9526e {
   width: 164px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_10d3f98ba54b {
   width: 299px;
   height: 39px;
   position: absolute !important;
   left: 46px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_8789b34a0014 {
   width: 299px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 46px;
   top: 227px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_5589e6926c9a {
   width: 238px;
   height: 9px;
   position: absolute !important;
   left: 109px;
   top: 235px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_941b293e20eb {
   position: absolute !important;
   width: 390px;
   height: 291px;
   left: 0px;
   top: 1580px;
   overflow-x: clip;
   overflow-y: clip;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .container_wrapper_941b293e20eb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1580px;
   width: 390px;
   height: 291px;
 }

 .container_nested_941b293e20eb {
   width: 390px;
   height: 291px;
   overflow-x: clip;
   overflow-y: clip;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .imageview_52a014516ac5 {
   width: 390px;
   height: 146px;
   position: absolute !important;
   left: 0px;
   top: 91px;
   _scaling-factor: 0.5;
 }

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

 .text_ac1a29eb713e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 122px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_8c17b923eee0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 153px;
   line-height: 18.75px;
   font-family: 'Lexend';
 }

 .viewport_b00e58cdac8b {
   width: 390px;
   height: 1871px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_952a3c99f150 {
   width: max-content;
   position: absolute !important;
   left: 105px;
   top: 2px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_8eece7808977 {
   width: 98px;
   height: 33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_a9152dc30852 {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 36px;
   left: 19px;
   top: 23px;
 }

 .container_wrapper_a9152dc30852 {
   position: absolute !important;
   overflow: visible;
   left: 19px;
   top: 23px;
   width: 232px;
   height: 36px;
 }

 .container_nested_a9152dc30852 {
   width: 232px;
   height: 36px;
 }

 .container_b13a777d0176 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_e03bd0979ef0 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_7abb3addfe19 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_fb569dc31a89 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 325px;
   top: 25px;
 }

 .text_0a17eec9a25a {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 280px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .imageview_288364255965 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 41px;
   top: 335px;
   _scaling-factor: 0.5;
 }

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

 .container_afe3624894f0 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 335px;
   background: #0c5ea1cc;
 }

 .text_8caf0b2485c4 {
   width: 75px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 407px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_830816e81a7a {
   width: 390px;
   height: 146px;
   position: absolute !important;
   left: 0px;
   top: 91px;
   _scaling-factor: 0.5;
 }

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

 .text_b83b8cc02658 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 122px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_bd10c34fabf0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 153px;
   line-height: 18.75px;
   font-family: 'Lexend';
 }

 .container_bb169a25559b {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 41px;
   top: 479px;
   background: #ffffff1a;
 }

 .text_af430ad0093f {
   width: 227px;
   height: 90px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 500px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_54a04c4778c8 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 41px;
   top: 640px;
   _scaling-factor: 0.5;
 }

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

 .container_186db74b416f {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 640px;
   background: #0c5ea1cc;
 }

 .text_0b029addb98e {
   width: 85px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 712px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_402d3dd4ef52 {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 41px;
   top: 784px;
   background: #ffffff1a;
 }

 .text_44bce3b2e38f {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 814px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_441df0031b0a {
   width: 34px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 669px;
 }

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

 .imageview_06f332486b89 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 41px;
   top: 945px;
   _scaling-factor: 0.5;
 }

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

 .container_a0e36cc29206 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 945px;
   background: #0c5ea1cc;
 }

 .text_8e7a603f7de8 {
   width: 119px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 1017px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_d90677cebb6c {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 41px;
   top: 1089px;
   background: #ffffff1a;
 }

 .text_e170a3831772 {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 1119px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_1cc216178161 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 253px;
   top: 965px;
 }

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

 .imageview_dbe7c4f861e9 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 42px;
   top: 1250px;
   _scaling-factor: 0.5;
 }

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

 .container_f7e42042cb2a {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 1250px;
   background: #0c5ea1cc;
 }

 .text_b8ab141abd3e {
   width: 119px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 65px;
   top: 1322px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_feaeff24fb94 {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 42px;
   top: 1394px;
   background: #ffffff1a;
 }

 .text_e22dc547e8fb {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 1424px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_b09a4215881b {
   width: 36px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 257px;
   top: 1270px;
 }

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

 .text_f3432aba4330 {
   width: max-content;
   position: absolute !important;
   left: 42px;
   top: 1580px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .imageview_25f2d438336d {
   width: 52px;
   height: 42.32px;
   position: absolute !important;
   left: 137px;
   top: 1631px;
 }

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

 .text_e9676ab211ce {
   width: 226px;
   height: 23px;
   position: absolute !important;
   left: 55px;
   top: 1695px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_6839df51b9d2 {
   width: 273px;
   height: 36px;
   position: absolute !important;
   left: 55px;
   top: 1726px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_6835927f864e {
   width: 198px;
   height: 31px;
   position: absolute !important;
   left: 56px;
   top: 1853px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_d3c4c5d2a9a1 {
   width: 271px;
   height: 36px;
   position: absolute !important;
   left: 56px;
   top: 1884px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_3fc92fc94422 {
   width: 198px;
   height: 31px;
   position: absolute !important;
   left: 56px;
   top: 2003px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_f3e0ab7f1153 {
   width: 271px;
   height: 36px;
   position: absolute !important;
   left: 55px;
   top: 2034px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_311bb842823d {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 136px;
   top: 1784px;
 }

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

 .imageview_1958680f1329 {
   width: 50px;
   height: 47px;
   position: absolute !important;
   left: 129px;
   top: 1938px;
 }

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

 .text_6ac55ac33bbc {
   width: max-content;
   position: absolute !important;
   left: 114px;
   top: 5px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_2bc02bf0adb0 {
   width: 106px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_271573ea16fd {
   position: absolute !important;
   overflow: visible;
   width: 241px;
   height: 39px;
   left: 44px;
   top: 33px;
 }

 .container_wrapper_271573ea16fd {
   position: absolute !important;
   overflow: visible;
   left: 44px;
   top: 33px;
   width: 241px;
   height: 39px;
 }

 .container_nested_271573ea16fd {
   width: 241px;
   height: 39px;
 }

 .text_c93942fbb4db {
   width: 71px;
   height: 10px;
   position: absolute !important;
   left: 44px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_7465c56bb55a {
   width: 48px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_916c8db8be7f {
   width: 30px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_61dbc4ac27ad {
   width: 65px;
   height: 10px;
   position: absolute !important;
   left: 182px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_dbd2b1dd3424 {
   width: 42px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_1a210e4e3f67 {
   width: 86px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_caec8bc9cd67 {
   width: 38px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_e9096083799a {
   width: 164px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_401c80e2d471 {
   width: 299px;
   height: 39px;
   position: absolute !important;
   left: 46px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_1abaf99410fc {
   width: 299px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 46px;
   top: 227px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_b195913faaf3 {
   width: 238px;
   height: 9px;
   position: absolute !important;
   left: 109px;
   top: 235px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_07147f63086a {
   position: absolute !important;
   width: 390px;
   height: 291px;
   left: 0px;
   top: 2138px;
   overflow-x: clip;
   overflow-y: clip;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .imageview_5845d3175f70 {
   width: 33px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 65px;
   top: 365px;
 }

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

 .viewport_1d735775cff9 {
   width: 390px;
   height: 2429px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_672bbee7cf6e {
   width: max-content;
   position: absolute !important;
   left: 105px;
   top: 2px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_dcf816237626 {
   width: 98px;
   height: 33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_f243f742a5b5 {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 36px;
   left: 19px;
   top: 23px;
 }

 .container_wrapper_f243f742a5b5 {
   position: absolute !important;
   overflow: visible;
   left: 19px;
   top: 23px;
   width: 232px;
   height: 36px;
 }

 .container_nested_f243f742a5b5 {
   width: 232px;
   height: 36px;
 }

 .container_d0fedb325863 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_8bf82feda8b4 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_7dfae48d87c0 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_11c5bcfebdd3 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 325px;
   top: 25px;
 }

 .text_72fd15513b63 {
   width: max-content;
   position: absolute !important;
   left: 114px;
   top: 5px;
   line-height: 16.7px;
   font-family: 'Helvetica Neue';
 }

 .imageview_dba6a46f5177 {
   width: 106px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_4a844e01c287 {
   position: absolute !important;
   overflow: visible;
   width: 241px;
   height: 39px;
   left: 44px;
   top: 33px;
 }

 .container_wrapper_4a844e01c287 {
   position: absolute !important;
   overflow: visible;
   left: 44px;
   top: 33px;
   width: 241px;
   height: 39px;
 }

 .container_nested_4a844e01c287 {
   width: 241px;
   height: 39px;
 }

 .text_6b632bc31bf4 {
   width: 71px;
   height: 10px;
   position: absolute !important;
   left: 44px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_3b7ddf67fde2 {
   width: 48px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_5f74b1ea9fe3 {
   width: 30px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_13ef72981239 {
   width: 65px;
   height: 10px;
   position: absolute !important;
   left: 182px;
   top: 163px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_937eb825ae73 {
   width: 42px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_1a7d1ac073ea {
   width: 86px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c8d29f56bd75 {
   width: 38px;
   height: 8px;
   position: absolute !important;
   left: 44px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_27d590c13628 {
   width: 164px;
   height: 10px;
   position: absolute !important;
   left: 181px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c4b53727ed6f {
   width: 299px;
   height: 39px;
   position: absolute !important;
   left: 46px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_c9b59b7dd17f {
   width: 299px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 46px;
   top: 227px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_3c6a88b69f89 {
   width: 238px;
   height: 9px;
   position: absolute !important;
   left: 109px;
   top: 235px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 10px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_e35725a18a31 {
   position: absolute !important;
   width: 392px;
   height: 291px;
   left: 0px;
   top: 1099px;
   overflow-x: clip;
   overflow-y: clip;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .imageview_31861a4fa3cc {
   width: 390px;
   height: 146px;
   position: absolute !important;
   left: 0px;
   top: 91px;
   _scaling-factor: 0.5;
 }

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

 .text_34163c07a119 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 122px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_16e30da48b63 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 153px;
   line-height: 18.75px;
   font-family: 'Lexend';
 }

 .text_73fe711abff7 {
   width: 301px;
   height: 26px;
   position: absolute !important;
   left: 29px;
   top: 280px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_da9f33fa68c0 {
   width: max-content;
   position: absolute !important;
   left: 29px;
   top: 619px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_c4ca8aea8709 {
   width: 317px;
   height: 259px;
   position: absolute !important;
   left: 29px;
   top: 330px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text-ded67f25e3f4_c4ca8aea8709 {
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text-5711865a5969_c4ca8aea8709 {
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .text_b79d1fd0f466 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_23316c732963 {
   width: 305px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_23316c732963 {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 663px;
   width: 305px;
   height: 35px;
 }

 .input_text_23316c732963::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_723bff8aa524 {
   width: 163px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_9e28aa0fb87e {
   width: 305px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_9e28aa0fb87e {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 707px;
   width: 305px;
   height: 35px;
 }

 .input_text_9e28aa0fb87e::placeholder {
   width: 163px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_548793b34c87 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_f374d7818426 {
   width: 305px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_f374d7818426 {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 751px;
   width: 305px;
   height: 35px;
 }

 .input_text_f374d7818426::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_1a758c359c05 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_ef2469b3819f {
   width: 305px;
   height: 162px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_ef2469b3819f {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 795px;
   width: 305px;
   height: 162px;
 }

 .input_text_ef2469b3819f::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .imageview_b886ae9e8640 {
   width: 12px;
   height: 12px;
   position: absolute !important;
   left: 29px;
   top: 976px;
 }

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

 .text_f1278a0e782c {
   width: max-content;
   position: absolute !important;
   left: 18px;
   top: 9px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .container_4f644705c692 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 36px;
   left: 29px;
   top: 1010px;
   background: #0c5ea1;
 }

 .container_wrapper_4f644705c692 {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 1010px;
   width: 166px;
   height: 36px;
 }

 .container_nested_4f644705c692 {
   width: 166px;
   height: 36px;
   background: #0c5ea1;
 }

 .text_8346529d434b {
   width: 197px;
   height: 18px;
   position: absolute !important;
   left: 51px;
   top: 973px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .viewport_44f869537024 {
   width: 390px;
   height: 1390px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_d46a05985b38 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_cb81b02759dd {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_213632746b35 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_bf87ad4548ab {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 653px;
   top: 38px;
 }

 .container_wrapper_bf87ad4548ab {
   position: absolute !important;
   overflow: visible;
   left: 653px;
   top: 38px;
   width: 38px;
   height: 23px;
 }

 .container_nested_bf87ad4548ab {
   width: 38px;
   height: 23px;
 }

 .text_748509586e88 {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_7d452c01e05f {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_10cd9bd77321 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 52px;
   top: 30px;
 }

 .container_wrapper_10cd9bd77321 {
   position: absolute !important;
   overflow: visible;
   left: 52px;
   top: 30px;
   width: 268px;
   height: 43px;
 }

 .container_nested_10cd9bd77321 {
   width: 268px;
   height: 43px;
 }

 .imageview_f9133c82761a {
   width: 744px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 117px;
   _scaling-factor: 0.5;
 }

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

 .text_ec12fcfb8ba7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 152px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_46cda3547033 {
   width: 611px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 192px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_46cda3547033 {
   overflow: visible;
 }

 .text_8b1dd3323961 {
   width: max-content;
   position: absolute !important;
   left: 118px;
   top: 1228px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_ee9fb045dbbc {
   width: 550px;
   height: 171px;
   position: absolute !important;
   left: 118px;
   top: 1297px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_abfee0b068c0 {
   width: max-content;
   position: absolute !important;
   left: 107px;
   top: 8px;
   line-height: 14.32px;
   font-family: 'Helvetica Neue';
 }

 .imageview_cf33d9698b6b {
   width: 99px;
   height: 33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_750468ad7822 {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 36px;
   left: 62px;
   top: 53px;
 }

 .text_90c5c2359cee {
   width: 216px;
   height: 50px;
   position: absolute !important;
   left: 62px;
   top: 101px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_6bf3aa722842 {
   width: 94px;
   height: 15px;
   position: absolute !important;
   left: 489px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_e67a859179bd {
   width: 126px;
   height: 12px;
   position: absolute !important;
   left: 489px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_0efc61f1c30d {
   width: 218px;
   height: 13px;
   position: absolute !important;
   left: 489px;
   top: 131px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_4f8df374272d {
   width: 84px;
   height: 18px;
   position: absolute !important;
   left: 489px;
   top: 68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_55a26b55dc7b {
   width: 645px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 62px;
   top: 167px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_f58041066de8 {
   width: 296px;
   height: 9px;
   position: absolute !important;
   left: 412px;
   top: 186px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_bec64ddbe47b {
   width: 60px;
   height: 13px;
   position: absolute !important;
   left: 339px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_f4d1394250c2 {
   width: 51px;
   height: 10px;
   position: absolute !important;
   left: 339px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_5f01ce414452 {
   width: 89px;
   height: 17px;
   position: absolute !important;
   left: 339px;
   top: 131px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_4aefaaa212bd {
   width: 126px;
   height: 18px;
   position: absolute !important;
   left: 339px;
   top: 67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_b890822dfdc9 {
   position: absolute !important;
   overflow: visible;
   width: 744px;
   height: 248px;
   left: 0px;
   top: 1547px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .container_wrapper_b890822dfdc9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1547px;
   width: 744px;
   height: 248px;
 }

 .container_nested_b890822dfdc9 {
   width: 744px;
   height: 248px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .imageview_d3270ea177cb {
   width: 453px;
   height: 186px;
   position: absolute !important;
   left: 118px;
   top: 348px;
   _scaling-factor: 0.5;
 }

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

 .container_8d02cd94e8af {
   width: 453px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: 118px;
   top: 348px;
   background: #0c5ea1cc;
 }

 .text_b0d53db0d33a {
   width: 288px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 159px;
   top: 400px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_b0d53db0d33a {
   overflow: visible;
 }

 .imageview_2d3a954e21cf {
   width: 453px;
   height: 186px;
   position: absolute !important;
   left: 118px;
   top: 995px;
   _scaling-factor: 0.5;
 }

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

 .container_8ae577028bfd {
   width: 453px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: 118px;
   top: 995px;
   background: #13358acc;
 }

 .text_2502841d9284 {
   width: 288px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 159px;
   top: 1047px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_2502841d9284 {
   overflow: visible;
 }

 .text_75769eebb6ae {
   width: max-content;
   position: absolute !important;
   left: 118px;
   top: 581px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_f54786c886cd {
   width: 560px;
   height: 266px;
   position: absolute !important;
   left: 118px;
   top: 650px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .viewport_c72dc8c348e3 {
   width: 744px;
   height: 1795px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_ae56f6b9c7ac {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_4763ea563b8f {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_76dc2c8cb25c {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_c2dec9d6322c {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 653px;
   top: 38px;
 }

 .text_535684f313ae {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_42b210607b11 {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_f18315083142 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 52px;
   top: 30px;
 }

 .container_wrapper_f18315083142 {
   position: absolute !important;
   overflow: visible;
   left: 52px;
   top: 30px;
   width: 268px;
   height: 43px;
 }

 .container_nested_f18315083142 {
   width: 268px;
   height: 43px;
 }

 .imageview_61173c12ed2a {
   width: 744px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 117px;
   _scaling-factor: 0.5;
 }

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

 .text_9540d3601398 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 152px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_eee087175e12 {
   width: 611px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 192px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_eee087175e12 {
   overflow: visible;
 }

 .text_631da61bfb10 {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 333px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .imageview_7082e48b81b3 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 81px;
   top: 405px;
   _scaling-factor: 0.5;
 }

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

 .container_960a50196dc6 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 405px;
   background: #0c5ea1cc;
 }

 .imageview_4ab49d7ea64c {
   width: 32px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 104px;
   top: 437px;
 }

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

 .text_53306b5626d7 {
   width: 75px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 104px;
   top: 477px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_9add5f83f764 {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 81px;
   top: 549px;
   background: #ffffff1a;
 }

 .text_6992d4596481 {
   width: 227px;
   height: 90px;
   z-index: 1;
   position: absolute !important;
   left: 104px;
   top: 570px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_54e2defbedc4 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 399px;
   top: 405px;
   _scaling-factor: 0.5;
 }

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

 .container_a0421b8fb565 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 399px;
   top: 405px;
   background: #0c5ea1cc;
 }

 .text_be724b05c253 {
   width: 85px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 422px;
   top: 477px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_7e56562d3fcc {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 399px;
   top: 549px;
   background: #ffffff1a;
 }

 .text_4ff7acddd898 {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 422px;
   top: 579px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_d20957fc3542 {
   width: 34px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 422px;
   top: 434px;
 }

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

 .imageview_d20044ea34d1 {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 81px;
   top: 724px;
   _scaling-factor: 0.5;
 }

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

 .container_91bc211edbe7 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 724px;
   background: #0c5ea1cc;
 }

 .text_2453900c938b {
   width: 119px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 104px;
   top: 796px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_da301aea4e4c {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 81px;
   top: 868px;
   background: #ffffff1a;
 }

 .text_f75d15bcb0a8 {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 104px;
   top: 898px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_e9d9d64ff0f3 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 293px;
   top: 744px;
 }

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

 .imageview_448668f1f41b {
   width: 273px;
   height: 144px;
   position: absolute !important;
   left: 399px;
   top: 724px;
   _scaling-factor: 0.5;
 }

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

 .container_51cdd0cbf2d8 {
   width: 273px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 399px;
   top: 724px;
   background: #0c5ea1cc;
 }

 .text_8363eb2a96e9 {
   width: 119px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 422px;
   top: 796px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.75px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_79907329d75d {
   width: 273px;
   height: 131px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 399px;
   top: 868px;
   background: #ffffff1a;
 }

 .text_2abfce32fa0c {
   width: 227px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 422px;
   top: 898px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_df12e64bcefa {
   width: 36px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 614px;
   top: 744px;
 }

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

 .text_ce91da105d64 {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 1045px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .imageview_fb9326e12017 {
   width: 53px;
   height: 47.1px;
   position: absolute !important;
   left: 156px;
   top: 1141px;
 }

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

 .text_67c3dd5b7847 {
   width: 226px;
   height: 20px;
   position: absolute !important;
   left: 81px;
   top: 1200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_68718097e3a3 {
   width: 218px;
   height: 36px;
   position: absolute !important;
   left: 85px;
   top: 1225px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_257f83e4c7ad {
   width: 198px;
   height: 19px;
   position: absolute !important;
   left: 472px;
   top: 1206px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_68c0bacd5b7a {
   width: 202px;
   height: 36px;
   position: absolute !important;
   left: 470px;
   top: 1234px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_edf3908c1790 {
   width: 158px;
   height: 19px;
   position: absolute !important;
   left: 306px;
   top: 1341px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_d9f3cd89f582 {
   width: 201px;
   height: 36px;
   position: absolute !important;
   left: 284px;
   top: 1365px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .imageview_fbe64f1cfe36 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 556px;
   top: 1140px;
 }

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

 .imageview_ca101f44c1b7 {
   width: 58px;
   height: 48px;
   position: absolute !important;
   left: 351px;
   top: 1279px;
 }

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

 .text_ad670f231d8c {
   width: max-content;
   position: absolute !important;
   left: 107px;
   top: 8px;
   line-height: 14.32px;
   font-family: 'Helvetica Neue';
 }

 .imageview_537b3db08754 {
   width: 99px;
   height: 33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_d6b1fd33af0b {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 36px;
   left: 62px;
   top: 53px;
 }

 .container_wrapper_d6b1fd33af0b {
   position: absolute !important;
   overflow: visible;
   left: 62px;
   top: 53px;
   width: 216px;
   height: 36px;
 }

 .container_nested_d6b1fd33af0b {
   width: 216px;
   height: 36px;
 }

 .text_3c4dd73a9b49 {
   width: 216px;
   height: 50px;
   position: absolute !important;
   left: 62px;
   top: 101px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_cac2fd614ec8 {
   width: 94px;
   height: 15px;
   position: absolute !important;
   left: 489px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_c1f78be16016 {
   width: 126px;
   height: 12px;
   position: absolute !important;
   left: 489px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_040b4b4b6e18 {
   width: 218px;
   height: 13px;
   position: absolute !important;
   left: 489px;
   top: 131px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_1dd1573e2db5 {
   width: 84px;
   height: 18px;
   position: absolute !important;
   left: 489px;
   top: 68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .line_3594ddd3f448 {
   width: 645px;
   height: 1px;
   border-top: 1px solid #4c78b7ff;
   border-right: 1px solid #4c78b7ff;
   border-bottom: 1px solid #4c78b7ff;
   border-left: 1px solid #4c78b7ff;
   position: absolute !important;
   left: 62px;
   top: 167px;
   direction: horizontal;
   background: #4c78b7;
 }

 .text_bc73c00705be {
   width: 299px;
   height: 9px;
   position: absolute !important;
   left: 412px;
   top: 186px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_2961f9f2eefd {
   width: 60px;
   height: 13px;
   position: absolute !important;
   left: 339px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_798b46eb2402 {
   width: 52px;
   height: 10px;
   position: absolute !important;
   left: 339px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_ea776da6d6c0 {
   width: 89px;
   height: 17px;
   position: absolute !important;
   left: 339px;
   top: 131px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_3f89f8a3a1ac {
   width: 126px;
   height: 18px;
   position: absolute !important;
   left: 339px;
   top: 67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .container_e1f3679c40a0 {
   position: absolute !important;
   overflow: visible;
   width: 744px;
   height: 248px;
   left: 0px;
   top: 1497px;
   background: radial-gradient(closest-side at 36% 49%, #144f9eff 12%, #001025ff 100%);
 }

 .viewport_36e2154e219b {
   width: 744px;
   height: 1745px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_73bf3ebb7434 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0c5ea1;
 }

 .container_94bdbd1fb995 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   background: #0c5ea1;
 }

 .container_490440c6e241 {
   width: 38px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 18px;
   background: #0c5ea1;
 }

 .container_c3f71703b3eb {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 23px;
   left: 653px;
   top: 38px;
 }

 .container_wrapper_c3f71703b3eb {
   position: absolute !important;
   overflow: visible;
   left: 653px;
   top: 38px;
   width: 38px;
   height: 23px;
 }

 .container_nested_c3f71703b3eb {
   width: 38px;
   height: 23px;
 }

 .text_37925f3cdb59 {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 5px;
   line-height: 19.09px;
   font-family: 'Helvetica Neue';
 }

 .imageview_dca56b89731f {
   width: 116px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_eebf839022d0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 43px;
   left: 52px;
   top: 30px;
 }

 .container_wrapper_eebf839022d0 {
   position: absolute !important;
   overflow: visible;
   left: 52px;
   top: 30px;
   width: 268px;
   height: 43px;
 }

 .container_nested_eebf839022d0 {
   width: 268px;
   height: 43px;
 }

 .imageview_47310c51a0df {
   width: 744px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 117px;
   _scaling-factor: 0.5;
 }

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

 .text_cfcf10332ac6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 152px;
   line-height: 40px;
   font-family: 'Lexend';
 }

 .text_e0ad5b4761bc {
   width: 611px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 192px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .text_autoheight_e0ad5b4761bc {
   overflow: visible;
 }

 .text_4636fcaf5f4d {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 656px;
   line-height: 25px;
   font-family: 'Lexend';
 }

 .text_b9419a80dc85 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_832615c26527 {
   width: 299px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_832615c26527 {
   position: absolute !important;
   overflow: visible;
   left: 80px;
   top: 698px;
   width: 299px;
   height: 35px;
 }

 .input_text_832615c26527::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_d1b345cf86f6 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_10af9de710a4 {
   width: 556px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_10af9de710a4 {
   position: absolute !important;
   overflow: visible;
   left: 80px;
   top: 750px;
   width: 556px;
   height: 35px;
 }

 .input_text_10af9de710a4::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_c0551272a1c1 {
   width: 193px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_512129420a7d {
   width: 556px;
   height: 117px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_512129420a7d {
   position: absolute !important;
   overflow: visible;
   left: 80px;
   top: 802px;
   width: 556px;
   height: 117px;
 }

 .input_text_512129420a7d::placeholder {
   width: 193px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .text_07c208006926 {
   width: 163px;
   height: 20px;
   position: absolute !important;
   left: 13px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   word-wrap: break-word;
   font-family: 'Lexend';
 }

 .input_text_0d579f8a5ad2 {
   width: 246px;
   height: 35px;
   z-index: 998;
   border-top: 1px solid #979797ff;
   border-right: 1px solid #979797ff;
   border-bottom: 1px solid #979797ff;
   border-left: 1px solid #979797ff;
   font-family: 'Lexend';
 }

 .wrapper_input_text_0d579f8a5ad2 {
   position: absolute !important;
   overflow: visible;
   left: 390px;
   top: 698px;
   width: 246px;
   height: 35px;
 }

 .input_text_0d579f8a5ad2::placeholder {
   width: 163px;
   height: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.25px;
   text-align: start;
   word-wrap: break-word;
   color: #656565;
   font-family: 'Lexend';
   letter-spacing: -0.52px;
 }

 .imageview_ce68d1802c2a {
   width: 12px;
   height: 12px;
   position: absolute !important;
   left: 80px;
   top: 957px;
 }

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

 .text_e2d8f19236f7 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 8px;
   line-height: 17.5px;
   font-family: 'Lexend';
 }

 .container_dcb34252e078 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 36px;
   left: 470px;
   top: 945px;
   background: #0c5ea1;
 }

 .container_wrapper_dcb34252e078 {
   position: absolute !important;
   overflow: visible;
   left: 470px;
   top: 945px;
   width: 166px;
   height: 36px;
 }

 .container_nested_dcb34252e078 {
   width: 166px;
   height: 36px;
   background: #0c5ea1;
 }

 .viewport_334ad4af8681 {
   width: 744px;
   height: 1339px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }