﻿@font-face {
  font-family: "AvenirNext";
  src: url("https://dancevision.com/static/fonts/AvenirNext.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNext";
  src: url("https://dancevision.com/static/fonts/AvenirNext-Bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNext";
  src: url("https://dancevision.com/static/fonts/AvenirNext-Italic.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  font-family:
    Avenir Next,
    ui-sans-serif,
    system-ui,
    sans-serif;
  padding: 0;
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.font-bold {
  font-weight: bold;
}

.font-semobold {
  font-weight: 600;
}

.text-center-mobile {
  text-align: center;
}

.button-red, .button-black {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: start;
  min-width: fit-content;
}

.button-white {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: start;
  min-width: fit-content;
}

.button-red-outlined {
  background: none;
  border: none;
  text-decoration: none;
  color: #da1e28;
  display: flex;
  align-items: start;
}

.button-white-outlined {
  background: none;
  border: none;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: start;
}

.button-white-outlined-text {
  color: #fff;
  border: #fff 2px solid;
  border-radius: 100px;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-white-outlined-icon {
  border: #fff 2px solid;
  border-radius: 100px;
  display: flex;
  width: 37px;
  height: 37px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-black-outlined {
  background: none;
  border: none;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: start;
}

.button-black-outlined-text {
  color: #000;
  border: #000 2px solid;
  border-radius: 100px;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-black-outlined-icon {
  border: #000 2px solid;
  border-radius: 100px;
  display: flex;
  width: 37px;
  height: 37px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-red-text {
  color: #fff;
  background-color: #da1e28;
  border-radius: 100px;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-red-icon {
  background-color: #da1e28;
  border-radius: 100px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-white-text {
  color: #000;
  background-color: #fff !important;
  border-radius: 100px;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-white-icon {
  background-color: #fff !important;
  color: #000;
  border-radius: 100px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-black-text {
  background-color: #000 !important;
  border-radius: 100px;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-black-icon {
  background-color: #000 !important;
  border-radius: 100px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  font-weight: 600;
  gap: 1rem;
}

.button-link-text-white, .button-link-icon-white {
  color: #fff !important;
  text-align: left;
}

.button-link-text-black, .button-link-icon-black {
  color: #000 !important;
  text-align: left;
}

.no-underline {
  text-decoration: none !important;
}

.button-link-text-red, .button-link-icon-red{
  color: #da1e28 !important;
}

.height-100vh {
  height: 100vh !important;
}

/* Deter basic copying actions on brand logos in header/footer. */
.navbar-brand,
.footer-logo,
.navbar-brand img,
.footer-logo img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.bg-purple {
  background-color: #f4eefe;
}

.bg-purple-secondary {
  background-color: #eadcfe;
}

.bg-gold-gradient {
  background: linear-gradient(40deg, #fdba22, #f0ac1a, #e39e10, #d69105, #d18700, #d58100, #d87b00, #dc7403);
}

.bg-white {
  background-color: white;
}

.bg-red {
  background-color: #da1e28;
}

.bg-bronze {
  background-color: #96694c;
}

.bg-silver {
  background-color: #8c9091;
}

.bg-gold {
  background-color: #cf8a00;
}

.bg-pink {
  background-color: #ffecf6;
}

.bg-gray {
  background-color: #f2f4f7;
}

.bg-blue {
  background-color: #ecf4ff;
}

.font-red {
  color: #da1e28;
}

.font-bronze {
  color: #96694c;
}

.font-silver {
  color: #6e7272;
}

.font-gold {
  color: #9c6901;
}

.border-radius-2 {
  border-radius: 2rem;
}

.border-radius-top-2 {
  border-radius: 2rem 2rem 0 0;
}

.border-radius-bottom-2 {
  border-radius: 0 0 2rem 2rem;
}

.border-radius-3 {
  border-radius: 3rem;
}

.border-radius-bottom-3 {
  border-radius: 0 0 3rem 3rem;
}

.border-radius-top-3 {
  border-radius: 3rem 3rem 0 0;
}

.section {
  padding: 3.5rem 1rem;
}

.hero-section {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-section,
  .hero-container {
    height: 50vh;
  }

.hero-container {
  width: 100vw;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.hero-content {
  width: 100%;
  height: 100%;
}

.hero-content > div > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  margin: auto 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}

.hero-header {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem;
  margin-top: 0;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
  justify-content: flex-start;
}

@media (min-width: 768px) {

  .text-center-mobile {
    text-align: left;
  }

  .section {
    padding: 5.5rem 2rem;
  }

  .hero-section,
  .hero-container {
    height: 30dvh;
  }

  .hero-content > div > div {
    justify-content: center;
    width: 80%;
    padding: 2rem;
    /* gap: 1.5rem; */
  }

  .buttons-group {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .hero-section,
  .hero-container {
    height: 45dvh;
  }
}

@media (min-width: 1200px) {
  .section {
    padding: 7rem 5rem;
  }

  .mobile-separator {
    display: none;
  }
}

.section__article {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section__article-left {
  align-items: flex-start !important;
  text-align: left !important;
}

h1.max-w-full, h2.max-w-full, h3.max-w-full, p.max-w-full {
  width: 100% !important;
  max-width: 100% !important;
}

.section__article h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  max-width: 288px;
}

.section__article h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  max-width: 288px;
}

.section__article h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.section__article p {
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  max-width: 303px;
}

.section__article a {
  color: #da1e28;
  text-decoration: none;
}

@media (min-width: 768px) {

  .section__article h2,
  .section__article h1 {
    font-size: 36px;
    line-height: 44px;
    max-width: 404px;
  }

  .section__article p {
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .section__article h2,
  .section__article h1 {
    font-size: 30px;
    line-height: 42px;
    max-width: 580px;
  }

  .section__article p {
    font-size: 20px;
    line-height: 30px;
    max-width: 660px;
  }
}

hr {
  background: var(--color-gray-200, #eaecf0);
  margin: 1.5rem 0;
  opacity: 0.25;
}

.button-red-outlined-text, .button-red-outlined-text__faq {
  color: var(--color-red-primary-500, #da1e28);
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-style: normal;
  font-weight: 600;
  /* line-height: 1.5rem; */
  padding: 9px 18px;
  border: #da1e28 2px solid;
  border-radius: 2rem;
}

.button-red-outlined-icon, .button-red-outlined-icon__faq {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0.75rem; */
  border: #da1e28 2px solid;
  border-radius: 2rem;
}

.footer-lower {
  padding: 44px 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.social-media-icon-group {
  display: flex;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer-lower {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer-lower {
    max-width: 1216px;
    margin: 0 auto;
  }
}

.footer-upper {
  padding: 3.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer-logo {
  display: flex;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-links ul>li {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  list-style-type: none;
}

.footer-links ul>li>a {
  color: var(--color-gray-500, #667085);
  text-decoration: none;
}

.footer-cookie-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-gray-500, #667085);
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.footer-links ul>li:first-child {
  color: var(--color-red-primary-500, #da1e28);
}

.footer-links>div {
  display: flex;
  gap: 4rem;
}

.footer-links>div>div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-hs-form {
  margin-top: 2rem;
}

.footer-hs-form>p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px
}

@media (min-width: 576px) {
  .footer-links {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .footer-upper {
    padding: 5.5rem 2rem;
    gap: 4rem;
    justify-content: space-between;
  }

  .footer-links {
    display: flex;
    gap: 4rem;
  }
}

@media (min-width: 992px) {
  .footer-upper {
    max-width: 1216px;
    padding: 7rem auto;
    margin: 0 auto;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .footer-upper {
    gap: 8rem;
  }
}

@media (min-width: 1440px) {
  .footer-links {
    gap: 6rem;
  }

  .footer-links>div {
    gap: 6rem;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  /* width: 100%; */
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1360px) {
  .hero-content > div > div {
    padding: 0 1rem 1rem 1rem;
  }

  .hero-header {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }

  .hero-section,
  .hero-container {
    height: 55vh;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .hero-content > div > div {
    width: 50%;
    padding: 0;
  }
}

.pricing-cta-gray {
  background: var(--color-gray-50, #f9fafb) !important;
}

.pricing-cta {
  border-radius: 32px;
  background: var(--color-base-white, #fff);
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  margin-top: 4rem;
}

.pricing-cta article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-cta h2 {
  color: var(--color-red-primary-500, #da1e28);
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.pricing-cta p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

@media (min-width: 768px) {
  .pricing-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
    padding: 40px 64px;
    max-width: 704px;
  }
}

@media (min-width: 992px) {
  .pricing-cta {
    max-width: 1088px;
    margin: 0 auto;
  }
}

.d-none {
  display: none !important;
}

.p-3 {
  padding: 3rem;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

@media screen and (min-width: 2560px) {
  .hero-section,
  .hero-container,
  .hero-content {
    height: 40vh;
  }
}


.text-left {
  text-align: left !important;
}

/* ── Scroll card wrapper ──────────────────────────────────────── */
.scroll-card-wrapper {
  position: relative;
}

.scroll-card-wrapper::before,
.scroll-card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.scroll-card-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--scroll-fade-color, #f2f4f7), transparent);
}

.scroll-card-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--scroll-fade-color, #f2f4f7), transparent);
}

.scroll-card-wrapper.has-left-fade::before { opacity: 1; }
.scroll-card-wrapper.has-right-fade::after  { opacity: 1; }

.scroll-card-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}

.scroll-card-nav-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-card-nav-btn[data-dir="left"]  { left:  -0.75rem; }
.scroll-card-nav-btn[data-dir="right"] { right: -0.75rem; }

/* ── Scrollbar skin ───────────────────────────────────────────── */
.scrollbar-soft {
  scrollbar-width: thin;
  scrollbar-color: #98a2b3 #e4e7ec;
}

.scrollbar-soft::-webkit-scrollbar        { height: 8px; }
.scrollbar-soft::-webkit-scrollbar-button { display: none; }

.scrollbar-soft::-webkit-scrollbar-track {
  background: #e4e7ec;
  border-radius: 999px;
}

.scrollbar-soft::-webkit-scrollbar-thumb {
  background-color: #98a2b3;
  border-radius: 999px;
}

.scrollbar-soft::-webkit-scrollbar-thumb:hover {
  background-color: #667085;
}
