:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

* {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica Neue, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4,
h5,
h6 {
  font-size: 20px;
}

a,
p,
span,
button,
input {
  font-family: Helvetica Neue, sans-serif;
}

p {
  font-size: 17px;
  line-height: 130%;
}

button {
  font-size: 16px;
}

a {
  text-decoration: none;
}

span {
  font-size: 15px;
}

button:hover {
  cursor: pointer;
}

input,
select,
textarea,
button {
  outline: 0;
}
hr {
  margin: 0;
}

/* Navigation Bar */
.nav-container {
  width: 100%;
}

.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 75px;
}

.nav-wrapper > div {
  max-width: 140px;
  display: flex;
  align-items: center;
}

.nav-wrapper > div > img {
  width: 100%;
}

/* Body */
.viewer-page {
  background: black;
}

.of-button-link {
  text-decoration: none;
  color: #fff;
}

/* Footer */
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 50px);
  margin: 1.5rem auto 0;
}

.footer-container {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: none;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}

.footer-container > div:first-child {
  padding: 0 2.5rem;
}

footer img {
  width: 141px;
}

.footer-links {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
}

.footer-links > div > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-copyright,
.vp-footer-copyright {
  width: 100%;
  margin: 1.5rem;
}

.footer-copyright p {
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}

.vp-footer-copyright p {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
}
.footer-links h6 {
  font-size: 16px;
}

.footer-links a {
  font-size: 14px;
  text-decoration: none;
}

/* Newsform Section */
/* .nf-popup {
  display: none;
}

.nf-popup.nf-popup-active {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
} */

.newsform {
  width: calc(100% - 40px);
  margin: 14px auto 0;
  max-width: 1920px;
  padding: 0 10px;
}

.news-container {
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  height: 380px;
  text-align: center;
}

.news-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.news-container form {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#newsletterEmail {
  color: #979797;
  background-color: #fff;
  border: 1px solid black;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  border-radius: 6.37px;
  height: 36px;
}

.news-container button {
  background-color: #cd3535;
  border-radius: 2.41px;
  text-decoration: none;
  line-height: 20px;
  color: #fff;
  border: none;
  display: block;
  margin: auto;
  width: 137px;
  height: 35px;
  cursor: pointer;
}

.modal-dialog-centered {
  height: 100%;
  justify-content: center;
}

.nf-popup-content {
  max-height: 266px;
  max-width: 420px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

#joinWaitlistPopup .modal-content {
  background-color: transparent !important;
  border: none !important;
  border-radius: 20px !important;
  max-height: 420px;
  max-width: 637px;
  width: 100%;
  height: 100%;
}

.jw-popup-content {
  max-height: 420px;
  max-width: 637px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  width: 100%;
}

.nf-popup-content-dark {
  max-height: 266px;
  max-width: 420px;
  border-radius: 20px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}

.jw-popup-content-dark {
  max-height: 420px;
  max-width: 637px;
  border-radius: 20px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
  width: 100%;
}

.nf-popup-logo-wrapper,
.jw-popup-logo-wrapper {
  max-width: 140px;
  text-align: center;
}

.nf-popup-logo-wrapper img:first-child,
.jw-popup-logo-wrapper img:first-child {
  max-width: 60px;
  width: 100%;
  margin-bottom: 0.5rem;
}

.nf-popup-logo-wrapper img:last-child,
.jw-popup-logo-wrapper img:last-child {
  max-width: 130px;
  width: 100%;
}

.jw-popup-description,
.jw-popup-description-dark {
  margin: 1.25rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.jw-popup-description input,
.jw-popup-description-dark input {
  max-width: 411px;
  width: 100%;
}

.jw-popup-description input {
  border: 1px solid #dedede;
  height: 36px;
}

.jw-popup-description-dark input {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
  height: 36px;
}

.nf-popup-description p {
  color: #333333;
  text-align: center;
  padding: 0 2rem;
  max-width: 330px;
  font-size: 18px;
}

.jw-popup-description p {
  color: #333333;
  text-align: center;
  max-width: 411px;
  font-size: 20px;
  letter-spacing: 0px;
}

.nf-popup-description-dark p {
  color: #ffffff;
  text-align: center;
  padding: 0 2rem;
  max-width: 330px;
  font-size: 18px;
}

.jw-popup-description-dark p {
  color: #ffffff;
  text-align: center;
  max-width: 411px;
  font-size: 20px;
  letter-spacing: 0px;
}

.nf-popup-btn {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 78px;
  background-color: #cd1a1a;
  border: 1px solid #e52a2a;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.footer-links-text {
  color: #333333;
}

@media (min-width: 441px) {
  .nf-popup-btn,
  .jw-popup-btn {
    max-width: 100px;
    max-height: 38px;
    border-radius: 5px;
  }
}

@media (min-width: 745px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
  }

  button {
    font-size: 17px;
  }

  span,
  a {
    font-size: 16px;
  }

  /* Navbar Section */
  .nav-wrapper {
    max-width: calc(100% - 200px);
  }

  .nav-wrapper > div {
    max-width: 160px;
  }

  /* Newsform Section */
  .newsform {
    width: calc(100% - 90px);
    margin: 1.5rem auto 0;
  }

  .news-container {
    gap: 45px;
    height: 430px;
    padding: 0;
  }

  .news-container form {
    flex-direction: column;
  }

  .news-container button {
    border-radius: 10px;
    width: 197px;
    height: 58px;
  }

  #newsletterEmail {
    padding: 0 10px;
    width: 355px;
    height: 50px;
    border-radius: 10px;
    font-size: 17px;
  }

  /* Footer Section */
  footer {
    width: calc(100% - 100px);
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5 1fr;
    gap: 2rem;
  }

  .footer-links {
    width: 90%;
    justify-self: end;
    gap: 2rem;
  }

  .footer-links > div {
    align-items: start;
  }

  .footer-links h6 {
    font-size: 20px;
  }

  .footer-links a {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  /* General Classes */
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 20px;
  }

  button {
    font-size: 19px;
  }

  span,
  a {
    font-size: 18px;
  }

  /* Navigation Section */
  .nav-wrapper {
    height: 110px;
  }

  .nav-wrapper > div {
    max-width: 218px;
    height: 65px;
  }

  /* Newsform Section */
  .newsform {
    width: calc(100% - 190px);
  }

  .news-container {
    gap: 55px;
    height: 480px;
  }

  .news-container h3 {
    font-size: 45px;
  }

  .news-container {
    font-size: 25px;
  }
  .news-container form {
    flex-direction: row;
  }

  #newsletterEmail {
    padding: 0 15px;
    width: 395px;
    height: 60px;
    border-radius: 15px;
    font-size: 20px;
  }

  /* Footer Section */
  footer {
    margin: 2.5rem auto 0;
    width: calc(100% - 200px);
  }

  .footer-copyright,
  .vp-footer-copyright {
    margin-top: 2.5rem;
  }

  .footer-copyright p,
  .vp-footer-copyright p {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  /* General Classes */
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  p {
    font-size: 32px;
  }

  button {
    font-size: 24px;
  }

  span,
  a {
    font-size: 20px;
  }
}

@media (min-width: 2560px) {
  /* General Classes */
}

/* Swiper Classes */
/* .vp-lcards-info .vp-swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
} */

/* .vp-lcards-info .vp-swiper-pagination {
  text-align: center;
} */

/* .swiper-pagination-bullet-active,
.vp-swiper-pagination .swiper-pagination-bullet-active {
  background: #cd3535;
} */

/* Global Animation Class for Elements that we want animations */
.fadeEffect {
  opacity: 0;
}

.fadeEffect.in-view {
  animation: fadeInFull 0.5s linear 0.5s forwards;
}

.slightLateFadeEffect {
  opacity: 0;
}

.slightLateFadeEffect.in-view {
  animation: fadeInFull 0.5s linear 1s forwards;
}

.midLateFadeEffect {
  opacity: 0;
}

.midLateFadeEffect.in-view {
  animation: fadeInFull 0.5s linear 1.5s forwards;
}

.lateFadeEffect {
  opacity: 0;
}

.lateFadeEffect.in-view {
  animation: fadeInFull 0.5s linear 2s forwards;
}

.slideLeftoRightEffect {
  opacity: 0;
  transform: translateX(-95px);
}

.slideRighttoLeftEffect {
  opacity: 0;
  transform: translateX(95px);
}

.slideLeftoRightEffect.in-view,
.slideRighttoLeftEffect.in-view {
  animation: slideEffect 0.5s linear 1s forwards;
}

/* Keyframes */
@keyframes fadeInFull {
  to {
    opacity: 1;
  }
}

@keyframes slideEffect {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
