@font-face {
  font-family: 'Reey-Regular';
  src: url("https://lastovich.me/fonts/Reey-Regular.otf");
}
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}
html,
body {
  margin: 0;
}
html a,
body a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile-only {
    display: none !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background-color: #b10019;
  color: #eee;
}
::selection {
  background-color: #b10019;
  color: #eee;
}
.fv {
  display: flex;
  flex-flow: column;
}
.fh {
  display: flex;
}
.fvc {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.fhc {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.self-left {
  align-self: flex-start;
}
.self-right {
  align-self: flex-end;
}
@font-face {
  font-family: 'silka_monoblack';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-black-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-black-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-black-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-black-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monoregular';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-regular-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-regular-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-regular-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-regular-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monosemibold';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-semibold-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-semibold-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-semibold-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monobold';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-bold-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-bold-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-bold-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-bold-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monolight';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-light-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-light-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-light-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-light-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monomedium';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-medium-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-medium-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-medium-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-medium-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monoextralight';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-extralight-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-extralight-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-extralight-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-extralight-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silka_monothin';
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-thin-webfont.eot");
  src: url("https://lastovich.me/fonts/silka-mono/silkamono-thin-webfont.eot?#iefix") format('embedded-opentype'), url("https://lastovich.me/fonts/silka-mono/silkamono-thin-webfont.woff2") format('woff2'), url("https://lastovich.me/fonts/silka-mono/silkamono-thin-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@-moz-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@-webkit-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@-o-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
.side-top {
  padding: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  z-index: 100;
  align-items: flex-end;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .side-top {
    padding: 10px;
  }
}
.side-link-boxed {
  font-size: 1rem;
  color: #eee;
  background: #1f1f1f;
  padding: 2px 10px 2px 10px;
}
.side-link {
  font-size: 1rem;
  padding-right: 10px;
  color: #1f1f1f;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .side-link {
    font-size: 15px;
  }
}
.lastovich-name-logo {
  font-size: 2.3rem;
  font-family: Inter, sans-serif;
  font-weight: 800;
  padding-left: 20px;
  padding-right: 5px;
  line-height: 2rem;
  color: #eee;
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 800px) {
  .lastovich-name-logo {
    padding-left: 10px;
    padding-right: 3px;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 24px;
  }
}
.name-nav {
  margin-top: 15px;
  background: #1f1f1f;
  padding: 4px;
  height: 6.2rem;
  transition: all ease-in-out 200ms;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.name-nav img {
  height: 80px;
  padding-right: 5px;
  padding-left: 5px;
}
.name-nav:hover {
  padding-left: 1rem;
}
@media screen and (max-width: 800px) {
  .name-nav {
    margin-top: 10px;
    padding: 5px;
    height: 75px;
  }
  .name-nav img {
    height: 60px;
  }
}
#name-link,
#name-link:hover {
  text-decoration: none;
}
.featured-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 575px;
}
@media screen and (max-width: 1500px) {
  .featured-card {
    width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .featured-card {
    min-width: 0;
    width: 100%;
  }
}
.featured-card-type-contain {
  align-self: flex-end;
}
.featured-card-type {
  font: 300 1rem Inter, sans-serif;
  color: #797979;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
.featured-card-main-contain {
  background: #1f1f1f;
  background: #161616;
  background-image: url("/images/texture-black-featured.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
  border-radius: 100px 0 100px 0;
  min-height: 425px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.featured-card-main-contain img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 200px;
  width: 85%;
}
.featured-card-title {
  font: 600 30px p22-mackinac-pro, serif;
  color: #eee;
  align-self: flex-start;
  letter-spacing: -0.05rem;
  margin-left: 7%;
  margin-top: 25%;
}
@media screen and (max-width: 800px) {
  .featured-card-title {
    max-width: 85%;
    margin-left: 10px;
    padding-top: 15px;
  }
}
.featured-card-summary {
  margin-top: 1rem;
  font: 300 1.2rem p22-mackinac-pro, serif;
  color: #eee;
  line-height: 1.9rem;
  max-width: 85%;
}
@media screen and (max-width: 800px) {
  .featured-card-summary {
    font-size: 18px;
  }
}
.simple-card {
  display: block;
  margin-bottom: 3rem;
}
.simple-card:hover .simple-card-title {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #b10019;
}
@media screen and (max-width: 1500px) {
}
.simple-card-title {
  font: 500 32px p22-mackinac-pro, serif;
  letter-spacing: -0.7px;
  color: #4c4c4c;
  margin-bottom: 1rem;
  transiton: all ease-out 250ms;
}
@media screen and (max-width: 1500px) {
  .simple-card-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .simple-card-title {
    font-size: 30px;
  }
}
.simple-card-text {
  font: 300 1.2rem p22-mackinac-pro, serif;
  color: #797979;
  max-width: 550px;
  line-height: 2rem;
  margin-bottom: 2rem;
  width: 90%;
  padding-left: 1rem;
}
@media screen and (max-width: 1500px) {
  .simple-card-text {
    font-size: 20px;
    line-height: 28pxrem;
  }
}
@media screen and (max-width: 800px) {
  .simple-card-text {
    width: 98%;
    font-size: 18px;
    line-height: 26px;
    padding-left: 5px;
  }
}
footer {
  min-height: 800px;
  width: 100%;
  color: #eee;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-contact {
  display: flex;
  flex-flow: column;
  min-width: 550px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  footer .footer-contact {
    min-width: 200px;
    width: 89vw;
  }
}
footer .footer-contact .footer-contact-small-text {
  font: 500 16px Inter, sans-serif;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  footer .footer-contact .footer-contact-small-text {
    font-size: 14px;
  }
}
footer .footer-contact .footer-contact-main-text {
  margin-top: 10px;
  font: 800 70px Inter, sans-serif;
  letter-spacing: -2px;
  line-height: 100%;
}
@media screen and (max-width: 800px) {
  footer .footer-contact .footer-contact-main-text {
    font-size: 50px;
  }
}
footer .footer-contact .footer-contact-explainer {
  font: 400 18px Inter, sans-serif;
  color: #a7a7a7;
  max-width: 330px;
  margin-left: 230px;
  margin-top: -50px;
}
@media screen and (max-width: 800px) {
  footer .footer-contact .footer-contact-explainer {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
  }
}
footer .footer-contact .footer-contact-email {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 60px;
}
footer .footer-contact .footer-contact-email .footer-contact-email-input {
  width: 450px;
  font: 400 20px Inter, sans-serif;
  letter-spacing: 2px;
  color: #eee;
  background: transparent;
  border: none;
  border-bottom: 3px solid;
  border-color: #eee;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  padding: 8px;
}
@media screen and (max-width: 800px) {
  footer .footer-contact .footer-contact-email .footer-contact-email-input {
    width: 70vw;
  }
}
footer .footer-contact .footer-contact-email .footer-contact-email-button {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  width: 50px;
  height: 50px;
  font: 600 18px Inter, sans-serif;
  background: #eee;
  color: #1c1e22;
  border: 1px solid #1c1e22;
  border-radius: 30px;
  transition: color, background ease-in-out 200ms;
}
footer .footer-contact .footer-contact-email .footer-contact-email-button:hover {
  color: #eee;
  background: #1f1f1f;
  border-color: #eee;
  cursor: pointer;
}
footer .footer-contact .footer-contact-email .footer-contact-email-button:active {
  border-color: #1f1f1f;
}
footer .footer-contact .footer-contact-email-explainer {
  margin-top: 15px;
  font: 400 16px Inter, sans-serif;
  color: #a7a7a7;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  max-width: 330px;
}
@media screen and (max-width: 800px) {
  footer .footer-contact .footer-contact-email-explainer {
    font-size: 16px;
  }
}
footer .footer-socials {
  display: flex;
  flex-flow: column;
  align-items: center;
  min-height: 400px;
  margin-left: 100px;
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
  footer .footer-socials {
    min-height: 0;
    margin-left: 0;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
footer .footer-socials .footer-socials-image {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border: 2px solid #bebebe;
  border-radius: 50px;
  transition: border ease-in-out 200ms;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-image {
    width: 65px;
    height: 65px;
  }
}
footer .footer-socials .footer-socials-image:hover {
  border-color: #eee;
}
footer .footer-socials .footer-socials-image:hover img {
  filter: invert() brightness(1);
}
footer .footer-socials .footer-socials-image img {
  width: 40px;
  height: 40px;
  filter: invert() brightness(0.7);
  transition: filter ease-in-out 200ms;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-image img {
    width: 35px;
    height: 35px;
  }
}
footer .footer-socials .footer-socials-type-contain {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 20px;
}
footer .footer-socials .footer-socials-left {
  display: flex;
  flex-flow: row;
  margin-left: -210px;
  margin-top: -25px;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-left {
    margin-top: -10px;
    margin-left: -100px;
  }
}
footer .footer-socials .footer-socials-left .footer-socials-left-type {
  font: 400 16px Inter, sans-serif;
  color: #a7a7a7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-left .footer-socials-left-type {
    display: none;
  }
}
footer .footer-socials .footer-socials-left .footer-socials-left-status {
  height: 7px;
  width: 7px;
  border-radius: 10px;
  margin-left: 10px;
}
footer .footer-socials .footer-socials-right {
  margin-left: 210px;
  margin-top: -25px;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-right {
    margin-top: -10px;
    margin-left: 100px;
  }
}
footer .footer-socials .footer-socials-right .footer-socials-right-type {
  font: 400 16px Inter, sans-serif;
  color: #a7a7a7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  width: 80px;
}
@media screen and (max-width: 800px) {
  footer .footer-socials .footer-socials-right .footer-socials-right-type {
    display: none;
  }
}
footer .footer-socials .footer-socials-right .footer-socials-right-status {
  height: 7px;
  width: 7px;
  border-radius: 10px;
  margin-right: 10px;
}
footer.article-footer {
  background: transparent;
  color: #1f1f1f;
  min-height: 600px;
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  footer.article-footer {
    padding-top: 50px;
    margin-top: 80px;
  }
}
footer.article-footer .footer-contact .footer-contact-email .footer-contact-email-input {
  color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
footer.article-footer .footer-socials {
  margin-top: 100px;
}
footer.article-footer .footer-socials .footer-socials-left {
  margin-left: -185px;
  margin-top: -18px;
}
@media screen and (max-width: 800px) {
  footer.article-footer .footer-socials .footer-socials-left {
    margin-top: -10px;
    margin-left: -100px;
  }
}
footer.article-footer .footer-socials .footer-socials-right {
  margin-left: 185px;
  margin-top: -18px;
}
@media screen and (max-width: 800px) {
  footer.article-footer .footer-socials .footer-socials-right {
    margin-top: -10px;
    margin-left: 100px;
  }
}
footer.article-footer .footer-socials .footer-socials-image {
  width: 65px;
  height: 65px;
  border: 1px solid #797979;
}
footer.article-footer .footer-socials .footer-socials-image img {
  filter: invert() brightness(0.6);
  height: 35px;
  width: 35px;
}
footer.article-footer .footer-socials .footer-socials-image:hover {
  border-color: #1f1f1f;
}
footer.article-footer .footer-socials .footer-socials-image:hover img {
  filter: invert() brightness(0);
}
@media screen and (max-width: 800px) {
  footer.article-footer .footer-socials .footer-socials-image {
    border: 2px solid #1f1f1f;
  }
  footer.article-footer .footer-socials .footer-socials-image img {
    filter: invert() brightness(0);
  }
  footer.article-footer .footer-socials .footer-socials-image img img {
    filter: invert() brightness(0);
  }
}
.categories {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .categories {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}
.categories a .category {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  font: 300 1.2rem Inter, sans-serif;
  color: #626262;
  margin-right: 2rem;
  letter-spacing: 0.08rem;
  transition: color ease-in-out 225ms;
}
.categories a .category.selected {
  font-weight: 700;
}
.categories a .category:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .categories a .category {
    line-height: 36px;
  }
}
.category-divider {
  background: #1f1f1f;
  height: 2rem;
  width: 0.1rem;
  margin-right: 2rem;
}
.next-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 575px;
}
@media screen and (max-width: 1500px) {
  .next-card {
    width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .next-card {
    min-width: 0;
    width: 100%;
  }
}
.next-card-type-contain {
  align-self: flex-end;
}
.next-card-type {
  font: 700 1.2rem Inter, sans-serif;
  color: #1f1f1f;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
.next-card-main-contain {
  background: #1f1f1f;
  background: #161616;
  background-image: url("/images/texture-black-featured.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
  border-radius: 80px 0 80px 0;
  min-height: 375px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.next-card-main-contain img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 200px;
  width: 85%;
}
.next-card-title {
  font: 600 2rem p22-mackinac-pro, serif;
  color: #eee;
  align-self: flex-start;
  letter-spacing: -0.05rem;
  margin-left: 7%;
  margin-top: 25%;
}
@media screen and (max-width: 800px) {
  .next-card-title {
    max-width: 85%;
    margin-left: 10px;
    padding-top: 15px;
  }
}
.next-card-summary {
  margin-top: 1rem;
  font: 300 1.2rem p22-mackinac-pro, serif;
  color: #eee;
  line-height: 1.9rem;
  max-width: 85%;
}
@media screen and (max-width: 800px) {
  .next-card-summary {
    font-size: 18px;
  }
}
.other-card {
  display: block;
  padding-top: 2.5rem;
  margin-left: 5rem;
}
.other-card:hover .other-card-title {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .other-card {
    max-width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .other-card {
    margin-left: 0;
  }
}
.other-card-title {
  font: 500 30px p22-mackinac-pro, serif;
  letter-spacing: -0.7px;
  color: #4c4c4c;
  margin-bottom: 1rem;
  transiton: all ease-out 250ms;
}
@media screen and (max-width: 1500px) {
  .other-card-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  .other-card-title {
    font-size: 25px;
  }
}
.other-card-text {
  font: 300 1rem p22-mackinac-pro, serif;
  color: #626262;
  max-width: 450px;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1500px) {
  .other-card-text {
    font-size: 20px;
    line-height: 28pxrem;
  }
}
@media screen and (max-width: 800px) {
  .other-card-text {
    width: 98%;
    font-size: 18px;
    line-height: 26px;
    padding-left: 5px;
  }
}
.article-body {
  font: 100 1.3rem georgia, serif;
  color: #1f1f1f;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
}
.article-body h1 {
  font: 700 25px Inter, sans-serif;
}
.article-body h2 {
  font: 500 30px p22-mackinac-pro, serif;
  letter-spacing: 0px;
  margin-top: 35px;
  margin-bottom: -5px;
}
.article-body h3 {
  font: 500 25px georgia, serif;
}
.article-body h4 {
  font: 500 25px georgia, serif;
}
.article-body h5 {
  font: 500 25px georgia, serif;
}
.article-body h6 {
  font: 500 25px georgia, serif;
}
.article-body p {
  font: 400 20px georgia, serif;
  line-height: 34px;
}
.article-body p strong a {
  font-family: Inter, sans-serif;
}
.article-body blockquote,
.article-body blockquote p {
  font: 45px 'Reey-Regular', serif;
  line-height: 90px;
  width: 85%;
  margin-left: 15%;
  margin-top: 60px;
  margin-bottom: 50px;
  transform: rotate(-1deg);
}
.article-body i {
  font: 200 20px georgia, serif;
  font-style: italic;
}
.article-body a {
  color: #1f1f1f;
}
.article-body a:hover {
  text-decoration: underline;
  text-decoration-color: #b10019;
}
.article-body ul li {
  font: 400 20px georgia, serif;
  padding-top: 1rem;
  line-height: 34px;
}
.main-desktop {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.main-desktop .contain {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
}
.main-desktop .article-body {
  max-width: 800px;
  width: 80vw;
  font: 100 1.3rem georgia, serif;
  color: #1f1f1f;
  line-height: 2.4rem;
}
@media screen and (max-width: 800px) {
  .main-desktop .article-body {
    font-size: 20px;
    width: 90vw;
    line-height: 30px;
  }
}
.exec-summary {
  margin-left: -20vw;
  margin-bottom: 120px;
  margin-top: 5vh;
  max-width: 700px;
  font: 400 1.5rem p22-mackinac-pro, serif;
  line-height: 2.5rem;
  color: #878787;
  display: flex;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  .exec-summary {
    margin-left: 0;
    max-width: 90vw;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 50px;
  }
}
.article-title {
  padding-left: 25%;
  margin-top: 3rem;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .article-title {
    padding-left: 12%;
  }
}
.article-title h1 {
  font: 100 4.3rem 'Reey-Regular', serif;
  color: #000;
  line-height: 12rem;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  .article-title h1 {
    font-size: 34px;
    line-height: 54px;
  }
}
.article-title-line {
  height: 0.25rem;
  background: #b10019;
  margin-top: -8.3rem;
  margin-bottom: 3.3rem;
  width: 70vw;
  z-index: 0;
  align-self: flex-end !important;
}
@media screen and (max-width: 800px) {
  .article-title-line {
    height: 4px;
    margin-top: 10px;
  }
}
.article-next-section {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 5rem;
  max-width: 1200px;
}
.article-next-section a {
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .article-next-section {
    min-width: 400px;
    max-width: 90vw;
  }
}
@media screen and (max-width: 950px) {
  .article-next-section {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 0;
    max-width: 90vw;
  }
}
.index::before {
  animation: grain 8s steps(10) infinite;
  background-image: url("/images/noise2.png");
  content: '';
  height: 300%;
  left: -50%;
  position: fixed;
  top: -100%;
  opacity: 0.3;
  width: 300%;
  z-index: -1;
}
.index-back {
  position: fixed;
  z-index: -2;
  background: radial-gradient(193.94% 95.16% at 30.83% 6.47%, #23272c 0%, #111 100%);
  height: 100vh;
  width: 100vw;
}
.index {
  z-index: 2;
}
.index-nav {
  position: absolute;
  right: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  height: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .index-nav {
    margin-top: 20px;
  }
}
.index-nav a {
  padding: 10px;
  font: 600 18px Inter, sans-serif;
  color: #737373;
  letter-spacing: 0.16em;
  text-decoration: none;
  padding-right: 75px;
}
@media screen and (max-width: 1000px) {
  .index-nav a {
    font-size: 14px;
  }
}
.index-nav a:hover {
  color: #dfdfdf;
}
.index-nav .index-nav-link-selected {
  color: #dfdfdf;
}
.index-nav .index-nav-link-selected-arrow {
  letter-spacing: 0;
  display: inline;
}
.index-divider-full {
  width: 100%;
  height: 1px;
  background: #737373;
}
.index-divider-text {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font: 500 18px Inter, sans-serif;
  letter-spacing: 0.165em;
  color: #737373;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
@media screen and (max-width: 1000px) {
  .index-divider-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.index-hero {
  height: 1000px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .index-hero {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
  }
}
.index-hero .index-name-contain {
  display: flex;
  flex-flow: column;
  min-width: 40vw;
}
@media screen and (max-width: 1000px) {
  .index-hero .index-name-contain {
    width: 80vw;
    margin-top: 15vh;
  }
}
.index-hero .index-name-contain .index-name-first {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.index-hero .index-name-contain .index-name-first .index-name-line {
  height: 1px;
  width: 83%;
  background: #737373;
}
.index-hero .index-name-contain .index-name-first .index-name-text {
  font: 400 22px Inter, sans-serif;
  letter-spacing: 0.12em;
  font-style: italic;
  margin-left: 10px;
  color: #737373;
}
@media screen and (max-width: 1000px) {
  .index-hero .index-name-contain .index-name-first .index-name-text {
    font-size: 18px;
  }
}
.index-hero .index-name-contain img {
  width: 450px;
  height: auto;
  align-self: flex-end;
}
@media screen and (max-width: 1500px) {
  .index-hero .index-name-contain img {
    width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero .index-name-contain img {
    width: 100%;
  }
}
.index-hero .index-hero-slant-line {
  position: absolute;
  width: 1200px;
  height: 0;
  left: 24%;
  top: 458px;
  border: 1px solid #737373;
  transform: rotate(-64.49deg);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .index-hero .index-hero-slant-line {
    left: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero .index-hero-slant-line {
    display: none;
  }
}
.index-hero .index-hero-explainer-contain {
  width: 50vw;
  margin-left: 20vw;
}
@media screen and (max-width: 1500px) {
  .index-hero .index-hero-explainer-contain {
    width: 30vw;
    margin-left: 6vw;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero .index-hero-explainer-contain {
    width: 85vw;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.index-hero .index-hero-explainer-contain .index-hero-profession {
  width: 500px;
  margin-top: 450px;
  font: 600 45px Inter, sans-serif;
  font-style: italic;
  line-height: 91%;
  letter-spacing: -0.015em;
  color: #dfdfdf;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .index-hero .index-hero-explainer-contain .index-hero-profession {
    width: 400px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero .index-hero-explainer-contain .index-hero-profession {
    width: auto;
    font-size: 30px;
    margin-top: 50px;
  }
}
.index-hero .index-hero-explainer-contain .index-hero-profession .and {
  font-weight: 200;
  display: inline;
}
.index-hero .index-hero-explainer-contain .index-hero-explainer-text {
  width: 500px;
  font: 300 20px Inter, sans-serif;
  color: #dfdfdf;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: justify;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .index-hero .index-hero-explainer-contain .index-hero-explainer-text {
    width: 400px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .index-hero .index-hero-explainer-contain .index-hero-explainer-text {
    width: auto;
    font-size: 16px;
    margin-top: 25px;
  }
}
.index-mission {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 700px;
}
.index-mission img {
  max-width: 1100px;
}
@media screen and (max-width: 1500px) {
  .index-mission img {
    height: 33vw;
  }
}
@media screen and (max-width: 1000px) {
  .index-mission img {
    height: auto;
    width: 90vw;
  }
}
@media screen and (max-width: 1000px) {
  .index-mission {
    height: 80vw;
  }
}
.index-about {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.index-about .index-about-text {
  margin-bottom: 120px;
  width: 1100px;
  font: 400 26px Inter, sans-serif;
  line-height: 155%;
  color: #dfdfdf;
}
@media screen and (max-width: 1500px) {
  .index-about .index-about-text {
    width: 85vw;
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .index-about .index-about-text {
    width: 85vw;
    font-size: 22px;
  }
}
.index-projects {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
.index-projects .index-projects-graphic {
  margin-top: 170px;
}
.index-projects .index-projects-text {
  margin-top: 50px;
  width: 1100px;
  font: 400 28px Inter, sans-serif;
  line-height: 155%;
  color: #dfdfdf;
}
.index-projects .index-projects-text a {
  color: #dfdfdf;
  text-decoration: underline;
  font-weight: bold;
  text-decoration-color: #737373;
}
@media screen and (max-width: 1500px) {
  .index-projects .index-projects-text {
    width: 85vw;
  }
}
@media screen and (max-width: 1000px) {
  .index-projects .index-projects-text {
    width: 85vw;
    font-size: 22px;
    margin-top: 20px;
  }
}
.index-projects svg {
  width: 90vw;
}
.index-projects .index-projects-contain {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 160px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1400px;
}
@media screen and (max-width: 1500px) {
  .index-projects .index-projects-contain {
    width: 85vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1000px) {
  .index-projects .index-projects-contain {
    justify-content: space-around;
    width: 100vw;
    margin-top: 100px;
  }
}
.index-projects .index-projects-contain .index-project {
  width: 425px;
  max-width: 425px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .index-projects .index-projects-contain .index-project {
    width: 85vw;
  }
}
.index-projects .index-projects-contain .index-project .index-project-title-contain {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.index-projects .index-projects-contain .index-project .index-project-title-contain .index-project-line {
  height: 1px;
  width: 90%;
  background: #a7a7a7;
}
.index-projects .index-projects-contain .index-project .index-project-title-contain .index-project-title {
  white-space: nowrap;
  margin-left: 25px;
  font: 600 16px Inter, sans-serif;
  letter-spacing: 0.15em;
  font-style: italic;
  color: #dfdfdf;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
.index-projects .index-projects-contain .index-project .index-project-text {
  margin-top: 20px;
  font: 400 21px Inter, sans-serif;
  line-height: 122%;
  letter-spacing: 0.02em;
  color: #a7a7a7;
}
@media screen and (max-width: 1000px) {
  .index-projects .index-projects-contain .index-project .index-project-text {
    font-size: 16px;
  }
}
.index-projects .index-projects-contain .index-project .index-project-text a {
  color: #dfdfdf;
  text-decoration: underline;
}
.index-photo {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .index-photo {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
  }
}
.index-photo .index-photo-text-contain {
  display: flex;
  flex-flow: column;
  width: 350px;
  background: #25292d;
  padding: 50px;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-text-contain {
    padding: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-text-contain {
    width: 85vw;
    padding: 5vw;
  }
}
.index-photo .index-photo-text-contain .index-photo-title {
  font: 700 24px Inter, sans-serif;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  color: #737373;
  letter-spacing: 0.012em;
  line-height: 100%;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-text-contain .index-photo-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-text-contain .index-photo-title {
    font-size: 20px;
  }
}
.index-photo .index-photo-text-contain .index-photo-line {
  margin-top: 15px;
  height: 1px;
  width: 90%;
  background: #737373;
}
.index-photo .index-photo-text-contain .index-photo-text {
  margin-top: 35px;
  font: 400 21px Inter, sans-serif;
  text-align: justify;
  color: #dfdfdf;
  letter-spacing: 0.02em;
  line-height: 139%;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-text-contain .index-photo-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-text-contain .index-photo-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.index-photo .index-photo-stats-contain {
  width: 825px;
  margin-left: 30px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-stats-contain {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-stats-contain {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 90vw;
    margin-left: 0;
  }
}
.index-photo .index-photo-stats-contain .index-photo-stats-large {
  max-width: 900px;
  height: 400px;
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-large {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-large {
    display: none;
    margin-left: 0;
  }
}
.index-photo .index-photo-stats-contain .index-photo-stats-small {
  display: none;
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-small {
    display: block;
    width: 80vw;
    margin-top: 25px;
  }
}
.index-photo .index-photo-stats-contain .index-photo-stats-names {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: -185px;
  background: #25292d;
  padding: 30px;
  width: 300px;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-names {
    width: 200px;
    padding: 20px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-names {
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.index-photo .index-photo-stats-contain .index-photo-stats-names img {
  margin-top: 40px;
  height: 300px;
  filter: brightness(0.8);
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-names img {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-stats-contain .index-photo-stats-names img {
    width: 80vw;
    height: auto;
    max-width: 320px;
  }
}
.index-photo .index-photo-stats-contain .index-photo-stats-names .index-photo-stats-names-title {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  margin-top: 10px;
  font: 400 14px Inter, sans-serif;
  font-style: italic;
  color: #737373;
  letter-spacing: 0.02em;
}
.index-photo .index-photo-img {
  margin-left: 30px;
  height: 265px;
  max-width: 500px;
}
@media screen and (max-width: 1500px) {
  .index-photo .index-photo-img {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .index-photo .index-photo-img {
    width: 100vw;
    height: auto;
    margin-left: 0;
  }
}
.index-topics {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.index-next {
  display: flex;
  flex-flow: column;
  margin-top: 100px;
}
.index-work {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .index-work {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
  }
}
.index-work .index-work-media-contain {
  display: flex;
  flex-flow: column;
}
.index-work .index-work-media-contain .ls_media {
  width: 650px;
  height: 430px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: 125px;
}
@media screen and (max-width: 1000px) {
  .index-work .index-work-media-contain .ls_media {
    width: 65vw;
    height: 43vw;
    margin-left: 12.5vw;
  }
}
.index-work .index-work-media-contain .ls_logo {
  width: 550px;
  height: auto;
  margin-top: -275px;
}
@media screen and (max-width: 1000px) {
  .index-work .index-work-media-contain .ls_logo {
    width: 55vw;
    margin-top: -27.5vw;
  }
}
.index-work .index-work-description-contain {
  display: flex;
  flex-flow: column;
  margin-left: 70px;
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .index-work .index-work-description-contain {
    margin-left: 0;
    width: 85%;
  }
}
.index-work .index-work-description-contain .index-work-description {
  width: 500px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .index-work .index-work-description-contain .index-work-description {
    width: 95%;
  }
}
.index-work .index-work-description-contain .index-work-description .index-work-description-title {
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
  font: 600 14px Inter, sans-serif;
  color: #969696;
  letter-spacing: 1px;
}
.index-work .index-work-description-contain .index-work-description .index-work-description-body {
  font: 400 22px Inter, sans-serif;
  color: #dfdfdf;
  line-height: 125%;
  margin-left: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .index-work .index-work-description-contain .index-work-description .index-work-description-body {
    font-size: 18px;
  }
}
.now {
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow-x: hidden;
}
.now-hero-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  overflow-x: hidden;
}
.now-main {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 200px;
  width: 100%;
  padding-bottom: 250px;
}
@media screen and (max-width: 800px) {
  .now-main {
    margin-top: 100px;
    width: 100vw;
    padding-bottom: 100px;
  }
}
.now-short-about {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .now-short-about {
    margin-left: 0;
  }
}
.now-large-script {
  font: 3.75rem 'Reey-Regular', serif;
  color: #eaeaea;
  margin-left: -30vw;
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .now-large-script {
    font-size: 40px;
    margin-left: -40px;
    margin-bottom: 20px;
  }
}
.now-about-text {
  font: 200 22px p22-mackinac-pro, serif;
  color: #eaeaea;
  width: 800px;
  line-height: 32px;
  margin-top: 5rem;
  z-index: 10;
}
.now-about-text a {
  color: inherit;
  text-decoration: underline;
}
.now-about-text a:hover {
  text-decoration-color: #b10019;
}
.now-about-text b {
  color: inherit;
}
.now-about-text .now-about-text-title {
  font: 600 36px Inter, sans-serif;
  color: #eaeaea;
  font-style: italic;
  margin-left: -50px;
}
@media screen and (max-width: 800px) {
  .now-about-text .now-about-text-title {
    font-size: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .now-about-text {
    width: 85vw;
    font-size: 30px;
    margin-top: 25px;
  }
}
.now-list-interests {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-top: -200px;
  z-index: 5;
  width: 100%;
  margin-right: 120px;
}
@media screen and (max-width: 800px) {
  .now-list-interests {
    display: none;
  }
}
.now-interest {
  font: 600 6.5vw Inter, sans-serif !important;
  line-height: 7.7vw !important;
  color: #1c1e22;
}
.now-contact {
  display: flex;
  flex-flow: row;
  height: 250px;
}
.now-triplet {
  font: 700 12.5rem Inter, sans-serif;
  letter-spacing: -1rem;
  line-height: 10rem;
  text-align: center;
  top: 52vh;
  position: absolute;
  margin-left: 0.08rem;
  color: #333;
  z-index: 10 !important;
  pointer-events: none;
  background: url("/images/private_isle.jpg") repeat-x center;
  background-size: contain;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#articles-header {
  position: fixed;
  height: 100px;
  width: 100%;
  display: flex;
  top: 0;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #articles-header {
    position: absolute;
  }
}
.articles-main {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 20vh;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .articles-main {
    width: 100vw;
    margin-top: 170px;
  }
}
.articles-intro-sentence {
  font: 400 4rem 'Reey-Regular', serif;
  color: #1f1f1f;
  margin-left: -15vw;
}
@media screen and (max-width: 1500px) {
  .articles-intro-sentence {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .articles-intro-sentence {
    font-size: 38px;
    margin-left: 30px;
    padding-right: 25px;
  }
}
.articles-latest-section {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 5rem;
  max-width: 1200px;
}
.articles-latest-section a {
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .articles-latest-section {
    min-width: 400px;
    max-width: 90vw;
  }
}
@media screen and (max-width: 950px) {
  .articles-latest-section {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 0;
    max-width: 90vw;
  }
}
.articles-latest-pair {
  display: flex;
  flex-flow: column;
}
.articles-2nd-row {
  margin-top: 8rem;
  display: flex;
  flex-flow: row;
  max-width: 1200px;
}
@media screen and (max-width: 1500px) {
  .articles-2nd-row {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 90px;
  }
}
.articles-2nd-rowfirst-child {
  margin-right: 4rem;
}
.articles-music-section {
  display: flex;
  flex-flow: column;
}
.articles-music-section a {
  text-decoration: none;
}
.articles-music-section img {
  width: 33vw;
  max-width: 550px;
}
@media screen and (max-width: 1500px) {
  .articles-music-section img {
    width: 50vw;
  }
}
@media screen and (max-width: 800px) {
  .articles-music-section {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .articles-music-section img {
    width: 95vw;
  }
}
.articles-music-title {
  font: 800 4rem Inter, sans-serif;
  font-style: italic;
  letter-spacing: -0.15rem;
  line-height: 3.2rem;
  color: #1f1f1f;
  margin-top: 2rem;
  margin-bottom: -10rem;
  z-index: 10;
}
.articles-music-title p {
  font: 500 1.6rem Inter, sans-serif;
  margin-top: 0;
  letter-spacing: -0.05rem;
  margin-left: 1rem;
  color: #b10019;
}
@media screen and (max-width: 800px) {
  .articles-music-title {
    width: 300px;
  }
}
.articles-music-button {
  background: #000;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  font: 700 2rem Inter, sans-serif;
  letter-spacing: -0.05rem;
  color: #eee;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-top: -20rem;
  margin-left: 22rem;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  transition: all ease-in-out 300ms;
}
.articles-music-button:hover {
  box-shadow: 0px 6px 6px rgba(0,0,0,0.35);
}
@media screen and (max-width: 800px) {
  .articles-music-button {
    width: 90px;
    height: 90px;
    margin-top: -40vw;
    margin-left: 50px;
    font-size: 30px;
  }
}
.articles-content-list {
  display: flex;
  flex-flow: column;
  margin-left: 80px;
}
@media screen and (max-width: 1500px) {
  .articles-content-list {
    max-width: 700px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 800px) {
  .articles-content-list {
    max-width: 100%;
    margin-left: 2.5vw;
  }
}
.articles-content-list-title {
  font: 400 3.4rem 'Reey-Regular', serif;
  color: #1f1f1f;
}
@media screen and (max-width: 800px) {
  .articles-content-list-title {
    font-size: 40px;
    margin-left: 1rem;
  }
}
.articles-content-list-explain {
  margin-top: 1rem;
  margin-left: 1rem;
  font: 400 1.2rem p22-mackinac-pro, serif;
  line-height: 1.8rem;
  color: #8f8f8f;
  max-width: 90%;
}
.articles-content-list-link {
  font: 400 2rem p22-mackinac-pro, serif;
  color: #626262;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1500px) {
  .articles-content-list-link {
    font-size: 25px;
    margin-left: 1rem;
  }
}
.exec-summary-abv {
  font: 400 1.5rem p22-mackinac-pro, serif;
  color: #878787;
  font-style: italic;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
#venture-title-contain {
  padding-left: 25%;
  margin-top: 3rem;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #venture-title-contain {
    padding-left: 15%;
  }
}
.venture-title {
  font: 100 4.3rem 'Reey-Regular', serif;
  color: #000;
  line-height: 12rem;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  .venture-title {
    font-size: 32px;
    line-height: 45px;
  }
}
.venture-title-line {
  margin-left: -10vw;
  height: 0.25rem;
  background: #b10019;
  margin-top: -8.3rem;
  margin-bottom: 3.3rem;
  width: 70vw;
  z-index: 0;
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .venture-title-line {
    margin-top: -10px;
  }
}
.venture-body {
  font: 100 1.3rem georgia, serif;
  color: #1f1f1f;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
}
#venture-header {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blend {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0,224,255,0.45);
  mix-blend-mode: lighten;
  pointer-events: none;
}
.gpt3-play {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #000;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .gpt3-play {
    position: static;
  }
}
.gpt3-play .gpt3-logo {
  width: 98vw;
  height: auto;
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-logo {
    min-height: 24vw;
    margin-top: 5vw;
  }
}
.gpt3-play .gpt3-divider {
  margin-top: 2vh;
  margin-bottom: 3.5vh;
  height: 6px;
  width: 96vw;
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-divider {
    margin-top: 6vw;
    margin-bottom: 7vw;
  }
}
.gpt3-play .gpt3-contain {
  display: flex;
  flex-flow: row;
  flex: 1;
  margin-bottom: 2vh;
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 4vw;
  }
}
.gpt3-play .gpt3-contain .gpt3-input-contain {
  display: flex;
  flex-flow: column;
}
.gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input {
  width: 36vw;
  min-height: 30vh;
  padding: 2vh 2vw 2vh 2vw;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input {
    width: 90vw;
  }
}
.gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-title {
  font-family: 'silka_monosemibold', sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 5px;
}
.gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-text {
  max-height: 30vh;
  font-family: 'silka_monoregular', sans-serif;
  font-weight: 400;
  font-size: 1.1vw;
  overflow: scroll;
}
@media screen and (max-width: 1500px) {
  .gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-text {
    font-size: 4.5vw;
    max-height: none;
  }
}
.gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-text::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.gpt3-play .gpt3-contain .gpt3-input-contain .gpt3-input .gpt3-input-text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.gpt3-play .gpt3-contain .gpt3-options {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-family: 'silka_monosemibold', sans-serif;
  font-weight: 600;
  font-size: 1.1vw;
  margin-top: 2vh;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .gpt3-play .gpt3-contain .gpt3-options {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-options {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
}
.gpt3-play .gpt3-contain .gpt3-options .gpt3-prompt {
  border: 3px solid;
  padding: 1.3vh 0 1.3vh 1vw;
  min-width: 25vw;
  font-size: 1.5vw;
  overflow: hidden;
  text-transform: uppercase;
  font-feature-settings: 'case' 1;
}
.gpt3-play .gpt3-contain .gpt3-options .gpt3-temp {
  border-radius: 50%;
  height: 7.5vh;
  width: 7.5vh;
  border: 5px solid;
  font-size: 1.6vw;
  letter-spacing: -0.06em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: -6vw;
}
.gpt3-play .gpt3-contain .gpt3-options .gpt3-run {
  border: 5px solid;
  padding: 1.4vh 1.4vw 1.4vh 1.4vw;
  font-size: 1.75vw;
}
.gpt3-play .gpt3-contain .gpt3-options .gpt3-run:hover {
  cursor: pointer;
}
.gpt3-play .gpt3-contain .gpt3-output-contain {
  display: flex;
  flex-flow: column;
}
.gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output {
  border: 6px solid;
  width: 50vw;
  margin-left: 2vw;
  padding: 2vh 2vw 2vh 2vw;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output {
    width: 88vw;
    border-width: 1vw;
    margin-left: 0;
    margin-top: 5vw;
  }
}
.gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output .gpt3-output-title {
  font-family: 'silka_monosemibold', sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 5px;
}
.gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output .gpt3-output-text {
  font-family: 'silka_monoregular', sans-serif;
  font-weight: 400;
  font-size: 1.1vw;
  max-height: 35vh;
  overflow: scroll;
  display: none;
}
@media screen and (max-width: 1500px) {
  .gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output .gpt3-output-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output .gpt3-output-text {
    font-size: 4.5vw;
    max-height: none;
  }
}
.gpt3-play .gpt3-contain .gpt3-output-contain .gpt3-output .gpt3-output-text.output-shown {
  display: block;
}
.gpt3-play .gpt3-contain .gpt3-links {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 0.5vh;
}
.gpt3-play .gpt3-contain .gpt3-link {
  font-family: 'silka_monosemibold', sans-serif;
  font-weight: 600;
  font-size: 1vw;
  margin-left: 1vw;
}
@media screen and (max-width: 1500px) {
  .gpt3-play .gpt3-contain .gpt3-link {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 800px) {
  .gpt3-play .gpt3-contain .gpt3-link {
    font-size: 3.5vw;
    max-height: none;
  }
}
.gpt3-play.gpt3-orange {
  background: #000;
}
.gpt3-play.gpt3-orange #gpt,
.gpt3-play.gpt3-orange #gpt-3 {
  fill: #ffa800;
}
.gpt3-play.gpt3-orange #gpt-inner {
  fill: #fff;
}
.gpt3-play .gpt3-input,
.gpt3-play gpt3-divider {
  background: #ffa800;
}
.gpt3-play.gpt3-blue {
  background: #001ef4;
}
.gpt3-play.gpt3-blue #gpt,
.gpt3-play.gpt3-blue #gpt-3 {
  fill: #ffa800;
}
.gpt3-play.gpt3-blue #gpt-inner {
  fill: #fff;
}
.gpt3-play.gpt3-blue .gpt3-input {
  background: #ffa800;
}
.gpt3-play.gpt3-white {
  background: #fff;
}
.gpt3-play.gpt3-white #gpt,
.gpt3-play.gpt3-white #gpt-3 {
  fill: #000;
}
.gpt3-play.gpt3-white #gpt-inner {
  fill: #fff;
  stroke: #000;
  stroke-width: 3px;
}
.gpt3-play.gpt3-white .gpt3-input {
  background: #ffa800;
}
.gpt3-play.gpt3-robin {
  background: #000;
}
.gpt3-play.gpt3-robin #gpt,
.gpt3-play.gpt3-robin #gpt-3 {
  fill: #00e0ff;
}
.gpt3-play.gpt3-robin #gpt-inner {
  fill: #fff;
}
.gpt3-play.gpt3-robin .gpt3-input,
.gpt3-play.gpt3-robin .gpt3-divider {
  background: #00e0ff;
}
.gpt3-play.gpt3-robin .gpt3-output,
.gpt3-play.gpt3-robin .gpt3-link,
.gpt3-play.gpt3-robin .gpt3-prompt,
.gpt3-play.gpt3-robin .gpt3-temp,
.gpt3-play.gpt3-robin .gpt3-run {
  border-color: #00e0ff;
  color: #00e0ff;
}
.gpt3-play.gpt3-robin .gpt3-output-text {
  color: #fff;
}
.gpt3-play.gpt3-robin .gpt3-temp {
  background: #000;
}
.gpt3-play.gpt3-purple {
  background: #fff;
}
.gpt3-play.gpt3-purple #gpt,
.gpt3-play.gpt3-purple #gpt-3 {
  fill: #510053;
}
.gpt3-play.gpt3-purple #gpt-inner {
  fill: #fff;
  stroke: #510053;
  stroke-width: 3px;
}
.gpt3-play.gpt3-purple .gpt3-input,
.gpt3-play.gpt3-purple .gpt3-divider {
  background: #510053;
  color: #fff;
}
.gpt3-play.gpt3-purple .gpt3-output {
  border-color: #510053;
  color: #510053;
}
