 /*
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=Futura+PT: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;
   align-items: center;
   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;
   /* align-items if needed */
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_38529a61ada5 {
   width: 1440px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d89b2295c204 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 484.9px;
   top: 157.57px;
 }

 .imageview_bf0d4606a6bc {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 679.9px;
   top: 157.57px;
 }

 .imageview_7eee4f7261cf {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 1001.9px;
   top: 157.57px;
 }

 .text_566ac28ef9da {
   width: 68px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 414px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_90c1d8dbdc03 {
   width: 154px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 523px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_870dc4c1994e {
   width: 281px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 718px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_cc27c2cd1f42 {
   width: 113px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 1040px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_3dd889c9d7a8 {
   width: 110px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_4b0c56444b2b {
   width: 66px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_9e1b32dd9127 {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_271e51964fd4 {
   width: 12px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_290048a87930 {
   width: 16px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_909fa5778a21 {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 2;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_3ac388809a06 {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 1;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_b43a2b49b142 {
   width: 31px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6a33694409ec {
   width: 120px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1af9048bb5d9 {
   width: 59px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_9315d9327a4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_63d5bfc4c931 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 1;
   left: 1265px;
   top: 67px;
 }

 .text_8035e238a202 {
   width: 149px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_af1aa7084ec8 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_b656267e8ff8 {
   width: 6.5px;
   height: 4.5px;
   z-index: 1;
   position: absolute !important;
   left: 41.75px;
   top: 7.08px;
 }

 .text_fa6f7fd39e95 {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .button_9e04afd39e38 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 16px;
   z-index: 1;
   left: 128px;
   top: 14px;
 }

 .imageview_0d3d306f1f0d {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_34d2b370779a {
   width: 112px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_016f347273aa {
   width: 6px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_42e44a1e3f20 {
   width: 113px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 19px;
   background: #568afb;
 }

 .text_29f2cd38fdb7 {
   width: 116px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .button_24de6fae1041 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 20px;
   z-index: 1;
   left: 1198px;
   top: 13px;
 }

 .container_fd2cfe7b5335 {
   width: 346px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_6d7cfea52572 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_814904c0b361 {
   width: 130px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_863151a140d1 {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

 .container_e417d8a5f921 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 192px;
   flex-shrink: 0;
 }

 .text_6ebb40534b58 {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-0af80e2a887c_6ebb40534b58 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-6037790301fa_6ebb40534b58 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text_535618c4f942 {
   width: 641px;
   height: 37px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-3e79bf1e8aea_535618c4f942 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-7736e43695bc_535618c4f942 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .imageview_089b3145b701 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7cc75ecf975f {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_a991083665de {
   width: 914px;
   height: 24px;
   position: absolute !important;
   left: 67px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-4f6c7c1d9e91_a991083665de {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-2ba4b73dc1e5_a991083665de {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_adf04ebd07fe {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_967e56c3c583 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f5ff58818704 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_fd6f2173d12d {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_ecc428a7ea2a {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 58px;
   flex-shrink: 0;
 }

 .imageview_78e63ee23fff {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7c6e9b1b8032 {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_faf1f4736f3a {
   width: 914px;
   height: 41px;
   position: absolute !important;
   left: 67px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-418ef1190834_faf1f4736f3a {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-32fc87e61bc9_faf1f4736f3a {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_de62c3252b56 {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_910826df3451 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_80098e87c7aa {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_e9e48694e366 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_e98651b5a085 {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 58px;
   flex-shrink: 0;
 }

 .imageview_2f53a3cac880 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_0d1d38210908 {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_05a918dd1156 {
   width: 914px;
   height: 42px;
   position: absolute !important;
   left: 67px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-a3ab06f30307_05a918dd1156 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-422c9f9b62e5_05a918dd1156 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-625e7866cc76_05a918dd1156 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_f9bd89ae3f99 {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_eee7f5a2ee79 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_d02a3e45a292 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_63754c2d0b9c {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_a6e19e43200c {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 58px;
   flex-shrink: 0;
 }

 .imageview_f8559bd84277 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_4cbb6e7e65f3 {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_1a4d9947f493 {
   width: 914px;
   height: 22px;
   position: absolute !important;
   left: 67px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-c2b00c03c5e1_1a4d9947f493 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-2c0bd52cab52_1a4d9947f493 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_3b713ee1867e {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_bfc2725a8237 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_0ff8980d6ded {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_2b3aeff7cd54 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_d51cd43d77f6 {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 58px;
   flex-shrink: 0;
 }

 .imageview_2835611b3bdf {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_d19f8243814e {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_44c430463adf {
   width: 914px;
   height: 41px;
   position: absolute !important;
   left: 67px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-4d1ca034f4ad_44c430463adf {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-20afbc9d5407_44c430463adf {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_807e1b3af123 {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_545492e6eab0 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_2a348b06e3eb {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_3966ec0d0e65 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_08228d1b5691 {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 58px;
   flex-shrink: 0;
 }

 .imageview_b593c47c4004 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_33cfc2f79b8e {
   width: 1178px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 57px;
   background: #c4dce2;
 }

 .text_501edf66bced {
   width: 914px;
   height: 41px;
   position: absolute !important;
   left: 67px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-1670b5ade32e_501edf66bced {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-acff5e8577e8_501edf66bced {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .container_3cafc1ca3dc6 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 84px;
   top: 106px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_527c86ef6d6f {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 126px;
   top: 106px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_879cc6ce3289 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 168px;
   top: 106px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_27ad8b7118c7 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 210px;
   top: 106px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_a6ccfcc05174 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 106px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_5230be03f89d {
   width: 12.8px;
   height: 6.83px;
   z-index: 1;
   position: absolute !important;
   left: 9.6px;
   top: 119.11px;
 }

 .imageview_32593e516146 {
   width: 12.8px;
   height: 6.83px;
   z-index: 1;
   position: absolute !important;
   left: 219.6px;
   top: 119.11px;
 }

 .container_f2ab795b9ae5 {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 136px;
   top: 121px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_325312beb6a4 {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 141px;
   top: 121px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_c767573caea2 {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 121px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_6c87e0fd8da1 {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 42px;
   top: 106px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .text_7bcdda68314a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 114px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text_224dbbe7d32c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 95px;
   top: 114px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text_cb667be66047 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 179px;
   top: 114px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .container_6513ac41353a {
   width: 140px;
   height: 42px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_4cc205278a42 {
   width: 77px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_0e094745691f {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 105.6px;
   top: 19.6px;
 }

 .button_9ade77ea95c5 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 42px;
   left: 1043px;
   top: 3px;
 }

 .container_45a40ccf93bf {
   position: relative !important;
   overflow: visible;
   width: 1183px;
   height: 138px;
   flex-shrink: 0;
 }

 .container_243de1f83fe8 {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
 }

 .container_022482deb117 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 141px;
   background: #cee2e7;
 }

 .container_b46cc0a9d733 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 60px;
   background: #cee2e7;
 }

 .container_6cbc33c7a80e {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 222px;
   background: #cee2e7;
 }

 .container_3ab309bfbebb {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 61px;
   background: #cee2e7;
 }

 .container_f7f7622c249b {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 61px;
   background: #cee2e7;
 }

 .container_f972792a5894 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 61px;
   background: #cee2e7;
 }

 .text_049b1e51cffe {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 91px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_29f11e0fc630 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 172px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_9e7170b51550 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 172px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d832800b4bf4 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 172px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_07284cdaf536 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 91px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f9240d7437c4 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 91px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_9832890d0f2d {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 91px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f5f7b77d6fe5 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 172px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_30eee81ea533 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 61px;
   background: #cee2e7;
 }

 .container_60984c58be0d {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 61px;
   background: #cee2e7;
 }

 .text_78166551f6d1 {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 283px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_fa81f1fa5cfe {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 402px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6885afc97bf7 {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 283px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_31243eba154c {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 283px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d0b2bf6194ff {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 358px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_6ddf1547bab9 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 394px;
 }

 .imageview_df86a6a3d5f2 {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 283px;
 }

 .container_610b3fe60aaf {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 440px;
   flex-shrink: 0;
 }

 .viewport_befcdc0ea08d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 47px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_fdb89ab746e8 {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-2b7b57babf89_fdb89ab746e8 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-34725fceed94_fdb89ab746e8 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_2261bfbc5763 {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7ee9f5cf8165 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_5084c54463ae {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_7b3af50a2aed {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_01d229d8e94b {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_c786adc08802 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_ac5aaf19cca5 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_8ad7d57f38ea {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_b76ad0d3ceb7 {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_b9b211a4c317 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .input_select_bdd1636bff06 {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 115px;
   top: 148px;
   font-family: 'Futura PT';
 }

 .input_select_bdd1636bff06 option {
   width: 130px;
   height: 10px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_666be9eb13ae {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_8d3abd9ba6f7 {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_65ad2576b3f5 {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_07f781c44d53 {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_77b0c11d655b {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_518f98419311 {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_e162746531cf {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_952dc9bdc61b {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_d27cf54acf98 {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_d851b2da0aa7 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_fe27a6b9140f {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_bd1aae56b93e {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_7d5b70cd9e55 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_7d5b70cd9e55 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_7d5b70cd9e55 {
   width: 375px;
   height: 185px;
 }

 .container_72fd3eadd03a {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 1371px;
   background: #f3f7fd;
 }

 .text_54b895c57ccc {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 2207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5ffbe9ad91a2 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 1645px;
 }

 .text_68557b267558 {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 1756px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_690a405922c1 {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 2036px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3880ac82d7ae {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 2111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_493b22573338 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 2147px;
 }

 .container_0e32a11fa336 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 1394px;
 }

 .container_930a842f00d1 {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 1395px;
   background: #cee2e7;
 }

 .text_470f3ddda542 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 1412px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_db80a64f8d43 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 1465px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b6174ace7cfe {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 1518px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_96ad91fd96aa {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 1412px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_521fdc9026fe {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 1465px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_155394cf2d60 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 1510px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f8cb6e415211 {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 1563px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_da5daacf5e02 {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 1571px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_c90626390d61 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 1446px;
   background: #cee2e7;
 }

 .container_1a6d9eb236ef {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 1499px;
   background: #cee2e7;
 }

 .container_019e227d9e96 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 1552px;
   background: #cee2e7;
 }

 .imageview_c45f0fe4a9b9 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 241px;
 }

 .container_625464dad554 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 353px;
   background: #c4dce2;
 }

 .text_3c06d694cd63 {
   width: 284px;
   height: 37px;
   position: absolute !important;
   left: 76px;
   top: 253px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-4ce0bec3dce2_3c06d694cd63 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-e19735ed367d_3c06d694cd63 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_67bac8d3d5ea {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_9e9c1faacbab {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_dc1cac840781 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 89.6px;
   top: 16.6px;
 }

 .button_e1bfcf3758be {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 35px;
   left: 77px;
   top: 306px;
 }

 .imageview_b189a30b7729 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 378px;
 }

 .container_12906f15d5c8 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 534px;
   background: #c4dce2;
 }

 .text_15ee5bc2417f {
   width: 284px;
   height: 79px;
   position: absolute !important;
   left: 76px;
   top: 390px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-cd73dc5607ed_15ee5bc2417f {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-c5b135da4640_15ee5bc2417f {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_afa1eb1c8d7e {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_aa9f2aefe0df {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_14bd52b1fde1 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 89.6px;
   top: 16.6px;
 }

 .button_9636c7766ae3 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 35px;
   left: 77px;
   top: 485px;
 }

 .imageview_5e7855ad1647 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 559px;
 }

 .container_c225268777e9 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 756px;
   background: #c4dce2;
 }

 .text_8b29d015db07 {
   width: 284px;
   height: 120px;
   position: absolute !important;
   left: 76px;
   top: 571px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-1cbc5f880992_8b29d015db07 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-49c686e761ec_8b29d015db07 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_a637883c1b1f {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_7cfd1b7693fd {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_9aa83ae83010 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 89.6px;
   top: 16.6px;
 }

 .button_ef00154802c1 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 35px;
   left: 77px;
   top: 707px;
 }

 .imageview_aa3fad5d9e90 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 781px;
 }

 .container_74c29c5e7093 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 895px;
   background: #c4dce2;
 }

 .text_b8529e4183e7 {
   width: 284px;
   height: 37px;
   position: absolute !important;
   left: 76px;
   top: 793px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-c67645ffb432_b8529e4183e7 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-13d13786ab43_b8529e4183e7 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_ae6f7056fead {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_573c791d48db {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_94fc673639c2 {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 89.6px;
   top: 16.6px;
 }

 .button_958acf641a71 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 35px;
   left: 77px;
   top: 846px;
 }

 .imageview_096dea89cbb7 {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 920px;
 }

 .container_66002fd43690 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 1054px;
   background: #c4dce2;
 }

 .text_55f94d8465ee {
   width: 284px;
   height: 57px;
   position: absolute !important;
   left: 76px;
   top: 932px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-23b58497c635_55f94d8465ee {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-a2a5bebe104b_55f94d8465ee {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_58843ccc2827 {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_9384d8dee691 {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f43f61b750fb {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 89.6px;
   top: 16.6px;
 }

 .button_c87f5fb8d8cc {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 35px;
   left: 77px;
   top: 1005px;
 }

 .imageview_2c61679433bd {
   width: 49px;
   height: 49px;
   position: absolute !important;
   left: 15px;
   top: 1079px;
 }

 .text_9a42da371eb3 {
   width: 284px;
   height: 100px;
   position: absolute !important;
   left: 76px;
   top: 1091px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-f7aa624643f0_9a42da371eb3 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-3d2c6768a947_9a42da371eb3 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .container_268b07631b5f {
   width: 116px;
   height: 35px;
   border-top: #568afbff solid 2px;
   border-right: #568afbff solid 2px;
   border-bottom: #568afbff solid 2px;
   border-left: #568afbff solid 2px;
   position: absolute !important;
   left: 77px;
   top: 1207px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_477b26dfec2a {
   width: 67px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 1217px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_7c372744e2e3 {
   width: 345px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 1256px;
   background: #c4dce2;
 }

 .container_30cecd2c8a9c {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 99px;
   top: 1289px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_552b9032ab46 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 141px;
   top: 1289px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_7df8c94d541f {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 183px;
   top: 1289px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_28306f6b07d7 {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 225px;
   top: 1289px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_43dc43e8dd5b {
   width: 32px;
   height: 32px;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 1289px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_5c42d8d5e86e {
   width: 12.8px;
   height: 6.83px;
   z-index: 1;
   position: absolute !important;
   left: 24.6px;
   top: 1302.11px;
 }

 .imageview_eb8147cc7476 {
   width: 12.8px;
   height: 6.83px;
   z-index: 1;
   position: absolute !important;
   left: 234.6px;
   top: 1302.11px;
 }

 .container_74b90dec95df {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 151px;
   top: 1304px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_556e02e501ad {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 156px;
   top: 1304px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_be6d8b00a794 {
   width: 2px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 1304px;
   background: #2e2e30;
   border-radius: 50% 50% 50% 50%;
 }

 .container_d1cf29f87463 {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 57px;
   top: 1289px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .text_db9ff4953c7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 1297px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text_9a22dc6fa040 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 110px;
   top: 1297px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text_f7b875a6b1d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 194px;
   top: 1297px;
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_1e3727f7155a {
   width: 11.8px;
   height: 6.33px;
   z-index: 1;
   position: absolute !important;
   left: 166.6px;
   top: 1223.6px;
 }

 .viewport_57253bc5d513 {
   width: 375px;
   height: 2231px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_0982862c18f8 {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 2038px;
   background: #f3f7fd;
 }

 .container_11fa4ef80f01 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2179px;
   background: #cee2e7;
 }

 .container_64bb762e1ba9 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2098px;
   background: #cee2e7;
 }

 .container_5c143ce947df {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2260px;
   background: #cee2e7;
 }

 .container_8e8808f975a6 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 2099px;
   background: #cee2e7;
 }

 .container_196b9434addd {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 2099px;
   background: #cee2e7;
 }

 .container_ad6dc6e0cab9 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 2099px;
   background: #cee2e7;
 }

 .text_08b2663e5a87 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2129px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ea8c03cf9e14 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2210px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_bdc116630981 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2210px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8b0e879af745 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2210px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4a0c237ba25e {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2129px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b5244bd40628 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2129px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0dbf177cc3e9 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2129px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0f51aa177a80 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2210px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_8c5aa27953f5 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 2099px;
   background: #cee2e7;
 }

 .container_368500506d01 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 2099px;
   background: #cee2e7;
 }

 .text_f0706fdb697d {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 2321px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f6de01259990 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2440px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d974eb5473ad {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 2321px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d3093aa8f3f5 {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2321px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5b95b06dd049 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2396px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_939c6806f6cf {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2432px;
 }

 .imageview_98a856150adc {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2321px;
 }

 .imageview_234c72032831 {
   width: 335px;
   height: 321px;
   position: absolute !important;
   left: 553px;
   top: 1637px;
   opacity: 0.20000000298023224;
 }

 .text_6799b46b07e6 {
   width: 982px;
   height: 91px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 1834px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c45e8598ff23 {
   width: 840px;
   height: 120px;
   z-index: 1;
   position: absolute !important;
   left: 300px;
   top: 1694px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-5949e048924a_c45e8598ff23 {
   line-height: 32px;
   font-family: 'Futura PT';
 }

 .text-53b9507309a8_c45e8598ff23 {
   line-height: 32px;
   font-family: 'Futura PT';
 }

 .text-f25e1860b00f_c45e8598ff23 {
   line-height: 32px;
   font-family: 'Futura PT';
 }

 .text-6bc25dce3b5e_c45e8598ff23 {
   line-height: 32px;
   font-family: 'Futura PT';
 }

 .text_852cb584b974 {
   width: 641px;
   height: 37px;
   position: absolute !important;
   left: 672px;
   top: 366px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-e9818bab5954_852cb584b974 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-710893e35857_852cb584b974 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-cae80cafe884_852cb584b974 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_d6c6d4941fab {
   width: 640px;
   height: 73px;
   position: absolute !important;
   left: 672px;
   top: 435px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e274fdfe9af6 {
   width: 614px;
   height: 133px;
   position: absolute !important;
   left: 698px;
   top: 540px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_f21aa5b9db40 {
   width: 6px;
   height: 133px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 672px;
   top: 540px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .imageview_e33fe98cbb23 {
   width: 473.71px;
   height: 487px;
   position: absolute !important;
   left: 130.5px;
   top: 277px;
 }

 .text_ebcf3f58bd3a {
   width: 880px;
   height: 15px;
   position: absolute !important;
   left: 128px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-a6ddc5f2c3ee_ebcf3f58bd3a {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-7d4ceb6892c0_ebcf3f58bd3a {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_90583d8cd45b {
   width: 1440px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d0c22dabbc7b {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 70.9px;
   top: 10.57px;
 }

 .imageview_8a502b2174a6 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 265.9px;
   top: 10.57px;
 }

 .imageview_08d00027b5da {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 587.9px;
   top: 10.57px;
 }

 .text_414f30a1430d {
   width: 68px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_a326fecc9050 {
   width: 154px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4957c2cbe6d9 {
   width: 281px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 304px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0b7f4cbdd3f1 {
   width: 113px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_7513760e321a {
   position: absolute !important;
   overflow: visible;
   width: 739px;
   height: 17px;
   z-index: 1;
   left: 414px;
   top: 147px;
 }

 .container_wrapper_7513760e321a {
   position: absolute !important;
   overflow: visible;
   left: 414px;
   top: 147px;
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_nested_7513760e321a {
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_5d73147261f1 {
   width: 110px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_46f96abcfe41 {
   width: 66px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_171be26c68ea {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_7e4e5a1e2b1d {
   width: 12px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_fcc66bcf1899 {
   width: 16px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e94e414f42f7 {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 2;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_2ae4002d66a7 {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 1;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_39365e1f6fe6 {
   width: 31px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7cb4520d3894 {
   width: 120px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_97a1d59fcd8b {
   width: 59px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_122338367a5a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_a2d621355ce6 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 1;
   left: 1265px;
   top: 67px;
 }

 .text_7cec7cd2ec47 {
   width: 149px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_953dd7159a8a {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_0feea4762b51 {
   width: 6.5px;
   height: 4.5px;
   z-index: 1;
   position: absolute !important;
   left: 169.75px;
   top: 21.08px;
 }

 .text_988c589bdca9 {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 148px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f410cab5b09a {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 14px;
 }

 .imageview_a3d6b6939a4e {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_4b0c1e074fb5 {
   width: 112px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_3e8aba4d00a2 {
   width: 6px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_269efcc141c7 {
   width: 113px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 19px;
   background: #568afb;
 }

 .text_6ceb032c3f5f {
   width: 116px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .button_39f254e16cbe {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 20px;
   z-index: 1;
   left: 1198px;
   top: 13px;
 }

 .container_2fa919d028af {
   width: 346px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_ab4c362b3a65 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_8bf022d3b01e {
   width: 130px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_aec5d9396e74 {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

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

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

 .container_nested_f44813305046 {
   width: 1440px;
   height: 192px;
 }

 .text_ea484d609d43 {
   width: 577px;
   height: 85px;
   position: absolute !important;
   left: 128px;
   top: 844px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-dff85c9d1faa_ea484d609d43 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-0cf82e299f5f_ea484d609d43 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-3b220f83a5b8_ea484d609d43 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .container_7ac2b559a09e {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_fa21bca8dc9f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_a8b041041508 {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_1ad7d3d58a4e {
   width: 588px;
   height: 22px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4187636ca5e9 {
   width: 864px;
   height: 78px;
   position: absolute !important;
   left: 49px;
   top: 37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_f02170451273 {
   position: absolute !important;
   overflow: visible;
   width: 913px;
   height: 115px;
   left: 394px;
   top: 991px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_ee5fc872a0c0 {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_a0a453dbaffd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_975a9a132ccf {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_bc78be7e1ba0 {
   width: 588px;
   height: 22px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e4d4ec1a4155 {
   width: 869px;
   height: 51px;
   position: absolute !important;
   left: 49px;
   top: 37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_15e6d6d989da {
   position: absolute !important;
   overflow: visible;
   width: 918px;
   height: 88px;
   left: 394px;
   top: 1431px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_da414dad209d {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .text_e0668db4326b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_fe65e79784b5 {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_09d1eb83e8e9 {
   width: 588px;
   height: 22px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_a2bd8f4b6e10 {
   width: 864px;
   height: 99px;
   position: absolute !important;
   left: 49px;
   top: 37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_33266eea602d {
   position: absolute !important;
   overflow: visible;
   width: 913px;
   height: 136px;
   left: 129px;
   top: 1199px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_8986d232fdef {
   width: 202px;
   height: 180px;
   position: absolute !important;
   left: 128px;
   top: 961px;
 }

 .imageview_bbe542d26ed6 {
   width: 202px;
   height: 180px;
   position: absolute !important;
   left: 128px;
   top: 1377px;
 }

 .imageview_9dc9f5a74a17 {
   width: 202.8px;
   height: 180px;
   position: absolute !important;
   left: 1110px;
   top: 1169px;
 }

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

 .text_6adadde2938d {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-a245c938ae07_6adadde2938d {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-43eb9358a8d1_6adadde2938d {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .imageview_48b7eb5e74ed {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_5fe33934bd52 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_89a3d51a5147 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_b9cfef50a056 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_3caaa3aa5e1e {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_97380cd493b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_3b6d5db2d0cd {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_6a0811c771ac {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 115px;
   top: 148px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_14588e1ae95a {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 125px;
   top: 155px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f8c5683ae052 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 283px;
   top: 152px;
 }

 .container_e5b94624be48 {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_9a29f2e2bcda {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_3ce75e1bc8d7 {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e753e1d65003 {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_67df5047abd8 {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_67c71dab656e {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_a902076b9cc4 {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_7232848c57a5 {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_87c7749144e0 {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_7126536464b8 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_f0315b5cb53c {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_6b355e6d28e2 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_8ca49cdcca11 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_8ca49cdcca11 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_8ca49cdcca11 {
   width: 375px;
   height: 185px;
 }

 .text_861f475fbd50 {
   width: 345px;
   height: 24px;
   position: absolute !important;
   left: 15px;
   top: 242px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-fe938394f1eb_861f475fbd50 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-8932dbda3d88_861f475fbd50 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-00fac9c85edc_861f475fbd50 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_837ba6ca0aab {
   width: 345px;
   height: 78px;
   position: absolute !important;
   left: 15px;
   top: 286px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ecf7cc86a796 {
   width: 327px;
   height: 170px;
   position: absolute !important;
   left: 33px;
   top: 388px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_00c00d5ac55b {
   width: 346px;
   height: 355.43px;
   position: absolute !important;
   left: 14.5px;
   top: 582px;
 }

 .container_409532fe3a03 {
   width: 6px;
   height: 174px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 15px;
   top: 388px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .container_2c9a4085607c {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 2134px;
   background: #f3f7fd;
 }

 .text_eeea8b7bc95f {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 2970px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_c84848fb1185 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 2408px;
 }

 .text_f1ffefe840bd {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 2519px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e89377babab5 {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 2799px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_23f4a96c8a40 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 2874px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_786bb0a8d5f6 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 2910px;
 }

 .container_adf73865c725 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 2157px;
 }

 .container_b95b470a0f2c {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 2158px;
   background: #cee2e7;
 }

 .text_3df75c1620d9 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 2175px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1174e387c4a5 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 2228px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6a2b2c5a6d36 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 2281px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_48c8c9b08983 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 2175px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0297b3c8ef53 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 2228px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f8c15f9044c3 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 2273px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_fb9e92027a70 {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 2326px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d7f390f6536b {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 2334px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_28798657bf1b {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 2209px;
   background: #cee2e7;
 }

 .container_2004950f16e9 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 2262px;
   background: #cee2e7;
 }

 .container_2254a4a5f854 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 2315px;
   background: #cee2e7;
 }

 .imageview_cd8ba189c309 {
   width: 277px;
   height: 265px;
   position: absolute !important;
   left: 49px;
   top: 1829px;
   opacity: 0.20000000298023224;
 }

 .text_2b8369776a39 {
   width: 345px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 2030px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6fee47c81e2f {
   width: 345px;
   height: 155px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 1863px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-b19787ba7e89_6fee47c81e2f {
   line-height: 23px;
   font-family: 'Futura PT';
 }

 .text-81079fda1b6b_6fee47c81e2f {
   line-height: 23px;
   font-family: 'Futura PT';
 }

 .text-2c8ffe624f50_6fee47c81e2f {
   line-height: 23px;
   font-family: 'Futura PT';
 }

 .text-50e19cfd558d_6fee47c81e2f {
   line-height: 23px;
   font-family: 'Futura PT';
 }

 .imageview_3619cd56ad66 {
   width: 102px;
   height: 96px;
   position: absolute !important;
   left: 258px;
   top: 1066px;
 }

 .container_c0bc788292a9 {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_ca3a976f1a6b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_0293d0a978f5 {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_80635b67a97d {
   width: 173px;
   height: 44px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_6ce253bd62d8 {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 46px;
   left: 15px;
   top: 1091px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_40221726e57f {
   width: 345px;
   height: 121px;
   position: absolute !important;
   left: 15px;
   top: 1174px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-0952e326f4d1_40221726e57f {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-9c4ffd574458_40221726e57f {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .imageview_d226702f26a9 {
   width: 102px;
   height: 96px;
   position: absolute !important;
   left: 258px;
   top: 1325px;
 }

 .container_c49a370e95bc {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .text_dde619cc0c58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_172009545a38 {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_7a81e262cfa5 {
   width: 173px;
   height: 44px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_276960be87c0 {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 46px;
   left: 15px;
   top: 1350px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_25fc0f98c774 {
   width: 345px;
   height: 141px;
   position: absolute !important;
   left: 15px;
   top: 1433px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-f875f70e2d7c_25fc0f98c774 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-2441a7330ce8_25fc0f98c774 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .imageview_c41557b24673 {
   width: 102px;
   height: 96px;
   position: absolute !important;
   left: 258px;
   top: 1604px;
 }

 .container_59209aa92cc3 {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_499e07896e4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 8px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .container_5d28706ebf5d {
   position: absolute !important;
   overflow: visible;
   width: 34px;
   height: 34px;
   left: 0px;
   top: 0px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_bf6a351c9791 {
   width: 173px;
   height: 44px;
   position: absolute !important;
   left: 49px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_45c2c540ef4f {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 46px;
   left: 15px;
   top: 1629px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_9f560d2aa855 {
   width: 345px;
   height: 77px;
   position: absolute !important;
   left: 15px;
   top: 1712px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-8af3d1946a67_9f560d2aa855 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-b2b6ac20ec0a_9f560d2aa855 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text_39278b812401 {
   width: 345px;
   height: 54px;
   position: absolute !important;
   left: 15px;
   top: 988px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-6455a0a5513f_39278b812401 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-cb440f3f7386_39278b812401 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-6f0352fdb48c_39278b812401 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .viewport_a70f282625f0 {
   width: 375px;
   height: 2994px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_3c0e132f01ca {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 2748px;
   background: #f3f7fd;
 }

 .container_29cc4f029b1a {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2889px;
   background: #cee2e7;
 }

 .container_d87f7a77f6a6 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2808px;
   background: #cee2e7;
 }

 .container_ae84529591d7 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2970px;
   background: #cee2e7;
 }

 .container_a1dfd8e4f6b3 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 2809px;
   background: #cee2e7;
 }

 .container_4d544371b096 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 2809px;
   background: #cee2e7;
 }

 .container_f14ad284ad8a {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 2809px;
   background: #cee2e7;
 }

 .text_4c0663fd23d5 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2839px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_04e3c432819b {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2920px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_481ef309c168 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2920px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3b73487e1d22 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2920px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_43a584955167 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2839px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6a0ed6d955fe {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2839px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_cec1a7dfb72d {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2839px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1f05265b36ad {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2920px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_509b283f63b1 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 2809px;
   background: #cee2e7;
 }

 .container_635d02a87a83 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 2809px;
   background: #cee2e7;
 }

 .text_80781c5ce265 {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 3031px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5c35eeb44128 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3150px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f261956850a0 {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 3031px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7bb39a417e83 {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3031px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b92d7d827001 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3106px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_397a089d4280 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3142px;
 }

 .imageview_0b28927ccedd {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3031px;
 }

 .imageview_4ea3121dbaa5 {
   width: 335px;
   height: 321px;
   position: absolute !important;
   left: 553px;
   top: 2347px;
   opacity: 0.20000000298023224;
 }

 .text_13b72826f863 {
   width: 982px;
   height: 91px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 2533px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_dce71e5d82e4 {
   width: 840px;
   height: 86px;
   z-index: 1;
   position: absolute !important;
   left: 301px;
   top: 2425px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d059636f076c {
   width: 641px;
   height: 37px;
   position: absolute !important;
   left: 672px;
   top: 338px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-b9f1daf6d686_d059636f076c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-119eb8a5cd83_d059636f076c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-aa77a65383a4_d059636f076c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_120d07a255b5 {
   width: 640px;
   height: 124px;
   position: absolute !important;
   left: 672px;
   top: 407px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_344baa3ff23e {
   width: 614px;
   height: 104px;
   position: absolute !important;
   left: 698px;
   top: 563px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_4852d132a737 {
   width: 6px;
   height: 110px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 672px;
   top: 563px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .text_c049c79ccec4 {
   width: 880px;
   height: 15px;
   position: absolute !important;
   left: 128px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-0b80a656d370_c049c79ccec4 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-ed03c58204a9_c049c79ccec4 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_a24258831960 {
   width: 1440px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_92043b159674 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 70.9px;
   top: 10.57px;
 }

 .imageview_efe22a6a766c {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 265.9px;
   top: 10.57px;
 }

 .imageview_ad4b74b8f8e3 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 587.9px;
   top: 10.57px;
 }

 .text_4dc91f83def9 {
   width: 68px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8113ebcae7e3 {
   width: 154px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_873dd4ba416a {
   width: 281px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 304px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1be33e76ff0d {
   width: 113px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_ac681661a933 {
   position: absolute !important;
   overflow: visible;
   width: 739px;
   height: 17px;
   z-index: 1;
   left: 414px;
   top: 147px;
 }

 .container_wrapper_ac681661a933 {
   position: absolute !important;
   overflow: visible;
   left: 414px;
   top: 147px;
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_nested_ac681661a933 {
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_87727290c1c8 {
   width: 110px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_3b085c21b61e {
   width: 66px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_a9f3867a4ce5 {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_bdc704373c33 {
   width: 12px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_4c9f75c250fc {
   width: 16px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_6ab26b47a50f {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 2;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_c3b6aa95487d {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 1;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_410ce7647c7f {
   width: 31px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_23b8773e6b55 {
   width: 120px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e13e7fba61f0 {
   width: 59px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_6bcf3a961f75 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_50653936acac {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 1;
   left: 1265px;
   top: 67px;
 }

 .text_9687744287cc {
   width: 149px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_7fa8094506c5 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_a67ef50e94f7 {
   width: 6.5px;
   height: 4.5px;
   z-index: 1;
   position: absolute !important;
   left: 169.75px;
   top: 21.08px;
 }

 .text_58f257cbcfa4 {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 148px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_79d0f725014d {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 14px;
 }

 .imageview_8308ed528231 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_ce2296e8b330 {
   width: 112px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_490f80373db6 {
   width: 6px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_56143f62879f {
   width: 113px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 19px;
   background: #568afb;
 }

 .text_9d7283bbcfc8 {
   width: 116px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .button_e39f993e258c {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 20px;
   z-index: 1;
   left: 1198px;
   top: 13px;
 }

 .container_899a61742e9a {
   width: 346px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_6e1c28a59868 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_8a5a65414250 {
   width: 130px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_99fd640e64f1 {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

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

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

 .container_nested_ffc677aed9d2 {
   width: 1440px;
   height: 192px;
 }

 .container_4b17e9b587c0 {
   width: 1184px;
   height: 216px;
   position: absolute !important;
   left: 128px;
   top: 844px;
   background: #f3f7fd;
   border-radius: 30px 30px 30px 30px;
 }

 .text_ed0c56955245 {
   width: 751px;
   height: 104px;
   z-index: 1;
   position: absolute !important;
   left: 438px;
   top: 907px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-226ae205e607_ed0c56955245 {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-959b8069e4c7_ed0c56955245 {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .imageview_6c10b0165d12 {
   width: 139px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 251px;
   top: 876px;
 }

 .text_b9a5a925490f {
   width: 780px;
   height: 85px;
   position: absolute !important;
   left: 128px;
   top: 1140px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-7b1282f2506c_b9a5a925490f {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-e9d607e9fb0e_b9a5a925490f {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-4eea977841a3_b9a5a925490f {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_a8ebf9f5894d {
   width: 434px;
   height: 51px;
   position: absolute !important;
   left: 250px;
   top: 1321px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_b6bed3567584 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 148px;
   top: 1312px;
 }

 .text_07c4493ee6a8 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 669px;
   top: 1277px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_69f80948c6d3 {
   width: 577px;
   height: 300px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 128px;
   top: 1257px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_8c3952c85c3a {
   width: 537px;
   height: 129px;
   z-index: 2;
   position: absolute !important;
   left: 148px;
   top: 1400px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c5c87698f037 {
   width: 370px;
   height: 51px;
   position: absolute !important;
   left: 250px;
   top: 1651px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_fcd7c801e75c {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 148px;
   top: 1642px;
 }

 .text_ec6c86acb6f4 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 669px;
   top: 1607px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_210543029793 {
   width: 577px;
   height: 300px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 128px;
   top: 1587px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_b777422ba5b1 {
   width: 537px;
   height: 129px;
   z-index: 2;
   position: absolute !important;
   left: 148px;
   top: 1730px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_46f01cb7662b {
   width: 326px;
   height: 51px;
   position: absolute !important;
   left: 250px;
   top: 1981px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_dc1496094675 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 148px;
   top: 1972px;
 }

 .text_798bad4d17ee {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 669px;
   top: 1937px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_f658f99ee86e {
   width: 577px;
   height: 350px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 128px;
   top: 1917px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_232304bcb21a {
   width: 537px;
   height: 129px;
   z-index: 2;
   position: absolute !important;
   left: 148px;
   top: 2060px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_256a3660d6a6 {
   width: 342px;
   height: 51px;
   position: absolute !important;
   left: 857px;
   top: 1321px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_d8788deef802 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 755px;
   top: 1312px;
 }

 .text_b254c8699eef {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 1276px;
   top: 1277px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_8f6ebc0b5ecb {
   width: 577px;
   height: 300px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 735px;
   top: 1257px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_4d790ae8f5fe {
   width: 537px;
   height: 129px;
   z-index: 2;
   position: absolute !important;
   left: 755px;
   top: 1400px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_aa25fcc9dc2c {
   width: 432px;
   height: 56px;
   position: absolute !important;
   left: 857px;
   top: 1651px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_bb0960f99f97 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 755px;
   top: 1642px;
 }

 .text_1e54a906a0bb {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 1276px;
   top: 1607px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_adb1ca46da73 {
   width: 577px;
   height: 300px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 735px;
   top: 1587px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_a2d330ed6d98 {
   width: 537px;
   height: 129px;
   z-index: 2;
   position: absolute !important;
   left: 755px;
   top: 1730px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8ada0f3cdfef {
   width: 267px;
   height: 51px;
   position: absolute !important;
   left: 935px;
   top: 1981px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_98671bb2ad44 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 755px;
   top: 1972px;
 }

 .text_8de1862d0a40 {
   width: 18px;
   height: 14px;
   position: absolute !important;
   left: 1274px;
   top: 1937px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_b228a6c092ef {
   width: 577px;
   height: 350px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 735px;
   top: 1917px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_9abd9f1ca4b6 {
   width: 537px;
   height: 182px;
   z-index: 2;
   position: absolute !important;
   left: 755px;
   top: 2060px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_8ac0d60a6708 {
   width: 385px;
   height: 487px;
   position: absolute !important;
   left: 170px;
   top: 277px;
   opacity: 0.20000000298023224;
 }

 .imageview_477228abdbe5 {
   width: 476px;
   height: 360px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 338px;
 }

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

 .text_fa17ce984a9b {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-88f00c29baef_fa17ce984a9b {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-eaba056485e0_fa17ce984a9b {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .imageview_f1b6ff483bcd {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_a96c5b088708 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_188e2803607c {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_fc93e790b703 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_bb3339def616 {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_5e04ab4215bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_91c823c7ce15 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_7fcdcf77ac1a {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_34d9942ec8f3 {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_b88e1f477f82 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .input_select_7f2b07f123c7 {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 115px;
   top: 148px;
   font-family: 'Futura PT';
 }

 .input_select_7f2b07f123c7 option {
   width: 130px;
   height: 10px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_e87f185c8294 {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_f32e6280e491 {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_25ce4769f68e {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_0e4bb81b09cb {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_b4eaa741c829 {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_21c7ae9739c4 {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_6cd9f64cd91a {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_3e52770ef9b0 {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_30f2ef6cf853 {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_f1d47bdc823b {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_c6e42e370032 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_564c1b5367a5 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_4e0624943b2d {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_4e0624943b2d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_4e0624943b2d {
   width: 375px;
   height: 185px;
 }

 .text_35f7f3b7a412 {
   width: 345px;
   height: 24px;
   position: absolute !important;
   left: 15px;
   top: 242px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-3fd1d9486dc0_35f7f3b7a412 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-e08e15e32215_35f7f3b7a412 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-301c8338b872_35f7f3b7a412 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_cb4e3e99cc18 {
   width: 345px;
   height: 120px;
   position: absolute !important;
   left: 15px;
   top: 286px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c9afc5880d34 {
   width: 327px;
   height: 117px;
   position: absolute !important;
   left: 33px;
   top: 430px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_bb8f3c262f76 {
   width: 6px;
   height: 125px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 15px;
   top: 430px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .container_8b924276e62f {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 3434px;
   background: #f3f7fd;
 }

 .text_0e25a151602a {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 4270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f89c82e28ff0 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 3708px;
 }

 .text_645147ce4173 {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3819px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_9f08de691f72 {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 4099px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b6edf68ecccf {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 4174px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_c4d3cf977a07 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 4210px;
 }

 .container_6f43cec0a061 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 3457px;
 }

 .container_0aa030f2741e {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 3458px;
   background: #cee2e7;
 }

 .text_3fcd431c7848 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3475px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d6e36b83add0 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3528px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d1de0643d8ed {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3581px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d39e090c4c75 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3475px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f908858aae40 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3528px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ead6c12755ae {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3573px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_761e07270301 {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3626px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f02022e89b07 {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3634px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_075847c0b02c {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3509px;
   background: #cee2e7;
 }

 .container_ade20858d415 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3562px;
   background: #cee2e7;
 }

 .container_2c03f24f1343 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3615px;
   background: #cee2e7;
 }

 .container_6dcc7afff53b {
   width: 345px;
   height: 328px;
   position: absolute !important;
   left: 15px;
   top: 972px;
   background: #f3f7fd;
   border-radius: 20px 20px 20px 20px;
 }

 .text_58f8973f9589 {
   width: 315px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 1145px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_98bf1d227075 {
   width: 116.6px;
   height: 128.49px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 996.25px;
 }

 .imageview_c0c321cba80a {
   width: 279.04px;
   height: 352.97px;
   position: absolute !important;
   left: 45.44px;
   top: 579px;
   opacity: 0.20000000298023224;
 }

 .imageview_a57fdb7a1bf6 {
   width: 345px;
   height: 261px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 623.21px;
 }

 .text_7ebc6fb11404 {
   width: 345px;
   height: 79px;
   position: absolute !important;
   left: 15px;
   top: 1350px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-019b7d684540_7ebc6fb11404 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-e348133aa23a_7ebc6fb11404 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-1ee1acdee9d7_7ebc6fb11404 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_5b7d7232797c {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 1486px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_01b624ef559c {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 1477px;
 }

 .text_f26da0ca3836 {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 1465px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_ec7a4708e85c {
   width: 345px;
   height: 266px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 1453px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_ab7131902cf8 {
   width: 315px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 1571px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_37436e44c706 {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 1772px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5428eb01a8ba {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 1763px;
 }

 .text_80547110d325 {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 1751px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_a81c7e7e35b5 {
   width: 345px;
   height: 202px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 1739px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_6c246ca69547 {
   width: 315px;
   height: 58px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 1857px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e7f9a2cb9ef8 {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 1994px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_9671e47b71e3 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 1985px;
 }

 .text_0a10dd042be7 {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 1973px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_038022a104ff {
   width: 345px;
   height: 264px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 1961px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_e5fedd62a050 {
   width: 315px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 2079px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7ebad271822f {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 2278px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_455c1ed21638 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 2269px;
 }

 .text_930e5a235c74 {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 2257px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_94d6f34419b0 {
   width: 345px;
   height: 240px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 2245px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_d85cea9561a9 {
   width: 315px;
   height: 98px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 2363px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_170aea3c9077 {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 2538px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_7dcb4a13301f {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 2529px;
 }

 .text_d0cf15d56659 {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 2517px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_26f80aa8d731 {
   width: 345px;
   height: 240px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 2505px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_80aacf93c0fc {
   width: 315px;
   height: 98px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 2623px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ffd3c82e4fcb {
   width: 228px;
   height: 65px;
   position: absolute !important;
   left: 117px;
   top: 2798px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_e89b51611602 {
   width: 72px;
   height: 68px;
   position: absolute !important;
   left: 30px;
   top: 2789px;
 }

 .text_5650572efa8c {
   width: 23px;
   height: 12px;
   position: absolute !important;
   left: 329px;
   top: 2777px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_ed589c2ad8fc {
   width: 345px;
   height: 324px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 2765px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_455e44b8026d {
   width: 315px;
   height: 184px;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 2883px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5c51b2c7980a {
   width: 277px;
   height: 265px;
   position: absolute !important;
   left: 49px;
   top: 3129px;
   opacity: 0.20000000298023224;
 }

 .text_5e9a092d101d {
   width: 345px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3289px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6b95ea3d0904 {
   width: 345px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3186px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .viewport_5022e495e31e {
   width: 375px;
   height: 4294px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_38b9661295bf {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 2389px;
   background: #f3f7fd;
 }

 .container_5bfb87ab255e {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2530px;
   background: #cee2e7;
 }

 .container_976be7e1227f {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2449px;
   background: #cee2e7;
 }

 .container_2900d69bd0a6 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2611px;
   background: #cee2e7;
 }

 .container_458b15c22176 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 2450px;
   background: #cee2e7;
 }

 .container_114c5cbd3674 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 2450px;
   background: #cee2e7;
 }

 .container_9962f52e9941 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 2450px;
   background: #cee2e7;
 }

 .text_58d885cc804a {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2480px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8f0a19f1ffd8 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2561px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0e9f02e0688b {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2561px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_97832416086b {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2561px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ee88616be365 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2480px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6d7e501e2c88 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2480px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f40c525eda64 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2480px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4ee7aac02b12 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2561px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_b1a0fa6e3a66 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 2450px;
   background: #cee2e7;
 }

 .container_1168d196c76c {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 2450px;
   background: #cee2e7;
 }

 .text_6f415eba7432 {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 2672px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_45b3f391b41a {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2791px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8e1018ba873c {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 2672px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_33a9a20dfac4 {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2672px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_bf587d4bb402 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2747px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_b9838ee88f44 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 2783px;
 }

 .imageview_8467d34b221b {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2672px;
 }

 .imageview_c004a4a0afdb {
   width: 335px;
   height: 321px;
   position: absolute !important;
   left: 553px;
   top: 1988px;
   opacity: 0.20000000298023224;
 }

 .text_ec41dc1f398f {
   width: 982px;
   height: 127px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 2085px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-034eea4aadd7_ec41dc1f398f {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-a620d78aff9c_ec41dc1f398f {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_ee44d43a9d53 {
   width: 641px;
   height: 37px;
   position: absolute !important;
   left: 672px;
   top: 290px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-46e3f32c1413_ee44d43a9d53 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-1b3c414bc15c_ee44d43a9d53 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-b4206fc46a87_ee44d43a9d53 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_87f71021f10b {
   width: 640px;
   height: 101px;
   position: absolute !important;
   left: 672px;
   top: 359px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c135154667e3 {
   width: 614px;
   height: 104px;
   position: absolute !important;
   left: 698px;
   top: 647px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_a963a317efc4 {
   width: 6px;
   height: 110px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 672px;
   top: 647px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .text_0f478565f2bf {
   width: 638px;
   height: 127px;
   position: absolute !important;
   left: 672px;
   top: 490px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_a1c04d1ae733 {
   width: 453px;
   height: 487px;
   position: absolute !important;
   left: 128px;
   top: 280px;
 }

 .text_1b1b1fd1c7f6 {
   width: 880px;
   height: 15px;
   position: absolute !important;
   left: 128px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-ca2074d4b6f1_1b1b1fd1c7f6 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-f3c4ced49081_1b1b1fd1c7f6 {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_a5397984d9f7 {
   width: 1440px;
   height: 265px;
   position: absolute !important;
   left: 0px;
   top: -10px;
 }

 .imageview_e0ebbb058166 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 70.9px;
   top: 10.57px;
 }

 .imageview_a8226fdd7945 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 265.9px;
   top: 10.57px;
 }

 .imageview_83e9f8ccf380 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 587.9px;
   top: 10.57px;
 }

 .text_d88a24c512f6 {
   width: 68px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_838b6c810ab5 {
   width: 154px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d2a0cbf9e4a2 {
   width: 281px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 304px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_387151cd6938 {
   width: 113px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_5d4c7b7e6ef4 {
   position: absolute !important;
   overflow: visible;
   width: 739px;
   height: 17px;
   z-index: 1;
   left: 414px;
   top: 147px;
 }

 .container_wrapper_5d4c7b7e6ef4 {
   position: absolute !important;
   overflow: visible;
   left: 414px;
   top: 147px;
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_nested_5d4c7b7e6ef4 {
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_3a3889793092 {
   width: 110px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_82c3addd9ca6 {
   width: 66px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_d8c02da4ea1c {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_a62f05b019ca {
   width: 12px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_234c6c377449 {
   width: 16px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e91285229aef {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 2;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_752aac34e12d {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 1;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_dc28788e63bf {
   width: 31px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_09cdad429aec {
   width: 120px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e66fc462c1bb {
   width: 59px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_9629d59fb58c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_8b0bb6024d04 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 1;
   left: 1265px;
   top: 67px;
 }

 .text_9b999744c396 {
   width: 149px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_05f0ea8e00e9 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_4d8ab56dab83 {
   width: 6.5px;
   height: 4.5px;
   z-index: 1;
   position: absolute !important;
   left: 41.75px;
   top: 7.08px;
 }

 .text_e01ac59248e0 {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .button_69dc35cffe51 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 16px;
   z-index: 1;
   left: 128px;
   top: 14px;
 }

 .imageview_1fa3dd97c8ef {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_5d93172bacc9 {
   width: 112px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_38fc227b2b73 {
   width: 6px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_f5019b960737 {
   width: 113px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1199px;
   top: 32px;
   background: #568afb;
 }

 .text_0eddf1fa4353 {
   width: 116px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 1198px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_72cd7b71d834 {
   width: 346px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_0bad48aed5bb {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_021385d471fd {
   width: 130px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_d786845de53a {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

 .container_d6f5c10b2303 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 192px;
   left: 0px;
   top: 10px;
 }

 .container_wrapper_d6f5c10b2303 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 10px;
   width: 1440px;
   height: 192px;
 }

 .container_nested_d6f5c10b2303 {
   width: 1440px;
   height: 192px;
 }

 .container_b601d7f8815f {
   width: 1184px;
   height: 370px;
   position: absolute !important;
   left: 128px;
   top: 1538px;
   background: #f3f7fd;
   border-radius: 30px 30px 30px 30px;
 }

 .text_a5892cc6d45e {
   width: 719px;
   height: 279px;
   z-index: 1;
   position: absolute !important;
   left: 533px;
   top: 1584px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-09a54bf6213b_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-7b4b45da074e_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-50683a515b1a_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-2a38131d69d8_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-70df5e56e79d_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-c5e0c98b74e3_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .text-4879eb2e6c79_a5892cc6d45e {
   line-height: 27px;
   font-family: 'Futura PT';
 }

 .imageview_27c6601e209b {
   width: 221px;
   height: 281px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 1574px;
   opacity: 0.20000000298023224;
 }

 .imageview_9302f3459c12 {
   width: 195px;
   height: 195px;
   z-index: 2;
   position: absolute !important;
   left: 248px;
   top: 1640px;
 }

 .text_ab28493c29c3 {
   width: 639px;
   height: 24px;
   position: absolute !important;
   left: 1px;
   top: 116px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_eef973318bab {
   width: 373px;
   position: absolute !important;
   left: 46px;
   top: 72px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3afd18f48607 {
   width: 373px;
   position: absolute !important;
   left: 46px;
   top: 182px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_05cef63afb1a {
   width: 373px;
   position: absolute !important;
   left: 46px;
   top: 422px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_a22158c6c09d {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 70px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .container_b800fd78da6c {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 180px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .container_722ab9029fa8 {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 420px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .text_b6681df035fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 78px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .text_fd4e890192d5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 188px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .text_3049f790deb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 428px;
   line-height: 18px;
   font-family: 'Futura PT';
 }

 .text_600bef032adf {
   width: 648px;
   height: 154px;
   position: absolute !important;
   left: 1px;
   top: 226px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_16825085c499 {
   width: 639px;
   height: 53px;
   position: absolute !important;
   left: 1px;
   top: 466px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2751b5071a94 {
   width: 679px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-5ffcfc5b7099_2751b5071a94 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-c46883687d56_2751b5071a94 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-012d1317f715_2751b5071a94 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .container_90c45dfcc58e {
   position: absolute !important;
   overflow: visible;
   width: 679px;
   height: 519px;
   left: 128px;
   top: 893px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_0feddc15778e {
   width: 486px;
   height: 611px;
   position: absolute !important;
   left: 807px;
   top: 847px;
   opacity: 0.20000000298023224;
 }

 .imageview_8711704278f7 {
   width: 375px;
   height: 490px;
   z-index: 1;
   position: absolute !important;
   left: 937px;
   top: 899px;
 }

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

 .text_48a641c6226a {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-3caf8c3427cb_48a641c6226a {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-6b3b355020bf_48a641c6226a {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .imageview_975a5537b557 {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9cbfb76623e3 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_316f08c1075a {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_9ad769782d4d {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_54e5f2ab8b87 {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_37e712fb5d0a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_0efdff2ec4fc {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_b70c0c2048d9 {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_23d92006942f {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_32f590e146c3 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .input_select_d78532fa810d {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 115px;
   top: 148px;
   font-family: 'Futura PT';
 }

 .input_select_d78532fa810d option {
   width: 130px;
   height: 10px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_4523ff5a37a6 {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_a9d99226bb7a {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_0a9a1094e7bf {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e9fd0c54dacc {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_1ff8878bac73 {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_9222d2138bd3 {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_406e0139faaf {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_05056efad5bf {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_47f4514ea1a6 {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_6c145db2eedd {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_b85e1fca2f58 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_122a72e8928b {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_5d1c8d9b7839 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_5d1c8d9b7839 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_5d1c8d9b7839 {
   width: 375px;
   height: 185px;
 }

 .text_c1c7c662cf6f {
   width: 345px;
   height: 25px;
   position: absolute !important;
   left: 15px;
   top: 242px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-73e3977bb972_c1c7c662cf6f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-01bdebed3168_c1c7c662cf6f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-ebfccd1efe35_c1c7c662cf6f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_1cf9b9c1c0e1 {
   width: 345px;
   height: 120px;
   position: absolute !important;
   left: 15px;
   top: 287px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7bd74806b913 {
   width: 345px;
   height: 138px;
   position: absolute !important;
   left: 15px;
   top: 822px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5016cb34776d {
   width: 327px;
   height: 143px;
   position: absolute !important;
   left: 33px;
   top: 984px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_cffef6c01cb5 {
   width: 6px;
   height: 150px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 15px;
   top: 984px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .imageview_07c19083995c {
   width: 345px;
   height: 370.89px;
   position: absolute !important;
   left: 15px;
   top: 427px;
 }

 .imageview_4ac1082b70ef {
   width: 277px;
   height: 265px;
   position: absolute !important;
   left: 49px;
   top: 2755px;
   opacity: 0.20000000298023224;
 }

 .text_2bb174d34437 {
   width: 345px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 2851px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_aa1b81305c76 {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 3060px;
   background: #f3f7fd;
 }

 .text_b60ae9ad0ed7 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 3896px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_a51b5f3a6461 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 3334px;
 }

 .text_5c45497b8800 {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3445px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d417552ef5d2 {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 3725px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2a668f8e7242 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 3800px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_2f2a121587c6 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 3836px;
 }

 .container_ca77f77d7fc0 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 3083px;
 }

 .container_cef5888d21e9 {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 3084px;
   background: #cee2e7;
 }

 .text_7ee271fe83a0 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3101px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f4d9ae177acb {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3154px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c0000ad72392 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3207px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_329cc6d959a1 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3101px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_325800fafaad {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3154px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b629abcd1b6e {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3199px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3550250c4d88 {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3252px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6f5c4e32d42e {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3260px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_09480db4d387 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3135px;
   background: #cee2e7;
 }

 .container_a82dd57eed8e {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3188px;
   background: #cee2e7;
 }

 .container_5eebd3e13213 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3241px;
   background: #cee2e7;
 }

 .text_fec36b3f35c1 {
   width: 345px;
   height: 51px;
   position: absolute !important;
   left: 15px;
   top: 1184px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-db7e7f8bd764_fec36b3f35c1 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-772c013a3431_fec36b3f35c1 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-5f4cbb92a891_fec36b3f35c1 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_9e118b9b2972 {
   width: 345px;
   height: 35px;
   position: absolute !important;
   left: 16px;
   top: 1305px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_92310dd96f3e {
   width: 345px;
   height: 35px;
   position: absolute !important;
   left: 16px;
   top: 1712px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_34c78e583a0e {
   width: 332.02px;
   height: 417.42px;
   position: absolute !important;
   left: 15px;
   top: 1771px;
   opacity: 0.20000000298023224;
 }

 .imageview_8666054f0210 {
   width: 256px;
   height: 335px;
   z-index: 1;
   position: absolute !important;
   left: 103.81px;
   top: 1806.52px;
 }

 .text_ebcbacd5172f {
   width: 345px;
   height: 203px;
   position: absolute !important;
   left: 16px;
   top: 1416px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ced66c9baab5 {
   width: 282px;
   position: absolute !important;
   left: 61px;
   top: 1261px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3841c7b5d7a6 {
   width: 293px;
   height: 45px;
   position: absolute !important;
   left: 61px;
   top: 1651px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e67cba88cdae {
   width: 282px;
   position: absolute !important;
   left: 61px;
   top: 1372px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_de188f76c09a {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 15px;
   top: 1259px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .container_1655260dddbe {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 15px;
   top: 1649px;
   background: #79c6d8;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e2a7b6126e4a {
   width: 34px;
   height: 34px;
   position: absolute !important;
   left: 15px;
   top: 1370px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_c92c1694d917 {
   width: 21px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1267px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_13af72c91d81 {
   width: 21px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1657px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5c677622fa1f {
   width: 21px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 1378px;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_dcbec7ab663f {
   width: 345px;
   height: 476px;
   position: absolute !important;
   left: 15px;
   top: 2239px;
   background: #f3f7fd;
   border-radius: 20px 20px 20px 20px;
 }

 .text_59e8d7b6cfd1 {
   width: 315px;
   height: 277px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 2412px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-262cda78fa1e_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-d7ae0bc7d538_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-f487afec192f_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-426ed9b05949_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-bd839296ac86_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .text-ce3dfea73c03_59e8d7b6cfd1 {
   line-height: 21px;
   font-family: 'Futura PT';
 }

 .imageview_ae06547130d5 {
   width: 116.6px;
   height: 128.49px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2263.25px;
 }

 .viewport_0a6d8af696eb {
   width: 375px;
   height: 3920px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_980d1fd25187 {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 2776px;
   background: #f3f7fd;
 }

 .container_f23f22f8d19e {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2917px;
   background: #cee2e7;
 }

 .container_6decbb918589 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2836px;
   background: #cee2e7;
 }

 .container_65d6bfedc7f7 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 2998px;
   background: #cee2e7;
 }

 .container_d08544244803 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 2837px;
   background: #cee2e7;
 }

 .container_372058f1584e {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 2837px;
   background: #cee2e7;
 }

 .container_331dc8f0f00e {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 2837px;
   background: #cee2e7;
 }

 .text_fe7dcc5b5648 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2867px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d1ce2871d98d {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2948px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e11bf6fe296a {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2948px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1cfc90e5dee2 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2948px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_247db2e83257 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 2867px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_fd4c27d2bb8c {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 2867px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b150d97eb1ff {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 2867px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5eb7897f7435 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2948px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_1035d0f1b893 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 2837px;
   background: #cee2e7;
 }

 .container_677176fe074d {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 2837px;
   background: #cee2e7;
 }

 .text_12679464c383 {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 3059px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_cb0d0fc964ca {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d13fbdebffce {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 3059px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e139f816c9a9 {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3059px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0247e79a7234 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_ccf18bba4c5e {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3170px;
 }

 .imageview_054258bb7dda {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3059px;
 }

 .imageview_e0eae32819d0 {
   width: 335px;
   height: 321px;
   position: absolute !important;
   left: 553px;
   top: 2375px;
   opacity: 0.20000000298023224;
 }

 .text_a11aeba8f288 {
   width: 840px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 300px;
   top: 2444px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6c66c7e8abe7 {
   width: 982px;
   height: 106px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 2522px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-9dd35dde5da4_6c66c7e8abe7 {
   line-height: 38px;
   font-family: 'Futura PT';
 }

 .text-9c3916b20ad2_6c66c7e8abe7 {
   line-height: 38px;
   font-family: 'Futura PT';
 }

 .text-964a021bf921_6c66c7e8abe7 {
   line-height: 38px;
   font-family: 'Futura PT';
 }

 .text_0a10e39e658c {
   width: 641px;
   height: 130px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-2a9c1b089f47_0a10e39e658c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-cbe5f8a25e4c_0a10e39e658c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-d6b47f315df8_0a10e39e658c {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_2ba3c085f985 {
   width: 640px;
   height: 128px;
   position: absolute !important;
   left: 0px;
   top: 162px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f2e8757319ed {
   width: 577px;
   height: 26px;
   position: absolute !important;
   left: 14px;
   top: 314px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_46a52004efc7 {
   width: 635px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 314px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_bb5b4813869b {
   width: 6px;
   height: 6px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 327px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_ce861feb1975 {
   width: 6px;
   height: 6px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 327px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_f0449b0f01af {
   width: 6px;
   height: 6px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 357px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_6db93a87e85f {
   width: 6px;
   height: 6px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 391px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_b9d188a9e8ec {
   width: 6px;
   height: 6px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 425px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_71621f20954b {
   width: 6px;
   height: 6px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 459px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .text_c21f9abc2a24 {
   width: 626px;
   height: 26px;
   position: absolute !important;
   left: 14px;
   top: 348px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d06a08faddf8 {
   width: 577px;
   height: 26px;
   position: absolute !important;
   left: 14px;
   top: 382px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_cdede1793f40 {
   width: 577px;
   height: 26px;
   position: absolute !important;
   left: 14px;
   top: 416px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ccc1c2879ae3 {
   width: 577px;
   height: 26px;
   position: absolute !important;
   left: 14px;
   top: 450px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_f5efc0b5e366 {
   position: absolute !important;
   overflow: visible;
   width: 649px;
   height: 476px;
   left: 0px;
   top: 0px;
   border-radius: 1px 1px 1px 1px;
 }

 .container_ed8873837f13 {
   position: absolute !important;
   overflow: visible;
   width: 649px;
   height: 476px;
   left: 544px;
   top: 0px;
   border-radius: 1px 1px 1px 1px;
 }

 .text_e12255d18820 {
   width: 640px;
   height: 47px;
   position: absolute !important;
   left: 0px;
   top: 625px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_923430a2e0f2 {
   width: 640px;
   height: 134px;
   position: absolute !important;
   left: 0px;
   top: 696px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c153b2d76958 {
   width: 640px;
   height: 21px;
   position: absolute !important;
   left: 0px;
   top: 854px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_6dc89d2cc166 {
   position: absolute !important;
   overflow: visible;
   width: 1193px;
   height: 875px;
   left: 128px;
   top: 303px;
   border-radius: 1px 1px 1px 1px;
 }

 .text_314887a8271d {
   width: 880px;
   height: 15px;
   position: absolute !important;
   left: 128px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-6ef7ba806929_314887a8271d {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-84bcdcf3a13a_314887a8271d {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_4e0ceda88c8f {
   width: 1440px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_2d586401fd72 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 70.9px;
   top: 10.57px;
 }

 .imageview_20d81ef1aa88 {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 265.9px;
   top: 10.57px;
 }

 .imageview_b6c2c7b9c52a {
   width: 8.2px;
   height: 5.53px;
   z-index: 1;
   position: absolute !important;
   left: 587.9px;
   top: 10.57px;
 }

 .text_9eb26c3d1006 {
   width: 68px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8dc40395db30 {
   width: 154px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_d09f3f87f7b5 {
   width: 281px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 304px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2428ae97fcf8 {
   width: 113px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_b75e2d37d861 {
   position: absolute !important;
   overflow: visible;
   width: 739px;
   height: 17px;
   z-index: 1;
   left: 414px;
   top: 147px;
 }

 .container_wrapper_b75e2d37d861 {
   position: absolute !important;
   overflow: visible;
   left: 414px;
   top: 147px;
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_nested_b75e2d37d861 {
   width: 739px;
   height: 17px;
   z-index: 1;
 }

 .container_f1f6168a35e2 {
   width: 110px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_07813c848ac3 {
   width: 66px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_b13ebf6fdcc9 {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_29892254e419 {
   width: 12px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_2304b0c84dc4 {
   width: 16px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_eaefddfd63a3 {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 2;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_b90d17d435dc {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 1;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_ed5045d53190 {
   width: 31px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_80d7657cc0f3 {
   width: 120px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c58715f1fd62 {
   width: 59px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_330aefe86392 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_96d486af5cae {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 1;
   left: 1265px;
   top: 67px;
 }

 .text_b124f145ac56 {
   width: 149px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_ed6f8b4ed389 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_d7305c719251 {
   width: 6.5px;
   height: 4.5px;
   z-index: 1;
   position: absolute !important;
   left: 169.75px;
   top: 21.08px;
 }

 .text_5ac5ac3a94dc {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 148px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_785f2e4b3073 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 14px;
 }

 .imageview_93ab84f62028 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_e4c681260369 {
   width: 112px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_febba4540cfd {
   width: 6px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_fe525bb3e4d5 {
   width: 113px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 19px;
   background: #568afb;
 }

 .text_600ca8338e50 {
   width: 116px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .button_11e2a94916d5 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 20px;
   z-index: 1;
   left: 1198px;
   top: 13px;
 }

 .container_21734d2a2b94 {
   width: 346px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_91ec315f1c7a {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_eb4027b6f233 {
   width: 130px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_bdb67ef9abef {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

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

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

 .container_nested_6bf833a8a032 {
   width: 1440px;
   height: 192px;
 }

 .imageview_686a3605ce38 {
   width: 385px;
   height: 487px;
   z-index: 1;
   position: absolute !important;
   left: 156px;
   top: 269px;
   opacity: 0.20000000298023224;
 }

 .imageview_f134cd1e2ea3 {
   width: 304px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 297px;
 }

 .imageview_61aa2a003625 {
   width: 304px;
   height: 320px;
   z-index: 3;
   position: absolute !important;
   left: 290px;
   top: 459px;
 }

 .imageview_849827e0769c {
   width: 385px;
   height: 487.2px;
   z-index: 1;
   position: absolute !important;
   left: 927px;
   top: 809px;
   opacity: 0.20000000298023224;
 }

 .imageview_c4d05e00225e {
   width: 473px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 840px;
   top: 893px;
 }

 .text_3b726c252d09 {
   width: 780px;
   height: 37px;
   position: absolute !important;
   left: 330px;
   top: 1377px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-b04c213890ef_3b726c252d09 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-165240e8910c_3b726c252d09 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-c69dcb94bf3b_3b726c252d09 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_568b1f0daf9b {
   width: 840px;
   height: 112px;
   position: absolute !important;
   left: 300px;
   top: 1442px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c5a3005130ee {
   width: 780px;
   height: 23px;
   position: absolute !important;
   left: 330px;
   top: 1574px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_598a56f8a1f1 {
   width: 211px;
   position: absolute !important;
   left: 210px;
   top: 1711px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_dbf0beca6599 {
   width: 46px;
   height: 48px;
   position: absolute !important;
   left: 293px;
   top: 1653px;
 }

 .text_ef52fb7ba994 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 467px;
   top: 1641px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_b9a4eef073c2 {
   width: 375px;
   height: 260px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 128px;
   top: 1621px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_faa660c94d00 {
   width: 335px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 148px;
   top: 1746px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_007fea8c24f3 {
   width: 310px;
   position: absolute !important;
   left: 553px;
   top: 1711px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_574c9dde88ab {
   width: 45.28px;
   height: 48px;
   position: absolute !important;
   left: 685px;
   top: 1653px;
 }

 .text_4222668aae45 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 872px;
   top: 1641px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_9bb650221d6d {
   width: 375px;
   height: 260px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 533px;
   top: 1621px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_6073a050a217 {
   width: 335px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 553px;
   top: 1746px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f00e99ca929a {
   width: 296px;
   position: absolute !important;
   left: 978px;
   top: 1711px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_cde147e61392 {
   width: 46px;
   height: 48px;
   position: absolute !important;
   left: 1103px;
   top: 1653px;
 }

 .text_b2738ab34336 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 1277px;
   top: 1641px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_5f91d9ba8913 {
   width: 375px;
   height: 260px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 938px;
   top: 1621px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_b71abbc7601e {
   width: 335px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 958px;
   top: 1746px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_fc65ae58e257 {
   width: 1184px;
   height: 354px;
   position: absolute !important;
   left: 128px;
   top: 1941px;
   background: #f3f7fd;
   border-radius: 30px 30px 30px 30px;
 }

 .text_b5165970c7af {
   width: 577px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 587px;
   top: 2063px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-40b67ad3330c_b5165970c7af {
   line-height: 42px;
   font-family: 'Futura PT';
 }

 .text-dc643235f8d5_b5165970c7af {
   line-height: 42px;
   font-family: 'Futura PT';
 }

 .text_c530aa0c4cd7 {
   width: 548px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 587px;
   top: 2170px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5bff76a8d1fd {
   width: 221px;
   height: 281px;
   z-index: 1;
   position: absolute !important;
   left: 275px;
   top: 1977px;
   opacity: 0.20000000298023224;
 }

 .imageview_99e6899f5a1e {
   width: 195px;
   height: 195px;
   z-index: 2;
   position: absolute !important;
   left: 335px;
   top: 2043px;
 }

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

 .text_f1e8a0cde585 {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-13fc98fd9ccc_f1e8a0cde585 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-e6d9b2fa8b7f_f1e8a0cde585 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .imageview_e161dd4130cb {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6cb2c544e301 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_b91dd380753b {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_82d4c2dc4b58 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_e678fe79b5ca {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_3cdb8a05d51c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_63c9b70fcb43 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_e1d59bfdf919 {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_4dc4a20298d4 {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5be8963e4f51 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .input_text_eac527b0ebc0 {
   width: 194px;
   height: 26px;
   z-index: 1;
   font-family: 'Futura PT';
 }

 .wrapper_input_text_eac527b0ebc0 {
   position: absolute !important;
   overflow: visible;
   left: 115px;
   top: 148px;
   width: 194px;
   height: 26px;
 }

 .input_text_eac527b0ebc0::placeholder {
   width: 130px;
   height: 10px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   text-align: start;
   word-wrap: break-word;
   color: #2e2e30;
   font-family: 'Futura PT';
   letter-spacing: -0.5px;
 }

 .imageview_c871fabf660f {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .container_454c28a7bc82 {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_8994e8c56487 {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_63bd0c74df96 {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_d45292f71a3c {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_79e1fffde7c3 {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_20774ea53a1c {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_94be9c432f29 {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_62be47763398 {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_6dda27c7211b {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_9d99a2bc0cf9 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_aa538fa22951 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_75c1a8b54822 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_c65c8150dda9 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_c65c8150dda9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_c65c8150dda9 {
   width: 375px;
   height: 185px;
 }

 .text_9f9f2cdf6e66 {
   width: 345px;
   height: 79px;
   position: absolute !important;
   left: 15px;
   top: 242px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-09dff4adfda5_9f9f2cdf6e66 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-4d4b6ea814d3_9f9f2cdf6e66 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-239913ce1fb5_9f9f2cdf6e66 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_82d4b9f9c936 {
   width: 345px;
   height: 140px;
   position: absolute !important;
   left: 15px;
   top: 341px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b2696f201656 {
   width: 331px;
   height: 37px;
   position: absolute !important;
   left: 27px;
   top: 501px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_eb1bbfd5f0f6 {
   width: 4px;
   height: 4px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 511px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_e0d2279eecad {
   width: 4px;
   height: 4px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 564px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_3c091b9e42d1 {
   width: 4px;
   height: 4px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 599px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_1c43c50d8857 {
   width: 4px;
   height: 4px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 632px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .container_49cf0c56379c {
   width: 4px;
   height: 4px;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 665px;
   background: #79c6d8;
   border-radius: 1px 1px 1px 1px;
 }

 .text_a26d94ace30d {
   width: 331px;
   height: 16px;
   position: absolute !important;
   left: 27px;
   top: 556px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_60c21c3f34b1 {
   width: 321px;
   height: 15px;
   position: absolute !important;
   left: 27px;
   top: 590px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0d5e51ada3e5 {
   width: 328px;
   height: 14px;
   position: absolute !important;
   left: 27px;
   top: 623px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_92880b6f060a {
   width: 321px;
   height: 14px;
   position: absolute !important;
   left: 27px;
   top: 655px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2119884dcaa2 {
   width: 345px;
   height: 35px;
   position: absolute !important;
   left: 15px;
   top: 1101px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e54591904b4d {
   width: 345px;
   height: 162px;
   position: absolute !important;
   left: 15px;
   top: 1156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7a753e41cacb {
   width: 345px;
   height: 35px;
   position: absolute !important;
   left: 15px;
   top: 1338px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_a7911fffd438 {
   width: 285.03px;
   height: 360.55px;
   position: absolute !important;
   left: 35.73px;
   top: 693px;
   opacity: 0.20000000298023224;
 }

 .imageview_f357515d8535 {
   width: 225px;
   height: 237px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 713.73px;
 }

 .imageview_bdabf1c0162a {
   width: 225px;
   height: 237px;
   z-index: 2;
   position: absolute !important;
   left: 134.94px;
   top: 833.67px;
 }

 .imageview_bee1e0a92778 {
   width: 280.81px;
   height: 355.35px;
   position: absolute !important;
   left: 78.46px;
   top: 1397px;
   opacity: 0.20000000298023224;
 }

 .imageview_1a9a1ba34a89 {
   width: 345px;
   height: 233px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 1458.27px;
 }

 .text_cfacde4a1329 {
   width: 345px;
   height: 48px;
   position: absolute !important;
   left: 15px;
   top: 1803px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-deef0274b5c4_cfacde4a1329 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-149a34f9e541_cfacde4a1329 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-470bb7c7b8d6_cfacde4a1329 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_a1a022e087d0 {
   width: 345px;
   height: 184px;
   position: absolute !important;
   left: 15px;
   top: 1871px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4e2460732c23 {
   width: 345px;
   height: 23px;
   position: absolute !important;
   left: 15px;
   top: 2079px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e19dfe8e3fb6 {
   width: 211px;
   height: 20px;
   position: absolute !important;
   left: 80px;
   top: 2208px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_aea9540dd93b {
   width: 46px;
   height: 48px;
   position: absolute !important;
   left: 165px;
   top: 2146px;
 }

 .text_8ac3c68d5aa3 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 322px;
   top: 2142px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_7066a1a7ebf2 {
   width: 345px;
   height: 210px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 13px;
   top: 2122px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_3d04ad2c6698 {
   width: 315px;
   height: 62px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 2240px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4e5a89128ad3 {
   width: 278px;
   height: 20px;
   position: absolute !important;
   left: 47px;
   top: 2438px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_f6c822f68e64 {
   width: 45.28px;
   height: 48px;
   position: absolute !important;
   left: 165px;
   top: 2376px;
 }

 .text_1bbeb83dd508 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 322px;
   top: 2372px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_8f5bd7d70280 {
   width: 345px;
   height: 210px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 13px;
   top: 2352px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_dd83d63d6949 {
   width: 315px;
   height: 62px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 2470px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_1603d74ddef7 {
   width: 278px;
   height: 20px;
   position: absolute !important;
   left: 47px;
   top: 2668px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_9dc5a325fef6 {
   width: 46px;
   height: 48px;
   position: absolute !important;
   left: 165px;
   top: 2606px;
 }

 .text_53c5c889fe45 {
   width: 16px;
   height: 14px;
   position: absolute !important;
   left: 322px;
   top: 2602px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_4cdb0e2ddea1 {
   width: 345px;
   height: 210px;
   z-index: 1;
   border-top: #79c6d8ff solid 1px;
   border-right: #79c6d8ff solid 1px;
   border-bottom: #79c6d8ff solid 1px;
   border-left: #79c6d8ff solid 1px;
   position: absolute !important;
   left: 13px;
   top: 2582px;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b6cb5d4b5f98 {
   width: 315px;
   height: 62px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 2700px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_c9042839781c {
   width: 345px;
   height: 330px;
   position: absolute !important;
   left: 15px;
   top: 2842px;
   background: #f3f7fd;
   border-radius: 20px 20px 20px 20px;
 }

 .text_38a33622daa0 {
   width: 315px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 3013px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-650d033b0a3d_38a33622daa0 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-a6d70ecf3079_38a33622daa0 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_9341060dd61e {
   width: 315px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 3078px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_89a88923c406 {
   width: 116.6px;
   height: 128.49px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 2866.25px;
 }

 .imageview_b0a73932ec70 {
   width: 277px;
   height: 265px;
   position: absolute !important;
   left: 49px;
   top: 3212px;
   opacity: 0.20000000298023224;
 }

 .text_2eb0ee92e49c {
   width: 345px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3334px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-32c8611611f4_2eb0ee92e49c {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-3394574214de_2eb0ee92e49c {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-ed921c3c8235_2eb0ee92e49c {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_5a287a8ce5e0 {
   width: 345px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3231px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_69cb81ca2d21 {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 3517px;
   background: #f3f7fd;
 }

 .text_cb12617cf465 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 4353px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_a88bec486d89 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 3791px;
 }

 .text_fc55a26ab5a4 {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3902px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3d1328b40421 {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 4182px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2570231352a6 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 4257px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_c98fe5042584 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 4293px;
 }

 .container_1a5c81c8b3c3 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 3540px;
 }

 .container_591b6500b772 {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 3541px;
   background: #cee2e7;
 }

 .text_da9f82bd3fa9 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3558px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_539372586f75 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3611px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6c1cd0437bd8 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3664px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f88d7de878e7 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3558px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_70837bb669bb {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3611px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_2e9133aeaeaf {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3656px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_bbe02d648bfd {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3709px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8504bb232581 {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3717px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_22beebfeafaa {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3592px;
   background: #cee2e7;
 }

 .container_b766d5da1f9b {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3645px;
   background: #cee2e7;
 }

 .container_f16353612192 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3698px;
   background: #cee2e7;
 }

 .viewport_c9257ec5cd36 {
   width: 375px;
   height: 4377px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_7689d4cfd8b1 {
   width: 1440px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 3193px;
   background: #f3f7fd;
 }

 .container_20abaefa3ff0 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 3334px;
   background: #cee2e7;
 }

 .container_38396cfa5b34 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 3253px;
   background: #cee2e7;
 }

 .container_a37465a9aab0 {
   width: 1184px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 3415px;
   background: #cee2e7;
 }

 .container_0fde8ad828d2 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 719px;
   top: 3254px;
   background: #cee2e7;
 }

 .container_258d2f5e1e73 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1015px;
   top: 3254px;
   background: #cee2e7;
 }

 .container_0e765c73f078 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 1311px;
   top: 3254px;
   background: #cee2e7;
 }

 .text_999aea8b4757 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 3284px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8c8ffcf03265 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 3365px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_191130448e69 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 3365px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_53a7d2e67b51 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 3365px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_82531b4ca4ba {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 1034px;
   top: 3284px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_88f75264f850 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 3284px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_6662e8fd500d {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 738px;
   top: 3284px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_76ba42924995 {
   width: 259px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 3365px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_d696bf11c553 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 423px;
   top: 3254px;
   background: #cee2e7;
 }

 .container_3118f55e8e85 {
   width: 1px;
   height: 161px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 3254px;
   background: #cee2e7;
 }

 .text_a480dff17fe5 {
   width: 225px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 546px;
   top: 3476px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7b6099084023 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3595px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_310cdd7a0acd {
   width: 120px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 3476px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4a0ecddba0df {
   width: 260px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3476px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5eb99d2d7ff8 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3551px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_6e1bbee26849 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1051px;
   top: 3587px;
 }

 .imageview_936eab02f336 {
   width: 320px;
   height: 91.15px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 3476px;
 }

 .imageview_e919f2920a46 {
   width: 335px;
   height: 321px;
   position: absolute !important;
   left: 553px;
   top: 2792px;
   opacity: 0.20000000298023224;
 }

 .text_ae87c3e3e2b2 {
   width: 780px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 330px;
   top: 3010px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_524404096516 {
   width: 982px;
   height: 127px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 2857px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-6fa9175075cc_524404096516 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-2ad7c6cdb964_524404096516 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-030ad9dd1b46_524404096516 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_1d224241b653 {
   width: 577px;
   height: 209px;
   position: absolute !important;
   left: 735px;
   top: 1344px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_3be17cbaa8e0 {
   width: 577px;
   height: 48px;
   position: absolute !important;
   left: 128px;
   top: 1506px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_4a73ced0f7b9 {
   width: 548px;
   height: 140px;
   position: absolute !important;
   left: 154px;
   top: 1344px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_1fcf50c39b09 {
   width: 6px;
   height: 137px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 128px;
   top: 1347px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .text_726a417b29f1 {
   width: 510px;
   height: 134px;
   position: absolute !important;
   left: 128px;
   top: 932px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-e6ec10b27a73_726a417b29f1 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-a95a9de30028_726a417b29f1 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-ee1710efa46a_726a417b29f1 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_6c708bcafad6 {
   width: 607px;
   height: 100px;
   position: absolute !important;
   left: 128px;
   top: 1098px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_fda4c6c0ddab {
   width: 381px;
   height: 483px;
   position: absolute !important;
   left: 931px;
   top: 801px;
   opacity: 0.20000000298023224;
 }

 .imageview_23b36b05bb5d {
   width: 360px;
   height: 394px;
   z-index: 1;
   position: absolute !important;
   left: 851px;
   top: 868px;
 }

 .text_550400572c19 {
   width: 510px;
   height: 80px;
   position: absolute !important;
   left: 803px;
   top: 376px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-f5149be07a8d_550400572c19 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-9ded69d0e341_550400572c19 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-a26e7be84c9b_550400572c19 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_262cd03424dd {
   width: 510px;
   height: 159px;
   position: absolute !important;
   left: 803px;
   top: 488px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_dd735f27a8de {
   width: 471px;
   height: 597px;
   z-index: 1;
   position: absolute !important;
   left: 209px;
   top: 235px;
   opacity: 0.20000000298023224;
 }

 .imageview_aab43352e0f8 {
   width: 360px;
   height: 280px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 277px;
 }

 .imageview_478346e799a4 {
   width: 420px;
   height: 364px;
   z-index: 3;
   position: absolute !important;
   left: 308px;
   top: 377px;
 }

 .text_cb7f4080f8dc {
   width: 880px;
   height: 15px;
   position: absolute !important;
   left: 128px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-3febbb54099e_cb7f4080f8dc {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .text-08adc9e9b2eb_cb7f4080f8dc {
   line-height: 16px;
   font-family: 'Futura PT';
 }

 .imageview_43ac66b45919 {
   width: 1440px;
   height: 255px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_7769d066527a {
   width: 8.2px;
   height: 5.53px;
   z-index: 3;
   position: absolute !important;
   left: 484.9px;
   top: 157.57px;
 }

 .imageview_95289ce97ed7 {
   width: 8.2px;
   height: 5.53px;
   z-index: 3;
   position: absolute !important;
   left: 679.9px;
   top: 157.57px;
 }

 .imageview_fcb39bf4b177 {
   width: 8.2px;
   height: 5.53px;
   z-index: 3;
   position: absolute !important;
   left: 1001.9px;
   top: 157.57px;
 }

 .text_7399ce892b17 {
   width: 68px;
   height: 17px;
   z-index: 3;
   position: absolute !important;
   left: 414px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_47110263d388 {
   width: 154px;
   height: 17px;
   z-index: 3;
   position: absolute !important;
   left: 523px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_e4dec53765ff {
   width: 281px;
   height: 17px;
   z-index: 3;
   position: absolute !important;
   left: 718px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_bf07b49d6f78 {
   width: 113px;
   height: 17px;
   z-index: 3;
   position: absolute !important;
   left: 1040px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_8ba0410fa2d4 {
   width: 110px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 5px 5px 5px 5px;
 }

 .text_641939839c5e {
   width: 66px;
   height: 17px;
   z-index: 4;
   position: absolute !important;
   left: 33px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_bf8c4db25bf9 {
   width: 8px;
   height: 2px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_87aa18d40ec2 {
   width: 12px;
   height: 2px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_434e9033d2cd {
   width: 16px;
   height: 2px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 10px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_aae97fe04cd2 {
   position: absolute !important;
   overflow: visible;
   width: 16px;
   height: 12px;
   z-index: 4;
   left: 11px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_f22a9b3d8a4e {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 32px;
   z-index: 3;
   left: 274px;
   top: 142px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_af2fb46a5f27 {
   width: 31px;
   height: 15px;
   z-index: 3;
   position: absolute !important;
   left: 246px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b700aa7f0f9f {
   width: 120px;
   height: 15px;
   z-index: 3;
   position: absolute !important;
   left: 302px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_88fc1347ee07 {
   width: 59px;
   height: 15px;
   z-index: 3;
   position: absolute !important;
   left: 447px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_538b9fea75d2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 20.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_bc79c1ea0edd {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 32px;
   z-index: 3;
   left: 1265px;
   top: 67px;
 }

 .text_c1a59a8dd576 {
   width: 149px;
   height: 13px;
   z-index: 3;
   position: absolute !important;
   left: 878px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_81bb1ab53bf0 {
   width: 15px;
   height: 15px;
   z-index: 3;
   position: absolute !important;
   left: 858px;
   top: 13px;
 }

 .imageview_9e4d0a44652a {
   width: 6.5px;
   height: 4.5px;
   z-index: 3;
   position: absolute !important;
   left: 169.75px;
   top: 21.08px;
 }

 .text_5c15c471f316 {
   width: 19px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_db47a46d887d {
   width: 15px;
   height: 15px;
   z-index: 3;
   position: absolute !important;
   left: 128px;
   top: 14px;
 }

 .imageview_42777f78e929 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 201px;
   top: 10px;
 }

 .text_fafd4ae71bbf {
   width: 112px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 1052px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_7545034050f3 {
   width: 6px;
   height: 4px;
   z-index: 3;
   position: absolute !important;
   left: 1167px;
   top: 18.33px;
 }

 .container_19c070fe39ba {
   width: 113px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 19px;
   background: #568afb;
 }

 .text_13690bc564e6 {
   width: 116px;
   height: 13px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .button_5f200b5b64f6 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 20px;
   z-index: 3;
   left: 1198px;
   top: 13px;
 }

 .container_ef1c9a90701a {
   width: 346px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 889px;
   top: 63px;
   background: #f3f7fd;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_c029bfe28d23 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 1195px;
   top: 74px;
 }

 .text_feb7f56d0a0c {
   width: 130px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 909px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_aecf78c4bee7 {
   width: 320px;
   height: 91.15px;
   z-index: 3;
   position: absolute !important;
   left: 560px;
   top: 39px;
 }

 .container_407576ee4e85 {
   width: 1440px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 1634px;
   background: #f3f7fd;
 }

 .imageview_370eb32d087e {
   width: 1440px;
   height: 800px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1634px;
 }

 .text_d0e3db8cb660 {
   width: 577px;
   height: 74px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 1780px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7fc259928aed {
   width: 577px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 1988px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_fbf570a3d5ae {
   width: 577px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 2250px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_b25350c78294 {
   width: 476px;
   height: 134px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 1840px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_c68c6331e5e1 {
   width: 405px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 1676px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-d955ce35149c_c68c6331e5e1 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text-9218e0a61898_c68c6331e5e1 {
   line-height: 46px;
   font-family: 'Futura PT';
 }

 .text_31f2d5ff1584 {
   width: 373px;
   z-index: 2;
   position: absolute !important;
   left: 734px;
   top: 1742px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_f5e456bede58 {
   width: 373px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 1950px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_69f6f8c6d3fd {
   width: 373px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 2212px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_14ceb3718d78 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 1682px;
   opacity: 0.20000000298023224;
 }

 .imageview_ec8444882c43 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 1890px;
   opacity: 0.20000000298023224;
 }

 .imageview_794908835b78 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: 2152px;
   opacity: 0.20000000298023224;
 }

 .imageview_81c44608fa10 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 742px;
   top: 1688px;
 }

 .imageview_05b2593f967b {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 742px;
   top: 1895px;
 }

 .imageview_dca846af34e9 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 742px;
   top: 2157px;
 }

 .container_0f130b91f4f3 {
   width: 1132px;
   height: 238px;
   position: absolute !important;
   left: 161px;
   top: 2494px;
   background: #ebf6f9;
   border-radius: 30px 30px 30px 30px;
 }

 .text_da19161fff3c {
   width: 982px;
   height: 127px;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 2550px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

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

 .text_cbb03cf65e73 {
   width: 345px;
   height: 17px;
   position: absolute !important;
   left: 15px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-30a3fc80b91d_cbb03cf65e73 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .text-fc002d08c97a_cbb03cf65e73 {
   line-height: 24px;
   font-family: 'Futura PT';
 }

 .imageview_f6026658728c {
   width: 375px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_69e1efaca7c0 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_f51118f0d780 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_eb93e476dc70 {
   width: 22px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   background: #2e2e30;
   border-radius: 5px 5px 5px 5px;
 }

 .container_b776c2720355 {
   position: absolute !important;
   overflow: visible;
   width: 22px;
   height: 14px;
   z-index: 1;
   left: 15px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

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

 .text_c433444dbf69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 15.16px;
   line-height: 11px;
   font-family: 'Futura PT';
 }

 .button_95abaa538fd5 {
   position: absolute !important;
   overflow: visible;
   width: 41px;
   height: 26.16px;
   z-index: 1;
   left: 319px;
   top: 148px;
 }

 .container_24d4f6ec393c {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f7fd;
   border-radius: 3px 3px 3px 3px;
 }

 .text_4d1e7055c34e {
   width: 130px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_720506d6c3f9 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 4px;
 }

 .input_select_9c7cab3ebc94 {
   width: 194px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 115px;
   top: 148px;
   font-family: 'Futura PT';
 }

 .input_select_9c7cab3ebc94 option {
   width: 130px;
   height: 10px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_386b86e9c8ca {
   width: 90px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #568afb;
   border-radius: 3px 3px 3px 3px;
 }

 .text_84d112975d2a {
   width: 52px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_d387f895068d {
   width: 6px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_1ff64d501df0 {
   width: 9px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.75px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_4c699f02b862 {
   width: 12px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7.5px;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_009a0b421128 {
   position: absolute !important;
   overflow: visible;
   width: 12px;
   height: 9px;
   z-index: 2;
   left: 11px;
   top: 8.5px;
   border-radius: 5px 5px 5px 5px;
 }

 .button_c01bbc60b81b {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 26px;
   z-index: 1;
   left: 15px;
   top: 148px;
 }

 .text_e9d095d295c7 {
   width: 101px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_40a89bd0fadd {
   width: 100px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 26px;
   background: #568afb;
 }

 .imageview_ff8221223401 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 42px;
 }

 .imageview_14337dac2804 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 8px;
 }

 .imageview_63a5eef80fe0 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 7px;
 }

 .container_ca6e6d4965eb {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 185px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ca6e6d4965eb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 375px;
   height: 185px;
 }

 .container_nested_ca6e6d4965eb {
   width: 375px;
   height: 185px;
 }

 .text_66ad7bdc6818 {
   width: 345px;
   height: 53px;
   position: absolute !important;
   left: 15px;
   top: 242px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-8c6e3ce73fa7_66ad7bdc6818 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-bf826dc1469c_66ad7bdc6818 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-a51e005ca811_66ad7bdc6818 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_091b588908f2 {
   width: 345px;
   height: 200px;
   position: absolute !important;
   left: 15px;
   top: 313px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_1b40e6adfe55 {
   width: 270.82px;
   height: 343.27px;
   position: absolute !important;
   left: 61.57px;
   top: 543px;
   opacity: 0.20000000298023224;
 }

 .imageview_0d7d6a38e15b {
   width: 207px;
   height: 161px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 567.15px;
 }

 .imageview_3750a6b45cae {
   width: 242px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 118.5px;
   top: 624.65px;
 }

 .text_3168e50af595 {
   width: 345px;
   height: 81px;
   position: absolute !important;
   left: 15px;
   top: 937px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-a20a74faeb4e_3168e50af595 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-8e753d71a13a_3168e50af595 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-64b34eea4f3d_3168e50af595 {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_4403a2ce2425 {
   width: 345px;
   height: 100px;
   position: absolute !important;
   left: 15px;
   top: 1038px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_5d1f834ff1bf {
   width: 285.13px;
   height: 361.46px;
   position: absolute !important;
   left: 74.87px;
   top: 1162px;
   opacity: 0.20000000298023224;
 }

 .imageview_1170c0947fa2 {
   width: 269px;
   height: 295px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 1212.14px;
 }

 .text_5d7ab6067c98 {
   width: 327px;
   height: 169px;
   position: absolute !important;
   left: 33px;
   top: 1548px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_c5ab2d6574f1 {
   width: 6px;
   height: 165px;
   transform: rotate(180deg);
   transform-origin: unset;
   position: absolute !important;
   left: 15px;
   top: 1551px;
   background: #79c6d8;
   border-radius: 0 2px 2px 0;
 }

 .text_c9f9a2cdd222 {
   width: 345px;
   height: 266px;
   position: absolute !important;
   left: 15px;
   top: 1741px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_dd455490084a {
   width: 375px;
   height: 928px;
   position: absolute !important;
   left: 0px;
   top: 2057px;
   background: #f3f7fd;
 }

 .container_0c353e002096 {
   width: 375px;
   height: 928px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2057px;
   background: #f3f7fd;
 }

 .imageview_751948b68a40 {
   width: 331.03px;
   height: 60.59px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2925px;
   opacity: 0.1599999964237213;
 }

 .text_4187f728e909 {
   width: 345px;
   height: 117px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_8f0b59d83651 {
   width: 345px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 2422px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7e40a08ea27b {
   width: 345px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2604px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_345773b4f2fc {
   width: 345px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2858px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_17c7f7b78b1b {
   width: 308px;
   height: 19px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2820px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_dbc9e33d92a2 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2760px;
   opacity: 0.20000000298023224;
 }

 .imageview_25c97f5ff6f8 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 22px;
   top: 2765px;
 }

 .text_1ba607c501b7 {
   width: 315px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2575px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_b2bae2853650 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2515px;
   opacity: 0.20000000298023224;
 }

 .imageview_af731c56ff7c {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 22px;
   top: 2520px;
 }

 .text_9f2f4b8e18e7 {
   width: 345px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2393px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_53fd61901fa9 {
   width: 37px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 2333px;
   opacity: 0.20000000298023224;
 }

 .imageview_e33e1aa0672c {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 23px;
   top: 2339px;
 }

 .text_ce0389c39a6e {
   width: 345px;
   height: 78px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 2082px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-c0a795cadd72_ce0389c39a6e {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-2f8f82bceafa_ce0389c39a6e {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .container_2e2c9a78f907 {
   width: 345px;
   height: 242px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ebf6f9;
   border-radius: 20px 20px 20px 20px;
 }

 .text_e7bd733b4843 {
   width: 319px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 24px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_d71792cdfd4d {
   position: absolute !important;
   overflow: visible;
   width: 345px;
   height: 242px;
   left: 15px;
   top: 3036px;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_a0d36a5c011e {
   width: 277px;
   height: 265px;
   position: absolute !important;
   left: 49px;
   top: 3318px;
   opacity: 0.20000000298023224;
 }

 .text_84316e72d12f {
   width: 345px;
   height: 105px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3367px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text-a481f6e955a4_84316e72d12f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-b978e0dc45b7_84316e72d12f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text-7f3f911f92ff_84316e72d12f {
   line-height: 28px;
   font-family: 'Futura PT';
 }

 .text_d3b6b5aa22db {
   width: 345px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 3488px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_c65fabb30f38 {
   width: 375px;
   height: 860px;
   position: absolute !important;
   left: 0px;
   top: 3623px;
   background: #f3f7fd;
 }

 .text_4ae3f2177bf4 {
   width: 273px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 4459px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_3165b3d62a83 {
   width: 300px;
   height: 85.46px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 3897px;
 }

 .text_5bc2608603d8 {
   width: 345px;
   height: 240px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 4008px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7b67d129eb7c {
   width: 112px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 4288px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_72c2e0e330c7 {
   width: 148px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 4363px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .imageview_352257f0aea4 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 178px;
   top: 4399px;
 }

 .container_00dfe1ff6b47 {
   width: 345px;
   height: 211px;
   z-index: 1;
   border-top: #cee2e7ff solid 1px;
   border-right: #cee2e7ff solid 1px;
   border-bottom: #cee2e7ff solid 1px;
   border-left: #cee2e7ff solid 1px;
   position: absolute !important;
   left: 15px;
   top: 3646px;
 }

 .container_d183f368ba60 {
   width: 1px;
   height: 209px;
   z-index: 2;
   position: absolute !important;
   left: 187px;
   top: 3647px;
   background: #cee2e7;
 }

 .text_2b071d602de3 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3664px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0ebd314ab180 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3717px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_0cc061af6a94 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3770px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_7024e47a1962 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3664px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_ec54b2adf737 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3717px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5cbbf904c2c4 {
   width: 152px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3762px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_5e4b6912e915 {
   width: 152px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 198px;
   top: 3815px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .text_08aac81fb565 {
   width: 152px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 3823px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Futura PT';
 }

 .container_82641eca0aaf {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3698px;
   background: #cee2e7;
 }

 .container_a5d0855163ed {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3751px;
   background: #cee2e7;
 }

 .container_30dc4e969bd6 {
   width: 345px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 3804px;
   background: #cee2e7;
 }

 .viewport_967f3a9c8242 {
   width: 375px;
   height: 4483px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .nakazy .yotako-main {
     display: none !important;
   }

   .nakazy .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .nakazy .yotako-main {
     display: none !important;
   }

   .nakazy .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .my_zavzhdy_poruch .yotako-main {
     display: none !important;
   }

   .my_zavzhdy_poruch .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .my_zavzhdy_poruch .yotako-main {
     display: none !important;
   }

   .my_zavzhdy_poruch .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .povnyj_svrvis .yotako-main {
     display: none !important;
   }

   .povnyj_svrvis .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .povnyj_svrvis .yotako-main {
     display: none !important;
   }

   .povnyj_svrvis .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .vykonannya_dohovoru .yotako-main {
     display: none !important;
   }

   .vykonannya_dohovoru .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .vykonannya_dohovoru .yotako-main {
     display: none !important;
   }

   .vykonannya_dohovoru .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .hotovi_rishennya .yotako-main {
     display: none !important;
   }

   .hotovi_rishennya .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .hotovi_rishennya .yotako-main {
     display: none !important;
   }

   .hotovi_rishennya .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .pidbir_obladnannya .yotako-main {
     display: none !important;
   }

   .pidbir_obladnannya .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .pidbir_obladnannya .yotako-main {
     display: none !important;
   }

   .pidbir_obladnannya .vp_1440 {
     display: flex !important;
   }
 }