/*
Theme Name: Progressive Lab
Author: Progressive Lab
Description: Elementor Free friendly theme matching Progressive Lab XD layouts.
Version: 1.0.0
Text Domain: progressive-lab
*/

:root {
  --pl-green: #44a88d;
  --pl-red: #e0463c;
  --pl-orange: #ff8a00;
  --pl-dark: #0b0b0b;
  --pl-muted: #333333;
  --pl-light: #f6f7f9;
  --pl-radius: 22px;
  --pl-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --pl-shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.07);
  --pl-border: rgba(0, 0, 0, 0.12);
  --pl-max: 1800px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "proxima-nova-extra-wide", sans-serif !important;
  color: var(--pl-dark);
  line-height: 1.55;
  background: #fff;
}
html,
body,
button,
input,
textarea {
  font-family: "proxima-nova-extra-wide", sans-serif !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
p {
  margin: 0;
}
.pl-container {
  max-width: var(--pl-max);
  margin: 0 auto;
  padding: 0 24px;
}

.pl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}
.home .pl-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
}
.pl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
/* Αρχική κατάσταση (πάνω στο hero) */
.pl-header {
  padding: 18px 0;
  transition: all 0.3s ease;
}
.logo-img {
  display: block;
  max-height: 80px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.logo-scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.scrolled .logo-home,
.scrolled .logo-inner {
  opacity: 0;
}

.scrolled .logo-scroll {
  opacity: 1;
}

/* Προαιρετικό: για να μην "πηδάει" το ύψος όταν αλλάζει logo */
.logo {
  position: relative;
}
/* Scroll κατάσταση */
.pl-header.scrolled {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.home .pl-header.scrolled .logo-white {
  display: none;
}

.home .pl-header.scrolled .logo-black {
  display: inline-block;
}

.pl-header.scrolled .pl-menu a {
  color: #000;
}
.pl-header.scrolled .pl-lang a.active-lang {
  color: #000;
  border-color: black;
}

.pl-header.scrolled .pl-lang a {
  color: #000;
}

.pl-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.pl-menu {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pl-menu a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
}
.pl-menu .menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 15px;
  transition: 300ms ease-in-out;
  margin-top: 4px;
}
.pl-menu .menu-item-has-children:hover > a:after {
  transform: rotate(90deg);
}
.pl-menu .sub-menu li a:after {
  content: "\f105";
  color: #44a88d;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 15px;
  transition: 300ms ease-in-out;
  margin-top: 4px;
}

.pl-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 255px;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
  z-index: 999;
}

.pl-menu .sub-menu li {
  position: relative;
}

.pl-menu .sub-menu a {
  display: block;
  padding: 8px 14px;
  letter-spacing: -0.48px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  transition: 300ms ease-in-out;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home .pl-menu .sub-menu a {
  color: black;
}

.pl-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

.pl-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pl-menu > li:hover > a,
.pl-menu .sub-menu li:hover a {
  color: #008f7a;
}
.mobile-buttons-wrapper {
  display: none;
}

.pl-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home .scrolled .pl-btn,
.pl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px 0 15px;
  border: 2px solid #000000;
  color: black;
  border-radius: 5px;
  background: #fff;
  min-height: 50px;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}
.pl-btn--solid {
  background: var(--pl-red);
  color: #fff;
  border-color: transparent;
}

.home .pl-brand,
.home .pl-menu a {
  color: #fff;
}
.home .pl-btn {
  background: transparent;
  transition: border-color 0.3s ease;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transition: 300ms ease-in-out;
  padding: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 15px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home .scrolled .pl-btn:hover,
.pl-btn:hover {
  background: linear-gradient(90deg, #e3463d, #fa7d00, #e3463d);
  background-size: 200% 200%;
  animation: gradientMove 3s linear infinite;
  border-color: #fa7d00;
  color: white;
}
.home .pl-btn .logo-black,
.pl-btn .logo-white {
  display: none;
}
.home .pl-btn .logo-white,
.pl-btn .logo-black {
  display: flex;
}
.pl-btn:hover .logo-black path {
  stroke: white;
}
.home .pl-logo-box {
  background: rgba(255, 255, 255, 0.18);
}
.home .pl-lang {
  font-weight: bold;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-lang {
  font-weight: bold;
  font-size: 15px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-lang a {
  opacity: 0.56;
  border: 2px solid transparent;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  text-decoration: none;
}
.home .pl-lang a {
  opacity: 0.56;
  border: 2px solid transparent;
  border-radius: 5px;
  width: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  text-decoration: none;
}
.home .pl-lang .active-lang {
  opacity: 1;
  border-color: white;
  order: 1;
}
.pl-lang .active-lang {
  opacity: 1;
  border-color: black;
  order: 1;
}

.pl-drawer-close,
.pl-mobile-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: rgba(227, 70, 61, 0.09);
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}
.pl-mobile-toggle p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 100%;
  max-width: 26px;
  position: relative;
  top: 8px;
}
.pl-mobile-toggle span {
  width: 26px;
  height: 2px;
  background: var(--pl-red);
  border-radius: 3px;
  margin-bottom: 2px;
  margin-left: auto;
}
.pl-mobile-toggle span:nth-child(2) {
  width: 18px;
}
.pl-drawer-close small,
.pl-mobile-toggle small {
  font-size: 8px;
  font-weight: bold;
  color: var(--pl-red);
  letter-spacing: 0.08em;
  transform: translateY(10px);
}

.pl-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 80;
}
.pl-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 360px);
  background: var(--pl-red);
  transform: translateX(110%);
  transition: 0.25s;
  z-index: 90;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}
.pl-drawer.is-open {
  transform: translateX(0);
}
.pl-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.pl-drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pl-drawer-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}
.pl-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 800;
}
.pl-drawer a {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.11);
  width: 100%;
  display: flex;
  padding: 20px 15px;
}
.pl-drawer .menu-item-has-children > a {
  background-color: white;
  color: black;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pl-drawer .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  position: relative;
  top: 2px;
}
.pl-drawer a:hover {
  opacity: 1;
}
.pl-drawer .pl-btn {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

.pl-hero {
  position: relative;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.pl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%);
  z-index: 1;
}
.pl-hero-media {
  position: absolute;
  inset: 0;
  background: #111;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pl-hero-content {
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
}
.pl-kicker {
  font-weight: 900;
  letter-spacing: 0.14em;
  font-size: 12px;
  opacity: 0.92;
  text-transform: uppercase;
  display: none;
}
.pl-h1 {
  font-size: 78px;
  letter-spacing: -1.56px;
  line-height: 95px;
  font-weight: 800;
  max-width: 80%;
  margin: 0 auto;
}
.pl-lead {
  font-size: 16px;
}
.pl-hero-cta {
  margin-top: 22px;
  display: none;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.pl-section {
  padding: 72px 0;
}
.pl-section--green {
  background: var(--pl-green);
  color: #fff;
}
.pl-section--red {
  background: var(--pl-red);
  color: #fff;
}
.pl-section--light {
  background: var(--pl-light);
}
#about_wrapper {
  background-color: #44a88d;
  padding-top: 100px;
  padding-bottom: 100px;
}
#about_wrapper .e-con-inner {
  gap: 80px;
}
#about_wrapper .elementor-widget-image:before {
  content: "";
  position: absolute;
  right: -50px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: -60px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="608.426" height="424.894" viewBox="0 0 608.426 424.894"><path id="Path_150" data-name="Path 150" d="M0,269.743V694.637l156.307-90.612h452.12V269.743Z" transform="translate(0 -269.743)" fill="%23e3463d"/></svg>');
}
#about_wrapper h2,
#about_wrapper h3,
#about_wrapper p {
  color: white;
}
#about_wrapper h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.66px;
}
#about_wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.96px;
  line-height: 42px;
}
#about_wrapper p {
  font-size: 20px;
  letter-spacing: -0.6px;
}
#about_wrapper a {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  width: fit-content;
  font-weight: bold;
}
#about_wrapper a .elementor-button-text {
  transition: 300ms ease-in-out;
}
#about_wrapper a:hover .elementor-button-text {
  padding-right: 10px;
  transform: translateX(-10px);
}
#about_wrapper a .elementor-button-icon {
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 300ms ease-in-out;
  top: 0;
  bottom: 0;
  padding-right: 20px;
}
#about_wrapper a:hover .elementor-button-icon {
  opacity: 1;
}
#about_wrapper a:hover {
  color: #44a88d;
  background: white;
}
#about_wrapper a:hover svg path {
  fill: #44a88d;
}
#about_wrapper img {
  border-radius: 15px;
  z-index: 3;
  position: relative;
}
.pl-section-projects {
  max-width: 1624px;
  padding: 0 24px;
  margin: 100px auto 0 auto;
}
.pl-section-projects h1 {
  text-align: center;
  color: #44a88d;
  font-size: 45px;
  letter-spacing: -1.35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.pl-section-projects .pl-card-outer {
  background-color: white;
  box-shadow: 0px 5px 15px #04253e33;
  border-radius: 20px;
  padding: 16px;
  transition: 300ms ease-in-out;
}
.pl-section-projects .pl-card {
  display: grid;
  width: fit-content;
  position: relative;
  transition: 300ms ease-in-out;
}
.pl-section-projects .pl-card:after {
  content: "";
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 16px;
  transition: 300ms ease-in-out;
}
.pl-section-projects .pl-card:hover:after {
  content: "";
  background: linear-gradient(82deg, #000000 0%, #44a88d 100%);
  mix-blend-mode: multiply;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pl-section-projects .pl-card > * {
  grid-area: 1 / -1;
}
.pl-section-projects .pl-card .pl-card-body {
  display: flex;
  flex-direction: column;
  align-self: end;
  padding: 0 0 37px 50px;
  max-width: 100%;
  color: white;
  position: relative;
  z-index: 8;
}
.pl-card-text-wrapper {
  display: flex;
}
.pl-section-projects .pl-card img {
  border-radius: 10px;
}
.pl-section-projects .pl-card .pl-card-hover {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;

  transition:
    max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.35s ease;

  will-change: transform, opacity, max-height;
}

.pl-section-projects .pl-card:hover .pl-card-hover {
  opacity: 1;
  max-height: 200px;
}
.pl-section-projects .pl-card .pl-card-title {
  transform: 300ms ease-in-out;
  will-change: transform;
}
.pl-section-projects .pl-card:hover .pl-card-title {
  transform: translateY(15px);
}
.pl-section-projects .pl-card .pl-card-link {
  justify-self: end;
  align-self: end;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: bold;
  margin: 0 30px 0 60px;
  min-width: 230px;
  position: relative;
  z-index: 8;
}
.pl-news-container {
  margin-top: 100px;
}
.pl-news-container:before {
  content: "";
  background: radial-gradient(
    closest-side at 50% 50%,
    #e3463d 0%,
    #e11a11 100%
  );
  border-radius: 15px;
  height: 463px;
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
}
.pl-related-container .pl-related-grid {
  position: relative;
  padding-top: 50px;
}
.pl-related-container .pl-related-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dedede;
}
.news-template-default .pl-news-container,
.events-template-default .pl-news-container,
.research-template-default .pl-news-container {
  margin-top: 0;
  transform: translateY(-100px);
}
.news-template-default .pl-news-container:before,
.events-template-default .pl-news-container:before,
.research-template-default .pl-news-container:before {
  content: none;
}
.news-template-default .pl-news-container h2,
.events-template-default .pl-news-container h2,
.research-template-default .pl-news-container h2 {
  display: none;
}
.news-template-default .pl-news-container .pl-section,
.events-template-default .pl-news-container .pl-section,
.research-template-default .pl-news-container .pl-section {
  padding-top: 0;
}
.news-template-default .pl-news-container .pl-container,
.events-template-default .pl-news-container .pl-container,
.research-template-default .pl-news-container .pl-container {
  grid-template-columns: 1fr;
  padding-top: 0;
}
.pl-single-image.single-image-news img {
  height: 540px;
  object-fit: cover;
  object-position: bottom;
}
.pl-single-image.single-image-news {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-content {
  max-width: 1200px;
  margin: auto;
}
.page-content figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.pl-news-container .pl-container {
  padding-left: 24px;
  padding-top: 86px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 28px;
  align-items: center;
}
.pl-news-container .pl-container .pl-grid {
  color: white;
  height: 100%;
}
.pl-news-container .pl-container .pl-grid h2 {
  font-size: 36px;
  letter-spacing: -1.08px;
}
.pl-news-container .pl-container .pl-grid p {
  line-height: 2;
}
.pl-news-container .pl-container .pl-grid a {
  height: 50px;
  display: block;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease-in-out;
  width: fit-content;
  margin-top: 70px;
}
.pl-news-container .pl-container .pl-grid a:hover {
  border-color: #44a88d;
  background-color: #44a88d;
}
.pl-news-container .pl-card-bod-caption {
  background-color: white;
  z-index: 2;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 32px 22px 32px;
  transform: translateY(-28px);
  min-height: 280px;
  text-decoration: none;
}
.pl-news-container .pl-card-bod-caption h3 {
  font-size: 23px;
  letter-spacing: -0.46px;
  font-weight: bold;
  margin-top: 17px;
  transition: 300ms ease-in-out;
  color: black;
  display: -webkit-box;
  height: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pl-news-container .pl-card:hover .pl-card-bod-caption h3 {
  color: #e3463d;
  text-decoration: underline;
}
.pl-section-related .pl-related-container {
  max-width: 1400px;
  padding: 0 24px;
  margin: auto;
}
.pl-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.pl-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pl-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

/* 2 στήλες */
@media (min-width: 480px) {
  .pl-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* 3 στήλες */
@media (min-width: 768px) {
  .pl-grid-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* 4 στήλες */
@media (min-width: 1100px) {
  .pl-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
.pl-card--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.pl-card-body {
  overflow: hidden;
  display: flex;
  border-radius: 15px 10px 10px 10px;
}
.pl-card-body img {
  padding: 0;
  border-radius: 15px 10px 10px 10px;
  transition: 300ms ease-in-out;
}
.pl-card {
  position: relative;
  transition: 300ms ease-in-out;
}

.pl-news-container .pl-card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 0 0 25px 25px;
  background-color: #e3463d;
  z-index: -1;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background-color 0.4s ease;
}

/* mouse enter */
.pl-news-container .pl-card:hover::after {
  opacity: 1;
  transform: translateY(0);
  background-color: #44a88d;
}

/* mouse leave */
.pl-news-container .pl-card:not(:hover)::after {
  background-color: #e3463d;
}

/* mouse enter */
.pl-news-container .pl-card:hover::after {
  background-color: #44a88d;
}
.pl-news-container .pl-card::after {
  transform: scaleY(0.8);
}

.pl-news-container .pl-card:hover::after {
  transform: scaleY(1);
}
.pl-news-container .pl-card:hover .pl-card-body img {
  transform: scale(1.1);
}
.pl-section-team .pl-card-title {
  transform: none;
}
.pl-card-title {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  transform: translateY(40px);
}
.pl-card-meta {
  font-size: 15px;
  color: var(--pl-muted);
  letter-spacing: -0.3px;
}
.pl-card-excerpt {
  margin: 10px 0 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}
.pl-card-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  font-weight: 900;
  text-decoration: none;
}
.pl-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(227, 70, 61, 0.22);
  color: white;
  font-size: 25px;
  transition: 300ms ease-in-out;
}
.pl-card:hover .pl-arrow {
  transform: rotate(-45deg);
  background-color: rgba(227, 70, 61, 1);
}
.pl-page-hero {
  padding: 64px 0 44px;
  color: #fff;
}
.pl-page-hero--green {
  background: var(--pl-green);
}
.pl-page-hero--red {
  background: var(--pl-red);
}
.pl-page-hero .pl-container {
  display: flex;
  flex-direction: column-reverse;
}
.pl-page-hero h1 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.56px;
  text-align: center;
}
.pl-page-hero p {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: -0.3px;
  font-size: 15px;
}
.pl-hero-banner {
  padding: 130px 0;
}
.pl-page-hero {
  padding-bottom: 220px;
}
.error404 .pl-page-hero {
  padding-bottom: 64px;
}
.pl-single-items {
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(-280px);
}
.pl-single-image {
  margin-bottom: 65px;
}
.pl-content {
  max-width: 1400px;
  padding: 0 24px;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.pl-content p {
  color: black;
  margin-bottom: 10px;
  font-weight: normal;
}

.pl-share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 40px;
  margin-top: 160px;
  background: linear-gradient(90deg, #e3463d 0%, #fa7d00 100%);
  border-radius: 5px;
  color: white;
  background-size: 200% 200%;
  animation: gradientMove 3s linear infinite;
}
.pl-share strong {
  font-size: 20px;
  font-weight: bold;
}
.pl-share .pl-share-links {
  display: flex;
  gap: 30px;
}
.pl-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
}

.pl-pagination {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 110px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.pl-pagination .nums-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pl-pagination .pl-prev,
.pl-pagination .pl-next {
  width: unset;
  min-width: unset;
  height: unset;
  min-height: unset;
  border: none;
  background-color: transparent;
  font-size: black;
  font-weight: bold;
  font-size: 17px;
}
.pl-pagination .pl-prev.disabled,
.pl-pagination .pl-next.disabled {
  color: rgba(0, 0, 0, 0.27);
}
.pl-pagination a,
.pl-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #0000001c;
  color: #012244;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
.pl-pagination span.current {
  background-color: #000;
  color: white;
}
.pl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pl-form input,
.pl-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
}
.pl-form textarea {
  grid-column: 1 / -1;
  min-height: 140px;
  resize: vertical;
}
.pl-form .pl-form-full {
  grid-column: 1 / -1;
}
.pl-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.pl-checkbox input {
  margin-top: 3px;
}

.pl-footer {
  background: #f3f3f3;
  color: black;
  padding: 60px 0 0 0;
  position: relative;
  margin-top: 60px;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pl-footer .pl-container:before {
  content: "";
  background: linear-gradient(90deg, #e3463d, #fa7d00, #e3463d);
  background-size: 200% 200%;
  animation: gradientMove 3s linear infinite;
  border-color: #fa7d00;
  display: block;
  position: absolute;
  top: -10px;
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 25px;
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}
.pl-footer .pl-container {
  max-width: 1650px;
}
.pl-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.pl-footer a {
  color: black;
  text-decoration: none;
}
.pl-footer a:hover {
  opacity: 1;
}
.pl-footer-wrapper {
  display: flex;
  gap: 100px;
}
.pl-footer-wrapper .pl-footer-menu h5 {
  letter-spacing: -0.32px;
  font-size: 16px;
  font-weight: bold;
}
.pl-footer-wrapper .pl-footer-menu h5:after {
  content: "";
  height: 3px;
  width: 45px;
  background-color: #e3463d;
  display: flex;
  margin-top: 10px;
}
.pl-footer-wrapper .pl-footer-menu ul {
  list-style: none;
  padding: 0;
}
.pl-footer-wrapper .pl-footer-menu ul li a {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 2;
}
.pl-footer-title {
  font-weight: 900;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pl-f-info {
  margin-top: 50px;
}
.pl-f-info i {
  width: 43px;
  min-width: 43px;
  height: 43px;
  min-height: 43px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-f-info-wrapper {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.pl-f-info-wrapper a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  letter-spacing: -0.32px;
}
.pl-f-quote {
  display: flex;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  position: relative;
  max-width: 68%;
  margin-left: auto;
  padding-top: 50px;
}
.pl-f-quote span {
  padding-right: 100px;
}
.pl-f-quote-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.social-wrapper {
  text-align: right;
  margin-top: 100px;
  display: flex;
  justify-content: end;
  gap: 40px;
}
.social-wrapper a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pl-f-quote svg {
  position: absolute;
}
.pl-f-quote svg:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.pl-f-quote svg:last-child {
  position: absolute;
  bottom: -40px;
  right: 0;
  top: unset;
  transform: rotate(180deg);
}
.copyright {
  border-top: 1px solid black;
  padding: 30px 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.28px;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 30px;
}
.copyright .pl-f-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.42px;
  display: flex;
  gap: 16px;
}
.pl-elem {
  width: 100%;
}
@media (max-width: 640px) {
  .pl-container {
    padding: 0 18px;
  }
  .pl-hero {
    min-height: 560px;
  }
  .pl-hero-content {
    padding: 140px 0 76px;
  }
  .pl-h1 {
    font-size: 36px;
  }
  .pl-grid-3,
  .pl-grid-4 {
    grid-template-columns: 1fr;
  }
  .pl-section-science .pl-grid-4 {
    gap: 10px;
  }
  .pl-form {
    grid-template-columns: 1fr;
  }
}

.pl-slider {
  position: relative;
  z-index: 3;
}
.pl-slider:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="74.208" viewBox="0 0 1920 74.208"><path id="bg-curve" d="M0,0S479.477,23.9,959.477,23.9,1920,0,1920,0V74.208H0Z" fill="%2344a88d"/></svg>');
  position: absolute;
  bottom: -53px;
  z-index: 2;
  width: 100%;
  height: 80px;
  display: block;
  margin: auto;
  background-position: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.pl-slide {
  display: none;
}
.pl-slider-btn {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: rgba(255, 255, 255, 0.3); /* ημιδιαφανές */
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); /* Safari */
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  z-index: 9;
}
.pl-slider-btn[data-pl-next] {
  right: 24px;
}
.pl-slider-btn[data-pl-prev] {
  left: 24px;
}
.pl-slider-btn[data-pl-next] i,
.pl-slider-btn[data-pl-prev] i {
  position: relative;
  top: 1px;
}
.pl-slider-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 9;
}
.pl-slider-dots .pl-dot {
  position: relative;
  min-width: 10px;
  width: 10px;
  min-height: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.2s;
  border: none;
  padding: 0;
}

.pl-slider-dots .pl-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 11px;
  width: 11px;
  min-height: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #e3463d;
  opacity: 0;
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.pl-slider-dots .pl-dot[aria-current="true"]::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.pl-slider-dots .pl-dot[aria-current="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  border: 1px solid #e3463d;
  border-radius: 50%;
}
/* CONTACT SECTION */
#contact_wrapper:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dedede;
  max-width: 1360px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#contact_wrapper #image_wrapper {
  display: grid;
  width: fit-content;
  height: auto;
}
#contact_wrapper #image_wrapper .elementor-widget-image {
  width: fit-content;
}
#contact_wrapper #image_wrapper > * {
  grid-area: 1 / -1;
}
#contact_wrapper #image_wrapper .elementor-widget-image:after {
  content: "";
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  border-radius: 25px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact_wrapper #image_wrapper .elementor-widget-heading {
  align-self: end;
  justify-self: start;
  padding-left: 30px;
  padding-bottom: 25px;
  position: relative;
  z-index: 9;
}
#contact_wrapper #image_wrapper h3 {
  letter-spacing: -0.32px;
  color: white;
  line-height: 2;
  font-size: 16px;
  max-width: 68%;
  font-weight: normal;
  font-family: "proxima-nova-extra-wide", sans-serif;
}
#contact_wrapper #image_wrapper h2 {
  font-size: 36px;
  letter-spacing: -0.72px;
  color: white;
  transform: translateY(-75px);
  font-family: "proxima-nova-extra-wide", sans-serif;
}
#contact_wrapper .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -34px;
  left: 0;
}
#contact_wrapper .cf7-row:nth-child(3) .wpcf7-not-valid-tip {
  bottom: 0;
}
#contact_wrapper .e-con-inner {
  display: flex;
  gap: 50px;
  background: #fff;
  padding: 40px 20px;
  box-shadow: 0px 3px 25px #00000029;
  border-radius: 25px;
  position: relative;
  border-top: 1px solid #dedede;
  margin-top: 60px;
}
#contact_wrapper .e-con-inner:after {
  content: "";
  background: #44a88d;
  border-radius: 25px;
  position: absolute;
  left: -5px;
  width: 148px;
  height: 143px;
  bottom: -5px;
  z-index: -1;
}
#contact_wrapper .e-con-inner:before {
  content: "";
  background: linear-gradient(90deg, #e3463d 0%, #fa7d00 100%);
  border-radius: 25px;
  position: absolute;
  right: -5px;
  width: 148px;
  height: 143px;
  background-size: 200% 200%;
  animation: gradientMove 3s linear infinite;
  top: -5px;
  z-index: -1;
}
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.cf7-col {
  flex: 1 1 0;
}

.cf7-row p,
.cf7-col p {
  margin: 0;
  width: 100%;
}
.cf7-col input {
  width: 100%;
  background: #f6f6f6;
  border-radius: 15px;
  height: 50px;
  border: none;
  padding-left: 26px;
}

.cf7-col input[type="text"],
.cf7-col input[type="email"],
.cf7-col input[type="tel"],
.cf7-row textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  padding: 14px 18px;
  background: #f7f7f7;
  font-size: 14px;
  resize: vertical;
}
.cf7-row textarea {
  height: 166px;
  width: 100%;
  background: #f6f6f6;
  border-radius: 15px;
}

.cf7-terms-row {
  font-size: 14px;
  align-items: center;
  margin: 0 0 35px 0;
}
.cf7-terms-row label {
  display: flex;
  align-items: center;
}
.cf7-terms-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  background: transparent;
  border: 2px solid #d5d8dd;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: 0.25s ease;
}

/* hover effect */
.cf7-terms-row input[type="checkbox"]:hover {
  opacity: 0.8;
}

/* checked state */
.cf7-terms-row input[type="checkbox"]:checked {
  background: #000;
}

/* check icon */
.cf7-terms-row input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cf7-terms-row input[type="checkbox"] {
  margin-right: 8px;
}
.cf7-terms-row a {
  color: #e3463d;
  text-decoration: underline !important;
}
.wpcf7-list-item {
  margin: 0;
}
.cf7-submit {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 14px 28px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="%23ffffff" d="M322.5 351.7L523.4 150.9L391 520.3L322.5 351.7zM489.4 117L288.6 317.8L120 249.3L489.4 117zM70.1 280.8L275.9 364.4L359.5 570.2C364.8 583.3 377.6 591.9 391.8 591.9C406.5 591.9 419.6 582.7 424.6 568.8L602.6 72C606.1 62.2 603.6 51.4 596.3 44C589 36.6 578.1 34.2 568.3 37.7L71.4 215.7C57.5 220.7 48.3 233.8 48.3 248.5C48.3 262.7 56.9 275.5 70 280.8z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 20px;
  padding-right: 40px;
}

.cf7-submit:hover {
  background-color: #44a88d;
}

@media (max-width: 768px) {
  .cf7-contact-wrapper {
    padding: 20px 10px;
  }
  .cf7-row {
    gap: 12px;
  }
}
/* CONTACT SECTION */

/* NEWS PAGE */
.red.pl-news-hero-banner,
.red.banner-hero {
  background-color: #e3463d;
  padding: 130px 0;
  color: white;
  margin-bottom: 60px;
}
.red.pl-news-hero-banner {
  padding-top: 0;
}
.page-template-archive-news .red.banner-hero {
  padding: 95px 0;
  margin-bottom: 80px;
}
.red.banner-hero .pl-container {
  grid-template-columns: 1fr;
}
.red.banner-hero h1 {
  text-align: center;
  font-size: 36px;
  letter-spacing: -0.72px;
  font-weight: 800;
}
.red.banner-hero h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
}
/* NEWS PAGE */

/* RESEARCH PAGE */
.green.pl-hero-banner,
.green.pl-events-hero-banner,
.green.banner-hero {
  background-color: #44a88d;
  color: white;
  margin-bottom: 80px;
}
.pl-hero-banner,
.pl-news-hero-banner,
.pl-events-hero-banner {
  color: white;
  position: relative;
  margin-bottom: 70px;
  min-height: 370px;
  padding: 0;
}
.green.banner-hero .banner-hero-image:after {
  content: "";
  background: linear-gradient(89deg, #44a88d 7%, #00000000 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-hero .banner-hero-image {
  z-index: 1;
  position: relative;
}
.banner-hero .banner-hero-image img {
  margin-left: auto;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
  max-width: 544px;
}
.banner-hero .pl-container {
  display: grid;
  align-items: center;
  padding-right: 0;
  grid-template-columns: 2fr 1fr;
  max-width: 100%;
  padding-left: 80px;
}
.pl-hero-banner .banner-hero-caption,
.pl-news-hero-banner .banner-hero-caption,
.pl-events-hero-banner .banner-hero-caption {
  text-align: center;
  padding-bottom: 0;
  padding-top: 60px;
}
.pl-hero-banner .banner-hero-caption a i,
.pl-news-hero-banner .banner-hero-caption a i,
.pl-events-hero-banner .banner-hero-caption a i {
  transform: scaleX(-1);
}
.banner-hero .banner-hero-caption {
  position: relative;
  z-index: 2;
}
.pl-hero-banner,
.pl-news-hero-banner,
.pl-events-hero-banner {
  position: relative;
}
.pl-hero-banner .pl-breadcrumb,
.pl-news-hero-banner a,
.pl-events-hero-banner a {
  position: absolute;
  top: 24px;
  left: 24px;
}
.pl-hero-banner .pl-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  left: 24px;
  gap: 4px;
}
.pl-hero-banner .pl-breadcrumb .single-bread,
.pl-hero-banner .pl-breadcrumb a {
  text-decoration: underline;
}
.pl-hero-banner h1,
.pl-news-hero-banner h1,
.pl-events-hero-banner h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.56px;
  max-width: 60%;
  margin: 0 auto 110px auto;
}
.banner-hero h1 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.banner-hero h2 {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 36px;
  font-weight: normal;
}
.pl-news-hero-banner .pl-date,
.pl-events-hero-banner .pl-date {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.3px;
}
.pl-news-container.pl-research {
  margin-top: 0;
}
.pl-news-container.pl-research:before {
  content: none;
}
/* RESEARCH PAGE */

/* CONTACT PAGE */
.page-template-single-contact .pl-section {
  padding: 0;
}
.page-template-single-contact .hero-banner {
  background: linear-gradient(270deg, #e3463d 0%, #fa7d00 100%);
  background-size: 200% 200%;
  animation: gradientMove 3s linear infinite;
  padding: 0;
  position: relative;
  z-index: 4;
}
.page-template-single-contact .hero-banner-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 25px #0000001a;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  transform: translateY(30px);
  padding: 0;
}
.page-template-single-contact .hero-banner-wrapper li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 30px 20px;
}
.page-template-single-contact .hero-banner-wrapper li a {
  font-weight: bold;
  letter-spacing: -0.4px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.page-template-single-contact .hero-banner-wrapper li:first-child a {
  text-decoration: underline;
}
.page-template-single-contact .hero-banner-wrapper li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.page-template-single-contact .pl-content {
  max-width: 100%;
  padding: 0;
}
.page-template-single-contact .contact_wrapper {
  margin-top: 120px;
  margin-bottom: 114px;
}
.page-template-single-contact .contact_wrapper h2 {
  letter-spacing: -0.54px;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgba(227, 70, 61, 0.91);
}
.page-template-single-contact .contact_wrapper iframe {
  border-radius: 15px;
  height: 493px;
}
/* CONTACT PAGE */

/* TEAM PAGE BIO */
.pl-member-hero-banner {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.pl-member-hero-banner .banner-hero-caption {
  padding: 0;
}
.pl-member-hero-banner h1 {
  max-width: 100%;
  font-weight: 800;
  margin-bottom: 0;
  font-size: 36px;
}
.pl-hero-banner a {
  position: unset;
}
.member-wrapper-title {
  display: flex;
  align-items: center;
  gap: 70px;
}
.member-wrapper-title .socials-wrapper {
  display: flex;
  align-items: center;
  gap: 26px;
}
.member-wrapper-title h2 {
  color: #44a88d;
  letter-spacing: -0.64px;
  font-weight: 800;
}
.member-wrapper .pl-content {
  padding: 0;
}
.single-team_member {
  position: relative;
}
.single-team_member .pl-grid-2 {
  grid-template-columns: 3fr 2fr;
  gap: 180px;
}
.single-team_member .pl-section .pl-container {
  max-width: 1800px;
  margin-bottom: 200px;
}
.single-team_member .pl-card-meta {
  font-weight: bold;
  letter-spacing: -0.54px;
  font-size: 18px;
  max-width: 50%;
  line-height: 26px;
}
.single-team_member .pl-card-content {
  margin-top: 40px;
  letter-spacing: -0.54px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.single-team_member .team-image {
  position: relative;
  margin-left: auto;
}
.single-team_member .team-image img {
  transform: translate(-180px, 50px);
}
.single-team_member .pl-section {
  position: relative;
}
.single-team_member .pl-section:after {
  content: "";
  position: absolute;
  top: -92px;
  right: 0;
  height: 800px;
  width: 700px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="725" height="819.739" viewBox="0 0 725 819.739"><path id="Path_150" data-name="Path 150" d="M725,269.743v819.739l-187.938-214.5L0,894.21V269.743Z" transform="translate(0 -269.743)" fill="%23e3463d"/></svg>');
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
/* TEAM PAGE BIO */

/* ABOUT US */
#team_content_wrapper {
  max-width: var(--pl-max);
  padding: 50px 150px;
}
.page-template-single-about-us .pl-container h2 {
  color: white;
  text-align: center;
  letter-spacing: -1.02px;
  font-size: 34px;
  font-weight: bold;
}
.pl-section-team {
  padding-top: 60px;
}
.pl-section-team .pl-card {
  background-color: transparent;
}
.pl-section-team .pl-grid-3 {
  row-gap: 70px;
}
.pl-card-link-wrap {
  transition: 300ms ease-in-out;
}
.pl-card-link-wrap .pl-card-body .pl-card-meta {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.54px;
  color: white;
}
.pl-card-link-wrap .pl-card-body h3 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.69px;
}
.pl-card-link-wrap .pl-card-body {
  display: flex;
  color: white;
  flex-direction: column;
  margin-top: 20px;
}
.pl-card-link-wrap .pl-team-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00000000 0%, #000000cc 100%);
  border-radius: 15px;
}
.pl-card-link-wrap img {
  border-radius: 15px !important;
}
.pl-card-link-wrap .pl-team-image {
  position: relative;
}
.pl-card-link-wrap .pl-card-bio {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  background-color: #ffffff42;
  border-radius: 100px;
  transition: 300ms ease-in-out;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  color: white;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin: auto;
  z-index: 9;
  text-align: center;
}
.pl-card-link-wrap:hover .pl-card-bio {
  background-color: #e3463d;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.page-template-single-about-us #mission_wrapper h1,
.page-template-single-about-us .pl-container .science_section h1 {
  color: #e3463d;
  letter-spacing: -1.02px;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "proxima-nova-extra-wide", sans-serif !important;
}
.page-template-single-about-us #mission_wrapper h1 {
  margin-bottom: 20px;
}
.page-template-single-about-us #mission_wrapper p {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.6px;
}
.page-template-single-about-us .pl-container .science_section .science-item {
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  min-height: 210px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 300ms ease-in-out;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item:hover {
  border-color: #e3463d;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-body {
  margin: 0;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-link-wrap {
  height: 100%;
}
.page-template-single-about-us .pl-container .science_section .science-item h3 {
  letter-spacing: -0.6px;
  color: #e3463d;
  font-weight: bold;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: end;
  transform: none;
  transition: 300ms ease-in-out;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item:hover
  h3 {
  color: #44a88d;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-meta {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.42px;
  line-height: 17px;
  margin-bottom: 0;
  padding: 0 40px;
  height: 100%;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-link-wrap
  .pl-card-bio {
  bottom: 10px;
  font-size: 14px;
  min-height: 30px;
  color: #e3463d;
  background: transparent;
  text-decoration: underline;
}
.page-template-single-about-us
  .pl-container
  .science_section
  .science-item
  .pl-card-link-wrap:hover
  .pl-card-bio {
  backdrop-filter: none;
}
#values_wrapper .elementor-widget-image {
  position: relative;
}
#values_wrapper .elementor-widget-image::after {
  content: "";
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  border-radius: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
#values_wrapper .caption_wrapper {
  display: grid;
  width: fit-content;
}
#values_wrapper .caption_wrapper > * {
  grid-area: 1/-1;
}
#values_wrapper .caption_wrapper .elementor-widget-heading {
  align-self: end;
  justify-self: start;
  padding-bottom: 16px;
  padding-left: 30px;
}
#values_wrapper .caption_wrapper h2 {
  font-size: 25px;
  letter-spacing: -0.75px;
  font-weight: bold;
}
#values_wrapper p {
  color: white;
  letter-spacing: -0.48px;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 40px;
}
.about_us_section {
  position: relative;
}
.page-template-single-about-us .about_us_section h2 {
  color: #44a88d;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.66px;
}
.page-template-single-about-us .about_us_section h3 {
  color: #e3463d;
  letter-spacing: -1.5px;
  font-weight: bold;
  font-size: 50px;
}
.page-template-single-about-us .about_us_section p {
  letter-spacing: -0.6px;
  font-weight: normal;
  font-size: 20px;
}
.about_us_section:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="725" height="819.739" viewBox="0 0 725 819.739"><path id="Path_150" data-name="Path 150" d="M725,269.743v819.739l-187.938-214.5L0,894.21V269.743Z" transform="translate(0 -269.743)" fill="%23e3463d"/></svg>');
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: -24px;
  top: -100px;
  z-index: -1;
  width: 850px;
  height: 815px;
}
.heading-line:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #e3463d;
  display: block;
  margin: 0 auto 45px auto;
}
/* ABOUT US */

/* RESPONSIVE */

@media only screen and (min-width: 1930px) {
  .pl-hero-banner .pl-breadcrumb {
    left: 80px;
  }
  .banner-hero .pl-container {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .banner-hero .pl-container {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1550px) {
  .member-wrapper {
    padding-right: 80px;
  }
  .pl-h1 {
    font-size: 48px;
    line-height: normal;
  }
  .pl-section-projects {
    margin-top: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 1480px) {
  #about_wrapper .e-con-inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1366px) {
  .pl-section-projects h1 {
    font-size: 30px;
  }
  .single-team_member .pl-section:after {
    width: 600px;
  }
  #contact_wrapper {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-template-single-about-us .pl-container .science_section .science-item {
    min-height: 230px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-header-inner .pl-btn {
    padding: 0 20px;
  }
  .pl-header-inner .pl-btn i,
  .pl-header-inner .pl-btn span {
    display: none;
  }
  .pl-section-science .pl-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    h3 {
    align-items: start;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-meta {
    padding: 0 20px;
  }
  .pl-news-container .pl-container .pl-grid a {
    margin-top: 20px;
  }
  #team_content_wrapper {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-team_member .pl-grid-2 {
    gap: 35px;
    align-items: stretch;
    grid-template-columns: 1fr 2fr;
  }
  .single-team_member .pl-section:after {
    width: 400px;
    height: 600px;
  }
  .single-team_member .team-image img {
    transform: translate(-50px, 50px);
  }
  .pl-f-quote {
    max-width: 100%;
  }
  .pl-footer-grid {
    grid-template-columns: 2fr 1fr;
  }
  .pl-section-projects .pl-card .pl-card-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pl-section-projects .pl-card .pl-card-title {
    transform: none;
  }
  .pl-section-projects .pl-card .pl-card-link {
    margin: 30px 30px 0 0;
    align-self: start;
  }
  .pl-section-projects .pl-card .pl-card-hover {
    opacity: 1;
    max-height: 100%;
    overflow: visible;
    transform: none;
    display: -webkit-box;
    height: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pl-card-text-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .pl-section-projects .pl-card {
    width: 100%;
  }
  .pl-news-container .pl-container {
    grid-template-columns: 1fr;
  }
  .pl-news-container .pl-container .pl-grid {
    text-align: center;
  }
  .pl-news-container .pl-container .pl-grid a {
    margin-left: auto;
    margin-right: auto;
  }
  #contact_wrapper #image_wrapper img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #contact_wrapper #image_wrapper h2 {
    transform: translateY(-80px);
    font-size: 22px;
    text-align: center;
  }
  #contact_wrapper #image_wrapper h3 {
    text-align: center;
    max-width: 100%;
    padding: 0 30px;
  }
  #contact_wrapper #image_wrapper .elementor-widget-heading {
    padding-left: 0;
    justify-self: center;
  }
}
@media only screen and (max-width: 992px) {
  .pl-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  }
  .pl-h1 {
    font-size: 44px;
  }
  .pl-grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pl-grid-3 {
    grid-template-columns: 1fr;
  }
  .pl-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pl-menu,
  .pl-actions {
    display: none;
  }

  .pl-actions-mobile {
    display: flex;
    flex-direction: column;
  }
  .lang-social-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .pl-actions.pl-actions-mobile .pl-lang a {
    background-color: transparent;
  }
  .pl-actions.pl-actions-mobile .pl-lang a.active-lang {
    border-color: white;
  }
  .pl-actions.pl-actions-mobile .pl-btn {
    border: 2px solid white;
    border-color: white;
    justify-content: space-between;
  }
  .pl-actions.pl-actions-mobile .pl-btn .logo-white {
    display: flex;
  }
  .pl-actions.pl-actions-mobile .pl-btn .logo-black {
    display: none;
  }
  .lang-social-wrapper .social-wrapper {
    margin-top: 0;
    gap: 20px;
  }
  .lang-social-wrapper .social-wrapper a {
    background-color: transparent;
    font-size: 20px;
    padding: 0;
  }
  .mobile-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .mobile-buttons-wrapper .mobile-links {
    border-radius: 50%;
    border: 1px solid #b1b1b152;
    width: 39px;
    min-width: 39px;
    height: 39px;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .home .mobile-buttons-wrapper .mobile-links {
    color: white;
    border-color: #ffffff52;
  }
  .pl-drawer-close,
  .home .pl-mobile-toggle {
    background-color: #ffffff17;
    color: white;
  }
  .home .pl-mobile-toggle span {
    background: white;
  }
  .pl-drawer-close small,
  .home .pl-mobile-toggle small {
    color: white;
  }
  .home .pl-header {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .home .scrolled.pl-header {
    background-color: rgba(255, 255, 255, 1);
  }
  .home .scrolled.pl-header .pl-mobile-toggle {
    background: rgba(227, 70, 61, 0.09);
  }
  .home .scrolled.pl-header .pl-mobile-toggle span {
    background: var(--pl-red);
  }
  .home .scrolled.pl-header .pl-mobile-toggle small {
    color: var(--pl-red);
  }
  .home .scrolled.pl-header .mobile-buttons-wrapper .mobile-links {
    color: black;
    border: 1px solid #b1b1b152;
  }
  .home .scrolled .logo-home,
  .home .logo-scroll,
  .logo-img.logo-inner {
    opacity: 0;
  }
  .logo-scroll,
  .home .logo-home,
  .home .scrolled .logo-scroll {
    opacity: 1;
  }
  .head_drawer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
  .head_drawer_wrapper .pl-drawer-close i {
    font-size: 25px;
    position: relative;
    top: 6px;
  }
  .pl-single-items .pl-content {
    padding: 0;
  }
  .pl-news-hero-banner a,
  .pl-events-hero-banner a {
    left: 0;
    right: 0;
    padding-left: 0;
  }
  .pl-single-image.single-image-news {
    max-width: 100%;
  }
  .logo-img {
    max-height: 46px;
  }
  .pl-footer-grid {
    grid-template-columns: 1fr;
  }
  .pl-footer-wrapper {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .pl-f-quote {
    max-width: 60%;
    margin-left: 0;
  }
  .social-wrapper {
    justify-content: start;
  }
  .copyright {
    flex-direction: column;
    align-items: start;
  }
  .copyright .pl-f-menu {
    order: -1;
    margin-bottom: 20px;
  }
  .pl-f-quote span {
    padding-right: 0;
    text-align: left;
  }
  .pl-f-info {
    margin-top: 30px;
  }
  .pl-hero-banner .banner-hero-caption {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pl-hero-banner .banner-hero-caption .pl-container {
    order: -1;
  }
  .pl-hero-banner .pl-breadcrumb {
    left: 0;
    right: 0;
    position: unset;
    justify-content: center;
  }
  .pl-member-hero-banner h1 {
    font-size: 26px;
  }
  .single-team_member .pl-grid-2 {
    grid-template-columns: 1fr;
  }
  .member-wrapper {
    padding-right: 0;
    order: 2;
  }
  .green.pl-hero-banner {
    margin-bottom: 40px;
  }
  .single-team_member .team-image {
    margin: 0 auto 0 auto;
  }
  .single-team_member .team-image img {
    transform: none;
  }
  .member-wrapper-title {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }
  .banner-hero .pl-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }
  .banner-hero .banner-hero-caption {
    padding: 20px 16px 40px 16px;
  }
  .banner-hero .banner-hero-caption h2 p {
    text-align: center;
  }
  .banner-hero .banner-hero-image img {
    max-width: 100%;
    width: 100%;
  }
  .green.banner-hero {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateY(-10px);
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .green.pl-hero-banner {
    transform: translateY(-10px);
    min-height: 150px;
  }
  .red.banner-hero h1,
  .banner-hero h1 {
    font-size: 23px;
    letter-spacing: -0.46px;
  }
  .red.banner-hero h2,
  .banner-hero h2 {
    font-size: 16px;
    max-width: 100%;
  }
  .page-template-archive-news .red.banner-hero {
    padding: 15px 0;
    margin-bottom: 25px;
  }
  .green.banner-hero .banner-hero-image::after {
    content: none;
  }
  .pl-news-container .pl-card-bod-caption h3 {
    font-size: 17px;
  }
  .pl-news-container:before {
    height: 380px;
  }
  .pl-news-container .pl-container {
    padding-left: 24px;
    gap: 50px;
    padding-top: 70px;
  }
  #contact_wrapper .e-con-inner::before {
    content: "";
    right: 0;
    width: 100%;
    animation: none;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="362" height="143" viewBox="0 0 362 143"><defs><linearGradient id="linear-gradient" x1="0.251" y1="0.953" x2="0.762" y2="0.958" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23e3463d"/><stop offset="1" stop-color="%23fa7d00"/></linearGradient></defs><g id="asset" transform="translate(3 3.5)"><path id="bg-_gradient" data-name="bg- gradient" d="M0,0H166a15,15,0,0,1,15,15V128a15,15,0,0,1-15,15H15A15,15,0,0,1,0,128V0A0,0,0,0,1,0,0Z" transform="translate(178 -3.5)" fill="url(%23linear-gradient)"/><path id="bg-_gradient-2" data-name="bg- gradient" d="M15,0H181a0,0,0,0,1,0,0V128a15,15,0,0,1-15,15H15A15,15,0,0,1,0,128V15A15,15,0,0,1,15,0Z" transform="translate(-3 -3.5)" fill="%2344a88d"/></g></svg>');
  }
  #contact_wrapper .e-con-inner::after {
    content: none;
  }
  #contact_wrapper .e-con-inner {
    gap: 25px;
  }
  #contact_wrapper .e-con-inner {
    flex-direction: column;
    padding: 0;
  }
  #contact_wrapper .cf7-submit {
    width: 100%;
  }
  #contact_wrapper #image_wrapper .elementor-widget-image,
  #contact_wrapper #image_wrapper {
    width: 100%;
  }
  .wpcf7-spinner {
    display: none;
  }
  #about_wrapper {
    padding-top: 40px;
  }
  #about_wrapper h3 {
    font-size: 18px;
  }
  #about_wrapper h2 {
    font-size: 22px;
  }
  #about_wrapper .elementor-widget-image:before {
    height: 344px;
    bottom: -50px;
    right: 0;
    transform: translateX(10px);
  }
  #about_wrapper .elementor-widget-image {
    height: 100%;
  }
  #about_wrapper .e-con-inner {
    gap: 36px;
  }
  #about_wrapper img {
    object-fit: cover;
    height: 100%;
  }
  .pl-slider:after {
    height: 92px;
    bottom: -60px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390" height="37.276" viewBox="0 0 390 37.276"><path id="bg-curve-mobile" d="M0,0S97.394,12.006,194.894,12.006,390,0,390,0V37.276H0Z" fill="%2344a88d"/></svg>');
  }
  .pl-h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .pl-slider-btn[data-pl-prev],
  .pl-slider-btn[data-pl-next] {
    bottom: 55px;
    top: unset;
  }
  #about_wrapper {
    padding-bottom: 45px;
  }
  .pl-slider-dots {
    bottom: 80px;
  }
  .pl-lead {
    font-size: 18px;
    margin-top: 23px;
  }
  #about_wrapper a .elementor-button-icon {
    display: none;
  }
  #about_wrapper a {
    width: 100%;
  }
  .pl-news-hero-banner h1,
  .pl-events-hero-banner h1 {
    font-size: 20px;
    margin-top: 20px;
  }
  .page-template-single-about-us #mission_wrapper h1,
  .page-template-single-about-us .pl-container .science_section h1,
  .page-template-single-about-us .pl-container h2 {
    font-size: 20px;
  }
  .about_us_section:after {
    width: 100%;
    height: 100%;
    top: -270px;
    right: -18px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="349.699" height="299.322" viewBox="0 0 349.699 299.322"><path id="Path_150" data-name="Path 150" d="M349.7,269.743V569.064l-90.65-78.323L0,497.762V269.743Z" transform="translate(0 -269.743)" fill="%23e3463d"/></svg>');
  }
}
@media only screen and (max-width: 768px) {
  .pl-share {
    padding: 20px;
    margin-top: 30px;
  }
  .pl-share strong {
    font-size: 16px;
  }
  .pl-share .pl-share-links {
    gap: 20px;
  }
  .pl-share .pl-pill {
    font-size: 16px;
  }
  .pl-menu {
    flex-direction: column;
    gap: 0;
  }

  .pl-menu > li > a {
    padding: 10px 0;
  }

  .pl-menu .sub-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-left: 16px;
  }
  .swiper-mobile .pl-card {
    background-color: transparent;
    padding-bottom: 60px;
  }
  #values_wrapper .grid-values {
    display: none !important;
  }
  .swiper-mobile .pl-image::after {
    content: "";
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    border-radius: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .swiper-mobile h3 {
    font-size: 18px;
    letter-spacing: -0.75px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
  }
  .swiper-mobile p {
    color: white;
    letter-spacing: -0.48px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 40px;
  }
  .swiper-mobile .swiper-pagination-bullet-active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .swiper-mobile .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 11px;
    width: 11px;
    min-height: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #e3463d;
    opacity: 0;
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .swiper-mobile .swiper-button-next,
  .swiper-mobile .swiper-button-prev {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: unset;
    height: fit-content;
    margin: auto;
    z-index: 9;
  }
  .swiper-mobile .swiper-button-prev:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M41.4 297.4C28.9 309.9 28.9 330.2 41.4 342.7L169.4 470.7C181.9 483.2 202.2 483.2 214.7 470.7C227.2 458.2 227.2 437.9 214.7 425.4L141.3 352L576 352C593.7 352 608 337.7 608 320C608 302.3 593.7 288 576 288L141.3 288L214.7 214.6C227.2 202.1 227.2 181.8 214.7 169.3C202.2 156.8 181.9 156.8 169.4 169.3L41.4 297.3z'/%3E%3C/svg%3E");
  }
  .swiper-mobile .swiper-button-next:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M41.4 297.4C28.9 309.9 28.9 330.2 41.4 342.7L169.4 470.7C181.9 483.2 202.2 483.2 214.7 470.7C227.2 458.2 227.2 437.9 214.7 425.4L141.3 352L576 352C593.7 352 608 337.7 608 320C608 302.3 593.7 288 576 288L141.3 288L214.7 214.6C227.2 202.1 227.2 181.8 214.7 169.3C202.2 156.8 181.9 156.8 169.4 169.3L41.4 297.3z'/%3E%3C/svg%3E");
  }
  .swiper-mobile .swiper-pagination {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-mobile .swiper-pagination-bullet {
    position: relative;
    min-width: 10px;
    width: 10px;
    min-height: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
    border: none;
    padding: 0;
    opacity: 1;
  }
  .swiper-mobile .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .pl-section-team .pl-grid-3 {
    row-gap: 15px !important;
  }
  .pl-card-link-wrap .pl-card-body h3 {
    font-size: 19px;
    text-align: center;
  }
  .pl-card-link-wrap .pl-card-body .pl-card-meta {
    text-align: center;
  }
  .page-template-single-about-us .about_us_section h3 {
    font-size: 32px;
  }
  .page-template-single-about-us .pl-container .science_section .science-item {
    padding: 30px 0;
    justify-content: space-between !important;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-meta {
    height: 100px;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-meta {
    font-size: 12px;
    letter-spacing: -0.36px;
    padding: 0 10px;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    h3 {
    letter-spacing: -0.45px;
    font-size: 15px;
  }
  .pl-menu {
    flex-direction: column;
    gap: 0;
  }

  .pl-menu > li > a {
    padding: 10px 0;
  }

  .pl-menu .sub-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-left: 16px;
  }
  .swiper-mobile .pl-card {
    background-color: transparent;
    padding-bottom: 60px;
  }
  #values_wrapper .grid-values {
    display: none !important;
  }
  .swiper-mobile .pl-image::after {
    content: "";
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    border-radius: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .swiper-mobile h3 {
    font-size: 18px;
    letter-spacing: -0.75px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
  }
  .swiper-mobile p {
    color: white;
    letter-spacing: -0.48px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 40px;
  }
  .swiper-mobile .swiper-pagination-bullet-active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .swiper-mobile .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 11px;
    width: 11px;
    min-height: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #e3463d;
    opacity: 0;
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .swiper-mobile .swiper-button-next,
  .swiper-mobile .swiper-button-prev {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: unset;
    height: fit-content;
    margin: auto;
    z-index: 9;
  }
  .swiper-mobile .swiper-button-prev:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M41.4 297.4C28.9 309.9 28.9 330.2 41.4 342.7L169.4 470.7C181.9 483.2 202.2 483.2 214.7 470.7C227.2 458.2 227.2 437.9 214.7 425.4L141.3 352L576 352C593.7 352 608 337.7 608 320C608 302.3 593.7 288 576 288L141.3 288L214.7 214.6C227.2 202.1 227.2 181.8 214.7 169.3C202.2 156.8 181.9 156.8 169.4 169.3L41.4 297.3z'/%3E%3C/svg%3E");
  }
  .swiper-mobile .swiper-button-next:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M41.4 297.4C28.9 309.9 28.9 330.2 41.4 342.7L169.4 470.7C181.9 483.2 202.2 483.2 214.7 470.7C227.2 458.2 227.2 437.9 214.7 425.4L141.3 352L576 352C593.7 352 608 337.7 608 320C608 302.3 593.7 288 576 288L141.3 288L214.7 214.6C227.2 202.1 227.2 181.8 214.7 169.3C202.2 156.8 181.9 156.8 169.4 169.3L41.4 297.3z'/%3E%3C/svg%3E");
  }
  .swiper-mobile .swiper-pagination {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-mobile .swiper-pagination-bullet {
    position: relative;
    min-width: 10px;
    width: 10px;
    min-height: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
    border: none;
    padding: 0;
    opacity: 1;
  }
  .swiper-mobile .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .pl-section-team .pl-grid-3 {
    row-gap: 15px !important;
  }
  .pl-card-link-wrap .pl-card-body h3 {
    font-size: 19px;
    text-align: center;
  }
  .pl-card-link-wrap .pl-card-body .pl-card-meta {
    text-align: center;
  }
  .page-template-single-about-us .about_us_section h3 {
    font-size: 32px;
  }
  .page-template-single-about-us .pl-container .science_section .science-item {
    padding: 30px 0;
    justify-content: space-between !important;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-meta {
    height: 100px;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-meta {
    font-size: 12px;
    letter-spacing: -0.36px;
    padding: 0 10px;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    h3 {
    letter-spacing: -0.45px;
    font-size: 15px;
    height: auto;
  }
  #contact_wrapper {
    padding: 0;
  }
  .page-template-single-about-us
    .pl-container
    .science_section
    .science-item
    .pl-card-body {
    padding: 0 10px;
  }
  .pl-section-team .pl-card {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-section-science .pl-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 680px) {
  #about_wrapper .elementor-widget-image:before {
    height: 390px;
    width: 460px;
  }
  .page-template-single-contact .hero-banner-wrapper {
    flex-wrap: wrap;
    transform: translateY(75px);
  }
  .page-template-single-contact .hero-banner-wrapper li {
    width: 50%;
    flex: unset;
  }
  .page-template-single-contact .hero-banner-wrapper li:last-child {
    width: 100%;
  }
  .page-template-single-contact .hero-banner-wrapper li a {
    font-size: 14px;
  }
  .page-template-single-contact .contact_wrapper h2 {
    font-size: 22px;
  }
  .pl-news-container {
    margin-top: 0;
  }
  .pl-news-container .pl-container .pl-grid h2 {
    font-size: 25px;
    font-weight: bold;
  }
  .pl-news-container .pl-card-bod-caption h3 {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-single-contact .hero-banner-wrapper {
    flex-direction: column;
  }
  .page-template-single-contact
    .hero-banner-wrapper
    li:not(:last-child)::after {
    content: none;
  }
  .pl-news-container .pl-card-bod-caption {
    min-height: 230px;
  }
  .footer-logo svg {
    max-width: 200px;
    margin-left: auto;
  }
  .pl-f-quote {
    font-size: 22px;
    max-width: 80%;
    padding-top: 30px;
  }
  .pl-f-quote svg {
    max-width: 60px;
  }
  .pl-f-quote svg:last-child {
    bottom: -18px;
    right: 46px;
  }
  .social-wrapper {
    margin-top: 60px;
  }
  .pl-pagination {
    position: relative;
    justify-content: space-around;
  }
  .pl-pagination .nums-wrapper {
    position: absolute;
    top: -30px;
  }
  .pl-pagination .pl-prev,
  .pl-pagination .pl-next {
    margin-top: 40px;
  }
  .single-team_member .pl-section:after {
    width: 450px;
    height: 510px;
  }
  .page-template-single-contact .hero-banner-wrapper li {
    padding: 10px;
  }
  .cf7-submit {
    width: 100%;
  }
  .pl-drawer {
    width: 100%;
  }
  .pl-h1 {
    font-size: 25px;
  }
  .copyright .pl-f-menu {
    font-size: 10px;
  }
  .pl-news-hero-banner h1,
  .pl-events-hero-banner h1 {
    font-size: 16px;
    max-width: 100%;
    line-height: normal;
  }
  .social-wrapper {
    gap: 10px;
  }
  .social-wrapper a {
    font-size: 0;
  }
  .social-wrapper a i {
    font-size: 20px;
  }
  @media only screen and (max-width: 380px) {
    .pl-section-science .pl-grid-4 {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
/* RESPONSIVE */
