:root {
  --white: white;
  --black: black;
  --grey: grey;
  --white-2: #ffffff80;
  --transparent-100: #fff0;
  --black-2: #00000080;
  --blue: blue;
}

body {
  color: #000;
  margin-left: 0;
  font-family: univers-next-pro, sans-serif;
  font-weight: 300;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

img {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.field-label {
  color: var(--white);
  background-color: #0000;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: adobe-garamond-pro;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text_heading {
  font-family: univers-next-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  transform: rotate(0);
}

.text_body {
  color: #505050;
  flex: none;
  font-family: univers-next-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.smca_section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 24px 0;
  display: flex;
}

.smca_section._100vh {
  min-height: 100vh;
}

.text_subheading {
  font-family: univers-next-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text_subheading._16.avatar {
  line-height: 120%;
}

.text_metadata {
  color: #595959;
  flex: none;
  font-family: univers-next-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.text_metadata.avatar {
  line-height: 120%;
}

.dropdown {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.dropdown.stroke {
  cursor: pointer;
  border-top: 1px solid #595959;
}

.chevron {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.smca_sidebar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 393px;
  max-width: 393px;
  height: 100%;
  display: flex;
}

.smca_content-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.image_wrapper {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.dropdown_grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.body_shanemcauleyie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-horizontal.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.image_project {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.social_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #595959;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.social_link:hover {
  color: #000;
  font-weight: 500;
}

.smca_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  min-width: 944px;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 48px;
  display: flex;
}

.container {
  border-top: 1px solid #595959;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 1280px;
  padding-top: 16px;
  padding-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: relative;
}

.smca_profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
}

.text_hero {
  color: var(--black);
  font-family: univers-next-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-vertical.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-vertical.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-vertical.gap-8.amsterdam-time {
  font-size: 14px;
  font-weight: 400;
}

.flex-vertical.gap-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-vertical.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.flex-vertical.gap-128 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.dropdown_grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 8px;
  display: grid;
  overflow: clip;
}

.footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  display: flex;
}

.profile-image-wrapper {
  width: 40px;
  height: 40px;
}

.text_link {
  color: #595959;
  text-underline-offset: 4px;
  flex: none;
  font-family: univers-next-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.text_link:hover {
  color: #000;
}

.text_link.remove-underline {
  font-weight: 300;
  text-decoration: none;
}

.dropdown_interaction-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button {
  background-color: #000;
  padding: 8px 16px;
  font-family: univers-next-pro, sans-serif;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .field-label {
    margin-top: 6vw;
    margin-bottom: 6vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .smca_section {
    flex-flow: column;
    max-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .smca_section._100vh {
    max-width: 425px;
  }

  .smca_sidebar-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .smca_content-wrapper {
    max-width: 100%;
  }

  .image_wrapper {
    width: 100%;
    height: auto;
  }

  .dropdown_grid-item {
    width: 100%;
  }

  .body_shanemcauleyie {
    justify-content: flex-start;
    align-items: center;
  }

  .image_project {
    width: 100%;
    height: 100%;
  }

  .smca_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    min-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .smca_profile-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-vertical.gap-32.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dropdown_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_48561ec2-eb71-e694-98b7-a13302e4e310-25a1d8ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_690c5aa5-30c7-d5a1-f25b-124add1af82c-25a1d8ba, #w-node-_8af63ed0-9511-d005-1c2a-41fb996f7abc-25a1d8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a944e680-9c81-8487-3a0f-decea871c84a-25a1d8ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eda80766-beb1-84e2-480c-bc2950232cf6-25a1d8ba, #w-node-_020a58eb-a836-e1d7-d7ec-b044754ff59f-25a1d8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c88108b5-6d73-acd7-a0c2-f92aac902584-25a1d8ba {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-_690c5aa5-30c7-d5a1-f25b-124add1af82c-25a1d8ba, #w-node-_8af63ed0-9511-d005-1c2a-41fb996f7abc-25a1d8ba, #w-node-a944e680-9c81-8487-3a0f-decea871c84a-25a1d8ba, #w-node-eda80766-beb1-84e2-480c-bc2950232cf6-25a1d8ba, #w-node-_020a58eb-a836-e1d7-d7ec-b044754ff59f-25a1d8ba {
    grid-column: span 1 / span 1;
  }
}


