/*!
Theme Name: mccann
Theme URI: http://underscores.me/
Author: mrm
Author URI: https://www.mccann.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mccann
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
body.no-scroll {
  overflow-y: hidden;
}

:root {
  --white: hsl(0deg, 0%, 100%);
  --black: hsl(0deg, 0%, 0%);
  --text-primary: #031520;
  --text-secondary: rgba(5, 42, 64, 0.8);
  --primary-200: #87bad7;
  --primary-300: #5f9fc5;
  --primary-400: #3685b2;
  --primary-500: #0d6aa0;
  --secondary-300: #f3cb95;
  --secondary-500: #eba94e;
  --neutral: #fff;
  --neutral-200: #efefef;
  --neutral-300: #e8e8e8;
  --neutral-400: #e0e0e0;
  --neutral-500: #d8d8d8;
  --neutral-600: #bababa;
  --mccann: #2f2bec;
  --mrm: #9188ff;
  --momentum: #3e3e3e;
  --weber: #161616;
}

.financial-statements, .page-template-people .main-content, .fullhero, .aboutus-section, .home .hero, .mobile-header, .main-navigation-mobile, .footer {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .financial-statements, .page-template-people .main-content, .fullhero, .aboutus-section, .home .hero, .mobile-header, .main-navigation-mobile, .footer {
    --container: 900px;
  }
}
@media screen and (min-width: 1145px) {
  .financial-statements, .page-template-people .main-content, .fullhero, .aboutus-section, .home .hero, .mobile-header, .main-navigation-mobile, .footer {
    --container: 1145px;
  }
}
@media screen and (min-width: 1237px) {
  .financial-statements, .page-template-people .main-content, .fullhero, .aboutus-section, .home .hero, .mobile-header, .main-navigation-mobile, .footer {
    --container: 1237px;
  }
}
@media screen and (min-width: 1485px) {
  .financial-statements, .page-template-people .main-content, .fullhero, .aboutus-section, .home .hero, .mobile-header, .main-navigation-mobile, .footer {
    --container: 1485px;
  }
}
.perifereiakes {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .perifereiakes {
    --container: 900px;
  }
}
@media screen and (min-width: 1145px) {
  .perifereiakes {
    --container: 1145px;
  }
}
@media screen and (min-width: 1237x) {
  .perifereiakes {
    --container: 1237px;
  }
}
.ourwork .main-content, .filters, .contact-page .main-content, .person-page .main-content, .discipline-page .main-content, .disciplines-page .main-content {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .ourwork .main-content, .filters, .contact-page .main-content, .person-page .main-content, .discipline-page .main-content, .disciplines-page .main-content {
    --container: 900px;
  }
}
@media screen and (min-width: 1145px) {
  .ourwork .main-content, .filters, .contact-page .main-content, .person-page .main-content, .discipline-page .main-content, .disciplines-page .main-content {
    --container: 1145px;
  }
}
@media screen and (min-width: 1400px) {
  .ourwork .main-content, .filters, .contact-page .main-content, .person-page .main-content, .discipline-page .main-content, .disciplines-page .main-content {
    --container: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .ourwork .main-content, .filters, .contact-page .main-content, .person-page .main-content, .discipline-page .main-content, .disciplines-page .main-content {
    --container: 1620px;
  }
}
.project .main-content {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .project .main-content {
    --container: 900px;
  }
}
@media screen and (min-width: 1145px) {
  .project .main-content {
    --container: 1145px;
  }
}
@media screen and (min-width: 1400px) {
  .project .main-content {
    --container: 1400px;
  }
}
@media screen and (min-width: 1800px) {
  .project .main-content {
    --container: 1800px;
  }
}
@font-face {
  font-family: mccannLight;
  src: url("./fonts/NeueHaasUnicaPro-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mccannReg;
  src: url("./fonts/NeueHaasUnicaPro-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mccannBold;
  src: url("./fonts/NeueHaasUnicaPro-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: headingbold;
  src: url("./fonts/FuturaNowHeadline-Bd.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: headingreg;
  src: url("./fonts/FuturaNowHeadline-Rg.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
.perifereiakes h1 {
  font-family: "mccannBold", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .perifereiakes h1 {
    font-size: 30px;
  }
}

.perifereiakes .wp-block-heading {
  font-family: "headinbold", sans-serif;
  font-size: 20x;
}
@media screen and (min-width: 550px) {
  .perifereiakes .wp-block-heading {
    font-size: 24px;
  }
}

.perifereiakes p,
.perifereiakes li,
.perifereiakes table,
.perifereiakes td {
  font-family: "headingreg", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 550px) {
  .perifereiakes p,
.perifereiakes li,
.perifereiakes table,
.perifereiakes td {
    font-size: 22px;
  }
}

.perifereiakes pstrong,
.perifereiakes listrong,
.perifereiakes tablestrong,
.perifereiakes tdstrong, .perifereiakes a {
  font-family: "headingbold", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 550px) {
  .perifereiakes pstrong,
.perifereiakes listrong,
.perifereiakes tablestrong,
.perifereiakes tdstrong, .perifereiakes a {
    font-size: 22px;
  }
}

.financial-statements h1 {
  font-family: "mccannReg", sans-serif;
  font-size: 35px;
  line-height: 1;
}
@media screen and (min-width: 550px) {
  .financial-statements h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .financial-statements h1 {
    font-size: 105px;
  }
}

.financial-statements .isologismos a {
  font-family: "mccannReg", sans-serif;
  font-size: 17px;
  line-height: 1;
}
@media screen and (min-width: 550px) {
  .financial-statements .isologismos a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .financial-statements .isologismos a {
    font-size: 30px;
  }
}

a.button,
input.button {
  font: 400 14px/25px "Arimo", sans-serif;
  position: relative;
  background-color: var(--neutral-700);
  color: var(--off-white);
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 1024px) {
  a.button,
input.button {
    font: 400 16px/24px "Arimo", sans-serif;
  }
}
a.button:disabled,
input.button:disabled {
  opacity: 0.5;
}
a.button:hover,
input.button:hover {
  background-color: var(--neutral-500);
}
a.button:active,
input.button:active {
  background-color: var(--neutral-300);
}
a.button--bleed-right,
input.button--bleed-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer {
  background-color: black;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__copy {
  padding-block: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  color: var(--neutral-300);
}
@media screen and (max-width: 992px) {
  .footer__copy {
    flex-wrap: wrap;
  }
  .footer__copy img {
    margin: auto;
  }
}
.footer__copy small {
  font: 400 16px/24px "Arimo", sans-serif;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  width: 45%;
}
@media screen and (max-width: 992px) {
  .footer__links {
    flex: 0 0 100%;
    order: -1;
  }
}
.footer__homelink {
  width: 23%;
}
@media screen and (max-width: 992px) {
  .footer__homelink {
    flex: 0 0 100%;
    order: -1;
  }
}
.footer .iso {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer .iso img {
  height: 56px;
  object-fit: contain;
}
.footer__social {
  width: 23%;
}
@media screen and (max-width: 992px) {
  .footer__social {
    flex: 0 0 100%;
    order: -1;
  }
}
.footer .nav[label="footer nav"] .menu {
  gap: 16px;
  justify-content: flex-end;
  display: flex;
}
.footer .nav[label="footer nav"] .menu__item {
  color: var(--white);
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.footer .nav[label="footer nav"] .menu__item:hover {
  opacity: 0.75;
}
.footer .nav[label="footer nav"] .menu__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-block: 0.5rem;
  font: 400 14px/25px "Arimo", sans-serif;
}
@media screen and (min-width: 1024px) {
  .footer .nav[label="footer nav"] .menu__link {
    font: 400 16px/24px "Arimo", sans-serif;
  }
}

header {
  position: fixed;
  z-index: 3;
}

.menu-container {
  height: 95px;
}
@media screen and (min-width: 1300px) {
  .menu-container {
    height: 123px;
  }
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  background-color: black;
  height: 92px;
  width: 100%;
  z-index: 10;
}
.mobile-header.open {
  z-index: 21;
  background: transparent;
}
.mobile-header .menu-logo {
  width: 200px;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 900px) {
  .mobile-header .menu-logo {
    width: 272px;
  }
}
.mobile-header .mobile-menu {
  z-index: 5;
}

.main-navigation-mobile {
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  z-index: 20;
  background: white;
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
  background-image: url("./img/menubg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-navigation-mobile.open {
  transform: translateX(0);
}
.main-navigation-mobile .parent-menu-item,
.main-navigation-mobile a.parent-menu-item,
.main-navigation-mobile p.parent-menu-item {
  font-family: "mccannReg", sans-serif;
  font-size: 40px;
  cursor: pointer;
  margin-bottom: 0px;
  color: white;
  padding-block: 8px;
  position: relative;
}
@media screen and (min-width: 550px) {
  .main-navigation-mobile .parent-menu-item,
.main-navigation-mobile a.parent-menu-item,
.main-navigation-mobile p.parent-menu-item {
    font-size: 50px;
  }
}
@media screen and (min-width: 860px) {
  .main-navigation-mobile .parent-menu-item,
.main-navigation-mobile a.parent-menu-item,
.main-navigation-mobile p.parent-menu-item {
    font-size: 55px;
  }
}
@media screen and (min-width: 1000px) {
  .main-navigation-mobile .parent-menu-item,
.main-navigation-mobile a.parent-menu-item,
.main-navigation-mobile p.parent-menu-item {
    font-size: 80px;
  }
}
.main-navigation-mobile .menu-container .submenu a {
  font-family: "mccannReg", sans-serif;
  font-size: 18px;
  font-family: "mccannReg", sans-serif;
  font-size: 18px;
  padding-block: 6px;
}
@media screen and (min-width: 550px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 20px;
  }
}
@media screen and (min-width: 860px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 30px;
  }
}
@media screen and (min-width: 550px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 20px;
  }
}
@media screen and (min-width: 860px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .main-navigation-mobile .menu-container .submenu a {
    font-size: 30px;
  }
}
.main-navigation-mobile .submenu a {
  color: white;
}
.main-navigation-mobile .submenu a:before {
  content: "";
  position: relative;
  background-image: url("./img/menuarrow.png");
  width: 8px;
  height: 8px;
  background-size: cover;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .main-navigation-mobile .submenu a:before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1260px) {
  .main-navigation-mobile .submenu a:before {
    width: 22px;
    height: 22px;
  }
}
.main-navigation-mobile .submenu a:hover {
  color: white;
}
.main-navigation-mobile .submenu a:hover:before {
  background-image: url("./img/menuarrowwhite.png");
}
.main-navigation-mobile .deactive,
.main-navigation-mobile .menu-container a.deactive,
.main-navigation-mobile p.deactive {
  opacity: 0.8;
  color: #3c3c3c;
}
.main-navigation-mobile .deactive:before,
.main-navigation-mobile .menu-container a.deactive:before,
.main-navigation-mobile p.deactive:before {
  background-image: url("./img/menuarrowdeactive.png");
}
.main-navigation-mobile .parent-menu-item.clickable:hover:after,
.main-navigation-mobile .submenu a:hover:after {
  content: "";
  width: 90%;
  background-color: white;
  position: absolute;
  left: 0;
  padding-inline: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.main-navigation-mobile .parent-menu-item.clickable:hover:after {
  height: 5px;
  bottom: -5px;
}
.main-navigation-mobile .submenu a:hover:after {
  height: 2px;
  bottom: -2px;
}
.main-navigation-mobile .menu-container {
  width: 100%;
  margin: 2px 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  top: 0px;
  justify-content: center;
  z-index: 13;
}
.main-navigation-mobile .menu-container a,
.main-navigation-mobile .menu-container h1,
.main-navigation-mobile .menu-container p {
  cursor: pointer;
  padding-inline: 20px;
  display: inline-block;
  position: relative;
}
.main-navigation-mobile .menu-container .submenu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 860px) {
  .main-navigation-mobile .menu-container .submenu {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.main-navigation-mobile .menu-container .menu-social {
  padding-inline: 20px;
  color: white;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.main-navigation-mobile .menu-container .menu-social a {
  padding-inline: 6px;
}
@media screen and (min-width: 860px) {
  .main-navigation-mobile .menu-container .menu-social a {
    padding-inline: 20px;
  }
}
.main-navigation-mobile .menu-container .menu-social a.deactive {
  opacity: 0.2;
}
@media screen and (min-width: 1260px) {
  .main-navigation-mobile .menu-item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
.main-navigation-mobile .placeholder {
  width: 20%;
}
.main-navigation-mobile .site-branding {
  width: 60%;
}
.main-navigation-mobile .menu-toggle {
  width: 20%;
}

.burger-button {
  cursor: pointer;
  width: 24px;
  height: 16px;
  position: relative;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  cursor: pointer;
}
.burger-button span {
  transition: all 0.3s ease;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #fff;
  cursor: pointer;
}
.burger-button span:first-child {
  top: 4px;
}
.burger-button span:last-child {
  top: 10px;
}
.burger-button.open span:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.burger-button.open span:last-child {
  transform: rotate(-45deg);
  top: 6px;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 992px) {
  .social {
    gap: 0;
  }
}
.social__link {
  transition: opacity 0.2s ease;
}
.social__link:hover {
  opacity: 0.5;
}

#backtotop {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer;
  z-index: 1000;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(218deg, 24%, 27%);
}
@media screen and (min-width: 1024px) {
  #backtotop {
    right: 30px; /* Place the button 30px from the right */
  }
}

#backtotop img {
  width: 24px;
  transform: rotate(180deg) translateY(3px);
}

.backtotop {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s linear;
}

.backtotop.newClass {
  opacity: 1;
  transform: translateY(0);
}

h1.thumb-customer {
  font-family: "headingreg", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 550px) {
  h1.thumb-customer {
    font-size: 35px;
  }
}

h2.thumb-project-title {
  font-family: "headingbold", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 550px) {
  h2.thumb-project-title {
    font-size: 25px;
  }
}

.thumb-text {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.thumb-text h1 {
  margin-bottom: 12px;
}

.project-thumb-play-button {
  width: 50px;
  filter: drop-shadow(5px 5px 10px #000000);
}

.project-thumbs,
.facetwp-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .project-thumbs,
.facetwp-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .project-thumbs,
.facetwp-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.project-thumb {
  overflow: hidden;
  aspect-ratio: 57/32;
  display: flex;
  cursor: pointer;
  position: relative;
}
.project-thumb .project-thumb-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  color: transparent;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .project-thumb .project-thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    background-image: url("./img/thumbbg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-thumb .project-thumb-hover:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .project-thumb .project-thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 16px;
    opacity: 1;
  }
  .project-thumb .project-thumb-hover .thumb-customer,
.project-thumb .project-thumb-hover .thumb-project-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project-thumb .project-thumb-hover {
    opacity: 0.7;
  }
}

.alldisciplines {
  display: flex;
  flex-wrap: wrap;
}
.alldisciplines .discipline-logo {
  width: 50%;
  border-radius: 30px 0 0 0;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .alldisciplines .discipline-logo {
    width: 25%;
  }
}
.alldisciplines .discipline-logo img {
  margin: auto;
}
.alldisciplines .mccann {
  background-color: #2316d2;
}
.alldisciplines .mccann img {
  width: 170px;
}
.alldisciplines .mrm {
  background-color: var(--mrm);
}
.alldisciplines .mrm img {
  width: 110px;
}
.alldisciplines .momentum {
  background-color: var(--momentum);
}
.alldisciplines .momentum img {
  width: 248px;
}
.alldisciplines .weber {
  background-color: var(--weber);
}
.alldisciplines .weber img {
  width: 158px;
}

.home .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 64px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.home .hero .play-button {
  width: 60px;
  filter: drop-shadow(5px 5px 10px #000000);
}
@media screen and (min-width: 768px) {
  .home .hero .play-button {
    width: 120px;
  }
}
.home .hero a {
  background-color: var(--mccann);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  color: white;
  font-family: mccannBold, sans-serif;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s ease-in;
}
.home .hero a:hover {
  transform: scale(1.04);
  background-color: rgba(3, 21, 32, 0.8431372549);
}
@media screen and (min-width: 1024px) {
  .home .hero {
    flex-wrap: nowrap;
  }
}

.aboutus-section {
  display: flex;
  min-height: 100vh;
  background-color: #2f2bec;
  transition: all 0.4s ease-in;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .aboutus-section {
    padding: 120px 65px;
    justify-content: space-between;
    align-items: center;
  }
}
.aboutus-section .text {
  text-align: center;
  margin-bottom: 40px;
}
.aboutus-section .text .aboutus-text {
  font-family: "headingreg", sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 70px;
}
@media screen and (min-width: 550px) {
  .aboutus-section .text .aboutus-text {
    font-size: 32px;
  }
}
.aboutus-section .text .aboutus-title {
  font-family: "mccannReg", sans-serif;
  font-size: 50px;
  line-height: 1;
  color: white;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 550px) {
  .aboutus-section .text .aboutus-title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .aboutus-section .text .aboutus-title {
    font-size: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section .text .aboutus-title {
    justify-content: flex-start;
  }
}
.aboutus-section .text .aboutus-title:after {
  content: "";
  background-image: url("./img/star.svg");
  position: relative;
  height: 35px;
  width: 35px;
  right: 0;
  top: 50%;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 550px) {
  .aboutus-section .text .aboutus-title:after {
    height: 55px;
    width: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .aboutus-section .text .aboutus-title:after {
    height: 75px;
    width: 75px;
  }
}
.aboutus-section .text .boxed-link {
  color: white;
  font-family: "mccannReg", sans-serif;
  font-size: 25px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aboutus-section .text .boxed-link span.boxed-link-arrow {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  position: relative;
  margin-right: 18px;
  transition: all 0.4s ease-in;
}
@media screen and (min-width: 550px) {
  .aboutus-section .text .boxed-link span.boxed-link-arrow {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section .text .boxed-link span.boxed-link-arrow {
    width: 65px;
    height: 65px;
  }
}
.aboutus-section .text .boxed-link span.boxed-link-text {
  position: relative;
}
.aboutus-section .text .boxed-link span.boxed-link-text:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .text .boxed-link {
    justify-content: flex-start;
  }
  .aboutus-section .text .boxed-link:hover span.boxed-link-arrow {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 18px;
    background-color: white;
  }
  .aboutus-section .text .boxed-link:hover span.boxed-link-arrow svg {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section .text {
    width: 42%;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section .image {
    width: 35%;
  }
}
.aboutus-section .disciplines {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .disciplines {
    gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section .disciplines {
    width: 15%;
    align-items: flex-end;
  }
}
.aboutus-section .mccann img {
  width: 113px;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .mccann img {
    width: 218px;
  }
}
.aboutus-section .mrm img {
  width: 73px;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .mrm img {
    width: 141px;
  }
}
.aboutus-section .momentum img {
  width: 163px;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .momentum img {
    width: 333px;
  }
}
.aboutus-section .weber img {
  width: 110px;
}
@media screen and (min-width: 1024px) {
  .aboutus-section .weber img {
    width: 199px;
  }
}

.project .hero-video {
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project .hero-video .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .hero-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  filter: drop-shadow(5px 5px 10px #000000);
}
@media screen and (min-width: 768px) {
  .project .hero-video .play-button {
    width: 120px;
  }
}

.project .main-content {
  padding-block: 60px;
  display: flex;
  flex-wrap: wrap;
}
.project .main-content .content {
  width: 100%;
  margin-bottom: 40px;
}
.project .main-content .content .title {
  font-family: "mccannBold", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .project .main-content .content .title {
    font-size: 40px;
  }
}
.project .main-content .content .text {
  font-family: "headingreg", sans-serif;
  font-size: 18px;
}
.project .main-content .content .text p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 550px) {
  .project .main-content .content .text {
    font-size: 26px;
  }
}
.project .main-content .content .text .wp-block-image {
  margin-block: 1rem;
}
.project .main-content .content .text .wp-block-video {
  margin-block: 1rem;
}
.project .main-content .content .text video {
  max-width: 100%;
}
.project .main-content .projectby {
  width: 100%;
  text-align: right;
}
.project .main-content .projectby .projectby-title {
  font-family: "mccannBold", sans-serif;
  font-size: 20px;
}
.project .main-content .projectby .title {
  margin-right: 12px;
  font-family: "headingreg", sans-serif;
  font-size: 21px;
}
.project .main-content .projectby .disciplines {
  display: flex;
  justify-content: flex-end;
}
.project .main-content .projectby .disciplines .discipline {
  display: flex;
  flex-direction: column;
}
.project .main-content .projectby .disciplines .discipline a {
  font-family: "headingbold", sans-serif;
  font-size: 22px;
  color: #2f2bec;
}
@media screen and (min-width: 768px) {
  .project .main-content {
    padding-block: 120px;
    justify-content: space-between;
  }
  .project .main-content .content {
    width: 65%;
  }
  .project .main-content .projectby {
    width: 30%;
  }
}
.project .gallery-photos {
  height: 100vh;
  background-image: url("./img/coverbg.png");
  background-size: cover;
}
.project .gallery-photos .cover-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 92px;
  padding: 130px 0 38px 0;
}
.project .gallery-photos .cover-image img {
  height: 100%;
  object-fit: contain;
}
.project .gallery-photos .swiper-slide {
  height: 100vh;
  min-height: 600px;
}
.project .gallery-photos .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: unset;
  right: unset;
  top: unset;
  position: relative;
}
.swiper-button-prev img,
.swiper-rtl .swiper-button-next img {
  margin-right: 10px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: unset;
  right: unset;
  top: unset;
  position: relative;
}
.swiper-button-next img,
.swiper-rtl .swiper-button-prev img {
  margin-left: 10px;
}

.swiper {
  position: relative;
}
.swiper .swiper-controllers {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: unset;
}
.swiper-button-next span,
.swiper-button-prev span {
  font-family: "mccannReg", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 1;
}

.fullhero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 431px;
}
@media screen and (min-width: 1024px) {
  .fullhero {
    flex-wrap: nowrap;
    height: 100vh;
    min-height: 600px;
  }
}

.page-template-people .main-content {
  display: flex;
  flex-wrap: wrap;
  padding-block: 60px;
}
@media screen and (min-width: 860px) {
  .page-template-people .main-content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.page-template-people .main-content .text {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 860px) {
  .page-template-people .main-content .text {
    width: 45%;
  }
}
.page-template-people .main-content .text p.title {
  color: var(--mccann);
  font-family: "mccannReg", sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .page-template-people .main-content .text p.title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-people .main-content .text p.title {
    font-size: 90px;
  }
}
.page-template-people .main-content .text .content {
  font-family: "headingreg", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .page-template-people .main-content .text .content {
    font-size: 25px;
  }
}
.page-template-people .main-content .text .content p {
  margin-bottom: 20px;
}
.page-template-people .main-content .carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* Apply to 1st, 4th, 7th, 10th, etc. */
  /* Apply to 2nd, 5th, 8th, 11th, etc. */
  /* Apply to 3rd, 6th, 9th, 12th, etc. */
}
@media screen and (min-width: 860px) {
  .page-template-people .main-content .carousel {
    width: 50%;
    margin-bottom: 0;
  }
}
.page-template-people .main-content .carousel .carousel-inner {
  width: 95%;
  height: 57vw;
  max-width: 470px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-template-people .main-content .carousel .carousel-inner {
    height: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-people .main-content .carousel .carousel-inner {
    height: 272px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-people .main-content .carousel .carousel-inner {
    height: 317px;
  }
}
@media screen and (min-width: 1460px) {
  .page-template-people .main-content .carousel .carousel-inner {
    height: 483px;
    max-width: unset;
  }
}
.page-template-people .main-content .carousel .carousel-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-people .main-content .carousel .carousel-buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  bottom: 16px;
  gap: 10px;
}
.page-template-people .main-content .carousel .carousel-buttons .previous,
.page-template-people .main-content .carousel .carousel-buttons .next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.page-template-people .main-content .carousel .carousel-buttons .previous {
  background-color: black;
}
.page-template-people .main-content .carousel .carousel-buttons .next {
  background-color: #2f2bec;
}
.page-template-people .main-content .carousel .carousel-inner img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; /* Make images slightly visible */
  transition: transform 0.5s, opacity 0.5s;
  transform: scale(0.95) rotate(0deg);
  z-index: 1; /* Ensure non-active images stay behind */
}
.page-template-people .main-content .carousel .carousel-inner img.carousel-image.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  z-index: 2; /* Active image comes to the front */
}
.page-template-people .main-content .carousel .carousel-inner img.carousel-image:nth-child(3n+1) {
  transform: scale(0.95) rotate(-15deg);
}
.page-template-people .main-content .carousel .carousel-inner img.carousel-image:nth-child(3n+2) {
  transform: scale(0.95) rotate(3deg);
}
.page-template-people .main-content .carousel .carousel-inner img.carousel-image:nth-child(3n+3) {
  transform: scale(0.95) rotate(15deg);
}
.page-template-people .main-content .carousel .carousel-inner img.carousel-image.active {
  opacity: 1;
  transform: scale(1) rotate(0);
  z-index: 2; /* Active image comes to the front */
}
.page-template-people .image-mosaic {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 100vw;
}
@media screen and (min-width: 900px) {
  .page-template-people .image-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 362px;
  }
}
.page-template-people .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  cursor: pointer;
  height: 100%;
  width: 100%;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .page-template-people .card {
    padding: 45px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-people .card-tall {
    grid-row: span 3/auto;
  }
  .page-template-people .card-wide {
    grid-column: span 2/auto;
  }
}
.page-template-people .linearbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.68));
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-template-people .tag {
  color: white;
  position: relative;
  z-index: 2;
}
.page-template-people .tag .name {
  font-family: "mccannBold", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-people .tag .name {
    font-size: 24px;
  }
}
.page-template-people .tag .title {
  font-family: "mccannReg", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .page-template-people .tag .title {
    font-size: 22px;
  }
}
.page-template-people .tag .name {
  position: relative;
  display: inline;
  padding: 2px 15px;
  border-radius: 8px;
}
.page-template-people .tag .name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 0;
}
.page-template-people .tag .name.blue {
  background-color: var(--mccann);
}
.page-template-people .tag .name.blue:before {
  border-bottom: 20px solid var(--mccann);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: translateY(-96%);
}
.page-template-people .tag .name.green {
  background-color: var(--momentum);
}
.page-template-people .tag .name.green:before {
  border-bottom: 20px solid var(--momentum);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: translateY(-96%);
}
.page-template-people .tag .name.ciel {
  background-color: var(--weber);
}
.page-template-people .tag .name.ciel:before {
  border-bottom: 20px solid var(--weber);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: translateY(-96%);
}
.page-template-people .tag .name.purple {
  background-color: var(--mrm);
}
.page-template-people .tag .name.purple:before {
  border-bottom: 20px solid var(--mrm);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: translateY(-96%);
}

.disciplines-page {
  background-color: var(--mccann);
}
.disciplines-page .main-content {
  padding-block: 64px;
}
.disciplines-page .page-title {
  font-family: "mccannReg", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: white;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 550px) {
  .disciplines-page .page-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .disciplines-page .page-title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .disciplines-page .page-title {
    justify-content: flex-start;
  }
}
.disciplines-page .page-title:after {
  content: "";
  background-image: url("./img/star.svg");
  position: relative;
  height: 35px;
  width: 35px;
  right: 0;
  top: 50%;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 550px) {
  .disciplines-page .page-title:after {
    height: 55px;
    width: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .disciplines-page .page-title:after {
    height: 75px;
    width: 75px;
  }
}
.disciplines-page .main-text {
  font-family: "headingreg", sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 48px;
}
@media screen and (min-width: 550px) {
  .disciplines-page .main-text {
    font-size: 30px;
  }
}
.disciplines-page .main-text p {
  margin-bottom: 24px;
}
.disciplines-page .main-text .countdown-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 850px) {
  .disciplines-page .main-text .countdown-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.disciplines-page .main-text .countdown-container .chousecourage {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-bottom: 40px;
}
@media screen and (min-width: 850px) {
  .disciplines-page .main-text .countdown-container .chousecourage {
    max-width: unset;
    width: 45%;
    margin-bottom: 0;
  }
}
.disciplines-page .main-text .countdown-container .awards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  align-items: flex-end;
}
@media screen and (min-width: 850px) {
  .disciplines-page .main-text .countdown-container .awards {
    max-width: unset;
    width: 45%;
  }
}
.disciplines-page .main-text .countdown-container .awards .award {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.disciplines-page .main-text .countdown-container .awards .award img {
  margin-bottom: 30px;
}
.disciplines-page .main-text .countdown-container .awards .award p.num {
  font-family: "mccannBold", sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .disciplines-page .main-text .countdown-container .awards .award p.num {
    font-size: 22px;
  }
}
.disciplines-page .main-text .countdown-container .awards .award .award-title {
  font-family: "headingreg", sans-serif;
  font-size: 15px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .disciplines-page .main-text .countdown-container .awards .award .award-title {
    font-size: 22px;
  }
}

.discipline-page {
  background-color: var(--mccann);
  min-height: 100vh;
  padding-top: 85px;
}
.discipline-page .discipline-page-logo {
  width: 140px;
  margin-bottom: 60px;
}
@media screen and (min-width: 550px) {
  .discipline-page .discipline-page-logo {
    width: 240px;
  }
}
.discipline-page.mrm-page {
  background-color: var(--mrm);
}
.discipline-page.mrm-page .discipline-page-logo {
  width: 110px;
}
@media screen and (min-width: 550px) {
  .discipline-page.mrm-page .discipline-page-logo {
    width: 200px;
  }
}
.discipline-page.momentum-page {
  background-color: var(--momentum);
}
.discipline-page.weber-page {
  background-color: var(--weber);
}
.discipline-page .main-content {
  padding-block: 80px;
  color: white;
  font-family: "headingreg", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .discipline-page .main-content {
    font-size: 30px;
  }
}
.discipline-page .main-content p {
  margin-bottom: 24px;
}
.discipline-page .boxed-link {
  color: white;
  font-family: "mccannReg", sans-serif;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.discipline-page .boxed-link span.boxed-link-arrow {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 18px;
  transition: all 0.4s ease-in;
}
@media screen and (min-width: 550px) {
  .discipline-page .boxed-link span.boxed-link-arrow {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .discipline-page .boxed-link span.boxed-link-arrow {
    width: 45px;
    height: 45px;
  }
}
.discipline-page .boxed-link span.boxed-link-text {
  position: relative;
}
.discipline-page .boxed-link span.boxed-link-text:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .discipline-page .boxed-link {
    justify-content: flex-start;
  }
  .discipline-page .boxed-link:hover span.boxed-link-arrow {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 18px;
    background-color: white;
  }
  .discipline-page .boxed-link:hover span.boxed-link-arrow svg {
    opacity: 0;
  }
}

.person-page {
  padding-top: 85px;
}
.person-page .main-content {
  padding-block: 64px;
  color: white;
}
.person-page .boxed-link {
  color: white;
  font-family: "mccannReg", sans-serif;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.person-page .boxed-link span.boxed-link-arrow {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 18px;
  transition: all 0.4s ease-in;
}
@media screen and (min-width: 550px) {
  .person-page .boxed-link span.boxed-link-arrow {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .person-page .boxed-link span.boxed-link-arrow {
    width: 45px;
    height: 45px;
  }
}
.person-page .boxed-link span.boxed-link-text {
  position: relative;
}
.person-page .boxed-link span.boxed-link-text:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .person-page .boxed-link {
    justify-content: flex-start;
  }
  .person-page .boxed-link:hover span.boxed-link-arrow {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 18px;
    background-color: white;
  }
  .person-page .boxed-link:hover span.boxed-link-arrow svg {
    opacity: 0;
  }
}
.person-page .flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .person-page .flex-container {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.person-page .flex-container .text {
  width: 100%;
  margin-bottom: 30px;
  order: 2;
}
@media screen and (min-width: 992px) {
  .person-page .flex-container .text {
    width: 45%;
    order: 1;
  }
}
.person-page .flex-container .image {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
}
.person-page .flex-container .image .person-image {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .person-page .flex-container .image {
    width: 35%;
    order: 2;
  }
}
.person-page .flex-container .content {
  font-family: "headingreg", sans-serif;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  .person-page .flex-container .content {
    font-size: 25px;
  }
}
.person-page .flex-container .content p {
  margin-bottom: 24px;
}
.person-page .name {
  font-family: "mccannReg", sans-serif;
  font-size: 37px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .person-page .name {
    font-size: 90px;
  }
}
.person-page .title {
  font-family: "mccannLight", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .person-page .title {
    font-size: 70px;
  }
}
.person-page .deskonly {
  display: none;
}
@media screen and (min-width: 1200px) {
  .person-page .deskonly {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .person-page .mobonly {
    display: none;
  }
}

.contact-page {
  background-color: var(--mccann);
  min-height: 100vh;
  padding-top: 85px;
}
.contact-page .main-content {
  padding-block: 80px;
  color: white;
  font-family: "headingreg", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .contact-page .main-content {
    font-size: 30px;
  }
}
.contact-page .main-content p {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .contact-page .main-content {
    display: flex;
    justify-content: space-between;
  }
}
.contact-page .main-content .image img {
  width: 80%;
  max-width: 200px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .contact-page .main-content .image img {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .contact-page .main-content .image {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .contact-page .main-content .text {
    width: 45%;
  }
}
.contact-page .content-box {
  margin-bottom: 90px;
}
.contact-page .content-box p.title {
  font-family: "mccannReg", sans-serif;
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (min-width: 550px) {
  .contact-page .content-box p.title {
    font-size: 90px;
  }
}
.contact-page .content-box p.content-box-text {
  margin-bottom: 25px;
  font-family: "headingreg", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .contact-page .content-box p.content-box-text {
    font-size: 30px;
  }
}
.contact-page .content-box p.content-box-text a {
  font-family: "headingbold", sans-serif;
  font-size: 20px;
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 550px) {
  .contact-page .content-box p.content-box-text a {
    font-size: 30px;
  }
}

.ourwork {
  background-color: var(--mccann);
  min-height: 100vh;
  padding-top: 85px;
}
.ourwork .main-content {
  padding-block: 80px;
  color: white;
  font-family: "headingreg", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .ourwork .main-content {
    font-size: 30px;
  }
}
.ourwork .main-content p {
  margin-bottom: 24px;
}
.ourwork .main-content p.title {
  font-family: "mccannReg", sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .ourwork .main-content p.title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .ourwork .main-content p.title {
    font-size: 90px;
  }
}
.ourwork .boxed-link {
  color: white;
  font-family: "mccannReg", sans-serif;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ourwork .boxed-link span.boxed-link-arrow {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 18px;
  transition: all 0.4s ease-in;
}
@media screen and (min-width: 550px) {
  .ourwork .boxed-link span.boxed-link-arrow {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .ourwork .boxed-link span.boxed-link-arrow {
    width: 45px;
    height: 45px;
  }
}
.ourwork .boxed-link span.boxed-link-text {
  position: relative;
}
.ourwork .boxed-link span.boxed-link-text:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ourwork .boxed-link {
    justify-content: flex-start;
  }
  .ourwork .boxed-link:hover span.boxed-link-arrow {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 18px;
    background-color: white;
  }
  .ourwork .boxed-link:hover span.boxed-link-arrow svg {
    opacity: 0;
  }
}

.filters {
  background-color: #2320ca;
  margin-top: 30px;
  color: white;
  font-family: "headingreg", sans-serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-block: 20px;
}
@media screen and (min-width: 900px) {
  .filters {
    flex-direction: row;
    padding-block: 40px;
  }
}
.filters .filter-text {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .filters .filter-text {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 32px;
  }
}
.filters .facetwp-facet {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filters .facetwp-facet .facetwp-radio.checked,
.filters .facetwp-facet .facetwp-radio {
  background-image: none;
  display: inline-block;
  padding-left: 0;
  margin-right: 12px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  margin-block: 10px;
  border: 1px solid white;
  padding: 0;
  border-radius: 26px;
  padding: 8px 28px 17px 28px;
  font-size: 20px;
}
.filters .facetwp-facet .facetwp-radio.checked .facetwp-display-value,
.filters .facetwp-facet .facetwp-radio .facetwp-display-value {
  margin-right: 0;
  padding-right: 0;
}
.filters .facetwp-facet .facetwp-radio.checked.checked, .filters .facetwp-facet .facetwp-radio.checked:hover,
.filters .facetwp-facet .facetwp-radio.checked,
.filters .facetwp-facet .facetwp-radio:hover {
  background-color: black;
  color: white;
}
@media screen and (min-width: 900px) {
  .filters .facetwp-facet .facetwp-radio.checked,
.filters .facetwp-facet .facetwp-radio {
    font-size: 25px;
  }
}
.filters .facetwp-facet .facetwp-radio.checked {
  background-color: black;
}

.facetwp-counter {
  display: none;
}

.perifereiakes {
  padding-block: 140px;
}
.perifereiakes h1 {
  margin-bottom: 2rem;
}
.perifereiakes .wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.perifereiakes p {
  margin-bottom: 1rem;
}
.perifereiakes table,
.perifereiakes td,
.perifereiakes th {
  border: 1px solid;
}
.perifereiakes table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 2rem;
}
.perifereiakes a {
  color: var(--mccann);
}
.perifereiakes.policies a {
  position: relative;
}
.perifereiakes.policies a:after {
  content: url("./img/pdf.svg");
  position: relative;
  display: inline;
  margin-left: 8px;
  top: 4px;
}

.financial-statements {
  padding-block: 80px;
}
.financial-statements h1 {
  color: var(--mccann);
}
.financial-statements .financial-statements-container {
  margin-top: 80px;
}
.financial-statements .isologismos a {
  background: var(--mccann);
  color: white;
  display: block;
  margin-bottom: 10px;
  padding: 17px;
  border-radius: 8px;
  position: relative;
}
.financial-statements .isologismos a > span {
  margin-left: auto;
  position: absolute;
  right: 22px;
}
.financial-statements img.img-fluid.download-button {
  width: 24px;
}

.divider {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .divider .fasamob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .divider .fasadesk {
    display: none;
  }
}

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