* {
   box-sizing: border-box;
}
 html, body {
   font-size: 18px;
   padding: 0;
   margin: 0;
   scroll-behavior: smooth;
   position: relative;
}
 .list-item {
   list-style-type: none;
   margin-bottom: 6px;
}
 .list-item:last-of-type {
   margin-right: 0;
}
 .ks-wrap {
   width: 100%;
   min-height: 100vh;
   padding: 0;
   margin: 0;
}
 .ks-header {
   width: 100%;
   color: white;
   position: relative;
}
 @media (max-width: 750px) {
   .ks-header {
     padding-top: 3em;
  }
}
 .ks-header .ks-section--inner--row {
   justify-content: space-between;
   align-items: flex-start;
}
 @media (max-width: 750px) {
   .ks-header .ks-section--inner--row {
     flex-direction: column;
  }
}
 .ks-header h1 {
   width: 100%;
   overflow: hidden;
}
 .ks-header h1 a {
   width: 100%;
   color: #f2f2f2;
   text-decoration: none;
   font-size: 128px;
   margin-bottom: 12px;
}
 .ks-header h1 a span {
   display: inline-block;
   width: 100%;
}
 .ks-header h1 a span.first-name {
   font-size: 25.5vmax;
   margin-left: -18px;
}
 .ks-header h1 a span.last-name {
   font-size: 11.8vmax;
   position: relative;
   top: -40px;
   left: -18px;
}
 @media (min-width: 1161px) {
   .ks-header h1 a span.last-name {
     font-size: 25.5vmax;
  }
}
 .ks-header h1 a:visited {
   color: #f2f2f2;
}
 .ks-header h1 .ks-wordmark {
   width: 103%;
   position: relative;
   z-index: 8;
   left: -25px;
   top: -23px;
}
 @media (max-width: 750px) {
   .ks-header h1 .ks-wordmark {
     left: -3px;
     top: 0;
  }
}
 .ks-header h1 .ks-wordmark--black {
   position: absolute;
   top: -12px;
   right: -12px;
   z-index: 7;
   fill: #010101;
}
 @media (max-width: 750px) {
   .ks-header h1 .ks-wordmark--black {
     display: none;
     left: 0px;
     top: 0;
  }
}
 .ks-header h1 .ks-wordmark img {
   width: 100%;
}
 .ks-navigation {
   width: 100%;
   height: 4em;
   position: fixed;
   top: 1.4em;
   left: 0;
   z-index: 9;
}
 @media (max-width: 750px) {
   .ks-navigation {
     top: 0;
     left: 0;
     height: 3em;
  }
}
 .ks-navigation ul {
   display: flex;
   flex-direction: row;
   width: 100%;
   height: 100%;
   justify-content: flex-end;
   align-items: center;
}
 .ks-navigation ul .list-item {
   flex-grow: 1;
   text-align: center;
   background-color: #f2f2f2;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
 .ks-navigation ul .list-item--filler {
   width: 40%;
}
 @media (max-width: 750px) {
   .ks-navigation ul .list-item--filler {
     display: none;
  }
}
 .ks-navigation ul .list-item:last-of-type {
   margin-right: 0;
}
 .ks-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   justify-items: center;
   padding: 48px;
}
 @media (max-width: 750px) {
   .ks-footer {
     flex-direction: column;
     padding: 12px;
     align-items: flex-start;
  }
   .ks-footer span {
     margin-bottom: 12px;
  }
}
 .ks-footer .footer-list {
   width: auto;
   display: flex;
   flex-direction: row;
}
 @media (max-width: 750px) {
   .ks-footer .footer-list {
     flex-wrap: wrap;
  }
}
 .ks-footer .footer-list .list-item {
   margin-left: 0;
   margin-right: 12px;
}
 @media (max-width: 750px) {
   .ks-footer .footer-list .list-item {
     margin-bottom: 24px;
  }
}
 .ks-footer .footer-list .list-item:last-of-type {
   margin-right: 0;
}
 .ks-section {
   width: 100%;
}
 .ks-section--inner {
   width: 100%;
   max-width: 100vmax;
   min-height: 100vh;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
}
 .ks-section--inner--row {
   flex-direction: row;
}
 .ks-section--hero {
   height: 100vh;
   background-size: contain;
   background-position: left;
   background-repeat: no-repeat;
   display: flex;
   align-items: flex-end;
   padding-bottom: 24px;
}
 @media (max-width: 750px) {
   .ks-section--hero {
     background-size: cover;
     background-position: 75%;
  }
}
 .ks-section--footer {
   max-height: 25vh;
}
 .ks-section--footer .ks-section--inner {
   min-height: 100% !important;
}
 .ks-panel {
   width: 100%;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-left: 48px;
}
 .ks-panel--half {
   width: 50%;
   padding: 0 12px;
}
 @media (max-width: 750px) {
   .ks-panel {
     padding: 0 24px;
  }
}
 .media-list {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
}
 .media-list--column {
   flex-direction: column;
}
 .media-list--full-width {
   width: 100%;
}
 .media-list--half-width {
   width: 50%;
}
 .media-list--row {
   flex-direction: row;
}
 @media (max-width: 750px) {
   .media-list--row {
     flex-direction: column;
     align-items: center;
  }
}
 .media-list .list-item {
   max-width: 40%;
}
 .media-list .list-item--full-width {
   width: 100%;
}
 .media-list .list-item--half-width {
   width: 49%;
}
 .align--left {
   text-align: left;
}
 .align--right {
   text-align: right;
}
 .align--center {
   text-align: center;
}
 .align--center h1 {
   width: 100%;
}
 .margin {
   margin-bottom: 12px;
}
 .margin--extra-margin {
   margin-bottom: 24px;
}
 .margin--excessive-margin {
   margin-bottom: 36px;
}
 .background--brand {
   background-color: #d00;
   color: #f2f2f2;
}
 .background--black {
   background-color: #010101;
   color: #f2f2f2;
}
 .background--red {
   background-color: #d00;
}
 .background--black-red {
   background-color: #100;
}
 .background--transparent {
   background-color: transparent !important;
}
 .after {
   position: relative;
}
 .after::after {
   content: "";
}
 .after--black::after {
   background-color: #010101;
}
 .after--cover::after {
   position: absolute;
   top: 0;
   left: 100%;
   height: 100%;
   width: 100%;
}
 .interaction {
   display: inline-block;
   color: #f2f2f2;
   text-decoration: none;
   box-shadow: 0 0 0 -6px #d00;
   transition: box-shadow 75ms ease-out;
}
 .interaction:hover {
   box-shadow: 0 22px 0 0px #d00;
   transition: box-shadow 125ms ease-in;
}
 .interaction--main-nav {
   background: #f2f2f2;
   color: #d00;
}
 .interaction--disabled {
   color: #5b5b5b;
   pointer-events: none;
}
 .interaction--disabled:hover {
   box-shadow: none;
   transition: none;
}
 .interaction--invert {
   box-shadow: 0 0 0 -6px #f2f2f2;
}
 .interaction--invert:hover {
   box-shadow: 0 22px 0 0px #f2f2f2;
   transition: box-shadow 125ms ease-in;
}
 .border {
   border: 0 solid #f2f2f2;
}
 .border--top {
   border-top-width: 3px;
}
 .border--right {
   border-right-width: 3px;
}
 .border--bottom {
   border-bottom-width: 3px;
}
 .border--left {
   border-left-width: 3px;
}
 .border--all {
   border-width: 1px;
}
 .image--hero {
   width: 100%;
   height: 100%;
}
 #main-nav {
   transform: translateX(0);
   transition: transform 512ms ease-in;
}
 #main-nav.main-nav-hide {
   transform: translateX(100%);
   transition: transform 768ms ease-out;
}
 .hero-container {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-grow: 1;
}
 .hero-label {
   font-size: 4em;
}
 @media (max-width: 750px) {
   .hero-label {
     padding: 0 24px;
  }
}
 .hide {
   display: none !important;
}
 .nav-trigger-container {
   width: 72px;
   height: 13em;
   display: flex;
   flex-direction: column;
   padding: 12px;
   position: absolute;
   right: 41%;
   background: #f2f2f2;
   top: 3em;
   justify-content: space-evenly;
   align-items: center;
}
 .nav-trigger-container span {
   width: 24px;
   height: 24px;
   background-color: #d00;
}
 iframe {
   display: inline-block;
   clear: both;
   margin-bottom: 12px;
}
 