@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
*, *::before, *::after {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-family: "Montserrat";
  box-sizing: border-box;
}

html {
  font-size: 50%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.5rem;
  overflow-x: hidden;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

main, main .barba {
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
}
main .waves__section--above-overlay, main .barba .waves__section--above-overlay {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main .waves__section--above-overlay .objectives, main .barba .waves__section--above-overlay .objectives {
  flex: 1;
}

section {
  padding: 5rem 0;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 578px) {
  section {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  section {
    padding: 10rem 0;
  }
}

@font-face {
  font-family: "Halimun";
  src: url("../fonts/Halimun.woff2") format("woff2");
  src: url("../fonts/Halimun.woff") format("woff");
  src: url("../fonts/Halimun.ttf") format("truetype");
}
h1, .h1, h2, .h2, h3, .h3 {
  line-height: 1.45;
  font-weight: bold;
}

h1, .h1 {
  font-size: 3rem;
}
@media screen and (min-width: 678px) {
  h1, .h1 {
    font-size: 4.6rem;
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media screen and (min-width: 678px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 2.2rem;
}

h4, .h4 {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

p {
  line-height: 2.1;
  color: #666666;
  letter-spacing: 0.01rem;
}

ul, ol {
  margin-top: 2.5rem;
  padding-left: 2rem;
}
ul li, ol li {
  line-height: 1.75;
  position: relative;
}
ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
ul li::marker, ol li::marker {
  font-weight: bold;
}

ul {
  list-style: none;
  padding-left: 3rem;
}
ul li::before {
  top: 0.9rem;
  content: "";
  right: calc(100% + 2rem);
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #0F0F0F;
}

.hand-writing {
  font-family: "Halimun";
}

.container {
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 135rem;
}
.container--no-bound {
  max-width: none;
}
@media screen and (min-width: 400px) {
  .container {
    padding: 0 3.5rem;
  }
}
@media screen and (min-width: 578px) {
  .container {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 8rem;
  }
}

@-webkit-keyframes floatingEffect {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

@keyframes floatingEffect {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.btn {
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  padding: 1.2rem 3rem;
  border-radius: 1.5rem;
  background-color: #E52E2E;
  border: solid 0.3rem #E52E2E;
  transition: color ease-out 0.25s, border-color ease-out 0.25s, background-color ease-out 0.25s;
}
.btn:hover {
  color: #0F0F0F;
  border-color: #ff9797;
  background-color: #ff9797;
}
.btn--secundary {
  color: #0F0F0F;
  border-color: #0F0F0F;
  background-color: transparent;
}
.btn--thirdiary {
  color: #0F0F0F;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn--thirdiary:hover {
  color: #ffffff;
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.waves .container {
  margin-bottom: 5rem;
}
@media screen and (min-width: 400px) {
  .waves .container {
    margin-bottom: 6rem;
  }
}
.waves__section {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.waves__section--above-overlay {
  margin-top: -7vw;
}
@media screen and (min-width: 678px) {
  .waves__section--above-overlay {
    margin-top: -3vw;
  }
}
@media screen and (min-width: 1024px) {
  .waves__section--above-overlay {
    margin-top: -3.75vh;
  }
}
@media screen and (min-width: 1390px) {
  .waves__section--above-overlay {
    margin-top: -4.5vh;
  }
}
.waves__wrapper {
  width: 600vw;
  display: flex;
  justify-content: flex-start;
}
.waves__wrapper svg {
  height: auto;
  margin-left: -1px;
  width: calc(100vw + 2px);
}
@media screen and (min-width: 678px) {
  .waves__wrapper svg {
    width: calc(33.3333333333vw + 2px);
  }
}
@media screen and (min-width: 678px) {
  .waves__wrapper {
    width: 300vw;
  }
}
@media screen and (min-width: 1024px) {
  .waves:not(.about) {
    padding-top: 8rem;
  }
}

.transition-circle {
  z-index: 200;
  width: 100vw;
  height: 100vw;
  position: fixed;
  border-radius: 50%;
  transform: scale(0);
  top: calc(50vh - 50vw);
  left: calc(50vW - 50vw);
  background-color: #ffffff;
  transition: transform 1s ease-out;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 3.5rem 0;
  color: #ffffff;
  pointer-events: none;
}
.header--scrolled::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.55;
  position: absolute;
  background-image: linear-gradient(to bottom, #ffffff, transparent);
}
.header--scrolled .header__logo, .header--scrolled .header__list-item {
  color: #0F0F0F;
}
.header--scrolled .header__logo:hover, .header--scrolled .header__list-item:hover {
  color: #E52E2E;
}
.header--scrolled .header__btn {
  color: #ffffff;
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}
.header--scrolled .header__btn:hover {
  border-color: #E52E2E;
  background-color: #E52E2E;
}
.header .container {
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: space-between;
}
.header .dropdown {
  right: 0;
  top: 100%;
  opacity: 0;
  width: 17rem;
  position: absolute;
  pointer-events: none;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
  background-color: #ffffff;
  transition: width ease-out 0.25s;
  border-radius: 0 0 1.5rem 1.5rem;
}
.header .dropdown__list {
  padding: 0;
  margin: 1.5rem 2rem;
}
.header .dropdown__list-item {
  padding: 2.5rem 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #0F0F0F;
  white-space: nowrap;
  line-height: 1.4;
  white-space: pre-wrap;
  border-radius: 1.5rem;
  transition: background-color ease-out 0.25s;
}
.header .dropdown__list-item--active {
  font-weight: bold;
  background-color: #f2f2f2;
}
.header .dropdown__list-item::before {
  content: none;
}
.header .dropdown__list-item:not(:last-child) {
  margin-bottom: 0;
}
.header .dropdown__list-item:hover {
  background-color: #f2f2f2;
}
.header__logo {
  font-size: 2.6rem;
  font-weight: bold;
  transition: color ease-out 0.25s;
}
.header__socials {
  display: flex;
  margin-right: -10vw;
}
.header__socials-item {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #ff9797;
  transition: background-color ease-out 0.25s;
}
.header__socials-item:hover {
  background-color: #E52E2E;
}
.header__socials-item:not(:last-child) {
  margin-right: 2.5rem;
}
.header__socials-item img {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  filter: invert(1);
}
.header__socials-item img::-moz-selection {
  display: none;
}
.header__socials-item img::selection {
  display: none;
}
.header__navigation {
  display: flex;
  align-items: center;
}
.header__list {
  display: flex;
  margin-top: 0;
  padding-left: 0;
  margin-right: 6.5rem;
}
.header__list-item {
  font-weight: 600;
  font-size: 1.7rem;
  transition: color ease-out 0.25s;
}
.header__list-item li::before {
  display: none;
}
.header__list-item:not(:last-child) {
  margin-right: 5rem;
}
.header__objective-wrapper {
  position: relative;
}
.header__btn {
  width: 17rem;
  cursor: pointer;
  text-align: center;
  transition: width ease-out 0.25s, color ease-out 0.25s, border-color ease-out 0.25s, background-color ease-out 0.25s;
}
.header__btn--expand {
  width: 28rem;
  color: #ffffff;
  border-color: #E52E2E !important;
  background-color: #E52E2E !important;
  border-radius: 1.5rem 1.5rem 0 0;
}
.header__btn--expand + .dropdown {
  opacity: 1;
  width: 28rem;
  display: block;
  pointer-events: all;
}

.hero {
  height: auto;
  max-width: 100vw;
  overflow: hidden;
}
.hero .container {
  display: flex;
  height: 100vh;
  max-height: 60rem;
  padding-top: 3rem;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 460px) {
  .hero .container {
    max-height: 70rem;
  }
}
@media screen and (min-width: 578px) {
  .hero .container {
    max-height: 80rem;
  }
}
@media screen and (min-width: 678px) {
  .hero .container {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero .container {
    min-height: 0;
    padding-top: 8rem;
    padding-bottom: 17rem;
    justify-content: center;
    height: 68rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__content {
  margin: auto;
  display: flex;
  max-width: 50rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.hero__content p {
  display: none;
  max-width: 40rem;
}
@media screen and (min-width: 1024px) {
  .hero__content p {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  .hero__content {
    margin: initial;
    display: block;
    text-align: left;
    margin-top: -3rem;
  }
}
.hero__title {
  max-width: 30rem;
}
@media screen and (min-width: 678px) {
  .hero__title {
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    margin-bottom: 2rem;
  }
}
.hero__buttons {
  display: flex;
  margin-top: 4rem;
  flex-direction: column;
  align-items: center;
}
.hero__buttons .btn:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .hero__buttons {
    align-items: flex-start;
  }
}
.hero__image {
  width: 65vw;
  height: 100%;
  display: block;
  max-width: 42rem;
  max-height: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__image-back {
  left: 50%;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  bottom: calc(-50% - 20vw);
  transform: translateX(-50%);
}
.hero__image-back:first-child {
  width: 95vw;
  height: 95vw;
  max-width: 69rem;
  max-height: 69rem;
  background-color: #ffafaf;
}
@media screen and (min-width: 1024px) {
  .hero__image-back:first-child {
    width: 69rem;
    height: 69rem;
    -webkit-animation: outerCircle 1.25s 0.5s forwards;
            animation: outerCircle 1.25s 0.5s forwards;
  }
}
.hero__image-back:nth-child(2) {
  width: 82.5vw;
  height: 82.5vw;
  max-width: 60rem;
  max-height: 60rem;
  background-color: #fc9494;
  transform: translateX(-50%) translateY(-8%);
}
@media screen and (min-width: 1024px) {
  .hero__image-back:nth-child(2) {
    width: 60rem;
    height: 60rem;
    -webkit-animation: innerCircle 1.25s 0.5s forwards;
            animation: innerCircle 1.25s 0.5s forwards;
    transform: translateX(-50%) translateY(-5rem) scale(0);
  }
}
@media screen and (min-width: 1024px) {
  .hero__image-back {
    bottom: -30rem;
    max-width: none !important;
    max-height: none !important;
    transform: scale(0);
  }
}
.hero__image-wrapper {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  position: relative;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .hero__image-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero__image-wrapper {
    width: auto;
    margin-top: 0;
    display: block;
    margin-right: 10.5rem;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1570px) {
  .hero__image-wrapper {
    margin-right: 17rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__image {
    width: 90%;
    max-width: none;
    max-height: none;
    margin-left: 5%;
    transform: translateY(100%);
    -webkit-animation: heroImage 1.25s 1.15s forwards;
            animation: heroImage 1.25s 1.15s forwards;
  }
}
.hero__socials {
  left: 85%;
  top: 5rem;
  display: none;
  position: absolute;
  flex-direction: column;
}
.hero__socials-item {
  width: 7rem;
  height: 7rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #E52E2E;
  transition: background-color ease-out 0.25s;
}
.hero__socials-item:hover {
  background-color: #ff9797;
}
.hero__socials-item:hover img {
  filter: invert(0);
}
.hero__socials-item:first-child {
  margin-bottom: 1.75;
}
.hero__socials-item:nth-child(2) {
  margin-left: 12.5rem;
  margin-bottom: 5.5rem;
}
.hero__socials-item:nth-child(3) {
  margin-left: 21rem;
}
.hero__socials-item img {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  filter: invert(1);
  transition: filter ease-out 0.25s;
}
.hero__socials-item img::-moz-selection {
  display: none;
}
.hero__socials-item img::selection {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__socials {
    opacity: 0;
    display: flex;
    transform-origin: -22rem 50rem;
    -webkit-animation: rotation 1.5s 0.3s forwards;
            animation: rotation 1.5s 0.3s forwards;
  }
}
.hero__name {
  left: 50%;
  bottom: 107%;
  display: none;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .hero__name {
    bottom: 103.5%;
    display: block;
    font-size: 3.4rem;
  }
}
.hero__arrow {
  top: -1%;
  left: 15%;
  width: 6rem;
  display: none;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .hero__arrow {
    display: block;
  }
}
.hero__back-circle {
  top: 0;
  z-index: -1;
  width: 50vw;
  height: 50vw;
  opacity: 0.08;
  position: absolute;
  border-radius: 50%;
  background-color: #ff9797;
}
.hero__back-circle:nth-child(1) {
  left: -10vw;
}
.hero__back-circle:nth-child(2) {
  left: 25%;
}
.hero__back-circle:nth-child(3) {
  left: 80vw;
}
@media screen and (min-width: 678px) {
  .hero__back-circle {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__back-circle {
    width: 30vw;
    height: 30vw;
  }
  .hero__back-circle:nth-child(2) {
    left: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 68rem;
  }
}

@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(-160deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(-160deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes innerCircle {
  0% {
    transform: translateX(-50%) translateY(5rem) scale(0);
  }
  100% {
    transform: translateX(-50%) translateY(-5rem) scale(1);
  }
}
@keyframes innerCircle {
  0% {
    transform: translateX(-50%) translateY(5rem) scale(0);
  }
  100% {
    transform: translateX(-50%) translateY(-5rem) scale(1);
  }
}
@-webkit-keyframes outerCircle {
  0% {
    transform: translateX(-50%) translateY(10rem) scale(0);
  }
  100% {
    transform: translateX(-50%) translateY(0rem) scale(1);
  }
}
@keyframes outerCircle {
  0% {
    transform: translateX(-50%) translateY(10rem) scale(0);
  }
  100% {
    transform: translateX(-50%) translateY(0rem) scale(1);
  }
}
@-webkit-keyframes heroImage {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes heroImage {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.about-me {
  position: relative;
}
.about-me h2 {
  margin-bottom: 1.25rem;
}
.about-me::before {
  content: "";
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
}
.about-me .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-me .row .text {
  max-width: 50vw;
  padding-right: 8rem;
}
.about-me .row img {
  width: 25vw;
  max-width: 40rem;
  border-radius: 20px;
}

.periods {
  width: 100vw;
  overflow: hidden;
  text-align: center;
  margin-top: -0.1rem;
  padding: 8rem 0 10rem;
}
.periods h2 {
  margin-bottom: 4rem;
}
.periods .container {
  margin-bottom: 0;
}
.periods.scroll h2 {
  opacity: 1;
  transform: translateX(0%);
}
.periods.scroll .objectives__item {
  opacity: 1;
  transform: translateX(0%);
}
.periods p {
  text-align: left;
  color: #ffffff;
}
.periods__title {
  font-size: 3.6rem;
  margin-bottom: 3.25rem;
}
.periods__item {
  opacity: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  color: #ffffff;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  justify-content: center;
  padding: 3.5rem 2.5rem;
  transform: translateX(-100%);
  width: calc(33.3333333333% - 2.5rem);
  border-radius: calc(1.5rem * 2);
  transition: transform ease-out 0.25s, opacity ease-out 0.35s;
}
.periods__item:hover .objectives__item-color {
  opacity: 1;
}
.periods__item:hover .objectives__item-background {
  transform: scale(1.075);
}
.periods__item * {
  pointer-events: none;
}
.periods__item > * {
  z-index: 2;
}
.periods__item svg {
  height: 4rem;
  width: 4.25rem;
  fill: #ffffff;
  margin-right: 1.5rem;
  transition: fill ease-out 0.25s, stroke ease-out 0.25s;
}
.periods__item svg.stroke-only {
  fill: transparent;
  stroke: #ffffff;
}
.periods__item span {
  font-weight: 700;
  font-size: 2.3rem;
}
.periods__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  margin-bottom: -2.5rem;
  justify-content: center;
}
.periods__items--odd-spacing {
  flex-wrap: nowrap;
}
.periods__items--odd-spacing .objectives__item {
  flex-direction: column;
}
.periods__items--odd-spacing .objectives__item svg {
  margin-right: 0;
  margin-bottom: 2rem;
}
.periods__items--odd-spacing .objectives__item:nth-child(3n) {
  margin-right: 2.5rem;
}
.periods__item-color, .periods__item-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.periods__item-color {
  z-index: 1;
  opacity: 0.825;
  background-color: #0F0F0F;
  transition: opacity ease-out 0.25s;
}
.periods__item-background {
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease-out 0.25s;
}
.periods .timeline__wrapper {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.periods .timeline__wrapper--outer {
  padding-left: 7.5rem;
}
.periods .timeline__line {
  height: 0;
  width: 7px;
  z-index: 1;
  top: 3.5rem;
  content: "";
  left: 3.5rem;
  bottom: 3.5rem;
  display: block;
  translate: -2px 0;
  position: absolute;
  border-radius: 5px;
  background-color: #9DCBFF;
  max-height: calc(100% - 7rem);
  transition: height 0.4s ease-out;
}
.periods .timeline__row {
  width: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
  margin-left: 10rem;
}
.periods .timeline__row--first {
  opacity: 1;
  margin-left: 0;
}
.periods .timeline__row--show {
  opacity: 1;
  margin-left: 0;
}
.periods .timeline__row--last {
  margin-top: -10.5rem;
  margin-left: 0;
}
.periods .timeline__row--last .timeline__point::before {
  display: none;
}
.periods .timeline__row:not(:last-child) {
  margin-bottom: 3.5rem;
}
.periods .timeline__date {
  display: block;
  margin-top: 2.5rem;
  position: absolute;
  white-space: nowrap;
  right: calc(100% + 2.5rem);
}
.periods .timeline__box {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-left: 65px;
  padding: 35px 45px;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 2px 0 #999999;
}
.periods .timeline__box h3, .periods .timeline__box span, .periods .timeline__box a.btn {
  z-index: 1;
}
.periods .timeline__box h3 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.periods .timeline__box span {
  font-size: 1.8rem;
  font-weight: 500;
}
.periods .timeline__box a.btn {
  margin-top: 2.25rem;
}
.periods .timeline__box--background-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
}
.periods .timeline__box--background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  position: absolute;
  background-color: #FC9E9E;
}
.periods .timeline__point {
  width: 4.4rem;
  height: 4.4rem;
  margin: 1.5rem;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
}
.periods .timeline__point::before {
  top: 50%;
  left: 3.5rem;
  width: 84px;
  z-index: 1;
  height: 7px;
  display: block;
  content: "";
  position: absolute;
  translate: 0 -50%;
  background-color: #9DCBFF;
}
.periods .timeline__point::after {
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  position: absolute;
  translate: -50% -50%;
  background-color: #9DCBFF;
}
.periods .timeline__point-big {
  margin: 0;
  width: 7.5rem;
  height: 7.5rem;
}
.periods .timeline__point-big::before {
  left: 6rem;
  width: 77px;
}
.periods .timeline__point-big::after {
  width: 5rem;
  height: 5rem;
}

.objectives {
  width: 100vw;
  overflow: hidden;
  text-align: center;
}
.objectives .container {
  margin-bottom: 0;
}
.objectives.scroll h2 {
  opacity: 1;
  transform: translateX(0%);
}
.objectives.scroll .objectives__item {
  opacity: 1;
  transform: translateX(0%);
}
.objectives__title {
  font-size: 3.6rem;
  margin-bottom: 3.25rem;
}
.objectives__item {
  opacity: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  color: #ffffff;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  justify-content: center;
  padding: 3.5rem 2.5rem;
  min-height: 140px;
  transform: translateX(-100%);
  width: calc(50% - 2.5rem);
  border-radius: calc(1.5rem * 2);
  transition: transform ease-out 0.25s, opacity ease-out 0.35s;
}
.objectives__item:hover .objectives__item-color {
  opacity: 1;
}
.objectives__item:hover .objectives__item-background {
  transform: scale(1.075);
}
.objectives__item * {
  pointer-events: none;
}
.objectives__item > * {
  z-index: 2;
}
.objectives__item svg {
  height: 4rem;
  width: 4.25rem;
  fill: #ffffff;
  margin-right: 1.5rem;
  transition: fill ease-out 0.25s, stroke ease-out 0.25s;
}
.objectives__item svg.stroke-only {
  fill: transparent;
  stroke: #ffffff;
}
.objectives__item span {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.45;
}
.objectives__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  margin-bottom: -2.5rem;
  justify-content: center;
}
.objectives__items--odd-spacing {
  flex-wrap: nowrap;
}
.objectives__items--odd-spacing .objectives__item {
  flex-direction: column;
}
.objectives__items--odd-spacing .objectives__item svg {
  margin-right: 0;
  margin-bottom: 2rem;
}
.objectives__items--odd-spacing .objectives__item:nth-child(3n) {
  margin-right: 2.5rem;
}
.objectives__item-color, .objectives__item-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.objectives__item-color {
  z-index: 1;
  opacity: 0.825;
  background-color: #0F0F0F;
  transition: opacity ease-out 0.25s;
}
.objectives__item-background {
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease-out 0.25s;
}
.objectives__spacer {
  margin-top: 5rem;
}

.experiences {
  padding-bottom: 14rem;
  margin-top: 10rem;
}
@media screen and (max-width: 678px) {
  .experiences {
    padding-bottom: 10rem;
  }
}
.experiences .h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  margin-bottom: 3.5rem;
}
.experiences .h3 {
  font-size: 3.5rem;
}
.experiences__divider {
  height: 3px;
  width: 100%;
  border-radius: 50px;
  background-color: #fbc99f;
}
.experiences__item {
  display: flex;
  align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 678px) {
  .experiences__item {
    margin-top: 2rem;
    flex-direction: column !important;
  }
}
.experiences__item--hbo-start {
  flex-direction: row-reverse;
}
.experiences__item--fontys-start {
  flex-direction: row-reverse;
}
.experiences__item--fontys-start .experiences__photo {
  rotate: -5deg;
}
.experiences__item--fontys-start .experiences__photo--wrapper {
  padding-left: 0;
  padding-right: 70px;
}
@media screen and (max-width: 678px) {
  .experiences__item--fontys-start .experiences__photo--wrapper {
    padding-right: 0;
    margin-left: 0;
  }
}
.experiences__item--fontys-start .experiences__photo--wrapper .logo__wrapper {
  top: 0;
  right: 60px;
  left: initial;
  translate: -10% 10%;
}
@media screen and (max-width: 678px) {
  .experiences__item--fontys-start .experiences__photo--wrapper .logo__wrapper {
    right: -60px;
  }
}
.experiences__item--fontys-start .experiences__photo--wrapper .logo__wrapper img {
  height: 60px;
}
.experiences__item--unfo {
  flex-direction: row-reverse;
}
.experiences__item--unfo .experiences__photo--wrapper {
  padding-left: 0;
  padding-right: 70px;
}
@media screen and (max-width: 678px) {
  .experiences__item--unfo .experiences__photo--wrapper {
    padding-right: 0;
    margin-left: 0;
  }
}
.experiences__item--unfo .experiences__photo--wrapper .experiences__photo {
  max-width: 380px;
}
.experiences__item--unfo .experiences__photo--wrapper .logo__wrapper {
  top: 100%;
  left: 50%;
  translate: -30% -50%;
}
.experiences__info {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .experiences__info {
    max-width: 50%;
  }
}
.experiences__time {
  opacity: 0.8;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 0.7rem;
  color: #666666;
}
.experiences__text {
  margin-top: 2rem;
}
.experiences__text p {
  font-size: 1.7rem;
  line-height: 2;
}
.experiences__photo {
  max-width: 320px;
  max-height: 380px;
  rotate: 5deg;
  margin-right: 15px;
  border-radius: 30px;
}
.experiences__photo--wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 100px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 678px) {
  .experiences__photo--wrapper {
    scale: 0.7;
    margin-left: -70px;
    margin-top: -3rem;
    margin-bottom: -4rem;
  }
}
.experiences__photo--wrapper .logo__wrapper {
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  padding: 3rem 4rem;
  position: absolute;
  border-radius: 20px;
  background-color: #fdf3e9;
}
.experiences__photo--wrapper .logo__wrapper img {
  height: 40px;
}

.objective-hero {
  position: relative;
  min-height: calc(100vh + 4.5rem);
}
.objective-hero .container {
  display: flex;
  min-height: 100vh;
  position: relative;
  align-items: center;
  padding-top: 19.7rem;
  justify-content: center;
  padding-bottom: 19.7rem;
}
.objective-hero__description {
  font-size: 2rem;
  max-width: 70rem;
  margin-top: -5rem;
  text-align: center;
  color: #ffffff;
}
.objective-hero__description svg {
  width: 5.5rem;
  height: 5.5rem;
  fill: #ffffff;
  margin-bottom: 2.5rem;
}
.objective-hero__description svg.stroke-only {
  fill: transparent;
  stroke: #ffffff;
}
.objective-hero__description p {
  line-height: 2;
  color: inherit;
}
.objective-hero__title {
  margin-bottom: 3.25rem;
}
.objective-hero__arrow {
  width: 2.8rem;
  height: 2.8rem;
  fill: #ffffff;
  -webkit-animation: floatingEffect 3s infinite;
          animation: floatingEffect 3s infinite;
}
.objective-hero__arrow-wrapper {
  left: 50%;
  bottom: 8rem;
  position: absolute;
  transform: translateX(-50%);
}
.objective-hero__background-image, .objective-hero__background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.objective-hero__background-image {
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.objective-hero__background-color {
  z-index: -1;
  opacity: 0.825;
}

.objective__wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 8.5rem;
}
.objective__side-bar {
  min-width: 23rem;
}
.objective__table-of-content {
  max-width: 184px;
  margin-top: -12.3rem;
  padding-top: 12.3rem;
}
.objective__table-of-content .h3 {
  margin-bottom: 1.75rem;
}
.objective__list {
  padding-left: 0;
  margin-top: 0;
  cursor: pointer;
}
.objective__list-item {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  color: #888888;
  transition: color ease-out 0.25s;
}
.objective__list-item:hover {
  color: #0F0F0F;
}
.objective__list-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
.objective__list-item--indent {
  position: relative;
  font-size: 1.45rem;
  margin-left: 2.5rem;
  color: #888888;
}
.objective__list-item--indent::before {
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  border-radius: 50%;
  background-color: grey;
  right: calc(100% + 1.75rem);
  transform: translateY(-50%);
}
.objective__list-items {
  margin-top: -0.3rem;
  margin-bottom: 1.3rem;
}
.objective__list-items .objective__list-item {
  font-weight: 500;
  font-size: 1.3rem;
}
.objective__list-items .objective__list-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.objective__list-item li {
  margin-left: 0;
  line-height: 1.6;
  pointer-events: none;
}
.objective__list-item li::before {
  display: none;
}
.objective__section > * {
  opacity: 0;
  transform: translateX(12.5rem);
  transition: opacity ease-out 0.35s, transform ease-out 0.35s;
}
.objective__section > *.scroll {
  opacity: 1;
  transform: translateX(0rem);
}
.objective__section:not(:last-child) {
  margin-bottom: 7.5rem;
}
.objective__content {
  flex: 1;
  margin-left: 10rem;
}
.objective__content ul:not(:last-child), .objective__content ol:not(:last-child) {
  margin-bottom: 3.5rem;
}
.objective__content a {
  color: #E52E2E;
  text-decoration: underline;
}
@media screen and (min-width: 1390px) {
  .objective__content {
    margin-left: 13rem;
  }
}
.objective__heading {
  margin-top: 3rem;
  margin-bottom: 1.8rem;
}
.objective__heading--small {
  margin-top: 3rem;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.objective__description {
  margin-bottom: 3rem;
}
.objective__description h2 {
  font-size: 2rem;
  margin: 4rem 0 2.5rem;
}
.objective__description ul, .objective__description ol {
  color: #666666;
}
.objective__description ul li::before, .objective__description ol li::before {
  background-color: #666666;
}
.objective__description b, .objective__description strong {
  font-weight: bold;
  color: #0F0F0F;
}
.objective__head {
  margin-bottom: 2.5rem;
}
.objective__block {
  margin: 0 0 5rem;
  position: relative;
  padding: 2.5rem 3.5rem;
  border-radius: 3rem;
  background-color: #CBE6FF;
  transition: transform ease-out 0.25s;
}
.objective__block--divider {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background-color: #d6d6d6;
}
.objective__block--fb {
  position: relative;
}
.objective__block--fb::before {
  z-index: -1;
  content: "";
  width: 4.5rem;
  top: 2.6rem;
  height: 4.5rem;
  left: -1.25rem;
  position: absolute;
  transform: rotate(45deg);
  background-color: #CBE6FF;
}
.objective__block--link {
  display: flex;
  color: #ffffff;
  align-items: center;
  text-decoration: none !important;
}
.objective__block--link svg {
  width: 4rem;
  height: 4rem;
  fill: #666666;
  margin-right: 2.5rem;
}
.objective__block .h4 {
  margin-bottom: 1.5rem;
}
.objective__block p {
  margin-bottom: 0;
}
.objective__block:hover {
  transform: scale(1.03);
}
.objective__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.objective__link .h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0F0F0F;
  margin-bottom: 1rem;
}
.objective__link span {
  line-height: 1.7;
  font-weight: 500;
  font-size: 1.4rem;
}
.objective__fb-wrapper {
  display: flex;
  align-items: flex-start;
}
.objective__fb-wrapper img {
  width: 10rem;
  height: 10rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 5rem;
}
.objective__fb-wrapper .objective__block {
  transform: none !important;
}
.objective__fb-provider {
  top: 3rem;
  right: 4rem;
  display: block;
  font-size: 1.5rem;
  color: #666666;
  margin-top: 1.5rem;
}
.objective__fb-provider b {
  font-weight: bold;
}
.objective__image {
  max-height: 60vh;
  margin-right: 3rem;
  margin-bottom: 3rem;
  max-width: calc(100% - 3rem);
  border-radius: 1.5rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
}
.objective__images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
  justify-content: center;
}
.objective__iframe {
  width: 100%;
  max-height: 60vh;
  margin-bottom: 3rem;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
}
.objective__full-image, .objective__iteration {
  opacity: 0;
  margin: -2rem 0 8rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(15, 15, 15, 0.1);
  transition: opacity ease-out 1.25s;
}
.objective__full-image.scroll, .objective__iteration.scroll {
  opacity: 1;
}
.objective__full-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100vw;
}
.objective__iteration-image {
  height: 100%;
  height: 30rem;
}
.objective__iteration-wrapper {
  display: flex;
  align-items: flex-start;
}
.objective__title {
  display: block;
  margin-bottom: 3.5rem;
}
.objective__document {
  width: 100%;
  height: 60vh;
  display: block;
  border-radius: 0 0 1.5rem 1.5rem;
}
.objective__document--block {
  margin-bottom: 0rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #e77bb7;
}
.objective__document--block svg {
  min-width: 3.5rem;
  height: 3.5rem;
  fill: #ffffff;
}
.objective__document--block .h4, .objective__document--block span {
  word-break: break-all;
  color: #ffffff;
}
.objective__document-wrapper {
  margin: 3.5rem 0;
}
.objective__document-wrapper:not(:last-child) {
  margin-bottom: 7rem;
}
