/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/612c1924fb2820100ab1162d.612c19266897e9fdb1674137.vg4E5GE.hcp.png");
@font-face {
  font-family: "NeueHaas Grotesk Display Pro-55Roman";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeueHaasDisplay-Roman.ttf") format("truetype");
}

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  overflow-y: auto;
  pointer-events: all;
  background-color: var(--black-2);
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.container-center-horizontal::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

* {
  box-sizing: border-box;
}

#catriona {
  visibility: hidden;
}

#ingrid {
  visibility: hidden;
}

#jasmine {
  visibility: hidden;
}

#jenny {
  visibility: hidden;
}

#jersey {
  visibility: hidden;
}

#jethro {
  visibility: hidden;
}

#jocelyn {
  visibility: hidden;
}

#kristen {
  visibility: hidden;
}

#nabiha {
  visibility: hidden;
}

#nieves {
  visibility: hidden;
}

#sam {
  visibility: hidden;
}

#sanyukta {
  visibility: hidden;
}

#shane {
  visibility: hidden;
}

#main-page {
  width: 100%;
}

/* marquee */

.marquee-wrapper {
  /* background: #2f394c; */
  text-align: center;
}
.marquee-wrapper .container {
  overflow: hidden;
}
.marquee-inner span {
  float: left;
  width: 50%;
  top: 0;
}
.marquee-wrapper .marquee-block {
  --total-marquee-items: 10;
  height: 150px;
  width: calc(230px * (var(--total-marquee-items)) + 88px);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  /* background: #1b2531; */
  padding: 0;
}
.marquee-inner {
  display: block;
  top: 6px;
  width: 200%;
  position: absolute;
}
.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

.marquee-item {
  width: 230px;
  height: auto;
  display: inline-block;
  margin: 0 2px;
  /* float: left; */
  transition: all 0.2s ease-out;
  /* background: #00cc00; */
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
