@charset "UTF-8";
/*
Theme Name: Intellis 2025
Description: Theme developed for Intellis
Author: Jan Hesselvig Krogh
Author URI: https://janslyn.dk
*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* colors */
/* easing bezier */
/* layout vars */
.is-root-container > * {
  margin: 0 auto;
}

/* LAYOUT */
:root {
  --gradient-dark-blue: linear-gradient(93.97deg, #005DAF 0%, #004576 49.67%);
  --gradient-blue: linear-gradient(93.35deg, #76BFE4 0%, #005DAF 85.74%);
  --gradient-green: linear-gradient(90deg, #6FBF8B 0%, #168C49 90%);
  --gradient-red: linear-gradient(90deg, #EB8C4E 0%, #D25055 90%);
}

* {
  box-sizing: border-box;
}

body {
  background-color: #F3F5F7;
}
body.menu-open {
  height: 100dvh;
  overflow: hidden;
}
@media screen and (min-width : 68.75em) {
  body.menu-open {
    height: auto;
    overflow: auto;
  }
}

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

main {
  margin-top: 80px;
}
@media screen and (min-width : 68.75em) {
  main {
    margin-top: 120px;
  }
}
.single-case main, .single-insight main, .single-event main, .page-template-page-template-hero-overlay main {
  margin-top: 0;
}
main > [class*=wp-]:not(.alignfull), main > [class^=wp-]:not(.alignfull), main > p:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width : 68.75em) {
  main > [class*=wp-]:not(.alignfull), main > [class^=wp-]:not(.alignfull), main > p:not(.alignfull) {
    max-width: 1280px;
  }
}

@media screen and (min-width : 68.75em) {
  main > .wp-block-columns:not(.alignfull, .alignwide) {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.is-style-rounded img {
  border-radius: 15px;
}

.wp-block-separator:not(.has-text-color, .has-background) {
  margin-top: 60px;
  margin-bottom: 60px;
  border-color: #005DAF;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
  margin-bottom: 60px;
}
.full-width.limited {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.content-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.read-more, .cta-button, .wp-block-button {
  margin-top: 30px;
  padding: 8px 22px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: inline-block;
  border: 2px solid transparent;
}
.read-more.gradient-dark-blue, .cta-button.gradient-dark-blue, .wp-block-button.gradient-dark-blue {
  border: 2px solid transparent;
  background: linear-gradient(#F3F5F7, #F3F5F7) padding-box, var(--gradient-dark-blue) border-box;
}
.read-more.gradient-dark-blue span, .cta-button.gradient-dark-blue span, .wp-block-button.gradient-dark-blue span {
  background-image: var(--gradient-dark-blue);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.read-more.has-white-color, footer .read-more, .cta-button.has-white-color, footer .cta-button, .wp-block-button.has-white-color, footer .wp-block-button {
  border: 2px solid white;
}
footer .read-more, footer .cta-button, footer .wp-block-button {
  margin-top: 0;
}
.read-more:hover, .cta-button:hover, .wp-block-button:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.read-more .wp-block-button__link, .cta-button .wp-block-button__link, .wp-block-button .wp-block-button__link {
  padding: inherit;
  display: inline;
  background-color: transparent;
}
.read-more.is-style-outline, .cta-button.is-style-outline, .wp-block-button.is-style-outline {
  padding: 0;
  border: none;
}
.read-more.is-style-outline:hover, .cta-button.is-style-outline:hover, .wp-block-button.is-style-outline:hover {
  box-shadow: none;
  transform: none;
}
.read-more.is-style-outline .wp-element-button, .cta-button.is-style-outline .wp-element-button, .wp-block-button.is-style-outline .wp-element-button {
  padding: 8px 22px;
  border: 2px solid;
  display: inline-block;
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.read-more.is-style-outline .wp-element-button:hover, .cta-button.is-style-outline .wp-element-button:hover, .wp-block-button.is-style-outline .wp-element-button:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.faq-buttons .wp-block-button {
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), transform 0.2s cubic-bezier(0.45, 0, 0.55, 1), background 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 1rem;
  font-weight: 600;
  padding: 2px 9px;
}

.faq-buttons .wp-block-button:hover {
  background: linear-gradient(#F3F5F7, #F3F5F7) padding-box, var(--gradient-dark-blue) border-box;
}

.read-more.filled {
  background-image: var(--gradient-dark-blue);
}
.read-more.filled.gradient-dark-blue {
  border: 2px solid var(--gradient-dark-blue);
}

.loginlink, header .read-more {
  margin-top: 0;
  padding: 8px 22px;
}

.arrow-link {
  position: relative;
}
.arrow-link::after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 100%;
  margin-left: 10px;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.arrow-link:hover::after {
  transform: translateX(10px);
}

p.arrow-link::after {
  display: none;
}
p.arrow-link a {
  position: relative;
}
p.arrow-link a::after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 100%;
  margin-left: 10px;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
p.arrow-link a:hover::after {
  transform: translateX(10px);
}

.hero-top img {
  aspect-ratio: 1440/700;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-top img, .hero-top .image-overlay {
  width: 100%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (min-width : 48em) {
  .hero-top img, .hero-top .image-overlay {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}

.hero-top.case, .page-template-page-template-hero-overlay .hero-top {
  position: relative;
}
.hero-top.case .content-width, .page-template-page-template-hero-overlay .hero-top .content-width {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
}
.hero-top.case .image-overlay, .page-template-page-template-hero-overlay .hero-top .image-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width : 48em) {
  .hero-top.case .image-overlay, .page-template-page-template-hero-overlay .hero-top .image-overlay {
    height: 100%;
  }
}
.hero-top.case .text-overlay, .page-template-page-template-hero-overlay .hero-top .text-overlay {
  margin-top: 30px;
}
@media screen and (min-width : 48em) {
  .hero-top.case .text-overlay, .page-template-page-template-hero-overlay .hero-top .text-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.hero-top.case .image-overlay, .page-template-page-template-hero-overlay .hero-top .image-overlay {
  background-image: linear-gradient(209.18deg, rgba(0, 93, 175, 0) 31.1%, #005DAF 78.19%);
}
.hero-top.case .reading-time, .page-template-page-template-hero-overlay .hero-top .reading-time {
  display: flex;
  align-items: center;
}
@media screen and (min-width : 68.75em) {
  .hero-top.case .reading-time, .page-template-page-template-hero-overlay .hero-top .reading-time {
    position: absolute;
    right: 30px;
  }
}
.hero-top.case .reading-time svg, .page-template-page-template-hero-overlay .hero-top .reading-time svg {
  display: inline-block;
  margin-right: 8px;
}
.hero-top.case .reading-time svg path, .page-template-page-template-hero-overlay .hero-top .reading-time svg path {
  fill: #38454A;
}
@media screen and (min-width : 48em) {
  .hero-top.case .reading-time svg path, .page-template-page-template-hero-overlay .hero-top .reading-time svg path {
    fill: white;
  }
}

.page-template-page-template-hero-overlay .hero-top .image-overlay {
  background-image: linear-gradient(188deg, rgba(0, 93, 175, 0) 50%, #005DAF 78.19%);
}

.event-data {
  margin-bottom: 30px;
}

.content-wrapper .body-column {
  flex-grow: 1;
}
@media screen and (min-width : 68.75em) {
  .content-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  .content-wrapper aside {
    width: calc((100% - 30px) / 12 * 4);
    flex-shrink: 0;
    padding-left: 30px;
  }
}

.sticky-wrapper {
  position: sticky;
  top: 120px;
  padding-right: 15px;
}

figure {
  margin-bottom: 30px;
}

figcaption {
  margin-left: 30px;
  margin-top: 5px;
}

.side-contact {
  border-radius: 15px;
  background-color: #005DAF;
  padding: 30px;
}

.side-demo {
  border-radius: 15px;
  background-color: #C6E9FB;
  padding: 30px;
}

.side-custom {
  border-radius: 15px;
  padding: 30px;
}

.side-podcast {
  border-radius: 15px;
  background-color: #00274C;
  padding: 30px;
}
.side-podcast a {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 1em;
  align-items: center;
}
.side-podcast a img {
  height: 21px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.side-contact, .side-demo, .side-podcast, .side-custom {
  margin-bottom: 60px;
}
.side-contact .image-wrapper, .side-demo .image-wrapper, .side-podcast .image-wrapper, .side-custom .image-wrapper {
  text-align: right;
  margin-top: -50px;
  margin-right: -50px;
  padding: 0;
  height: 85px;
}
.side-contact .image-wrapper img, .side-demo .image-wrapper img, .side-podcast .image-wrapper img, .side-custom .image-wrapper img {
  width: auto;
  height: 100%;
  margin-left: auto;
  border-radius: 8px;
}

.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1), transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 0.4s;
}
.wp-block-pullquote blockquote::before {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 0.2s;
}
.wp-block-pullquote.visible blockquote p {
  opacity: 1;
  transform: translateY(0);
}
.wp-block-pullquote.visible blockquote::before {
  opacity: 1;
  transform: translateY(0);
}

:where(.editor-styles-wrapper) .wp-block-pullquote blockquote p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
:where(.editor-styles-wrapper) .wp-block-pullquote blockquote::before {
  opacity: 1;
  transform: translateY(0);
}

.side-demo, .side-contact, .side-custom {
  box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.0509803922);
}
.side-demo .image-wrapper img, .side-contact .image-wrapper img, .side-custom .image-wrapper img {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1215686275);
}

.rounded-shadow {
  box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 1em;
  border-radius: 10px;
}
@media screen and (min-width : 68.75em) {
  .rounded-shadow {
    border-radius: 20px;
    padding: 20px;
  }
}

.search-result-item {
  margin-bottom: 30px;
  max-width: 700px;
  padding-bottom: 30px;
  border-bottom: solid 2px #005DAF;
}

.pagination {
  display: flex;
  gap: 20px;
}

/* TYPOGRAPHY */
html {
  font-size: 100%;
}

body {
  color: #38454A;
  line-height: 1.5;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width : 68.75em) {
  h1 {
    font-size: 5rem;
  }
}
.single-insight h1 {
  color: #00274C;
}
@media screen and (min-width : 68.75em) {
  .single-insight h1 {
    font-size: 3rem;
  }
}
.hero-top .text-overlay h1 {
  max-width: 1020px;
  width: 70vw;
}
@media screen and (min-width : 48em) {
  .hero-top .text-overlay h1 {
    color: white;
  }
}
@media screen and (min-width : 68.75em) {
  .hero-top .text-overlay h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width : 48em) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-weight: 800;
  margin-bottom: 0.5em;
}
aside h3, .side-custom h3, .side-contact h3, .side-demo h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
.case-facts h3 {
  font-weight: 600;
}
h3 a {
  text-decoration: none;
  color: inherit;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-weight: 700;
  font-size: 1rem;
}
footer h5 {
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em;
}
p.manchet {
  font-weight: 600;
  font-size: 1.125rem;
}
.case-facts p {
  font-size: 0.875rem;
}

.gradient-heading + .manchet, .gradient-heading + .manchet + .manchet {
  max-width: 90vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width : 48em) {
  .gradient-heading + .manchet, .gradient-heading + .manchet + .manchet {
    font-size: 1.5rem;
  }
}

a.loginlink {
  color: #38454A;
  text-decoration: none;
  font-weight: 700;
}

.read-more, .cta-button, .wp-block-button {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.read-more a, .cta-button a, .wp-block-button a {
  text-decoration: none;
  color: inherit;
}
footer .read-more, footer .cta-button, footer .wp-block-button {
  font-size: 1rem;
}

.read-more.filled {
  color: white;
}

.arrow-link, p.arrow-link a {
  color: #00274C;
  font-weight: 700;
  text-decoration: none;
}

.text-banner {
  font-size: 1.5rem;
  text-align: center;
  color: white;
}
.text-banner strong {
  font-weight: 800;
}
@media screen and (min-width : 68.75em) {
  .text-banner {
    font-size: 2rem;
  }
}

figcaption {
  color: #878F94;
  font-weight: 600;
  font-style: italic;
  font-size: 0.875rem;
}

.wp-block-pullquote blockquote {
  text-align: left;
  position: relative;
  padding-left: 60px;
  margin-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width : 68.75em) {
  .wp-block-pullquote blockquote {
    padding-left: 100px;
  }
}
.wp-block-pullquote blockquote p {
  color: #005DAF;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (min-width : 48em) {
  .wp-block-pullquote blockquote p {
    font-size: 1.75rem;
  }
}
.wp-block-pullquote blockquote cite {
  color: #005DAF;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}
.wp-block-pullquote blockquote::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(images/quotation-mark-blue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  margin-bottom: 0.5em;
  left: 0;
  top: 10px;
}
@media screen and (min-width : 68.75em) {
  .wp-block-pullquote blockquote::before {
    width: 65px;
    height: 55px;
  }
}

.side-contact, .side-podcast, .side-custom {
  color: white;
}
.side-contact h3, .side-podcast h3, .side-custom h3 {
  line-height: 1.1;
}
.side-contact .read-more, .side-podcast .read-more, .side-custom .read-more {
  border: solid 2px white;
}
.side-contact a, .side-podcast a, .side-custom a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.side-demo h3 {
  color: #005DAF;
}
.side-demo .read-more {
  color: #005DAF;
  border: solid 2px #005DAF;
}

.hero-top .text-overlay .client {
  font-weight: 600;
}
@media screen and (min-width : 48em) {
  .hero-top .text-overlay {
    color: white;
  }
}
.hero-top .text-overlay p.manchet {
  max-width: 680px;
}
.hero-top .text-overlay .event-type {
  font-weight: 700;
  font-size: 1.25rem;
}

header ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.125rem;
}
@media screen and (min-width : 68.75em) {
  header ul {
    font-size: 1rem;
  }
}
header nav > ul > li > a {
  color: #005DAF;
  font-weight: 700;
  text-decoration: none;
}
header nav ul.sub-menu li a {
  color: #38454A;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
header nav ul.sub-menu li a::before {
  content: "";
  background-image: url("images/arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
@media screen and (min-width : 68.75em) {
  header nav ul.sub-menu li a::before {
    display: none;
  }
}
@media screen and (min-width : 48em) {
  header nav ul.sub-menu li a {
    font-weight: 800;
  }
}
header nav > ul > li > ul {
  margin-top: 10px;
}
header nav ul.sub-menu li {
  margin-bottom: 0.25em;
}
@media screen and (min-width : 48em) {
  header nav ul.sub-menu li {
    margin-bottom: 1em;
  }
}
@media screen and (min-width : 68.75em) {
  header nav ul.sub-menu li {
    font-size: 1.25rem;
  }
}
header .menu-item-description {
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width : 68.75em) {
  header .menu-item-description {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width : 68.75em) {
  header .menu-action-text {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
  }
  header .menu-action-text::after {
    position: absolute;
    content: "";
    background-image: url("images/arrow.svg");
    background-size: 100% auto;
    background-position: left 5px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 22px;
    left: calc(100% + 10px);
  }
}

.term-tax {
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 1em;
}
.term-tax .date {
  font-weight: 400;
  font-style: italic;
}

.reading-time {
  font-size: 0.875em;
  font-weight: 500;
  color: #38454A;
}
@media screen and (min-width : 48em) {
  .reading-time {
    color: white;
    font-size: 1.25em;
  }
}

footer {
  color: white;
  font-size: 0.75em;
}
footer nav ul {
  list-style: none;
  padding-left: 0;
}
footer nav li {
  margin-bottom: 3px;
}
footer nav li a {
  text-decoration: none;
  color: inherit;
}

#search-modal {
  color: white;
  text-align: center;
}

.pagination a {
  color: inherit;
}

/* HEADER */
button.hamburger {
  height: 40px;
  width: 40px;
}

div.hamburger {
  height: 40px;
  width: 40px;
}
div.hamburger > .inner {
  top: 50%;
}

.hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 4px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.hamburger:hover span.bar {
  background-color: #000;
}
.hamburger:hover > .inner:nth-child(1)::before, .hamburger:hover > .inner:nth-child(1)::after, .hamburger:hover > .inner:nth-child(2)::before, .hamburger:hover > .inner:nth-child(2)::after, .hamburger:hover > .inner:nth-child(3)::before, .hamburger:hover > .inner:nth-child(3)::after,
.hamburger:hover span.bar:nth-child(1)::before,
.hamburger:hover span.bar:nth-child(1)::after,
.hamburger:hover span.bar:nth-child(2)::before,
.hamburger:hover span.bar:nth-child(2)::after,
.hamburger:hover span.bar:nth-child(3)::before,
.hamburger:hover span.bar:nth-child(3)::after {
  background-color: #000;
}
.hamburger.active {
  background-color: transparent;
}
.hamburger.active span.bar {
  background-color: #000;
}
.hamburger.active > .inner:nth-child(1)::before, .hamburger.active > .inner:nth-child(1)::after, .hamburger.active > .inner:nth-child(2)::before, .hamburger.active > .inner:nth-child(2)::after, .hamburger.active > .inner:nth-child(3)::before, .hamburger.active > .inner:nth-child(3)::after,
.hamburger.active span.bar:nth-child(1)::before,
.hamburger.active span.bar:nth-child(1)::after,
.hamburger.active span.bar:nth-child(2)::before,
.hamburger.active span.bar:nth-child(2)::after,
.hamburger.active span.bar:nth-child(3)::before,
.hamburger.active span.bar:nth-child(3)::after {
  background-color: #000;
}
.hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.hamburger span.bar {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.hamburger span.bar:nth-child(1) {
  top: -8px;
}
.hamburger span.bar:nth-child(3) {
  top: 8px;
}
.hamburger:focus {
  outline: 0;
}

.hamburger--dive span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--dive span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -6px, 0);
}
.hamburger--dive span.bar:nth-child(2) {
  top: 0;
  transform: translate3d(0, 6px, 0);
}
.hamburger--dive span.bar:nth-child(3) {
  display: none;
}
.hamburger--dive.active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.hamburger--dive.active span.bar:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 6;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.scrolling-down .hamburger {
  transform: translateY(-10px);
}
@media screen and (min-width : 68.75em) {
  .hamburger {
    display: none;
  }
}

header {
  position: fixed;
  width: 96%;
  left: 2%;
  top: 0;
  border-radius: 0 0 10px 10px;
  background-color: rgba(243, 245, 247, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 80px;
  transition: height 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 5;
}
.scrolling-down header {
  height: 65px;
}
@media screen and (min-width : 68.75em) {
  header {
    height: 120px;
    border-radius: 0 0 15px 15px;
  }
  .scrolling-down header {
    height: 80px;
  }
}

header nav {
  position: fixed;
  background-color: white;
  width: calc(100vw - 20px);
  height: 100dvh;
  overflow-y: scroll;
  left: 100vw;
  top: 0;
  padding: 30px;
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width : 48em) {
  header nav > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width : 48em) {
  header nav > ul > li {
    width: 40%;
  }
}
.menu-open header nav {
  transform: translateX(-100%);
}
header nav > ul > li {
  margin-bottom: 15px;
}
header nav .menu-action-text {
  display: none;
}
header nav .menu-item-description {
  display: none;
}
@media screen and (min-width : 48em) {
  header nav .menu-item-description {
    display: block;
  }
}
header nav .right-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: -10px;
  align-self: flex-start;
  margin-top: 30px;
}
header nav a {
  display: block;
}
header nav .icon-link:hover {
  cursor: pointer;
}
header nav .read-more + .icon-link.language {
  margin-left: 15px;
}
header nav .icon-link.search {
  margin-left: 15px;
}
header nav .icon-link .language-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: 30px;
  left: 30px;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
header nav .icon-link .language-list li.lang-item {
  display: inline-block;
  margin-right: 1em;
}
header nav .icon-link .language-list li.lang-item a {
  color: inherit;
  text-decoration: none;
}
header nav .icon-link .language-list li.lang-item a:hover {
  text-decoration: underline;
}
header nav .icon-link.select .language-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

header .content-width {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.scrolling-down header .content-width {
  transform: translateY(-5px);
}
@media screen and (min-width : 68.75em) {
  header .content-width {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scrolling-down header .content-width {
    transform: translateY(-15px);
  }
}

header .logo-home-link img {
  width: 90px;
  height: auto;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.scrolling-down header .logo-home-link img {
  transform: scale(0.8) translateY(-5px);
}
@media screen and (min-width : 68.75em) {
  header .logo-home-link img {
    width: 120px;
  }
}

@media screen and (min-width : 68.75em) {
  .right-nav {
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .scrolling-down .right-nav {
    transform: scale(0.9) translateY(-5px);
  }
  header {
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }
  header nav {
    margin-top: -10px;
    position: relative;
    display: flex;
    left: initial;
    height: auto;
    background-color: transparent;
    width: auto;
    height: auto;
    overflow: visible;
    justify-content: space-between;
    width: 100%;
  }
  header nav .right-nav {
    margin-top: -10px;
  }
  header nav > ul > li > ul.sub-menu {
    width: 650px;
    border-radius: 10px;
    visibility: hidden;
    position: absolute;
    display: flex;
    z-index: 6;
    margin-top: 0;
    padding: 30px 30px 0;
    left: 0;
    background-color: white;
    transform: translateY(30px);
    box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .scrolling-down header nav > ul > li > ul.sub-menu {
    margin-top: -5px;
  }
  header nav > ul > li a {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  header nav > ul > li a::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    display: block;
    margin-top: 15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    z-index: 7;
    left: 50%;
    margin-left: -15px;
    transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .scrolling-down header nav > ul > li a {
    transform: scale(0.9);
  }
  header nav > ul > li:hover a::after {
    opacity: 1;
    visibility: visible;
  }
  header nav ul li {
    width: auto;
    padding-bottom: 30px;
  }
  header nav ul li:hover ul.sub-menu {
    visibility: visible;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 1;
  }
  header nav ul li:hover ul.sub-menu li {
    width: 45%;
    margin-bottom: 0;
  }
  header nav ul.sub-menu li:hover .menu-action-text::after {
    transform: translateX(10px);
  }
  header nav .menu-action-text {
    display: inline-block;
  }
  header nav .menu-action-text::after {
    transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  header nav .icon-link {
    position: relative;
  }
  header nav .icon-link .language-list {
    border-radius: 8px;
    background-color: white;
    width: 170px;
    padding: 8px;
    box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.05);
    left: auto;
    margin-left: -50px;
    margin-top: 15px;
  }
  header nav .icon-link .language-list li.lang-item {
    display: block;
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}
/* FOOTER */
footer {
  padding-top: 60px;
  background-image: var(--gradient-dark-blue);
}
footer nav {
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (min-width : 48em) {
  footer nav {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (min-width : 68.75em) {
  footer nav {
    width: calc((100% - 90px) / 4.5);
  }
  footer nav:nth-child(4n) {
    width: calc((100% - 90px) / 3);
  }
}
footer .sustainability {
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (min-width : 48em) {
  footer .sustainability {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (min-width : 68.75em) {
  footer .sustainability {
    width: calc((100% - 90px) / 3);
  }
}
@media screen and (min-width : 68.75em) {
  footer > div {
    display: flex;
    gap: 30px;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width : 68.75em) {
  .footer-nav {
    width: calc((100% - 30px) / 12 * 8);
  }
}

.social-links {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.social-links img {
  height: 22px;
  width: auto;
}

@media screen and (min-width : 68.75em) {
  .footer-nav + div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

.footer-end {
  text-align: right;
  margin-top: auto;
  margin-bottom: 30px;
}
.footer-end img {
  width: 100px;
  height: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(35px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-35px);
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
@media screen and (min-width : 48em) {
  .modal__overlay {
    z-index: 8;
  }
}

.modal__container {
  background-color: #005DAF;
  padding: 40px;
  width: 80vw;
  max-width: 1000px;
  max-height: 100vh;
  min-height: 20vh;
  max-height: 90vh;
  height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 30px;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
}
.modal__close:hover {
  cursor: pointer;
}

.modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* Search form styles (including font settings)*/
input.search-submit {
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 8px 22px;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  border: solid 2px white;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 1.5rem;
}
input.search-submit:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
  cursor: pointer;
}

input.search-field {
  text-align: center;
  border: none;
  border-bottom: solid 1px white;
  background-color: transparent;
  font-size: 1.25rem;
  width: 80%;
  color: white;
}
@media screen and (min-width : 68.75em) {
  input.search-field {
    font-size: 2rem;
  }
}

input.search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input.search-field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.no-results .search-form {
  text-align: left;
}
.no-results .search-form input.search-submit {
  margin-left: 0;
  border: solid 2px #005DAF;
  color: #005DAF;
}
.no-results .search-form input.search-field {
  border-bottom: solid 1px #005DAF;
  color: #38454A;
  text-align: left;
}
.no-results .search-form input.search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.no-results .search-form input.search-field::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/*
@use 'blocks/quote-banner';
@use 'blocks/img-bg-block';
@use 'blocks/product-columns';
@use 'blocks/rounded-container';
@use 'blocks/case-cards';
@use 'blocks/choose-grid';
@use 'blocks/news-cards';
@use 'blocks/arrow-scroll-anim';
@use 'blocks/text-banner';
@use 'blocks/module-banner';
@use 'blocks/cta-double';
@use 'blocks/type-effect-banner';
@use 'blocks/case-facts';
@use 'blocks/gradient-heading';

*/
