/* Start custom CSS for html, class: .elementor-element-720253c */.cnc-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 110px 6%;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(192, 208, 0, 0.32), transparent 28%),
    radial-gradient(circle at 15% 85%, rgba(240, 144, 0, 0.22), transparent 30%),
    linear-gradient(135deg, #391f56 0%, #602080 100%);
  color: #ffffff;
}

.cnc-hero::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 70px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  border: 34px solid rgba(192, 208, 0, 0.2);
}

.cnc-hero::after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 70px;
  width: 8px;
  height: 210px;
  background: #c0d000;
  transform: rotate(-24deg);
  border-radius: 99px;
  box-shadow: 20px 0 0 #f09000;
  opacity: 0.85;
}

.cnc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.cnc-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #c0d000;
  color: #391f56;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cnc-hero h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(46px, 7.5vw, 96px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.cnc-hero__text {
  max-width: 660px;
  margin: 26px 0 34px;
  font-size: 21px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.cnc-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cnc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnc-btn:hover {
  transform: translateY(-2px);
}

.cnc-btn--lime {
  background: #c0d000;
  color: #391f56;
  box-shadow: 0 14px 34px rgba(192, 208, 0, 0.3);
}

.cnc-btn--outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.cnc-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 46px;
}

.cnc-hero__stats div {
  min-width: 140px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cnc-hero__stats strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: #c0d000;
  font-weight: 950;
}

.cnc-hero__stats span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

@media (max-width: 767px) {
  .cnc-hero {
    min-height: 660px;
    padding: 90px 22px;
  }

  .cnc-hero__text {
    font-size: 18px;
  }

  .cnc-hero__buttons .cnc-btn {
    width: 100%;
  }

  .cnc-hero__stats {
    display: grid;
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1e7be0 */.cnc-info {
  padding: 95px 6%;
  background: #ffffff;
  color: #391f56;
}

.cnc-section-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.cnc-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 5.3vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-section-head p:not(.cnc-eyebrow) {
  max-width: 650px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: #604580;
}

.cnc-eyebrow--purple {
  background: rgba(96, 32, 128, 0.12);
  color: #602080;
}

.cnc-info__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cnc-info-card {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  background: #f7f4fb;
  overflow: hidden;
  border: 1px solid rgba(57, 31, 86, 0.08);
}

.cnc-info-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 115px;
  height: 115px;
  border-radius: 999px;
  background: #c0d000;
  opacity: 0.22;
}

.cnc-info-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #602080;
  color: #ffffff;
  font-weight: 950;
}

.cnc-info-card h3 {
  margin: 24px 0 10px;
  font-size: 23px;
  color: #391f56;
}

.cnc-info-card p {
  margin: 0;
  line-height: 1.6;
  color: #604580;
}

@media (max-width: 1024px) {
  .cnc-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cnc-info {
    padding: 75px 22px;
  }

  .cnc-info__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a645f7a */.cnc-pricing {
  padding: 95px 6%;
  background: #ffffff;
  color: #391f56;
}

.cnc-pricing__grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cnc-price-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 32px;
  border-radius: 32px;
  background: #f7f4fb;
  border: 1px solid rgba(57, 31, 86, 0.08);
}

.cnc-price-card--main {
  background: linear-gradient(135deg, #391f56, #602080);
  color: #ffffff;
}

.cnc-price-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 950;
}

.cnc-price-card p {
  margin: 14px 0 28px;
  color: #604580;
  line-height: 1.5;
}

.cnc-price-card--main p {
  color: rgba(255, 255, 255, 0.8);
}

.cnc-price-card strong {
  display: block;
  margin-top: auto;
  font-size: 50px;
  line-height: 1;
  color: #602080;
  font-weight: 950;
}

.cnc-price-card--main strong {
  color: #c0d000;
}

.cnc-price-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 999px;
  background: #c0d000;
  color: #391f56;
  text-decoration: none;
  font-weight: 950;
}

.cnc-pricing__note {
  max-width: 1140px;
  margin: 22px auto 0;
  padding: 20px 24px;
  border-radius: 20px;
  background: rgba(192, 208, 0, 0.18);
  color: #391f56;
  line-height: 1.5;
  border-left: 6px solid #f09000;
}

@media (max-width: 1024px) {
  .cnc-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cnc-pricing {
    padding: 75px 22px;
  }

  .cnc-pricing__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7b718f */.cnc-challenges {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 26px;
  align-items: stretch;
  padding: 100px 6%;
  background:
    radial-gradient(circle at 12% 15%, rgba(192, 208, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #391f56, #602080);
  color: #ffffff;
}

.cnc-challenges__main {
  padding: 54px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cnc-challenges__main h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-challenges__main p {
  max-width: 690px;
  margin: 24px 0 32px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.cnc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cnc-tags span {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
  font-size: 14px;
}

.cnc-tags span:nth-child(3n) {
  background: rgba(192, 208, 0, 0.18);
  border-color: rgba(192, 208, 0, 0.35);
}

.cnc-leap-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
  padding: 38px;
  border-radius: 38px;
  background: #c0d000;
  color: #391f56;
  overflow: hidden;
}

.cnc-leap-card::before {
  display: none;
}

.cnc-leap-logo {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 430px;
  max-width: 125%;
  height: auto;
  display: block;
  transform: translateX(-50%) rotate(-6deg);
  filter: drop-shadow(0 18px 30px rgba(57, 31, 86, 0.22));
  z-index: 1;
}

.cnc-leap-card__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.cnc-leap-card__content span {
  display: block;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 15px;
  color: #391f56;
}

.cnc-leap-card__content h3 {
  margin: 14px 0 12px;
  font-size: 52px;
  line-height: 0.95;
  font-weight: 950;
  color: #391f56;
}

.cnc-leap-card__content p {
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 1.5;
  color: #391f56;
}

.cnc-leap-card__content strong {
  display: block;
  font-size: 58px;
  line-height: 1;
  font-weight: 950;
  color: #391f56;
}

.cnc-leap-card__content small {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  color: #391f56;
}

@media (max-width: 900px) {
  .cnc-challenges {
    grid-template-columns: 1fr;
    padding: 75px 22px;
  }

  .cnc-challenges__main {
    padding: 32px;
  }

  .cnc-leap-card {
    min-height: 560px;
    padding: 32px;
  }

  .cnc-leap-logo {
    top: 18px;
    width: 340px;
    max-width: 115%;
  }

  .cnc-leap-card__content h3 {
    font-size: 38px;
  }

  .cnc-leap-card__content strong {
    font-size: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-119dcde */.cnc-steps {
  padding: 95px 6%;
  background: #f7f4fb;
  color: #391f56;
}

.cnc-steps__grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cnc-steps__grid article {
  position: relative;
  padding: 34px 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(57, 31, 86, 0.08);
  box-shadow: 0 18px 45px rgba(57, 31, 86, 0.07);
}

.cnc-steps__grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, #c0d000, #f09000);
  border-radius: 30px 30px 0 0;
}

.cnc-steps__grid span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #602080;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.cnc-steps__grid h3 {
  margin: 24px 0 10px;
  font-size: 23px;
  color: #391f56;
}

.cnc-steps__grid p {
  margin: 0;
  line-height: 1.6;
  color: #604580;
}

@media (max-width: 1024px) {
  .cnc-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cnc-steps {
    padding: 75px 22px;
  }

  .cnc-steps__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75b72b8 */.cnc-specials {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  padding: 100px 6%;
  background:
    radial-gradient(circle at 85% 20%, rgba(240, 144, 0, 0.24), transparent 28%),
    linear-gradient(135deg, #602080, #391f56);
  color: #ffffff;
}

.cnc-specials__intro {
  align-self: start;
  position: sticky;
  top: 30px;
  padding: 44px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cnc-specials__intro h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-specials__intro p:not(.cnc-eyebrow) {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.cnc-specials__list {
  display: grid;
  gap: 16px;
}

.cnc-specials__list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  color: #391f56;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13);
}

.cnc-specials__list h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

.cnc-specials__list p {
  margin: 8px 0 0;
  color: #604580;
  line-height: 1.5;
}

.cnc-specials__list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 13px 16px;
  border-radius: 999px;
  background: #c0d000;
  color: #391f56;
  font-size: 18px;
  font-weight: 950;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .cnc-specials {
    grid-template-columns: 1fr;
    padding: 75px 22px;
  }

  .cnc-specials__intro {
    position: static;
    padding: 32px;
  }

  .cnc-specials__list article {
    grid-template-columns: 1fr;
  }

  .cnc-specials__list strong {
    width: fit-content;
  }
}
.bold-text {
  font-weight: 900;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f724c82 */.cnc-safety {
  padding: 95px 6%;
  background: #f7f4fb;
  color: #391f56;
}

.cnc-safety__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cnc-safety__grid article {
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(57, 31, 86, 0.08);
  box-shadow: 0 18px 45px rgba(57, 31, 86, 0.07);
}

.cnc-safety__grid h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

.cnc-safety__grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cnc-safety__grid li {
  position: relative;
  padding-left: 24px;
  color: #604580;
  line-height: 1.45;
}

.cnc-safety__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c0d000;
  box-shadow: 0 0 0 4px rgba(192, 208, 0, 0.16);
}

@media (max-width: 1024px) {
  .cnc-safety__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cnc-safety {
    padding: 75px 22px;
  }

  .cnc-safety__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20948c3 */.cnc-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  padding: 100px 6%;
  background:
    radial-gradient(circle at 12% 20%, rgba(192, 208, 0, 0.2), transparent 28%),
    linear-gradient(135deg, #391f56, #602080);
  color: #ffffff;
}

.cnc-faq__intro h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-faq__items {
  display: grid;
  gap: 14px;
}

.cnc-faq details {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.cnc-faq summary {
  cursor: pointer;
  padding: 23px 25px;
  font-size: 19px;
  font-weight: 950;
  list-style: none;
}

.cnc-faq summary::-webkit-details-marker {
  display: none;
}

.cnc-faq summary::after {
  content: "+";
  float: right;
  color: #c0d000;
  font-size: 30px;
  line-height: 0.8;
}

.cnc-faq details[open] summary::after {
  content: "–";
}

.cnc-faq p {
  margin: 0;
  padding: 0 25px 25px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 900px) {
  .cnc-faq {
    grid-template-columns: 1fr;
    padding: 75px 22px;
  }
}
.cnc-faq__intro .cnc-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  font-size: 23px
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84c832f */.cnc-parties {
  padding: 100px 6%;
  background: #ffffff;
  color: #391f56;
}

.cnc-parties__card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  padding: 24px;
  border-radius: 42px;
  background: #f7f4fb;
}

.cnc-parties__copy {
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 15%, rgba(192, 208, 0, 0.3), transparent 30%),
    linear-gradient(135deg, #391f56, #602080);
  color: #ffffff;
}

.cnc-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #c0d000;
  color: #391f56;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cnc-parties__copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-parties__copy p:not(.cnc-eyebrow) {
  margin: 22px 0 26px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

.cnc-party-price {
  margin: 28px 0;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-left: 6px solid #f09000;
}

.cnc-party-price strong {
  display: block;
  color: #c0d000;
  font-size: 54px;
  line-height: 1;
  font-weight: 950;
}

.cnc-party-price span {
  display: block;
  margin-top: 7px;
  font-weight: 800;
  color: #ffffff;
}

.cnc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnc-btn:hover {
  transform: translateY(-2px);
}

.cnc-btn--lime {
  background: #c0d000;
  color: #391f56;
  box-shadow: 0 14px 34px rgba(192, 208, 0, 0.3);
}

.cnc-parties__details {
  padding: 36px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(57, 31, 86, 0.08);
}

.cnc-parties__details h3 {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 950;
  color: #391f56;
}

.cnc-parties__details h3:not(:first-child) {
  margin-top: 30px;
}

.cnc-parties__details ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cnc-parties__details li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  color: #604580;
}

.cnc-parties__details li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c0d000;
  font-weight: 950;
}

@media (max-width: 900px) {
  .cnc-parties {
    padding: 75px 22px;
  }

  .cnc-parties__card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .cnc-parties__copy,
  .cnc-parties__details {
    padding: 30px;
  }

  .cnc-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa42b4c */.cnc-contact {
  padding: 100px 6%;
  background: #ffffff;
  color: #391f56;
}

.cnc-contact__card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  padding: 42px;
  border-radius: 42px;
  background: #f7f4fb;
  position: relative;
  overflow: hidden;
}

.cnc-contact__card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(192, 208, 0, 0.25);
}

.cnc-contact__copy {
  position: relative;
  z-index: 2;
}

.cnc-contact h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.cnc-contact p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #604580;
  font-size: 18px;
  line-height: 1.6;
}

.cnc-contact__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cnc-btn--purple {
  background: #602080;
  color: #ffffff;
}

.cnc-hours {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(57, 31, 86, 0.08);
}

.cnc-hours h3 {
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 950;
}

.cnc-hours ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cnc-hours li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(57, 31, 86, 0.1);
}

.cnc-hours span {
  color: #604580;
}

.cnc-hours strong {
  color: #391f56;
  text-align: right;
}

.cnc-hours p {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 800;
  color: #604580;
}

@media (max-width: 900px) {
  .cnc-contact {
    padding: 75px 22px;
  }

  .cnc-contact__card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .cnc-contact__buttons .cnc-btn {
    width: 100%;
  }

  .cnc-hours li {
    flex-direction: column;
    gap: 3px;
  }

  .cnc-hours strong {
    text-align: left;
  }
}/* End custom CSS */