* { padding: 0; margin: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { background-color: #111316; font-family: "Inter", sans-serif; color: #fff; }

.wrapper { display: flex; flex-direction: column; }

.section { max-width: 1144px; margin-left: auto; margin-right: auto; width: 100%; }

.section_col { width: 50%; }

@media screen and (max-width: 820px) { .section_col { width: 100%; } }

.centered { display: flex; justify-content: center; align-items: center; max-width: 1144px; width: 100%; }

@media screen and (max-width: 480px) { .centered { flex-direction: column; } }

.justified { display: flex; justify-content: space-between; align-items: center; max-width: 1144px; width: 100%; }

@media screen and (max-width: 920px) { .justified { flex-direction: column; } }

.icon-card { display: flex; flex-direction: column; align-items: center; color: #ffffff; font-size: 17px; line-height: 1.8; }

@media only screen and (max-width: 500px) { .icon-card { align-items: center; text-align: center; max-width: 80%; } }

.icon-card_icon { width: 90px; height: 90px; margin-bottom: 25px; background-color: #2b313b; border-radius: 100%; display: inline-block; }

.icon-card_title { font-size: 24px; font-weight: bold; text-align: center; }

.icon-card_text { font-size: 16px; margin: 17px 0; color: #c3cdd3; text-align: center; }

footer { width: 100%; height: 250px; bottom: 0; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; margin-top: 100px; position: relative; grid-column: 2/5; }

@media screen and (max-width: 575px) { footer { margin-top: 40px; } }

footer .footer_gradient { position: absolute; top: 0; width: 100%; border: 1px solid #1D2127; height: 2px; }

footer .footer_container { display: flex; justify-content: space-between; align-items: center; width: 90%; max-width: 1200px; margin: 0 auto; }

@media screen and (max-width: 575px) { footer .footer_container { flex-direction: column; gap: 30px; } }

footer .footer_container_links { display: flex; justify-content: space-between; align-items: center; gap: 30px; }

footer .footer_container_links_item { height: 100%; width: auto; padding: 10px; cursor: pointer; text-decoration: none; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 700; letter-spacing: .15em; }

footer .footer_container_links_item:hover { color: #00C3FF; }

footer .footer_container_socials .social-media-block_container { gap: 30px; display: flex; align-items: center; justify-content: space-evenly; }

footer .footer_container_socials .social-media-block_container_item { display: flex; align-items: center; width: 32px; height: 32px; border-radius: 0; border: 1px solid #7b7e8b; justify-content: center; font-size: 14px; color: #fff; cursor: pointer; text-decoration: none; }

footer .footer_container_socials .social-media-block_container_item:hover { color: #00C3FF; }

.header_primary { width: 1140px; margin: 25px auto; }

@media only screen and (max-width: 1090px) { .header_primary { margin: 0; width: 100%; } }

.header_primary_navigation { grid-column: 4; }

.header_primary_navigation_item::after { background: #00C3FF; }

.header_primary_navigation_item_link:hover { color: #00C3FF; }

.header_primary .logo img { width: 280px; margin-left: 0; }

@media only screen and (max-width: 1090px) { .header_primary .logo img { width: 200px; margin-left: 27px; } }

.header_primary_mobile-menu-button .bar { background-color: #00C3FF; }

.page-404_container { grid-column: 1 / span 5; position: relative; }

.page-404_container img { width: 55%; margin: 0 auto; display: block; margin-top: -40px; }

.page-404_container_content { display: flex; justify-content: center; gap: 30px; flex-direction: column; align-items: center; height: 100vh; }

.page-404_container_content h3 { text-align: center; margin-top: -20px; }

@media only screen and (max-width: 825px) { .page-404_container img { margin-top: 80px; width: 70%; } .page-404_container_content { padding: 0 4%; margin-top: 20px; } }

.finance-page .highlight { color: #00C3FF; font-weight: 700; }

.finance-page .text-list { list-style-position: outside; margin-left: 20px; max-width: 550px; }

.finance-page .text-list li::marker { color: #00C3FF; }

.finance-page .funds-btn { color: #0C0C0F; background: #00C3FF; border-radius: 2px; }

.finance-page .funds-btn.large { height: 60px; padding: 18px 30px; }

.finance-page .funds-btn:hover { background: #ffffff; color: #0C0C0F; }

.finance-page .disclaimer { max-width: 1144px; margin: auto; font-size: 14px; font-style: italic; color: #d0d0d0; display: block; background: #171b20; padding: 20px; display: flex; justify-content: center; align-items: center; }

.finance-page .disclaimer i { font-size: 30px; margin-right: 20px; }

.finance-page .financial_header .page-main-header { align-items: center; margin-top: 0; }

@media only screen and (max-width: 1090px) { .finance-page .financial_header .page-main-header { align-items: start; margin-top: 180px !important; height: auto; margin-bottom: 60px !important; } }

.finance-page .financial_header .page-main-header_col1_uppertext { color: #00C3FF; font-size: 16px; line-height: 26px; text-transform: capitalize; font-weight: 400; }

.finance-page .financial_header .page-main-header_col1_text { margin-bottom: 0; margin-top: 10px; }

.finance-page .financial_header .page-main-header_col2 { margin-top: 0; max-width: 440px; }

.finance-page .financial-why-section { background: #1E2024; padding: 70px 0; }

.finance-page .financial-why-section .why-container { display: flex; justify-content: space-between; align-items: center; }

@media only screen and (max-width: 1090px) { .finance-page .financial-why-section .why-container { flex-direction: column-reverse; padding: 30px; } .finance-page .financial-why-section .why-container .right { margin-bottom: 40px; } }

.finance-page .funds-section { margin-bottom: 50px; }

.finance-page .funds-section .funds-title { max-width: 900px; margin: 0 auto -10px auto; }

.finance-page .funds-section .funds-button { text-align: center; margin-bottom: 30px; }

@media only screen and (max-width: 900px) { .finance-page .funds-section .funds-button { margin-bottom: 60px; } }

.finance-page .funds-section .fund-cards { display: flex; margin: 10px; gap: 20px; }

@media only screen and (max-width: 900px) { .finance-page .funds-section .fund-cards { flex-direction: column; align-items: center; } }

.finance-page .solutions-section { display: flex; background: #1E2024; padding: 40px; }

@media only screen and (max-width: 900px) { .finance-page .solutions-section { flex-direction: column-reverse; } }

.finance-page .solutions-section .left { flex-basis: 60%; }

.finance-page .solutions-section .right img { width: 100%; }

@media only screen and (max-width: 1140px) { .finance-page .expert-section .title { text-align: center; } .finance-page .expert-section .funds-btn { max-width: none; } }

.finance-page .expert-section .expert-cards { display: flex; gap: 20px; margin-bottom: 20px; }

@media only screen and (max-width: 900px) { .finance-page .expert-section .expert-cards { flex-direction: column; } }

.finance-page .expert-section .expert-cards .expert-card { display: flex; background: #1E2024; padding: 26px; flex-basis: 50%; }

@media only screen and (max-width: 900px) { .finance-page .expert-section .expert-cards .expert-card { flex-direction: column; gap: 20px; } }

.finance-page .expert-section .expert-cards .expert-card img { width: 148px; height: 148px; margin-right: 20px; border-radius: 50%; }

@media only screen and (max-width: 900px) { .finance-page .expert-section .expert-button { display: flex; justify-content: center; } }

.finance-page .contact-section { background: url("./../img/form_bg.png") lightgray 50%/cover no-repeat; padding: 70px 0; }

@media only screen and (max-width: 850px) { .finance-page .contact-section { padding: 20px 0; } }

.finance-page .contact-section .form-container { display: flex; justify-content: space-between; align-items: center; gap: 80px; }

@media only screen and (max-width: 1140px) { .finance-page .contact-section .form-container { padding: 20px; } }

@media only screen and (max-width: 900px) { .finance-page .contact-section .form-container { flex-direction: column; } }

.finance-page .contact-section .form-container .left { flex-basis: 55%; }

.finance-page .contact-section .form-container .right { flex-basis: 45%; max-width: 100%; }

.finance-page .contact-section .form-container .right .finance-form { background: #1D2127; height: auto; padding: 70px; border-radius: 8px; width: 100%; }

@media only screen and (max-width: 900px) { .finance-page .contact-section .form-container .right .finance-form { width: 500px; margin: auto; } }

@media only screen and (max-width: 500px) { .finance-page .contact-section .form-container .right .finance-form { padding: 30px; } }

.finance-page .contact-section .form-container .right .finance-form input { display: block; width: 100%; height: 50px; margin-bottom: 16px; padding: 16px; outline: none; color: #B5BDC2; background: #1D2127; border: 1px solid #616669; font-family: "Inter", sans-serif; font-size: 14px; }

.finance-page .institution-section { background: url("./../img/dots_module.svg") lightgray 50%/cover no-repeat; padding: 70px; }

@media only screen and (max-width: 850px) { .finance-page .institution-section { padding: 30px; } }

.grecaptcha-badge { visibility: hidden; }

.expert-button { display: flex; justify-content: center; align-items: center; }

@media only screen and (max-width: 1090px) { .blks-container { padding: 0 20px; } .page-main-header_col2 img { max-width: 100%; } }

@media only screen and (max-width: 850px) { .contact-form_wrapper { padding: 20px 0; } .contact-form_block { padding: 30px 0; } }

.funds_features_desktop .card-plain .icon { background: #1E2024; }

@media only screen and (max-width: 1024px) { .funds_features_desktop { display: none; } }

.funds_features_mobile { display: none; }

@media only screen and (max-width: 1024px) { .funds_features_mobile { display: flex; } }

.funds_features_mobile .icon { background: #1e2024; }

.press-release { margin-top: 10rem !important; }

.press { width: 100%; max-width: 1140px; margin: 0 auto; }

.press_articles { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 120px; }

@media only screen and (max-width: 1120px) { .press_articles { justify-content: center; } }

@media only screen and (max-width: 1024px) { .press-release { margin-top: 100px !important; } }

.pr-post_header { margin-top: 175px; display: flex; max-width: 1144px; margin-left: auto; margin-right: auto; align-items: center; justify-content: space-between; margin-bottom: 60px; gap: 30px; }

@media only screen and (max-width: 975px) { .pr-post_header { flex-direction: column-reverse; padding: 0 4%; } }

.pr-post_header div { width: 50%; }

@media only screen and (max-width: 975px) { .pr-post_header div { width: 100%; } }

.pr-post_header img { max-width: 500px; width: 100%; display: block; margin: 0 0 0 auto; }

@media only screen and (max-width: 975px) { .pr-post_header img { margin: 0 auto 5rem; max-width: none; } }

.pr-post_header span { color: #00C3FF; display: flex; align-items: center; text-transform: uppercase; }

.pr-post_header h1 { display: flex; align-items: center; margin-bottom: 20px; }

.pr-post_header p { display: flex; align-items: center; }

.pr-post_content { margin-left: auto; margin-right: auto; max-width: 1144px; display: flex; justify-content: space-between; gap: 10rem; }

@media only screen and (max-width: 975px) { .pr-post_content { flex-direction: column; align-items: center; margin-bottom: 15rem; padding: 0 4%; } }

.pr-post_content img { max-width: 100%; }

.pr-post_content .pr-post_main { font-style: normal; font-weight: 400; font-size: 16px; line-height: normal; letter-spacing: normal; color: #fff; max-width: 750px; width: 100%; }

.pr-post_content .pr-post_main h2 { margin-bottom: 20px; letter-spacing: normal; line-height: normal; color: #fff; font-weight: 700; font-family: "rigid-square", sans-serif; }

.pr-post_content .pr-post_main h4 { margin-bottom: 20px; letter-spacing: normal; line-height: normal; color: #fff; font-weight: 700; font-family: "rigid-square", sans-serif; }

.pr-post_content .pr-post_main > p, .pr-post_content .pr-post_main ul, .pr-post_content .pr-post_main ol, .pr-post_content .pr-post_main div, .pr-post_content .pr-post_main table, .pr-post_content .pr-post_main form, .pr-post_content .pr-post_main blockquote { margin-bottom: 27px; color: #B5BDC2; letter-spacing: normal; line-height: 25px; font-size: 16px; }

.pr-post_content .pr-post_main > ul, .pr-post_content .pr-post_main ol { list-style-position: inside; }

.pr-post_content .pr-post_main > ul li, .pr-post_content .pr-post_main ol li { margin-bottom: 14px; color: #B5BDC2; letter-spacing: normal; line-height: 25px; font-size: 16px; }

.pr-post_sidebar { color: #fff; border: 2px solid #00C3FF; border-image-source: linear-gradient(90deg, #3d3f4b, #00C3FF, #3d3f4b); border-image-slice: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 260px; max-height: 335px; width: 100%; padding: 4%; }

@media only screen and (max-width: 975px) { .pr-post_sidebar { max-width: none; } }

.pr-post_sidebar h4, .pr-post_sidebar h5 { display: flex; align-items: center; text-align: center; color: #00C3FF; margin-bottom: 22px; }

.pr-post_sidebar h6, .pr-post_sidebar p { display: flex; align-items: center; text-align: center; }

.pr-post_sidebar h5 { margin-top: 22px; }

.pr-post_sidebar_socials { display: flex; justify-content: space-between; gap: 25px; }

.pr-post_sidebar_socials a svg:hover path { fill: #00C3FF; }

.pr-spacer { border-bottom: 1px solid; border-image-source: linear-gradient(90deg, #3d3f4b, #00C3FF, #3d3f4b); border-image-slice: 1; max-width: 1440px; width: 100%; margin: 0 auto; position: relative; margin-bottom: 80px; }

@media only screen and (max-width: 975px) { .pr-spacer { padding: 0 4%; } }

.pr-spacer > div::after { background-image: radial-gradient(circle at 50% 50%, #00C3FF 25%, rgba(0, 195, 255, 0.8) 65%, #0D0E14 90%); opacity: 0.4; filter: blur(50px); content: ""; height: 40px; width: 100%; position: absolute; left: 0; right: 0; bottom: -70px; }

.pr-post_main a { text-decoration: none; color: #00C3FF; }

.pr-post_main a:hover { color: #fff; }

.press-article-block { display: flex; flex-direction: column; justify-content: flex-start; width: 100%; max-width: 500px; padding: 1rem; }

.press-article-block a { text-decoration: none; color: #ddd; }

.press-article-block_image-container { width: 36.4rem; height: 21.6rem; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center; }

.press-article-block_image-container img { width: 100%; }

.press-article-block_block { width: 100%; }

@media only screen and (max-width: 1500px) { .press-article-block_image-container { width: 100%; height: 20rem; } }

@media only screen and (max-width: 1000px) { .press-article-block { flex-direction: column; max-width: 100%; } .press-article-block_block { margin-top: 3rem; } }

@media only screen and (max-width: 700px) { .press-article-block { margin-left: auto; margin-right: auto; } }

.press-main-article { display: flex; flex-direction: row; justify-content: center; width: 100%; margin: 5rem 5rem 12rem 3rem; padding: 3rem 0; }

.press-main-article a { text-decoration: none; color: #ddd; }

.press-main-article_image-container { width: 82.8rem; height: auto; overflow: hidden; }

.press-main-article_image-container img { width: 100%; }

.press-main-article_block { width: 38.4rem; margin-left: 5rem; color: #ddd; }

.press-main-article_block_title { color: #ddd; margin-bottom: 1rem; }

.press-main-article_block_text { color: #ddd; }

.press-main-article_block_publication { margin-top: 2rem; }

@media only screen and (max-width: 1000px) { .press-main-article { flex-direction: column; margin-bottom: 10rem; margin-top: 5rem; margin-left: auto; margin-right: auto; } .press-main-article_block { margin-top: 3rem; margin-left: 0; width: 50%; } }

@media only screen and (max-width: 700px) { .press-main-article { margin: 5rem auto 5rem auto; width: 38.4rem; } .press-main-article_image-container { width: 38.4rem; } .press-main-article_block { width: 100%; } }

/*# sourceMappingURL=styles.css.map */