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

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

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

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

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

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

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

 .button_eaeceabe83cf {
   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_eaeceabe83cf {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

 .button_f0b177b86e33 {
   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_f0b177b86e33 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_979fdee0834d {
   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_8bc057a42ac9 {
   width: 36px;
   height: 36px;
 }

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

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

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

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

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

 .container_9cbb79f5efc4 {
   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: 5550px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px normal;
   flex-direction: column;
 }

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

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

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

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

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

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

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

 .container_d0c10203b70b {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_321e32fce07f {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_ca12e1b9388c {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_f0bb08649fd6 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_14f3a797b01b {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_59b85b8cd818 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_6a156d27de46 {
   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_ceef6a964864 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .button_375352810ed1 {
   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;
 }

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

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

 .button_664e9182747e {
   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_664e9182747e {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

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

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

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

 .text_287d959ccaaa {
   width: 54px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .text_091fda069471 {
   width: 67px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

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

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

 .container_1255283e8830 {
   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_99ad101ff2a3 {
   width: 254px;
   height: 257px;
   position: absolute !important;
   left: 154px;
   top: 443.64px;
 }

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

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

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

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

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

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

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

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

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

 .container_bdd72f5bfe2d {
   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_bd794427e18b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

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

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

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

 .text-564b27f62997_fdfdcd994356 {
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text-3d5c485b4686_fdfdcd994356 {
   line-height: 24px;
   font-family: 'Poppins';
 }

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

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

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

 .input_text_ecdbb3f6114b {
   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: 'Poppins';
 }

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

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

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

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

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

 .input_text_28a23de3b02b {
   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: 'Poppins';
 }

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

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

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

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

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

 .container_4b13c7f6b67b {
   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_0b3805ce0e33 {
   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: 'Poppins';
 }

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

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

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

 .button_67f699e242ef {
   padding: 12px 237.5px 12px 237.5px;
   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_67f699e242ef {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

 .container_edf54897031f {
   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_edf54897031f {
   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_86bfae23f57c {
   width: 100%;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_9b2f97ffea0b {
   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_bb048eb8f858 {
   width: 785px;
   height: 641px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 25px;
 }

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

 .container_4d721fd6f44f {
   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_1d698bdbedf0 {
   position: relative !important;
   width: 1008px;
   height: 669px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
   border-radius: 20px 20px 20px 20px;
 }

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

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

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

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

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

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

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

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

 .container_4833c410fe81 {
   padding: 12px 12px 12px 12px;
   width: 148.5px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 1451px;
   top: 192px;
   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_4b3cbf0724e4 {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

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

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

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

 .container_b907417f9b99 {
   padding: 12px 12px 12px 12px;
   width: 169px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 1129px;
   top: 908px;
   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_ed589c699778 {
   width: 40px;
   height: 40px;
 }

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

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

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

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

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

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

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

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

 .container_4422b99515bf {
   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_01b907db4cff {
   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_265cf74c8ed1 {
   width: 117px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: #379bff;
   border-radius: 8px 8px 8px 8px;
 }

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

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

 .button_link_6c74c838dab6 {}

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

 .container_4fd05d3198f8 {
   position: fixed !important;
   padding: 20px 100px 20px 100px;
   width: 1728px;
   height: 80px;
   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_26565b44b8f2 {
   width: 1728px;
   height: 5734px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #010f1d;
 }

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

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

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

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

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

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

 .button_bc04beff5647 {
   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_bc04beff5647 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

 .button_963fba9e40ba {
   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_963fba9e40ba {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

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

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

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

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

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

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

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

 .container_fb06ad1a8608 {
   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_dfbb46d0cb5f {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

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

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

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

 .container_3712dad53c0d {
   padding: 12px 12px 12px 12px;
   width: 169px;
   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_1ffbbeaa5a19 {
   position: relative !important;
   width: 400px;
   height: 635px;
 }

 .container_a5278ba77bc7 {
   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_91ae79b40dfb {
   width: 100%;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_10b236a9b957 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_20344174cfb6 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_d50423af708d {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_85937e91f754 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_2ba7bfeb5466 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .container_824320ac2bb4 {
   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: #0f1f33;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_e6617af6b020 {
   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_97294dcccf28 {
   width: 321px;
   height: 263px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .container_5ee9250d0a5c {
   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_0e16e6397497 {
   position: relative !important;
   width: 100%;
   height: 276px;
   overflow-x: clip;
   overflow-y: clip;
   background: #379bff;
   border-radius: 20px 20px 20px 20px;
 }

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

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

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

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

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

 .button_bf8b8f46a328 {
   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_bf8b8f46a328 {
   display: flex;
   flex-direction: row;
   align-items: center;
 }

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

 .button_1cdbcbcb45a8 {
   padding: 12px 157px 12px 157px;
   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_1cdbcbcb45a8 {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

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

 .text_010f950cb7fb {
   width: 37px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .text_728c6106b7aa {
   width: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .text_6301f93ea220 {
   width: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

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

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

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

 .imageview_6823e95c1ef2 {
   width: 94px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: -8px;
   top: 462.57px;
 }

 .imageview_bc1c3f8553fc {
   width: 92px;
   height: 93px;
   z-index: 1;
   position: absolute !important;
   left: 168px;
   top: 462.57px;
 }

 .imageview_0c205acb8441 {
   width: 78px;
   height: 97px;
   z-index: 1;
   position: absolute !important;
   left: 361px;
   top: 465px;
 }

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

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

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

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

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

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

 .button_8d3563023ad3 {
   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;
 }

 .button_link_8d3563023ad3 {}

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

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

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

 .button_ec2cd8496e6c {
   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;
 }

 .button_link_ec2cd8496e6c {}

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

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

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

 .container_1b6ad1744160 {
   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_0c03aa93ad34 {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_ece0a8eefdde {
   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_f302e74c5d5f {
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_517a33594232 {
   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_defce5e19abe {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

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

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

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

 .text-bc4556c4b42c_399934269fb4 {
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text-3ee741a046ae_399934269fb4 {
   line-height: 24px;
   font-family: 'Poppins';
 }

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

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

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

 .input_text_a7a7daa03c8f {
   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: 'Poppins';
 }

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

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

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

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

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

 .input_text_000b104f1e68 {
   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: 'Poppins';
 }

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

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

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

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

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

 .container_34322dd7ec58 {
   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_d941d2f9744a {
   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: 'Poppins';
 }

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

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

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

 .button_f65af2a24abe {
   padding: 12px 128.5px 12px 128.5px;
   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_f65af2a24abe {
   display: flex;
   flex-direction: row;
   gap: normal 8px;
   align-items: center;
 }

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

 .container_a7d3dde435c8 {
   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_a7d3dde435c8 {
   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_cf354fbd89c9 {
   width: 100%;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_294148cdccb8 {
   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_284db4a0a568 {
   width: 36px;
   height: 36px;
 }

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

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

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

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

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

 .container_a9c87de19980 {
   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_48fb47b7a100 {
   width: 440px;
   height: 7318px;
   position: absolute !important;
   left: 0px;
   top: 139px;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_nested_48fb47b7a100 {
   width: 440px;
   height: 7318px;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

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

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

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

 .container_296218e946b8 {
   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_a91d8bffc97b {
   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_8c657409a004 {
   width: 117px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: #379bff;
   border-radius: 8px 8px 8px 8px;
 }

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

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

 .button_link_54df28e88a6b {}

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

 .container_e9644539fe8c {
   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_2e4c91d5dc67 {
   position: fixed !important;
   width: 440px;
   height: 80px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
   background: #0f1f33;
 }

 .viewport_f2c3d7dc0b7a {
   width: 440px;
   height: 7457px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #010f1d;
 }