@charset "UTF-8";
@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;
  transition: all 0.4s;
}
.btn1:hover {
  background: #1DB0F0;
  transition: all 0.4s;
}

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

.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;
  transition: all 0.4s;
}
.btn3:hover {
  background: #6A7181;
  transition: all 0.4s;
}

.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;
  display: flex;
}
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);
}

.in_curand {
  padding: 100px 0;
}
.in_curand h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #1A2266;
  text-align: center;
}

.modal_search_form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  padding: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  transition: all 0.4s;
  height: 100%;
}
.modal_search_form.active {
  top: 0;
  transition: all 0.4s;
}
.modal_search_form .close {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10px;
  cursor: pointer;
  transform: rotate(180deg);
}
.modal_search_form .search-form-custom {
  width: 100%;
}
.modal_search_form .search-form-custom .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.modal_search_form .search-form-custom .search-input-wrapper .search-field {
  width: 100%;
  padding: 10px 40px 10px 15px; /* Spațiu în dreapta pentru lupă */
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 20px; /* Îi dă colțuri rotunjite moderne */
  outline: none;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}
.modal_search_form .search-form-custom .search-field:focus {
  border: 1px solid #1DB0F0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.2);
}
.modal_search_form .search-form-custom .search-submit {
  position: absolute;
  right: 5px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.modal_search_form .search-form-custom .search-submit:hover {
  color: #0073aa;
}

.head {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .head {
    margin-bottom: 30px;
  }
}
.head h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1DB0F0;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.head h6 svg {
  margin-right: 8px;
}
.head h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
  color: #1A2266;
}
.head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}

/* 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;
  z-index: 4;
  position: sticky;
  top: -40px;
}
header.site-header .header_mask {
  height: 76px;
  display: none;
}
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;
  width: 100%;
  z-index: 4;
}
header.site-header .header_content .left_side .site-logo {
  max-width: 121px;
}
@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.menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li {
  margin: 0 16px;
}
@media screen and (max-width: 1430px) {
  header.site-header .header_content .center nav ul.menu-wrapper li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li:first-of-type {
  margin-left: 0;
}
header.site-header .header_content .center nav ul.menu-wrapper li:last-of-type {
  margin-right: 0;
}
header.site-header .header_content .center nav ul.menu-wrapper li.current-menu-ancestor > a {
  background: #1DB0F0;
  transition: all 0.4s;
  color: white;
}
header.site-header .header_content .center nav ul.menu-wrapper li:hover > a {
  background: #1DB0F0;
  transition: all 0.4s;
  color: white;
}
header.site-header .header_content .center nav ul.menu-wrapper li.hide_desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.hide_desktop {
    display: block;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper 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.menu-wrapper li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #1A1F67;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .center nav ul.menu-wrapper li a {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li a {
    font-size: 18px;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children button {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  left: 50%;
  width: 100%;
  top: calc(100% - 21px);
  background: white;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1430px;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 9;
  flex-wrap: wrap;
  padding: 68px 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  pointer-events: auto;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu.active li ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu:before {
  content: "";
  width: 99vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: white;
  position: absolute;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu:before {
    display: none;
  }
}
@media screen and (max-width: 1430px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu {
    max-width: 991px;
    top: calc(100% - 28px);
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu {
    position: fixed;
    top: 116px;
    max-width: 375px;
    z-index: -1;
    transform: none;
    left: 0;
    padding: 48px 16px;
    display: block;
    bottom: 0;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li {
  width: calc(33.3333333333% - 40px);
  margin-left: 0;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li:nth-of-type(3n) {
  margin-right: 0;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.current-menu-ancestor > a {
  color: #1DB0F0;
  transition: all 0.4s;
  background: transparent;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li:hover > a {
  background: transparent;
  color: #1A1F67;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.not_click > a {
  pointer-events: none;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.not_click > a:hover {
  color: #1A1F67;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.not_click > a:after {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.back_to_main_menu {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.back_to_main_menu {
    display: block;
    margin-bottom: 30px;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.back_to_main_menu a {
  padding: 10px 10px 10px 40px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li.back_to_main_menu a:after {
  transform: rotate(180deg);
  right: auto;
  left: 12px;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 215%;
  letter-spacing: -1.1%;
  text-transform: uppercase;
  color: #1A1F67;
  position: relative;
  padding: 0 28px 0 0;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > a:hover {
  color: #1DB0F0;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  background: url("/wp-content/themes/victor-child/assets/img/arrow_right.svg");
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul {
  position: relative;
  display: block;
  padding: 0 11px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  z-index: 999;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul:before {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul > li {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul > li.current-menu-item a {
  color: #1DB0F0;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul > li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 215%;
  letter-spacing: -1.1%;
  text-transform: uppercase;
  color: #6A7181;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul > li a:hover {
  color: #1DB0F0;
  transition: all 0.4s;
}
header.site-header .header_content .center nav ul.menu-wrapper li.menu-item-has-children > ul.sub-menu > li > ul > li a:after {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item {
    display: block;
  }
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item > a {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item button {
  display: none;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item ul.sub-menu {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  padding: 0 16px !important;
  z-index: 2 !important;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item ul.sub-menu li {
  width: fit-content !important;
  padding-right: 12px !important;
  margin-right: 12px !important;
  margin-bottom: 0 !important;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item ul.sub-menu li:first-of-type {
  border-right: 1px solid #1A2266;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item ul.sub-menu li a {
  padding-right: 0 !important;
}
header.site-header .header_content .center nav ul.menu-wrapper .pll-parent-menu-item ul.sub-menu li a:after {
  display: none !important;
}
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;
  cursor: pointer;
}
@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;
  transition: all 0.4s;
}
@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;
}
.head_section .right_side a.btn3 svg path {
  transition: all 0.4s;
}
.head_section .right_side a.btn3:hover {
  color: white;
  transition: all 0.4s;
}
.head_section .right_side a.btn3:hover svg path {
  stroke: white;
  transition: all 0.4s;
}

.market_overview {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .market_overview {
    margin-top: 60px;
  }
}
.market_overview .bimx-dashboard-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .market_overview .bimx-dashboard-container {
    flex-wrap: wrap;
  }
}
.market_overview .bimx-dashboard-container .bimx-chart-container {
  width: calc(75% - 12px);
}
@media screen and (max-width: 768px) {
  .market_overview .bimx-dashboard-container .bimx-chart-container {
    width: 100%;
    margin-bottom: 26px;
  }
}
.market_overview .bimx-dashboard-container .bimx-chart-container #tv-chart-container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .market_overview .bimx-dashboard-container .bimx-chart-container #tv-chart-container {
    height: 450px;
  }
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list {
  width: calc(25% - 12px);
}
@media screen and (max-width: 768px) {
  .market_overview .bimx-dashboard-container .bimx-sidebar-list {
    width: 100%;
  }
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-card {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 17px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-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 .bimx-dashboard-container .bimx-sidebar-list .bimx-card:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(86, 91, 101, 0.4);
  transition: all 0.4s;
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-card.active {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(86, 91, 101, 0.4);
  transition: all 0.4s;
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-card.neg:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/arrow_down.svg");
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-card.neg .change-pct {
  color: #DC2828;
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-card.neg .change-pct span {
  background: rgba(220, 40, 40, 0.1019607843);
}
.market_overview .bimx-dashboard-container .bimx-sidebar-list .bimx-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 .bimx-dashboard-container .bimx-sidebar-list .bimx-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 .bimx-dashboard-container .bimx-sidebar-list .bimx-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 .bimx-dashboard-container .bimx-sidebar-list .bimx-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;
  margin-top: 32px;
}
@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;
  }
}
.market_gainers .market-table-container {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .market_gainers .market-table-container {
    overflow-x: auto;
    padding: 10px;
  }
}
.market_gainers .market-table-container .bimx-market-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.market_gainers .market-table-container .bimx-market-table th {
  text-align: left;
  padding: 15px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #f1f5f9;
}
.market_gainers .market-table-container .bimx-market-table td {
  padding: 18px 15px;
  border-bottom: 1px solid #f8fafc;
  font-size: 14px;
  vertical-align: middle;
}
.market_gainers .market-table-container .summary-tabs {
  display: flex;
  justify-content: flex-start;
}
.market_gainers .market-table-container .summary-tabs button {
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  color: #6A7181;
  cursor: pointer;
  transition: all 0.4s;
  margin-right: 12px;
}
.market_gainers .market-table-container .summary-tabs button svg {
  margin-right: 6px;
}
.market_gainers .market-table-container .summary-tabs button:hover {
  background: #F0F5F7;
  transition: all 0.4s;
}
.market_gainers .market-table-container .summary-tabs button.active {
  background: #1A2266;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  color: #FFFFFF;
}
.market_gainers .market-table-container .summary-tabs button.active svg path {
  stroke: white;
}
.market_gainers .market-table-container .table-responsive table thead th {
  font-weight: 600;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #6A7181;
}
.market_gainers .market-table-container .table-responsive table tbody tr {
  transition: all 0.4s;
}
.market_gainers .market-table-container .table-responsive table tbody tr:hover {
  background: #F0F5F7;
  transition: all 0.4s;
}
.market_gainers .market-table-container .table-responsive table tbody tr td {
  padding: 16px;
}
.market_gainers .market-table-container .table-responsive table tbody tr td .pct-badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 2px 8px;
  border-radius: 4px;
}
.market_gainers .market-table-container .table-responsive table tbody tr td .pct-badge.pos {
  color: #2BAB6F;
  background: rgba(43, 171, 111, 0.1019607843);
}
.market_gainers .market-table-container .table-responsive table tbody tr td .pct-badge.neg {
  color: #DC2828;
  background: rgba(220, 40, 40, 0.1019607843);
}
.market_gainers .market-table-container .table-responsive table tbody tr td span.number {
  color: #6A7181;
  font-size: 12px;
  line-height: 16px;
}
.market_gainers .market-table-container .table-responsive table tbody tr td .symbol-name {
  color: #1A2266;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.market_gainers .market-table-container .table-responsive table tbody tr td .full-name {
  color: #6A7181;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.market_gainers .market-table-container .table-responsive table tbody tr td .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #1A2266;
}

.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;
  transition: all 0.4s;
  position: relative;
}
.home_posts .posts .secondary_posts_list .list-item:hover {
  background: #F0F5F7;
  transition: all 0.4s;
}
.home_posts .posts .secondary_posts_list .list-item:hover .arrow {
  opacity: 1;
  transition: all 0.4s;
}
.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;
}
.home_posts .posts .secondary_posts_list .list-item .arrow {
  position: absolute;
  right: 52px;
  top: calc(50% - 8px);
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .home_posts .posts .secondary_posts_list .list-item .arrow {
    right: 12px;
  }
}

.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);
  transition: all 0.4s;
}
@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:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(86, 91, 101, 0.4);
  transition: all 0.4s;
}
.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;
  transition: all 0.4s;
}
.for_who_is .block a:hover {
  color: #1DB0F0;
  transition: all 0.4s;
}
.for_who_is .block a:hover svg path {
  stroke: #1DB0F0;
  transition: all 0.4s;
}
.for_who_is .block a svg {
  margin-left: 12px;
}
.for_who_is .block a svg path {
  transition: all 0.4s;
}

.partners .slick-track {
  display: flex;
  align-items: center;
}
.partners .img_wrap {
  opacity: 0.4;
  transition: all 0.4s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px;
}
.partners .img_wrap:hover {
  opacity: 1;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  transition: all 0.4s;
}
.partners .img_wrap img {
  margin: 0 auto;
}

.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;
  transition: all 0.4s;
}
.financial_future .right_side .block:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  transition: all 0.4s;
}
.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;
  color: white;
}
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 .newsletter .right_side .mailpoet_form form .mailpoet_validate_success {
  color: white;
}
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_partners {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_partners {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_partners .logos {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_partners .logos {
    width: 100%;
    margin-top: 12px;
  }
}
footer.site-footer .footer_partners .logos img {
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_partners .logos img {
    margin-left: 0;
    margin-right: 12px;
  }
}
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;
}
footer.site-footer .contact_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
footer.site-footer .contact_modal_overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
footer.site-footer .contact_modal_overlay .modal_content {
  max-width: 700px;
  width: 100%;
  padding: 48px 24px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgba(241, 241, 241, 0.4);
  background: white;
  margin: 0 auto;
  position: relative;
}
footer.site-footer .contact_modal_overlay .modal_content .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
footer.site-footer .contact_modal_overlay .modal_content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #1A2266;
  margin-bottom: 24px;
  text-align: center;
}
footer.site-footer .contact_modal_overlay .modal_content form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #6A7181;
}
footer.site-footer .contact_modal_overlay .modal_content form .input_row {
  display: flex;
  justify-content: space-between;
}
footer.site-footer .contact_modal_overlay .modal_content form .input_row p {
  width: calc(50% - 12px);
  margin-bottom: 12px;
}
footer.site-footer .contact_modal_overlay .modal_content form .input_row p label input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}
footer.site-footer .contact_modal_overlay .modal_content form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  height: 120px;
}
footer.site-footer .contact_modal_overlay .modal_content form input[type=submit] {
  background: #1A1F67;
  color: white;
  padding: 10px 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  border-radius: 7px;
  transition: all 0.4s;
}
footer.site-footer .contact_modal_overlay .modal_content form input[type=submit]:hover {
  background: #1DB0F0;
  transition: all 0.4s;
}

.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 .label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1EB1F1;
  padding: 2px 10px;
  background: rgba(30, 177, 241, 0.2);
  border: 1px solid rgba(30, 177, 241, 0.3019607843);
  border-radius: 9999px;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
}
.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);
}

.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;
  width: calc(33.3333333333% - 21px);
  margin-bottom: 32px;
  margin-right: 31px;
  transition: all 0.4s;
}
@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:hover {
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  border: 1px solid #1DB0F0;
  transition: all 0.4s;
}
.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: 100%;
  height: 280px;
  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_content {
  padding: 16px 24px 24px;
}
.team .team_section .member .member_content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A2266;
  margin-bottom: 2px;
}
.team .team_section .member .member_content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #1DB0F0;
}
.team .team_section .member .member_content p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits text to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team .team_section .member button {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 12px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1A2266;
  cursor: pointer;
  transition: all 0.4s;
}
.team .team_section .member button:hover {
  color: #1DB0F0;
  transition: all 0.4s;
}
.team .team_section .modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(138, 138, 138, 0.6);
  z-index: 5;
  backdrop-filter: blur(9px);
}
.team .team_section .modal_overlay .modal_content_member {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #FFFFFF;
  max-width: 850px;
  width: 100%;
  padding: 80px 150px;
  max-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .team .team_section .modal_overlay .modal_content_member {
    max-width: 600px;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .team .team_section .modal_overlay .modal_content_member {
    padding: 50px 20px;
  }
}
.team .team_section .modal_overlay .modal_content_member.active {
  display: block;
}
.team .team_section .modal_overlay .modal_content_member .close {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .team .team_section .modal_overlay .modal_content_member .close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .team .team_section .modal_overlay .modal_content_member .close {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .team .team_section .modal_overlay .modal_content_member .close svg {
    max-width: 32px;
  }
}
.team .team_section .modal_overlay .modal_content_member .img_wrap {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .team .team_section .modal_overlay .modal_content_member .img_wrap {
    height: 250px;
  }
}
.team .team_section .modal_overlay .modal_content_member .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.team .team_section .modal_overlay .modal_content_member h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 8px;
  text-align: center;
}
.team .team_section .modal_overlay .modal_content_member span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1DB0F0;
  text-align: center;
  display: block;
  width: 100%;
}
.team .team_section .modal_overlay .modal_content_member p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
  margin-top: 36px;
}
.team .team_section .modal_overlay .modal_content_member .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.team .team_section .modal_overlay .modal_content_member .social a {
  margin: 0 8px;
}

.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 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .mission_page .vision {
    padding: 50px 0;
    flex-wrap: wrap;
  }
}
.mission_page .vision .left_side {
  width: 100%;
  padding: 56px;
  border: 1px solid #E5E7EB;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, rgba(109, 200, 213, 0.35) 100%);
  position: relative;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .mission_page .vision .left_side {
    padding: 30px 15px;
  }
}
.mission_page .vision .left_side:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  top: 0;
  background: url("/wp-content/themes/victor-child/assets/img/vision_bg.png");
  width: 50%;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .mission_page .vision .left_side:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mission_page .vision .left_side:before {
    display: none;
  }
}
.mission_page .vision .left_side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: rgba(26, 34, 102, 0.8980392157);
  max-width: 670px;
  margin-top: 20px;
}
.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;
  transition: all 0.4s;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mission_page .mission .block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.mission_page .mission .block:last-of-type {
  width: 100%;
}
.mission_page .mission .block:last-of-type .icon {
  display: none;
}
.mission_page .mission .block:last-of-type p {
  max-width: 720px;
}
.mission_page .mission .block:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  transition: all 0.4s;
}
.mission_page .mission .block .icon {
  margin-bottom: 18px;
}
.mission_page .mission .block h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 7px;
}
.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 80px;
}
@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;
  flex-wrap: wrap;
}
.valolri_de_baza .blocks .block {
  width: calc(33.3333333333% - 13px);
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  transition: all 0.4s;
}
@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:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  transition: all 0.4s;
}
.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-bottom: 0;
  padding: 20px 24px;
}
.benefits_wrap .stakeholder:last-of-type {
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder {
    padding: 16px;
  }
}
.benefits_wrap .stakeholder .head_section {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .head_section {
    flex-wrap: nowrap;
  }
}
.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;
  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;
}
@media screen and (max-width: 768px) {
  .benefits_wrap .stakeholder .head_section h3 img {
    max-width: 38px;
  }
}
.benefits_wrap .stakeholder .benefits_accordion {
  display: none;
}
.benefits_wrap .stakeholder .benefits {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@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;
  transition: all 0.4s;
}
@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;
  }
}
.benefits_wrap .stakeholder .benefits .benefit:hover {
  border: 1px solid #1DB0F0;
  box-shadow: 0px 2px 6px 0px rgba(106, 113, 129, 0.4);
  transition: all 0.4s;
}
@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;
}

.guvernanta_wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .guvernanta_wrap {
    padding-top: 40px;
  }
}
.guvernanta_wrap .guvernanta {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 40px 40px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guvernanta_wrap .guvernanta {
    padding: 30px 16px 14px;
  }
}
.guvernanta_wrap .guvernanta p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
  max-width: 700px;
  margin-bottom: 16px;
}
.guvernanta_wrap .guvernanta b {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 16px;
  display: block;
}
.guvernanta_wrap .guvernanta .blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guvernanta_wrap .guvernanta .blocks .block {
  width: calc(50% - 8px);
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  color: #1A2266;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .guvernanta_wrap .guvernanta .blocks .block {
    width: 100%;
  }
}
.guvernanta_wrap .guvernanta .blocks .block svg {
  margin-right: 12px;
}

.for_who_is .head p {
  max-width: 671px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}
.for_who_is table {
  margin-top: 40px;
  width: 100%;
}
.for_who_is table thead th {
  padding: 14px;
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #6A7181;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .for_who_is table thead th {
    padding: 10px;
  }
}
.for_who_is table thead th:first-of-type {
  border-left: 1px solid #E5E7EB;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .for_who_is table thead th:first-of-type {
    padding: 10px;
  }
}
.for_who_is table thead th:last-of-type {
  border-right: 1px solid #E5E7EB;
}
.for_who_is table tbody tr td {
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .for_who_is table tbody tr td {
    padding: 10px;
  }
}
.for_who_is table tbody tr td:first-of-type {
  border-left: 1px solid #E5E7EB;
  font-weight: 700;
  color: #1A2266;
}
.for_who_is table tbody tr td:last-of-type {
  border-right: 1px solid #E5E7EB;
}

.search_page {
  padding: 60px 0;
}
.search_page h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #1A2266;
  text-align: center;
  margin-bottom: 12px;
}
.search_page .search-result-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
  margin-bottom: 48px;
  text-align: center;
}
.search_page article {
  margin-bottom: 24px;
}
.search_page article h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #1A2266;
}
.search_page article .post-thumbnail {
  display: none;
}
.search_page article .entry-content, .search_page article .entry-footer {
  display: none;
}

.contact_blocks {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .contact_blocks {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .contact_blocks {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.contact_blocks .contact_block {
  width: calc(25% - 12px);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
}
@media screen and (max-width: 1200px) {
  .contact_blocks .contact_block {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact_blocks .contact_block {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
  }
}
.contact_blocks .contact_block .icon {
  margin-bottom: 16px;
}
.contact_blocks .contact_block b {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6A7181;
  margin-bottom: 8px;
  display: block;
}
.contact_blocks .contact_block a, .contact_blocks .contact_block p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A2266;
  margin-bottom: 4px;
  display: block;
}
.contact_blocks .contact_block span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}

.form_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .form_section {
    flex-wrap: wrap;
  }
}
.form_section .form_side {
  width: calc(60% - 16px);
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .form_section .form_side {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px;
  }
}
.form_section .form_side h6 {
  display: flex;
  align-items: center;
  color: #1EB1F1;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form_section .form_side h6 svg {
  margin-right: 6px;
}
.form_section .form_side h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 8px;
}
.form_section .form_side p.form_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A7181;
  margin-bottom: 32px;
}
.form_section .form_side form .input_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .form_section .form_side form .input_row {
    flex-wrap: wrap;
  }
}
.form_section .form_side form .input_row p {
  width: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
  .form_section .form_side form .input_row p {
    width: 100%;
  }
}
.form_section .form_side form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #1A2266;
  margin-bottom: 20px;
  display: block;
}
.form_section .form_side form label input, .form_section .form_side form label select {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 10px 13px;
  margin-top: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1A2266;
  height: 43px;
}
.form_section .form_side form label input:focus, .form_section .form_side form label select:focus {
  outline: none;
  border-color: #1db0f0;
}
.form_section .form_side form label input::placeholder, .form_section .form_side form label select::placeholder {
  color: #6A7181;
}
.form_section .form_side form label textarea {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 10px 13px;
  margin-top: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1A2266;
  height: 145px;
}
.form_section .form_side form label textarea:focus {
  outline: none;
  border-color: #1db0f0;
}
.form_section .form_side form p.policy {
  display: flex;
  border: 1px solid #E5E7EB;
  padding: 16px 16px 16px 44px;
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.form_section .form_side form p.policy br {
  display: none;
}
.form_section .form_side form p.policy svg {
  position: absolute;
  left: 16px;
  top: 16px;
}
.form_section .form_side form .submit_wrap {
  position: relative;
  margin-top: 20px;
}
.form_section .form_side form .submit_wrap p:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 32px;
  top: 12px;
  background: url("/wp-content/themes/victor-child/assets/img/send.svg");
}
.form_section .form_side form .submit_wrap p input[type=submit] {
  padding: 12px 36px 12px 56px;
  background: #1EB1F1;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.form_section .map_side {
  width: calc(40% - 16px);
}
@media screen and (max-width: 991px) {
  .form_section .map_side {
    width: 100%;
  }
}
.form_section .map_side .map_description {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
}
.form_section .map_side .map_description h5 {
  font-weight: 700;
  font-size: 15.9px;
  line-height: 24px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 4px;
}
.form_section .map_side .map_description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  margin-left: 24px;
  color: #6A7181;
}
.form_section .map_side .map_description a {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1EB1F1;
  margin-bottom: 24px;
}
.form_section .map_side .map_description a svg {
  margin-left: 8px;
}
.form_section .map_side .social_block {
  border: 1px solid #E5E7EB;
  background: #1A2266;
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
}
.form_section .map_side .social_block h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1EB1F1;
}
.form_section .map_side .social_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.form_section .map_side .social_block .social {
  display: flex;
  align-items: center;
}
.form_section .map_side .social_block .social a {
  margin-right: 8px;
}

.departments {
  padding: 144px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .departments {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .departments {
    padding: 40px 0;
  }
}
.departments .head_depart {
  width: 100%;
}
.departments .head_depart h6 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1EB1F1;
  margin-bottom: 12px;
}
.departments .head_depart h6 svg {
  margin-right: 6px;
}
.departments .head_depart h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 12px;
}
.departments .head_depart p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A7181;
  margin-bottom: 32px;
  max-width: 670px;
}
.departments .department {
  width: calc(33.3333333333% - 13px);
  margin-bottom: 20px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .departments .department {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 768px) {
  .departments .department {
    width: 100%;
  }
}
.departments .department .icon {
  margin-bottom: 16px;
}
.departments .department h4 {
  font-weight: 700;
  font-size: 17.9px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 8px;
}
.departments .department p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6A7181;
  margin-bottom: 20px;
}
.departments .department .contacts {
  border-top: 1px solid #E5E7EB;
  padding-top: 16px;
}
.departments .department .contacts a {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.departments .department .contacts a:last-of-type {
  margin-bottom: 0;
}
.departments .department .contacts a svg {
  margin-right: 8px;
}

.company_details_wrap {
  padding-top: 80px;
  border-top: 1px solid #E5E7EB;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company_details_wrap {
    padding-top: 40px;
  }
}
.company_details_wrap .company_details {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  padding: 56px;
  background: linear-gradient(171deg, #FFFFFF 0%, #FFFFFF 30%, rgba(30, 177, 241, 0.38) 100%);
}
@media screen and (max-width: 991px) {
  .company_details_wrap .company_details {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .company_details_wrap .company_details {
    padding: 40px 16px;
  }
}
.company_details_wrap .company_details h6 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1EB1F1;
  margin-bottom: 12px;
}
.company_details_wrap .company_details h6 svg {
  margin-right: 6px;
}
.company_details_wrap .company_details h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .company_details_wrap .company_details h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.company_details_wrap .company_details .left_side {
  width: calc(50% - 20px);
}
@media screen and (max-width: 991px) {
  .company_details_wrap .company_details .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.company_details_wrap .company_details .left_side p {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #E5E7EB;
  align-items: center;
}
.company_details_wrap .company_details .left_side p:last-of-type {
  border-bottom: 0;
}
.company_details_wrap .company_details .left_side p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.company_details_wrap .company_details .left_side p b {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #1A2266;
}
.company_details_wrap .company_details .right_side {
  width: calc(50% - 20px);
}
@media screen and (max-width: 991px) {
  .company_details_wrap .company_details .right_side {
    width: 100%;
  }
}
.company_details_wrap .company_details .right_side p {
  margin-bottom: 16px;
}
.company_details_wrap .company_details .right_side p:last-of-type {
  margin-bottom: 0;
}
.company_details_wrap .company_details .right_side p:first-of-type {
  margin-top: 24px;
}
.company_details_wrap .company_details .right_side p span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6A7181;
}
.company_details_wrap .company_details .right_side p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #1A2266;
}

.archive_main_section {
  padding: 80px 0;
  background: linear-gradient(135.24deg, #1A2266 0%, #1A2266 60%, #0D4A7A 100%);
  position: relative;
}
.archive_main_section:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  height: 100%;
  background: url("/wp-content/themes/victor-child/assets/img/line.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .archive_main_section .breadcrumbs li {
    margin-right: 6px;
  }
}
.archive_main_section .cat_name {
  margin-top: 20px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1DB0F0;
  background: rgba(29, 176, 240, 0.1490196078);
  border-radius: 9999px;
  display: block;
  width: fit-content;
  margin-bottom: 16px;
}
.archive_main_section h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .archive_main_section h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.archive_main_section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
}

.filter_wrap {
  border-bottom: 1px solid #E5E7EB;
  backdrop-filter: blur(12px);
  padding: 21px 0;
}
.filter_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .filter_wrap ul {
    flex-wrap: wrap;
  }
}
.filter_wrap ul li {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .filter_wrap ul li {
    margin-bottom: 6px;
  }
}
.filter_wrap ul li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(26, 34, 102, 0.6980392157);
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid #E5E7EB;
  display: block;
}
.filter_wrap ul li a.active {
  background: #1DB0F0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  color: #FFFFFF;
  border: 1px solid #1DB0F0;
}

.featured-post-section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .featured-post-section {
    padding: 30px 0;
  }
}
.featured-post-section article {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .featured-post-section article {
    flex-wrap: wrap;
  }
}
.featured-post-section article .post-thumbnail {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .featured-post-section article .post-thumbnail {
    width: 100%;
    height: 300px;
  }
}
.featured-post-section article .post-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.featured-post-section article .post-thumbnail .date-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9490196078);
  width: 64px;
  height: 64px;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.featured-post-section article .post-thumbnail .date-badge .date-day {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #1A2266;
  margin-bottom: 4px;
}
.featured-post-section article .post-thumbnail .date-badge .date-month {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #1DB0F0;
}
.featured-post-section article .post-content {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .featured-post-section article .post-content {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .featured-post-section article .post-content {
    width: 100%;
  }
}
.featured-post-section article .post-content .top_details {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.featured-post-section article .post-content .top_details span {
  background: #1DB0F0;
  padding: 4px 10px 2px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.featured-post-section article .post-content .top_details ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.featured-post-section article .post-content .top_details ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6A7181;
}
.featured-post-section article .post-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .featured-post-section article .post-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.featured-post-section article .post-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A7181;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .featured-post-section article .post-content p {
    -webkit-line-clamp: 3;
  }
}
.featured-post-section article .post-content .article_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E5E7EB;
  padding-top: 16px;
}
.featured-post-section article .post-content .article_meta .post-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.featured-post-section article .post-content .article_meta .post-date svg {
  margin-right: 6px;
}
.featured-post-section article .post-content .article_meta a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1DB0F0;
}
.featured-post-section article .post-content .article_meta a svg {
  margin-left: 6px;
}

.rest-of-posts-section {
  padding: 100px 0 76px;
}
@media screen and (max-width: 768px) {
  .rest-of-posts-section {
    padding: 50px 0;
  }
}
.rest-of-posts-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 4px;
  color: #1A2266;
}
.rest-of-posts-section .article_number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
  margin-bottom: 32px;
  display: block;
}
.rest-of-posts-section .posts-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.rest-of-posts-section .posts-grid article {
  width: calc(33.3333333333% - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .rest-of-posts-section .posts-grid article {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .rest-of-posts-section .posts-grid article {
    width: 100%;
    margin-right: 0;
  }
}
.rest-of-posts-section .posts-grid article:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .rest-of-posts-section .posts-grid article:nth-of-type(3n) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .rest-of-posts-section .posts-grid article:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .rest-of-posts-section .posts-grid article:nth-of-type(2n) {
    margin-right: 0;
  }
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small {
  position: relative;
  overflow: hidden;
  height: 180px;
  border-radius: 12px 12px 0 0;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small .date-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9490196078);
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small .date-badge .date-day {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1A2266;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small .date-badge .date-month {
  font-weight: 700;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  color: #1DB0F0;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small .post-tags-container {
  position: absolute;
  top: 18px;
  left: 16px;
}
.rest-of-posts-section .posts-grid article .post-thumbnail-small .post-tags-container ul li a {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #1DB0F0;
  padding: 4px 8px;
  border-radius: 4px;
}
.rest-of-posts-section .posts-grid article .post-meta-data {
  padding: 20px;
}
.rest-of-posts-section .posts-grid article .post-meta-data h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1A2266;
  margin-bottom: 8px;
}
.rest-of-posts-section .posts-grid article .post-meta-data .entry-excerpt {
  margin-bottom: 16px;
}
.rest-of-posts-section .posts-grid article .post-meta-data .entry-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6A7181;
}
.rest-of-posts-section .posts-grid article .article_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E5E7EB;
  padding-top: 16px;
}
.rest-of-posts-section .posts-grid article .article_meta .post-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.rest-of-posts-section .posts-grid article .article_meta .post-date svg {
  margin-right: 6px;
}
.rest-of-posts-section .posts-grid article .article_meta a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1DB0F0;
}
.rest-of-posts-section .posts-grid article .article_meta a svg {
  margin-left: 6px;
}
.rest-of-posts-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rest-of-posts-section .pagination span, .rest-of-posts-section .pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1A2266;
  border: 1px solid transparent;
  transition: all 0.4s;
  margin: 0 2px;
  padding: 0 3px;
}
.rest-of-posts-section .pagination span:hover, .rest-of-posts-section .pagination a:hover {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  transition: all 0.4s;
}
.rest-of-posts-section .pagination span.current, .rest-of-posts-section .pagination a.current {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}
.rest-of-posts-section .pagination span.next, .rest-of-posts-section .pagination span.prev, .rest-of-posts-section .pagination a.next, .rest-of-posts-section .pagination a.prev {
  width: auto;
}

.related_categories {
  border-top: 1px solid #E5E7EB;
  padding: 40px 0;
  border-bottom: 1px solid #E5E7EB;
}
.related_categories h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #6A7181;
}
.related_categories .categories-links-grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .related_categories .categories-links-grid {
    flex-wrap: wrap;
  }
}
.related_categories .categories-links-grid .related-cat-card {
  width: calc(33.3333333333% - 11px);
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .related_categories .categories-links-grid .related-cat-card {
    width: 100%;
    margin-bottom: 12px;
  }
}
.related_categories .categories-links-grid .related-cat-card:hover {
  border-color: #1DB0F0;
  transition: all 0.4s;
}
.related_categories .categories-links-grid .related-cat-card:hover .cat-arrow {
  right: 30px;
  transition: all 0.4s;
}
.related_categories .categories-links-grid .related-cat-card h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A2266;
  margin-bottom: 4px;
}
.related_categories .categories-links-grid .related-cat-card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.related_categories .categories-links-grid .related-cat-card .cat-arrow {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  transition: all 0.4s;
}

.newsletter {
  background: linear-gradient(97.84deg, #1A2266 0%, #0D4A7A 100%);
  padding: 56px 48px;
  border-radius: 16px;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsletter {
    padding: 56px 16px;
  }
}
.newsletter h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.newsletter p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.single_anunturi_bimx .archive_main_section .subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .archive_main_section .subtitle {
    flex-wrap: wrap;
  }
}
.single_anunturi_bimx .archive_main_section .subtitle .cat_name {
  margin: 0 8px 0 0;
  border: 1px solid rgba(29, 176, 240, 0.2509803922);
  border-radius: 4px;
  padding: 5px 10px 5px 23px;
  position: relative;
}
.single_anunturi_bimx .archive_main_section .subtitle .cat_name:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1DB0F0;
  left: 10px;
  top: 10px;
}
.single_anunturi_bimx .archive_main_section .subtitle .cat_name li {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
.single_anunturi_bimx .archive_main_section .subtitle span {
  font-weight: 400;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.single_anunturi_bimx .archive_main_section h1 {
  font-size: 48px;
  line-height: 48px;
}
.single_anunturi_bimx .archive_main_section p {
  max-width: 770px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.single_anunturi_bimx .ev_details_wrap {
  border-bottom: 1px solid #E5E7EB;
}
.single_anunturi_bimx .ev_details_wrap .ev_details {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details {
    flex-wrap: wrap;
  }
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block {
  display: flex;
  align-items: center;
  width: 16.6666666667%;
  border-left: 1px solid #E5E7EB;
  padding: 16px;
}
@media screen and (max-width: 1430px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block {
    padding: 16px 5px;
  }
}
@media screen and (max-width: 1200px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block {
    width: 33.3333333333%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block {
    width: 50%;
    flex-wrap: wrap;
    border-left: 0;
    border-right: 1px solid #E5E7EB;
  }
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block:nth-of-type(2n) {
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block:nth-of-type(4) {
    border-left: 0;
  }
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block:first-of-type {
  border-left: 0;
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block .icon {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block .icon {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_details_wrap .ev_details .block .details {
    width: 100%;
  }
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block .details b {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6A7181;
}
.single_anunturi_bimx .ev_details_wrap .ev_details .block .details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.single_anunturi_bimx .ev_wrap_content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content {
  width: calc(66.6666666667% - 16px);
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #1A2266;
  margin-bottom: 16px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(26, 34, 102, 0.8);
  margin-bottom: 40px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description p {
  margin-bottom: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description strong, .single_anunturi_bimx .ev_wrap_content .ev_content .ev_description b {
  font-weight: 700;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 16px;
  width: 100%;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie .block {
  width: calc(50% - 16px);
  border: 1px solid #E5E7EB;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie .block {
    width: 100%;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie .block .icon {
  margin-right: 10px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .subiecte_cheie .block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.25px;
  color: rgba(26, 34, 102, 0.8509803922);
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda {
  margin-bottom: 40px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 16px;
  width: 100%;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block {
  border: 1px solid #E5E7EB;
  border-bottom: 0;
  padding: 16px 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block {
    flex-wrap: wrap;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block:last-of-type {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #E5E7EB;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block:first-of-type {
  border-radius: 8px 8px 0 0;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour {
  width: 140px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1DB0F0;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour {
    width: 100%;
    margin-bottom: 6px;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour_details {
  width: calc(100% - 156px);
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour_details {
    width: 100%;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour_details b {
  display: block;
  font-weight: 700;
  font-size: 13.8px;
  line-height: 20px;
  color: #1A2266;
  margin-bottom: 2px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .agenda .block .hour_details span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 16px;
  width: 100%;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block {
  width: calc(50% - 16px);
  border: 1px solid #E5E7EB;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block {
    width: 100%;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block .image {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block .vorbitor_details b {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .vorbitori .block .vorbitor_details span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar {
  width: calc(33.3333333333% - 16px);
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 768px) {
  .single_anunturi_bimx .ev_wrap_content .ev_sidebar {
    width: 100%;
  }
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 32px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts h6 {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6A7181;
  margin-bottom: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts a, .single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts p {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(26, 34, 102, 0.8);
  margin-top: 10px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts a svg, .single_anunturi_bimx .ev_wrap_content .ev_sidebar .ev_contacts p svg {
  margin-right: 8px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .related_ev {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 20px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .related_ev h6 {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6A7181;
  margin-bottom: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .related_ev article {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E7EB;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .related_ev article:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .related_ev article h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.25px;
  color: rgba(26, 34, 102, 0.8);
}

.single_anunturi_bimx .archive_main_section .subtitle p {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.55px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.single_anunturi_bimx .archive_main_section .subtitle p svg {
  margin-right: 4px;
}
.single_anunturi_bimx .archive_main_section h1 {
  max-width: 1200px;
}
.single_anunturi_bimx .ev_wrap_content {
  margin-bottom: 24px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(26, 34, 102, 0.8509803922);
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A2266;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #1DB0F0;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description blockquote p em {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description pre {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #6A7181;
}
.single_anunturi_bimx .ev_wrap_content .ev_content .ev_description pre a {
  text-decoration: underline !important;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 20px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author h6 {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6A7181;
  margin-bottom: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author .icon {
  width: 48px;
  height: 48px;
  background: rgba(29, 176, 240, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author .icon span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #1DB0F0;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author .author_details b {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1A2266;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author .author_details span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
  display: block;
}
.single_anunturi_bimx .ev_wrap_content .ev_sidebar .about_author .author_description {
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  margin-top: 11px;
  color: #6A7181;
  max-width: 250px;
}
.single_anunturi_bimx .article-share-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  border-top: 1px solid #E5E7EB;
  margin-top: 24px;
  padding-top: 24px;
}
.single_anunturi_bimx .article-share-container .share-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
  margin-right: 12px;
}
.single_anunturi_bimx .article-share-container .share-buttons-list {
  display: flex;
  align-items: center;
}
.single_anunturi_bimx .article-share-container .share-buttons-list li {
  width: 36px;
  height: 36px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
}
.single_anunturi_bimx .article-share-container .share-buttons-list li button {
  cursor: pointer;
}
.single_anunturi_bimx .article-share-container .share-buttons-list li button.copied .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.single_anunturi_bimx .article-share-container .share-buttons-list li button .tooltip-text {
  position: absolute;
  right: -60px;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  color: #6A7181;
}

.actionari {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .actionari {
    margin-top: 60px;
  }
}
.actionari h6 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1EB1F1;
}
.actionari h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 8px;
}
.actionari p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 540px;
  color: #6A7181;
}
.actionari .head {
  margin-bottom: 40px;
}
.actionari table {
  width: 100%;
  margin-bottom: 40px;
}
.actionari table thead tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
  padding: 13px 16px;
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .actionari table thead tr th {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.actionari table thead tr th:first-of-type {
  width: 96px;
  border-left: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .actionari table thead tr th:first-of-type {
    width: 40px;
  }
}
.actionari table thead tr th:nth-of-type(2) {
  text-align: left;
}
.actionari table thead tr th:nth-of-type(3) {
  text-align: right;
}
.actionari table thead tr th:last-of-type {
  text-align: center;
}
.actionari table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .actionari table tbody tr td {
    padding: 10px 5px;
  }
}
.actionari table tbody tr td .actionar {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.actionari table tbody tr td .actionar img {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .actionari table tbody tr td .actionar img {
    display: none;
  }
}
.actionari table tbody tr td .number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6A7181;
}
.actionari table tbody tr td .aport {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #1EB1F1;
}
.actionari table tbody tr td:first-of-type {
  width: 96px;
  text-align: center;
  border-left: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .actionari table tbody tr td:first-of-type {
    width: 40px;
  }
}
.actionari table tbody tr td:nth-of-type(2) {
  text-align: left;
}
.actionari table tbody tr td:nth-of-type(3) {
  text-align: right;
}
.actionari table tbody tr td .progress_bg {
  width: 100%;
  position: relative;
  background: #F3F4F6;
  height: 8px;
  border-radius: 999px;
}
.actionari table tbody tr td .progress_bg .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  border-radius: 999px;
}

.capital_distribution {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .capital_distribution {
    padding: 10px;
    margin-bottom: 60px;
  }
}
.capital_distribution .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .capital_distribution .head {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .capital_distribution .head .left_side {
    margin-bottom: 16px;
  }
}
.capital_distribution .head .left_side h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
}
.capital_distribution .head .left_side p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.capital_distribution .head .right_side h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #1EB1F1;
}
@media screen and (max-width: 768px) {
  .capital_distribution .head .right_side h3 {
    text-align: left;
  }
}
.capital_distribution .head .right_side p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #6A7181;
}
@media screen and (max-width: 768px) {
  .capital_distribution .head .right_side p {
    text-align: left;
  }
}
.capital_distribution .distribution {
  display: flex;
  align-items: center;
}
.capital_distribution .distribution span {
  height: 16px;
  display: block;
}
.capital_distribution .distribution span:first-of-type {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.capital_distribution .distribution span:last-of-type {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.capital_distribution .legend {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
.capital_distribution .legend .actionar {
  margin-right: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6A7181;
  margin-bottom: 8px;
}
.capital_distribution .legend .actionar span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.government_role_wrap {
  padding: 80px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #E5E7EB;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .government_role_wrap {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.government_role_wrap .government_role {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .government_role_wrap .government_role {
    flex-wrap: wrap;
  }
}
.government_role_wrap .government_role .left_side {
  width: calc(40% - 16px);
}
@media screen and (max-width: 991px) {
  .government_role_wrap .government_role .left_side {
    width: 100%;
    margin-bottom: 32px;
  }
}
.government_role_wrap .government_role .left_side h6 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 11.8px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1EB1F1;
}
.government_role_wrap .government_role .left_side h6 svg {
  margin-right: 12px;
}
.government_role_wrap .government_role .left_side h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 12px;
}
.government_role_wrap .government_role .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
  margin-bottom: 12px;
}
.government_role_wrap .government_role .left_side .note {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
}
.government_role_wrap .government_role .left_side .note .icon {
  margin-right: 12px;
}
.government_role_wrap .government_role .left_side .note .note_content h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.government_role_wrap .government_role .left_side .note .note_content span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #6A7181;
}
.government_role_wrap .government_role .right_side {
  width: calc(60% - 16px);
}
@media screen and (max-width: 991px) {
  .government_role_wrap .government_role .right_side {
    width: 100%;
  }
}
.government_role_wrap .government_role .right_side .row {
  display: flex;
  align-items: center;
  padding: 21px 24px;
  border: 1px solid #E5E7EB;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .government_role_wrap .government_role .right_side .row {
    padding: 16px;
  }
}
.government_role_wrap .government_role .right_side .row:first-of-type {
  padding: 18px 24px;
  background: rgba(29, 176, 240, 0.062745098);
  border-top: 1px solid #E5E7EB;
  border-radius: 16px 16px 0 0;
}
.government_role_wrap .government_role .right_side .row .icon {
  margin-right: 8px;
}
.government_role_wrap .government_role .right_side .row h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
  letter-spacing: 0%;
}

.institutional_partners {
  margin-bottom: 84px;
}
.institutional_partners h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11.8px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #1EB1F1;
}
.institutional_partners h6 svg {
  margin-right: 12px;
}
.institutional_partners .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.institutional_partners .logos .logo {
  width: calc(20% - 13px);
  height: 140px;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .institutional_partners .logos .logo {
    width: calc(33.3333333333% - 13px);
  }
}
@media screen and (max-width: 700px) {
  .institutional_partners .logos .logo {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 475px) {
  .institutional_partners .logos .logo {
    width: 100%;
    margin-bottom: 12px;
  }
}

.context_global {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .context_global {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.context_global h6 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1EB1F1;
  margin-bottom: 16px;
}
.context_global h6 svg {
  margin-right: 6px;
}
.context_global h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1A2266;
  margin-bottom: 16px;
}
.context_global p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #6A7181;
  max-width: 1300px;
}

.main_indicators_wrap {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E5E7EB;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .main_indicators_wrap {
    padding: 40px 0;
  }
}
.main_indicators_wrap .main_indicators h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1A2266;
  margin-bottom: 16px;
}
.main_indicators_wrap .main_indicators p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #6A7181;
  max-width: 1300px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main_indicators_wrap .main_indicators .table_wrap {
    overflow-x: scroll;
  }
}
.main_indicators_wrap .main_indicators table {
  width: 100%;
}
.main_indicators_wrap .main_indicators table thead tr th {
  padding: 14px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .main_indicators_wrap .main_indicators table thead tr th {
    padding: 14px 46px;
  }
}
.main_indicators_wrap .main_indicators table thead tr th:first-of-type {
  border-left: 1px solid #E5E7EB;
}
.main_indicators_wrap .main_indicators table thead tr th:last-of-type {
  border-right: 1px solid #E5E7EB;
  text-align: center;
}
.main_indicators_wrap .main_indicators table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #E5E7EB;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.main_indicators_wrap .main_indicators table tbody tr td:first-of-type {
  border-left: 1px solid #E5E7EB;
}
.main_indicators_wrap .main_indicators table tbody tr td:last-of-type {
  border-right: 1px solid #E5E7EB;
  text-align: center;
}
.main_indicators_wrap .main_indicators table tbody tr td b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.main_indicators_wrap .main_indicators table tbody tr td .pos {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34C759;
}

.what_doing_bimx {
  margin: 88px 0;
  border-left: 4px solid #1EB1F1;
  background: rgba(30, 177, 241, 0.0509803922);
  border-radius: 16px;
  padding: 48px 32px;
}
@media screen and (max-width: 768px) {
  .what_doing_bimx {
    padding: 18px 12px;
    margin: 44px 0;
  }
}
.what_doing_bimx .icon {
  margin-bottom: 12px;
}
.what_doing_bimx p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .what_doing_bimx p {
    font-size: 16px;
  }
}
.what_doing_bimx p b {
  font-weight: 700;
}

.pana_atunci_wrap {
  padding: 80px 0;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E5E7EB;
}
.pana_atunci_wrap .pana_atunci h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1A2266;
  margin-bottom: 16px;
}
.pana_atunci_wrap .pana_atunci span {
  color: #1DB0F0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 16px;
}
.pana_atunci_wrap .pana_atunci h5 {
  color: #1A1F67;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.pana_atunci_wrap .pana_atunci p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #6A7181;
  max-width: 1300px;
  margin-bottom: 40px;
}

.how_it_works {
  padding: 80px 0;
}
.how_it_works .head {
  margin-bottom: 40px;
}
.how_it_works .head h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 12px;
}
.how_it_works .head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}
.how_it_works table {
  width: 100%;
}
.how_it_works table thead tr th {
  padding: 14px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
  text-align: left;
}
.how_it_works table thead tr th:first-of-type {
  border-left: 1px solid #E5E7EB;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .how_it_works table thead tr th:first-of-type {
    width: auto;
  }
}
.how_it_works table tbody tr td {
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  padding: 16px;
}
.how_it_works table tbody tr td b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1A2266;
}
.how_it_works table tbody tr td p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7181;
}
.how_it_works table tbody tr td:first-of-type {
  border-left: 1px solid #E5E7EB;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .how_it_works table tbody tr td:first-of-type {
    width: auto;
  }
}

.model_advantages_wrap {
  padding: 80px 0;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E5E7EB;
}
.model_advantages_wrap .model_advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.model_advantages_wrap .model_advantages h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 40px;
  width: 100%;
}
.model_advantages_wrap .model_advantages .item {
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .model_advantages_wrap .model_advantages .item {
    width: 100%;
  }
}
.model_advantages_wrap .model_advantages .item .icon {
  margin-right: 12px;
}
.model_advantages_wrap .model_advantages .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #1A2266;
}

.partners_page {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .partners_page {
    margin: 60px 0;
  }
}
.partners_page h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 40px;
}
.partners_page .partners_items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .partners_page .partners_items {
    flex-wrap: wrap;
  }
}
.partners_page .partners_items .item {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 32px;
  width: calc(50% - 6px);
}
@media screen and (max-width: 991px) {
  .partners_page .partners_items .item {
    width: 100%;
    margin-bottom: 12px;
    padding: 16px;
  }
}
.partners_page .partners_items .item .icon {
  margin-bottom: 12px;
}
.partners_page .partners_items .item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #1A2266;
}
.partners_page .partners_items .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}

.regulamente {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .regulamente {
    margin: 60px 0;
  }
}
.regulamente .cadru_reglementare {
  border: 1px solid #E5E7EB;
  background: linear-gradient(159deg, #FFFFFF 0%, #FFFFFF 50% 50%, rgba(109, 200, 213, 0.49) 100%);
  position: relative;
  padding: 56px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .regulamente .cadru_reglementare {
    padding: 32px 16px;
  }
}
.regulamente .cadru_reglementare:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
  background: url("/wp-content/themes/victor-child/assets/img/vision_bg.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .regulamente .cadru_reglementare:before {
    width: 100%;
  }
}
.regulamente .cadru_reglementare h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #1A2266;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.regulamente .cadru_reglementare p {
  max-width: 670px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: rgba(26, 34, 102, 0.8980392157);
  position: relative;
  z-index: 2;
}
.regulamente .cadru_reglementare span {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #1DB0F0;
}
.regulamente .cadru_reglementare .label {
  border: 1px solid #1DB0F0;
  background: #F1FAFB;
  border-radius: 50px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #1DB0F0;
  display: block;
  width: fit-content;
  text-align: center;
  position: absolute;
  right: 56px;
  top: 56px;
}
@media screen and (max-width: 768px) {
  .regulamente .cadru_reglementare .label {
    right: 16px;
    top: 16px;
  }
}
.regulamente .documents {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .regulamente .documents {
    margin: 60px 0;
  }
}
.regulamente .documents .items_documents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.regulamente .documents .items_documents .item {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .regulamente .documents .items_documents .item {
    width: 100%;
    padding: 16px;
  }
}
.regulamente .documents .items_documents .item .icon {
  margin-right: 12px;
}
.regulamente .documents .items_documents .item b {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A2266;
}
@media screen and (max-width: 768px) {
  .regulamente .documents .items_documents .item b {
    font-size: 16px;
  }
}
.regulamente .call_us .head {
  text-align: center;
}
.regulamente .call_us .head h6 {
  justify-content: center;
}
.regulamente .call_us .head a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1DB0F0;
  margin-top: 12px;
}
.regulamente .call_us .head a svg {
  margin-left: 12px;
}

.accesibilitate {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .accesibilitate {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .accesibilitate {
    margin: 60px 0;
  }
}
.accesibilitate .item {
  border: 1px solid #E5E7EB;
  padding: 32px 32px 58px;
  border-radius: 16px;
  width: calc(33.3333333333% - 21px);
}
@media screen and (max-width: 991px) {
  .accesibilitate .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .accesibilitate .item {
    padding: 20px;
  }
}
.accesibilitate .item .icon {
  margin-bottom: 12px;
}
.accesibilitate .item h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
  margin-bottom: 12px;
}
.accesibilitate .item p, .accesibilitate .item li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6A7181;
}
.accesibilitate .item ul {
  padding-left: 15px;
  list-style: initial !important;
}

.stages {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 100px 0;
}
@media screen and (max-width: 991px) {
  .stages {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .stages {
    margin: 60px 0;
  }
}
.stages h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  width: 100%;
  margin-bottom: 40px;
}
.stages .stage {
  width: calc(33.3333333333% - 21px);
  margin-right: 21px;
  border: 1px solid #E5E7EB;
  padding: 32px 32px 58px;
  margin-bottom: 21px;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .stages .stage {
    width: calc(50% - 16px);
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .stages .stage {
    width: 100%;
    padding: 20px;
  }
}
.stages .stage:nth-of-type(3n) {
  margin-right: 0;
}
.stages .stage .icon {
  margin-bottom: 12px;
}
.stages .stage h5 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A2266;
}
.stages .stage p {
  color: #6A7181;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.details {
  text-align: center;
  border-top: 1px solid #E5E7EB;
  padding: 80px 0;
}
.details h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1A2266;
  width: 100%;
  margin-bottom: 15px;
}
.details p {
  color: #6A7181;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.details a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background: #1EB1F1;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.details a svg {
  margin-right: 12px;
}

.costs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .costs {
    margin: 60px 0;
  }
}
.costs h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1A2266;
  margin-bottom: 40px;
  width: 100%;
}
.costs .item {
  border: 1px solid #E5E7EB;
  width: calc(33.3333333333% - 11px);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .costs .item {
    width: 100%;
    margin-bottom: 12px;
  }
}
.costs .item .icon {
  margin-right: 12px;
}
.costs .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #1A2266;
}
.costs b {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #1A1F67;
  margin-top: 40px;
  display: block;
  width: 100%;
}

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