:root {
  --black: black;
  --black_16: rgba(0, 0, 0, 0.16);
  --coal: #2E2E2E;
  --blue: #1E589B;
  --blue_dark: #13437A;
  --blue_light: #5295B4;
  --blue_field_focus: #e5ecef;
  --grey: #989898;
  --grey_placeholder: #919191;
  --tin: #ECF0F0;
  --silver: #F9F8F4;
  --cream: #F5F4EE;
  --white: white;
  --green: #2F772B;
  --success: var(--green);
  --green_light: #58DD51;
  --green_hilight: #93c880;
  --red: #CC3131;
  --error: var(--red);
  --copper: #D6B58D;
  --filter_yellow: #FDDD55;
  --filter_red: #D6532A;
  --filter_blue: #419DD9;
  --filter_purple: #B02BC3;
  --search_border: #43527e;
  --arrow_green: #82CB77;
  --arrow_green_dark: #144C0B;
  --font_sans: "Poppins", sans-serif;
  --font_heading: "Antonio", sans-serif;
  --font_serif: "Crimson Pro", serif;
}

.milestone_timeline__heading, .milestone__card__year, .milestone__card__title {
  font-family: var(--font_heading);
  font-weight: 700;
  text-transform: uppercase;
}

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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.site__copy > * + *,
.site__copy > * + a > * {
  margin-top: 0.8em;
}
.site__copy *[style*="max-width:"][style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}
.site__copy p,
.site__copy li {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 961px) {
  .site__copy p,
  .site__copy li {
    line-height: 1.4444444444;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .site__copy p,
  .site__copy li {
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.site__copy ul,
.site__copy ol {
  margin-bottom: 0;
  margin-left: 1.125em;
  padding-left: 0;
}
.site__copy p + ul,
.site__copy p + ol {
  margin-top: 1em;
}
.site__copy li + li {
  margin-top: 0.125em;
}

.clearfix,
.group {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after {
  clear: both;
}

a {
  text-underline-offset: 0.2em;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--cream);
  color: var(--coal);
  margin-top: 0 !important;
}

body {
  font-family: var(--font_serif);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.375;
  background-color: var(--grey);
}
body.kioskboard-body-padding {
  padding-bottom: 0 !important;
}

.site__border {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.site__container {
  position: relative;
  margin: auto;
  overflow: auto;
  width: 1080px;
  height: 100vh;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
  background-image: url("../images/bg.jpg");
  background-size: cover;
}
.site__container::-webkit-scrollbar {
  display: none;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 180px;
}

.site__content {
  position: relative;
  min-height: 1920px;
}
.site__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

.svg_defs {
  display: none;
}

.search__form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__form__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.search__form__field {
  position: relative;
  display: flex;
  align-items: center;
}

.search__form__input {
  width: 736px;
  height: 81px;
  padding-left: 35px;
  padding-right: 178;
  font-family: var(--font_sans);
  font-size: 22px;
  font-weight: 500;
  border-radius: 50px;
  border: solid 8px var(--black);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
  color: var(--black);
  transition: background 0.2s, border 0.2s, color 0.2s;
}
.search__form__input:focus {
  outline: 0;
  background-color: var(--blue_field_focus);
  border-color: var(--blue_dark);
}
.search__form__input:focus::-moz-placeholder {
  opacity: 0.8;
  color: var(--black);
}
.search__form__input:focus::placeholder {
  opacity: 0.8;
  color: var(--black);
}
.search__form__input::-webkit-search-cancel-button {
  margin-right: 186px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  color: var(--black);
}
.search__form__input::-moz-placeholder {
  color: var(--grey_placeholder);
  opacity: 1;
  -moz-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
}
.search__form__input::placeholder {
  color: var(--grey_placeholder);
  opacity: 1;
  transition: color 0.2s, opacity 0.2s;
}

.search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  width: 162px;
  height: 50px;
  font-family: var(--font_sans);
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  color: var(--white);
  transition: background 0.2s, color 0.2s;
}
.search__button > * {
  z-index: 5;
  position: relative;
}
.search__button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue_dark);
  transition: background 0.2s;
}
.search__button:before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(47, 119, 43, 0.57) 0%, rgba(88, 221, 81, 0.57) 100%);
  background-color: var(--black);
  transition: opacity 0.2s;
  opacity: 0;
}
.search__form__input:focus + .search__button:after {
  background-color: var(--black);
}
.search__form__input:focus + .search__button:hover::before, .search__form__input:focus + .search__button:focus::before {
  opacity: 1;
}
.search__button:hover, .search__button:focus {
  outline: 0;
  background-color: transparent;
}
.search__button:hover::before, .search__button:focus::before {
  opacity: 1;
}

.site__header {
  z-index: 250;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.site__header__logo {
  display: flex;
  justify-content: center;
}
.site__header__logo img {
  display: block;
  width: 220px;
  height: auto;
  transform: translateX(7.7272727273%);
  transition: width 0.4s;
}

.site__header__logo--scrolling img,
.detail--open .site__header__logo img {
  width: 166px;
}

.site__header__filter_count__container {
  display: inline-flex;
  margin-left: auto;
  justify-content: flex-start;
  transition: opacity 0.2s, visibility 0.2s;
}
.bio--open .site__header__filter_count__container {
  opacity: 0;
  visibility: hidden;
}

.site__header__filter_count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  height: 50px;
  padding-right: 46px;
  font-family: var(--font_sans);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  color: var(--blue_dark);
}

.site__footer {
  z-index: 150;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
}

.site__footer__fade {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  height: 470px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.milestone_timeline__content {
  width: 100%;
}
.milestone_timeline__content > .site__inner {
  padding-left: 40px;
  padding-right: 40px;
}

.milestone_timeline__intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 360px;
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: center;
  min-height: 553px;
  padding-top: 210px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 44px;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
  background-image: url("../images/bg-texture.png");
  background-size: cover;
  background-position: center bottom;
}
.milestone_timeline__intro:after {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(234, 229, 220, 0.9) 0%, rgba(245, 226, 196, 0.1) 100%);
}
.milestone_timeline__intro > * {
  z-index: 20;
  position: relative;
}

.milestone_timeline__swipe {
  grid-row: 1/span 2;
  grid-column: 2;
}

.milestone_timeline__heading {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  /* 6.923% */
  text-align: right;
}
.milestone_timeline__heading span {
  display: block;
  font-size: 56px;
}

.milestone_timeline__intro__copy.site__copy {
  margin-top: 26px;
}
.milestone_timeline__intro__copy.site__copy p {
  margin-left: auto;
  max-width: 380px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4166666667;
  text-align: right;
}

.milestone_timeline__items {
  display: grid;
  margin-top: 80px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 370px;
}

.milestone__card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  color: var(--white);
}
.milestone__card:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  border-left: solid 1px white;
}
.milestone__card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: white;
}
.milestone__card:first-of-type:before {
  top: 50%;
}
.milestone__card:last-of-type:before {
  height: 50%;
}

.milestone__card--video {
  color: var(--copper);
}

.milestone__card__link {
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.milestone__card__link span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.milestone__card__year {
  padding-right: 90px;
  font-size: 50px;
  line-height: 1.32;
  text-align: right;
  text-transform: uppercase;
  text-wrap: balance;
  transition: color 0.2s;
}
.milestone__card:hover .milestone__card__year {
  color: var(--green_hilight);
}

.milestone__card__details {
  display: grid;
  grid-template-columns: 75px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  padding-left: 110px;
}
.milestone__card--video .milestone__card__details {
  grid-template-columns: 220px 1fr;
  row-gap: 24px;
}

.milestone__card__image {
  position: relative;
  padding-bottom: 76%;
  border-radius: 8px;
  overflow: hidden;
}
.milestone__card__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
}

.milestone__card__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  text-transform: uppercase;
  transition: color 0.2s;
}
.milestone__card--video .milestone__card__title {
  grid-column: 1/span 2;
}
.milestone__card:hover .milestone__card__title {
  color: var(--green_hilight);
}

.milestone_timeline__nav__container {
  z-index: 200;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  transition: opacity 0.2s;
}
.detail--open .milestone_timeline__nav__container {
  opacity: 0;
}

.milestone_timeline__nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.milestone_timeline__nav__border {
  z-index: 50;
  position: absolute;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: rgba(67, 82, 126, 0.35);
  transition: opacity 0.2s, visibility 0.2s;
}
.milestone_timeline__nav__border svg {
  transform: translateY(6px);
}

.milestone_timeline__nav__border--disabled {
  opacity: 0;
  visibility: hidden;
}

.milestone_timeline__nav__border--prev {
  left: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.milestone_timeline__nav__border--prev svg {
  display: block;
  height: auto;
  transform: scaleY(-1) translateY(6px);
}

.milestone_timeline__nav__border--next {
  right: 190px;
}

.milestone_timeline__nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50%;
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.milestone_timeline__nav__item:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}
.milestone_timeline__nav__item:focus {
  outline: 0;
}

.milestone__scroll {
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.milestone__scroll__track {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.milestone__scroll__notch {
  width: 32px;
  height: 6px;
  opacity: 0.5;
  background-color: white;
  transform-origin: center right;
  transform: scale(0.3125);
  will-change: transform;
}

.milestone_detail__container {
  z-index: 240;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: opacity 0.2s, visibility 0.2s;
  scrollbar-width: none;
}
.milestone_detail__container::-webkit-scrollbar {
  display: none;
}

.detail--open .milestone_detail__container--default {
  opacity: 1;
  visibility: visible;
}

.video--open .milestone_detail__container--video {
  opacity: 1;
  visibility: visible;
}

.milestone_detail {
  position: relative;
  width: 1080px;
  padding: 170px 45px 135px;
  border: none;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

.milestone_detail__grid {
  position: relative;
  padding: 0 36px;
  height: 100%;
  background-color: #EAE5DC;
  background-image: url("../images/bg-detail-texture.png");
  background-size: cover;
  background-position: bottom center;
}

.milestone_detail__summary {
  padding-top: 80px;
}

.milestone_detail__image {
  width: 100%;
  height: 512px;
}
.milestone_detail__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  border-radius: 36px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}

.milestone_detail__video {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 36px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: var(--grey);
  pointer-events: none;
}

.milestone_detail__video__element {
  display: block;
  width: 100%;
  height: auto;
}

.milestone_detail__title {
  margin-top: 56px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--font_heading);
  font-size: 56px;
  line-height: 1.1428571429;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}
.milestone_detail__title span {
  display: block;
  margin-bottom: -0.25em;
  font-size: 36px;
}

.milestone_detail__year {
  position: relative;
  font-family: var(--font_heading);
  font-size: 170px;
  font-weight: bold;
  line-height: 1;
  margin-right: 36px;
  padding-right: 36px;
}
.milestone_detail__year span {
  display: block;
  transform: translateY(-10px);
}
.milestone_detail__year:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 140px;
  border-right: solid 1px rgba(0, 0, 0, 0.22);
}

.milestone_detail__stats {
  z-index: 20;
  position: relative;
  margin-top: -80px;
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  padding-right: 30px;
}

.milestone_detail__stats__item dt {
  font-family: var(--font_heading);
  font-size: 24px;
  font-weight: bold;
  line-height: 37px;
  /* 125% */
  text-transform: uppercase;
}
.milestone_detail__stats__item dt:after {
  content: ":";
}
.milestone_detail__stats__item dd {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
}

.milestone_detail__biography.site__copy {
  position: relative;
  margin-top: 28px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 36px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 96px;
       column-gap: 96px;
  border-top: solid 10px #232527;
}
.milestone_detail__biography.site__copy p,
.milestone_detail__biography.site__copy li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-wrap: pretty;
}

.milestone_detail__close__container {
  position: fixed;
  bottom: 135px;
  left: 0;
  width: 100%;
}

.milestone_detail__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: -48px;
  margin-left: -160px;
  padding-left: 46px;
  padding-right: 46px;
  width: 336px;
  height: 96px;
  text-align: left;
  border: solid 8px white;
  border-radius: 50px;
  background: #F36265;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.2s, color 0.2s;
  color: #350B0B;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.milestone_detail__close:active {
  outline: 0;
  background-color: #350B0B;
  color: var(--white);
}
.milestone_detail__close svg {
  display: block;
  width: 32px;
  height: auto;
}
.milestone_detail__close .text {
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transform: translateY(-2px);
}
