@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  color: #1E1E1E;
  font-family: "Prompt", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.btn1 {
  background: #1A1F67;
  padding: 10px 26px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #FFFFFF;
}

.btn2 {
  background: #1db0f0;
  padding: 10px 32px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #1A2266;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn3 {
  border: 1px solid #FFFFFF;
  padding: 12px 32px;
  background: transparent;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1430px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
ul.breadcrumbs li {
  margin-right: 8px;
}
ul.breadcrumbs li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
ul.breadcrumbs li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8980392157);
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

header.site-header {
  background: #FFFFFF;
}
header.site-header .header_mask {
  height: 76px;
}
header.site-header.scrolled .header_content {
  top: 0;
  transition: all 0.4s;
  background: #ffffff;
  z-index: 4;
}
header.site-header.scrolled .header_content .center {
  top: 76px;
}
header.site-header .top_header {
  background: #1A1F67;
  padding: 10px 0;
}
header.site-header .top_header .left_side {
  display: flex;
  align-items: center;
}
header.site-header .top_header .left_side .market_detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #9195CF;
  display: flex;
  align-items: center;
  margin-right: 77px;
}
@media screen and (max-width: 768px) {
  header.site-header .top_header .left_side .market_detail {
    margin-right: 15px;
  }
}
header.site-header .top_header .left_side .market_detail svg {
  margin-right: 6px;
}
header.site-header .top_header .left_side .market_detail:first-of-type {
  color: #FFFFFF;
}
header.site-header .top_header .left_side .market_detail.hour {
  width: 115px;
}
header.site-header .top_header .left_side .market_detail span.icon {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side {
    display: none;
  }
}
header.site-header .top_header .right_side .lang-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .top_header .right_side .lang-navigation ul li:first-of-type {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #9195CF;
}
header.site-header .top_header .right_side .lang-navigation ul li.current-lang a {
  color: #ffffff;
}
header.site-header .top_header .right_side .lang-navigation ul li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1%;
  color: #9195CF;
}
header.site-header .header_content {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .left_side .site-logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center {
    position: fixed;
    top: 116px;
    left: 0;
    max-width: 375px;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    bottom: 0;
    height: 100%;
    padding: 60px 20px;
    display: none;
  }
}
header.site-header .header_content .center nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .center nav ul li {
  margin: 0 16px;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .center nav ul li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
header.site-header .header_content .center nav ul li:first-of-type {
  margin-left: 0;
}
header.site-header .header_content .center nav ul li:last-of-type {
  margin-right: 0;
}
header.site-header .header_content .center nav ul li.hide_desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul li.hide_desktop {
    display: block;
  }
}
header.site-header .header_content .center nav ul li.hide_desktop a {
  background: #1A1F67;
  padding: 10px 26px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #FFFFFF;
  display: block;
  width: fit-content;
}
header.site-header .header_content .center nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #1A1F67;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .center nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul li a {
    font-size: 18px;
  }
}
header.site-header .header_content .center nav ul .pll-parent-menu-item {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul .pll-parent-menu-item {
    display: block;
  }
}
header.site-header .header_content .center nav ul .pll-parent-menu-item > a {
  display: none;
}
header.site-header .header_content .center nav ul .pll-parent-menu-item button {
  display: none;
}
header.site-header .header_content .center nav ul .pll-parent-menu-item ul.sub-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
header.site-header .header_content .center nav ul .pll-parent-menu-item ul.sub-menu li {
  width: fit-content;
  padding-right: 12px;
  margin-right: 12px;
}
header.site-header .header_content .center nav ul .pll-parent-menu-item ul.sub-menu li:first-of-type {
  border-right: 1px solid #1A2266;
}
header.site-header .header_content .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.site-header .header_content .right_side .search {
  margin-right: 48px;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .right_side .search {
    margin-right: 18px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side .search {
    margin-right: 26px;
  }
}
header.site-header .header_content .right_side .burger {
  display: none;
  width: 29px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side .burger {
    display: block;
  }
}
header.site-header .header_content .right_side .burger.active span {
  transition: all 0.4s;
  transform: rotate(45deg);
}
header.site-header .header_content .right_side .burger.active span:before {
  top: 0;
  transition: all 0.4s;
  transform: rotate(-90deg);
}
header.site-header .header_content .right_side .burger.active span:after {
  opacity: 0;
}
header.site-header .header_content .right_side .burger span {
  display: block;
  position: absolute;
  height: 2px;
  background: #1A1F67;
  border-radius: 12px;
  top: 10px;
  width: 100%;
}
header.site-header .header_content .right_side .burger span:before {
  top: -10px;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1A1F67;
  border-radius: 12px;
}
header.site-header .header_content .right_side .burger span:after {
  bottom: -10px;
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  right: 0;
  left: auto;
  background: #1A1F67;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side a {
    display: none;
  }
}

.main_section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 13, 60, 0.8) 25.96%, rgba(52, 68, 204, 0) 100%);
}
.main_section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 412px;
  background-image: url("/wp-content/themes/victor-child/assets/img/main_vector.png");
}
.main_section .main_section_content {
  max-width: 653px;
  position: relative;
  z-index: 3;
}
.main_section .main_section_content .section_meta {
  border: 1px solid rgba(29, 176, 240, 0.3019607843);
  border-radius: 9999px;
  padding: 6px 16px 6px 30px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1DB0F0;
  width: fit-content;
  margin-bottom: 20px;
}
.main_section .main_section_content .section_meta:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1DB0F0;
}
.main_section .main_section_content h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content h1 {
    font-size: 36px;
  }
}
.main_section .main_section_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #BDC0F1;
  margin-bottom: 32px;
}
.main_section .main_section_content .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons {
    flex-wrap: wrap;
  }
}
.main_section .main_section_content .buttons a {
  margin-right: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.main_section .main_section_content .buttons a svg {
  margin-left: 12px;
}

.head_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .head_section {
    margin-bottom: 26px;
    flex-wrap: wrap;
  }
}
.head_section .left_side h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 4px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .head_section .left_side h2 {
    font-size: 20px;
  }
}
.head_section .left_side p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.head_section .right_side a.btn3 {
  border: 1px solid #E5E7EB;
  color: #1A2266;
  display: flex;
  align-items: center;
  padding: 9px 12px;
}
@media screen and (max-width: 768px) {
  .head_section .right_side a.btn3 {
    margin-top: 12px;
  }
}
.head_section .right_side a.btn3 svg {
  margin-right: 12px;
  margin-left: 0;
}

.market_overview {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .market_overview {
    margin-top: 60px;
  }
}
.market_overview .market_grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .market_overview .market_grid {
    flex-wrap: wrap;
  }
}
.market_overview .market_grid .chart_box {
  width: calc(75% - 12px);
}
@media screen and (max-width: 768px) {
  .market_overview .market_grid .chart_box {
    width: 100%;
    margin-bottom: 26px;
  }
}
.market_overview .market_grid .chart_box #tv-chart-container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .market_overview .market_grid .chart_box #tv-chart-container {
    height: 450px;
  }
}
.market_overview .market_grid .watchlist {
  width: calc(25% - 12px);
}
@media screen and (max-width: 768px) {
  .market_overview .market_grid .watchlist {
    width: 100%;
  }
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 17px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 17px;
  right: 17px;
  background-image: url("/wp-content/themes/victor-child/assets/img/arrow_up.svg");
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card.neg:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/arrow_down.svg");
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card.neg .change-pct {
  color: #DC2828;
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card.neg .change-pct span {
  background: rgba(220, 40, 40, 0.1019607843);
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card .symbol-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #6A7181;
  display: block;
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card .price-val {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #1A2266;
  margin-bottom: 4px;
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card .change-pct {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2BAB6F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.market_overview .market_grid .watchlist .symbols_list .symbol-card .change-pct span {
  padding: 2px 6px;
  background: rgba(43, 171, 111, 0.1019607843);
  border-radius: 4px;
  margin-left: 8px;
}

.numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .numbers {
    flex-wrap: wrap;
  }
}
.numbers .number_block {
  width: calc(25% - 12px);
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 17px;
}
@media screen and (max-width: 991px) {
  .numbers .number_block {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .numbers .number_block {
    width: 100%;
    margin-bottom: 12px;
  }
}
.numbers .number_block h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #6A7181;
}
.numbers .number_block .number {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #1A2266;
  margin-bottom: 4px;
}
.numbers .number_block .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}

.market_gainers {
  padding: 100px 0;
  background: rgba(243, 244, 246, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .market_gainers {
    padding: 50px 0;
  }
}

.home_posts {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home_posts {
    padding: 40px 0;
  }
}
.home_posts .posts {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home_posts .posts {
    flex-wrap: wrap;
  }
}
.home_posts .posts .main_post {
  width: calc(40% - 12px);
  position: relative;
  border: 1px solid #E5E7EB;
}
@media screen and (max-width: 991px) {
  .home_posts .posts .main_post {
    width: 100%;
    margin-bottom: 26px;
  }
}
.home_posts .posts .main_post .imag_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  height: 306px;
  width: 100%;
}
.home_posts .posts .main_post .imag_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 34, 102, 0.5019607843);
  z-index: 1;
}
.home_posts .posts .main_post .imag_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home_posts .posts .main_post .imag_wrap .data {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  right: 24px;
}
.home_posts .posts .main_post .imag_wrap .data .post-category {
  margin-bottom: 12px;
  padding: 4px 10px 4px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
}
.home_posts .posts .main_post .imag_wrap .data .post-category.cat-stiri {
  color: #1DB0F0;
  background: rgba(109, 200, 213, 0.2);
}
.home_posts .posts .main_post .imag_wrap .data .post-category.cat-stiri:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/stiri.svg");
}
.home_posts .posts .main_post .imag_wrap .data .post-category.cat-anunt {
  color: #1A2266;
  background: rgba(100, 107, 162, 0.8);
}
.home_posts .posts .main_post .imag_wrap .data .post-category.cat-anunt:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/anunt.svg");
}
.home_posts .posts .main_post .imag_wrap .data .post-category:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  background-size: cover;
  top: 5px;
}
.home_posts .posts .main_post .imag_wrap .data h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.home_posts .posts .main_post .post_content {
  padding: 20px 18px;
  border-radius: 0 0 4px 4px;
}
.home_posts .posts .main_post .post_content .post-excerpt {
  margin-bottom: 16px;
}
.home_posts .posts .main_post .post_content .post-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
}
.home_posts .posts .main_post .post_content .post-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.home_posts .posts .main_post .post_content .read-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #1A2266;
}
.home_posts .posts .main_post .post_content .read-more svg {
  margin-left: 6px;
}
.home_posts .posts .secondary_posts_list {
  width: calc(60% - 12px);
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .home_posts .posts .secondary_posts_list {
    width: 100%;
  }
}
.home_posts .posts .secondary_posts_list .list-item {
  padding: 17px 50px 17px 20px;
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home_posts .posts .secondary_posts_list .list-item:last-of-type {
  border-bottom: 0;
}
.home_posts .posts .secondary_posts_list .list-item .item_icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 16px;
}
.home_posts .posts .secondary_posts_list .list-item .item_icon:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
}
.home_posts .posts .secondary_posts_list .list-item.cat-anunt .item_icon {
  background: rgba(26, 34, 102, 0.1019607843);
}
.home_posts .posts .secondary_posts_list .list-item.cat-anunt .item_icon:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/anunt.svg");
}
.home_posts .posts .secondary_posts_list .list-item.cat-anunt .post-category {
  color: #1A2266;
}
.home_posts .posts .secondary_posts_list .list-item.cat-stiri .item_icon {
  background: rgba(109, 200, 213, 0.1019607843);
}
.home_posts .posts .secondary_posts_list .list-item.cat-stiri .item_icon:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/stiri.svg");
}
.home_posts .posts .secondary_posts_list .list-item.cat-stiri .post-category {
  color: #1DB0F0;
}
.home_posts .posts .secondary_posts_list .list-item .list-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
  position: relative;
}
.home_posts .posts .secondary_posts_list .list-item .list-content .post-category {
  margin-right: 6px;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.home_posts .posts .secondary_posts_list .list-item .list-content .post-date {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #6A7181;
}
.home_posts .posts .secondary_posts_list .list-item h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}

.for_who_is {
  background: rgba(243, 244, 246, 0.3019607843);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .for_who_is {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .for_who_is .wrap {
    flex-wrap: wrap;
  }
}
.for_who_is .head_section {
  text-align: center;
  justify-content: center;
}
.for_who_is .head_section .left_side p {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}
.for_who_is .block {
  border: 1px solid #E5E7EB;
  padding: 28px;
  border-radius: 12px;
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 991px) {
  .for_who_is .block {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .for_who_is .block {
    padding: 28px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.for_who_is .block .icon {
  border: 1px solid rgba(26, 34, 102, 0.1019607843);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(26, 34, 102, 0.0509803922);
  border-radius: 12px;
  margin-bottom: 20px;
}
.for_who_is .block .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
  margin-bottom: 10px;
}
.for_who_is .block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  margin-bottom: 16px;
  color: #6A7181;
}
.for_who_is .block .note {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #1DB0F0;
}
.for_who_is .block a {
  padding: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1A2266;
}
.for_who_is .block a svg {
  margin-left: 12px;
}

.financial_future {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .financial_future {
    padding: 50px 0;
    flex-wrap: wrap;
  }
}
.financial_future .left_side {
  width: calc(50% - 24px);
}
@media screen and (max-width: 768px) {
  .financial_future .left_side {
    width: 100%;
    margin-bottom: 26px;
  }
}
.financial_future .left_side h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 16px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .financial_future .left_side h2 {
    font-size: 20px;
  }
}
.financial_future .left_side .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
  margin-bottom: 16px;
}
.financial_future .left_side a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.financial_future .left_side a svg {
  margin-left: 12px;
}
.financial_future .right_side {
  width: calc(50% - 24px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .financial_future .right_side {
    width: 100%;
  }
}
.financial_future .right_side .block {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 25px;
}
.financial_future .right_side .block .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(26, 34, 102, 0.0509803922);
  margin: 0 auto 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.financial_future .right_side .block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 4px;
  color: #1A2266;
}
.financial_future .right_side .block p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  color: #6A7181;
}

footer.site-footer {
  background: #1A2266;
}
footer.site-footer .newsletter {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .left_side {
    margin-bottom: 18px;
  }
}
footer.site-footer .newsletter .left_side h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .left_side h3 {
    font-size: 20px;
  }
}
footer.site-footer .newsletter .left_side p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
footer.site-footer .newsletter .right_side {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .right_side {
    max-width: 100%;
  }
}
footer.site-footer .newsletter .right_side .mailpoet_form form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .right_side .mailpoet_form form {
    flex-wrap: wrap;
  }
}
footer.site-footer .newsletter .right_side .mailpoet_form form .mailpoet_paragraph {
  margin-bottom: 0 !important;
  margin-left: 8px !important;
}
@media screen and (max-width: 768px) {
  footer.site-footer .newsletter .right_side .mailpoet_form form .mailpoet_paragraph {
    width: 100%;
    margin-bottom: 8px !important;
    margin-left: 0 !important;
  }
}
footer.site-footer .newsletter .right_side .mailpoet_form form .mailpoet_paragraph input[type=email] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 10px 16px !important;
  border-radius: 8px;
}
footer.site-footer .newsletter .right_side .mailpoet_form form .mailpoet_paragraph input[type=submit] {
  border-radius: 6px;
  padding: 10px 16px !important;
  background: #1DB0F0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #1A2266;
}
footer.site-footer .footer_content {
  padding: 48px 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .column {
  width: calc(20% - 25px);
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer.site-footer .footer_content .column .logo {
  margin-bottom: 15px;
}
footer.site-footer .footer_content .column p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: rgba(255, 255, 255, 0.5019607843);
}
footer.site-footer .footer_content .column .contacts {
  margin-top: 15px;
}
footer.site-footer .footer_content .column .contacts p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
footer.site-footer .footer_content .column .contacts p svg {
  margin-right: 10px;
}
footer.site-footer .footer_content .column h4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1DB0F0;
  margin-bottom: 16px;
}
footer.site-footer .footer_content .column nav ul li {
  margin-bottom: 10px;
}
footer.site-footer .footer_content .column nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
footer.site-footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom p {
    margin-bottom: 16px;
  }
}
footer.site-footer .footer_bottom .lang-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .footer_bottom .lang-navigation ul li:first-of-type {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #9195CF;
}
footer.site-footer .footer_bottom .lang-navigation ul li.current-lang a {
  color: #ffffff;
}
footer.site-footer .footer_bottom .lang-navigation ul li a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -1%;
  color: #9195CF;
  line-height: 16px;
}

.text_page {
  margin: 48px 0;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
.text_page h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h1 {
    font-size: 36px;
  }
}
.text_page h2 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .text_page h2 {
    font-size: 24px;
  }
}
.text_page h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h3 {
    font-size: 20px;
  }
}
.text_page h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h4 {
    font-size: 18px;
  }
}
.text_page p, .text_page a, .text_page li {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
.text_page ul, .text_page ol {
  padding-left: 25px;
  list-style: inherit !important;
  margin-bottom: 12px;
}
.text_page strong {
  font-weight: 600;
}
.text_page p, .text_page a {
  margin-bottom: 12px;
}
.text_page a {
  text-decoration: underline !important;
}

.second_main_section {
  background: #1A2266;
  padding: 80px 0 110px;
}
@media screen and (max-width: 768px) {
  .second_main_section {
    padding: 100px 0;
  }
}
.second_main_section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .second_main_section h1 {
    font-size: 30px;
  }
}
.second_main_section .page_description {
  max-width: 660px;
}
.second_main_section .page_description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: rgba(255, 255, 255, 0.6980392157);
}

.cconsiliu_numbers {
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .cconsiliu_numbers .wrap {
    flex-wrap: wrap;
  }
}
.cconsiliu_numbers .block {
  width: 33.3333333333%;
  border-right: 1px solid #E5E7EB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .cconsiliu_numbers .block {
    width: 100%;
    justify-content: flex-start;
    padding: 24px 70px;
  }
}
.cconsiliu_numbers .block .icon {
  margin-right: 12px;
}
.cconsiliu_numbers .block .block_content .number {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
}
.cconsiliu_numbers .block .block_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.cconsiliu_numbers .block:last-of-type {
  border-right: 0;
}

.team .team_section {
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .team .team_section {
    padding: 50px 0;
  }
}
.team .team_section .head_section p {
  max-width: 668px;
}
.team .team_section .membri {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.team .team_section .member {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  width: calc(33.3333333333% - 21px);
  margin-bottom: 32px;
  margin-right: 31px;
}
@media screen and (max-width: 991px) {
  .team .team_section .member {
    width: calc(50% - 21px);
  }
}
@media screen and (max-width: 768px) {
  .team .team_section .member {
    width: 100%;
    margin-right: 0;
  }
}
.team .team_section .member .top_member {
  display: flex;
  justify-content: flex-start;
}
.team .team_section .member:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .team .team_section .member:nth-of-type(3n) {
    margin-right: 21px;
  }
}
@media screen and (max-width: 768px) {
  .team .team_section .member:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .team .team_section .member:nth-of-type(2n) {
    margin-right: 0;
  }
}
.team .team_section .member .img_wrap {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.team .team_section .member .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.team .team_section .member .member_meta {
  width: calc(100% - 96px);
  margin-left: 16px;
}
.team .team_section .member .member_meta h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A2266;
  margin-bottom: 2px;
}
.team .team_section .member .member_meta span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #1DB0F0;
}
.team .team_section .member p {
  width: 100%;
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
}
.team .team_section.executive .membri {
  justify-content: space-between;
}
.team .team_section.executive .membri .member {
  padding: 32px;
  width: calc(50% - 16px);
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .team .team_section.executive .membri .member {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team .team_section.executive .membri .member {
    padding: 24px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.team .team_section.executive .membri .member .img_wrap {
  width: 112px;
  height: 112px;
}
.team .team_section.executive .membri .member .member_meta {
  width: calc(100% - 132px);
  margin-left: 20px;
}
.team .team_section.executive .membri .member .member_meta h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 2px;
}
.team .team_section.executive .membri .member .member_meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1DB0F0;
}

.structura_bim {
  margin-bottom: 54px;
}
.structura_bim .head_section {
  justify-content: center;
  margin-bottom: 40px;
}
.structura_bim .structura_desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .structura_bim .structura_desktop {
    display: none;
  }
}
.structura_bim .structura_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .structura_bim .structura_mobile {
    display: block;
  }
}

.call_to_action {
  text-align: center;
  padding: 20px 0 80px;
}
.call_to_action h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #1A2266;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .call_to_action h2 {
    font-size: 20px;
    text-align: left;
  }
}
.call_to_action p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 32px;
  color: #6A7181;
}
@media screen and (max-width: 768px) {
  .call_to_action p {
    text-align: left;
  }
}
.call_to_action .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .call_to_action .buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.call_to_action .buttons .btn1 {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .call_to_action .buttons .btn1 {
    margin-bottom: 12px;
  }
}
.call_to_action .buttons .btn3 {
  border: 1px solid #E5E7EB;
  color: #1A2266;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.mission_page .vision {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .mission_page .vision {
    padding: 50px 0;
    flex-wrap: wrap;
  }
}
.mission_page .vision .left_side {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 768px) {
  .mission_page .vision .left_side {
    width: 100%;
    margin-bottom: 16px;
  }
}
.mission_page .vision .right_side {
  width: calc(66.6666666667% - 16px);
  border: 1px solid #E5E7EB;
  padding: 32px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .mission_page .vision .right_side {
    width: 100%;
  }
}
.mission_page .vision .right_side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: rgba(26, 34, 102, 0.8980392157);
}
.mission_page .mission {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mission_page .mission {
    margin: 40px 0;
  }
}
.mission_page .mission .head {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 76px) {
  .mission_page .mission .head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mission_page .mission .wrap {
    flex-wrap: wrap;
  }
}
.mission_page .mission .block {
  width: calc(33.3333333333% - 16px);
  border: 1px solid #E5E7EB;
  padding: 28px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .mission_page .mission .block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.mission_page .mission .block .icon {
  margin-bottom: 18px;
}
.mission_page .mission .block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: rgba(26, 34, 102, 0.8);
}
.mission_page hr {
  border: 1px solid rgba(243, 244, 246, 0.7);
}
.mission_page h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .mission_page h2 {
    font-size: 20px;
  }
}
.mission_page h6 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1DB0F0;
  margin-bottom: 12px;
}
.mission_page h6 svg {
  margin-right: 12px;
}

.valolri_de_baza {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .valolri_de_baza {
    padding: 50px 0;
  }
}
.valolri_de_baza .head {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .valolri_de_baza .head {
    margin-bottom: 26px;
  }
}
.valolri_de_baza .head p {
  max-width: 675px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}
.valolri_de_baza .subtitle_wrap {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.valolri_de_baza .subtitle_wrap:before {
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #E5E7EB;
  position: absolute;
  top: 8px;
  z-index: 1;
}
.valolri_de_baza .subtitle_wrap h5 {
  text-align: center;
  padding: 0 12px;
  background: white;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6A7181;
}
.valolri_de_baza .blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .valolri_de_baza .blocks {
    flex-wrap: wrap;
  }
}
.valolri_de_baza .blocks .block {
  width: calc(25% - 15px);
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .valolri_de_baza .blocks .block {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .valolri_de_baza .blocks .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.valolri_de_baza .blocks .block .icon {
  margin-bottom: 15px;
}
.valolri_de_baza .blocks .block h4 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
}
.valolri_de_baza .blocks .block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
}
.valolri_de_baza .valori_operationale {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .valolri_de_baza .valori_operationale {
    flex-wrap: wrap;
  }
}
.valolri_de_baza .valori_operationale .block {
  display: flex;
  width: calc(50% - 10px);
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .valolri_de_baza .valori_operationale .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.valolri_de_baza .valori_operationale .block .icon {
  margin-right: 16px;
}
.valolri_de_baza .valori_operationale .block .content {
  width: calc(100% - 60px);
}
.valolri_de_baza .valori_operationale .block .content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 7px;
}
.valolri_de_baza .valori_operationale .block .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
}

.benefits_wrap {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .benefits_wrap {
    margin: 50px 0;
  }
}
.benefits_wrap .head {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .head {
    margin-bottom: 26px;
  }
}
.benefits_wrap .head p {
  max-width: 670px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}
.benefits_wrap .stakeholder {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder {
    padding: 16px;
  }
}
.benefits_wrap .stakeholder .head_section {
  margin-bottom: 24px;
}
.benefits_wrap .stakeholder .head_section h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A2266;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .head_section h3 {
    font-size: 18px;
  }
}
.benefits_wrap .stakeholder .head_section h3 img {
  margin-right: 16px;
}
.benefits_wrap .stakeholder .benefits {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .benefits_wrap .stakeholder .benefits {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .benefits {
    justify-content: space-between;
  }
}
.benefits_wrap .stakeholder .benefits .benefit {
  width: calc(16.6666666667% - 13px);
  margin-right: 15px;
  border: 1px solid #E5E7EB;
  padding: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .benefits_wrap .stakeholder .benefits .benefit {
    width: calc(33.3333333333% - 13px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .benefits .benefit {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 0;
    padding: 8px;
  }
}
@media screen and (max-width: 991px) {
  .benefits_wrap .stakeholder .benefits .benefit:nth-of-type(3n) {
    margin-right: 0;
  }
}
.benefits_wrap .stakeholder .benefits .benefit .benefit_meta {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .benefits .benefit .benefit_meta {
    flex-wrap: wrap;
  }
}
.benefits_wrap .stakeholder .benefits .benefit .benefit_meta img {
  margin-right: 10px;
}
.benefits_wrap .stakeholder .benefits .benefit .benefit_meta h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .benefits .benefit .benefit_meta h4 {
    width: 100%;
  }
}
.benefits_wrap .stakeholder .benefits .benefit p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: #6A7181;
}
.benefits_wrap .stakeholder .benefits .benefit:last-of-type {
  margin-right: 0;
}

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