html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  html.overflow {
    overflow-y: hidden; }

@media (min-width: 1140px) {
  html {
    overflow-x: hidden; } }
* {
  box-sizing: border-box; }

.wpb_row ul li::marker {
  color: #1ADBE4; }

.burger-menu {
  display: none; }

body {
  --ez-body-lock-z-index: 2147483600;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding-top: 98px; }
  @media (max-width: 1140px) {
    body {
      overflow-x: hidden; }
      body .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
  body.logged-in {
    padding-top: 94px; }
    body.logged-in .fixed-row {
      top: 32px; }
  body.notification-active {
    padding-top: 154px; }
    body.notification-active .fixed-row {
      top: 60px; }
  body .fixed-row {
    top: 0; }
  body.en {
    font-family: "Montserrat", sans-serif; }
  body.el {
    font-family: "Sofia Sans", sans-serif; }

.spacer {
  width: 100%;
  height: 100vh;
  position: relative; }

img {
  max-width: 100%;
  display: inline-block; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex; }

.container-single {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex; }

.container-header {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 640px) {
    .container-header {
      padding: 0 !important; } }

.container-full {
  width: 100%;
  display: flex;
  max-width: 100%;
  display: flex; }

.section-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  @media (max-width: 1140px) {
    .section-row {
      padding-left: 15px;
      padding-right: 15px; } }

.d-flex {
  display: flex; }

.f-wrap {
  flex-wrap: wrap; }

.f-n-wrap {
  flex-wrap: nowrap; }

.w-100 {
  width: 100%; }

.f-100 {
  flex: 0 0 100% !important; }

.h-100 {
  height: 100%; }

.j-center {
  justify-content: center; }

.j-space-between {
  justify-content: space-between; }

.t-center {
  text-align: center; }

.a-center {
  align-items: center; }

.a-c-center {
  align-content: center; }

.j-c-end {
  justify-content: end; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.fixed-row {
  background-color: #ffffff;
  z-index: 9;
  padding-bottom: 20px;
  box-shadow: 0px 10px 40px #0000001A; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.marousi-blue {
  color: #34435E; }

.bibe-teal {
  color: #1ADBE4; }

.macchiato-amber {
  color: #FFBE18; }

.f-light {
  font-weight: 300; }

.f-normal {
  font-weight: 400; }

.f-regular {
  font-weight: 500; }

.f-semi-bold {
  font-weight: 700; }

.f-bold {
  font-weight: 800; }

.f-extra-bold {
  font-weight: 900; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-100 {
  margin-bottom: 100px; }

.m-t-100 {
  margin-top: 100px; }

.show-mobile {
  display: none; }

.primary-button {
  background-color: #1ADBE4;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none; }

.inherit-position {
  justify-content: inherit;
  text-align: inherit; }

.section-tag {
  color: #FFBE18;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400; }
  @media (max-width: 640px) {
    .section-tag {
      font-size: 20px;
      line-height: 16px; } }

.section-title {
  font-size: 64px;
  line-height: 100%;
  font-weight: 800;
  color: #34435E;
  margin-top: 0;
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .section-title {
      font-size: 40px;
      line-height: 62px; } }

.section-sub-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #34435E; }

.section-content {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #34435E; }
  @media (max-width: 640px) {
    .section-content {
      font-size: 16px;
      line-height: 20px; } }

.yellow {
  color: #FFBE18; }

.website-socials {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1140px) {
    .website-socials {
      justify-content: center; } }
  .website-socials .social-icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px; }
    .website-socials .social-icon:first-child {
      margin-left: 0; }
    .website-socials .social-icon:last-child {
      margin-right: 0; }
    .website-socials .social-icon a {
      background-color: #1ADBE4;
      border-radius: 50%; }

.header-menu {
  margin-top: 30px;
  align-items: center;
  justify-content: space-between; }
  .header-menu #main-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    height: 35px;
    align-items: center;
    list-style: none; }
    .header-menu #main-menu li {
      margin-left: 15px;
      margin-right: 15px;
      position: relative;
      height: 35px;
      align-items: center;
      display: flex;
      padding-left: 10px;
      border-left: 4px solid transparent; }
      .header-menu #main-menu li:first-child {
        margin-left: 20px; }
      .header-menu #main-menu li a {
        text-decoration: none;
        color: #34435E;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }
      .header-menu #main-menu li:hover {
        border-left: 4px solid #1ADBE4; }
        .header-menu #main-menu li:hover ul li {
          border-left: 0; }
        .header-menu #main-menu li:hover a {
          color: #1ADBE4; }
        .header-menu #main-menu li:hover ul.sub-menu {
          display: block; }
      .header-menu #main-menu li ul.sub-menu {
        position: absolute;
        padding: 0;
        background: #ffffff;
        width: max-content;
        list-style: none;
        top: 35px;
        left: -4px;
        border-left: 4px solid #1ADBE4;
        padding-left: 0px;
        padding-top: 30px;
        padding-right: 10px;
        padding-bottom: 10px;
        display: none; }
        .header-menu #main-menu li ul.sub-menu li {
          margin: 0;
          text-transform: uppercase;
          height: 30px;
          border-left: 0;
          margin-bottom: 10px; }
          .header-menu #main-menu li ul.sub-menu li a {
            color: #365AA6;
            font-size: 14px;
            font-weight: 700;
            line-height: 17px; }
      .header-menu #main-menu li.active {
        border-left: 4px solid #1ADBE4; }
        .header-menu #main-menu li.active a {
          color: #1ADBE4; }
  .header-menu .request-demo {
    display: flex; }
    .header-menu .request-demo .request-link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }

.main-footer {
  padding-top: 50px;
  min-height: 400px;
  background-color: #34435E;
  margin-top: 80px; }
  .main-footer .section-row {
    align-items: flex-start; }
  .main-footer .footer-description {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      .main-footer .footer-description {
        text-align: center; } }
    .main-footer .footer-description p {
      margin-top: 0;
      margin-bottom: 0; }
    .main-footer .footer-description a {
      color: #ffffff;
      text-decoration: none; }
  .main-footer .footer-left {
    flex: 0 0 35%; }
    @media (max-width: 1140px) {
      .main-footer .footer-left {
        flex: 0 0 100%;
        margin-bottom: 40px;
        justify-content: center; } }
    .main-footer .footer-left .footer-logo {
      max-height: 41px;
      margin-bottom: 15px; }
      @media (max-width: 1140px) {
        .main-footer .footer-left .footer-logo {
          justify-content: center; } }
  .main-footer .footer-right {
    flex: 0 0 65%; }
    @media (max-width: 1140px) {
      .main-footer .footer-right {
        flex: 0 0 100%;
        margin-bottom: 40px;
        justify-content: center; } }
    @media (max-width: 640px) {
      .main-footer .footer-right {
        margin-bottom: 0px; } }
    .main-footer .footer-right .footer-column {
      flex: 0 0 33.3333%;
      align-self: flex-start; }
      @media (max-width: 1140px) {
        .main-footer .footer-right .footer-column {
          flex: 0 0 100%;
          margin-bottom: 40px;
          justify-content: center;
          text-align: center; } }
      .main-footer .footer-right .footer-column .menu-title {
        font-size: 32px;
        line-height: 28px;
        letter-spacing: 2px;
        font-weight: 400;
        color: #1ADBE4;
        margin: 0;
        margin-bottom: 30px; }
        @media (max-width: 1140px) {
          .main-footer .footer-right .footer-column .menu-title {
            justify-content: center; } }
      .main-footer .footer-right .footer-column .footer-menu {
        padding: 0;
        list-style: none;
        margin: 0; }
        @media (max-width: 1140px) {
          .main-footer .footer-right .footer-column .footer-menu {
            text-align: center; } }
        .main-footer .footer-right .footer-column .footer-menu li {
          margin-bottom: 24px; }
          .main-footer .footer-right .footer-column .footer-menu li a {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 2px;
            font-weight: 400;
            color: #ffffff;
            text-decoration: none; }
      .main-footer .footer-right .footer-column.last {
        margin-bottom: 0; }
        .main-footer .footer-right .footer-column.last .footer-description {
          margin-bottom: 0; }

.copy-description {
  color: #FFBE18;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .copy-description {
      margin-top: 0; } }
  @media (max-width: 400px) {
    .copy-description {
      flex-direction: column;
      justify-content: center;
      text-align: center; } }
  .copy-description p {
    margin: 0;
    margin-left: 10px; }

.underline {
  padding-left: 3px;
  padding-right: 3px; }
  .underline:after {
    content: "";
    position: absolute;
    height: 45%;
    background-color: #FFBE18;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: -1; }

.login-platform {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFBE18;
  margin-left: 20px; }
  .login-platform a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700; }

.half-column {
  flex: 0 0 50%;
  margin-top: 120px; }
  @media (max-width: 1140px) {
    .half-column {
      margin-top: 60px;
      flex: 0 0 100%;
      justify-content: center; } }

@media (max-width: 1140px) {
  .vc_row-fluid.container {
    flex-wrap: wrap;
    text-align: center; }

  .vc_row-fluid.container .wpb_text_column {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 1140px) {
  .wpb_text_column .wpb_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center; } }
.wpb_text_column h3, .wpb_text_column h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #34435E;
  margin-top: 0;
  margin-bottom: 10px; }
.wpb_text_column p, .wpb_text_column li {
  color: #34435E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0; }
  .wpb_text_column p a, .wpb_text_column li a {
    color: #34435E;
    text-decoration: none; }
    .wpb_text_column p a:hover, .wpb_text_column p a:focus, .wpb_text_column p a:active, .wpb_text_column li a:hover, .wpb_text_column li a:focus, .wpb_text_column li a:active {
      color: #1ADBE4; }

.expandable-menu {
  display: none;
  padding-top: 20px; }
  .expandable-menu #main-menu {
    margin: 0; }
  .expandable-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .expandable-menu ul .menu-item {
      border-bottom: 1px solid #E4E4E4;
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      .expandable-menu ul .menu-item a {
        color: #34435E;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: none;
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px; }
      .expandable-menu ul .menu-item .toggleMenu {
        right: 15px;
        width: 20%;
        justify-content: flex-end;
        display: flex;
        height: 51px;
        top: 0;
        align-items: center; }
        .expandable-menu ul .menu-item .toggleMenu svg {
          width: 16px;
          height: 16px;
          fill: #365AA6; }
          .expandable-menu ul .menu-item .toggleMenu svg path, .expandable-menu ul .menu-item .toggleMenu svg g {
            fill: #365AA6; }
          .expandable-menu ul .menu-item .toggleMenu svg.rotate {
            transform: rotate(180deg); }
      .expandable-menu ul .menu-item ul {
        display: none; }
        .expandable-menu ul .menu-item ul.sub-menu {
          border-left: 4px solid #1ADBE4; }
          .expandable-menu ul .menu-item ul.sub-menu .sub-menu-item {
            border-bottom: 1px solid #E4E4E4; }
            .expandable-menu ul .menu-item ul.sub-menu .sub-menu-item a {
              border: 0;
              padding-left: 25px;
              font-size: 14px;
              letter-spacing: 1px;
              line-height: 18px;
              text-transform: uppercase;
              color: #365AA6; }
      .expandable-menu ul .menu-item.active a {
        border-left: 4px solid #1ADBE4; }
  .expandable-menu .request-demo {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px; }
  .expandable-menu .login-platform {
    margin-top: 15px;
    margin-bottom: 15px; }

.burger-action .close {
  display: none; }

@media (max-width: 1140px) {
  .header-menu .menu {
    display: none; }
  .header-menu .burger-menu {
    display: flex;
    margin-left: 20px; }
    .header-menu .burger-menu svg, .header-menu .burger-menu g, .header-menu .burger-menu path {
      fill: #365AA6; }
    .header-menu .burger-menu svg.close path, .header-menu .burger-menu svg.close g {
      stroke: #365AA6; }
    .header-menu .burger-menu .burger-action.active .lines {
      display: none; }
    .header-menu .burger-menu .burger-action.active .close {
      display: block; }

  .hide-mobile {
    display: none !important; }

  .fixed-row {
    padding-left: 0;
    padding-right: 0; }
    .fixed-row.active {
      padding-bottom: 0; } }
.single-post .hero-title {
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 40px; }

.single-article h2, .single-article h3, .single-article h4, .single-article h5, .single-article h6 {
  color: #34435E; }
.single-article p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #34435E; }
.single-article a {
  color: #1ADBE4; }
.single-article img {
  height: auto; }
.single-article ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #34435E; }
  .single-article ul li::marker {
    color: #1ADBE4; }

.not-found {
  margin-top: 120px; }
  @media (max-width: 1140px) {
    .not-found {
      margin-top: 60px; } }

.category-section {
  margin-top: 120px; }
  @media (max-width: 1140px) {
    .category-section {
      margin-top: 60px; } }
  .category-section .cat-results .cat-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    align-content: flex-start;
    margin-bottom: 30px;
    align-content: stretch; }
    @media (max-width: 1140px) {
      .category-section .cat-results .cat-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 640px) {
      .category-section .cat-results .cat-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .category-section .cat-results .cat-item .top-area {
      width: 100%;
      position: relative; }
      .category-section .cat-results .cat-item .top-area:after {
        content: "";
        position: absolute;
        left: 10px;
        right: 0;
        width: 30px;
        height: 4px;
        background-color: #FFBE18;
        bottom: -18px;
        z-index: 999; }
      .category-section .cat-results .cat-item .top-area img {
        max-height: 216px;
        object-fit: cover;
        width: 100%; }
    .category-section .cat-results .cat-item .bottom-area {
      padding: 10px;
      background-color: #ffffff;
      box-shadow: 0px 10px 40px #0000001A;
      padding-top: 20px; }
      .category-section .cat-results .cat-item .bottom-area .cat-item-title {
        font-size: 18px;
        line-height: 22px;
        color: #34435E;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 0;
        min-height: 54px; }
      .category-section .cat-results .cat-item .bottom-area .cat-item-description {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #34435E;
        min-height: 80px; }
      .category-section .cat-results .cat-item .bottom-area a {
        text-decoration: none; }
        .category-section .cat-results .cat-item .bottom-area a:hover h3 {
          color: #1ADBE4; }
  .category-section .cat-results .article-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1ADBE4; }

.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px; }
  @media (max-width: 1140px) {
    .pagination {
      margin-bottom: 60px; } }
  .pagination li {
    margin-right: 15px; }
    .pagination li a {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #34435E;
      border: 1px solid #1ADBE4;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      letter-spacing: 0.25px;
      text-decoration: none; }
      .pagination li a.active {
        color: #ffffff;
        background-color: #1ADBE4; }
    .pagination li svg.rotate {
      transform: rotate(180deg); }
    .pagination li:hover a {
      color: #ffffff;
      background-color: #1ADBE4; }
    .pagination li.dots {
      align-items: flex-end;
      display: flex; }

.footer-logos {
  margin-top: 20px; }
  .footer-logos ul {
    display: flex;
    list-style: none;
    padding: 0; }
    @media (max-width: 1140px) {
      .footer-logos ul {
        justify-content: center; } }
    .footer-logos ul li {
      display: flex;
      width: 20%;
      margin-right: 20px;
      align-items: flex-end; }
      .footer-logos ul li:nth-child(3) {
        position: relative;
        left: -15px; }
        @media (max-width: 1140px) {
          .footer-logos ul li:nth-child(3) {
            left: 0; } }
      .footer-logos ul li:nth-child(1) {
        height: 100%;
        align-items: normal; }
  .footer-logos.show-mobile {
    margin-bottom: 20px; }
    @media (max-width: 1140px) {
      .footer-logos.show-mobile {
        height: 120px;
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center; }
        .footer-logos.show-mobile .logos {
          height: 120px; }
          .footer-logos.show-mobile .logos li {
            max-height: 115px; } }

.notification-bar {
  height: 60px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #1ADBE4;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  font-weight: 700; }
  .notification-bar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700; }
    @media (max-width: 640px) {
      .notification-bar a {
        font-size: 10px; } }
  .notification-bar.active {
    display: flex; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite; }

/*# sourceMappingURL=main.css.map */
