/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

.page-template-page-thank-you-fullwidth .content-wrap {
  text-align: center;
  max-width: 912px;
  margin: 0 auto;
}

.page-template-page-thank-you-fullwidth h1 {
  margin-bottom: 50px;
}

.page-template-page-thank-you-fullwidth h1::after {
  left: 50%;
  transform: translateX(-50%);
}

.page-template-page-thank-you-fullwidth p {
  max-width: 700px;
  margin-inline: auto;
}

.page-template-page-thank-you-fullwidth p:has(video) {
  max-width: 100%;
  margin-bottom: 50px;
}

.page-template-page-thank-you-fullwidth p video {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.15);
  display: block;
}

.page-template-page-thank-you-fullwidth .as-seen-on-wrapper {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-template-page-thank-you-fullwidth .as-seen-on-wrapper {
    max-width: 330px;
    margin-inline: auto;
  }
}

/*# sourceMappingURL=page-thank-you-fullwidth.css.map*/