@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 {
  --white: #fcfbf7;
  --black: black;
}

.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 1rem;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.carousel-item {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 90svh;
  max-height: 90svh;
  min-height: 90svh;
  scroll-margin-top: 1rem;
  transition: none;
  display: flex;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
}

.carousel-item._1 {
  display: none;
}

.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 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24rem;
  height: 100svh;
  margin-top: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  overflow: visible;
}

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

.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;
  background-color: var(--white);
  color: var(--black);
  font-size: .7rem;
  line-height: 12px;
  display: block;
  position: relative;
}

.sam-finlator-button.about-hidden.hidden {
  opacity: 0;
  background-color: var(--white);
  color: var(--black);
  margin-left: 4px;
  font-size: .7rem;
  line-height: 12px;
  display: none;
}

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

body.about-closed .sam-finlator-button.about-hidden.hidden {
  opacity: 1;
  display: block !important;
  z-index: 120;
}

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

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

.sam-finlator-button.desktop {
  background-color: var(--white);
  font-size: .7rem;
  color: var(--black);
}

.about-button {
  z-index: 20;
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  text-transform: uppercase;
  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 {
  background-color: var(--white);
  border-radius: 8px;
  font-size: .7rem;
}

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

.cross.button.project {
  background-color: var(--white);
  color: #000;
  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;
}

.project-about-container {
  display: none;
}

.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: pointer;
  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.citala-bottle-custom {
  object-fit: contain;
  height: 120%;
}

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

.video-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-fit-cover {
  object-fit: cover;
}

.video-fit-contain {
  object-fit: contain;
}

.video-size-full {
  width: 100%;
  height: 100%;
}

.video-size-auto-full {
  width: auto;
  height: 100%;
}

.video-size-auto-80 {
  width: auto;
  height: 80%;
}

.video-height-120 {
  width: auto;
  height: 120%;
}

.video-bg-black {
  background-color: #000;
}

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

.link {
  color: #000;
  text-underline-offset: 1px;
  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;
  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;
  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%;
  position: fixed;
  inset: 0%;
}

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

.body {
  background-color: var(--white);
}

.slider-2 {
  aspect-ratio: 16 / 9;
  width: 90svw;
  height: 90svh;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.left-arrow {
  width: 50px;
  height: 50px;
  inset: auto 60px -60px 0%;
}

.right-arrow {
  width: 50px;
  height: 50px;
  inset: auto 0% -60px 60px;
}

.slide-nav {
  display: none;
}

.mask-2 {
  border: .1em solid #000;
  border-radius: 1.5em;
}

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

.image-4.citala-bottle-custom {
  object-fit: contain;
  height: 120%;
}

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

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

.pdf-slider {
  object-fit: contain;
  aspect-ratio: 2;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: min(96vw, 192vh);
  max-width: 100svw;
  height: auto;
  max-height: 100svh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.pdf-wrapper {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.arrows-2 {
  width: 30%;
}

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

.nav-2 {
  font-family: Abc Favorit Edu, Verdana, sans-serif;
  display: none;
}

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

  .image-2 {
    width: 70%;
    height: 70%;
    transform: translate(25%, 25%)rotate(0);
  }

  .cursor-wraper {
    display: none;
  }

  .image-4.zoom {
    width: 130%;
    height: 130%;
  }

  .image-5 {
    width: 70%;
    height: 70%;
    transform: translate(25%, 25%)rotate(0);
  }

  .video-slide1 video {
    left: 70%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-container {
    padding: 2rem .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%;
    width: 80%;
    height: 80%;
    transform: translate(15%, 15%)rotate(0);
  }

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

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

  .image-5 {
    object-position: 35% 50%;
    width: 80%;
    height: 80%;
    transform: translate(15%, 15%)rotate(0);
  }
}

@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%;
  }

  .image.citala-bottle-custom {
    height: 100%;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    transform: translate(0%)rotate(0);
  }

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

  .image-4.citala-bottle-custom {
    height: 100%;
  }

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

  .image-5 {
    width: 100%;
    height: 100%;
    transform: translate(0%)rotate(0);
  }
}


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