@charset "UTF-8";
@import url(assets/scss/reset.css);
.arrow-btm-rght {
  position: relative;
  padding-left: 24px; }
  .arrow-btm-rght:before {
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    content: '';
    background-image: url("assets/images/right_arrow.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; }

@font-face {
  font-family: 'Inter';
  src: url("assets/fonts/inter/Inter-VariableFont_opsz.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("assets/fonts/IBM Plex Mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

.font-s {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; }

.font-m {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px; }

.font-l {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 768px) {
    .font-l {
      font-size: 14px;
      line-height: 18px; } }

.font-xl {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px; }

.font-xxl {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px; }

.font-impact {
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 768px) {
    .font-impact {
      font-size: 36px;
      line-height: 42px; } }
  .font-impact.no-uppercase {
    text-transform: none; }

.grey {
  color: #404040; }

.bold-700 {
  font-weight: 700; }

.bold-800 {
  font-weight: 800; }

.bold-900 {
  font-weight: 900; }

.thin {
  font-weight: 200; }
  .thin-300 {
    font-weight: 300; }

.lh-32 {
  line-height: 32px; }

.lh-44 {
  line-height: 44px; }

.vr-8 {
  margin-bottom: 8px; }

.vr-16 {
  margin-bottom: 16px; }

.vr-24 {
  margin-bottom: 24px; }

.vr-32 {
  margin-bottom: 32px; }

.vr-40 {
  margin-bottom: 40px; }

.pdg-btm-8 {
  padding-bottom: 8px; }

.pdg-btm-16 {
  padding-bottom: 16px; }

.pdg-btm-24 {
  padding-bottom: 24px; }

.pdg-btm-40 {
  padding-bottom: 40px; }

.uppercase {
  text-transform: uppercase; }

.centered {
  text-align: center; }

.tel-link {
  text-decoration: none; }

.letter-spacing-1 {
  letter-spacing: 1px; }

main.singular, .first-section {
  padding-top: 96px; }
  @media (max-width: 1200px) {
    main.singular, .first-section {
      padding-right: 16px;
      padding-left: 16px; } }

.wrapper {
  max-width: 1280px;
  margin: 0 auto; }

.sticky {
  position: sticky;
  top: 150px;
  z-index: 10; }

img {
  max-width: 100%;
  height: auto; }

.grid-2-1 {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 576px) {
    .grid-2-1 {
      grid-template-columns: repeat(1, 1fr); } }

.grid-2-3 {
  display: grid;
  grid-template-columns: 2fr 3fr; }
  @media (max-width: 768px) {
    .grid-2-3 {
      grid-template-columns: repeat(1, 1fr); } }

.grid-4-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 768px) {
    .grid-4-1 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .grid-4-1 {
      grid-template-columns: repeat(1, 1fr); } }

.grid-3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 768px) {
    .grid-3-1 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .grid-3-1 {
      grid-template-columns: repeat(1, 1fr); } }

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 992px) {
    .flex-title {
      padding: 0 16px; } }

.spacing {
  margin-top: 120px; }
  @media (max-width: 768px) {
    .spacing {
      margin-top: 80px; } }

.mobile-phone-cta {
  padding: 16px;
  display: none; }
  @media (max-width: 576px) {
    .mobile-phone-cta {
      display: block; } }

.bubble-container {
  padding: 64px 0;
  /*grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: $gutter*5;*/
  display: flex;
  justify-content: space-between;
  height: 300px;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  position: sticky; }
  @media (max-width: 992px) {
    .bubble-container {
      padding: 16px; } }
  @media (max-width: 576px) {
    .bubble-container {
      flex-direction: column;
      height: auto;
      align-items: center; } }

.hover-bubble {
  position: sticky;
  top: 120px;
  border: 1px solid #efefef;
  width: 30%;
  overflow: hidden;
  cursor: pointer;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box; }
  @media (max-width: 576px) {
    .hover-bubble {
      position: relative;
      display: flex;
      top: 0;
      height: 258px;
      align-items: center;
      width: 100%;
      justify-content: space-around;
      padding: 16px;
      margin-bottom: 16px; } }
  .hover-bubble h2 {
    position: absolute;
    color: #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }
    @media (max-width: 576px) {
      .hover-bubble h2 {
        top: 96px;
        left: 64px;
        font-size: 20px;
        width: 250px;
        margin-top: 0; } }
  .hover-bubble .icon {
    position: absolute;
    top: 0;
    left: 0; }
  .hover-bubble p {
    position: absolute; }
    @media (max-width: 576px) {
      .hover-bubble p {
        left: 0px;
        top: 130px; } }

.hover-bubble:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F2FF66;
  top: 100%;
  left: 0;
  border-radius: 75%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all .3s linear; }

.hover-bubble:hover:after {
  top: -0%;
  border-radius: 0; }

.hover-bubble .arrow {
  position: absolute;
  transition: all .3s linear; }
  @media (max-width: 576px) {
    .hover-bubble .arrow.up {
      top: 16px;
      right: 16px; } }
  .hover-bubble .arrow.down {
    bottom: 16px; }
    @media (max-width: 576px) {
      .hover-bubble .arrow.down {
        bottom: 16px; } }

.hover-bubble:hover .arrow {
  /*left: calc( 100% - 48px );*/ }

.hover-bubble .read-more {
  position: absolute;
  left: 34px;
  bottom: -32px;
  transition: all .3s linear;
  opacity: 0; }
  @media (max-width: 576px) {
    .hover-bubble .read-more {
      display: none; } }

.hover-bubble:hover .read-more {
  bottom: 12px;
  opacity: 1; }

p {
  margin: 0; }

p.headline {
  color: #404040; }

.ga__header {
  box-sizing: border-box; }
  .ga__header .logo {
    margin: 40px;
    display: flex;
    justify-content: center; }
  .ga__header .nav-wrapper {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
    .ga__header .nav-wrapper.bkg {
      background: #ffffff; }
    .ga__header .nav-wrapper.hide {
      transform: translateY(-100%); }
  .ga__header nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    position: relative;
    z-index: 1000; }
    @media (max-width: 1200px) {
      .ga__header nav {
        padding-right: 32px; } }
    @media (max-width: 768px) {
      .ga__header nav {
        display: none; } }
    .ga__header nav .menu {
      display: flex; }
      .ga__header nav .menu > li {
        list-style: none;
        display: block;
        padding: 16px;
        font-weight: 400;
        border-radius: 8px; }
        .ga__header nav .menu > li.menu-item-static {
          display: none; }
        .ga__header nav .menu > li a {
          text-decoration: none;
          color: #000000; }
        .ga__header nav .menu > li:hover {
          background-color: #F7F7F7; }
      .ga__header nav .menu .menu-item-has-children {
        display: flex; }
        .ga__header nav .menu .menu-item-has-children::after {
          content: '';
          background-image: url("assets/images/down_chevron.svg");
          width: 16px;
          height: 16px;
          margin-left: 4px; }
        .ga__header nav .menu .menu-item-has-children.is--open {
          background-color: #F7F7F7; }
          .ga__header nav .menu .menu-item-has-children.is--open .sub-menu {
            display: flex;
            transform: translateY(0px); }
          .ga__header nav .menu .menu-item-has-children.is--open::after {
            transform: rotate(180deg); }
      .ga__header nav .menu .menu-item:hover .sub-menu {
        /*	display: flex; */ }
      .ga__header nav .menu .menu-item .sub-menu {
        /*display: none;*/
        transform: translateY(-250px);
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        top: 73%;
        padding-top: 24px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 900;
        transition: all 0.3s ease-in-out; }
        .ga__header nav .menu .menu-item .sub-menu .menu-item {
          padding: 0;
          flex: 0 0 50%;
          border-radius: 0; }
          .ga__header nav .menu .menu-item .sub-menu .menu-item a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;
            width: 100%;
            padding: 16px;
            position: relative;
            overflow: hidden; }
            .ga__header nav .menu .menu-item .sub-menu .menu-item a::after {
              content: '';
              background-image: url("assets/images/right_arrow.svg");
              width: 16px;
              height: 16px; }
            .ga__header nav .menu .menu-item .sub-menu .menu-item a:before {
              content: "";
              z-index: -1;
              position: absolute;
              background-color: #F7F7F7;
              width: 100%;
              height: 100%;
              display: block;
              left: 0;
              top: 0;
              transform: translateY(-100%);
              transition: all 0.3s ease-in-out; }
        .ga__header nav .menu .menu-item .sub-menu li {
          width: 100%;
          border-bottom: 1px solid #F7F7F7; }
          .ga__header nav .menu .menu-item .sub-menu li a {
            padding: 16px 8px; }
            .ga__header nav .menu .menu-item .sub-menu li a:hover:before {
              transform: translateY(0%); }
    .ga__header nav .custom-logo-link img {
      max-height: 20px;
      width: auto; }

.blur {
  filter: blur(8px);
  transition: all 0.3s ease-in-out; }

footer {
  border-top: 1px solid #ececec; }
  footer .wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 576px) {
      footer .wrapper {
        flex-direction: column; } }
  footer .left {
    padding: 16px;
    width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box; }
  footer .right {
    flex: 0 0 50%;
    border-left: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    box-sizing: border-box; }
    footer .right .logo {
      align-self: flex-end;
      height: 24px; }
      footer .right .logo img {
        height: 100%;
        width: auto; }
  @media (max-width: 576px) {
    footer .left, footer .right {
      width: 100%;
      flex: 0 0 100%; } }
  footer .contact-us {
    background-color: #F2FF66;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    padding: 24px; }
    footer .contact-us:after {
      position: absolute;
      right: 24px;
      bottom: 24px;
      transition: all 0.3s ease-in-out;
      content: '';
      background-image: url("assets/images/right_arrow.svg");
      display: inline-block;
      width: 16px;
      height: 16px;
      vertical-align: middle; }
    footer .contact-us:hover {
      background-color: #f6ff99;
      border-color: #f6ff99; }
      footer .contact-us:hover:after {
        transform: translateX(4px); }
    footer .contact-us .g-map-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        footer .contact-us .g-map-container {
          flex-direction: column; } }
      footer .contact-us .g-map-container .g-map {
        width: 152px;
        height: 152px;
        border-radius: 8px;
        overflow: hidden; }
        @media (max-width: 768px) {
          footer .contact-us .g-map-container .g-map {
            margin-top: 24px; } }
  footer .menus {
    display: flex;
    justify-content: space-between;
    padding: 40px; }
    @media (max-width: 768px) {
      footer .menus {
        padding: 0;
        flex-direction: column; } }
    footer .menus div:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 576px) {
      footer .menus .menu {
        margin-bottom: 32px; } }
    footer .menus .menu li {
      margin-bottom: 16px; }
      footer .menus .menu li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000000;
        text-decoration: none; }
        footer .menus .menu li a:hover {
          background-color: #ececec; }
    footer .menus .menu .sub-menu {
      display: none; }

.ga__hero {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 66vh; }
  @media (max-width: 992px) {
    .ga__hero {
      padding: 0 16px; } }
  @media (max-width: 768px) {
    .ga__hero {
      height: 44vh; } }
  @media (max-width: 576px) {
    .ga__hero {
      flex-direction: column-reverse;
      padding-top: 360px; } }
  .ga__hero > div {
    flex: 1 1 50%; }
    @media (max-width: 576px) {
      .ga__hero > div {
        padding: 16px; } }
  .ga__hero img {
    border-radius: 16px;
    width: 100%;
    height: auto; }
  .ga__hero .hero-image {
    position: relative;
    text-align: center; }
    @media (max-width: 576px) {
      .ga__hero .hero-image {
        padding: 0; } }
    .ga__hero .hero-image a {
      position: absolute;
      bottom: 48px;
      right: 48px;
      background-color: #ffffff;
      padding: 16px;
      border-radius: 8px;
      text-decoration: none;
      color: #000000;
      font-weight: 600;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, color 0.3s ease; }
      .ga__hero .hero-image a:hover {
        background-color: #F2FF66; }
      @media (max-width: 576px) {
        .ga__hero .hero-image a {
          width: calc(100% - 96px);
          bottom: 0px;
          right: 10%;
          transform: translateY(-50%); } }

@keyframes upDown {
  0% {
    transform: rotate(90deg) translateX(-10px); }
  50% {
    transform: rotate(90deg) translateX(0px); }
  100% {
    transform: rotate(90deg) translateX(-10px); } }

.arianne-thread {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 24px; }
  .arianne-thread a {
    color: #000000;
    text-decoration: none; }
    .arianne-thread a::after {
      content: "";
      display: inline-block;
      background-image: url("assets/images/right_chevron.svg");
      width: 5px;
      height: 8px;
      margin: 0 4px;
      vertical-align: middle; }
  .arianne-thread a:not(:last-of-type) {
    font-weight: 700; }

.stats-container {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  .stats-container .stats {
    padding: 40px;
    box-sizing: border-box; }
    .stats-container .stats:not(:last-child) {
      border-right: 1px solid #ececec; }
      @media (max-width: 768px) {
        .stats-container .stats:not(:last-child) {
          border-bottom: 1px solid #ececec; } }

.ga__specialities {
  display: flex;
  flex-direction: column;
  margin: 40px 0; }
  .ga__specialities li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ececec;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
    .ga__specialities li:before {
      z-index: -1;
      position: absolute;
      content: '';
      background-color: #F7F7F7;
      width: 100%;
      height: 100%;
      transform: translateY(-100%);
      transition: all 0.3s ease-in-out; }
    .ga__specialities li:hover:before {
      transform: translateY(0); }
    .ga__specialities li:hover:before {
      transform: translateY(0); }
    .ga__specialities li:hover .read-more span {
      transform: translateX(0); }
    .ga__specialities li a {
      padding: 40px 32px;
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      position: relative; }
    .ga__specialities li .read-more {
      position: absolute;
      right: 112px;
      overflow: hidden;
      top: 50%;
      transform: translateY(-50%); }
      .ga__specialities li .read-more span {
        transform: translateX(100%);
        display: block;
        transition: all 0.3s ease-in-out; }

.circled-arrow-parent {
  position: relative; }
  .circled-arrow-parent .circled-arrow {
    position: absolute;
    pointer-events: none;
    right: 32px;
    width: 56px;
    top: 50%;
    height: 56px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #ececec;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .circled-arrow-parent .circled-arrow:after {
      content: '';
      background-image: url("assets/images/right_arrow.svg");
      pointer-events: none;
      display: inline-block;
      width: 16px;
      height: 16px;
      transition: all 0.3s; }
    .circled-arrow-parent .circled-arrow a {
      position: absolute;
      width: 100%;
      height: 100%; }
    .circled-arrow-parent .circled-arrow.white {
      pointer-events: auto;
      border: 1px solid #EFEFEF; }
      .circled-arrow-parent .circled-arrow.white:after {
        background-image: url("assets/images/white_arrow.svg");
        pointer-events: none; }
  .circled-arrow-parent.bot-right .circled-arrow {
    bottom: 32px;
    top: auto;
    right: 32px;
    transform: none; }
  .circled-arrow-parent:hover .circled-arrow {
    border-color: #000000; }
    .circled-arrow-parent:hover .circled-arrow.white {
      border-color: #ffffff; }
    .circled-arrow-parent:hover .circled-arrow::after {
      transform: translateX(4px); }

.view-all {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  color: #404040;
  transition: all 0.3s ease-in-out;
  padding: 16px 32px;
  border-radius: 16px; }
  .view-all:hover {
    background-color: #F7F7F7; }
  .view-all:after {
    content: '';
    background-image: url("assets/images/right_arrow.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
    vertical-align: middle;
    margin-left: 8px; }

@media (max-width: 992px) {
  .valeurs-container {
    padding: 0 16px; } }

.valeurs-container .left {
  padding: 40px 0; }
  .valeurs-container .left div {
    max-width: 330px; }
    @media (max-width: 768px) {
      .valeurs-container .left div {
        display: flex;
        flex-direction: column;
        max-width: 100%; }
        .valeurs-container .left div a {
          margin-top: 24px; } }

.valeurs-container .valeur {
  padding: 40px;
  box-sizing: border-box; }
  @media (max-width: 576px) {
    .valeurs-container .valeur {
      padding: 16px 0; } }

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .accordion-item:before {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
  .accordion-item:hover:before {
    transform: translateY(0); }
  @media (max-width: 768px) {
    .accordion-item {
      padding-right: 72px; } }
  .accordion-item h4 {
    margin-bottom: 0;
    padding: 40px 8px; }
  .accordion-item p {
    padding: 0 8px 24px;
    transition: all 0.3s ease-in-out; }
  .accordion-item.closed p {
    max-height: 0;
    opacity: 0;
    padding: 0; }
  .accordion-item.closed .circled-cross:after {
    transform: rotate(0deg); }
  .accordion-item:hover .circled-cross {
    border-color: #000000; }
  .accordion-item .circled-cross {
    position: absolute;
    right: 8px;
    top: 28px;
    width: 56px;
    height: 56px;
    border: 1px solid #ececec;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .accordion-item .circled-cross:after {
      content: '';
      display: inline-block;
      background-image: url("assets/images/icon_cross.svg");
      width: 16px;
      height: 16px;
      transform: rotate(45deg);
      transition: all 0.3s ease-in-out; }

.btn-brdr {
  background-color: transparent;
  border: 1px solid #000000;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  .btn-brdr:hover {
    border-color: #ececec; }

.btn-yellow {
  background-color: #F2FF66;
  border: 1px solid #F2FF66;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box; }
  .btn-yellow:hover {
    background-color: #f6ff99;
    border-color: #f6ff99; }
    .btn-yellow:hover:after {
      transform: translateX(4px); }
  .btn-yellow:after {
    transition: all 0.3s ease-in-out;
    content: '';
    background-image: url("assets/images/right_arrow.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 16px; }

.btn-read-more {
  background-color: #F7F7F7;
  border-radius: 32px;
  padding: 8px 16px;
  text-decoration: none;
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #404040; }
  .btn-read-more:after {
    transition: all 0.3s ease-in-out;
    content: '';
    background-image: url("assets/images/right_arrow.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 16px; }

@media (max-width: 768px) {
  .case-study {
    padding: 0; } }

.case-study ul {
  padding-right: 40px; }
  .case-study ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 8px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    border-radius: 8px; }
    .case-study ul li a:active, .case-study ul li a:focus, .case-study ul li a:hover {
      outline: none;
      background-color: #ececec; }
    .case-study ul li a.active {
      padding-left: 24px;
      font-weight: 700;
      background-color: #F7F7F7; }
      .case-study ul li a.active::before {
        content: '•';
        margin-right: 8px; }

@media (max-width: 768px) {
  .case-study .left {
    margin-bottom: 40px; } }

.grid-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media (max-width: 576px) {
    .grid-article {
      grid-template-columns: repeat(1, 1fr);
      padding: 0 16px; } }
  .grid-article article {
    position: relative; }
    .grid-article article:hover {
      cursor: pointer; }
      .grid-article article:hover img {
        filter: grayscale(0); }
      .grid-article article:hover div {
        filter: grayscale(0);
        background-size: 110% 110%; }
    .grid-article article:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background-color: #ffffff;
      background-image: url("assets/images/right_arrow.svg");
      vertical-align: middle;
      background-repeat: no-repeat;
      display: block;
      top: 16px;
      transform: rotate(-45deg);
      right: 16px;
      border-radius: 50%;
      background-position: 6px; }
    .grid-article article a {
      z-index: 10;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .grid-article article span.tag {
      z-index: 1;
      position: absolute;
      box-sizing: border-box;
      top: 16px;
      left: 16px;
      background-color: #ffffff;
      border-radius: 8px;
      padding: 8px;
      line-height: 10px; }
    .grid-article article div {
      border-radius: 16px;
      height: 250px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      filter: grayscale(1);
      transition: all 0.3s ease-in-out; }
    .grid-article article img {
      width: 100%;
      height: auto;
      border-radius: 16px;
      filter: grayscale(1); }
    .grid-article article img, .grid-article article figcaption {
      width: 100%;
      height: auto;
      margin-bottom: 16px; }

.team-page .hero {
  text-align: center;
  padding: 112px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  @media (max-width: 768px) {
    .team-page .hero {
      padding: 64px 16px 0; } }

.team-page .team-members {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .team-page .team-members {
      padding: 0 16px; } }
  .team-page .team-members img {
    filter: grayscale(1); }

.team-page .member {
  margin-bottom: 40px; }
  .team-page .member > div {
    display: none; }
    .team-page .member > div.active {
      display: block; }
  .team-page .member h1 {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px; }
  .team-page .member h2 {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 24px; }
    .team-page .member h2:not(:first-child) {
      margin-top: 40px; }
  .team-page .member h3 {
    color: #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 8px; }
    @media (max-width: 768px) {
      .team-page .member h3 {
        font-size: 14px;
        line-height: 18px; } }
  .team-page .member p {
    color: #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    line-height: 32px;
    color: #404040; }
  .team-page .member .job {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #404040; }
  .team-page .member img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 16px; }

.team-page .team-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 576px) {
    .team-page .team-list {
      order: -1;
      margin-bottom: 48px;
      padding-top: 32px; } }
  .team-page .team-list .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .team-page .team-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 96px; }
    @media (max-width: 576px) {
      .team-page .team-list ul {
        margin-bottom: 24px;
        order: -1; } }
    .team-page .team-list ul li {
      margin-bottom: 24px; }
      .team-page .team-list ul li a {
        text-decoration: none;
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 14px;
        color: #000000; }
        .team-page .team-list ul li a.active {
          font-weight: 700; }

.singular h1 {
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .singular h1 {
      font-size: 36px;
      line-height: 42px; } }

.singular p {
  margin-bottom: 16px; }

.singular ul {
  padding-left: 16px; }
  .singular ul li {
    list-style: disc; }

main.category {
  padding-top: 100px; }
  @media (max-width: 1400px) {
    main.category {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 992px) {
    main.category {
      padding-left: 16px;
      padding-right: 16px; } }
  main.category article {
    display: flex;
    gap: 24px;
    padding: 40px 0; }
    @media (max-width: 992px) {
      main.category article {
        flex-direction: column; } }
    main.category article img {
      border-radius: 16px;
      max-height: 400px;
      max-width: 588px;
      width: auto;
      filter: grayscale(1); }
    main.category article:not(:last-child) {
      border-top: 1px solid #ececec; }
    main.category article > div {
      display: flex;
      flex-direction: column; }
      main.category article > div time {
        color: #404040;
        background: #F7F7F7;
        border-radius: 4px;
        align-self: flex-start;
        padding: 4px 8px;
        color: #000000;
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 24px; }
      main.category article > div a {
        align-self: flex-start;
        margin-top: auto; }
        main.category article > div a:hover {
          background-color: #ececec; }
        @media (max-width: 992px) {
          main.category article > div a {
            margin-top: 24px; } }
        @media (max-width: 768px) {
          main.category article > div a {
            align-self: flex-end; } }

.press-filters {
  display: flex;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 40px 0; }
  .press-filters li:not(:last-of-type) {
    margin-right: 16px; }
  .press-filters li button {
    text-decoration: none;
    color: #000000;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .press-filters li button:hover {
      background-color: #ececec; }
    .press-filters li button.active, .press-filters li button:focus, .press-filters li button:active {
      background-color: #F2FF66;
      border-radius: 8px;
      border: none; }

.article-container {
  padding-top: 112px; }
  @media (max-width: 768px) {
    .article-container {
      padding: 0 16px; } }
  .article-container h1 {
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    color: #000000;
    text-transform: none; }
    @media (max-width: 768px) {
      .article-container h1 {
        font-size: 36px;
        line-height: 42px; } }
    @media (max-width: 768px) {
      .article-container h1 {
        color: #000000;
        font-family: Inter;
        font-weight: 400;
        font-size: 32px;
        line-height: 32px;
        font-weight: 800;
        line-height: 36px; } }
  .article-container figure img {
    width: 100%;
    height: auto;
    max-width: 580px;
    max-height: 652px;
    border-radius: 16px;
    filter: grayscale(1); }

.mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  justify-content: center;
  text-align: center; }
  .mobile-nav .custom-logo-link {
    display: flex;
    align-items: center; }
    .mobile-nav .custom-logo-link img {
      width: auto;
      height: 22px;
      margin: 16px; }
  @media (max-width: 768px) {
    .mobile-nav {
      display: flex; } }

.stop-scroll {
  height: 100%;
  overflow: hidden; }

.hmbrgr-toggle {
  background-color: #F2FF66;
  border-bottom-left-radius: 16px;
  border: none;
  outline: none;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0; }

.hmbrgr-wrapper {
  position: fixed;
  left: 0;
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 50px);
  background: #ffffff;
  z-index: 100;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out; }
  .hmbrgr-wrapper.is--open {
    transform: translateX(0%); }

.hmbrgr {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  height: 100%; }
  .hmbrgr .menu-item {
    border-bottom: 1px solid #ececec; }
    .hmbrgr .menu-item.menu-item-static {
      margin-top: auto;
      height: auto;
      padding: 8px; }
      .hmbrgr .menu-item.menu-item-static a {
        display: flex;
        justify-content: space-between;
        width: 100%; }
    .hmbrgr .menu-item:not(.menu-item-static) > a, .hmbrgr .menu-item:not(.menu-item-static) button {
      color: #000000;
      font-family: Inter;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      display: block;
      width: 100%;
      padding: 16px;
      text-align: left;
      background: none;
      border: none;
      outline: none;
      cursor: pointer; }
    .hmbrgr .menu-item:not(.menu-item-static) > a:hover, .hmbrgr .menu-item:not(.menu-item-static) button:hover {
      background-color: #ececec; }
    .hmbrgr .menu-item button:not([data-button="back"]) {
      position: relative; }
      .hmbrgr .menu-item button:not([data-button="back"]):after {
        content: '';
        background-image: url("assets/images/right_arrow.svg");
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 16px; }
    .hmbrgr .menu-item button[data-button="back"] {
      background: #F7F7F7;
      font-weight: 600;
      padding: 8px;
      width: 80px;
      border-radius: 36px;
      margin-bottom: 8px;
      margin-left: 16px;
      display: flex;
      justify-content: space-between;
      color: #000000;
      font-family: Inter;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px; }
      .hmbrgr .menu-item button[data-button="back"]:before {
        content: '';
        background-image: url("assets/images/right_arrow.svg");
        transform: rotate(180deg);
        display: inline-block;
        width: 16px;
        height: 16px; }

.hmbrgr.sub {
  transform: translateX(100%);
  z-index: 10;
  background: #ffffff;
  transition: all 0.3s ease-in-out; }

.hmbrgr.sub.is--open {
  transform: translateX(0%); }

.network {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  .network > div div {
    padding: 32px; }
    .network > div div:not(:last-child) {
      border-right: 1px solid #ececec; }
    @media (max-width: 768px) {
      .network > div div {
        border-bottom: 1px solid #ececec; } }

.specialities-page {
  padding-top: 136px !important; }
  @media (max-width: 768px) {
    .specialities-page {
      padding-top: 40px !important; } }

.author-block {
  margin-right: 40px;
  margin-bottom: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  border-right: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  text-align: right;
  position: relative; }
  @media (max-width: 768px) {
    .author-block {
      margin: 0 0 16px 0;
      padding: 0 0 16px 0;
      border-right: none;
      border-bottom: 1px solid #F7F7F7;
      text-align: left; } }
  .author-block figure {
    max-width: 424px;
    width: 100%; }
    .author-block figure img {
      border-radius: 16px;
      width: 100%;
      height: auto;
      filter: grayscale(1); }

.intro {
  display: flex;
  align-items: center; }

.page-content h2 {
  color: #000000;
  font-family: Inter;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px; }
  .page-content h2:not(:first-child) {
    margin-top: 40px; }

p {
  color: #404040;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px; }
