:root {
  scroll-behavior: smooth;
  --scrollbar-width: 0px;
  --color-primary: 20, 124, 82;
  --font-primary: 'Barlow', 'Arial', sans-serif;
  --outer-margin: 250px;
}

*, *::before, *::after {
  scroll-margin-top: 100px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg, object, iframe {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p,
li, dt, dd, blockquote, summary {
  overflow-wrap: anywhere;
}

html {
  font-size: 13pt;
  line-height: 1.5;
  width: 100%;
  min-height: 100%;
}

body {
  position: relative;
  height: 100%;
  padding: 0px;
  font-family: var(--font-primary);
  font-size: 16pt;
  color: rgba(0, 0, 0, .85);
  hyphens: none;
  -webkit-text-size-adjust: none;
}

body.dialog-shown {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

::selection {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
}

.accessible {
  display: none;
}

body > header, body > footer {
  position: relative;
  padding: 25px var(--outer-margin) 100px;
}

body > footer {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
}

body > main {
  margin: 100px var(--outer-margin);
}

main article {
  display: grid;
  gap: 100px;
}

hr {
  border: none;
  clear: both;
  height: 0;
  border-bottom: 2px solid rgba(var(--color-primary), 1);
  margin: 50px 0;
}

hr.accessibility {
  border: none;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, ol, ul, menu {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, h2 {
  font-size: 2em;
  hyphens: none;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5, h6 {
  font-size: 1em;
}

ol, ul {
  margin-left: 1.5em;
}

ul {
  list-style-type: square;
}

ul li::marker {
  color: rgba(var(--color-primary), 1);
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol.alpha, ol.roman, ol.roman ol {
  counter-reset: item;
  list-style: none;
}

ol.alpha > li, ol.roman > li, ol.roman ol > li {
  counter-increment: item;
  text-indent: -1.5em;
}

ol.alpha > li::before {
  content: counter(item, lower-alpha) ")\00a0\00a0";
  display: inline-block;
  min-width: 1.5em;
  text-indent: 0em;
}

ol.roman > li::before {
  content: "(" counter(item, lower-roman) ")\00a0\00a0";
  display: inline-block;
  min-width: 1.5em;
  text-indent: 0em;
}

ol.roman ol > li::before {
  content: counter(item, lower-alpha) counter(item, lower-alpha) ")\00a0\00a0";
  display: inline-block;
  min-width: 1.5em;
  text-indent: 0em;
}

menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}

menu li {
  display: inline-block;
}

menu li::after {
  content: '|';
  margin: 0px .5em;
}

menu li:last-child::after {
  content: '';
  margin: 0px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: rgba(var(--color-primary), 1);
}

a.linkedin::before {
  display: inline-block;
  content: '';
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.25em;
  margin-bottom: -0.25em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24"><path fill="rgb(10,102,194)" d="M20.5,2h-17A1.5,1.5,0,0,0,2,3.5v17A1.5,1.5,0,0,0,3.5,22h17a1.5,1.5,0,0,0,1.5,-1.5v-17A1.5,1.5,0,0,0,20.5,2zM8,19H5v-9h3zM6.5,8.25A1.75,1.75,0,1,1,8.3,6.5a1.78,1.78,0,0,1,-1.8,1.75zM19,19h-3v-4.74c0,-1.42,-0.6,-1.93,-1.38,-1.93A1.74,1.74,0,0,0,13,14.19a0.66,0.66,0,0,0,0,0.14V19h-3v-9h2.9v1.3a3.11,3.11,0,0,1,2.7,-1.4c1.55,0,3.36.86,3.36,3.66z"></path></svg>');
  background-size: 1.25em 1.25em;
  background-repeat: no-repeat;
  background-position: center;
}

p a,
li a {
  background-image: linear-gradient(rgba(var(--color-primary), 1), rgba(var(--color-primary), 1));
  background-size: 0% 2px;
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: background-size .25s ease;
  outline: none;
}

p a:hover,
p a:focus,
li a:hover,
li a:focus {
  text-decoration: none;
  background-position: left bottom;
  background-size: 100% 2px;
}

header nav {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 50px 100px;
  z-index: 10;
  transition: opacity .5s ease, padding-top .5s ease, padding-bottom .5s ease;
}

header nav::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  background-color: rgba(var(--color-primary), .85);
  opacity: 0;
  transition: opacity .5s ease;
}

header nav menu {
  margin: 0px;
}

header nav menu li::after {
  color: rgba(255, 255, 255, 1);
}

header nav menu li.home {
  margin-right: auto;
  height: 50px;
  background-image: url('../../images/sef-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity .5s ease;
}

header nav.scrolled menu li.home {
  opacity: 1;
  transition: opacity .5s ease;
}

header nav menu li.home::after {
  content: '';
  margin: 0px;
}

header nav menu li.home {
  filter: invert(1);
}

header nav menu li.home a {
  display: inline-block;
  height: 100%;
  color: transparent;
  background: none;
}

header nav.scrolled,
.initial header nav {
  opacity: 0;
  padding: 20px 100px;
}

header nav.scrolled:hover {
  backdrop-filter: blur(5px);
  opacity: 1;
}

header nav.scrolled:hover::before {
  opacity: 1;
}

footer p.copyright {
  text-align: right;
  opacity: .5;
}

header menu a,
footer menu a {
  color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

div.logo img {
  max-height: 7.5em;
  height: auto;
  width: auto;
}

img.invert {
  filter: invert();
}

figure img {
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .75);
}

header.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  height: calc(100vh);
  width: calc(100vw - var(--scrollbar-width));
  padding: 150px var(--outer-margin);
  overflow: hidden;
  background-color: rgba(var(--color-primary), .25);
}

header.hero img.background {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: -1;
}

header.hero::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  height:100%;
  width: 100%;
  z-index: -10;
  background-color: rgba(var(--color-primary), 1);
}

header.hero::after {
  position: absolute;
  left: calc(50% - 2px);
  bottom: 0px;
  content: '';
  height: 100px;
  width: 4px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) calc(50% - 10px),
    rgba(255, 255, 255, 0) calc(50% - 10px),
    rgba(255, 255, 255, 0) calc(50% + 10px),
    rgba(255, 255, 255, 1) calc(50% + 10px),
    rgba(255, 255, 255, 1) 100%
  );
  background-size: 100% calc(200% + 20px);
  animation: scroll-down 5s ease infinite;
  opacity: 1;
  transition: opacity .5s ease;
}

header.hero.scrolled::after {
  opacity: 0;
}

@keyframes scroll-down {
  0% {
		background-position-y: 100%;
	}
	80% {
		background-position-y: 100%;
	}
	100% {
		background-position-y: 0%;
	}
}

header.hero h1,
header.hero p {
  margin-top: 0.25em;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: .025em;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

header.hero h1 {
  font-size: 4em;
  line-height: 1em;
  margin-top: 0px;
}

header.hero p {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 0.5em;
}

main article section.person {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 50px;
}

main article section.person div {
  grid-column: 1 / span 2;
  text-align: right;
}

main article section.person figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

main article section.person:nth-of-type(2n) div {
  grid-column: 2 / span 2;
  text-align: left;
}

main article section.person:nth-of-type(2n) figure {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

main article section.person figure img {
  transition: transform .5s ease;
  transform-origin: center;
}

main article section.person figure img:hover {
  transform: scale(1.1);
}

figure.mirrored {
  transform: scaleX(-100%);
}

figure.breakout {
  position: relative;
  margin: 0px calc(var(--outer-margin) * -1);
}

figure.breakout .inside-breakout {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px calc(var(--outer-margin));
}

section.breakout {
  position: relative;
  margin: 0px calc(var(--outer-margin) * -1);
  padding: 0px calc(var(--outer-margin));
}

section.claim {
  position: relative;
  font-weight: bold;
}

section.parallax {
  position: relative;
  margin: 0px calc(var(--outer-margin) * -1);
  background-color: rgba(var(--color-primary), 1);
  padding: 0px;
  height: 85vh;
  min-height: 250px;
  overflow: hidden;
}

section.parallax img.background {
  position: absolute;
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
}

section.parallax div {
  position: absolute;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

section.claim div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.5em;
  text-transform: uppercase;
}

section.claim.offset div {
  align-items: end;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.parallax.claim div {
  padding-right: var(--outer-margin);
  padding-left: var(--outer-margin);
}

section.parallax div p,
section.claim div p {
  width: 85%;
}

p.position {
  font-weight: 600;
}

ul.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0px;
  height: 100%;
  list-style-type: none;
}

ul.columns li {
  flex: 1;
  display: flex;
  flex-flow: column;
  min-width: 175px;
}

ul.columns li p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: .15em;
  font-size: 0.9em;
}

ul.columns li header {
  margin-bottom: .15em;
}

ul.columns li header img {
  display: inline-block;
  min-width: 75px;
}

ul.columns li header p {
  font-weight: bold;
  font-size: 1em;
}

ul.shaded li {
  background-image: linear-gradient(180deg, rgba(var(--color-primary), .25), rgba(var(--color-primary), 0));
  padding: 10px;
}


aside.full-cover {
  margin: 50px var(--outer-margin);
}

aside.full-cover .close {
  display: none;
}

aside.full-cover h2:first-of-type {
  border-top: 2px solid rgba(var(--color-primary), 1);
  padding-top: 50px;
}


div.uncover-conic.logo {
  transform: rotate(195deg);
}

div.uncover-conic.logo img {
  transform: rotate(-195deg);
}

.stepwise .step {
  opacity: 0;
  transition: opacity .5s ease;
}

.stepwise.visible .step {
  opacity: 1;
}


@media (max-width: 1500px) {
  section.claim div {
    font-size: 2em;
  }
}


@media (max-width: 1250px) {
  :root {
    --outer-margin: 150px;
  }

  body {
    font-size: 14pt;
  }

  section.claim div {
    font-size: 1.75em;
  }

  figure img {
    max-width: 150px;
  }

  figcaption strong {
    font-size: 1em;
  }
}


@media (max-width: 1050px) {
  menu {
    flex-direction: column;
    align-items: flex-end;
  }

  menu li::after {
    content: none;
  }

  header nav {
    padding: 50px 50px;
  }

  header nav.scrolled {
    padding: 20px 50px;
  }

  header nav menu li.home {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}


@media (max-width: 1000px) {
  :root {
    --outer-margin: 50px;
  }

  header.hero h1 {
    font-size: 3em;
  }

  header.hero p {
    font-size: 1.25em;
  }
}


@media (max-width: 700px) {
  section.parallax div p,
  section.claim div p {
    width: 100%;
  }

  section.claim div {
    font-size: 1.75em;
  }

  section.claim.offset div {
    align-items: start;
  }

  figure img {
    max-width: 125px;
  }
}


@media (max-width: 650px) {
  header.hero h1 {
    font-size: 1.75em;
  }

  header.hero p {
    font-size: 1em;
  }

  header.hero div.logo {
    flex-shrink: 0;
  }

  header.hero div.logo img {
    max-height: 5em;
    min-height: 5em;
  }
}


@media (max-width: 550px) {
  main article section.person,
  main article section.person:nth-of-type(2n) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  main article section.person figure {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    justify-content: flex-end;
  }

  main article section.person:nth-of-type(2n) figure {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    justify-content: flex-start;
  }

  main article section.person div,
  main article section.person:nth-of-type(2n) div {
    grid-column: 1;
    grid-row: 2;
  }
}


@media (max-width: 375px) {
  body {
    hyphens: auto;
  }

  header.hero {
    flex-direction: column;
  }
}
