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

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

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

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

 .text_338f53090d0c {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3acb60175159 {
   width: 100%;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text-1237b27c1a99_3acb60175159 {
   line-height: 80px;
   font-family: 'Poppins';
 }

 .text-c56679c1e64b_3acb60175159 {
   line-height: 80px;
   font-family: 'Poppins';
 }

 .container_1a66dfe8e16f {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_5572c23e804a {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .button_e924ac345e09 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #379bff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_e924ac345e09 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .imageview_2e86a194f6c7 {
   width: 24px;
   height: 24px;
 }

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

 .button_8389974c7217 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_8389974c7217 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_0b62237edd43 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 16px;
   flex-direction: row;
   background: #00000000;
 }

 .container_27dfc25ba678 {
   width: 748px;
   height: 328px;
   position: absolute !important;
   left: 100px;
   top: 328px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px normal;
   flex-direction: column;
   background: #00000000;
 }

 .text_40c4dea96c65 {
   width: 100%;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2c5e8050618d {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2394ae477279 {
   width: 488px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_ebde1dce6e70 {
   width: 68px;
   height: 68px;
 }

 .text_796b430abe7b {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_df2d13abc94d {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_64530683a9ad {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_1aa4615b3b2a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .imageview_aa56f02abf8a {
   width: 68px;
   height: 68px;
 }

 .text_a8030fd476fd {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_44e08e60dfe9 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_74d0afe22ff5 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_d0ef3b74c422 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .imageview_00ee3cbfe19c {
   width: 68px;
   height: 68px;
 }

 .text_8a452479e321 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6d507da62d8d {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_425ceb128788 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_76e4976793f7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_f8945d46dcdb {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 32px;
   flex-direction: row;
 }

 .container_7eeed8cd7926 {
   padding: 100px 100px 100px 100px;
   width: 1728px;
   height: 496px;
   position: absolute !important;
   left: 0px;
   top: 1190px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
   background: #379bff;
 }

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

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

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

 .container_2f23ed113d93 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 20px;
   flex-direction: row;
 }

 .container_78bd293b9e6f {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   flex-direction: row;
 }

 .imageview_87561abc7b2c {
   width: 38px;
   height: 36px;
 }

 .imageview_4cb37febd7a7 {
   width: 20px;
   height: 20px;
 }

 .container_13c27683cd9d {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .imageview_f43d204f7d7f {
   width: 36px;
   height: 36px;
 }

 .imageview_5f6ae1902235 {
   width: 42px;
   height: 36px;
 }

 .imageview_5771f387fd5c {
   width: 36px;
   height: 36px;
 }

 .container_7717748d7a40 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 8px;
   flex-direction: row;
 }

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

 .container_972b5d5cf915 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
 }

 .container_46bc69cc1183 {
   padding: 40px 100px 40px 100px;
   width: 1728px;
   height: 176px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 0px;
   border-bottom: #1a3356ff solid 0px;
   border-left: #1a3356ff solid 0px;
   position: absolute !important;
   left: 0px;
   top: 5586px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_b25253a2bab7 {
   width: 100%;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_db351003b847 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7dfd58317927 {
   width: 488px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_6fe45498e97a {
   width: 68px;
   height: 68px;
 }

 .text_6a2711542aeb {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_5af7a1c24cd9 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6a251c914557 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_b6fabf84af16 {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_29b85715f671 {
   width: 68px;
   height: 68px;
 }

 .text_5ec8713cc04b {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_13d0affee7a1 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_f40b1356f537 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_476b07c1877c {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_165505dc28a3 {
   width: 68px;
   height: 68px;
 }

 .text_d64f9f3d53f0 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_39b9b7b6bb5e {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_8812f697c5be {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_741e0091e481 {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .container_65fb04ede2ef {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 32px;
   flex-direction: row;
 }

 .imageview_42f528814965 {
   width: 68px;
   height: 68px;
 }

 .text_7e63ee08f027 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_431517e01cb8 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c31565d82dd6 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_b0c3093ccb29 {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a5a9ff042d5c {
   width: 68px;
   height: 68px;
 }

 .text_5ed81d5b1184 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_25fbf3462f92 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_d8e52ba50317 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_152ab6cdaa4c {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_5e86b5854025 {
   width: 68px;
   height: 68px;
 }

 .text_6669c9ec8a20 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0c2d857e9739 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6c9bbfc1b360 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_4e9e30eea99f {
   padding: 24px 24px 24px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .container_2116b116f9ef {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 32px;
   flex-direction: row;
 }

 .container_4db606aa5359 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .container_b7c31111b8d1 {
   padding: 100px 100px 100px 100px;
   width: 1728px;
   height: 792px;
   position: absolute !important;
   left: 0px;
   top: 1686px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_cdeab06d22a9 {
   width: 100%;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3686ad7e9271 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_4062a47b9eb9 {
   width: 488px;
   height: 116px;
   position: absolute !important;
   left: 390px;
   top: 100px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .text_208eb585c41b {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_968dc27d9a99 {
   padding: 12px 16px 12px 16px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .button_c566001344ff {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: 48px;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_c566001344ff {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_937664a325aa {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 16px;
   flex-direction: row;
 }

 .text_55f6c2af43f2 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_bd5dfb8d4ff1 {
   width: 41px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_21193250ad6c {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_5e2879538ce8 {
   width: 58px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_c6bf4abf26da {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_8ba4d2deb990 {
   width: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_912e651fefcc {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .container_7f986692fd1a {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
 }

 .container_840bf168cf97 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_aca8d87e7578 {
   width: 748px;
   height: 184px;
   position: absolute !important;
   left: 260px;
   top: 252px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .imageview_232d2b0f2587 {
   width: 254px;
   height: 257px;
   position: absolute !important;
   left: 154px;
   top: 443.64px;
 }

 .imageview_f47ea2509567 {
   width: 249px;
   height: 254px;
   position: absolute !important;
   left: 496px;
   top: 442.64px;
 }

 .imageview_ff22b5d66953 {
   width: 209px;
   height: 262px;
   position: absolute !important;
   left: 895px;
   top: 450px;
 }

 .container_897d927cf90d {
   position: relative !important;
   width: 1268px;
   height: 536px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
   border-radius: 28px 28px 28px 28px;
 }

 .container_7ec551dd592c {
   padding: 60px 230px 60px 230px;
   width: 1728px;
   height: 656px;
   position: absolute !important;
   left: 0px;
   top: 3403px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .container_nested_7ec551dd592c {
   padding: 60px 230px 60px 230px;
   width: 1728px;
   height: 656px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_5d5b822d263e {
   width: 748px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_297a3a4dd93a {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_4173835d65e4 {
   width: 24px;
   height: 24px;
 }

 .container_b25e9fbde23a {
   width: 968px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_e529921fe6ab {
   position: relative !important;
   width: 1008px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .container_dee218763830 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_c0f6700477d8 {
   padding: 60px 360px 416px 360px;
   width: 1728px;
   height: 632px;
   position: absolute !important;
   left: 0px;
   top: 4059px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_cb8ed67a6426 {
   width: 100%;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_315ad6758a07 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7651a5e5696a {
   width: 488px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .text_08ef3042ef34 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_15b00c12111a {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .input_text_79399cdf2d4a {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   z-index: 998;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_79399cdf2d4a {
   width: 100%;
   height: fit-content;
 }

 .input_text_79399cdf2d4a::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_f82d7a617eea {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_c8666d3ad7dd {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_046d6874f08c {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .input_text_a08611eca554 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   z-index: 998;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_a08611eca554 {
   width: 100%;
   height: fit-content;
 }

 .input_text_a08611eca554::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_27301b060355 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_8a47931ab0da {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7936dfa7873c {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7b5dcd264bc2 {
   padding: 12px 16px 143px 16px;
   width: 100%;
   height: 179px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_0dfb43f7de84 {
   width: 100%;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_0dfb43f7de84 {
   width: 100%;
   height: fit-content;
 }

 .input_text_0dfb43f7de84::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

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

 .button_6baa5e7226b3 {
   padding: 12px 242px 12px 242px;
   width: 100%;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #379bff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_6baa5e7226b3 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_3182e600312d {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_dd5308e5d528 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

 .container_nested_dd5308e5d528 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c954cb656bcd {
   width: 100%;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e9cd2650b15f {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_fef18cf40777 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .imageview_4ca09288aee0 {
   width: 40px;
   height: 40px;
 }

 .text_4a879ee2309f {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_593a2422b24e {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7bcf4797d92f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_a1380fe2a53f {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .imageview_aca48695ed5f {
   width: 40px;
   height: 40px;
 }

 .text_31b7b7113317 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_08647e6cb421 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2ff2aa68f97f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_f2ab4949903d {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .imageview_afaf34d71096 {
   width: 40px;
   height: 40px;
 }

 .text_1990129720b8 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ed5454e725e3 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e233fe0a5077 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_a1ebe6f915d5 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .container_ae6bacc2cb7e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px normal;
   flex-direction: column;
 }

 .container_7b470619bbf2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px normal;
   flex-direction: column;
 }

 .container_c4b60ba21c5f {
   width: 1268px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 32px;
   flex-direction: row;
 }

 .container_bd895787b070 {
   padding: 100px 230px 100px 230px;
   width: 1728px;
   height: 871px;
   position: absolute !important;
   left: 0px;
   top: 4691px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_9d2c761e4e92 {
   width: 100%;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_bdaa4019a958 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_d262b0a7eab7 {
   width: 488px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_af8a9ceb5995 {
   width: 24px;
   height: 24px;
 }

 .text_34b6a0c2d838 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9a2dd566800a {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2b79b8e46b96 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_37695fc0ad32 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .imageview_3f68e4f4c505 {
   width: 24px;
   height: 24px;
 }

 .text_5903bbba83e3 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_fcf95d08fc2b {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e1d25e5cbd74 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_8fc0accfe0bc {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .imageview_873a41aecc59 {
   width: 24px;
   height: 24px;
 }

 .text_0e1b2fe71b9b {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_d42d50a484db {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_ebb0c4f2bcd6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_253bf12179ef {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_fcf22aa3ef8b {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_9455737a61ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .imageview_66a5344c53a1 {
   width: 363px;
   height: 752px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_0e3e79b4d613 {
   width: 335.64px;
   height: 504.26px;
   z-index: 1;
   position: absolute !important;
   left: 13.67px;
   top: 11.34px;
 }

 .container_99bf617faa55 {
   position: absolute !important;
   width: 363px;
   height: 751.62px;
   left: 42px;
   top: 153.4px;
 }

 .imageview_bddce83b798b {
   width: 640px;
   height: 785px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 24px;
 }

 .imageview_34f29b6419f2 {
   width: 655.14px;
   height: 539.34px;
   z-index: 2;
   position: absolute !important;
   left: 17.51px;
   top: 16.66px;
 }

 .container_e0b7f6bf5906 {
   position: absolute !important;
   width: 363px;
   height: 751.62px;
   z-index: 1;
   transform-origin: unset;
   transform: rotate(30.000000445292045deg);
   left: 219.59px;
   top: 153.4px;
 }

 .imageview_5443243eb827 {
   width: 785px;
   height: 641px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 25px;
 }

 .imageview_cddf7240b799 {
   width: 799.09px;
   height: 467.37px;
   z-index: 3;
   position: absolute !important;
   left: 16.66px;
   top: 17.51px;
 }

 .container_2f0f188d512b {
   position: absolute !important;
   width: 363px;
   height: 751.62px;
   z-index: 2;
   transform-origin: unset;
   transform: rotate(60.00000103348732deg);
   left: 397.18px;
   top: 153.4px;
 }

 .container_b938e5c9c122 {
   position: relative !important;
   width: 1008px;
   height: 669px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
   border-radius: 20px 20px 20px 20px;
 }

 .container_ede6fddfe301 {
   padding: 100px 100px 100px 100px;
   width: 1728px;
   height: 869px;
   position: absolute !important;
   left: 0px;
   top: 2534px;
   justify-content: center;
   align-items: center;
   gap: normal 36px;
   flex-direction: row;
 }

 .imageview_d6a6ab2d8e4d {
   width: 363px;
   height: 752px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1890f295a323 {
   width: 335.64px;
   height: 728.93px;
   z-index: 1;
   position: absolute !important;
   left: 13.67px;
   top: 11.34px;
 }

 .container_6917c8ec5cc7 {
   position: absolute !important;
   width: 363px;
   height: 751.62px;
   left: 1181px;
   top: 253px;
 }

 .imageview_cd326f4b2177 {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

 .text_56b51edc2d1f {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7b8cdd934efc {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_fb44c69de504 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_f42ddf16c1a0 {
   padding: 12px 12px 12px 12px;
   width: 148.5px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 1451px;
   top: 228px;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 20px 25px #0000001a;
 }

 .imageview_35e862644b0d {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

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

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

 .container_27c55385772b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_51371e0e0868 {
   padding: 12px 12px 12px 12px;
   width: 159px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 1129px;
   top: 944px;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 20px 25px #0000001a;
 }

 .imageview_548f4538a03f {
   width: 79px;
   height: 72px;
 }

 .container_91dd58bc1d9c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #00000000;
 }

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

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

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

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

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

 .container_9dc2559e6a09 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 28px;
   flex-direction: row;
   background: #00000000;
 }

 .container_debcdc3ad700 {
   width: 117px;
   height: 40px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: radial-gradient(closest-side at 121% -114%, #ffffffff 50%, #00000000 100%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_98a76690bc02 {
   width: 117px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: radial-gradient(closest-side at 182% -172%, #ffffffff 0%, #00000000 100%);
   border-radius: 8px 8px 8px 8px;
   filter: blur(4.74px);
 }

 .container_195491284bad {
   width: 117px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: #379bff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_00cedf036511 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 22px;
   top: 8px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .button_8e97f70be132 {
   position: relative !important;
   width: 118px;
   height: 40px;
   background: #34333d;
   border-radius: 8px 8px 8px 8px;
 }

 .button_link_8e97f70be132 {}

 .container_28d4067ddb80 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
 }

 .container_e8f0af948bb8 {
   position: fixed !important;
   padding: 20px 100px 20px 100px;
   width: 1728px;
   height: 116px;
   z-index: 9999;
   border-top: #1a3356ff solid 0px;
   border-right: #1a3356ff solid 0px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 0px;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
 }

 .viewport_aa12ad3c6162 {
   width: 1728px;
   height: 5762px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #010f1d;
 }

 .text_3dca7a3f6c81 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ec1a7a5d060c {
   width: 100%;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text-12c991c72867_ec1a7a5d060c {
   line-height: 48px;
   font-family: 'Poppins';
 }

 .text-0a84ec412c4f_ec1a7a5d060c {
   line-height: 48px;
   font-family: 'Poppins';
 }

 .text_927cd8b8c898 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .button_f438a4f4e777 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #379bff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_f438a4f4e777 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .imageview_532402289835 {
   width: 24px;
   height: 24px;
 }

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

 .button_9f5d8d667837 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_9f5d8d667837 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_6e3cac0eddd7 {
   width: 100%;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 16px;
   flex-direction: row;
   background: #00000000;
 }

 .container_1abe043a288b {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_701afa46537d {
   width: 282px;
   height: 583px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_72fbdb265c2b {
   width: 260.34px;
   height: 565.4px;
   z-index: 1;
   position: absolute !important;
   left: 10.61px;
   top: 8.8px;
 }

 .container_c716a60e414d {
   position: absolute !important;
   width: 281.56px;
   height: 583px;
   left: 62.44px;
   top: 25px;
 }

 .imageview_92d620d680a8 {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

 .text_59944cffa433 {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4911c0ffb87c {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_efacce4a0319 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_4e5d9eb0f3d2 {
   padding: 12px 12px 12px 12px;
   width: 148px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 20px 25px #0000001a;
 }

 .imageview_8f8391c5988a {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

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

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

 .container_8021d2276b99 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_7e694feb8bfa {
   padding: 12px 12px 12px 12px;
   width: 159px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 563px;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #1a3356;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 20px 25px #0000001a;
 }

 .container_bb31b1bb92d7 {
   position: relative !important;
   width: 400px;
   height: 635px;
 }

 .container_46f3eaeb4088 {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px normal;
   flex-direction: column;
 }

 .text_d8a50ca45d92 {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_cfaa66a25a92 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_4dac19295d9c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_d0f29ea5b477 {
   width: 60px;
   height: 60px;
 }

 .text_65612571d92c {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_67ca381d6410 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_0089882710b6 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_892869a41400 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .imageview_d938ae65b1a6 {
   width: 60px;
   height: 60px;
 }

 .text_73f753eba362 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_f2cc6e27dff5 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_a060fc0aaf39 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_01073c8253f9 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .imageview_967c930e03d5 {
   width: 60px;
   height: 60px;
 }

 .text_4aaf9ed277b5 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_fdab10c1e288 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_99a78755755e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_3110b4d68f09 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_08194c80273b {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .container_2fe6cf538576 {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
   background: #379bff;
 }

 .text_cbf4b4c283f7 {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_374d9dac1253 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_773cb83c778e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_e2145f40a175 {
   width: 60px;
   height: 60px;
 }

 .text_0950cc15aa4b {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_78c851f7c87a {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_f5501dffb2e3 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_84cd572b5caa {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6bd81497e692 {
   width: 60px;
   height: 60px;
 }

 .text_2e58906a6381 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a8fa8745f5ef {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_bb898cde49a3 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_cabe93737e8c {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d2c00f85cbe8 {
   width: 60px;
   height: 60px;
 }

 .text_db81ff8df16b {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7d5acba4cbaa {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5d613cc9b31c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_e1e696ab620a {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .container_356a86c4c99e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .imageview_06f37705361f {
   width: 60px;
   height: 60px;
 }

 .text_e6fff30c189a {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8c96351a257f {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_cba952045cac {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_6a9def9c1a60 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bbe326de785d {
   width: 60px;
   height: 60px;
 }

 .text_08b6f981c38e {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6ff6f205a051 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_46b94dd77190 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_6e9ee840159f {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f197ede5181c {
   width: 60px;
   height: 60px;
 }

 .text_b6ea2e31ef49 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2b474b944d8e {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c2ab72dae5a1 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_1caf31e76635 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #003162;
   border-radius: 16px 16px 16px 16px;
 }

 .container_013a8d5f6289 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .container_9c1e6db41e04 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .container_ab8f70f8efd9 {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_b806f1529a55 {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_037885f8ad98 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e210cf9aadd4 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .imageview_69a781dcc495 {
   width: 24px;
   height: 24px;
 }

 .text_4319f4382293 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a685624f093a {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_735a6769cc2a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_2ec328fe1d51 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .imageview_70f661f5bed6 {
   width: 24px;
   height: 24px;
 }

 .text_7254b45bfba6 {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c39c0ad8bb5b {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6b6cc4cd2e50 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_0d3a9b8badb2 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .imageview_54c0f6e298a7 {
   width: 24px;
   height: 24px;
 }

 .text_abc2e275e18d {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e89f04b87ce1 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_1f13696f42c6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_c68a78f8ed19 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_62c60cdfcd5b {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_a37c3d776024 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .imageview_468fe92a314d {
   width: 149px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_9e4f543adeda {
   width: 137.26px;
   height: 214.84px;
   z-index: 1;
   position: absolute !important;
   left: 5.59px;
   top: 4.64px;
 }

 .container_a12376ed9721 {
   position: absolute !important;
   width: 148.45px;
   height: 307.38px;
   left: 13px;
   top: 56.52px;
 }

 .imageview_33792d471e63 {
   width: 263px;
   height: 321px;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_c29929e5ff54 {
   width: 267.92px;
   height: 229.19px;
   z-index: 2;
   position: absolute !important;
   left: 7.16px;
   top: 6.81px;
 }

 .container_0464fc0dc32d {
   position: absolute !important;
   width: 148.45px;
   height: 307.38px;
   z-index: 1;
   transform-origin: unset;
   transform: rotate(30.000000445292045deg);
   left: 85.63px;
   top: 56.52px;
 }

 .imageview_981e6a2466e0 {
   width: 321px;
   height: 263px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_94c45a6d089d {
   width: 326.8px;
   height: 199.75px;
   z-index: 3;
   position: absolute !important;
   left: 6.81px;
   top: 7.16px;
 }

 .container_029ca0de373b {
   position: absolute !important;
   width: 148.45px;
   height: 307.38px;
   z-index: 2;
   transform-origin: unset;
   transform: rotate(60.00000103348732deg);
   left: 158.25px;
   top: 56.52px;
 }

 .container_e9fda7fbcd2e {
   position: relative !important;
   width: 100%;
   height: 276px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e7570be09317 {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_3b033bd3f7b4 {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_befbadc2e1bd {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5df094f2a2cc {
   width: 400px;
   height: 100px;
   position: absolute !important;
   left: 20px;
   top: 60px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .text_94fc8ee8a732 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_d8c4b0b8e544 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_d8c4b0b8e544 {
   display: flex;
   flex-direction: row;
   align-items: center;
 }

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

 .button_d855ef999576 {
   padding: 12px 163px 12px 163px;
   width: 100%;
   height: 48px;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_d855ef999576 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_2bbba0b01a20 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px normal;
   flex-direction: column;
 }

 .text_0bf57f39fb2f {
   width: 100%;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_da095373231b {
   width: 36px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_0e21ab3092ab {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .text_97f05a1e8b02 {
   width: 51px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_ceedacbfaf91 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .text_d0744c89f669 {
   width: 63px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_9bba8a9c61a0 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_ff631520c69e {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
 }

 .container_bbc6025613c8 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_71ca8ae6f463 {
   width: 400px;
   height: 248px;
   position: absolute !important;
   left: 20px;
   top: 196px;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .imageview_840910433509 {
   width: 94px;
   height: 95px;
   position: absolute !important;
   left: -8px;
   top: 462.57px;
 }

 .imageview_c30f7734ef5c {
   width: 92px;
   height: 93px;
   position: absolute !important;
   left: 168px;
   top: 462.57px;
 }

 .imageview_87c64da62b80 {
   width: 78px;
   height: 97px;
   position: absolute !important;
   left: 361px;
   top: 465px;
 }

 .container_7852bbb1fc1f {
   position: relative !important;
   width: 440px;
   height: 504px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
 }

 .container_ef36dca645f8 {
   padding: 60px 0 60px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .container_nested_ef36dca645f8 {
   padding: 60px 0 60px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_77d21ec2dee4 {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_136a35cb58b0 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_5f79d8b3303d {
   width: 24px;
   height: 24px;
 }

 .container_857eb4b7300e {
   width: 360px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_99e2b6c91a4e {
   position: relative !important;
   width: 400px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_4a22d726703d {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_ecb4c6c995a3 {
   width: 24px;
   height: 24px;
 }

 .container_e1337f4bc04d {
   width: 360px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_4ace97e31866 {
   position: relative !important;
   width: 400px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_160b6e61ae44 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_ca978a5c9625 {
   width: 24px;
   height: 24px;
 }

 .container_d57b53787c0a {
   width: 360px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_24c676fcee6a {
   position: relative !important;
   width: 400px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_afd2a06211be {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_f7e95de96a7e {
   width: 24px;
   height: 24px;
 }

 .container_9c81ee8c3525 {
   width: 360px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_efbee2620acc {
   position: relative !important;
   width: 400px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_ed397f5a131b {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_bec3dfb08a9b {
   width: 24px;
   height: 24px;
 }

 .container_09780b69373e {
   width: 360px;
   height: 24px;
   position: absolute !important;
   left: 20px;
   top: 20px;
   justify-content: center;
   align-items: center;
   gap: normal 4px;
   flex-direction: row;
 }

 .container_0b022bec26fb {
   position: relative !important;
   width: 400px;
   height: 64px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   background: linear-gradient(180deg, #0f1f33ff 35%, #010f1dff 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .container_3ad36d829668 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_354f17a0972f {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .text_ccecfcc739de {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_16c8c2a9f048 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_a6141cee79aa {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px normal;
   flex-direction: column;
   background: #00000000;
 }

 .text_b7cb55612c53 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_615fccd46654 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .input_text_e4f3c94890a5 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   z-index: 998;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_e4f3c94890a5 {
   width: 100%;
   height: fit-content;
 }

 .input_text_e4f3c94890a5::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_f58f4799441d {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_62327561bce6 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1aae55e51e32 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .input_text_bcfb4998a3ff {
   padding: 12px 16px 12px 16px;
   width: 100%;
   height: fit-content;
   z-index: 998;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_bcfb4998a3ff {
   width: 100%;
   height: fit-content;
 }

 .input_text_bcfb4998a3ff::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_7e1d97ef9c8b {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .text_5b62e8bc927c {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_867fb572a8cb {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_84cc58b7ea76 {
   padding: 12px 16px 143px 16px;
   width: 100%;
   height: 179px;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 1px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 1px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_e31130b33d1a {
   width: 100%;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
   color: #6a91cc;
   font-family: 'Roboto';
 }

 .wrapper_input_text_e31130b33d1a {
   width: 100%;
   height: fit-content;
 }

 .input_text_e31130b33d1a::placeholder {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6a91cc;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

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

 .button_da9e3768c332 {
   padding: 12px 133px 12px 133px;
   width: 100%;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #379bff;
   border-radius: 12px 12px 12px 12px;
 }

 .button_link_da9e3768c332 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

 .container_5bed00fb7941 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .container_02c1d21df289 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

 .container_nested_02c1d21df289 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

 .text_2a885d47097a {
   width: 100%;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9cf0d1ebd0d4 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_03a606953674 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .imageview_db17c3534a2f {
   width: 40px;
   height: 40px;
 }

 .text_946643335b61 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4e856c67bd43 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3d59b756c660 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_fbd1c8a82d6a {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .imageview_c13e65bf125c {
   width: 40px;
   height: 40px;
 }

 .text_8fcf3b1d019a {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6ef8f66fe628 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c2e3aac8ad94 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_b190965b45ae {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .imageview_145f30131091 {
   width: 40px;
   height: 40px;
 }

 .text_d8eb95461d45 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ff5789c6b84c {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_565e0a7c8d91 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .container_c00b2ecc742b {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 12px;
   flex-direction: row;
 }

 .container_5ec03465fe2c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px normal;
   flex-direction: column;
 }

 .container_be4ebe534c84 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px normal;
   flex-direction: column;
 }

 .container_b13dbcad8e0f {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px normal;
   flex-direction: column;
 }

 .container_1309747ab9a2 {
   padding: 60px 20px 60px 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

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

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

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

 .container_30f1db0a32bf {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 20px;
   flex-direction: row;
 }

 .container_6b1f736b391a {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .imageview_e37dfe2b56ad {
   width: 38px;
   height: 36px;
 }

 .imageview_ca2ee3ddceb5 {
   width: 20px;
   height: 20px;
 }

 .container_914ae5b236b5 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
 }

 .imageview_e4b08443eff6 {
   width: 36px;
   height: 36px;
 }

 .imageview_8e017d8c2508 {
   width: 42px;
   height: 36px;
 }

 .imageview_ea349a0af256 {
   width: 36px;
   height: 36px;
 }

 .container_faf535719db3 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 8px;
   flex-direction: row;
 }

 .text_0c223ae70405 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_4c00734ead25 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px normal;
   flex-direction: column;
 }

 .container_752a107ba6df {
   padding: 40px 20px 40px 20px;
   width: 100%;
   height: fit-content;
   border-top: #1a3356ff solid 1px;
   border-right: #1a3356ff solid 0px;
   border-bottom: #1a3356ff solid 0px;
   border-left: #1a3356ff solid 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

 .container_9ec827588707 {
   width: 440px;
   height: 7094px;
   position: absolute !important;
   left: 5px;
   top: 100px;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_45a2621ce5fb {
   width: 62px;
   height: 57px;
 }

 .container_6d93e054dc63 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 8px;
   flex-direction: row;
   background: #00000000;
 }

 .container_d65d2fc2c389 {
   width: 117px;
   height: 40px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: radial-gradient(closest-side at 121% -114%, #ffffffff 50%, #00000000 100%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_3676cd3f674d {
   width: 117px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: radial-gradient(closest-side at 182% -172%, #ffffffff 0%, #00000000 100%);
   border-radius: 8px 8px 8px 8px;
   filter: blur(4.74px);
 }

 .container_bafa4717d9cf {
   width: 117px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: #379bff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_412c578aee71 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 22px;
   top: 8px;
   line-height: 24px;
   font-family: 'Roboto';
 }

 .button_eb9791225006 {
   position: relative !important;
   width: 118px;
   height: 40px;
   background: #34333d;
   border-radius: 8px 8px 8px 8px;
 }

 .button_link_eb9791225006 {}

 .container_2240cb9adecd {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
 }

 .container_9b32a5330319 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   height: fit-content;
   border-top: #1a3356ff solid 0px;
   border-right: #1a3356ff solid 0px;
   border-bottom: #1a3356ff solid 1px;
   border-left: #1a3356ff solid 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px normal;
   flex-direction: column;
   background: #0f1f33;
 }

 .container_18729cc2f68b {
   position: fixed !important;
   width: 440px;
   height: 100px;
   z-index: 9999;
   left: 5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
   background: #0f1f33;
 }

 .viewport_f5554bb8c257 {
   width: 450px;
   height: 7194px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #010f1d;
 }