/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
/* ---- RESETS ---- */
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  -webkit-text-size-adjust: 100%;
}

:root {
  font-size: 1.6rem;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.9rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #000034;
}
body.no-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "big-caslon-fb", sans-serif;
}

.h1, h1 {
  font-size: 8rem;
  line-height: 8.8rem;
  font-weight: 800;
}

.h2, h2 {
  font-size: 8rem;
  line-height: 9rem;
  font-weight: 400;
}

.h3, h3 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 800;
}

.h4, h4 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .h2, h2 {
    font-size: 4.4rem;
    line-height: 4.9rem;
  }
  .h3, h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .h4, h4 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
a {
  color: #F69A09;
  text-decoration: none;
}

.heading-link {
  font-size: 2.2rem;
  line-height: 2.9rem;
  font-weight: 500;
  display: block;
  margin: 0 0 1.6rem;
}

@media (max-width: 768px) {
  .heading-link {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 0 0 0.3rem;
  }
}
.link {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 3.2rem 0 0;
  color: #000034;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.link svg rect {
  transition: stroke 0.2s ease-in-out;
}
.link:hover {
  color: #F69A09;
}
.link:hover svg rect {
  stroke: #F69A09;
}

@media (max-width: 768px) {
  .link {
    margin: 1.8rem 0 0;
  }
  .link svg {
    width: 2.8rem;
    height: 2.7rem;
  }
}
.wysiwyg p, .wysiwyg li {
  margin: 0 0 1.6rem;
}
.wysiwyg p:last-child, .wysiwyg li:last-child {
  margin: 0;
}
.wysiwyg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wysiwyg ul li {
  margin: 0 0 0.8rem;
  position: relative;
  padding: 0 0 0 2.5rem;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #F69A09;
  border-radius: 50%;
}

.in-view.fade-up-element {
  animation: fade-up 0.3s forwards;
}

.fade-up-element {
  transform: translateY(50px);
  opacity: 0;
}

@media (prefers-reduced-motion) {
  .fade-up-element {
    transform: none;
    opacity: 1;
  }
  .in-view.fade-up-element {
    animation: none;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 48px !important;
}

.pt-2 {
  padding-top: 96px !important;
}

.pt-3 {
  padding-top: 144px !important;
}

.pt-4 {
  padding-top: 192px !important;
}

.pt-5 {
  padding-top: 240px !important;
}

.pt-6 {
  padding-top: 288px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 48px !important;
}

.pb-2 {
  padding-bottom: 96px !important;
}

.pb-3 {
  padding-bottom: 144px !important;
}

.pb-4 {
  padding-bottom: 192px !important;
}

.pb-5 {
  padding-bottom: 240px !important;
}

.pb-6 {
  padding-bottom: 288px !important;
}

@media (max-width: 768px) {
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-1 {
    padding-top: 20px !important;
  }
  .pt-2 {
    padding-top: 40px !important;
  }
  .pt-3 {
    padding-top: 60px !important;
  }
  .pt-4 {
    padding-top: 80px !important;
  }
  .pt-5 {
    padding-top: 100px !important;
  }
  .pt-6 {
    padding-top: 120px !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: 20px !important;
  }
  .pb-2 {
    padding-bottom: 40px !important;
  }
  .pb-3 {
    padding-bottom: 60px !important;
  }
  .pb-4 {
    padding-bottom: 80px !important;
  }
  .pb-5 {
    padding-bottom: 100px !important;
  }
  .pb-6 {
    padding-bottom: 120px !important;
  }
}
.content-grid {
  --padding-inline: 2.5rem;
  --content-max-width: 1200px;
  --breakout-max-width: 1500px;
  --breakout-size: calc(
      (var(--breakout-max-width) - var(--content-max-width)) / 2
  );
  display: grid;
  grid-template-columns: [full-width-start breakout-left-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start breakout-right-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end breakout-left-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end breakout-right-end];
}
.content-grid > :not(.breakout, .full-width) {
  grid-column: content;
}
.content-grid > .breakout {
  grid-column: breakout;
}
.content-grid > .breakout-left {
  grid-column: breakout-left;
}
.content-grid > .breakout-right {
  grid-column: breakout-right;
}
.content-grid > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}

.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

/* Remove border from iframes */
iframe {
  border: none;
}

button {
  padding: 0;
  background: none;
  border: none;
}

/* 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;
  }
}
.button {
  font-size: 1.6rem;
  padding: 0.875em 1.5em;
  border-radius: 1rem;
  border: 2px solid transparent;
  display: inline-flex;
  gap: 1.3rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.button svg {
  transition: transform 0.3s ease-in-out;
}
.button:hover svg {
  transform: translateX(0.5rem);
}
.button-green {
  background-color: #F69A09;
  color: #fff;
  border-color: #F69A09;
}
.button-green:hover {
  background-color: transparent;
  color: #000034;
}
.button-gray {
  background-color: #000034;
  color: #fff;
  border-color: #000034;
}
.button-gray:hover {
  background-color: transparent;
  color: #F69A09;
}
.button-white {
  background-color: #fff;
  color: #000034;
  border-color: #fff;
}
.button-white:hover {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 768px) {
  .button {
    font-size: 1.2rem;
  }
}
.has-block-badge {
  position: relative;
  border-top: 1px dashed #010101;
  border-bottom: 1px dashed #010101;
}

.block-name-badge {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-name-badge div {
  background-color: #010101;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 8.4rem 5rem;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#navbar.is-scrolled {
  background-color: #fff;
}
#navbar.hide {
  transform: translateY(-100%);
}
#navbar.menu-open {
  background-color: #000034;
}
#navbar.menu-open .logo-light {
  display: block !important;
}
#navbar.menu-open .logo-dark {
  display: none !important;
}
#navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: 1/-1 !important;
}
#navbar .logo-link {
  display: flex;
  align-items: center;
  height: 3.75rem;
}
#navbar .logo-link img {
  max-width: 18.1rem;
}
#navbar .logo-link img.hidden {
  display: none;
}
#navbar .menu-toggle:hover {
  cursor: pointer;
}
#navbar .menu-toggle.is-open .open {
  display: none;
}
#navbar .menu-toggle.is-open .close {
  display: block;
}
#navbar .menu-toggle .open {
  display: block;
}
#navbar .menu-toggle .close {
  display: none;
}

@media (max-width: 768px) {
  #navbar {
    padding: 2rem 2.5rem;
  }
  #navbar .logo-link img {
    max-width: 13.6rem;
  }
  #navbar .menu-toggle .open {
    width: 30px;
    height: 22.5px;
  }
}
.case-card {
  display: grid;
  grid-template-rows: 4.8rem auto 4.8rem;
  width: 100%;
}
.case-card .top-text {
  background-color: #E5E5EA;
  padding: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.case-card .main-content {
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.1rem;
}
.case-card .main-content .top-image-container,
.case-card .main-content .bottom-image-container {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-card .main-content .text-container {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  text-align: center;
}
.case-card .main-content img {
  width: 100%;
  max-width: 26.3rem;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}
.case-card .case-meta {
  background-color: #000034;
  color: #fff;
  padding: 1.3rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-card .case-meta svg {
  width: 2.28rem;
  height: 1.726rem;
  border: 1px solid #fff;
}
.case-card .case-meta .countries {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.case-card .case-meta .case-year {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .case-card {
    max-width: 29.5rem;
    margin: 0 auto;
  }
}
.site-footer {
  background-color: #000034;
  padding: 10rem 5rem;
}
.site-footer .container {
  grid-column: 1/-1 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
}
.site-footer .footer-menu-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 1rem 4.2rem;
}
.site-footer .footer-menu-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.site-footer .footer-menu-container ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 4rem 2.5rem;
  }
  .site-footer .container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
  .site-footer .footer-menu-container ul {
    justify-content: center;
    gap: 1rem 4.2rem;
  }
  .site-footer .footer-menu-container ul li {
    display: block;
    width: 100%;
  }
  .site-footer .footer-menu-container ul li a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.breadcrumbs {
  font-size: 2.2rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
}
.breadcrumbs a {
  color: #000034;
}
.breadcrumbs .separator {
  display: inline-block;
  margin: 0 0.8rem;
}
.breadcrumbs .last {
  color: #F69A09;
}

@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.coworker-card svg rect {
  transition: stroke 0.2s ease-in-out;
}
.coworker-card:hover svg rect {
  stroke: #F69A09;
}
.coworker-card:hover a {
  color: #F69A09;
}
.coworker-card .image-container {
  aspect-ratio: 1/1;
}
.coworker-card img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}
.coworker-card .coworker-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.7rem 0 0;
  font-weight: 500;
}
.coworker-card a {
  color: #000034;
  transition: color 0.2s ease-in-out;
}

#main_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000034;
  z-index: 99;
  display: grid;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-x: auto;
}
#main_menu .container {
  padding: 20.5rem 0 5rem;
}
#main_menu.is-open {
  transform: translateX(0);
}
#main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#main_menu ul a {
  font-size: 5rem;
  line-height: 6rem;
  font-family: "big-caslon-fb", sans-serif;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  transition: color 0.2s ease-in-out;
}
#main_menu ul a:hover {
  color: #F69A09;
}
#main_menu .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7rem;
  margin: 7.8rem 0 0;
}
#main_menu .bottom a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1rem;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
}
#main_menu .bottom a:hover {
  color: #F69A09;
}
#main_menu .bottom a:hover path {
  fill: #F69A09;
  fill-opacity: 1;
}
#main_menu .bottom a path {
  transition: fill 0.2s ease-in-out, fill-opacity 0.2s ease-in-out;
}

@media (max-width: 768px) {
  #main_menu .container {
    padding: 7.7rem 0 0;
  }
  #main_menu ul {
    gap: 2.1rem;
  }
  #main_menu ul a {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  #main_menu ul a:hover {
    color: #F69A09;
  }
  #main_menu .bottom {
    margin: 6.5rem 0 0;
  }
}
.info-page .info-page-hero {
  padding: 10rem 0 9.5rem;
}
.info-page .info-page-hero .container {
  max-width: 75rem;
  margin: 0 auto;
}
.info-page .info-page-hero .heading {
  text-align: center;
  margin: 0 0 5.4rem;
}
.info-page .info-page-hero .text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.info-page .info-grid {
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 10rem;
}
.info-page .sidebar {
  position: sticky;
  top: 10rem;
  height: 0;
}
.info-page .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-page .sidebar a {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 4rem;
  transition: padding-left 0.3s, font-weight 0.3s;
}
.info-page .sidebar a:hover {
  cursor: pointer;
  padding-left: 2rem;
  font-weight: 700;
}
.info-page .sidebar .current-menu-item a {
  font-weight: 700;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .info-page .info-page-hero {
    padding: 5rem 0;
  }
  .info-page .info-page-hero .heading {
    margin: 0 0 2.5rem;
  }
  .info-page .info-page-hero .text {
    font-size: 1.8rem;
  }
  .info-page .info-grid {
    grid-template-columns: 100%;
    gap: 0rem;
    padding-top: 2rem;
  }
  .info-page .main-content {
    order: 1;
  }
  .info-page .sidebar {
    padding: 0 0 8rem;
    order: 2;
  }
}
.blog-page {
  background-color: #f5f4f0;
  padding: 14rem 0;
}
.blog-page .blog-hero .heading {
  text-align: center;
  margin: 0 0 4.6rem;
  font-weight: 400;
  font-size: 4rem;
}
.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.blog-page .blog-post-load-more {
  text-align: center;
  margin: 4rem 0 0;
}

@media (max-width: 1200px) {
  .blog-page .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-page {
    padding: 8rem 0;
  }
  .blog-page .blog-hero .heading {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .blog-page .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .blog-page .blog-post-load-more {
    text-align: center;
    margin: 3rem 0 0;
  }
}