@font-face {
  font-family: Abc Favorit Mono Edu;
  src: url('../fonts/ABCFavoritMonoEdu-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc Favorit Mono Edu;
  src: url('../fonts/ABCFavoritMonoEdu-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abc Favorit Edu;
  src: url('../fonts/ABCFavoritEdu-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc Favorit Edu;
  src: url('../fonts/ABCFavoritEdu-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.carousel-container {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  padding: 1rem 1rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-item {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: opacity .5s ease-in-out, z-index linear, transform .8s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.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;
}

.slider {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slider.project-images {
  background-color: #fff;
}

.tabs {
  display: flex;
}

.about-container {
  width: 24rem;
  height: 100svh;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.about {
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.sam-finlator-button {
  z-index: 20;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Abc Favorit Mono Edu, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.sam-finlator-button.about-hidden {
  z-index: 30;
  opacity: 1;
  margin-top: 1px;
  font-size: 12px;
  line-height: 12px;
  display: block;
  position: relative;
}

.sam-finlator-button.about-hidden.hidden {
  opacity: 0;
  margin-left: -2px;
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.sam-finlator-button.about-hidden.shown.mobile, .sam-finlator-button.about-hidden.shown.desktop {
  display: none;
}

.sam-finlator-button.button {
  font-size: 12px;
  line-height: 12px;
}

.sam-finlator-button.mobile {
  font-size: .7rem;
  display: none;
}

.sam-finlator-button.desktop {
  cursor: none;
  font-size: .7rem;
}

.about-button {
  z-index: 20;
  opacity: 1;
  color: var(--black);
  text-transform: uppercase;
  cursor: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Abc Favorit Mono Edu, Verdana, sans-serif;
  font-size: .7rem;
  line-height: 12px;
  position: static;
}

.button-overlay {
  justify-content: flex-end;
  align-items: flex-start;
  margin: 6px;
  display: flex;
  position: absolute;
}

.about-buttons {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.cross {
  background-color: #fff;
  border-radius: 14px;
  flex: 0 auto;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.cross.button {
  font-family: Abc Favorit Edu, Verdana, sans-serif;
}

.cross.button.sam-finlator-button {
  cursor: none;
  border-radius: 8px;
  font-size: .7rem;
}

.cross.button.sam-finlator-button.mobile {
  display: none;
}

.cross.button.project {
  color: #000;
  cursor: none;
  border: 1px solid #000;
  border-radius: 8px;
  margin-top: -1px;
  margin-left: -1px;
  font-size: .7rem;
  line-height: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project {
  z-index: 6;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.project-about {
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 18rem;
  height: 30rem;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block {
  font-family: Abc Favorit Edu, Verdana, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 22px;
}

.line {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-div {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Abc Favorit Edu, Verdana, sans-serif;
  font-size: .7rem;
}

.code-embed {
  display: block;
  overflow: hidden;
}

.arrows {
  cursor: none;
  width: 30%;
}

.nav {
  display: none;
}

.image {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.image.zoom {
  width: 160%;
  max-width: none;
  height: 160%;
}

.image.special-1 {
  object-fit: contain;
  width: 70%;
}

.image-slide-cover, .video-slide-cover {
  background-color: #fff;
  overflow: hidden;
}

.gif-custom-engage {
  object-position: center;
  width: 50%;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  background-color: #000;
}

.div-block-2 {
  cursor: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #000;
  text-underline-offset: 1px;
  cursor: none;
  font-family: Abc Favorit Mono Edu, Verdana, sans-serif;
  font-size: .688rem;
  text-decoration-thickness: 1.25px;
}

.link-2 {
  color: var(--black);
  text-underline-offset: 1px;
  cursor: none;
  font-family: Abc Favorit Mono Edu, Verdana, sans-serif;
  font-size: .688rem;
  text-decoration-thickness: 1.25px;
}

.link-3 {
  color: #000;
  text-underline-offset: 1px;
  cursor: none;
  font-family: Abc Favorit Mono Edu, Verdana, sans-serif;
  font-size: .688rem;
  text-decoration-thickness: 1.25px;
}

.info-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-3 {
  width: 2.125rem;
}

.cursor-wraper {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.body {
  cursor: none;
}

.lottie-animation {
  z-index: 99999999;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20rem;
  margin-bottom: 5rem;
  display: flex;
}

.loading {
  z-index: 9999999;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .image.zoom {
    width: 130%;
    height: 130%;
  }

  .cursor-wraper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .carousel-container {
    padding: .5rem .5rem 1.5rem;
  }

  .about-container {
    z-index: 999;
    width: 100%;
    height: 85svh;
    padding: .5rem .5rem 1.5rem;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .about {
    background-color: #fff;
  }

  .sam-finlator-button {
    display: none;
  }

  .sam-finlator-button.about-hidden.hidden {
    z-index: 110;
  }

  .sam-finlator-button.about-hidden.shown {
    display: none;
  }

  .sam-finlator-button.about-hidden.shown.mobile {
    opacity: 100;
    display: block;
  }

  .sam-finlator-button.mobile {
    display: block;
  }

  .cross.button.sam-finlator-button {
    display: none;
  }

  .cross.button.sam-finlator-button.mobile {
    display: block;
  }

  .project {
    display: flex;
  }

  .project-about {
    width: 70%;
    height: 50%;
    margin-top: -2px;
    margin-left: -3px;
    margin-right: -3px;
    inset: 0% 0% auto auto;
  }

  .project-about-container {
    position: fixed;
    inset: .5rem .5rem 1.5rem;
  }

  .image.special-1 {
    width: 90%;
  }

  .image.tshirt-engage-custom {
    object-position: 60% 50%;
  }

  .image.citala-poster-custom {
    object-position: 40% 50%;
  }

  .gif-custom-engage {
    width: 90%;
  }

  .image-2 {
    object-position: 35% 50%;
  }
}

@media screen and (max-width: 479px) {
  .project-about {
    width: 100%;
    height: 70%;
  }

  .project-about-container {
    margin-left: -5px;
  }

  .image {
    height: auto;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .image.zoom {
    width: 115%;
    height: 115%;
  }
}


@font-face {
  font-family: 'Abc Favorit Mono Edu';
  src: url('../fonts/ABCFavoritMonoEdu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Favorit Mono Edu';
  src: url('../fonts/ABCFavoritMonoEdu-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Favorit Edu';
  src: url('../fonts/ABCFavoritEdu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Favorit Edu';
  src: url('../fonts/ABCFavoritEdu-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}