:root {
  --fr-red: #ed1c24;
  --fr-blue: #33538b;
  --fr-ink: #222;
  --fr-muted: #5d5d5d;
  --fr-soft: #f5f5f5;
  --fr-crumb: #f2f2f7;
  --fr-line: #e5e5e5;
  --fr-shadow: 0 22px 60px rgba(34, 34, 34, .10);
}

.franchise-page {
  max-width: 1360px;
  margin: 0 auto;
  color: var(--fr-ink);
  background: #fff;
  overflow: hidden;
}

#information-franchise.fr-page-shell {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#information-franchise .fr-breadcrumb-wrap,
#information-franchise .fr-content-wrap {
  width: 100%;
  max-width: 1408px;
  padding-left: 24px;
  padding-right: 24px;
}

#information-franchise .fr-breadcrumb-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}

#information-franchise .fr-content-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}

#information-franchise #content {
  padding-left: 0;
  padding-right: 0;
}

#information-franchise .breadcrumb {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.franchise-page *,
.franchise-page *:before,
.franchise-page *:after {
  box-sizing: border-box;
}

#information-franchise:after,
.franchise-page:after,
.fr-contact-grid:after,
.fr-form-captcha:after {
  content: "";
  display: table;
  clear: both;
}

.franchise-page img {
  max-width: 100%;
  display: block;
}

.franchise-page section,
.fr-section {
  padding: 86px 0;
}

.franchise-page h1,
.franchise-page h2,
.franchise-page h3,
.franchise-page p {
  margin-top: 0;
}

.franchise-page h1 {
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 28px;
  letter-spacing: 0;
}

.franchise-page h2 {
  font-size: 36px;
  line-height: 1.18;
  margin-bottom: 22px;
  letter-spacing: 0;
}

.franchise-page h3 {
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.franchise-page p {
  color: var(--fr-muted);
  font-size: 17px;
  line-height: 1.72;
}

.fr-grid {
  display: grid;
  gap: 64px;
}

.fr-eyebrow {
  color: var(--fr-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fr-lead {
  font-size: 19px;
  line-height: 1.75;
}

.fr-hero {
  padding-top: 16px;
}

.fr-hero-grid {
  grid-template-columns: 1fr .92fr;
  align-items: center;
}

.fr-hero-copy {
  max-width: 650px;
}

.fr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.fr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--fr-line);
  color: var(--fr-ink);
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.fr-btn:hover,
.fr-btn:focus {
  color: var(--fr-ink);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: var(--fr-shadow);
  border-color: transparent;
}

.fr-btn-primary,
.fr-btn-primary:hover,
.fr-btn-primary:focus {
  background: var(--fr-red);
  border-color: var(--fr-red);
  color: #fff;
}

.fr-hero-visual {
  min-height: 440px;
  position: relative;
  isolation: isolate;
}

.fr-hero-photo {
  height: 330px;
  overflow: hidden;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: var(--fr-shadow);
  background: #333;
}

.fr-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  transform: scale(1.04);
  animation: fr-slow-pan 14s ease-in-out infinite alternate;
}

.fr-floating-card {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 450px;
  max-width: calc(100% - 48px);
  background: #fff;
  border-left: 5px solid var(--fr-red);
  padding: 24px;
  box-shadow: var(--fr-shadow);
}

.fr-floating-card b {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
}

.fr-floating-card span {
  color: var(--fr-muted);
  line-height: 1.5;
}

.fr-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fr-red);
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 0 0 rgba(237, 28, 36, .42);
  animation: fr-pulse 2.2s ease-out infinite;
}

.fr-stats {
  padding: 0 0 38px;
}

.fr-stats + .fr-section {
  padding-top: 48px;
}

.fr-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--fr-soft);
}

.fr-stat {
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid var(--fr-line);
}

.fr-stat:last-child {
  border-right: 0;
}

.fr-stat b {
  display: block;
  font-size: 31px;
  margin-bottom: 6px;
}

.fr-stat span {
  color: var(--fr-muted);
  font-weight: 600;
}

.fr-light {
  background: var(--fr-crumb);
  padding-left: 56px;
  padding-right: 56px;
  margin-left: 0;
  margin-right: 0;
}

.fr-offer-grid,
.fr-title-copy {
  grid-template-columns: .92fr 1.08fr;
  align-items: start;
}

.fr-title-copy > p {
  padding-top: 43px;
}

.fr-intro-panel {
  background: #fff;
  border: 1px solid var(--fr-line);
  border-left: 5px solid var(--fr-red);
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fr-video-embed {
  margin-top: auto;
  background: #111;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: var(--fr-shadow);
}

.fr-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fr-video-caption {
  margin-top: 12px;
  color: var(--fr-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.fr-bento {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  height: 100%;
}

.fr-bento-card {
  background: #fff;
  border: 1px solid var(--fr-line);
  padding: 26px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.fr-bento-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--fr-shadow);
}

.fr-bento-card.fr-wide {
  grid-column: 1 / -1;
  min-height: 150px;
}

.fr-bento-card:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border: 16px solid rgba(237, 28, 36, .08);
  transform: rotate(18deg);
}

.fr-tag {
  color: var(--fr-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fr-product-strip,
.fr-steps,
.fr-matrix,
.fr-standard-grid,
.fr-support-grid,
.fr-packages,
.fr-contact-grid {
  display: grid;
  gap: 18px;
}

.fr-product-strip {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  min-width: 0;
}

.fr-product-tile {
  background: #fff;
  border: 1px solid var(--fr-line);
  overflow: hidden;
  color: var(--fr-ink);
  text-decoration: none;
  min-width: 0;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.fr-product-tile:hover {
  color: var(--fr-ink);
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: var(--fr-shadow);
  border-color: transparent;
}

.fr-product-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transition: transform .35s ease;
}

.fr-product-tile:hover img {
  transform: scale(1.06);
}

.fr-product-tile strong {
  display: block;
  padding: 18px;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fr-steps {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 42px;
}

.fr-step {
  background: #fff;
  border: 1px solid var(--fr-line);
  border-top: 4px solid var(--fr-blue);
  padding: 24px;
  min-height: 230px;
  position: relative;
}

.fr-step.fr-partner {
  border-top-color: var(--fr-red);
}

.fr-step.fr-mixed {
  border-top-color: #222;
}

.fr-step-meta {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--fr-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fr-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fr-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.fr-flat-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--fr-blue);
  opacity: .16;
  pointer-events: none;
}

.fr-step.fr-partner .fr-flat-icon,
.fr-matrix-col.fr-partner .fr-flat-icon {
  color: var(--fr-red);
}

.fr-step.fr-mixed .fr-flat-icon {
  color: #222;
}

.fr-flat-icon svg {
  width: 66px;
  height: 66px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.fr-matrix {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 44px;
}

.fr-matrix-col {
  background: #fff;
  border: 1px solid var(--fr-line);
  padding: 40px 42px;
  border-top: 4px solid var(--fr-blue);
  position: relative;
  overflow: hidden;
}

.fr-matrix-col.fr-partner {
  border-top-color: var(--fr-red);
}

.fr-matrix-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.fr-matrix-title .fr-flat-icon {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 104px;
  height: 104px;
  opacity: .11;
}

.fr-matrix-title .fr-flat-icon svg {
  width: 92px;
  height: 92px;
  stroke-width: 1.45;
}

.fr-matrix-title > div:last-child {
  position: relative;
  z-index: 1;
}

.fr-matrix-title h3 {
  margin: 0;
}

.fr-matrix-title span {
  display: block;
  color: var(--fr-muted);
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px;
}

.fr-matrix-col ul {
  margin: 0;
  padding-left: 22px;
  color: var(--fr-muted);
  line-height: 2;
  font-size: 15px;
}

.fr-standard-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.fr-standard {
  background: #fff;
  border: 1px solid var(--fr-line);
  padding: 22px;
}

.fr-standard b {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--fr-red);
}

.fr-standard span {
  color: var(--fr-ink);
}

.fr-support-section {
  margin-top: 34px;
  background: #fff;
  border: 1px solid var(--fr-line);
  border-left: 5px solid var(--fr-red);
  padding: 28px;
}

.fr-support-section h3 {
  max-width: 720px;
  margin-bottom: 0;
}

.fr-support-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.fr-support-card {
  background: var(--fr-soft);
  padding: 18px;
  min-height: 138px;
  position: relative;
  overflow: hidden;
}

.fr-support-card b,
.fr-support-card span {
  position: relative;
  z-index: 1;
}

.fr-support-card b {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
}

.fr-support-card span {
  display: block;
  color: var(--fr-muted);
  line-height: 1.5;
}

.fr-support-card .fr-flat-icon {
  position: absolute;
  right: -8px;
  top: 10px;
  width: 92px;
  height: 92px;
  color: var(--fr-red);
  opacity: .12;
}

.fr-support-card .fr-flat-icon svg {
  width: 82px;
  height: 82px;
  stroke-width: 1.45;
}

.fr-selector-panel {
  margin: 38px auto 0;
  background: var(--fr-soft);
  border: 1px solid var(--fr-line);
  border-left: 5px solid var(--fr-red);
  padding: 24px;
  text-align: left;
}

.fr-package-picker {
  margin-bottom: 34px;
}

.fr-selector-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.fr-selector-buttons button {
  border: 1px solid var(--fr-line);
  background: #fff;
  padding: 12px 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.fr-selector-buttons button.active {
  background: var(--fr-red);
  border-color: var(--fr-red);
  color: #fff;
}

.fr-selector-result {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fr-muted);
}

.fr-early-note {
  margin-top: 18px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--fr-line);
  color: var(--fr-muted);
  line-height: 1.55;
}

.fr-early-note strong {
  color: var(--fr-ink);
}

.fr-packages {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 54px;
}

.fr-package {
  border: 1px solid var(--fr-line);
  padding: 42px 34px 34px;
  text-align: center;
  position: relative;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.fr-package:hover {
  transform: translateY(-4px);
  box-shadow: var(--fr-shadow);
}

.fr-package.is-selected {
  box-shadow: var(--fr-shadow);
  border-color: var(--fr-red);
}

.fr-package.fr-featured {
  background: #333;
  color: #fff;
  border-color: #333;
}

.fr-package.fr-featured p,
.fr-package.fr-featured .fr-feature-pill {
  color: #fff;
}

.fr-ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fr-red);
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 800;
}

.fr-price {
  color: var(--fr-red);
  font-size: 38px;
  font-weight: 800;
  margin: 14px 0 28px;
}

.fr-package-note {
  min-height: 62px;
}

.fr-package-features {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  text-align: left;
}

.fr-feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--fr-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.fr-feature-pill:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--fr-red);
  flex: 0 0 auto;
  transform: rotate(45deg);
}

.fr-package-metrics {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.fr-metric {
  padding: 14px;
  background: var(--fr-soft);
  font-size: 13px;
  color: var(--fr-muted);
  line-height: 1.55;
  text-align: left;
}

.fr-metric b {
  display: block;
  color: var(--fr-ink);
  margin-bottom: 4px;
}

.fr-featured .fr-metric {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.fr-featured .fr-metric b {
  color: #fff;
}

.fr-choose-package {
  width: 100%;
  margin-top: 24px;
  min-width: 0;
}

.fr-contact-grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  margin-top: 48px;
  text-align: left;
}

.fr-visit-panel,
.fr-form {
  background: #fff;
  border: 1px solid var(--fr-line);
  border-left: 5px solid var(--fr-red);
  padding: 42px;
  min-width: 0;
}

.fr-location-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--fr-ink);
  font-size: 17px;
  line-height: 1.45;
  text-decoration: none;
  max-width: 100%;
}

.fr-location-link:hover {
  color: var(--fr-red);
  text-decoration: none;
}

.fr-poi-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fr-red);
  color: #fff;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.fr-poi-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fr-map-card {
  margin-top: 24px;
  border: 1px solid var(--fr-line);
  background: #fff;
  padding: 12px;
}

.fr-map-card iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.fr-form {
  border-left: 0;
}

.fr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.fr-form label {
  display: block;
  color: var(--fr-muted);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.fr-form input,
.fr-form textarea,
.fr-form select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--fr-line);
  height: 48px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  color: var(--fr-ink);
  background: #fff;
  background-color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.fr-form input::placeholder,
.fr-form textarea::placeholder {
  color: #8b8b8b;
  opacity: 1;
}

.fr-form input:focus,
.fr-form textarea:focus,
.fr-form select:focus {
  border-color: var(--fr-blue);
  box-shadow: 0 0 0 3px rgba(51, 83, 139, .12) !important;
  background-color: #fff !important;
  color: var(--fr-ink);
}

.fr-form textarea {
  height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.fr-form select {
  appearance: auto;
}

.fr-form input:-webkit-autofill,
.fr-form input:-webkit-autofill:hover,
.fr-form input:-webkit-autofill:focus,
.fr-form textarea:-webkit-autofill,
.fr-form textarea:-webkit-autofill:hover,
.fr-form textarea:-webkit-autofill:focus,
.fr-form select:-webkit-autofill,
.fr-form select:-webkit-autofill:hover,
.fr-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--fr-ink) !important;
  caret-color: var(--fr-ink);
  box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(51, 83, 139, .08) !important;
  border-color: var(--fr-line);
  transition: background-color 9999s ease-out 0s;
}

.fr-full {
  grid-column: 1 / -1;
}

.fr-form-captcha {
  margin-top: 18px;
  max-width: 100%;
  overflow: hidden;
}

.fr-form-captcha fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fr-form-captcha legend {
  display: block;
  width: auto;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.4;
}

.fr-form-captcha .form-group {
  margin: 0;
}

.fr-form-captcha .col-sm-10 {
  float: none;
  width: 100%;
  min-height: 0;
  padding: 0;
}

.fr-form-message {
  display: none;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--fr-red);
  background: #fff4f4;
  color: var(--fr-ink);
  font-weight: 700;
}

.fr-form-message.is-success {
  display: block;
  border-left-color: #2f8f46;
  background: #f1fbf4;
}

.fr-form-message.is-error {
  display: block;
}

.fr-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 18px 0;
  cursor: pointer;
}

.fr-consent input {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin-top: 1px;
  padding: 0;
  background: #fff !important;
  border: 1px solid var(--fr-line);
  box-shadow: none !important;
  accent-color: var(--fr-red);
  flex: 0 0 auto;
}

.fr-consent span {
  display: block;
  min-width: 0;
}

.fr-consent a {
  color: var(--fr-red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fr-consent a:hover {
  color: var(--fr-ink);
}

.fr-hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#information-franchise .franchise-page .fr-light {
  padding-left: 56px;
  padding-right: 56px;
  margin-left: 0;
  margin-right: 0;
}

#information-franchise .franchise-page .fr-product-strip,
#information-franchise .franchise-page .fr-matrix,
#information-franchise .franchise-page .fr-contact-grid {
  max-width: 100%;
  min-width: 0;
}

#information-franchise .franchise-page .fr-form input:not([type="checkbox"]),
#information-franchise .franchise-page .fr-form textarea,
#information-franchise .franchise-page .fr-form select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  border: 1px solid var(--fr-line) !important;
  background: #fff !important;
  color: var(--fr-ink) !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#information-franchise .franchise-page .fr-form textarea {
  height: 112px !important;
  padding-top: 12px !important;
}

#information-franchise .franchise-page .fr-form input:not([type="checkbox"]):focus,
#information-franchise .franchise-page .fr-form textarea:focus,
#information-franchise .franchise-page .fr-form select:focus {
  border-color: var(--fr-blue) !important;
  box-shadow: 0 0 0 3px rgba(51, 83, 139, .12) !important;
}

@media (max-width: 1180px) {
  .fr-product-strip,
  .fr-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fr-reveal {
  opacity: 1;
  transform: none;
}

.franchise-page.fr-js-ready .fr-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .62s ease, transform .62s ease;
}

.franchise-page.fr-js-ready .fr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fr-slow-pan {
  from { transform: scale(1.04) translateX(-8px); }
  to { transform: scale(1.09) translateX(12px); }
}

@keyframes fr-pulse {
  0% { box-shadow: 0 0 0 0 rgba(237, 28, 36, .42); }
  70% { box-shadow: 0 0 0 14px rgba(237, 28, 36, 0); }
  100% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .franchise-page *,
  .franchise-page *:before,
  .franchise-page *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .fr-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .franchise-page section,
  .fr-section {
    padding: 64px 0;
  }

  .fr-hero-grid,
  .fr-offer-grid,
  .fr-title-copy,
  .fr-contact-grid,
  .fr-matrix {
    grid-template-columns: 1fr;
  }

  .fr-steps,
  .fr-packages,
  .fr-bento,
  .fr-product-strip,
  .fr-stats-row,
  .fr-standard-grid,
  .fr-support-grid {
    grid-template-columns: 1fr;
  }

  .franchise-page h1 {
    font-size: 36px;
  }

  .franchise-page h2 {
    font-size: 30px;
  }

  .fr-title-copy > p {
    padding-top: 0;
  }

  .fr-hero-photo {
    clip-path: none;
  }

  .fr-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 0;
    width: 100%;
  }

  .fr-form-grid {
    grid-template-columns: 1fr;
  }

  .fr-light {
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  #information-franchise .franchise-page .fr-light {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fr-matrix-col,
  .fr-visit-panel,
  .fr-form {
    padding: 28px 24px;
  }
}
