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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_1bcce5e22b90 {
   width: 1920px;
   height: 916px;
   transform: rotate(179.99999499104388deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1920px;
   top: 916px;
   background: linear-gradient(0deg, #ffffffff 53.97%, #ffffff00 100%);
 }

 .imageview_625feab44c93 {
   width: 1921px;
   height: 650.32px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 209.5px;
 }

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

 .imageview_625feab44c93 img {
   position: absolute;
   width: 1920.0px !important;
   height: 652.3px !important;
   max-width: none !important;
   left: 1.0px;
   top: -1.0px;
 }

 .imageview_7ebd6a6456c3 {
   width: 22px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 977px;
   top: 707px;
 }

 .imageview_7ebd6a6456c3 img {
   position: absolute;
   width: 59.2px !important;
   height: 59.2px !important;
   max-width: none !important;
   left: -18.6px;
   top: -18.6px;
 }

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

 .imageview_88698574c7bd {
   width: 22px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 1850px;
   top: 203px;
 }

 .imageview_88698574c7bd img {
   position: absolute;
   width: 59.2px !important;
   height: 59.2px !important;
   max-width: none !important;
   left: -18.6px;
   top: -18.6px;
 }

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

 .imageview_f1d2e400af7f {
   width: 669px;
   height: 670px;
   z-index: 2;
   position: absolute !important;
   left: 1116px;
   top: 192px;
 }

 .imageview_f1d2e400af7f img {
   filter: saturate(1.479999989271164) hue-rotate(-30deg);
 }

 .container_cd3aab3aa3fc {
   position: absolute !important;
   overflow: visible;
   width: 1921px;
   height: 916px;
   left: 0px;
   top: 0px;
 }

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

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

 .imageview_252acf071126 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_1c753574311f {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   z-index: 1;
   left: 433px;
   top: 0px;
 }

 .text_fede83322d2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_b334e4cede46 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

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

 .imageview_26af4d6c73b6 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_08043b76add9 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   z-index: 1;
   left: 129px;
   top: 0px;
 }

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

 .imageview_a351617bc7a6 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_2ad35c0ec031 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   z-index: 1;
   left: 275px;
   top: 0px;
 }

 .container_ecc5b10964ac {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   z-index: 1;
   left: 598px;
   top: 20px;
 }

 .imageview_25d4b00a1b5b {
   width: 220px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_25d4b00a1b5b img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_eccac781c983 {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_eccac781c983 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
   z-index: 1;
 }

 .container_nested_eccac781c983 {
   width: 220px;
   height: 64px;
   z-index: 1;
 }

 .text_5f3bb47c637a {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_f23094f367fb {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_6249f6d6b2bb {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_6249f6d6b2bb {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_6249f6d6b2bb {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_4984df572249 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_284163b0651a {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   z-index: 1;
   left: 136px;
   top: 32px;
 }

 .line_e40550bf6358 {
   width: 1920px;
   height: 1px;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 1074px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_e74bac3c73ed {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_479fa771524d {
   width: 165px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 41.59px;
 }

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

 .container_4e402e3e6aa7 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 288px;
   top: 0px;
 }

 .container_21d77797c8b9 {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c739e32031a5 {
   width: 152px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 43.19px;
 }

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

 .container_6d16c6f7de97 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 576px;
   top: 0px;
 }

 .imageview_32b31230aeb6 {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_f1a56954a44a {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_6b2f1b2290f1 {
   width: 146px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 53.29px;
 }

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

 .container_403e9ac43f07 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 864px;
   top: 0px;
 }

 .container_e019d7163477 {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_5ca08a175f42 {
   width: 132px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 55.8px;
 }

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

 .container_ad72ea307e8c {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 1152px;
   top: 0px;
 }

 .container_99481a169c78 {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_b91bcdd13439 {
   width: 124px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 56.17px;
 }

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

 .container_fa6b96b08182 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 1728px;
   top: 0px;
 }

 .container_5251f098d05f {
   width: 256px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_4f5f4ea119b2 {
   width: 99px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 78.41px;
   top: 39px;
 }

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

 .container_8aa2e481df54 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 158px;
   left: 1440px;
   top: 0px;
 }

 .container_fd17f6fb3866 {
   position: absolute !important;
   width: 1920px;
   height: 158px;
   left: 1px;
   top: 916px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_414c6da4197a {
   width: 528px;
   position: absolute !important;
   left: 0px;
   top: 48px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_44c4aaff67e9 {
   width: 528px;
   position: absolute !important;
   left: 0px;
   top: 200px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_67891c364ec7 {
   width: 808px;
   position: absolute !important;
   left: 700px;
   top: 120px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .line_d3d4cd43365f {
   width: 948px;
   height: 1px;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 700px;
   top: 268px;
   direction: horizontal;
   background: #cacaca;
 }

 .line_aa83b7e10e80 {
   width: 948px;
   height: 1px;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 700px;
   top: 444px;
   direction: horizontal;
   background: #cacaca;
 }

 .line_1f31b58c56d2 {
   width: 948px;
   height: 1px;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 700px;
   top: 568px;
   direction: horizontal;
   background: #cacaca;
 }

 .text_01475f3222db {
   width: 808px;
   position: absolute !important;
   left: 700px;
   top: 64px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_55550e50c6ad {
   width: 808px;
   position: absolute !important;
   left: 700px;
   top: 308px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_6c298d3234c8 {
   width: 808px;
   position: absolute !important;
   left: 700px;
   top: 484px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_e20d608ada37 {
   width: 808px;
   position: absolute !important;
   left: 700px;
   top: 608px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .imageview_7c168b9ddeaa {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 1608px;
   top: 312px;
 }

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

 .imageview_9651e1fbb869 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 1608px;
   top: 488px;
 }

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

 .imageview_a36754ec9b87 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 1608px;
   top: 612px;
 }

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

 .imageview_7ac8ab0dacf8 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 1608px;
   top: 64px;
 }

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

 .text_6411681bd6fc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(192deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_9074d113c3c2 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 656px;
   left: 136px;
   top: 10431px;
 }

 .container_d66f06ee333a {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_f361960aaa72 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_441de7f2f1f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_daa102f5ad1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_02fbf9eb6cc3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7b42007864f1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0c2c62c36a3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a8e866d96f46 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_8a3a2890aa31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_603340feb2cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_d1b2860ce192 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_96ceae35c430 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0d5d952cba5d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_f6d887e26322 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a5ec51dc62a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_39dd7dc49e4b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_74639dc8f28e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_78696df711f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4fb850367c1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_f0bddb49280f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a9f1d59a744c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_f792bc6f3b09 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_f555ac9b89dc {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_f555ac9b89dc img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_42974957f467 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_9fbe39bbfd76 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_48dca3a34ebb {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_8695cc588212 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_624edba352db {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_aaf37d20aea5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_d2d430ec5a3d {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_3bdf01088eeb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_b24592fa8324 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_b27b445f73e6 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 11835px;
 }

 .imageview_f96015df8553 {
   width: 1920px;
   height: 818.5px;
   position: absolute !important;
   left: 0px;
   top: -0.03px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

 .imageview_f96015df8553.wp-block-image {
   width: 1920px !important;
   height: 818px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_0f2e29241b0b {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 62.4px;
   top: 228.4px;
 }

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

 .imageview_c676420d4edc {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 1842.4px;
   top: 716.4px;
 }

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

 .imageview_7f58da1f1cec {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 162px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_e2c9adb2c3af {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 720px;
   top: 162px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_1db5aeb08df4 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 1280px;
   top: 162px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_f42f9f5f3cfe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 74px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_60d08ffd2f00 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_0aeccdf73ab8 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_3fdc81a38136 {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1640px;
   top: 82px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_3fdc81a38136 {
   position: absolute !important;
   left: 1640px;
   top: 82px;
   width: 148px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_3fdc81a38136 {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_94c645529d3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 674px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_e6caaec0f754 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 720px;
   top: 674px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_70293f62c884 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1280px;
   top: 674px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_6a8d8775923b {
   width: 480px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 722px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_84936e7dda9e {
   width: 480px;
   z-index: 1;
   position: absolute !important;
   left: 720px;
   top: 722px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_55953b562e30 {
   width: 480px;
   z-index: 1;
   position: absolute !important;
   left: 1280px;
   top: 722px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_629d8bae05ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 26px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_c914305c6acc {
   position: absolute !important;
   overflow: visible;
   width: 1921px;
   height: 818px;
   left: 0px;
   top: 9453px;
 }

 .imageview_318994628ded {
   width: 1920px;
   height: 1040.41px;
   position: absolute !important;
   left: 0px;
   top: 135.98px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .imageview_62c5459e3fbb {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 67.4px;
   top: 444.4px;
 }

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

 .imageview_7e48af15f9e1 {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 1820.4px;
   top: 1020.4px;
 }

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

 .text_3bf41101186f {
   width: max-content;
   position: absolute !important;
   left: 486px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .imageview_0b6dfd35987f {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_00a9031efad0 {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_2f41a3865711 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_e30b9af5d0f2 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 720px;
   top: 696px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_e30b9af5d0f2 {
   position: absolute !important;
   overflow: visible;
   left: 720px;
   top: 696px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_e30b9af5d0f2 {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_65cceb39ba2d {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_287c27baaf3e {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_86eb0e2141cc {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_023577edc716 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 1280px;
   top: 136px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_023577edc716 {
   position: absolute !important;
   overflow: visible;
   left: 1280px;
   top: 136px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_023577edc716 {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_04e8d9eaffc4 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_627bd4afe64f {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_f424e3faae72 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_6412f809a1d0 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 1280px;
   top: 696px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_6412f809a1d0 {
   position: absolute !important;
   overflow: visible;
   left: 1280px;
   top: 696px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_6412f809a1d0 {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_066f9d598d6f {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_c4adef79b99c {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_f38bd0a47347 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_b4d3af55e68f {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 160px;
   top: 696px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_b4d3af55e68f {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 696px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_b4d3af55e68f {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_5a3f67a8e125 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_cbd965884237 {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_7f47c7de70ad {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_6466e68a1c16 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 720px;
   top: 136px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_6466e68a1c16 {
   position: absolute !important;
   overflow: visible;
   left: 720px;
   top: 136px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_6466e68a1c16 {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_43759dbbcfd2 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_43759dbbcfd2 img {
   position: absolute;
   width: 222.96% !important;
   height: 125.42% !important;
   max-width: none !important;
   left: -101.96%;
   top: -25.49%;
 }

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

 .container_1487b931e7a6 {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_26c6be52b14d {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 400px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_91224766d9d5 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 160px;
   top: 136px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_91224766d9d5 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 136px;
   width: 480px;
   height: 480px;
   z-index: 1;
 }

 .container_nested_91224766d9d5 {
   width: 480px;
   height: 480px;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .text_4b44cb7c8746 {
   width: max-content;
   position: absolute !important;
   left: 917px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_9835bc9ec678 {
   position: absolute !important;
   overflow: visible;
   width: 1921px;
   height: 1176px;
   left: 0px;
   top: 2602px;
 }

 .text_fd1659017ad6 {
   width: 1486px;
   position: absolute !important;
   left: 0px;
   top: 48px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_ce846146ca41 {
   width: 1486px;
   position: absolute !important;
   left: 0px;
   top: 200px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1b59d3a5f361 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6478749e0b67 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_964cb920bc79 {
   padding: 16px 20px 16px 20px;
   width: 179px;
   height: 56px;
   position: absolute !important;
   left: 655.5px;
   top: 312px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_964cb920bc79 {
   position: absolute !important;
   left: 655.5px;
   top: 312px;
   width: 179px;
   height: 56px;
 }

 .container_nested_964cb920bc79 {
   padding: 16px 20px 16px 20px;
   width: 179px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_22915b12704c {
   width: max-content;
   position: absolute !important;
   left: 695px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(203deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_a19d2a559028 {
   position: absolute !important;
   overflow: visible;
   width: 1486px;
   height: 368px;
   left: 217px;
   top: 1234px;
   border-radius: 96px 96px 96px 96px;
 }

 .text_4adaaf562ea5 {
   width: max-content;
   position: absolute !important;
   left: 296px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .imageview_23beeb229419 {
   width: 108px;
   height: 40px;
   position: absolute !important;
   left: 1540px;
   top: 884px;
 }

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

 .imageview_4c301f037acb {
   width: 528px;
   height: 716px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_a1e19e05deff {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 236px;
   top: 330px;
 }

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

 .container_036f48e8bcee {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 716px;
   left: 0px;
   top: 136px;
 }

 .container_897043d852bd {
   width: 528px;
   height: 716px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .line_2f83c5452555 {
   width: 464px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 32px;
   top: 608px;
   direction: horizontal;
   background: #cacaca;
 }

 .text_26488c16d568 {
   width: 464px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 640px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_33023ac2ed20 {
   width: 464px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 200px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .imageview_d2b1f1122452 {
   width: 139px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 357px;
   top: 32px;
 }

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

 .container_f8ead5832125 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 716px;
   left: 560px;
   top: 136px;
 }

 .line_a5c883495ad9 {
   width: 456px;
   height: 1px;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 32px;
   top: 608px;
   direction: horizontal;
   background: #cacaca;
 }

 .container_55b0a4b775ce {
   width: 528px;
   height: 716px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_eaaa32b72b73 {
   width: 464px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 640px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_01825f7e6919 {
   width: 464px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 200px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .imageview_4bc942051bbe {
   width: 139px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_9d6807cffa69 {
   position: absolute !important;
   overflow: visible;
   width: 139px;
   height: 55px;
   z-index: 2;
   left: 357px;
   top: 32px;
 }

 .line_f85cc3f0a42b {
   width: 464px;
   height: 1px;
   z-index: 2;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 32px;
   top: 608px;
   direction: horizontal;
   background: #cacaca;
 }

 .container_73b2d50afc71 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 716px;
   left: 1120px;
   top: 136px;
 }

 .text_1fc79a47d2a6 {
   width: max-content;
   position: absolute !important;
   left: 758px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_eee7a93a8884 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 924px;
   left: 136px;
   top: 6691px;
 }

 .text_b6f5bec20c08 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_bba415eca9c0 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_f8e94636dbc9 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_603dde7cabb7 {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   position: absolute !important;
   left: 1504px;
   top: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_5c4a5cfa1e19 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_ce38e43a1405 {
   width: 720px;
   position: absolute !important;
   left: 0px;
   top: 424px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_f2c39b954ee1 {
   position: absolute !important;
   overflow: visible;
   width: 784px;
   height: 472px;
   left: 0px;
   top: 136px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_c30014818bb9 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_d4d1989af066 {
   width: 720px;
   position: absolute !important;
   left: 0px;
   top: 424px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_c51a6cf4c9cc {
   position: absolute !important;
   overflow: visible;
   width: 784px;
   height: 472px;
   left: 864px;
   top: 136px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_c61d62f3ee07 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_b217f54c7e89 {
   position: absolute !important;
   overflow: visible;
   width: 1652px;
   height: 608px;
   left: 136px;
   top: 7775px;
 }

 .container_52100f89246e {
   width: 1920px;
   height: 694px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #001a35;
 }

 .imageview_e94dd9f9bf55 {
   width: 1331px;
   height: 887px;
   z-index: 1;
   position: absolute !important;
   left: 1275px;
   top: -398px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

 .imageview_e94dd9f9bf55.wp-block-image {
   width: 645px !important;
   height: 489px !important;
   left: 1275px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_e94dd9f9bf55 img {
   filter: brightness(0.7699999958276749) contrast(2) saturate(1.4399999976158142) hue-rotate(23deg);
 }

 .imageview_49f6e9546a8a {
   width: 633px;
   height: 422px;
   z-index: 1;
   position: absolute !important;
   left: -333px;
   top: -140px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

 .imageview_49f6e9546a8a.wp-block-image {
   width: 300px !important;
   height: 282px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_49f6e9546a8a img {
   filter: brightness(0.7699999958276749) contrast(2) saturate(1.4399999976158142) hue-rotate(23deg);
 }

 .imageview_5adc52378574 {
   width: 569px;
   height: 569px;
   z-index: 2;
   position: absolute !important;
   left: -207px;
   top: 309px;
 }

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

 .imageview_5adc52378574 img {
   position: absolute;
   width: 781.3px !important;
   height: 680.0px !important;
   max-width: none !important;
   left: 207.0px;
   top: -309.0px;
 }

 .line_5187c02aa96d {
   width: 4px;
   height: 123px;
   z-index: 1;
   border-top: 4px solid #2895f0ff;
   border-right: 4px solid #2895f0ff;
   border-bottom: 4px solid #2895f0ff;
   border-left: 4px solid #2895f0ff;
   position: absolute !important;
   left: 976px;
   top: 186px;
   direction: vertical;
   background: #2895f0;
 }

 .line_a5c9d21192df {
   width: 4px;
   height: 123px;
   z-index: 1;
   border-top: 4px solid #2895f0ff;
   border-right: 4px solid #2895f0ff;
   border-bottom: 4px solid #2895f0ff;
   border-left: 4px solid #2895f0ff;
   position: absolute !important;
   left: 976px;
   top: 412px;
   direction: vertical;
   background: #2895f0;
 }

 .line_25c162f3b70f {
   width: 4px;
   height: 123px;
   z-index: 2;
   border-top: 4px solid #2895f0ff;
   border-right: 4px solid #2895f0ff;
   border-bottom: 4px solid #2895f0ff;
   border-left: 4px solid #2895f0ff;
   position: absolute !important;
   left: 1396px;
   top: 186px;
   direction: vertical;
   background: #2895f0;
 }

 .line_d635073da47c {
   width: 4px;
   height: 123px;
   z-index: 2;
   border-top: 4px solid #2895f0ff;
   border-right: 4px solid #2895f0ff;
   border-bottom: 4px solid #2895f0ff;
   border-left: 4px solid #2895f0ff;
   position: absolute !important;
   left: 1396px;
   top: 412px;
   direction: vertical;
   background: #2895f0;
 }

 .container_d2ae35cdc5c4 {
   position: absolute !important;
   width: 1920px;
   height: 680px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_82ade15bf832 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1008px;
   top: 168px;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-19b94195b335_82ade15bf832 {
   line-height: 96px;
   font-family: 'Geist';
 }

 .text-83678d6e1728_82ade15bf832 {
   line-height: 96px;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_361ca4577d85 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1428px;
   top: 168px;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-a7d3bb83edd5_361ca4577d85 {
   line-height: 96px;
   font-family: 'Geist';
 }

 .text-68d97334dde7_361ca4577d85 {
   line-height: 96px;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_2c2259dc61b4 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1008px;
   top: 400px;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-93156c42098d_2c2259dc61b4 {
   line-height: 96px;
   font-family: 'Geist';
 }

 .text-fa7119da59e1_2c2259dc61b4 {
   line-height: 96px;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_d6a49dc7fcb9 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1428px;
   top: 400px;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-abbf69db540d_d6a49dc7fcb9 {
   line-height: 96px;
   font-family: 'Geist';
 }

 .text-467dcd8b64f0_d6a49dc7fcb9 {
   line-height: 96px;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_7c0020669a6a {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1008px;
   top: 280px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0b6ffaf304b9 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1428px;
   top: 280px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c6e8eebd560e {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1008px;
   top: 512px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c5b87958d80c {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 1428px;
   top: 512px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_065ab2d6b0a4 {
   width: 668px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 168px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_c519995ac07f {
   width: 668px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 320px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_abcfe4472618 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(206deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_3715a115cafd {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_a5d4c26cf58a {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_8517682dd70c {
   padding: 16px 20px 16px 20px;
   width: 179px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 132.5px;
   top: 504px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_8517682dd70c {
   position: absolute !important;
   left: 132.5px;
   top: 504px;
   width: 179px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_8517682dd70c {
   padding: 16px 20px 16px 20px;
   width: 179px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_ed4725420aeb {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 680px;
   left: 0px;
   top: 1762px;
 }

 .container_d828ce0afbd2 {
   width: 1824px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: -8px;
   background: #001a35;
 }

 .imageview_ddb788c98d97 {
   width: 1840px;
   height: 1051px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: -416px;
 }

 .imageview_ddb788c98d97.wp-block-image {
   width: 1824px !important;
   height: 508px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_ddb788c98d97 img {
   filter: brightness(0.12000000476837158) contrast(2) saturate(1.5799999833106995) hue-rotate(-30deg);
 }

 .imageview_870b478d41a6 {
   width: 569px;
   height: 569px;
   z-index: 2;
   position: absolute !important;
   left: -220px;
   top: 195px;
 }

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

 .imageview_870b478d41a6 img {
   position: absolute;
   width: 768.3px !important;
   height: 508.0px !important;
   max-width: none !important;
   left: 220.0px;
   top: -195.0px;
 }

 .imageview_9d4cef747e64 {
   width: 569px;
   height: 569px;
   z-index: 2;
   position: absolute !important;
   left: 1593px;
   top: -246px;
 }

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

 .imageview_9d4cef747e64 img {
   position: absolute;
   width: 650.3px !important;
   height: 508.0px !important;
   max-width: none !important;
   left: -419.3px;
   top: 246.0px;
 }

 .container_5863b1a0d544 {
   position: absolute !important;
   width: 1824px;
   height: 508px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 24px 24px 24px 24px;
 }

 .text_093432ba4e66 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 470px;
   top: 168px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_465c976855a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 256px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_f89d8cd55c8d {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_acdbedc92570 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_291c09f7c801 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 816px;
   top: 332px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_3a224c83754d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(196deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_ab67aa8f4c12 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 508px;
   left: 48px;
   top: 4753px;
 }

 .container_74b468992874 {
   width: 1920px;
   height: 514px;
   position: absolute !important;
   left: -48px;
   top: 0px;
   background: #001a35;
 }

 .imageview_5656a4a7f2fb {
   width: 1840px;
   height: 1051px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: -408px;
 }

 .imageview_5656a4a7f2fb.wp-block-image {
   width: 1824px !important;
   height: 508px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_5656a4a7f2fb img {
   filter: brightness(0.12000000476837158) contrast(2) saturate(1.5799999833106995) hue-rotate(-30deg);
 }

 .imageview_34e7eb3bf5fd {
   width: 546px;
   height: 546px;
   z-index: 2;
   position: absolute !important;
   left: -273px;
   top: -239px;
 }

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

 .imageview_34e7eb3bf5fd img {
   position: absolute;
   width: 753.0px !important;
   height: 508.0px !important;
   max-width: none !important;
   left: 273.0px;
   top: 239.0px;
 }

 .imageview_9779198f7e13 {
   width: 718.96px;
   height: 414.45px;
   z-index: 2;
   position: absolute !important;
   left: 1105.04px;
   top: 93.55px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_0291743ff299 {
   position: absolute !important;
   width: 1824px;
   height: 508px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 24px 24px 24px 24px;
 }

 .text_a086acfcf2fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 168px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_281beae0fa2e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 156px;
   top: 256px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_5b8a0c89b98e {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_34658453ad99 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_4b734591eaea {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 787px;
   top: 332px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_40566da23e9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(196deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_bc35b6dc77aa {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 508px;
   left: 48px;
   top: 11247px;
 }

 .container_c1ac61327ff2 {
   width: 1824px;
   height: 750px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   opacity: 0.05000000074505806;
 }

 .container_c3fc5efc2a7f {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 750px;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_8dfe98e44e7e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_bad1ab04f757 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_c90c52de593f {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_ff21f4c9fc80 {
   padding: 16px 20px 16px 20px;
   width: 138px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1512px;
   top: 518px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_b84212481498 {
   width: 900px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_f272ea628728 {
   position: absolute !important;
   overflow: visible;
   width: 900px;
   height: 84px;
   z-index: 1;
   left: 748px;
   top: 48px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_92c198e50fd6 {
   width: 900px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_7b5911c7c8eb {
   position: absolute !important;
   overflow: visible;
   width: 900px;
   height: 84px;
   z-index: 1;
   left: 748px;
   top: 164px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_35914d6fbb94 {
   width: 900px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_36e83cdf9a4d {
   position: absolute !important;
   overflow: visible;
   width: 900px;
   height: 84px;
   z-index: 1;
   left: 748px;
   top: 280px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_2c6897398d21 {
   width: 900px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_27745b310eb0 {
   position: absolute !important;
   overflow: visible;
   width: 900px;
   height: 84px;
   z-index: 1;
   left: 748px;
   top: 396px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_80bd70cd46c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 160px;
   line-height: 36px;
   background: linear-gradient(205deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Inter';
 }

 .text_5118ce491c2f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 372px;
   line-height: 36px;
   background: linear-gradient(196deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Inter';
 }

 .text_6513878d7508 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 212px;
   line-height: 56px;
   font-family: 'Geist';
 }

 .text_b5056e220713 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 424px;
   line-height: 56px;
   font-family: 'Geist';
 }

 .text_213b9d69a6d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(199deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_75d4399cbaab {
   position: absolute !important;
   overflow: visible;
   width: 1650px;
   height: 574px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_3943591bdbed {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 750px;
   left: 48px;
   top: 8543px;
 }

 .imageview_f01ef9fb08e5 {
   width: 1920px;
   height: 718.56px;
   position: absolute !important;
   left: 0px;
   top: -0.03px;
 }

 .imageview_f01ef9fb08e5.wp-block-image {
   width: 1920px !important;
   height: 718px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a0e0c6cc4124 {
   width: 1368px;
   height: 718px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000033;
   border-radius: 24px 24px 24px 24px;
   mix-blend-mode: normal;
 }

 .container_0f9e90d59f16 {
   position: absolute !important;
   overflow: visible;
   width: 1368px;
   height: 718px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/345eac00-98ba-4386-b2fa-a57e4063cfe0/89:1474.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_c001afd34a29 {
   width: 56px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 656px;
   top: 331px;
 }

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

 .container_c20571af7446 {
   position: absolute !important;
   overflow: visible;
   width: 1368px;
   height: 718px;
   z-index: 1;
   left: 276px;
   top: 0px;
 }

 .imageview_ba726e3b81e9 {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 1743.4px;
   top: 247.4px;
 }

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

 .imageview_ad1c6f7614f2 {
   width: 59.2px;
   height: 59.2px;
   z-index: 1;
   position: absolute !important;
   left: 111.4px;
   top: 539.4px;
 }

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

 .container_8a838666ebdd {
   position: absolute !important;
   overflow: visible;
   width: 1921px;
   height: 718px;
   left: 0px;
   top: 5813px;
 }

 .text_f12f4298990a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 260px;
   line-height: 48px;
   background: linear-gradient(189deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_078dea0f5168 {
   width: 888px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 324px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_ddc8517fbf06 {
   width: 888px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_6dc6d4b3b5d8 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_9cd317042320 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_13230d589bd5 {
   padding: 16px 20px 16px 20px;
   width: 273px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 628px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_13230d589bd5 {
   position: absolute !important;
   left: 136px;
   top: 628px;
   width: 273px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_13230d589bd5 {
   padding: 16px 20px 16px 20px;
   width: 273px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_3c1d7c72c8a1 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_fa38e85b8673 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_86921570cca2 {
   padding: 16px 20px 16px 20px;
   width: 252px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   position: absolute !important;
   left: 437px;
   top: 628px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_86921570cca2 {
   position: absolute !important;
   left: 437px;
   top: 628px;
   width: 252px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_86921570cca2 {
   padding: 16px 20px 16px 20px;
   width: 252px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_11c72abddc6e {
   width: max-content;
   position: absolute !important;
   left: 533px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_9baa78fede80 {
   width: max-content;
   position: absolute !important;
   left: 697px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(193deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_d7522d828d8a {
   width: 1088px;
   position: absolute !important;
   left: 236px;
   top: 136px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c04ee5e9dead {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_479274c47068 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 80px;
 }

 .imageview_fef412571dff {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 144px;
   top: -36px;
 }

 .imageview_fef412571dff.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 144px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_2f76e3e69db7 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 160px;
   left: 0px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ca9215a67f0c {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_82b2d8e81e75 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 80px;
 }

 .imageview_8de3cbd43c6c {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 144px;
   top: -36px;
 }

 .imageview_8de3cbd43c6c.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 144px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_3de6a3023457 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 160px;
   left: 560px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_e1fde128fcbe {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c0aa4dad0072 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 80px;
 }

 .imageview_d07a2076d4eb {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 144px;
   top: -36px;
 }

 .imageview_d07a2076d4eb.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 144px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_9bdba24e4d1f {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 160px;
   left: 0px;
   top: 244px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_351288a05cdc {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_662c5248133d {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 80px;
 }

 .imageview_3998d6ad4eef {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 145px;
   top: -36px;
 }

 .imageview_3998d6ad4eef.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 145px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_11e0a3c5652d {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 160px;
   left: 1120px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_65ddf7acd7ef {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_544076721847 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 87px;
 }

 .imageview_673d86fe3c33 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 145px;
   top: -36px;
 }

 .imageview_673d86fe3c33.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 145px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_23c4cece5cfb {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 167px;
   left: 560px;
   top: 240px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_bf417cf4b7e5 {
   width: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7aa590cc5773 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 80px;
   left: 0px;
   top: 87px;
 }

 .imageview_d965a9e98a5e {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 153px;
   top: -36px;
 }

 .imageview_d965a9e98a5e.wp-block-image {
   width: 136px !important;
   height: 100px !important;
   left: 153px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_55b9c84c4ff0 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 167px;
   left: 1120px;
   top: 240px;
   border-radius: 16px 16px 16px 16px;
 }

 .line_e44d247cc8eb {
   width: 1px;
   height: 407px;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 500px;
   top: 0px;
   direction: vertical;
   background: #2895f0;
 }

 .line_6ec9944b0d7b {
   width: 1560px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 204px;
   direction: horizontal;
   background: #2895f0;
 }

 .line_134616ac3e05 {
   width: 1px;
   height: 407px;
   z-index: 2;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 1060px;
   top: 0px;
   direction: vertical;
   background: #2895f0;
 }

 .container_2c72144414ae {
   position: absolute !important;
   overflow: visible;
   width: 1560px;
   height: 407px;
   left: 0px;
   top: 248px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_462f28bf1964 {
   position: absolute !important;
   overflow: visible;
   width: 1560px;
   height: 655px;
   left: 180px;
   top: 3938px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_bfd39ef294e9 {
   width: max-content;
   position: absolute !important;
   left: 455px;
   top: 48px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_a4e92a2c2073 {
   width: max-content;
   position: absolute !important;
   left: 764px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(198deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_41c538e97090 {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3423bc8340fd {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 21px;
 }

 .imageview_3423bc8340fd img {
   position: absolute;
   width: 99.39% !important;
   height: 90.77% !important;
   max-width: none !important;
   left: 0.00%;
   top: 3.72%;
 }

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

 .text_4697eca8fbc5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 33px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_cf0464649d82 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 560px;
   top: 136px;
 }

 .container_005881d081af {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bab40dbc33c0 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 21px;
 }

 .imageview_bab40dbc33c0 img {
   position: absolute;
   width: 111.62% !important;
   height: 71.62% !important;
   max-width: none !important;
   left: -5.36%;
   top: 13.30%;
 }

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

 .text_1cae7e379960 {
   width: 248px;
   z-index: 1;
   position: absolute !important;
   left: 112px;
   top: 33px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_df0a4e51bbb5 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 840px;
   top: 136px;
 }

 .container_233ef56866b9 {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d47ff1004ddf {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 20px;
 }

 .imageview_d47ff1004ddf img {
   position: absolute;
   width: 116.31% !important;
   height: 116.31% !important;
   max-width: none !important;
   left: -7.26%;
   top: -7.26%;
 }

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

 .text_d0ca1c51d0c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 33px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_86f9d92ced51 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 0px;
   top: 136px;
 }

 .container_a54966345578 {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_9e65dcd394b4 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 20px;
 }

 .imageview_9e65dcd394b4 img {
   position: absolute;
   width: 71.43% !important;
   height: 86.14% !important;
   max-width: none !important;
   left: 14.29%;
   top: 6.93%;
 }

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

 .text_4c01ef18c4f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 33px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f68deb3a3a1e {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 1120px;
   top: 136px;
 }

 .container_4fb14a523b14 {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_24e28bfef470 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 20px;
 }

 .imageview_24e28bfef470 img {
   position: absolute;
   width: 111.00% !important;
   height: 111.00% !important;
   max-width: none !important;
   left: -5.50%;
   top: -5.50%;
 }

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

 .text_2ebf5bffa340 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 33px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_144f1f827999 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 1400px;
   top: 136px;
 }

 .container_53c246c339e5 {
   width: 248px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_fe7ca0836fc1 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 21px;
 }

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

 .text_28243e93df67 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 33px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_71ae9b2c248d {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 96px;
   left: 280px;
   top: 136px;
 }

 .container_b51170433af8 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 232px;
   left: 136px;
   top: 5421px;
 }

 .container_496437b0396b {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_b3fb473b311e {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

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

 .container_ae3b092e2006 {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e9e27712ee1b {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_eb702ef5bcd2 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 62px;
 }

 .container_20df52bdc5d9 {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_857df2a250e3 {
   width: 31.75px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_a8743487ad8e {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 124px;
 }

 .container_014b092ff7ac {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_18f18b9ced3a {
   width: 1920px;
   height: 12383px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .container_f8dd87aa1c7a {
   width: 1648px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #001a35ff 0%, #001a3500 100%);
   border-radius: 24px 24px 24px 24px;
   mix-blend-mode: normal;
 }

 .container_337173940cb4 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 548px;
   left: 136px;
   top: 571px;
   background: url("https://cdn.yotako.io/345eac00-98ba-4386-b2fa-a57e4063cfe0/89:1604.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 24px 24px 24px 24px;
 }

 .text_eb6a9cb8416b {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_32853affbc8f {
   width: 808px;
   position: absolute !important;
   left: 136px;
   top: 251px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_c89bda72fd9f {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 331px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_27b7702eca1c {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_660fd8803987 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_e8c895186630 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b3d29a043008 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_01f9d3eded55 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_041798239d1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_852e467a6ba5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_42291253a3fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7ac90f943516 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e005a4ee99fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5cbef643921e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_86b6a8f34a48 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1402064a78bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ff81bbeacb05 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_69c90692cc50 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_3ed517ac4d07 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_83a401bde247 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b8dd22ad515a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2cc978496140 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4cc9eb82c775 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c29f306f2907 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_eaf1af90dc6b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_093377915e31 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_093377915e31 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_627753c3b213 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_ce263e2becbe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_3fed9568fc35 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_f2518a7499af {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_b52e2674a118 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_3ba16e4ed835 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_79f5c81eca92 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c48783051952 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_86e33fc41e61 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_6e691a7244be {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 6158px;
 }

 .container_wrapper_6e691a7244be {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 6158px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_6e691a7244be {
   width: 1920px;
   height: 548px;
 }

 .text_1764792a40df {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 200px;
   top: 707px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_b6dbbbfbe0d5 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 200px;
   top: 795px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4cad127816c2 {
   width: max-content;
   position: absolute !important;
   left: 553px;
   top: 0px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_e8ba2f3c83be {
   width: 464px;
   position: absolute !important;
   left: 0px;
   top: 629px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_016871e3f22d {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 569px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .imageview_2fcd991a8fff {
   width: 480px;
   height: 545px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_2fcd991a8fff img {
   position: absolute;
   width: 155.60% !important;
   height: 131.56% !important;
   max-width: none !important;
   left: -27.80%;
   top: -8.30%;
 }

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

 .container_774a12915bc8 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 665px;
   left: 0px;
   top: 88px;
 }

 .text_0b9168d76f69 {
   width: 464px;
   position: absolute !important;
   left: 0px;
   top: 629px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_96a5d8c02d04 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 569px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .imageview_cd473a045e6d {
   width: 480px;
   height: 545px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .container_76806b69777d {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 665px;
   left: 560px;
   top: 88px;
 }

 .text_d5b79b3af541 {
   width: 464px;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_7cd396af924b {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_4efa994b79d4 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 96px;
   left: 0px;
   top: 569px;
 }

 .imageview_639ed7696803 {
   width: 480px;
   height: 545px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_639ed7696803 img {
   position: absolute;
   width: 224.00% !important;
   height: 197.28% !important;
   max-width: none !important;
   left: -51.41%;
   top: -4.08%;
 }

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

 .container_254f685f48c9 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 665px;
   left: 1120px;
   top: 88px;
 }

 .container_490b0992a985 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 753px;
   left: 160px;
   top: 2949px;
 }

 .container_ed84a26b1c7d {
   width: 1920px;
   height: 514px;
   position: absolute !important;
   left: -48px;
   top: 0px;
   background: #001a35;
 }

 .imageview_c094d55d907b {
   width: 1840px;
   height: 1051px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: -408px;
 }

 .imageview_c094d55d907b.wp-block-image {
   width: 1824px !important;
   height: 514px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_c094d55d907b img {
   filter: brightness(0.12000000476837158) contrast(2) saturate(1.5799999833106995) hue-rotate(-30deg);
 }

 .imageview_26954cc18e47 {
   width: 546px;
   height: 546px;
   z-index: 2;
   position: absolute !important;
   left: -273px;
   top: -239px;
 }

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

 .imageview_26954cc18e47 img {
   position: absolute;
   width: 753.0px !important;
   height: 514.0px !important;
   max-width: none !important;
   left: 273.0px;
   top: 239.0px;
 }

 .imageview_86bd1a6b2377 {
   width: 718.96px;
   height: 420.45px;
   z-index: 2;
   position: absolute !important;
   left: 1105.04px;
   top: 93.55px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_515974a60580 {
   position: absolute !important;
   width: 1824px;
   height: 514px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 24px 24px 24px 24px;
 }

 .text_668a968b924a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 503px;
   top: 168px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_c0ec0690f5de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 156px;
   top: 256px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_e35cfafdf4c3 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_b99f75a07dd9 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_f27f0f349f8e {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 787px;
   top: 338px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_f27f0f349f8e {
   position: absolute !important;
   left: 787px;
   top: 338px;
   width: 256px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_f27f0f349f8e {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_750d3f6a8f68 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(196deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_e049cefa8e18 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 514px;
   left: 48px;
   top: 4690px;
 }

 .text_77524ee65285 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_38ee789e05c3 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 64px;
   left: 420px;
   top: 0px;
 }

 .container_0d3b4953c6e5 {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_40eb9f2226ca {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-821f39e4c228_40eb9f2226ca {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-a9f903873e53_40eb9f2226ca {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_626ebdd17868 {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_56efc526550e {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_f79676811720 {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_0d2bc137bae7 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-9dcf9000e804_0d2bc137bae7 {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-de564477bca1_0d2bc137bae7 {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_1cda2706b54e {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ddc4ae90140e {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 0px;
   top: 312px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_9c08c39c71da {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_58dc87c47d14 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-ea5cfd35dda8_58dc87c47d14 {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-857bca9a3ea1_58dc87c47d14 {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_ee63ae1230a2 {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4795c2bdd1ff {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 560px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_ecdc76b46a7b {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_764c05bb9ea1 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-27d44f443638_764c05bb9ea1 {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-d87c0a4d9cf8_764c05bb9ea1 {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_9a44069145cb {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_18327d303436 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 560px;
   top: 312px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_f67583e7ab40 {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_bdd2f9865964 {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-aba811e3b81d_bdd2f9865964 {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-de148e5b2719_bdd2f9865964 {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_b2a38a005917 {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-6533d5c89769_b2a38a005917 {
   line-height: 40px;
   font-family: 'Inter';
 }

 .text-60fecbfb8c6c_b2a38a005917 {
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_2f16848d00da {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 1120px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_54cb8a0708dc {
   width: 528px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_e1ed972a0d0e {
   width: 388px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 64px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text-96ac0a565aca_e1ed972a0d0e {
   line-height: 56px;
   font-family: 'Geist';
 }

 .text-d2f4e1389598_e1ed972a0d0e {
   line-height: 56px;
   background: linear-gradient(188deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .text_4db493d5eeb6 {
   width: 400px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 136px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6a40560ae7db {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 280px;
   left: 1120px;
   top: 312px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_c4bebef09be7 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 592px;
   left: 0px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_d0f0b677419c {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 680px;
   left: 136px;
   top: 2109px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_eafa4781d331 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_0d250dd7f231 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_fb7d475d230c {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_23d562c53eb2 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_05481526ed81 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_b97719ef7cec {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_db77c0f9a466 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_7099ba092393 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_21c27167a103 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_0b8048a093ae {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_a7d7fff9b5b3 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_beebf99063a0 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_23fc09373a89 {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_23fc09373a89 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_23fc09373a89 {
   width: 795px;
   height: 24px;
 }

 .imageview_4885a2b1519b {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_4885a2b1519b img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_3ceeaa31df3b {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_3ceeaa31df3b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_3ceeaa31df3b {
   width: 220px;
   height: 64px;
 }

 .text_6e7fccb3d9af {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_bd4bb6066104 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_77f56898e7e3 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_77f56898e7e3 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_77f56898e7e3 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_41cc84fe8e0a {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_a1df1f2bf2f5 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_a1df1f2bf2f5 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_a1df1f2bf2f5 {
   width: 1648px;
   height: 91px;
 }

 .line_0c08cc739aea {
   width: 1px;
   height: 248px;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 824px;
   top: 0px;
   direction: vertical;
   background: #2895f0;
 }

 .text_9a8b5e0603e6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 120px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_23be38da86b4 {
   width: 388px;
   position: absolute !important;
   left: 0px;
   top: 208px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_c0ed268da7f6 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_80895c73a1f0 {
   position: absolute !important;
   overflow: visible;
   width: 388px;
   height: 496px;
   left: 1260px;
   top: 87px;
 }

 .text_ac0167b9b663 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 120px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_77c27f7b7a2f {
   width: 388px;
   position: absolute !important;
   left: 0px;
   top: 208px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_415786746fd3 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_cb12c0b5abe4 {
   position: absolute !important;
   overflow: visible;
   width: 388px;
   height: 460px;
   left: 0px;
   top: 105px;
 }

 .container_b3a5e9c34550 {
   width: 614px;
   height: 614px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 40px;
   background: #002e5e;
   border-radius: 640px 640px 640px 640px;
   opacity: 0.05000000074505806;
 }

 .imageview_af2bac4b5c54 {
   width: 669px;
   height: 670px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_aeab9f719fa3 {
   position: absolute !important;
   overflow: visible;
   width: 669px;
   height: 670px;
   z-index: 1;
   left: 490px;
   top: 0px;
 }

 .container_cbbfe4369e02 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 670px;
   left: 136px;
   top: 1279px;
 }

 .text_167711b49fe1 {
   width: max-content;
   position: absolute !important;
   left: 632px;
   top: 0px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .imageview_36c7e13839ef {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_5574988280cc {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 0px;
   top: 417px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_f0aad39b1449 {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 560px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_73e7230f2f25 {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 560px;
   top: 417px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_5314868b05d6 {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 1120px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_2831f2afc475 {
   width: 528px;
   height: 297px;
   position: absolute !important;
   left: 1120px;
   top: 417px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .container_fb280cf9c1c5 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 714px;
   left: 136px;
   top: 5364px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_8e17cab1da5e {
   width: 461px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_3d702fd7890a {
   position: absolute !important;
   overflow: visible;
   width: 461px;
   height: 48px;
   left: 88px;
   top: 8px;
 }

 .imageview_cc7c96b31a03 {
   width: 112px;
   height: 112px;
   position: absolute !important;
   left: -24px;
   top: -24px;
 }

 .imageview_cc7c96b31a03.wp-block-image {
   width: 88px !important;
   height: 64px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_43952e512b5f {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 64px;
   left: 0px;
   top: 216px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_71cf179d8def {
   width: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_05d337f318af {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 48px;
   left: 88px;
   top: 8px;
 }

 .imageview_bd2240498f6c {
   width: 112px;
   height: 112px;
   position: absolute !important;
   left: -24px;
   top: -24px;
 }

 .imageview_bd2240498f6c.wp-block-image {
   width: 88px !important;
   height: 64px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5845c2a6bee3 {
   position: absolute !important;
   overflow: visible;
   width: 415px;
   height: 64px;
   left: 0px;
   top: 104px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_e1a3bdd190e3 {
   width: 350px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_bf92c0206c01 {
   position: absolute !important;
   overflow: visible;
   width: 350px;
   height: 48px;
   left: 88px;
   top: 8px;
 }

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

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

 .container_53c9ea1d8e50 {
   position: absolute !important;
   overflow: visible;
   width: 438px;
   height: 64px;
   left: 0px;
   top: 328px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ca6dc4ea0b8a {
   width: 313px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_f093d2f1b981 {
   position: absolute !important;
   overflow: visible;
   width: 313px;
   height: 48px;
   left: 88px;
   top: 8px;
 }

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

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

 .container_f8860558da37 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 64px;
   left: 0px;
   top: 440px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_eda9c9365733 {
   width: 420px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_7c006f8da9da {
   position: absolute !important;
   overflow: visible;
   width: 420px;
   height: 48px;
   left: 88px;
   top: 8px;
 }

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

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

 .container_255701031ca4 {
   position: absolute !important;
   overflow: visible;
   width: 508px;
   height: 64px;
   left: 0px;
   top: 552px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_eab20a34e8d8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .container_dd6377c368f9 {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 616px;
   left: 893px;
   top: 7px;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_03ab4bad5cb1 {
   width: 755px;
   height: 644px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_49d4f72793df {
   position: absolute !important;
   overflow: visible;
   width: 1442px;
   height: 644px;
   left: 0px;
   top: 0px;
 }

 .container_3a6a912382a1 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 644px;
   left: 136px;
   top: 3886px;
 }

 .container_77be5936c704 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d88e90957f18 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_5a794443d5f0 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_5a794443d5f0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_5a794443d5f0 {
   width: 56px;
   height: 56px;
 }

 .container_fd2ac58422c2 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2212306ac3c7 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_81e8e8e26e82 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_81e8e8e26e82 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_81e8e8e26e82 {
   width: 56px;
   height: 56px;
 }

 .container_87fe9f1e9ef3 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4f913a7213b1 {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_fc7775282921 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_fc7775282921 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_fc7775282921 {
   width: 56px;
   height: 56px;
 }

 .container_babe81ce2619 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_f3458a635c87 {
   width: 1920px;
   height: 6706px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_519b49bcbc2f {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(202deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_df1d829f75a7 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_0f45a39a7d13 {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 267px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_42fa06dc1184 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_ef252e152abc {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_6c4e0091211d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9d8fbec75130 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_faecc1fd07e1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_8dce05c3d0bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_8bbc5305b0cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9491e36d856d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_21ccee2f42f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_6619a46f052c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4f656f1e915c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_178243e74e64 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b029b41df32b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ab8f2d84dd26 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_bb3da5bf7d45 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9a3b559ad375 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b39e30945f0c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_dd277de48680 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_d24051d1ef3d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_be79b00dc0d8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_729b55731c03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_283c5d51f4fb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_f5c2fba7e653 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_f5c2fba7e653 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_29d0b5efebfa {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_eab342bc1aea {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_aba633bfdccd {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_687b860acade {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_9d9c300fbf76 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_4fd700a8e1d6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_cd2c70d840da {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_6ea931b7e80e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_d6ae7d0ff446 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_154e8d0b2265 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 2375px;
 }

 .imageview_e4e6dd85f53f {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_e2f13d5f036c {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_98c4d43db7b4 {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_23f83f565008 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 720px;
   top: 1067px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_1fe67ed7d9ab {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_760ce6f2fac3 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_ae24cbaed773 {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_0b63e50b55ba {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 1280px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_2abb2025eb66 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_a83df74bdc43 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_c6ed40908d1c {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_5fadad2736f1 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 1280px;
   top: 1067px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_62136de1be9f {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_7cd5b9deabca {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_ceb32ac9ab0c {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_d48382800fab {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 160px;
   top: 1067px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_6f59f6772026 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_1e24ea06b773 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_98cf1c408bcc {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_542c16035d5d {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 720px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_2cb4cd78fb5c {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_2cb4cd78fb5c img {
   position: absolute;
   width: 222.96% !important;
   height: 125.42% !important;
   max-width: none !important;
   left: -101.96%;
   top: -25.49%;
 }

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

 .container_c09abd98c63f {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_db3aae85a583 {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 400px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_b602ba03027c {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 160px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_984b0f351c37 {
   width: 1824px;
   height: 588px;
   position: absolute !important;
   left: 48px;
   top: 1707px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_eac011dda663 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 1795px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_53075d62ed33 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 395px;
   top: 1883px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_be35a21da4a3 {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1a43ebdddda1 {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_15674699a858 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 0px;
   line-height: 56px;
   background: linear-gradient(226deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .container_8edd94a4aef3 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 248px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_45bcdb39433d {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_5adac9dee15b {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_eb3e71843320 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 0px;
   line-height: 56px;
   background: linear-gradient(221deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .container_333ad8cb0f16 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 212px;
   z-index: 1;
   left: 420px;
   top: 0px;
 }

 .text_57f12914da1a {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_44710467919f {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_6ed0912f8274 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 0px;
   line-height: 56px;
   background: linear-gradient(221deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .container_dc44824f1968 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 248px;
   z-index: 1;
   left: 840px;
   top: 0px;
 }

 .text_86495783279e {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_253f147b27c6 {
   width: 356px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_487b96f7a9da {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 0px;
   line-height: 56px;
   background: linear-gradient(221deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .container_f55e2c583b89 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 248px;
   z-index: 1;
   left: 1260px;
   top: 0px;
 }

 .line_5e102f5a3348 {
   width: 248px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 264px;
   top: 28px;
   direction: horizontal;
   background: #2895f0;
 }

 .line_7dddbb0c3466 {
   width: 248px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 684px;
   top: 28px;
   direction: horizontal;
   background: #2895f0;
 }

 .line_ad5b7feb1ebf {
   width: 248px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 1104px;
   top: 28px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_4d415c1d0372 {
   position: absolute !important;
   overflow: visible;
   width: 1616px;
   height: 248px;
   z-index: 1;
   left: 152px;
   top: 1959px;
 }

 .text_602c5207cdbc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_05223e9a1394 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_ce9b02c03367 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_7c220874251a {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_6b6721919de1 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_0235d8eab8f4 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_22d85d1e9830 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_07036cb734d1 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_cab6e86efa23 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_97626db0bac4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_988927008060 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_5e26636a677b {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_42549490423e {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_42549490423e {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_42549490423e {
   width: 795px;
   height: 24px;
 }

 .imageview_304ea65e0301 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_304ea65e0301 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_705ec65787ab {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_705ec65787ab {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_705ec65787ab {
   width: 220px;
   height: 64px;
 }

 .text_ac748eced251 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6fe04a7e0d40 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_012c0f09e968 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_012c0f09e968 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_012c0f09e968 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_a484f0f2bd6c {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_2bed622d0aeb {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_2bed622d0aeb {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_2bed622d0aeb {
   width: 1648px;
   height: 91px;
 }

 .container_6293efb800a5 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_23e25a652e9f {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_97db396faedf {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_97db396faedf {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_97db396faedf {
   width: 56px;
   height: 56px;
 }

 .container_00627998643b {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6cd36dad23d5 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_914bf8550890 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_914bf8550890 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_914bf8550890 {
   width: 56px;
   height: 56px;
 }

 .container_580ea0eb9165 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_24bb66a18695 {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_b319c966eb90 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_b319c966eb90 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_b319c966eb90 {
   width: 56px;
   height: 56px;
 }

 .container_fd9373a415e0 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_b94c988ae63b {
   width: 1920px;
   height: 2923px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_a2a877e2d089 {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(202deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_5028e1b4cb1d {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_5e9dba996325 {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 307px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_624724e02611 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_0fa2d78b4417 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_4f490e8ebb86 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_bf5ecb1fdd68 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_be0a844df885 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ecb15ee6262f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5ff8fc0a3165 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_02c7d2124fe8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_cfb82a545d32 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b0a7c7ccde83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_fda90d7c09ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_929962081cf0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_068030e2e816 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_38a87d6ca6d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_963a43c583a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_8851766cafe4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_f8f5b277b2ce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4530b5f1a691 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7598c8bd883a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_871f29eb54a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_326c2eae6d38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_4af544a55df8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_ab67f5bef0d8 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_ab67f5bef0d8 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_effc457ad3e8 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_7200272d6699 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_c80563a57f10 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_bd1588bc275d {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_32e352354296 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_56bdf2c365b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_dba42232441e {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a5f981dc90e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_568e3f125999 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_2cfa8d8b626c {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 3767px;
 }

 .container_wrapper_2cfa8d8b626c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3767px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_2cfa8d8b626c {
   width: 1920px;
   height: 548px;
 }

 .imageview_683afc8f9132 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_188f106af32e {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_8959d4878bbf {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_678cac7d6a54 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 24px;
   top: 112px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_fc4e89fe317e {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_a945d91890c8 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_f9b8859b1f51 {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_9129c70fe6db {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 584px;
   top: 112px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_7f6dfc760e84 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_c802e706bfc2 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_fea449c05166 {
   width: 416px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 352px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_a0576478dfcd {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   left: 1144px;
   top: 112px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_aca754cadef9 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_33c22789d4e9 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_45499f90b938 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_7df0770e678b {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   position: absolute !important;
   left: 1504px;
   top: 7px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_7df0770e678b {
   position: absolute !important;
   left: 1504px;
   top: 7px;
   width: 148px;
   height: 56px;
 }

 .container_nested_7df0770e678b {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_b0750ecee998 {
   position: absolute !important;
   overflow: visible;
   width: 1652px;
   height: 592px;
   left: 136px;
   top: 3095px;
 }

 .container_50af10d16cd7 {
   width: 1648px;
   height: 372px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_ca84ecae6145 {
   width: 1472px;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 176px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_056cd077c477 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 88px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .container_ebacec8698d6 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 372px;
   left: 136px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_ac52860e0970 {
   width: 723px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .text_aea1735232e1 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_d75d6a260ae1 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_3379afe45734 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_450c6e775819 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_e569f0b9146d {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 414px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_e569f0b9146d {
   position: absolute !important;
   left: 0px;
   top: 414px;
   width: 192px;
   height: 56px;
 }

 .container_nested_e569f0b9146d {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_58462e040eaf {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 104px;
 }

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

 .imageview_404649056ab7 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 176px;
 }

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

 .imageview_920e052fc222 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 248px;
 }

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

 .imageview_7bd5837fd1df {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 320px;
 }

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

 .container_fe52aca90a18 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 470px;
   left: 840px;
   top: 42px;
 }

 .container_b5096f200f5a {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 554px;
   left: 136px;
   top: 999px;
 }

 .imageview_a6f59146b2ac {
   width: 723px;
   height: 554px;
   position: absolute !important;
   left: 925px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_a6f59146b2ac img {
   position: absolute;
   width: 136.70% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -26.60%;
   top: -0.07%;
 }

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

 .text_927669ed1b1d {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_baefd5d5e183 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_5db44fdd35d1 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_a8da196132a8 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_6d84954f4708 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 414px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_6d84954f4708 {
   position: absolute !important;
   left: 0px;
   top: 414px;
   width: 192px;
   height: 56px;
 }

 .container_nested_6d84954f4708 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_ec2536ad3def {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 104px;
 }

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

 .imageview_a95693cb93f7 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 176px;
 }

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

 .imageview_f26cea6a91f5 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 248px;
 }

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

 .imageview_cf9594039529 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 320px;
 }

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

 .container_91ffc8185cc9 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 470px;
   left: 0px;
   top: 42px;
 }

 .container_3e1714b3b7ef {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 554px;
   left: 136px;
   top: 1713px;
 }

 .container_a9c53eb5042e {
   width: 1920px;
   height: 514px;
   position: absolute !important;
   left: -48px;
   top: 0px;
   background: #001a35;
 }

 .imageview_298b83ba4ae8 {
   width: 1840px;
   height: 1051px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: -408px;
 }

 .imageview_298b83ba4ae8.wp-block-image {
   width: 1824px !important;
   height: 508px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_298b83ba4ae8 img {
   filter: brightness(0.12000000476837158) contrast(2) saturate(1.5799999833106995) hue-rotate(-30deg);
 }

 .imageview_42b8537259f0 {
   width: 546px;
   height: 546px;
   z-index: 2;
   position: absolute !important;
   left: -273px;
   top: -239px;
 }

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

 .imageview_42b8537259f0 img {
   position: absolute;
   width: 753.0px !important;
   height: 508.0px !important;
   max-width: none !important;
   left: 273.0px;
   top: 239.0px;
 }

 .imageview_9d8242e7afde {
   width: 718.96px;
   height: 414.45px;
   z-index: 2;
   position: absolute !important;
   left: 1105.04px;
   top: 93.55px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_84ac8fd65cfb {
   position: absolute !important;
   width: 1824px;
   height: 508px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 24px 24px 24px 24px;
 }

 .text_bf8f52421fa0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 168px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_d1dd011006cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 156px;
   top: 256px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_2d2772b0810a {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_58f3f6bb94cb {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_1f136302eaeb {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 787px;
   top: 332px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_1f136302eaeb {
   position: absolute !important;
   left: 787px;
   top: 332px;
   width: 256px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_1f136302eaeb {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_ccc29837af4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(196deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_f9fc85a450e9 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 508px;
   left: 48px;
   top: 2427px;
 }

 .text_4f021e678ee2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_0cd8861be4b7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_7b7ad9fe8593 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_1f01e1cab829 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_c43668549071 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_efdfd522bfc7 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_898223dc5269 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_f2a5a71df75e {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_36cff812837d {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_fd88ac8abad6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_bb21cee5a689 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_85ce5d1a64a5 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_a088eda3f40a {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_a088eda3f40a {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_a088eda3f40a {
   width: 795px;
   height: 24px;
 }

 .imageview_c6a84ec60d4a {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c6a84ec60d4a img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_5373f74fbf4a {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_5373f74fbf4a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_5373f74fbf4a {
   width: 220px;
   height: 64px;
 }

 .text_cca590867d50 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_e25d11285598 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_f51dcabea42f {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_f51dcabea42f {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_f51dcabea42f {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_5e0f1ede3478 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_0306c3720097 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_0306c3720097 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_0306c3720097 {
   width: 1648px;
   height: 91px;
 }

 .container_38c99f9f43da {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2a73104364b1 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_09f7d00f98c5 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_09f7d00f98c5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_09f7d00f98c5 {
   width: 56px;
   height: 56px;
 }

 .container_40c863be7ed9 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_469ef6008253 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_8cda84c96e7d {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_8cda84c96e7d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_8cda84c96e7d {
   width: 56px;
   height: 56px;
 }

 .container_dff79bcf7f52 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c9172d2e88eb {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_278ad634df11 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_278ad634df11 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_278ad634df11 {
   width: 56px;
   height: 56px;
 }

 .container_c9c5feb9547a {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_a33f4da47182 {
   width: 1920px;
   height: 4315px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_1b9373472e9f {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(199deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_c857a9f8aab8 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_fa8bf1d8ef85 {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 283px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_611e2cf52092 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_0fda24044b70 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_fbfcd604b578 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e440b00b32b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_57f8c2d628b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1e52f2aa0615 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b04ba1e39eba {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1a0f32a5b67d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a9204ed7df4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_305dbe36908c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_efdfc9b4164d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9857323e02bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_019d247e70c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_aa3c22cfc294 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7c8afd024e5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5bb05286621e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2379a19f00e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1f2a8fe05443 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_6060695e7aa2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_d22292c57bc5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_dd1eedac10cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_22af239d8fc1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_54595847b4ca {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_54595847b4ca img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_c678d5a3ba5f {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_4b920d87c851 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_6eef3f99d414 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_22c38125c205 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_acda19bd34c9 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_c64cc4d6628f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_ce9d23099d6f {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_06898a6974cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_255470e88a6e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_7e2daa02b377 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 7103px;
 }

 .container_58bd809fde55 {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .imageview_55b00770669a {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 928px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_e1c4b9fbf9ba {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_73c3de9f4be9 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_89feda632d1d {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_5d611171582b {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_abe7dfda216d {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 424px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_abe7dfda216d {
   position: absolute !important;
   left: 0px;
   top: 424px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_abe7dfda216d {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_022df0d244ea {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 156px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_dbd81cc7702c {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 312px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4e627350ba18 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 104px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_9ee194dca737 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 260px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_585ec17146d3 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 480px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_fb1609aa564e {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 568px;
   z-index: 1;
   left: 0px;
   top: 8px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_8e526c1568fa {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 624px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_cd36484f46f3 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 5555px;
 }

 .container_55ed45346fef {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .imageview_d26ff33e1c33 {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 925px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_d26ff33e1c33 img {
   position: absolute;
   width: 109.74% !important;
   height: 126.91% !important;
   max-width: none !important;
   left: -4.90%;
   top: -6.59%;
 }

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

 .text_b690abc08086 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_fd21b2ee455f {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_418a1a48bbd0 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_f3ffac8706a4 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_2d809fd50de4 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 424px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_2d809fd50de4 {
   position: absolute !important;
   left: 0px;
   top: 424px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_2d809fd50de4 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_78c55277a029 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_478a9794c7e6 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 312px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0ef452da4681 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_682e77f935f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 260px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_f41ec790369d {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 480px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_d853cac2d425 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 568px;
   z-index: 1;
   left: 0px;
   top: 8px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_c7b0503a53a5 {
   position: absolute !important;
   overflow: visible;
   width: 1645px;
   height: 624px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_ce6d26d2a820 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 3891px;
 }

 .container_ecade73f7b00 {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .imageview_a86ac58f9fc3 {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 925px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_8d086b405e44 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_ae1fbc4ce2de {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_2ecdc801c702 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_681d232e088a {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_bf279a9a41e8 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 460px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_bf279a9a41e8 {
   position: absolute !important;
   left: 0px;
   top: 460px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_bf279a9a41e8 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_ba2c7f82c07c {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_9fa5569efcc2 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 348px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_cb49040cd40d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_79955f773003 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 296px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_f0e0d633ce48 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 516px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_f0f3e40f8615 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 604px;
   z-index: 1;
   left: 0px;
   top: 8px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_a3fa32e49419 {
   position: absolute !important;
   overflow: visible;
   width: 1645px;
   height: 624px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_6eb2bb73bce7 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 563px;
 }

 .container_ab2618491446 {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_779cc28d999e {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_779cc28d999e img {
   position: absolute;
   width: 109.74% !important;
   height: 126.91% !important;
   max-width: none !important;
   left: -4.90%;
   top: -6.59%;
 }

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

 .text_1a5bbf057577 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_7473eafaabfc {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_b2c88314c2b8 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_444b5883c55e {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_15924dc550f0 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 424px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_15924dc550f0 {
   position: absolute !important;
   left: 0px;
   top: 424px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_15924dc550f0 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_6326d482fabd {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1c92d32427e6 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 312px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_b82c696b3899 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_29fcf272aa04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 260px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_0e31c3c0f9d2 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 480px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_815423f7f116 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 568px;
   z-index: 1;
   left: 928px;
   top: 96px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_ead68e87da41 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 4723px;
 }

 .container_029237f44fa2 {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_421c6b4c628a {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .text_0412d216c63f {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_50a35dae0452 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ef2007bbeb66 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_649f8b1e5e77 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_eb9e65025202 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 460px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_eb9e65025202 {
   position: absolute !important;
   left: 0px;
   top: 460px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_eb9e65025202 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_cc0bfce1f843 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_27630a6af15a {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 348px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a2c68874e172 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_32332f644d60 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 296px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_905c4ce45b16 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 516px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_d02fd45a46e3 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 604px;
   z-index: 1;
   left: 840px;
   top: 15px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_347d3adfa660 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 624px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_81b3b6e8c3de {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 1395px;
 }

 .container_0ee0c0371b01 {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_80c23f0449d9 {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_80c23f0449d9 img {
   position: absolute;
   width: 142.22% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -19.06%;
   top: 0.05%;
 }

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

 .text_28833ad22564 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_32e27d8a1a6d {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4eeb5fcb110a {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_8dfa2549c626 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_567d1ddae864 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 424px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_567d1ddae864 {
   position: absolute !important;
   left: 0px;
   top: 424px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_567d1ddae864 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_55377a170072 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1cc5d8a462d2 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 348px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_907eb0af77e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_4a82cbd1060c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 296px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_b8929d9b5ce8 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 480px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_e5872694b0a2 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 568px;
   z-index: 1;
   left: 840px;
   top: 15px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_76a1a2c3dc8c {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 624px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_1a1303914eef {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 3059px;
 }

 .container_45380c54aeae {
   width: 1920px;
   height: 514px;
   position: absolute !important;
   left: -48px;
   top: 0px;
   background: #001a35;
 }

 .imageview_b852e16095a2 {
   width: 1840px;
   height: 1051px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: -408px;
 }

 .imageview_b852e16095a2.wp-block-image {
   width: 1824px !important;
   height: 508px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_b852e16095a2 img {
   filter: brightness(0.12000000476837158) contrast(2) saturate(1.5799999833106995) hue-rotate(-30deg);
 }

 .imageview_5c07769fe68c {
   width: 546px;
   height: 546px;
   z-index: 2;
   position: absolute !important;
   left: -273px;
   top: -239px;
 }

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

 .imageview_5c07769fe68c img {
   position: absolute;
   width: 753.0px !important;
   height: 508.0px !important;
   max-width: none !important;
   left: 273.0px;
   top: 239.0px;
 }

 .imageview_faf81af2a537 {
   width: 718.96px;
   height: 414.45px;
   z-index: 2;
   position: absolute !important;
   left: 1105.04px;
   top: 93.55px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_4bfec766f485 {
   position: absolute !important;
   width: 1824px;
   height: 508px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 24px 24px 24px 24px;
 }

 .text_33fd0665fd04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 537px;
   top: 168px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_6bb1867cf5ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 323px;
   top: 256px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_8850659c2b05 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_e915fbcb5381 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_97e50ca51dd9 {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 787px;
   top: 332px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_97e50ca51dd9 {
   position: absolute !important;
   left: 787px;
   top: 332px;
   width: 256px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_97e50ca51dd9 {
   padding: 16px 20px 16px 20px;
   width: 256px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .text_a9955f067124 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 120px;
   line-height: 40px;
   background: linear-gradient(196deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_a114a204ec15 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 508px;
   left: 48px;
   top: 6515px;
 }

 .text_cd8e8df8b837 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_da84731fdc71 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_d262038d67e6 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_e55cc5f31c72 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_4ca272adcf77 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_a59bda591392 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_f9cfee34f3a1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_f568f27afa4d {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_35a37a968bb4 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_13e4bf837053 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_c957bd7f8503 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_c4928d16d29e {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_cf304482292a {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_cf304482292a {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_cf304482292a {
   width: 795px;
   height: 24px;
 }

 .imageview_85bb29e63bf3 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_85bb29e63bf3 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_dbd4bc40a26c {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_dbd4bc40a26c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_dbd4bc40a26c {
   width: 220px;
   height: 64px;
 }

 .text_bc70ef0df675 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_10b968386278 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_0d269fc5e21b {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_0d269fc5e21b {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_0d269fc5e21b {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_23cf95d15290 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_090dde53cbd9 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_090dde53cbd9 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_090dde53cbd9 {
   width: 1648px;
   height: 91px;
 }

 .container_2e76410ce5ea {
   width: 1824px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .imageview_a6f7ac9a9a7f {
   width: 720px;
   height: 624px;
   z-index: 1;
   position: absolute !important;
   left: 1016px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_18ea0dd5382d {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_f933b5c18610 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_272d45a55f2e {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_c2e53d7e3abd {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_e85bec4e18c6 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 460px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_e85bec4e18c6 {
   position: absolute !important;
   left: 0px;
   top: 460px;
   width: 192px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_e85bec4e18c6 {
   padding: 16px 20px 16px 20px;
   width: 192px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_1a47c18aff33 {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_003a01d436db {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 348px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c2abcfe865e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_b0a81d0c9e4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 296px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_768dd7eecde5 {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 516px;
   z-index: 1;
   left: 0px;
   top: 88px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_000d23d676dd {
   position: absolute !important;
   overflow: visible;
   width: 808px;
   height: 604px;
   z-index: 1;
   left: 88px;
   top: 96px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_9ade57e40374 {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 800px;
   left: 48px;
   top: 2227px;
 }

 .container_6203a4ab046a {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c175dc6c1fb0 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

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

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

 .container_nested_6f311bf1a3e3 {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_eaaccb087fcc {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7408fb59aa65 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_4e9b979bf84a {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_4e9b979bf84a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_4e9b979bf84a {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_d4c21b0b7f4a {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_cdf956f86ca6 {
   width: 31.75px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_bf9f1d457be0 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_bf9f1d457be0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_bf9f1d457be0 {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_88cf47f9c809 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_f69bf0f7b09f {
   width: 1920px;
   height: 7651px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_ecb1422c5568 {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(203deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_82f1a65350cd {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_1fa106c87879 {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 290px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_69e069a45505 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_a002e84ce86c {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_f1e48290e433 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e4313f05e5ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_708f8351ad1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_82782c67d8d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_08b95126ce4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ada010dcfd72 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_fc946eb05742 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_6823c7a56d9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ff9dd3b6cbcc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a1182b713e19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0353b5aba01d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_756e52f478e8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4bdfaa6bf4b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_796fffc9b752 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_dae637051d30 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_753bffbce183 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b9e5a6484f36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4290889223a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ac46feebb037 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_174a94c9fb58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_e3b0855f9e13 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_e3b0855f9e13 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_eded63a20a5d {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_a517f2dbca34 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_fcbefaa775b4 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_ad357b09b8d3 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_f6943a2a6938 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_fc377013a3c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_2a833e2ad7f3 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c00689b13c80 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_2063213fc113 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_a1829951a685 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 3346px;
 }

 .container_wrapper_a1829951a685 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3346px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_a1829951a685 {
   width: 1920px;
   height: 548px;
 }

 .container_30454d616f13 {
   width: 1824px;
   height: 944px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_932774895edb {
   width: 808px;
   z-index: 1;
   position: absolute !important;
   left: 396px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_288e8c1308e6 {
   width: 1368px;
   z-index: 1;
   position: absolute !important;
   left: 116px;
   top: 88px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0434a10647ed {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_de2bb3d4c08b {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_feb06fa4e9df {
   padding: 16px 20px 16px 20px;
   width: 234px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 685.5px;
   top: 712px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_feb06fa4e9df {
   position: absolute !important;
   left: 685.5px;
   top: 712px;
   width: 234px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_feb06fa4e9df {
   padding: 16px 20px 16px 20px;
   width: 234px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_9328f1722c13 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_9328f1722c13 img {
   position: absolute;
   width: 185.36% !important;
   height: 123.54% !important;
   max-width: none !important;
   left: -28.51%;
   top: -23.54%;
 }

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

 .container_62c98ff7e27d {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_69193659bbd5 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 400px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_75f521e63f9e {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 560px;
   top: 192px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_dd56c74b8ab5 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_dd56c74b8ab5 img {
   position: absolute;
   width: 135.07% !important;
   height: 202.58% !important;
   max-width: none !important;
   left: -15.35%;
   top: -25.42%;
 }

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

 .container_b91ef97a7212 {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_0181a3dd0b86 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 400px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_a4a32d5fb750 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 1120px;
   top: 192px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_e570e76a9a88 {
   width: 480px;
   height: 480px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_e570e76a9a88 img {
   position: absolute;
   width: 118.16% !important;
   height: 180.58% !important;
   max-width: none !important;
   left: -9.08%;
   top: -59.98%;
 }

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

 .container_c0b61d8d4deb {
   width: 480px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #001a3500 0%, #001a35ff 100%);
 }

 .text_4fd967b5f051 {
   width: 416px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 400px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_339245eb728a {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 1;
   left: 0px;
   top: 192px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_af8417c4fcff {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 768px;
   z-index: 1;
   left: 114px;
   top: 88px;
 }

 .container_7552d369787c {
   position: absolute !important;
   overflow: visible;
   width: 1824px;
   height: 944px;
   left: 46px;
   top: 530px;
 }

 .text_f4dca02bb857 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_cce39b71a18a {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_d28d16d14451 {
   padding: 16px 20px 16px 20px;
   width: 189px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 264px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_d28d16d14451 {
   position: absolute !important;
   left: 0px;
   top: 264px;
   width: 189px;
   height: 56px;
 }

 .container_nested_d28d16d14451 {
   padding: 16px 20px 16px 20px;
   width: 189px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_4809824479fa {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_96d5ed1ab0eb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_724d775d6777 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 132px;
   left: 0px;
   top: 88px;
 }

 .imageview_2f00f1366bd3 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_2f00f1366bd3.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_38fb668a36c7 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 220px;
   left: 560px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_027685e4dfd2 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_6e1be69f18c5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_ebbdd70c58a3 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 132px;
   left: 0px;
   top: 88px;
 }

 .imageview_5cf453bc5db3 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_5cf453bc5db3.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_89b0ee76d3e2 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 220px;
   left: 560px;
   top: 276px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c6c65c54e452 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_69129d30bece {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_67c1d354bcf3 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 132px;
   left: 0px;
   top: 88px;
 }

 .imageview_cdb1ad5ab4fa {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_cdb1ad5ab4fa.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_c45b760939db {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 220px;
   left: 1168px;
   top: 276px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c37302a7ff0e {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_e2accbaa8364 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_ad197b84cab8 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 132px;
   left: 0px;
   top: 88px;
 }

 .imageview_5570e2f7685d {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_5570e2f7685d.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a008b1a0537b {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 220px;
   left: 1168px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b041bd917230 {
   width: 448px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_38678517b653 {
   width: 448px;
   position: absolute !important;
   left: 0px;
   top: 152px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3afe7659d2ce {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 496px;
   left: 136px;
   top: 1634px;
 }

 .container_af628cbafef1 {
   width: 1648px;
   height: 184px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_924e045d6b7e {
   width: 1648px;
   height: 184px;
   position: absolute !important;
   left: 0px;
   top: 296px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_870b698c0b7f {
   width: 1648px;
   height: 184px;
   position: absolute !important;
   left: 0px;
   top: 504px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_6869a0749adc {
   width: 1648px;
   height: 184px;
   position: absolute !important;
   left: 0px;
   top: 712px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_fab1da99e5c0 {
   width: 808px;
   position: absolute !important;
   left: 420px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_697cb9217e57 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 128px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_acc3f8feb909 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 336px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_b8eb160c00cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 544px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_430c976a4efe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 752px;
   line-height: 48px;
   font-family: 'Geist';
 }

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

 .imageview_1555c60173bc {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_4c390faaf1f2 {
   position: absolute !important;
   overflow: visible;
   width: 331px;
   height: 36px;
   z-index: 1;
   left: 40px;
   top: 196px;
 }

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

 .imageview_c7015711f1cc {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_b520ecd6e13b {
   position: absolute !important;
   overflow: visible;
   width: 331px;
   height: 36px;
   z-index: 1;
   left: 40px;
   top: 404px;
 }

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

 .imageview_152fe8b9887c {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_c643a63bfa2d {
   position: absolute !important;
   overflow: visible;
   width: 331px;
   height: 36px;
   z-index: 1;
   left: 40px;
   top: 612px;
 }

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

 .imageview_d2dba5b5a814 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_d6c307185b5f {
   position: absolute !important;
   overflow: visible;
   width: 331px;
   height: 36px;
   z-index: 1;
   left: 40px;
   top: 820px;
 }

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

 .imageview_2a903b821750 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_7d68f3a8af82 {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 36px;
   z-index: 1;
   left: 460px;
   top: 196px;
 }

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

 .imageview_a4fc5c9d063f {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_ff253fd979fa {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 36px;
   z-index: 1;
   left: 460px;
   top: 404px;
 }

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

 .imageview_9c7b3da7fe49 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_edd2d9771015 {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 36px;
   z-index: 1;
   left: 460px;
   top: 612px;
 }

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

 .imageview_e9cf0ccba5c4 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_8e5e2c10c21d {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 36px;
   z-index: 1;
   left: 460px;
   top: 820px;
 }

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

 .imageview_70454cac1aa0 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_f0b05dad2664 {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 36px;
   z-index: 1;
   left: 740px;
   top: 196px;
 }

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

 .imageview_6dad4813bda3 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_abc923de48ca {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 36px;
   z-index: 1;
   left: 740px;
   top: 404px;
 }

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

 .imageview_4eb0221a45d4 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_61a44683dd6a {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 36px;
   z-index: 1;
   left: 740px;
   top: 612px;
 }

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

 .imageview_c99efa990dbf {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_9f379a750eb3 {
   position: absolute !important;
   overflow: visible;
   width: 146px;
   height: 36px;
   z-index: 1;
   left: 740px;
   top: 820px;
 }

 .text_9b46be60de26 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_85f33b7573b6 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_a049e58ebe07 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1437px;
   top: 125px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_a049e58ebe07 {
   position: absolute !important;
   left: 1437px;
   top: 125px;
   width: 174px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_a049e58ebe07 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_46f8c0a1c0e8 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6fd5a334045c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_c7c962a67798 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1437px;
   top: 333px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_c7c962a67798 {
   position: absolute !important;
   left: 1437px;
   top: 333px;
   width: 174px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_c7c962a67798 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_fc6aed3a690a {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_08e89012cbb1 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_3eccb370a75e {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1437px;
   top: 541px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_3eccb370a75e {
   position: absolute !important;
   left: 1437px;
   top: 541px;
   width: 174px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_3eccb370a75e {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_ae7e6906e488 {
   width: fit-content;
   z-index: 1;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_82fdccc4f536 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_a3a8e70401d0 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1437px;
   top: 749px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_a3a8e70401d0 {
   position: absolute !important;
   left: 1437px;
   top: 749px;
   width: 174px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_a3a8e70401d0 {
   padding: 16px 20px 16px 20px;
   width: 174px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_d39f18f8b386 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 896px;
   left: 136px;
   top: 2290px;
 }

 .container_wrapper_d39f18f8b386 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 2290px;
   width: 1648px;
   height: 896px;
 }

 .container_nested_d39f18f8b386 {
   width: 1648px;
   height: 896px;
 }

 .text_fb9d78dabc31 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_5328cc181724 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_4c642a9d9f4e {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_78c34de28785 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_0b3f9b13de6c {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_32c97afca9da {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_0ba569efe2c0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_706baff17db5 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_f52b7ad84fbb {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_8d10b114a1b9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_14db93912927 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_cd06abf9144b {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_be34d15876d5 {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_be34d15876d5 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_be34d15876d5 {
   width: 795px;
   height: 24px;
 }

 .imageview_7505fc2ae3c3 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_7505fc2ae3c3 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_64f9bf18e86e {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_64f9bf18e86e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_64f9bf18e86e {
   width: 220px;
   height: 64px;
 }

 .text_27ddf45e2a53 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_712e0175a6f5 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_f5bb6efbba93 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_f5bb6efbba93 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_f5bb6efbba93 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_1bc91a9025e7 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_0497828e457a {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_0497828e457a {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_0497828e457a {
   width: 1648px;
   height: 91px;
 }

 .container_f90c405d4ca3 {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6b05d4ba23fe {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

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

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

 .container_nested_991b4971ea5e {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_fc5e9a518f03 {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a47316e9f615 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_3e4ecd996644 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_3e4ecd996644 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_3e4ecd996644 {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_e431ce16e83b {
   width: 56px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_b60300fa18cb {
   width: 31.75px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_1d6f042ab707 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_1d6f042ab707 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_1d6f042ab707 {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_e9b07bdda93a {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_958edf540d79 {
   width: 1920px;
   height: 3894px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_f75ba02d1c8f {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_2bbe3efc88a3 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_4b809868236d {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 307px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7fecd53ea116 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_6bfc2df786bf {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_b4f8e39e89f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4447a2e2d95c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4b8955453057 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4814abe2e3f4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_3028eff20050 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_cce4db5d21e5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9585f478b370 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9c1e6d65b1d5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a1c73a2c5eab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9b8318b277bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_40c0cfb1841f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_77bb5c261dce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0372e024a28e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ce5139f3dc9c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_93bd40c8453b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1fea3ee3e5f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_fe93e6fce592 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_bd6deeddf7d5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_24303eb3a9b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_41033872c800 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_83c104cd0f6a {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_83c104cd0f6a img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_749be5c9349d {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_5ae913eae788 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_d601d4f308d3 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_43ad86acac99 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_585bc87527c3 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_5059a53eaf7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_03df34ed1f73 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_2f1a180b55a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_ed2ff35f1df3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_27688e793d82 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 2824px;
 }

 .container_wrapper_27688e793d82 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2824px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_27688e793d82 {
   width: 1920px;
   height: 548px;
 }

 .imageview_a26b04063a1d {
   width: 1648px;
   height: 545px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_1c5ccde2273f {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_89ed18aaf4ad {
   width: 527px;
   height: 433px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_37da46be4018 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 104.4px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_73897836a3dd {
   width: 448px;
   height: 136px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_5ad46f6f52fa {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 40px;
 }

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

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

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

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

 .container_755c2053efac {
   padding: 16px 20px 16px 20px;
   width: 448px;
   height: 50.94px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 341.33px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_755c2053efac {
   position: absolute !important;
   left: 40px;
   top: 341.33px;
   width: 448px;
   height: 50.94px;
   z-index: 2;
 }

 .container_nested_755c2053efac {
   padding: 16px 20px 16px 20px;
   width: 448px;
   height: 50.94px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_ee5af01fbe4b {
   position: absolute !important;
   overflow: visible;
   width: 527px;
   height: 433px;
   z-index: 1;
   left: 1065px;
   top: 144px;
 }

 .container_2d11163deb38 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 633px;
   left: 136px;
   top: 1551px;
 }

 .container_b15fcfa97cab {
   width: 1648px;
   height: 884px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #002e5e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.05000000074505806;
 }

 .text_1bead4d9c859 {
   width: 440px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_6a6d790a0f84 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 24.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_9d13a4cac674 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_63717646107e {
   padding: 16px 20px 16px 20px;
   width: 160px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1312px;
   top: 652px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_63717646107e {
   position: absolute !important;
   left: 1312px;
   top: 652px;
   width: 160px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_63717646107e {
   padding: 16px 20px 16px 20px;
   width: 160px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_a8b4bea01049 {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_e95f6614f4ca {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_e95f6614f4ca {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 212px;
   width: 720px;
   height: 84px;
 }

 .input_text_e95f6614f4ca::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_5205410145fe {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_f826321a842c {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_f826321a842c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 328px;
   width: 720px;
   height: 84px;
 }

 .input_text_f826321a842c::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_a986ea25342a {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_7ccf00e60d83 {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_7ccf00e60d83 {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 212px;
   width: 720px;
   height: 84px;
 }

 .input_text_7ccf00e60d83::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_28ad2281bfda {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_da6f8e70a91c {
   width: 720px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_da6f8e70a91c {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 328px;
   width: 720px;
   height: 84px;
 }

 .input_text_da6f8e70a91c::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_4d7bb027ecf3 {
   width: 1472px;
   height: 168px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_a1f13e4116aa {
   width: 1472px;
   height: 168px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_a1f13e4116aa {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 444px;
   width: 1472px;
   height: 168px;
 }

 .input_text_a1f13e4116aa::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_fd74997fb0b9 {
   position: absolute !important;
   overflow: visible;
   width: 1472px;
   height: 708px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .line_dc4c6f04d5c6 {
   width: 1472px;
   height: 1px;
   z-index: 2;
   border-top: 0.5px solid #cacacaff;
   border-right: 0.5px solid #cacacaff;
   border-bottom: 0.5px solid #cacacaff;
   border-left: 0.5px solid #cacacaff;
   position: absolute !important;
   left: 0px;
   top: 180px;
   direction: horizontal;
   background: #cacaca;
 }

 .text_e4becf96fcca {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   background: linear-gradient(205deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Inter';
 }

 .text_9986edbbc5e7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 52px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_462336bac35d {
   position: absolute !important;
   overflow: visible;
   width: 291px;
   height: 148px;
   z-index: 2;
   left: 88px;
   top: 0px;
 }

 .imageview_8f85907f83b5 {
   width: 136px;
   height: 136px;
   z-index: 3;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_8f85907f83b5.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_2b4b590dc8dc {
   position: absolute !important;
   overflow: visible;
   width: 379px;
   height: 148px;
   z-index: 2;
   left: 560px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_46e179d793f1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   background: linear-gradient(196deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Inter';
 }

 .text_7f39038da0e3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 52px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .container_93b795a144c1 {
   position: absolute !important;
   overflow: visible;
   width: 299px;
   height: 100px;
   z-index: 2;
   left: 88px;
   top: 0px;
 }

 .imageview_f855dcbece9a {
   width: 136px;
   height: 136px;
   z-index: 3;
   position: absolute !important;
   left: -36px;
   top: -36px;
 }

 .imageview_f855dcbece9a.wp-block-image {
   width: 100px !important;
   height: 100px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_8189001c2607 {
   position: absolute !important;
   overflow: visible;
   width: 387px;
   height: 100px;
   z-index: 2;
   left: 1085px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_71837a6bb40d {
   position: absolute !important;
   overflow: visible;
   width: 1472px;
   height: 708px;
   z-index: 1;
   left: 88px;
   top: 88px;
 }

 .container_17827780e7e3 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 884px;
   left: 136px;
   top: 507px;
 }

 .container_wrapper_17827780e7e3 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 507px;
   width: 1648px;
   height: 884px;
 }

 .container_nested_17827780e7e3 {
   width: 1648px;
   height: 884px;
 }

 .text_090fd8e47676 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_23dd706b3844 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_e00696775b31 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_d5d90807e584 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_7cf80f1f78c8 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_5ebd51668161 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_08d9eb105f39 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_2a84fb0654cb {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_2885045bcad0 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_11e0972f1404 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_137b1ed4aff2 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_2e4050d902e0 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_32bfacf3c149 {
   position: absolute !important;
   overflow: visible;
   width: 797px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_32bfacf3c149 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 797px;
   height: 24px;
 }

 .container_nested_32bfacf3c149 {
   width: 797px;
   height: 24px;
 }

 .imageview_f8ba840db183 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f8ba840db183 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_8ce431273ca8 {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_8ce431273ca8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_8ce431273ca8 {
   width: 220px;
   height: 64px;
 }

 .text_976fa06cb3fb {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_974bc6a14eb5 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_f76e032a5ab0 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_f76e032a5ab0 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_f76e032a5ab0 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_bdf4965405f7 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_6362534c35c0 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_6362534c35c0 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_6362534c35c0 {
   width: 1648px;
   height: 91px;
 }

 .imageview_548a2de710bd {
   width: 1920px;
   height: 560px;
   position: absolute !important;
   left: 0px;
   top: 2264px;
 }

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

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

 .container_19568a3629d6 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_177ffe6a91e1 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_2948feb92f5a {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_2948feb92f5a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_2948feb92f5a {
   width: 56px;
   height: 56px;
 }

 .container_e57358756637 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_58b86fe6299b {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_c79fe6903242 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_c79fe6903242 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_c79fe6903242 {
   width: 56px;
   height: 56px;
 }

 .container_21d72f352298 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_fde385157526 {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_d32cf21c33f0 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_d32cf21c33f0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_d32cf21c33f0 {
   width: 56px;
   height: 56px;
 }

 .container_3e73de8efe52 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_0974dbcd679c {
   width: 1920px;
   height: 3372px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_79c2468480ab {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(195deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_79fcbded5ad3 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_13f1df7b80c7 {
   width: 528px;
   position: absolute !important;
   left: 1256px;
   top: 267px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6767f30f7e7a {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_000067d80fe4 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_9b3033f3b69e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5fe3bd7505fe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9a4b3e33c1df {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_90d3ca5babc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4b2ace6b3e97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_78426fb72714 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4dcdba76c909 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_fadeb1a19370 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_def7a1496b70 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b7a53d046dc7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2b04acaaf0bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ec8a1a1ee28d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_53508f68ece8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_ecb9cf6188dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7be91bcdc34e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_b4bd7fd48512 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_f344a58a41c5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2d6659daca69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_cac78bc230ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_ec540ba62dd1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_aec34045f9ff {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_aec34045f9ff img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_9cae78d9c7a2 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_96b7cb0e9392 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_e94a287eca9c {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_92097e5d8b31 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_2696596b5181 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_49c2bd965e1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_033e64951da7 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_47e5aa9f2bc8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_b0f2492dfd42 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_81cf5aaaf280 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 2795px;
 }

 .container_wrapper_81cf5aaaf280 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2795px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_81cf5aaaf280 {
   width: 1920px;
   height: 548px;
 }

 .imageview_1f86a7eef74b {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 136px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_9a165b30cc76 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 136px;
   top: 1059px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_a3b76f599280 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 136px;
   top: 1611px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_75538423a416 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 136px;
   top: 2163px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_a773d868b285 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 1000px;
   top: 507px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_6edb3a87a87c {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 1000px;
   top: 1059px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_c558f76009c2 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 1000px;
   top: 1611px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_559d28d87e55 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 1000px;
   top: 2163px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_1c3357738228 {
   width: 720px;
   position: absolute !important;
   left: 136px;
   top: 931px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_f57e4ba7190f {
   width: 720px;
   position: absolute !important;
   left: 136px;
   top: 1483px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_427a0c61f63f {
   width: 720px;
   position: absolute !important;
   left: 136px;
   top: 2035px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_937da3da7984 {
   width: 720px;
   position: absolute !important;
   left: 136px;
   top: 2587px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_3996ceba8cc3 {
   width: 720px;
   position: absolute !important;
   left: 1000px;
   top: 931px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_b9d9a6cca54b {
   width: 720px;
   position: absolute !important;
   left: 1000px;
   top: 1483px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_ccf30d774d4f {
   width: 720px;
   position: absolute !important;
   left: 1000px;
   top: 2035px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_15b512326ef9 {
   width: 720px;
   position: absolute !important;
   left: 1000px;
   top: 2587px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_dd4a64556897 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_2a5d2140f0c5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_b142b7388845 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_eb8c9709767a {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_32a6d7a6e42a {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_c68592442359 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_50b6b63793dd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_99de143df50e {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_9914d981a21a {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_200c52432a7d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_16656ccd77a1 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_5f0c5b4a5600 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_108e7fbe6686 {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_108e7fbe6686 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_108e7fbe6686 {
   width: 795px;
   height: 24px;
 }

 .imageview_723cbe6ebc6e {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_723cbe6ebc6e img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_ff5e109f29ae {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ff5e109f29ae {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_ff5e109f29ae {
   width: 220px;
   height: 64px;
 }

 .text_972453963664 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_faba93c771ee {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_f8d2caba52de {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_f8d2caba52de {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_f8d2caba52de {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_4d7b8b16cf5c {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_e4af3369224c {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_e4af3369224c {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_e4af3369224c {
   width: 1648px;
   height: 91px;
 }

 .container_d0d82aa745b2 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f338c90072f3 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_916e5eae346f {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_916e5eae346f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_916e5eae346f {
   width: 56px;
   height: 56px;
 }

 .container_78b35900f55e {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_07a2563a9a50 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_42ff1076ce6d {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_42ff1076ce6d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_42ff1076ce6d {
   width: 56px;
   height: 56px;
 }

 .container_cdc84ddfdc48 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0d8021423fdd {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_032cc4d0c559 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_032cc4d0c559 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_032cc4d0c559 {
   width: 56px;
   height: 56px;
 }

 .container_e12d0617af8d {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_4705c8160c72 {
   width: 1920px;
   height: 3343px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .container_ac485713669a {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_f0eebae7dad0 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_83e58a5fd787 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_dd964302c12d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_35f176246780 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4d47e55887b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e8bf92a9c926 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_bbadc4a46a21 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1a6643810c4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1d0132e64721 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_93f4831848e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_409b90f77926 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7ee34be16cca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_9408b3ccc88b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e4dd6901d48a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_076df1f4b656 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_cabc104e8328 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5810553f01c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0608f3cf5b8d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7a445e02e35e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_1cb197b740f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_d4b379ff2ced {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_11fffd77a3d6 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_11fffd77a3d6 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_665346778bbe {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_be6ab0dad215 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_97df23576f3b {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_58e40d4c0097 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_02e02007ff68 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_912e1bf9a8b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_dbd3e0a6b6a3 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0e443adc8e48 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_0c7de41de1fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_b6832bd63de3 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 3362px;
 }

 .container_wrapper_b6832bd63de3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3362px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_b6832bd63de3 {
   width: 1920px;
   height: 548px;
 }

 .text_c13ede998228 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_cc5a3ecab658 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_88aa086b1eb4 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_8d5e9483bd04 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_1330ead51540 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_ae22a14219ce {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_b22c52644293 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_3eae3a1b9e1c {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_1526b1e33414 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_ecf4058919f8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_e136119cbc58 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_3925f9e1c945 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_4dec3919fe10 {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_4dec3919fe10 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_4dec3919fe10 {
   width: 795px;
   height: 24px;
 }

 .imageview_9e1c3b97e058 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_9e1c3b97e058 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_dc94af636d4d {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_dc94af636d4d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_dc94af636d4d {
   width: 220px;
   height: 64px;
 }

 .text_a269ee609aa6 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6ea897ffb13a {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_1dc5e64151f4 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_1dc5e64151f4 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_1dc5e64151f4 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_2318f529a1d3 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_ab919920b6a5 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_ab919920b6a5 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_ab919920b6a5 {
   width: 1648px;
   height: 91px;
 }

 .text_4bec9c1763de {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: 267px;
   line-height: 64px;
   font-family: 'Geist';
 }

 .text_6d9292da550d {
   width: 1088px;
   position: absolute !important;
   left: 416px;
   top: 363px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_926175e73207 {
   width: 1088px;
   height: 555px;
   position: absolute !important;
   left: 416px;
   top: 511px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_48a2f75a4a18 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_ac4eb36dde27 {
   width: 1088px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2d4a85432c6c_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-2ebb48aa93c1_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-58275b43566b_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-9e269c3818a6_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-1364cc267eea_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-d1eecb73b06c_ac4eb36dde27 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_b1e0354fa086 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 80px;
 }

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

 .imageview_2ae9ae4336be {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 188px;
 }

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

 .imageview_51ab396d05b3 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 296px;
 }

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

 .container_11d72f39d19d {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 388px;
   left: 416px;
   top: 1130px;
 }

 .text_5e6a48795cc3 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_b58fa94248f0 {
   width: 1088px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-ebb5b2df4456_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-fb0a2ab9336d_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-2053b4461a5a_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-8244451abb28_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-e151d973ddd3_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-5cbe73afb187_b58fa94248f0 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_43c585233ad0 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 80px;
 }

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

 .imageview_6b701e09cbd1 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 188px;
 }

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

 .imageview_4024e958c267 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 296px;
 }

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

 .container_7bcfbafe0ed2 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 424px;
   left: 416px;
   top: 1582px;
 }

 .text_c36547a1b845 {
   width: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_e5ca32d54c61 {
   width: 1088px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-9133a37a5bd9_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-4f1b3f620e7e_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-88704ea86a77_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-7204b10feaf1_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-0639edaaa2c4_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .text-584208ecf661_e5ca32d54c61 {
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_d225afcd1291 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 80px;
 }

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

 .imageview_938f4f63b86b {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 188px;
 }

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

 .imageview_44eeb90b5845 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 296px;
 }

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

 .container_a2b4377166ee {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 388px;
   left: 416px;
   top: 2070px;
 }

 .text_46c812a9170c {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(189deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_01c0648b71c5 {
   width: 808px;
   position: absolute !important;
   left: 136px;
   top: 2618px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_c930966d6f43 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6f658945a6cc {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_cbb686113a9d {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   position: absolute !important;
   left: 1640px;
   top: 2627px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_cbb686113a9d {
   position: absolute !important;
   left: 1640px;
   top: 2627px;
   width: 148px;
   height: 56px;
 }

 .container_nested_cbb686113a9d {
   padding: 16px 20px 16px 20px;
   width: 148px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_1b27c244f75e {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 136px;
   top: 2730px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .imageview_45cce805f655 {
   width: 784px;
   height: 400px;
   position: absolute !important;
   left: 1000px;
   top: 2730px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_fb16d48c81f4 {
   width: 720px;
   position: absolute !important;
   left: 136px;
   top: 3154px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_9ce72a80d88b {
   width: 720px;
   position: absolute !important;
   left: 1000px;
   top: 3154px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_67ffaf72a06d {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e9020045ff92 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_aead91c5aa5d {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_aead91c5aa5d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_aead91c5aa5d {
   width: 56px;
   height: 56px;
 }

 .container_b5efa9e957e0 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d756ab295a92 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_9d4765a3cce9 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_9d4765a3cce9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_9d4765a3cce9 {
   width: 56px;
   height: 56px;
 }

 .container_39955c2f7ff1 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_be3ca18860dc {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_f6a559d5d31e {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_f6a559d5d31e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_f6a559d5d31e {
   width: 56px;
   height: 56px;
 }

 .container_93cd93ffc9f3 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_8006c924a5d8 {
   width: 1920px;
   height: 3935px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .text_0824eb508fe0 {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(203deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .container_042e46f8240d {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_eaa7538906b8 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_4d4c9e4f87a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_3bd464ebacf0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0f5f23c190d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e49e72e6f481 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_d4807b63dac9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c23056c308a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_117a7f5b2549 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_5dab8f5c04d8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_612b2f0052bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_92dda191a16c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e3a0e8cf6d4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_8b58c013b385 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_71b12a94bbc7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_d3d0350a6e0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_e9e566484f7a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_0150dccbd79a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_616158f23795 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_237f92a59997 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_03f4a2ab3797 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_1cbdc346b0d8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_e2d22a621040 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_e2d22a621040 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_63ce87c5adb4 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_bf05fcf32ff9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_291616e15035 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_9e9881b38b84 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_64eb2bff329c {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_74b6077950ea {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_13e8db5231b1 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_d820e471c328 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_4821a15d130a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_7f0f992afb53 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 1955px;
 }

 .container_wrapper_7f0f992afb53 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1955px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_7f0f992afb53 {
   width: 1920px;
   height: 548px;
 }

 .text_035c5e8812b3 {
   width: 948px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_396ac55a3032 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_c7601f2cd63a {
   padding: 16px 20px 16px 20px;
   width: 95px;
   height: 56px;
   position: absolute !important;
   left: 82px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_c7601f2cd63a {
   position: absolute !important;
   left: 82px;
   top: 0px;
   width: 95px;
   height: 56px;
 }

 .container_nested_c7601f2cd63a {
   padding: 16px 20px 16px 20px;
   width: 95px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_684d1c08483f {
   width: fit-content;
   line-height: 21.76px;
   font-family: 'Archivo';
 }

 .container_5d059c637d4a {
   padding: 16px 20px 16px 20px;
   width: 94px;
   height: 54px;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   position: absolute !important;
   left: 194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_5d059c637d4a {
   position: absolute !important;
   left: 194px;
   top: 0px;
   width: 94px;
   height: 54px;
 }

 .container_nested_5d059c637d4a {
   padding: 16px 20px 16px 20px;
   width: 94px;
   height: 54px;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 96px 96px 96px 96px;
 }

 .text_987c6af72674 {
   width: fit-content;
   line-height: 21.76px;
   font-family: 'Archivo';
 }

 .container_6716083987a1 {
   padding: 16px 20px 16px 20px;
   width: 66px;
   height: 54px;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_6716083987a1 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 66px;
   height: 54px;
 }

 .container_nested_6716083987a1 {
   padding: 16px 20px 16px 20px;
   width: 66px;
   height: 54px;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 96px 96px 96px 96px;
 }

 .container_9045788aac6f {
   position: absolute !important;
   overflow: visible;
   width: 288px;
   height: 56px;
   left: 1336px;
   top: 21px;
   border-radius: 96px 96px 96px 96px;
 }

 .container_16924120ed7b {
   position: absolute !important;
   overflow: visible;
   width: 1624px;
   height: 80px;
   left: 136px;
   top: 267px;
   border-radius: 96px 96px 96px 96px;
 }

 .imageview_430e44c5938b {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_f846fcf24f99 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_a30be377c6d2 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_a5fbd72eeb36 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_a5fbd72eeb36 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_a5fbd72eeb36 {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_9e974d43704a {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_9e974d43704a img {
   position: absolute;
   width: 147.07% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -41.61%;
   top: -0.03%;
 }

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

 .text_7747678e5650 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_cf6548decd6b {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_f6f598a911fb {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_f6f598a911fb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_f6f598a911fb {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_d8b2bbb31297 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .text_738a66e4e4bf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_0359212b709f {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_585842aff9c3 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 560px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_585842aff9c3 {
   position: absolute !important;
   overflow: visible;
   left: 560px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_585842aff9c3 {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_cee321a4d5a3 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

 .text_e61ca6fa38ae {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_b5b067a54f81 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_607f4574fca5 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 1120px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_607f4574fca5 {
   position: absolute !important;
   overflow: visible;
   left: 1120px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_607f4574fca5 {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_65d07f3ac480 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 656px;
   left: 0px;
   top: 712px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_ace51c2e5b91 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_feff9f693b84 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_ff25347c0533 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_6f0fd8fafb79 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 560px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_6f0fd8fafb79 {
   position: absolute !important;
   overflow: visible;
   left: 560px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_6f0fd8fafb79 {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_87bd123d0c81 {
   width: 480px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_51a5095d2b85 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 512px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .text_6fb21c68c502 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 560px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .container_3fac71567ece {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 656px;
   left: 1120px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_3fac71567ece {
   position: absolute !important;
   overflow: visible;
   left: 1120px;
   top: 0px;
   width: 480px;
   height: 656px;
 }

 .container_nested_3fac71567ece {
   width: 480px;
   height: 656px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_c83bc784e661 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 1368px;
   left: 160px;
   top: 427px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_c3d3726be1f3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_236fb05775c4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_0c4e9c862bfb {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_9c22eb7b16ba {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_e4b6e848a859 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_f49751c81616 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_bbf7c6eb81c6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_95424bc23e1d {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_437dac891461 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_ca104ff61285 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_a5df2c5b3b55 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_920bcfb4b582 {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_796cbe92fae6 {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_796cbe92fae6 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_796cbe92fae6 {
   width: 795px;
   height: 24px;
 }

 .imageview_a8a32f708343 {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_a8a32f708343 img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_cdaefe9a292c {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_cdaefe9a292c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_cdaefe9a292c {
   width: 220px;
   height: 64px;
 }

 .text_5d6d38a311c9 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_a4ce2bb64ace {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_1eec2e840a03 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_1eec2e840a03 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_1eec2e840a03 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_0edb6c02876a {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_4fcf130f8ea2 {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_4fcf130f8ea2 {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_4fcf130f8ea2 {
   width: 1648px;
   height: 91px;
 }

 .container_d386cfdf97a7 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_21c3d1b27393 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_21a83a8b90e7 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_21a83a8b90e7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_21a83a8b90e7 {
   width: 56px;
   height: 56px;
 }

 .container_ade266cc9be5 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_28b847bfb3af {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_2ce945420d4d {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_2ce945420d4d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_2ce945420d4d {
   width: 56px;
   height: 56px;
 }

 .container_e2c9bc4baf72 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_95116f64a464 {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_8dc4da399afa {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_8dc4da399afa {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_8dc4da399afa {
   width: 56px;
   height: 56px;
 }

 .container_9127c6cf8a8c {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_111212908bf9 {
   width: 1920px;
   height: 2503px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .container_4b8f4f426725 {
   width: 1920px;
   height: 548px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .line_cc9e6580cfe8 {
   width: 1648px;
   height: 1px;
   z-index: 1;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 136px;
   top: 476px;
   direction: horizontal;
   background: #2895f0;
 }

 .text_82662cd26016 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_166c49c80d96 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_bf83d56bdf36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_94b82852feb8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_7f1526a82ca5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_a36c21e9a2b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c1478bef4b4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c00581a4a1d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_19a6ad5c82bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_65aa9162f321 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 188px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c7adfa3ddea5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_cf0ce1f84c4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 344px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_16d93e213920 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_deb17d45da97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 240px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_61cb4a559241 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 292px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_4687da868993 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_033ceb1b771c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 396px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2b19f340d1c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 136px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_3266269f3704 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1396px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(201deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_2c10d96e1d19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 976px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(205deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_bde78b7c47f1 {
   width: 250px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 80px;
 }

 .imageview_bde78b7c47f1 img {
   position: absolute;
   width: 143.05% !important;
   height: 305.36% !important;
   max-width: none !important;
   left: -22.01%;
   top: -89.29%;
 }

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

 .container_0eff77322813 {
   position: absolute !important;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_5209080229fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 556px;
   top: 80px;
   line-height: 40px;
   background: linear-gradient(197deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .imageview_e4da4e8e8706 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 266px;
 }

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

 .imageview_fbb90ac9bbc4 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 266px;
 }

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

 .imageview_ad361cf53d7e {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 224px;
   top: 266px;
 }

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

 .text_100b5d323cef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_38ed3aea69a8 {
   width: 342px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 170px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_b5502582a37b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1385px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_2cf75d902dc8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1577px;
   top: 500px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_e082e567a8ce {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 548px;
   left: 0px;
   top: 2697px;
 }

 .container_wrapper_e082e567a8ce {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2697px;
   width: 1920px;
   height: 548px;
 }

 .container_nested_e082e567a8ce {
   width: 1920px;
   height: 548px;
 }

 .text_9bbed84fc2a6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_901df5a8a3fc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_6de621ba9da0 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_0f84016c25ea {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 24px;
   left: 433px;
   top: 0px;
 }

 .text_6451d9e36047 {
   width: max-content;
   position: absolute !important;
   left: 571px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_43c5edf7bf99 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .text_647596360fef {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_2558c8ebee2b {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 86px;
   top: 2px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_e9960a08872f {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 24px;
   left: 129px;
   top: 0px;
 }

 .text_4340680f1ba8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_4fb2433f695d {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 98px;
   top: 2.12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_0f35e681b7dc {
   position: absolute !important;
   overflow: visible;
   width: 118px;
   height: 24px;
   left: 275px;
   top: 0px;
 }

 .container_0c6371023bbf {
   position: absolute !important;
   overflow: visible;
   width: 795px;
   height: 24px;
   left: 598px;
   top: 20px;
 }

 .container_wrapper_0c6371023bbf {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 20px;
   width: 795px;
   height: 24px;
 }

 .container_nested_0c6371023bbf {
   width: 795px;
   height: 24px;
 }

 .imageview_f259cadf2ebe {
   width: 220px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f259cadf2ebe img {
   position: absolute;
   width: 142.02% !important;
   height: 324.60% !important;
   max-width: none !important;
   left: -21.21%;
   top: -98.04%;
 }

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

 .container_2e971e524123 {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 64px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_2e971e524123 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220px;
   height: 64px;
 }

 .container_nested_2e971e524123 {
   width: 220px;
   height: 64px;
 }

 .text_59c82c1e63c7 {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_fb3e37693ee7 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_572a39ba6561 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   position: absolute !important;
   left: 1433px;
   top: 5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_572a39ba6561 {
   position: absolute !important;
   left: 1433px;
   top: 5px;
   width: 215px;
   height: 54px;
 }

 .container_nested_572a39ba6561 {
   padding: 16px 20px 16px 20px;
   width: 215px;
   height: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(194deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   border-radius: 96px 96px 96px 96px;
 }

 .line_e507d0355f44 {
   width: 1648px;
   height: 1px;
   border-top: 0.5px solid #2895f0ff;
   border-right: 0.5px solid #2895f0ff;
   border-bottom: 0.5px solid #2895f0ff;
   border-left: 0.5px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 91px;
   direction: horizontal;
   background: #2895f0;
 }

 .container_3852d19812fb {
   position: absolute !important;
   overflow: visible;
   width: 1648px;
   height: 91px;
   left: 136px;
   top: 32px;
 }

 .container_wrapper_3852d19812fb {
   position: absolute !important;
   overflow: visible;
   left: 136px;
   top: 32px;
   width: 1648px;
   height: 91px;
 }

 .container_nested_3852d19812fb {
   width: 1648px;
   height: 91px;
 }

 .text_381ad64f0344 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 267px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_a52beca8fb67 {
   width: 948px;
   position: absolute !important;
   left: 136px;
   top: 486px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_3df731c45659 {
   width: 948px;
   height: 555px;
   position: absolute !important;
   left: 136px;
   top: 670px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_a7dbd4d63dd4 {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 203px;
   line-height: 48px;
   background: linear-gradient(193deg, #1493fcff 12.23%, #2bcef8ff 53.38%, #14acf5ff 76.25%);
   font-family: 'Poltawski Nowy';
 }

 .text_c7112debe453 {
   width: 949px;
   position: absolute !important;
   left: 135px;
   top: 1265px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a295a3bbc4cc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .text_78428afdd011 {
   width: 908px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ace17ee91b5c {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_f2c146610bfc {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 14px;
 }

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

 .container_803367334b75 {
   position: absolute !important;
   overflow: visible;
   width: 553px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .container_2f02f3cfcc24 {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 196px;
   left: 0px;
   top: 0px;
 }

 .text_eb79e6addf02 {
   width: 908px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_d797ab6bd0b0 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_a56a04b7470c {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 14px;
 }

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

 .container_fd736a26b9f9 {
   position: absolute !important;
   overflow: visible;
   width: 332px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .container_3f6a2adfb29d {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 196px;
   left: 0px;
   top: 220px;
 }

 .text_9e719d86042a {
   width: 908px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_029005c5b801 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_e36728ddf740 {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 14px;
 }

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

 .container_17e3f0a593a3 {
   position: absolute !important;
   overflow: visible;
   width: 481px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .container_a179e9b00985 {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 196px;
   left: 0px;
   top: 440px;
 }

 .text_f631e30d788d {
   width: 908px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_fa66b09aab09 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .imageview_682b3112d04a {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 14px;
 }

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

 .container_bd43b00ddfdd {
   position: absolute !important;
   overflow: visible;
   width: 509px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .container_03c16b5ed219 {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 196px;
   left: 0px;
   top: 660px;
 }

 .container_78e2639442bc {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 856px;
   left: 16px;
   top: 64px;
 }

 .container_4266152691e5 {
   position: absolute !important;
   overflow: visible;
   width: 948px;
   height: 920px;
   left: 136px;
   top: 1617px;
 }

 .text_d5dbc3e7008f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Geist';
 }

 .imageview_b2c091001f8e {
   width: 136px;
   height: 136px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_e9340a926d67 {
   width: 376px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_bb96542d51af {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(199deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .imageview_4ed8c174332d {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 127px;
   top: 6px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_f834f404fecd {
   position: absolute !important;
   overflow: visible;
   width: 159px;
   height: 40px;
   left: 0px;
   top: 96px;
 }

 .container_9f9eaf715260 {
   position: absolute !important;
   overflow: visible;
   width: 376px;
   height: 136px;
   left: 152px;
   top: 0px;
 }

 .container_d1fce8cc75d5 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 136px;
   left: 0px;
   top: 0px;
 }

 .text_18f6b5f11b19 {
   width: 376px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_8d24804a7d89 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(199deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .imageview_c55622961428 {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 127px;
   top: 6px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_7a5035991391 {
   position: absolute !important;
   overflow: visible;
   width: 159px;
   height: 40px;
   left: 0px;
   top: 96px;
 }

 .container_36aee722c0a0 {
   position: absolute !important;
   overflow: visible;
   width: 376px;
   height: 136px;
   left: 152px;
   top: 0px;
 }

 .imageview_d74aeef23251 {
   width: 136px;
   height: 136px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .container_3b1b9f6a2dda {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 136px;
   left: 0px;
   top: 176px;
 }

 .text_42613bf05760 {
   width: 376px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f116acb12a28 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 40px;
   background: linear-gradient(199deg, #2896f0ff 0%, #0eb3ddff 25.07%, #0bc2d7ff 35.62%, #01c8c8ff 50.13%, #06cedbff 62.23%, #08bed7ff 75.13%, #009eeaff 100%);
   font-family: 'Geist';
 }

 .imageview_ded106c60886 {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 127px;
   top: 6px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .container_cccbc04a13e1 {
   position: absolute !important;
   overflow: visible;
   width: 159px;
   height: 40px;
   left: 0px;
   top: 96px;
 }

 .container_9b26deff79c2 {
   position: absolute !important;
   overflow: visible;
   width: 376px;
   height: 136px;
   left: 152px;
   top: 0px;
 }

 .imageview_eebae54e5316 {
   width: 136px;
   height: 136px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_eebae54e5316 img {
   position: absolute;
   width: 147.07% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -41.61%;
   top: -0.03%;
 }

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

 .container_46506e9e243e {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 136px;
   left: 0px;
   top: 352px;
 }

 .container_94c40003ab48 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 488px;
   left: 1px;
   top: 72px;
 }

 .text_b0db845ede0c {
   width: fit-content;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .imageview_232a06ebf447 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_c726606550db {
   padding: 16px 20px 16px 20px;
   width: 144px;
   height: 56px;
   position: absolute !important;
   left: 385px;
   top: 600px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_c726606550db {
   position: absolute !important;
   left: 385px;
   top: 600px;
   width: 144px;
   height: 56px;
 }

 .container_nested_c726606550db {
   padding: 16px 20px 16px 20px;
   width: 144px;
   height: 56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_e2a4ee7a6801 {
   position: absolute !important;
   overflow: visible;
   width: 529px;
   height: 656px;
   left: 1255px;
   top: 267px;
 }

 .text_0cb04c8281dd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inclusive Sans';
 }

 .text-27a66322ebd1_0cb04c8281dd {
   line-height: 32px;
   font-family: 'Inter';
 }

 .text-ced422b77f54_0cb04c8281dd {
   line-height: 32px;
   font-family: 'Inter';
 }

 .imageview_886cfc6f9131 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 105px;
   top: 4px;
 }

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

 .imageview_faf6bd281576 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 137px;
   top: 4px;
 }

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

 .imageview_9aa0c6bf4a3f {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 169px;
   top: 4px;
 }

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

 .imageview_3c5e331b562e {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 201px;
   top: 4px;
 }

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

 .text_c00b5767b0da {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_9c02b377511e {
   position: absolute !important;
   overflow: visible;
   width: 225px;
   height: 32px;
   left: 723px;
   top: 0px;
 }

 .container_8a550e800a46 {
   position: absolute !important;
   overflow: visible;
   width: 948px;
   height: 32px;
   left: 136px;
   top: 422px;
 }

 .line_f39005b886bf {
   width: 948px;
   height: 1px;
   border-top: 1px solid #c5c5c5ff;
   border-right: 1px solid #c5c5c5ff;
   border-bottom: 1px solid #c5c5c5ff;
   border-left: 1px solid #c5c5c5ff;
   position: absolute !important;
   left: 136px;
   top: 470px;
   direction: horizontal;
   background: #c5c5c5;
 }

 .container_8d1e1354dd0f {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_416bceea0da1 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_7f55fd1c6c77 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_7f55fd1c6c77 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 56px;
   height: 56px;
 }

 .container_nested_7f55fd1c6c77 {
   width: 56px;
   height: 56px;
 }

 .container_8607cfe1ee84 {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3c97d3c79dcf {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_7b4e3efd3838 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 62px;
 }

 .container_wrapper_7b4e3efd3838 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 62px;
   width: 56px;
   height: 56px;
 }

 .container_nested_7b4e3efd3838 {
   width: 56px;
   height: 56px;
 }

 .container_c1176e079f2a {
   width: 56px;
   height: 56px;
   border-top: 1px solid #ebebebff;
   border-right: 1px solid #ebebebff;
   border-bottom: 1px solid #ebebebff;
   border-left: 1px solid #ebebebff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7792774a8160 {
   width: 31.75px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_451bdb5ba46c {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 0px;
   top: 124px;
 }

 .container_wrapper_451bdb5ba46c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 124px;
   width: 56px;
   height: 56px;
 }

 .container_nested_451bdb5ba46c {
   width: 56px;
   height: 56px;
 }

 .container_a13577267b53 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 180px;
   z-index: 9999;
   left: 1824px;
   top: 662px;
 }

 .viewport_daa60f2e803e {
   width: 1920px;
   height: 3276px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f2f3f5;
 }

 .container_60d47d995801 {
   width: 1472px;
   height: 844px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_26a13d84846e {
   width: 440px;
   z-index: 1;
   position: absolute !important;
   left: 436px;
   top: 0px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Geist';
 }

 .text_4fc5dc5775a1 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 24.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_4eec969de933 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_b94687331e5c {
   padding: 16px 20px 16px 20px;
   width: 156px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 1156px;
   top: 628px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_b94687331e5c {
   position: absolute !important;
   left: 1156px;
   top: 628px;
   width: 156px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_b94687331e5c {
   padding: 16px 20px 16px 20px;
   width: 156px;
   height: 56px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #002e5e;
   border-radius: 96px 96px 96px 96px;
 }

 .text_56032222b797 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 24.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_85123abe912e {
   padding: 16px 20px 16px 20px;
   width: 156px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   position: absolute !important;
   left: 1148px;
   top: 334px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_wrapper_85123abe912e {
   position: absolute !important;
   left: 1148px;
   top: 334px;
   width: 156px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_85123abe912e {
   padding: 16px 20px 16px 20px;
   width: 156px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #002e5eff;
   border-right: 1px solid #002e5eff;
   border-bottom: 1px solid #002e5eff;
   border-left: 1px solid #002e5eff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 96px 96px 96px 96px;
 }

 .container_0ea1937ea21d {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_a1804eb25f90 {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_a1804eb25f90 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 104px;
   width: 640px;
   height: 84px;
 }

 .input_text_a1804eb25f90::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_e36931e4485e {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_cd050dc2596d {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_cd050dc2596d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 212px;
   width: 640px;
   height: 84px;
 }

 .input_text_cd050dc2596d::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .input_text_ce6fa596e609 {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_ce6fa596e609 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 640px;
   height: 84px;
 }

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

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

 .container_5f20f6f90902 {
   position: absolute !important;
   overflow: visible;
   width: 898px;
   height: 84px;
   z-index: 1;
   left: 0px;
   top: 320px;
   border-radius: 16px 16px 16px 16px;
 }

 .container_8e74abd0269f {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_26bc63f0fcb5 {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_26bc63f0fcb5 {
   position: absolute !important;
   overflow: visible;
   left: 664px;
   top: 104px;
   width: 640px;
   height: 84px;
 }

 .input_text_26bc63f0fcb5::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_1e1522b8e464 {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_4634a2be5e14 {
   width: 640px;
   height: 84px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_4634a2be5e14 {
   position: absolute !important;
   overflow: visible;
   left: 664px;
   top: 212px;
   width: 640px;
   height: 84px;
 }

 .input_text_4634a2be5e14::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_6d0757b6cba2 {
   width: 1312px;
   height: 168px;
   z-index: 1;
   border-top: 1px solid #2895f0ff;
   border-right: 1px solid #2895f0ff;
   border-bottom: 1px solid #2895f0ff;
   border-left: 1px solid #2895f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .input_text_8bb529d51cb8 {
   width: 1312px;
   height: 168px;
   z-index: 1;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Inter';
 }

 .wrapper_input_text_8bb529d51cb8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 428px;
   width: 1312px;
   height: 168px;
 }

 .input_text_8bb529d51cb8::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 36px;
   text-align: start;
   color: #9e9e9e;
   font-family: 'Inter';
   letter-spacing: -0.5px;
 }

 .container_03021d4b139c {
   position: absolute !important;
   overflow: visible;
   width: 1312px;
   height: 684px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_dd1118e0eaff {
   position: absolute !important;
   overflow: visible;
   width: 1312px;
   height: 684px;
   z-index: 1;
   left: 80px;
   top: 80px;
 }

 .container_wrapper_dd1118e0eaff {
   position: absolute !important;
   overflow: visible;
   left: 80px;
   top: 80px;
   width: 1312px;
   height: 684px;
   z-index: 1;
 }

 .container_nested_dd1118e0eaff {
   width: 1312px;
   height: 684px;
   z-index: 1;
 }

 .container_bfa79578df0b {
   position: absolute !important;
   overflow: visible;
   width: 1472px;
   height: 844px;
   left: 8px;
   top: 8px;
 }

 .imageview_3838f442e6aa {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1392px;
   top: 48px;
 }

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

 .viewport_018cfc6434b5 {
   width: 1488px;
   height: 884px;
   overflow-x: hidden;
   overflow-y: hidden;
 }