@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Space+Grotesk:wght@700&display=swap");
body {
  margin: 0;
  font-family: "Inter", sans-serif !important;
  position: relative;
  background: #f8f9fc;
}
body p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 29.4px;
  letter-spacing: 1.5%;
  color: #161519;
}
body p strong {
  font-weight: 700;
}
body h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #222222;
}
@media screen and (max-width: 768px) {
  body h2 {
    font-size: 24px;
  }
}
body h6 {
  background: rgba(0, 173, 238, 0.0588235294);
  border-radius: 100px;
  padding: 10px 10px 10px 28px;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #18B8EC;
  margin-bottom: 24px;
  width: fit-content;
  position: relative;
}
body h6:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid #18B8EC;
  border-radius: 50%;
}

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;
}

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

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

a.btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  background: #18B8EC;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  transition: all 0.4s;
  width: fit-content;
}
a.btn1:hover {
  background: #0392C8;
  transition: all 0.4s;
}
a.btn1 svg {
  margin-left: 12px;
}

a.btn2 {
  background: #FFFFFF;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #231F20;
  border-radius: 100px;
  transition: all 0.4s;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn2 svg {
  margin-left: 6px;
}
a.btn2 svg path {
  transition: all 0.4s;
}
a.btn2:hover {
  background: #2F2F2F;
  transition: all 0.4s;
  border: 1px solid #18B8EC;
  color: #18B8EC;
}
a.btn2:hover svg path {
  fill: #18B8EC;
  transition: all 0.4s;
}

.wpcf7-response-output {
  display: none !important;
}

input:focus {
  border: 1px solid #1A91FF !important;
  outline: none;
}
input.wpcf7-not-valid {
  border: 1px solid #EF4444 !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  position: absolute;
}

.select2-container .selection {
  width: 100% !important;
  height: 48px;
}
.select2-container .selection .select2-selection[aria-expanded=true] {
  border: 1px solid #1A91FF;
}
.select2-container .selection .select2-selection {
  width: 100% !important;
  height: 48px;
  border-radius: 8px !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 19px !important;
  padding: 14px;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-dropdown {
  border: 1px solid #1A91FF;
  margin-top: 12px;
  border-radius: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-search {
  display: none;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options {
  padding: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected {
  background: #DBF4FF;
  color: #0A0A0A;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background: #DBF4FF;
  color: #0A0A0A;
}

.breadcrumbs {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  margin-right: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #141414;
}
.breadcrumbs li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #141414;
}
.breadcrumbs li span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #019A98;
}

.map_section {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .map_section {
    flex-wrap: wrap;
  }
}
.map_section .map {
  width: calc(100% - 420px);
}
@media screen and (max-width: 768px) {
  .map_section .map {
    width: 100%;
  }
}
.map_section .image {
  width: 420px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map_section .image {
    width: 100%;
    height: 350px;
  }
}
.map_section .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.article_content {
  max-width: 1300px;
  margin: 0 auto 98px;
}
.article_content .post-meta {
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #60606B;
  margin-bottom: 16px;
  display: flex;
}
.article_content h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -4.5%;
  color: #111013;
  margin-bottom: 60px;
}
.article_content .post-image {
  height: 480px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  margin-bottom: 36px;
}
.article_content .post-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.article_content p {
  font-size: 18px;
  margin-bottom: 24px;
}
.article_content strong {
  font-weight: 700;
}
.article_content h2 {
  font-size: 42px;
}
.article_content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
.article_content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.article_content ul, .article_content ol {
  margin-bottom: 24px;
  padding-left: 25px;
  list-style: initial !important;
}
.article_content ul li, .article_content ol li {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 29.4px;
  letter-spacing: 1.5%;
  color: #161519;
}
.article_content ol {
  list-style: decimal !important;
}
.article_content figure img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 24px;
}

/* 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 {
  position: fixed;
  top: 24px;
  width: 100%;
  z-index: 3;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  box-shadow: 0px 0px 4px 0px rgba(98, 99, 100, 0.0588235294);
  border-radius: 100px;
  background: white;
}
.header_content .left_side {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .header_content .left_side .site-logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .header_content .center {
    z-index: 9;
    position: fixed;
    left: -120%;
    transition: all 0.4s;
    bottom: 0;
    top: 0;
    padding: 80px 40px;
    max-width: 375px;
    background: white;
  }
}
@media screen and (max-width: 768px) {
  .header_content .center.active {
    left: 0;
    transition: all 0.4s;
  }
}
.header_content .center .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .header_content .center .close {
    display: block;
  }
}
.header_content .center .primary-navigation ul.menu-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_content .center .primary-navigation ul.menu-wrapper {
    flex-wrap: wrap;
  }
}
.header_content .center .primary-navigation ul.menu-wrapper li {
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .header_content .center .primary-navigation ul.menu-wrapper li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_content .center .primary-navigation ul.menu-wrapper li {
    width: 100%;
    margin-bottom: 45px;
  }
}
.header_content .center .primary-navigation ul.menu-wrapper li.contac_on_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_content .center .primary-navigation ul.menu-wrapper li.contac_on_mobile {
    display: block;
  }
}
.header_content .center .primary-navigation ul.menu-wrapper li a {
  color: #222222;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .header_content .center .primary-navigation ul.menu-wrapper li a {
    font-size: 24px;
  }
}
.header_content .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_content .right_side .lang-menu-container {
  margin-right: 12px;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .header_content .right_side .lang-menu-container {
    padding: 5px;
    margin-right: 6px;
  }
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item {
  position: relative;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item:hover ul.sub-menu {
  display: block;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #000000;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item > a img {
  margin-left: 5px;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0588235294);
  background: #FFFFFF;
  border: 1px solid rgba(35, 31, 32, 0.0588235294);
  border-radius: 20px;
  padding: 6px;
  min-width: 44px;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item ul.sub-menu li {
  margin-bottom: 10px;
}
.header_content .right_side .lang-menu-container ul li.pll-parent-menu-item ul.sub-menu li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header_content .right_side a.btn1 {
    display: none;
  }
}
.header_content .right_side .burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_content .right_side .burger {
    display: block;
  }
}

.home_main_section_wrap {
  padding: 196px 0 48px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap {
    padding: 156px 0 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap {
    padding: 120px 0 48px 0;
  }
}
.home_main_section_wrap .home_main_section {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap .home_main_section {
    flex-wrap: wrap;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content h6 {
    margin-bottom: 10px;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #000000;
  max-width: 710px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1270px) {
  .home_main_section_wrap .home_main_section .home_left_section_content h1 {
    font-size: 42px;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap .home_main_section .home_left_section_content h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content h1 {
    font-size: 32px;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content h1 span {
  background: linear-gradient(90deg, #00ADEE 0%, #00B259 64.9%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home_main_section_wrap .home_main_section .home_left_section_content p {
  max-width: 520px;
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1270px) {
  .home_main_section_wrap .home_main_section .home_left_section_content p {
    font-size: 16px;
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap .home_main_section .home_left_section_content p {
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content p {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content .buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content .buttons {
    flex-wrap: wrap;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content .buttons .btn2 {
  padding: 12px 24px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content .buttons .btn2 {
    width: 100%;
    margin-left: 0;
  }
}
.home_main_section_wrap .home_main_section .home_left_section_content .buttons .btn1 {
  padding: 17px 24px;
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .home_main_section .home_left_section_content .buttons .btn1 {
    width: 100%;
    margin-bottom: 12px;
  }
}
.home_main_section_wrap .home_main_section .home_right_section_content {
  max-width: 500px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap .home_main_section .home_right_section_content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.home_main_section_wrap .home_main_section .home_right_section_content .block {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0392156863);
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  min-width: 175px;
}
@media screen and (max-width: 991px) {
  .home_main_section_wrap .home_main_section .home_right_section_content .block {
    position: initial;
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 580px) {
  .home_main_section_wrap .home_main_section .home_right_section_content .block {
    padding: 10px;
    width: 100%;
  }
}
.home_main_section_wrap .home_main_section .home_right_section_content .block:first-of-type {
  top: -22px;
  right: 79px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block:nth-of-type(2) {
  top: 138px;
  right: 174px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block:nth-of-type(3) {
  right: 306px;
  bottom: 85px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block:last-of-type {
  right: 47px;
  bottom: 47px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block .icon {
  margin-right: 10px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block .content h5 {
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 10px;
}
.home_main_section_wrap .home_main_section .home_right_section_content .block .content h4 {
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #121B2E;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .home_main_section_wrap .home_main_section .home_right_section_content .block .content h4 {
    font-size: 20px;
  }
}
.home_main_section_wrap .home_main_section .home_right_section_content .block .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #05AA56;
}
.home_main_section_wrap .buble1, .home_main_section_wrap .buble2, .home_main_section_wrap .buble3 {
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 24%;
  z-index: 1;
}
.home_main_section_wrap .buble1 {
  background: radial-gradient(50% 50% at 50% 50%, #00ADEE 0%, rgba(0, 99, 136, 0) 80%);
  width: 648px;
  height: 578px;
  top: -77px;
  right: -164px;
}
.home_main_section_wrap .buble2 {
  background: radial-gradient(50% 50% at 50% 50%, #00B259 0%, rgba(0, 76, 38, 0) 92.79%);
  opacity: 20%;
  width: 520px;
  height: 431px;
  top: 298px;
  right: 146px;
}
.home_main_section_wrap .buble3 {
  background: radial-gradient(50% 50% at 50% 50%, #D6DE23 0%, rgba(116, 120, 19, 0) 100%);
  width: 337px;
  height: 288px;
  bottom: 111px;
  right: -125px;
}
.home_main_section_wrap .circles {
  width: 240px;
  height: 240px;
  border: 1px solid #05AA56;
  border-radius: 50%;
  position: absolute;
  bottom: 103px;
  right: 204px;
}
@media screen and (max-width: 768px) {
  .home_main_section_wrap .circles {
    display: none;
  }
}
.home_main_section_wrap .circles:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 30px;
  top: 30px;
  border: 1px solid #18B8EC;
  border-radius: 50%;
}
.home_main_section_wrap .circles:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: 65px;
  top: 65px;
  border: 1px solid #D6DD28;
  border-radius: 50%;
}

.logo-ticker-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  background: #f8f9fa;
}

.ticker-row {
  display: flex;
  overflow: hidden;
  user-select: none;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .ticker-row {
    margin-bottom: 0;
  }
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content; /* Esential: impiedica comprimarea pe mobil */
  flex-shrink: 0; /* Esential: previne micsoararea pe ecrane mici */
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .ticker-track {
    gap: 10px;
  }
}

.ticker-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticker-item img {
  height: 90px; /* inaltime uniforma */
  width: auto;
  object-fit: contain;
  filter: grayscale(20%); /* optional, daca vrei aspect mai omogen */
  transition: filter 0.3s ease;
  max-width: none; /* Previne regulile globale de genul img { max-width: 100%; } sa distorsioneze banda */
}

.ticker-item img:hover {
  filter: grayscale(0%);
}

/* Animație Dreapta -> Stânga (Rândul 1) */
.ticker-left .ticker-track {
  animation: scrollLeft 55s linear infinite;
}

/* Animație Stânga -> Dreapta (Rândul 2) */
.ticker-right .ticker-track {
  animation: scrollRight 55s linear infinite;
}

/* Pauza la hover (util pentru UX) */
.ticker-row:hover .ticker-track {
  animation-play-state: paused;
}

/* Keyframes */
@keyframes scrollLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0); /* Folosim translate3d pentru GPU rendering impecabil pe mobil */
  }
}
@keyframes scrollRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.for_who_is {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0 75px;
}
@media screen and (max-width: 768px) {
  .for_who_is {
    padding: 40px 0;
  }
}
.for_who_is .head {
  width: 100%;
  margin-bottom: 24px;
}
.for_who_is .head h6 {
  background: rgba(0, 178, 89, 0.0588235294);
  color: #05AA56;
}
.for_who_is .head h6:before {
  border: 2px solid #05AA56;
}
.for_who_is .item {
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  width: calc(33.3333333333% - 16px);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .for_who_is .item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .for_who_is .item {
    width: 100%;
    margin-bottom: 12px;
  }
}
.for_who_is .item .icon {
  margin-bottom: 20px;
}
.for_who_is .item h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #222222;
  margin-bottom: 8px;
}
.for_who_is .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgba(34, 34, 34, 0.6980392157);
}

.home_services {
  padding: 40px 0 75px;
}
.home_services .head {
  margin-bottom: 24px;
}
.home_services .services_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_services .services_grid article {
  width: calc(25% - 16px);
  margin-bottom: 24px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 20px;
  padding: 20px 19px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .home_services .services_grid article {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .home_services .services_grid article {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.home_services .services_grid article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98.13deg, #00ADEE -20.11%, #00B09C 63.33%, #00B259 123.48%);
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.4s;
}
.home_services .services_grid article:hover:before {
  opacity: 1;
  transition: all 0.4s;
}
.home_services .services_grid article:hover .title_wrap h3 {
  color: white;
  transition: all 0.4s;
}
.home_services .services_grid article:hover .service_content p {
  color: white;
  transition: all 0.4s;
}
.home_services .services_grid article:hover .service_content a {
  color: white;
  transition: all 0.4s;
}
.home_services .services_grid article:hover .service_content a svg {
  margin-left: 10px;
  transition: all 0.4s;
}
.home_services .services_grid article:hover .service_content a svg path {
  stroke: white;
  transition: all 0.4s;
}
.home_services .services_grid article:nth-of-type(9n + 1), .home_services .services_grid article:nth-child(9n+5), .home_services .services_grid article:nth-child(9n+9) {
  width: calc(50% - 16px);
}
@media screen and (max-width: 1270px) {
  .home_services .services_grid article:nth-of-type(9n + 1), .home_services .services_grid article:nth-child(9n+5), .home_services .services_grid article:nth-child(9n+9) {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .home_services .services_grid article:nth-of-type(9n + 1), .home_services .services_grid article:nth-child(9n+5), .home_services .services_grid article:nth-child(9n+9) {
    width: 100%;
  }
}
.home_services .services_grid article .title_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home_services .services_grid article .title_wrap img {
  margin-right: 10px;
}
.home_services .services_grid article .title_wrap h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
  transition: all 0.4s;
}
.home_services .services_grid article .service_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
  margin-bottom: 10px;
  transition: all 0.4s;
}
.home_services .services_grid article .service_content a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.home_services .services_grid article .service_content a svg {
  transition: all 0.4s;
  margin-left: 5px;
}
.home_services .services_grid article .service_content a svg path {
  transition: all 0.4s;
}

.home_portfolio {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home_portfolio {
    margin-bottom: 50px;
  }
}
.home_portfolio .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home_portfolio .head {
    flex-wrap: wrap;
  }
}
.home_portfolio .head .left_side {
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .home_portfolio .head .left_side {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.home_portfolio .head .left_side h6 {
  background: rgba(0, 178, 89, 0.0588235294);
  color: #05AA56;
}
@media screen and (max-width: 768px) {
  .home_portfolio .head .left_side h6 {
    margin-bottom: 12px;
  }
}
.home_portfolio .head .left_side h6:before {
  border: 2px solid #05AA56;
}
.home_portfolio .head .right_side a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #18B8EC;
  display: flex;
  align-items: center;
}
.home_portfolio .head .right_side a svg {
  margin-left: 5px;
}
.home_portfolio .portfolio_grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home_portfolio .portfolio_grid {
    flex-wrap: wrap;
  }
}
.home_portfolio .portfolio_grid article {
  width: calc(33.3333333333% - 16px);
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .home_portfolio .portfolio_grid article {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home_portfolio .portfolio_grid article {
    width: 100%;
  }
}
.home_portfolio .portfolio_grid article .image_wrap {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .home_portfolio .portfolio_grid article .image_wrap {
    height: 200px;
  }
}
.home_portfolio .portfolio_grid article .image_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home_portfolio .portfolio_grid article .image_wrap .portfolio-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home_portfolio .portfolio_grid article .image_wrap .portfolio-categories span {
  backdrop-filter: blur(4px);
  border: 1px solid rgba(35, 31, 32, 0.1019607843);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 4px 6px;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 4px;
  margin-bottom: 4px;
}
.home_portfolio .portfolio_grid article .portfolio_content {
  padding: 20px;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 8px;
  min-height: 48px;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio-excerpt {
  margin-bottom: 34px;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
  min-height: 105px;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio-excerpt .results {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio-excerpt .results b {
  font-weight: 600;
  color: #222222;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio_botom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio_botom span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.5019607843);
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio_botom a {
  color: #18B8EC;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.home_portfolio .portfolio_grid article .portfolio_content .portfolio_botom a svg {
  margin-left: 5px;
}

.call_to_action {
  padding: 80px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(98.13deg, #00ADEE -20.11%, #00B09C 63.33%, #00B259 123.48%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .call_to_action {
    padding: 60px 70px;
  }
}
@media screen and (max-width: 991px) {
  .call_to_action {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .call_to_action {
    padding: 60px 20px;
  }
}
.call_to_action:before {
  content: "";
  width: 503px;
  height: 503px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/victor-child/assets/img/circle.png");
  position: absolute;
  right: -100px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .call_to_action:before {
    display: none;
  }
}
.call_to_action .left_side {
  width: calc(100% - 350px);
}
@media screen and (max-width: 991px) {
  .call_to_action .left_side {
    width: 100%;
  }
}
.call_to_action .left_side h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: white;
}
@media screen and (max-width: 768px) {
  .call_to_action .left_side h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .call_to_action .right_side {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.testimonials_wrap {
  padding: 40px 0 130px;
}
@media screen and (max-width: 768px) {
  .testimonials_wrap {
    padding: 40px 0 60px;
  }
}
.testimonials_wrap .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .testimonials_wrap .head {
    flex-wrap: wrap;
  }
}
.testimonials_wrap .head .left_side {
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .testimonials_wrap .head .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.testimonials_wrap .head .right_side .custom_arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.testimonials_wrap .head .right_side .custom_arrows .arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, 0.1607843137);
  transition: all 0.4s;
}
.testimonials_wrap .head .right_side .custom_arrows .arrow:hover {
  border: 1px solid #18B8EC;
  background: #18B8EC;
  transition: all 0.4s;
}
.testimonials_wrap .head .right_side .custom_arrows .arrow:hover svg path {
  stroke: white;
  transition: all 0.4s;
  stroke-opacity: 1;
}
.testimonials_wrap .head .right_side .custom_arrows .arrow.arrow_next {
  margin-left: 10px;
}
.testimonials_wrap .head .right_side .custom_arrows .arrow.arrow_next svg {
  transform: rotate(180deg);
}
.testimonials_wrap .head .right_side .custom_arrows .arrow.arrow_next svg path {
  transition: all 0.4s;
}
.testimonials_wrap .testimonials .slick-slide {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .testimonials_wrap .testimonials .slick-slide {
    margin: 0 6px;
  }
}
.testimonials_wrap .testimonials .slick-dots {
  bottom: -50px;
}
.testimonials_wrap .testimonials .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(34, 34, 34, 0.1019607843);
  border-radius: 50%;
  transition: all 0.4s;
}
.testimonials_wrap .testimonials .slick-dots li.slick-active {
  width: 18px;
  border-radius: 100px;
  background: rgba(0, 173, 238, 0.5019607843);
  transition: all 0.4s;
}
.testimonials_wrap .testimonials .slick-dots li button {
  display: none;
}
.testimonials_wrap .testimonials .item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
}
.testimonials_wrap .testimonials .item .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 24px;
}
.testimonials_wrap .testimonials .item .testimonial_meta {
  display: flex;
  align-items: center;
}
.testimonials_wrap .testimonials .item .testimonial_meta .logo {
  margin-right: 10px;
}
.testimonials_wrap .testimonials .item .testimonial_meta .content b {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 6px;
  display: block;
}
.testimonials_wrap .testimonials .item .testimonial_meta .content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #18B8EC;
}

.asociate {
  padding: 40px;
  border: 1px solid rgba(34, 34, 34, 0.0588235294);
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .asociate {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .asociate {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
}
.asociate .left_side {
  width: calc(50% - 30px);
}
@media screen and (max-width: 991px) {
  .asociate .left_side {
    width: 100%;
  }
}
.asociate .left_side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
  margin-top: 10px;
}
.asociate .right_side {
  width: calc(50% - 30px);
}
@media screen and (max-width: 991px) {
  .asociate .right_side {
    width: 100%;
    margin-top: 24px;
  }
}
.asociate .right_side img {
  margin: 10px;
}

.home_blog {
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .home_blog {
    padding: 40px 0 60px;
  }
}
.home_blog .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home_blog .head {
    flex-wrap: wrap;
  }
}
.home_blog .head .left_side {
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .home_blog .head .left_side {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.home_blog .head .left_side h6 {
  background: rgba(0, 178, 89, 0.0588235294);
  color: #05AA56;
}
@media screen and (max-width: 768px) {
  .home_blog .head .left_side h6 {
    margin-bottom: 12px;
  }
}
.home_blog .head .left_side h6:before {
  border: 2px solid #05AA56;
}
.home_blog .head .right_side a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #18B8EC;
  display: flex;
  align-items: center;
}
.home_blog .head .right_side a svg {
  margin-left: 5px;
}

.blog_grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog_grid {
    flex-wrap: wrap;
  }
}

.post-card {
  width: calc(33.3333333333% - 16px);
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .post-card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.post-card .post-card-media {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(35, 31, 32, 0.1019607843);
  border-radius: 20px 20px 0 0;
}
.post-card .post-card-media img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-card .post-card-media .post-card-category {
  position: absolute;
  backdrop-filter: blur(14px);
  top: 20px;
  left: 20px;
  border: 1px solid rgba(5, 170, 86, 0.1019607843);
  background: rgba(5, 170, 86, 0.1019607843);
  padding: 4px 6px;
  border-radius: 8px;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #05AA56;
}
.post-card .post-card-body {
  padding: 18px;
}
.post-card .post-card-body .post-card-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 8px;
}
.post-card .post-card-body .post-card-excerpt {
  margin-bottom: 16px;
}
.post-card .post-card-body .post-card-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
  letter-spacing: 0;
}
.post-card .post-card-body .post_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-card .post-card-body .post_bottom .post-card-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: rgba(34, 34, 34, 0.5019607843);
}
.post-card .post-card-body .post_bottom .post-card-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #18B8EC;
}
.post-card .post-card-body .post_bottom .post-card-link svg {
  margin-left: 5px;
}

.we_in_media_wrap {
  padding: 40px 0 130px;
}
@media screen and (max-width: 768px) {
  .we_in_media_wrap {
    padding: 40px 0 60px;
  }
}
.we_in_media_wrap .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .we_in_media_wrap .head {
    flex-wrap: wrap;
  }
}
.we_in_media_wrap .head .left_side {
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .we_in_media_wrap .head .left_side {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.we_in_media_wrap .head .right_side .custom_arrows_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, 0.1607843137);
  transition: all 0.4s;
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow:hover {
  border: 1px solid #18B8EC;
  background: #18B8EC;
  transition: all 0.4s;
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow:hover svg path {
  stroke: white;
  transition: all 0.4s;
  stroke-opacity: 1;
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow.arrow_next {
  margin-left: 10px;
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow.arrow_next svg {
  transform: rotate(180deg);
}
.we_in_media_wrap .head .right_side .custom_arrows_media .arrow.arrow_next svg path {
  transition: all 0.4s;
}
.we_in_media_wrap .we_in_media .slick-track {
  display: flex !important;
}
.we_in_media_wrap .we_in_media .slick-slide {
  margin-right: 24px;
  height: inherit !important;
}
@media screen and (max-width: 768px) {
  .we_in_media_wrap .we_in_media .slick-slide {
    margin: 0 6px;
  }
}
.we_in_media_wrap .we_in_media .slick-slide > div {
  height: 100%;
}
.we_in_media_wrap .we_in_media .slick-dots {
  bottom: -50px;
}
.we_in_media_wrap .we_in_media .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(34, 34, 34, 0.1019607843);
  border-radius: 50%;
  transition: all 0.4s;
}
.we_in_media_wrap .we_in_media .slick-dots li.slick-active {
  width: 18px;
  border-radius: 100px;
  background: rgba(0, 173, 238, 0.5019607843);
  transition: all 0.4s;
}
.we_in_media_wrap .we_in_media .slick-dots li button {
  display: none;
}
.we_in_media_wrap .we_in_media .item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 20px;
  height: 100%;
}
.we_in_media_wrap .we_in_media .item .img_wrap {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 20px 20px 0 0;
}
.we_in_media_wrap .we_in_media .item .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.we_in_media_wrap .we_in_media .item .media_content {
  padding: 20px;
}
.we_in_media_wrap .we_in_media .item .media_content .media_meta {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-family: "JetBrains Mono", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6980392157);
}
.we_in_media_wrap .we_in_media .item .media_content h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #222222;
}

.home_contacts {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 100px;
}
@media screen and (max-width: 991px) {
  .home_contacts {
    flex-wrap: wrap;
    padding: 40px 0 60px;
  }
}
.home_contacts .left_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .home_contacts .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.home_contacts .left_side h6 {
  color: #05AA56;
  background: rgba(0, 178, 89, 0.0588235294);
}
.home_contacts .left_side h6:before {
  border: 2px solid #05AA56;
}
.home_contacts .left_side h2 {
  margin-bottom: 24px;
}
.home_contacts .left_side .contacts {
  margin-top: 40px;
}
.home_contacts .left_side .contacts .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .home_contacts .left_side .contacts .item {
    padding: 10px;
  }
}
.home_contacts .left_side .contacts .item .icon {
  margin-right: 20px;
}
.home_contacts .left_side .contacts .item .item_content b {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home_contacts .left_side .contacts .item .item_content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(34, 34, 34, 0.6980392157);
}
.home_contacts .left_side .contacts .item .item_content .social {
  display: flex;
  align-items: center;
}
.home_contacts .left_side .contacts .item .item_content .social a {
  margin-right: 20px;
}
.home_contacts .right_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .home_contacts .right_side {
    width: 100%;
  }
}
.home_contacts .right_side .maps iframe {
  border-radius: 20px;
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .home_contacts .right_side .maps iframe {
    height: 350px;
  }
}

.faq_wrap {
  margin: 40px 0 100px;
}
.faq_wrap .head {
  margin-bottom: 32px;
}
.faq_wrap .head h6 {
  margin: 0 auto 24px;
}
.faq_wrap .head h2 {
  text-align: center;
}
.faq_wrap .faq .accordion {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .faq_wrap .faq .accordion {
    padding: 14px 16px;
  }
}
.faq_wrap .faq .accordion:last-of-type {
  margin-bottom: 0;
}
.faq_wrap .faq .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #222222;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .faq_wrap .faq .accordion .accordion_header {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .faq_wrap .faq .accordion .accordion_header {
    font-size: 16px;
  }
}
.faq_wrap .faq .accordion .accordion_header span {
  width: calc(100% - 40px);
}
.faq_wrap .faq .accordion .accordion_header .arrow {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(24, 184, 236, 0.5019607843);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_wrap .faq .accordion .accordion_header .arrow svg {
  transition: all 0.4s;
}
.faq_wrap .faq .accordion .accordion_header .arrow svg path {
  transition: all 0.4s;
}
.faq_wrap .faq .accordion .accordion_header.active .arrow {
  background: #18B8EC;
}
.faq_wrap .faq .accordion .accordion_header.active .arrow svg {
  transform: rotate(-180deg);
  transition: all 0.4s;
}
.faq_wrap .faq .accordion .accordion_header.active .arrow svg path {
  stroke: white;
  transition: all 0.4s;
  stroke-opacity: 1;
}
.faq_wrap .faq .accordion .accordion_content {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(34, 34, 34, 0.6980392157);
  margin-top: 20px;
}
.faq_wrap .faq .accordion .accordion_content b {
  font-weight: 600;
  margin-bottom: 10px;
}
.faq_wrap .faq .accordion .accordion_content a {
  color: #18B8EC;
  font-weight: 600;
}
.faq_wrap .faq .accordion .accordion_content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.faq_wrap .faq .accordion .accordion_content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

footer.site-footer {
  border-top: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding-top: 60px;
}
footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .column {
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column {
    width: 100%;
    margin-bottom: 24px;
  }
}
footer.site-footer .footer_content .column .site-logo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column .site-logo {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .column .site-logo img {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column .site-logo img {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer_content .column .footer_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
}
footer.site-footer .footer_content .column h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #222222;
  margin-bottom: 15px;
}
footer.site-footer .footer_content .column .footer_menus {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column .footer_menus {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column .footer_menus .menu {
    width: 100%;
    margin-bottom: 24px;
  }
}
footer.site-footer .footer_content .column .footer_menus .menu ul li {
  margin-bottom: 6px;
}
footer.site-footer .footer_content .column .footer_menus .menu ul li a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: rgba(34, 34, 34, 0.8);
}
footer.site-footer .footer_content .column .newsletter_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(34, 34, 34, 0.6);
}
footer.site-footer .footer_bottom {
  text-align: center;
  padding: 24px 0;
}
footer.site-footer .footer_bottom .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: rgba(34, 34, 34, 0.6);
}

.main_section {
  padding: 196px 0 140px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 150px 0 80px;
  }
}
.main_section .decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Taie toate decoratiunile care ies pe X sau Y */
  pointer-events: none; /* Inactiveaza click-urile pe decoratiuni ca sa nu blocheze textul/butoanele */
  z-index: 0;
}
.main_section .decor .buble1, .main_section .decor .buble2, .main_section .decor .buble3 {
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 24%;
  z-index: -1;
}
.main_section .decor .buble1 {
  background: radial-gradient(50% 50% at 50% 50%, #00ADEE 0%, rgba(0, 99, 136, 0) 80%);
  width: 648px;
  height: 578px;
  top: 0;
  right: -164px;
}
.main_section .decor .buble2 {
  background: radial-gradient(50% 50% at 50% 50%, #00B259 0%, rgba(0, 76, 38, 0) 92.79%);
  opacity: 20%;
  width: 520px;
  height: 431px;
  left: -150px;
  bottom: -100px;
}
.main_section .decor .buble3 {
  background: radial-gradient(50% 50% at 50% 50%, #D6DE23 0%, rgba(116, 120, 19, 0) 100%);
  width: 337px;
  height: 288px;
  top: 120px;
  left: calc(50% - 160px);
}
.main_section .main_section_content {
  max-width: 650px;
  position: relative;
  z-index: 1;
}
.main_section .main_section_content h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #000000;
  max-width: 710px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1270px) {
  .main_section .main_section_content h1 {
    font-size: 42px;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .main_section .main_section_content h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content h1 {
    font-size: 32px;
  }
}
.main_section .main_section_content h1 span {
  background: linear-gradient(90deg, #00ADEE 0%, #00B259 64.9%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block; /* Asigură randarea corectă în unele browsere */
}
.main_section .main_section_content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 48px;
}
.main_section .main_section_content a.phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  background: #FFFFFF;
  padding: 9px 24px 10px 10px;
  border-radius: 100px;
}
.main_section .main_section_content a.phone svg {
  margin-right: 6px;
}

.contact_page {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .contact_page {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .contact_page {
    margin-bottom: 60px;
  }
}
.contact_page .form_side {
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 20px;
  background: #FFFFFF;
  width: calc(64% - 16px);
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .contact_page .form_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact_page .form_side {
    padding: 20px 15px;
  }
}
.contact_page .form_side h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 32px;
}
.contact_page .form_side form p label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.contact_page .form_side form p label input:not(input[type=checkbox]), .contact_page .form_side form p label textarea {
  border: 1px solid rgba(35, 31, 32, 0.1019607843);
  background: #FFFFFF;
  border-radius: 16px;
  padding: 15px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #231F20;
  width: 100%;
  margin-top: 8px;
}
.contact_page .form_side form p label input:not(input[type=checkbox])::placeholder, .contact_page .form_side form p label textarea::placeholder {
  color: rgba(35, 31, 32, 0.3215686275);
}
.contact_page .form_side form p label textarea {
  height: 120px;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-not-valid-tip {
  bottom: -20px;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-top: 12px;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 5px;
  }
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item label input {
  display: none;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  background: #18B8EC;
  border: 1px solid var(--Blue, #18B8EC);
  color: #FFFFFF;
  transition: all 0.4s;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(35, 31, 32, 0.8);
  padding: 11px 16px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 100px;
  display: block;
  margin-bottom: 8px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contact_page .form_side form p .wpcf7-form-control-wrap[data-name=checkbox-240] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    padding: 10px 10px;
  }
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item {
  margin-left: 0;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item label input {
  display: none;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 32px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(35, 31, 32, 0.8);
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--Blue, #18B8EC);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -2px;
}
.contact_page .form_side form p .wpcf7-form-control-wrap[data-name=acceptance-528] .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #18B8EC;
  border-right: 2px solid #18B8EC;
  left: 7px;
  top: 0;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.contact_page .form_side form p input[type=submit] {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 15px 24px;
  background: #18B8EC;
  border-radius: 100px;
  margin-top: 32px;
}
.contact_page .form_side form p .wpcf7-spinner {
  position: absolute;
}
.contact_page .form_side form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact_page .form_side form .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contact_page .form_side form .row p {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .contact_page .form_side form .row p {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact_page .contact_side {
  width: calc(36% - 16px);
}
@media screen and (max-width: 991px) {
  .contact_page .contact_side {
    width: 100%;
  }
}
.contact_page .contact_side .maps {
  margin-bottom: 24px;
}
.contact_page .contact_side .maps iframe {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
  height: 220px;
  width: 100%;
}
.contact_page .contact_side .contact_block {
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact_page .contact_side .contact_block {
    padding: 20px 10px;
  }
}
.contact_page .contact_side .contact_block h5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 24px;
}
.contact_page .contact_side .contact_block .item_contact {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contact_page .contact_side .contact_block .item_contact:last-of-type {
  margin-bottom: 0;
}
.contact_page .contact_side .contact_block .item_contact .icon {
  margin-right: 10px;
}
.contact_page .contact_side .contact_block .item_contact .item_content b {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #222222;
  display: block;
  margin-bottom: 8px;
}
.contact_page .contact_side .contact_block .item_contact .item_content a, .contact_page .contact_side .contact_block .item_contact .item_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(34, 34, 34, 0.6980392157);
}
.contact_page .contact_side .contact_block ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.contact_page .contact_side .contact_block ul li:last-of-type {
  margin-bottom: 0;
}
.contact_page .contact_side .contact_block ul li span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #18B8EC;
  margin-right: 6px;
}
.contact_page .contact_side .contact_block ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(34, 34, 34, 0.6980392157);
}

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

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