/* ** Website Theme Child Styles ** */
/* Include @mixin styles below */
/* Add in any child theme styling variable below */
/* ** Child Theme Font Styles ** */
/* Add child theme styling below */
body {
  font-weight: 300;
}
[data-lenis-prevent] {
  overscroll-behavior: contain;
}
a:focus:not(:hover), button:focus:not(:hover), .button.alt:focus:not(:hover), input:focus:not(:hover), textarea:focus:not(:hover), input[type="button"]:focus:not(:hover), input[type="reset"]:focus:not(:hover), input[type="submit"]:focus:not(:hover), input[type="email"]:focus:not(:hover), input[type="tel"]:focus:not(:hover), input[type="url"]:focus:not(:hover), input[type="password"]:focus:not(:hover), input[type="search"]:focus:not(:hover) {
  outline: 1px dashed var(--hmq-2);
}
.button.btn-circle, button.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.btn-circle ion-icon, .button.btn-circle .bfi-icon, button.btn-circle ion-icon, button.btn-circle .bfi-icon {
  margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text:focus {
  background-color: #fff;
}
/* Header */
/* Add in any child theme styling variable below */
body .main-nav-header {
  --menu-line-height: 4px;
  --menu-line-spacing: 11px;
  transition: background-color 0.3s;
  background-color: var(--main-bg-background-colour);
}
@media (min-width: 768px) {
  body .main-nav-header {
    font-size: 0.89em;
  }
}
body .main-nav-header:hover {
  background-color: var(--main-bg-background-colour);
}
body .main-nav-header.with-search:before {
  background-color: inherit;
}
body .main-nav-header nav > ul > li:hover > a {
  color: var(--hmq-2);
}
body .main-nav-header nav > ul > li > a:focus:not(:hover) {
  outline: 1px dashed var(--hmq-2);
}
body .main-nav-header nav > ul > li .child-link a:focus:not(:hover) {
  outline: 1px dashed var(--hmq-1);
}
body .main-nav-header > .container {
  max-width: 1750px;
}
body .main-nav-header > .container #logo {
  align-self: flex-start;
  padding-top: 0.5em;
  z-index: 15;
}
body .main-nav-header > .container #logo a:focus:not(:hover) {
  outline: 1px dashed var(--hmq-2);
}
body .main-nav-header > .container #logo a img {
  transition: all 0.3s;
}
@media (min-width: 600px) {
  body .main-nav-header > .container #logo {
    margin-right: 1em;
  }
}
@media (max-width: 399.98px) {
  body .main-nav-header > .container #logo {
    --logo-width: 80px;
    --logo-height: 80px;
  }
}
body .main-nav-header > .container nav {
  margin-right: auto;
}
body .main-nav-header > .container #logo {
  order: 1;
}
body .main-nav-header > .container .header-nhs-logo {
  order: 2;
}
body .main-nav-header > .container #site-navigation {
  order: 3;
}
body .main-nav-header > .container .header-lang-switch {
  order: 4;
}
body .main-nav-header > .container .header-button-search {
  order: 5;
}
body .main-nav-header > .container .nav-menu-toggle {
  order: 6;
}
@media (max-width: 399.98px) {
  body .main-nav-header .nav-menu-toggle {
    padding: 0 1.25em;
  }
}
body .main-nav-header .header-button.header-button-search {
  align-self: center;
  padding: 0;
  height: 2em;
  width: 2em;
  background: transparent;
  margin-right: 0;
  margin-left: 2.5em;
  position: relative;
  z-index: 270;
  margin-bottom: 0;
  border: none;
}
body .main-nav-header .header-button.header-button-search:hover {
  outline: none;
}
body .main-nav-header .header-button.header-button-search:focus:not(:hover) {
  outline: 1px dashed var(--hmq-2);
}
body .main-nav-header .header-button.header-button-search:hover, body .main-nav-header .header-button.header-button-search:focus {
  background: transparent;
}
body .main-nav-header .header-button.header-button-search .bfi-icon, body .main-nav-header .header-button.header-button-search ion-icon {
  margin: 0;
}
body .main-nav-header .header-button.header-button-search.open .hb-close-icon:before, body .main-nav-header .header-button.header-button-search.open .hb-close-icon:after {
  background-color: var(--headers);
}
body .main-nav-header .header-search-desktop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 260;
  background-color: var(--hmq-2);
  transform: none;
}
body .main-nav-header .header-search-desktop .container {
  display: flex;
  height: 100%;
  align-items: center;
}
body .main-nav-header.show-search .header-search-desktop {
  display: block;
  transform: none;
}
body .header-search-desktop form.search-form, body .header-search-mobile form.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body .header-search-desktop form.search-form .h1, body .header-search-mobile form.search-form .h1 {
  color: var(--headers);
  margin-top: 0;
}
body .header-search-desktop form.search-form .header-search, body .header-search-mobile form.search-form .header-search {
  width: 100%;
  max-width: 800px;
}
body .header-search-desktop form.search-form input.search-field, body .header-search-mobile form.search-form input.search-field {
  border-radius: 0;
}
body .header-search-desktop form.search-form button.search-submit, body .header-search-mobile form.search-form button.search-submit {
  background-color: var(--headers);
  border-color: var(--headers);
  padding-left: 0;
  padding-right: 0;
  width: calc(var(--bttn-line-height) + (var(--bttn-padding-y) * 2) +
            (var(--bttn-border-width) * 2));
}
body .header-search-desktop form.search-form button.search-submit:hover, body .header-search-mobile form.search-form button.search-submit:hover {
  outline: none;
}
body .header-search-desktop form.search-form button.search-submit ion-icon, body .header-search-desktop form.search-form button.search-submit .bfi-icon, body .header-search-mobile form.search-form button.search-submit ion-icon, body .header-search-mobile form.search-form button.search-submit .bfi-icon {
  margin: 0 0 0 0.2em;
  vertical-align: middle;
}
body .header-search-desktop form.search-form button.search-submit > span, body .header-search-mobile form.search-form button.search-submit > span {
  text-indent: -9999px;
  display: inline-block;
}
body .header-search-mobile form.search-form button.search-submit {
  background-color: var(--hmq-2);
  border-color: var(--hmq-2);
}
body .header-nhs-logo {
  position: relative;
  height: 3.5em;
  width: 6.5em;
}
body .header-nhs-logo img {
  height: 100%;
  width: auto;
  margin-left: 0;
  transition: all 0.3s;
}
@media (max-width: 599.98px) {
  body .header-nhs-logo {
    display: none;
  }
}
body nav .header-nhs-logo {
  display: block;
  width: 100%;
  height: auto;
  padding: 2.5em 1.5em;
  margin: 0;
}
body nav .header-nhs-logo img {
  height: 4em;
}
@media (min-width: 600px) {
  body nav .header-nhs-logo {
    display: none;
  }
}
body.hasScrolled .main-nav-header > .container #logo a img, body.no-scroll .main-nav-header > .container #logo a img {
  height: 60%;
  transition: all 0.5s;
}
@media (max-width: 399.98px) {
  body.hasScrolled .main-nav-header > .container #logo a img, body.no-scroll .main-nav-header > .container #logo a img {
    height: 66%;
  }
}
body.hasScrolled .container > .header-nhs-logo img, body.no-scroll .container > .header-nhs-logo img {
  margin-left: -3em;
  transition: all 0.5s;
  transform: scale(80%);
}
.phw-header-secondary.hide-on-scroll, .phw-header-secondary[style*="transform: -100%"], .phw-header-secondary[style*="translateY(-100%)"] {
  position: absolute !important;
  width: 100%;
  pointer-events: none;
  z-index: 1001;
}
.phw-header-secondary {
  position: relative;
  z-index: 1001;
}
.phw-header-secondary .phw-header {
  background-color: #2d78a0;
}
.phw-header-secondary .phw-header .container {
  display: block;
  margin: 0 auto;
  padding: 0.8rem clamp(50px, 2%, 999em);
}
@media (max-width: 480px) {
  .phw-header-secondary .phw-header .container {
    padding: 0.1rem 0.8rem;
  }
}
.phw-header-secondary .phw-header .phw-mob-header.container {
  max-width: 1750px;
}
@media (max-width: 480px) {
  .phw-header-secondary .phw-header .phw-mob-header.container {
    padding: 0.1rem 0.4rem;
  }
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner {
    align-items: end;
  }
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language {
  display: flex;
  flex-wrap: wrap;
  max-width: max-content;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language ul[role=list], .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language ul p {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
@media (max-width: 480px) {
  .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language ul[role=list], .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language ul p {
    font-size: 0.8rem;
  }
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button {
  position: relative;
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button:focus span {
  color: #ffffff;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button img {
  margin-right: 0.45rem;
  height: auto;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background-color: #ffffff;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button.__active:not(:focus) span::before {
  width: 100%;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button.__en {
  margin-top: 0.25rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button:hover span {
  text-decoration: underline;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button:visited, .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .phw-header-language__button:hover {
  color: #ffffff;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner .phw-header-language .nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:first-child a[aria-label="Public Health Wales Home Page"] .ed-phw-logo {
  max-width: 300px;
  height: auto;
}
@media (max-width: 879px) {
  .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:first-child a[aria-label="Public Health Wales Home Page"] .ed-phw-logo {
    padding: 0.3rem 0;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:first-child a[aria-label="Public Health Wales Home Page"] .ed-phw-logo {
    max-width: 150px;
  }
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language {
  display: flex;
  flex-wrap: wrap;
  max-width: max-content;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.1875rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language p.nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  background-color: #ffffff;
  opacity: 15%;
  margin-inline-start: 0.75rem;
  margin-top: 0.3rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button {
  position: relative;
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button.phw-header-language__button:focus span {
  color: #ffffff;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button img {
  margin-right: 0.45rem;
  height: auto;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background-color: #ffffff;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button.__active:not(:focus) span::before {
  width: 100%;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button.__en {
  margin-top: 0.25rem;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button:hover span {
  text-decoration: underline;
}
.phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button:visited, .phw-header-secondary .phw-header .phw-mob-header .phw-header-inner > div:last-child .phw-header-language ul[role="list"] li .phw-header-language__button:hover {
  color: #ffffff;
}
.main-nav-header {
  position: relative;
  z-index: 1000;
}
/* Cookie banner and form */
.nhsuk-cookie-banner__message {
  background-color: #ffffff;
  padding: 1em 0;
}
.nhsuk-cookie-banner__message .button-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nhsuk-cookie-banner__message h2.nhsuk-cookie-banner__heading.nhsuk-heading-m {
  font-size: 1.375rem;
  line-height: inherit;
  margin: 0;
}
.nhsuk-cookie-banner__message p, .nhsuk-cookie-banner__message ul {
  margin: 0.5em 0;
}
.nhsuk-cookie-banner__message a.view-cookie-information {
  text-decoration: underline;
}
.nhsuk-cookie-banner__message button#accept-cookies, .nhsuk-cookie-banner__message button#reject-cookies {
  margin: 0;
}
.nhsuk-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.nhsuk-radios__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding-left: 40px;
  position: relative;
}
.nhsuk-radios__item .nhsuk-radios__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}
.nhsuk-radios__item .nhsuk-radios__input:focus + .nhsuk-radios__label:before {
  border: 4px solid 57307f;
  box-shadow: 0 0 0 0.3125rem #e8ae04;
  outline: 4px solid transparent;
  outline-offset: 1px;
}
.nhsuk-radios__item .nhsuk-radios__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  font-size: 1em;
  font-weight: inherit;
}
.nhsuk-radios__item .nhsuk-radios__label::before {
  border-radius: 50%;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #4c6272;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.nhsuk-radios__item .nhsuk-radios__label::after {
  border-radius: 50%;
  box-sizing: border-box;
  background: #4c6272;
  border: 10px solid #000000;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 0;
}
.nhsuk-radios__item .nhsuk-radios__input:checked + .nhsuk-radios__label::after {
  opacity: 1;
  height: 20px;
  width: 20px;
}
/* Update cookie preferences notification banner styling */
.nhsuk-notification-banner-container {
  display: flex;
  width: 100%;
}
.nhsuk-notification-banner-container .nhsuk-notification-banner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
  margin-bottom: 20px;
  border: 5px solid #e0007a;
  color: #000000;
  padding: 15px;
  background-color: #ffffff;
}
.nhsuk-notification-banner-container .nhsuk-notification-banner:empty {
  border: none;
  padding: 0;
  margin: 0;
  height: 0px;
  background-color: transparent;
}
@media (max-width: 768px) {
  #reject-cookies, #accept-cookies {
    margin: 0 0 1em 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
    border-radius: 10px;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Footer */
footer {
  padding-bottom: 0;
}
footer .container p a, footer .container p a:hover {
  color: var(--footer-link, #FFF);
}
footer .footer-upper .footer-logo {
  margin-right: 2em;
}
footer .footer-upper .footer-nhs-logo {
  margin-right: auto;
}
footer .footer-upper .footer-nhs-logo img {
  display: block;
  width: var(--footer-logo-width);
  max-width: 100%;
}
@media (max-width: 767.98px) {
  footer .footer-upper {
    flex-direction: row;
  }
  footer .footer-upper .footer-logo {
    margin-left: 0;
  }
}
footer .footer-main {
  font-size: 1em;
}
@media (min-width: 1024px) {
  footer .footer-main h4 {
    font-size: 1.3em;
  }
}
footer .footer-main ul li a {
  font-weight: 500;
}
@media (max-width: 479.98px) {
  footer .footer-main {
    font-size: 1em;
  }
  footer .footer-main .contact-column {
    order: 2;
    text-align: left;
  }
  footer .footer-main .contact-column ul.social-media {
    justify-content: flex-start;
  }
  footer .footer-main .menu-blocks .menu-block {
    text-align: left;
  }
  footer .footer-main .menu-blocks .menu-block li {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  footer .footer-main .contact-column.right {
    width: 46%;
    padding-left: 3em;
  }
}
@media (min-width: 959px) and (max-width: 1300px) {
  footer .footer-main .menu-blocks {
    flex-wrap: wrap;
  }
  footer .footer-main .menu-blocks .menu-block.menu-block-text {
    max-width: 80%;
    width: 100%;
    margin-right: 10%;
  }
}
footer .footer-lower.show-border {
  border-color: #f2f2f2;
}
footer .footer-lower .footer-legals a {
  color: var(--text);
  text-decoration: underline;
}
@media (max-width: 479.98px) {
  footer .footer-lower {
    font-size: 1em;
  }
}
@media (min-width: 1300px) {
  footer .footer-upper.footer-logo-mobile {
    display: none;
  }
  footer .footer-logo-desktop {
    margin-right: 2rem;
  }
}
@media (max-width: 1300px) {
  footer .footer-logo-desktop {
    display: none;
  }
  footer .footer-upper.footer-logo-mobile {
    padding-bottom: 0;
  }
}
.ed-phw-footer {
  background-color: #2d78a0;
  padding: 1.4rem 0;
}
.ed-phw-footer .container {
  display: block;
}
.ed-phw-footer .ed-phw-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 768px) {
  .ed-phw-footer .ed-phw-footer-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 879px) {
  .ed-phw-footer .ed-phw-footer-grid {
    padding-left: 0;
  }
}
.ed-phw-footer .links-grid-section {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}
@media (max-width: 768px) {
  .ed-phw-footer .links-grid-section {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}
.ed-phw-footer .copy-right-grid-section {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
}
@media (max-width: 768px) {
  .ed-phw-footer .copy-right-grid-section {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
.ed-phw-footer .phw-footer-link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
.ed-phw-footer .phw-footer-link-list a {
  text-decoration: underline;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #fff;
}
.ed-phw-footer .phw-footer-link-list a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .ed-phw-footer .phw-footer-link-list a {
    font-size: 0.875rem;
  }
}
.ed-phw-footer .phw-footer-link-list li {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .ed-phw-footer .phw-footer-link-list {
    flex-direction: column;
  }
  .ed-phw-footer .phw-footer-link-list li {
    margin-bottom: 0.5rem;
  }
}
.ed-phw-footer .copyright-text {
  color: var(--color-white);
  text-align: right;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ed-phw-footer .copyright-text {
    text-align: left;
    font-size: 0.875rem;
  }
}
.ed-phw-footer .ed-phw-logo, .ed-phw-footer .ed-phw-footer-logo {
  max-width: 300px;
  height: auto;
  margin-left: -5px;
  padding: 0 1.563rem;
}
@media (max-width: 879px) {
  .ed-phw-footer .ed-phw-logo, .ed-phw-footer .ed-phw-footer-logo {
    padding: 0.3rem 0;
    max-width: 200px;
  }
}
.flyout-form-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190;
  width: 100vw;
  height: 100vh;
  background: var(--menu-smokescreen, rgba(8, 19, 25, 0.85));
}
.flyout-form-section p.h4 a {
  color: var(--primary);
}
.flyout-form-section .flyout-form {
  --segment-width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
}
.flyout-form-section .flyout-form .flyout-form-container {
  position: absolute;
  top: 0;
  left: calc(var(--segment-width) * -1);
  bottom: 0;
  width: var(--segment-width);
  background-color: #fff;
}
.flyout-form-section .flyout-form .flyout-form-container.flyout-trans {
  transition: all 1s ease-in-out;
}
.flyout-form-section .flyout-form .flyout-form-container > section {
  --this-bg-text: #000;
  padding: 2em 1.2em 4em;
  min-height: 100vh;
}
@media (min-width: 550px) {
  .flyout-form-section .flyout-form .flyout-form-container > section {
    padding: 2em 2em 4em;
  }
}
.flyout-form-section .flyout-form .flyout-form-container .form-switch input[type=checkbox]:checked + label + label + label {
  color: var(--this-bg-headers);
}
.flyout-form-section .flyout-form .flyout-form-container .form-switch input[type=checkbox]:not(:checked) + label + label {
  color: var(--this-bg-headers);
}
.flyout-form-section .flyout-form .flyout-form-container .form-switch label {
  opacity: 1 !important;
}
.flyout-form-section .flyout-form.flyout-open .flyout-form-container {
  left: 0;
}
.flyout-form-section .flyout-form .flyout-form-main {
  padding: 1.5em 2em;
}
.flyout-form-section .flyout-form .flyout-form-main .h3 {
  color: var(--this-bg-secondary);
}
.flyout-form-section .flyout-form .flyout-form-main > p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .flyout-form-section .flyout-form .flyout-form-main {
    padding: 3em 2em 2em;
  }
}
.flyout-form-section .flyout-form .flyout-form-container {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #e9e9e9 #fafafa;
  scrollbar-width: thin;
}
.flyout-form-section .flyout-form .flyout-form-container::-webkit-scrollbar {
  width: 10px;
}
.flyout-form-section .flyout-form .flyout-form-container::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 10px;
}
.flyout-form-section .flyout-form .flyout-form-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid transparent;
  background-clip: content-box;
  background-color: #e9e9e9;
}
@media (min-width: 600px) {
  .flyout-form-section .flyout-form {
    --segment-width: 70vw;
  }
}
@media (min-width: 768px) {
  .flyout-form-section .flyout-form {
    --segment-width: 40vw;
  }
}
@media (min-width: 900px) {
  .flyout-form-section .flyout-form {
    --segment-width: 35vw;
  }
}
.flyout-form-section .flyout-form .flyout-form-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  float: right;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.flyout-form-section .flyout-form-closing {
  padding-top: 2em;
  font-size: 0.9em;
}
.flyout-form-section .flyout-form-closing a {
  font-weight: 500;
}
.flyout-form-sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  position: fixed;
  right: 0;
  bottom: 2em;
  z-index: 20;
  padding: 1em 0.5em;
  border-radius: calc(var(--component-radius) * 0.5) 0 0 calc(var(--component-radius) * 0.5);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.flyout-form-sticky:hover {
  color: #fff;
  text-decoration: none;
}
.flyout-form-sticky .flyout-form-sticky-text {
  font-size: 0.9em;
  line-height: 1.3;
  width: 5.5em;
  font-weight: 500;
}
.flyout-form-sticky .flyout-form-sticky-text span {
  display: block;
  font-size: 0.8em;
  padding-top: 0.3em;
  font-weight: 400;
}
.flyout-form-sticky ion-icon, .flyout-form-sticky .bfi-icon {
  color: var(--hmq-2);
  font-size: 1.5em;
  vertical-align: middle;
}
.flyout-form-sticky ion-icon:first-of-type, .flyout-form-sticky .bfi-icon:first-of-type {
  font-size: 2.2em;
}
@media (max-width: 549.98px) {
  .flyout-form-sticky {
    flex-direction: row;
    bottom: 1em;
    padding: 0.6em 0.5em;
  }
  .flyout-form-sticky .flyout-form-sticky-text {
    max-width: 7.5em;
    width: auto;
  }
  .flyout-form-sticky .flyout-form-sticky-text span {
    display: none;
  }
  .flyout-form-sticky ion-icon:first-of-type {
    display: none;
  }
}
/* Forms */
input, textarea, select {
  border-radius: calc(var(--component-radius)* 0.25);
}
section label {
  font-weight: 400;
}
section input[type=email], section input[type=password], section input[type=search], body input[type=search], section input[type=tel], section input[type=text], section input[type=url], section input[type=number], section input[type=date], section textarea, section textarea.input-text, section select {
  font-size: 1em;
  line-height: 1.4;
  padding: 0.6em 1.2em;
}
ul.social-media, footer .footer-main ul.social-media {
  display: flex;
  gap: 1em;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}
ul.social-media li, footer .footer-main ul.social-media li {
  margin: 0;
}
ul.social-media li a, footer .footer-main ul.social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  background-color: var(--primary);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  outline-color: var(--btn-outline-colour-1);
  transition: all 0.5s ease, outline 0.25s ease;
}
ul.social-media li a:hover, footer .footer-main ul.social-media li a:hover {
  outline: var(--btn-outline-hover-2);
  color: #fff;
}
ul.social-media li a ion-icon, ul.social-media li a .bfi-icon, footer .footer-main ul.social-media li a ion-icon, footer .footer-main ul.social-media li a .bfi-icon {
  font-size: 1.4em;
}
ul.social-media li:nth-child(3n) a, footer .footer-main ul.social-media li:nth-child(3n) a {
  background-color: var(--primary);
}
ul.social-media li:nth-child(3n + 1) a, footer .footer-main ul.social-media li:nth-child(3n + 1) a {
  background-color: var(--hmq-1);
}
ul.social-media li:nth-child(3n + 2) a, footer .footer-main ul.social-media li:nth-child(3n + 2) a {
  background-color: var(--hmq-2);
}
ul.social-media li:nth-child(3n + 2) a, footer .footer-main ul.social-media li:nth-child(3n + 2) a {
  background-color: var(--hmq-3);
}
footer .footer-upper ul.social-media li, footer .footer-main .contact-column.right ul.social-media li {
  margin: 0;
}
footer .footer-upper ul.social-media li a, footer .footer-main .contact-column.right ul.social-media li a {
  padding: 0;
  color: #fff;
}
footer .footer-upper ul.social-media li a ion-icon, footer .footer-upper ul.social-media li a .bfi-icon, footer .footer-main .contact-column.right ul.social-media li a ion-icon, footer .footer-main .contact-column.right ul.social-media li a .bfi-icon {
  font-size: 1.3em;
}
footer .footer-upper ul.social-media li a:hover, footer .footer-main .contact-column.right ul.social-media li a:hover {
  color: #fff;
}
footer .footer-main ul.social-media {
  margin-top: 1em;
}
/* -------------------------- */
/* SECTION BACKGROUND CONTROL */
body {
  background-color: var(--main-bg-background-colour);
}
main {
  position: relative;
  background-color: var(--main-bg-background-colour);
}
main > section {
  position: relative;
  z-index: 1;
}
main > section.flexible-content {
  background-color: transparent;
}
main > section.flexible-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: -1;
}
main > section.flexible-content.make-transparent:before {
  bottom: 0;
}
main > section.flexible-content.bgc-1:before, main > section.flexible-content.bgc-2:before, main > section.flexible-content.bgc-3:before, main > section.flexible-content.bgc-4:before, main > section.flexible-content.bgc-5:before, main > section.flexible-content.bgc-6:before, main > section.flexible-content.bgc-7:before, main > section.flexible-content.bgc-8:before, main > section.flexible-content.bgc-9:before, main > section.flexible-content.bgc-white:before {
  background-color: var(--this-bg-colour);
}
main section[class*="slant"] {
  --top-edge: 0 0, 100% 0%;
  --bottom-edge: 100% 100%, 0 100%;
  --slant-amount: 1.5em;
}
main section[class*="slant"].slant-top-up {
  --top-edge: 0 calc(0% + var(--slant-amount)), 100% 0%;
}
main section[class*="slant"].slant-top-down {
  --top-edge: 0 0, 100% calc(0% + var(--slant-amount));
}
main section[class*="slant"].slant-bot-up {
  --bottom-edge: 100% calc(100% - var(--slant-amount)), 0 100%;
}
main section[class*="slant"].slant-bot-down {
  --bottom-edge: 100% 100%, 0 calc(100% - var(--slant-amount));
}
main section[class*="slant"]:before {
  clip-path: polygon(var(--top-edge), var(--bottom-edge));
}
main section[class*="slant-top"]:not(.image-with-text, .savings-calculator) {
  padding-top: 7em;
}
main section[class*="slant-top"]:not(.image-with-text, .savings-calculator):before {
  top: 2em;
}
main section[class*="slant-bot"]:not(.image-with-text, .savings-calculator) {
  padding-bottom: 7em;
}
main section[class*="slant-bot"]:not(.image-with-text, .savings-calculator):before {
  bottom: 2em;
}
main .shape-rows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
main .shape-rows > div {
  flex: 0 1 100%;
  position: relative;
}
main .shape-rows > div .shape {
  position: absolute;
  top: -8vw;
  width: 40vw;
  height: 40vw;
  width: clamp(20rem, 40vw, 32rem);
  height: clamp(20rem, 40vw, 32rem);
  background-color: #e8ae04;
  opacity: 0.125;
}
main .shape-rows > div .shape.circle {
  border-radius: 50%;
}
main .shape-rows > div .shape.triangle {
  clip-path: polygon(0% 87%, 50% 0%, 50% 0%, 100% 87%);
}
main .shape-rows > div:nth-child(odd) .shape {
  left: -5vw;
}
main .shape-rows > div:nth-child(even) .shape {
  right: -5vw;
}
main .shape-rows > div:nth-child(3n+1) .shape {
  background-color: #ff65c3;
}
main .shape-rows > div:nth-child(3n+2) .shape {
  background-color: #57c6f3;
}
main .shape-rows > div.shape-row-1 .shape {
  transform: rotate(20deg);
}
/* Transparent Background Updates */
.make-transparent {
  /* Fix for bg-match when using transparency */
}
.make-transparent.bgc-1, .make-transparent .bgc-1 {
  --this-bg-colour: transparent;
}
.make-transparent.bgc-1, .make-transparent .bgc-1, .make-transparent.bgc-2, .make-transparent .bgc-2, .make-transparent.bgc-3, .make-transparent .bgc-3, .make-transparent.bgc-4, .make-transparent .bgc-4, .make-transparent.bgc-5, .make-transparent .bgc-5, .make-transparent.bgc-6, .make-transparent .bgc-6, .make-transparent.bgc-7, .make-transparent .bgc-7, .make-transparent.bgc-8, .make-transparent .bgc-8, .make-transparent.bgc-9, .make-transparent .bgc-9, .make-transparent.bgc-white, .make-transparent .bgc-white {
  --this-bg-text: var(--bg-text-1, var(--text, #444));
  --this-bg-headers: var(--bg-headers-1, var(--headers, #444));
  --this-bg-link-colour: var(--bg-link-1, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-1, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-1, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-1, var(--secondary, #216085));
  --this-over: var(--bg-over-1);
}
.make-transparent.bgc-white, .make-transparent .bgc-white {
  --this-bg-colour: #ffffff1c;
}
.make-transparent.bgc-2, .make-transparent .bgc-2 {
  --this-bg-colour: var(--bg-colour-transparent-2, transparent);
}
.make-transparent.bgc-3, .make-transparent .bgc-3 {
  --this-bg-colour: var(--bg-colour-transparent-3, transparent);
}
.make-transparent.bgc-4, .make-transparent .bgc-4 {
  --this-bg-colour: var(--bg-colour-transparent-4, transparent);
}
.make-transparent.bgc-5, .make-transparent .bgc-5 {
  --this-bg-colour: var(--bg-colour-transparent-5, transparent);
}
.make-transparent.bgc-6, .make-transparent .bgc-6 {
  --this-bg-colour: var(--bg-colour-transparent-6, transparent);
}
.make-transparent.bgc-7, .make-transparent .bgc-7 {
  --this-bg-colour: var(--bg-colour-transparent-7, transparent);
}
.make-transparent.bgc-8, .make-transparent .bgc-8 {
  --this-bg-colour: var(--bg-colour-transparent-8, transparent);
}
.make-transparent.bgc-9, .make-transparent .bgc-9 {
  --this-bg-colour: var(--bg-colour-transparent-9, transparent);
}
.make-transparent.image-with-text-box-display .image-with-text .image-wrap {
  border-radius: var(--component-radius);
}
.make-transparent.carousel-with-text.display-type-box:not(.bg-match) .image-wrap {
  border-radius: var(--component-radius);
}
section.make-purple-transparent {
  --this-bg-colour: transparent;
}
/* COMPONENTS */
@media screen and (max-width: 959.98px) {
  section.module-1.padding-bottom-0, section.module-1.padding-default {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 399.98px) {
  section.module-1.padding-bottom-0, section.module-1.padding-default {
    padding-top: 2.5em;
  }
}
.image-with-text.image-inline .image-wrap img {
  border-radius: var(--component-radius);
  overflow: hidden;
}
.image-with-text-box-display[data-prev-section="image_with_text"].padding-top-0:before, .image-with-text-box-display[data-prev-section="image_with_text"].padding-top-bottom-0:before {
  top: 0px;
}
.image-with-text-box-display.image-inline .image-with-text:not(.bg-match) .image-wrap img {
  border-radius: calc(var(--component-radius) * 0.5);
}
@media only screen and (max-width: 958.98px) {
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match) .image-wrap {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 100%, -1% 92%);
  }
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match) .content-wrap {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 959px) {
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match) .image-wrap {
    flex: 0 52%;
  }
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match) .content-wrap {
    flex: 0 48%;
  }
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match).image-align-left .image-wrap {
    clip-path: polygon(-1% -1%, 100% -1%, 92% 101%, -1% 101%);
  }
  .image-with-text-box-display.slant-box-bg .image-with-text:not(.bg-match).image-align-right .image-wrap {
    clip-path: polygon(0% -1%, 101% -1%, 101% 101%, 8% 101%);
  }
}
.image-with-text.padding-top-0[class*="slant-top"]:before, .image-with-text.padding-top-0[class*="slant-bot"]:before, .image-with-text.padding-bottom-0[class*="slant-top"]:before, .image-with-text.padding-bottom-0[class*="slant-bot"]:before, .image-with-text.padding-top-bottom-0[class*="slant-top"]:before, .image-with-text.padding-top-bottom-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-top-0[class*="slant-top"]:before, .image-with-text-box-display.padding-top-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-bottom-0[class*="slant-top"]:before, .image-with-text-box-display.padding-bottom-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-top-bottom-0[class*="slant-top"]:before, .image-with-text-box-display.padding-top-bottom-0[class*="slant-bot"]:before {
  top: 5em;
}
@media only screen and (min-width: 959px) {
  .image-with-text.padding-top-0[class*="slant-top"]:before, .image-with-text.padding-top-0[class*="slant-bot"]:before, .image-with-text.padding-bottom-0[class*="slant-top"]:before, .image-with-text.padding-bottom-0[class*="slant-bot"]:before, .image-with-text.padding-top-bottom-0[class*="slant-top"]:before, .image-with-text.padding-top-bottom-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-top-0[class*="slant-top"]:before, .image-with-text-box-display.padding-top-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-bottom-0[class*="slant-top"]:before, .image-with-text-box-display.padding-bottom-0[class*="slant-bot"]:before, .image-with-text-box-display.padding-top-bottom-0[class*="slant-top"]:before, .image-with-text-box-display.padding-top-bottom-0[class*="slant-bot"]:before {
    top: 3em;
    bottom: 3em;
  }
}
@media only screen and (min-width: 959px) {
  .image-with-text.padding-top-0[class*="slant-top"] .image-wrap, .image-with-text.padding-top-0[class*="slant-bot"] .image-wrap, .image-with-text.padding-bottom-0[class*="slant-top"] .image-wrap, .image-with-text.padding-bottom-0[class*="slant-bot"] .image-wrap, .image-with-text.padding-top-bottom-0[class*="slant-top"] .image-wrap, .image-with-text.padding-top-bottom-0[class*="slant-bot"] .image-wrap, .image-with-text-box-display.padding-top-0[class*="slant-top"] .image-wrap, .image-with-text-box-display.padding-top-0[class*="slant-bot"] .image-wrap, .image-with-text-box-display.padding-bottom-0[class*="slant-top"] .image-wrap, .image-with-text-box-display.padding-bottom-0[class*="slant-bot"] .image-wrap, .image-with-text-box-display.padding-top-bottom-0[class*="slant-top"] .image-wrap, .image-with-text-box-display.padding-top-bottom-0[class*="slant-bot"] .image-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 959px) {
  .image-with-text.padding-top-0[class*="slant-top"] .content-wrap, .image-with-text.padding-top-0[class*="slant-bot"] .content-wrap, .image-with-text.padding-bottom-0[class*="slant-top"] .content-wrap, .image-with-text.padding-bottom-0[class*="slant-bot"] .content-wrap, .image-with-text.padding-top-bottom-0[class*="slant-top"] .content-wrap, .image-with-text.padding-top-bottom-0[class*="slant-bot"] .content-wrap, .image-with-text-box-display.padding-top-0[class*="slant-top"] .content-wrap, .image-with-text-box-display.padding-top-0[class*="slant-bot"] .content-wrap, .image-with-text-box-display.padding-bottom-0[class*="slant-top"] .content-wrap, .image-with-text-box-display.padding-bottom-0[class*="slant-bot"] .content-wrap, .image-with-text-box-display.padding-top-bottom-0[class*="slant-top"] .content-wrap, .image-with-text-box-display.padding-top-bottom-0[class*="slant-bot"] .content-wrap {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.image-with-text .container-half.include-icon, .image-with-text-box-display .container-half.include-icon {
  position: relative;
  padding-left: 3.5em;
}
.image-with-text .container-half.include-icon .iwt-side-icon, .image-with-text-box-display .container-half.include-icon .iwt-side-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--this-bg-secondary);
  font-size: 1.4em;
}
@media only screen and (min-width: 500px) {
  .image-with-text .container-half.include-icon, .image-with-text-box-display .container-half.include-icon {
    padding-left: 4em;
  }
  .image-with-text .container-half.include-icon .iwt-side-icon, .image-with-text-box-display .container-half.include-icon .iwt-side-icon {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 958.98px) {
  .image-with-text .image-inline .content-wrap, .image-with-text-box-display .image-inline .content-wrap {
    flex: unset;
  }
}
@media screen and (min-width: 1200px) {
  .quick-links-grid .container .links-grid.f-carousel {
    --f-carousel-slide-width: calc((100% - (var(--f-carousel-spacing) * 3)) / 4);
  }
}
.quick-links-grid .container .links-grid .single-link-wrap {
  --slw-padding-x: 2em;
  --slw-padding-y: 3em;
  --slw-bg: var(--hmq-1);
  padding: var(--slw-padding-y) var(--slw-padding-x);
}
.quick-links-grid .container .links-grid .single-link-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: grayscale(1);
}
.quick-links-grid .container .links-grid .single-link-wrap:after {
  opacity: 0.3;
  background-color: var(--slw-bg);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n) {
  --slw-bg: var(--hmq-1);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n) .button {
  --btn-bg: #fff;
  --btn-border: #fff;
  --btn-bg-hover: #fff;
  --btn-border-hover: #fff;
  --btn-text: var(--hmq-1);
  --btn-text-hover: var(--hmq-1);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n + 1) {
  --slw-bg: var(--hmq-2);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n + 1) .button {
  --btn-bg: #fff;
  --btn-border: #fff;
  --btn-bg-hover: #fff;
  --btn-border-hover: #fff;
  --btn-text: var(--hmq-2);
  --btn-text-hover: var(--hmq-2);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n + 2) {
  --slw-bg: var(--hmq-3);
}
.quick-links-grid .container .links-grid .single-link-wrap:nth-child(3n + 2) .button {
  --btn-bg: #fff;
  --btn-border: #fff;
  --btn-bg-hover: #fff;
  --btn-border-hover: #fff;
  --btn-text: var(--hmq-3);
  --btn-text-hover: var(--hmq-3);
}
.quick-links-grid .container .links-grid .single-link-wrap .link-content {
  display: flex;
  flex-direction: column;
  z-index: 3;
  height: 100%;
}
.quick-links-grid .container .links-grid .single-link-wrap .link-content > div {
  margin-top: auto;
  padding-top: 3em;
  position: relative;
}
.quick-links-grid .container .links-grid .single-link-wrap .link-content > div * {
  position: relative;
}
.quick-links-grid .container .links-grid .single-link-wrap .link-content .button {
  margin: 0;
}
.quick-links-grid .container .links-grid .single-link-wrap .qlg-bg-circle {
  position: absolute;
  left: -180%;
  top: 8em;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  background-color: var(--slw-bg);
  width: 360%;
  border-radius: 50%;
}
.quick-links-grid .container .links-grid .single-link-wrap .qlg-bg-circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.quick-links-grid .container .links-grid .single-link-wrap:hover:after {
  background-color: var(--slw-bg);
}
.quick-links-grid .container .links-grid .single-link-wrap:hover .qlg-bg-circle {
  opacity: 0.8;
  left: -160%;
}
.icon-grid .icon-grid-display:not(.make-me-carousel) {
  gap: 2em 0;
  justify-content: center;
}
@media screen and (max-width: 399.98px) {
  .icon-grid .icon-grid-display:not(.make-me-carousel) {
    gap: 1em 0;
  }
}
@media screen and (max-width: 499.98px) {
  .icon-grid .icon-grid-display:not(.make-me-carousel) .single-icon-wrap {
    flex: 0 0 100%;
  }
  .icon-grid .icon-grid-display:not(.make-me-carousel) .single-icon-wrap .single-icon {
    flex-direction: row;
  }
  .icon-grid .icon-grid-display:not(.make-me-carousel) .single-icon-wrap .single-icon > .bfi-icon, .icon-grid .icon-grid-display:not(.make-me-carousel) .single-icon-wrap .single-icon > ion-icon {
    margin: 0;
    font-size: 2em;
    flex-shrink: 0;
  }
  .icon-grid .icon-grid-display:not(.make-me-carousel) .single-icon-wrap .single-icon .buttons {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }
}
.icon-grid .icon-grid-display .single-icon {
  align-items: center;
  gap: 1em;
  height: 100%;
  margin: 0 1em;
  padding: 2em 1em;
  text-transform: initial;
  font-weight: initial;
  position: relative;
}
@media screen and (max-width: 399.98px) {
  .icon-grid .icon-grid-display .single-icon {
    margin: 0;
    padding: 1.2em 1em;
  }
}
.icon-grid .icon-grid-display .single-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--this-over);
  border-radius: var(--component-radius);
  transition: all 500ms linear;
}
.icon-grid .icon-grid-display .single-icon:hover:before {
  transform: rotate(-2deg) scale(1.02);
}
.icon-grid .icon-grid-display .single-icon:hover > ion-icon, .icon-grid .icon-grid-display .single-icon:hover > .bfi-icon {
  transform: rotate(5deg);
}
.icon-grid .icon-grid-display .single-icon .icon-wrap span {
  display: block;
  color: var(--this-bg-headers);
  padding: 0 0.5em;
  margin: 0;
}
.icon-grid .icon-grid-display .single-icon > ion-icon, .icon-grid .icon-grid-display .single-icon > .bfi-icon {
  transition: all 500ms linear;
  margin-bottom: 0;
}
.icon-grid .icon-grid-display .single-icon .buttons {
  margin-top: auto;
  padding-top: 1em;
  justify-content: center;
}
.icon-grid .icon-colour-default > ion-icon, .icon-grid .icon-colour-default > .bfi-icon {
  color: var(--text, #444444);
}
.icon-grid .icon-colour-primary > ion-icon, .icon-grid .icon-colour-primary > .bfi-icon {
  color: var(--primary, #132a37);
}
.icon-grid .icon-colour-secondary > ion-icon, .icon-grid .icon-colour-secondary > .bfi-icon {
  color: var(--secondary, #216085);
}
.icon-grid .icon-colour-white > ion-icon, .icon-grid .icon-colour-white > .bfi-icon {
  color: #fff;
}
.icon-grid .icon-colour-hmq-1 > ion-icon, .icon-grid .icon-colour-hmq-1 > .bfi-icon {
  color: var(--hmq-1);
}
.icon-grid .icon-colour-hmq-3 > ion-icon, .icon-grid .icon-colour-hmq-3 > .bfi-icon {
  color: var(--hmq-3);
}
.icon-grid .icon-colour-background-colours-1 > ion-icon, .icon-grid .icon-colour-background-colours-1 > .bfi-icon {
  color: var(--bg-colour-1);
}
.in-page-banner .smoke-screen.tint-screen {
  background: inherit;
}
.in-page-banner .smoke-screen.tint-screen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: grayscale(1) brightness(1.05);
}
.in-page-banner .smoke-screen.tint-screen:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.in-page-banner .smoke-screen.tint-screen.hmq-1:after {
  background-color: var(--hmq-1);
}
.in-page-banner .smoke-screen.tint-screen.hmq-2:after {
  background-color: var(--hmq-2);
}
.in-page-banner .smoke-screen.tint-screen.hmq-3:after {
  background-color: var(--hmq-3);
}
.in-page-banner .in-page-banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.7;
}
.in-page-banner .in-page-banner-shape .in-page-banner-circle {
  position: absolute;
  top: 30vh;
  width: 145vw;
  max-width: 910px;
  transform: translateY(-50%);
  transition: all 500ms linear;
  border-radius: 50%;
  background-color: #57307f;
}
.in-page-banner .in-page-banner-shape .in-page-banner-circle.tint-hmq-1 {
  background-image: unset;
  background-color: var(--hmq-1);
}
.in-page-banner .in-page-banner-shape .in-page-banner-circle.tint-hmq-2 {
  background-image: unset;
  background-color: var(--hmq-2);
}
.in-page-banner .in-page-banner-shape .in-page-banner-circle.tint-hmq-3 {
  background-image: unset;
  background-color: var(--hmq-3);
}
.in-page-banner .in-page-banner-shape .in-page-banner-circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 767.98px) {
  .in-page-banner .in-page-banner-shape .in-page-banner-circle {
    left: 50vw;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .in-page-banner .in-page-banner-shape .in-page-banner-circle {
    width: 66vw;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .in-page-banner .in-page-banner-shape.pos-left .in-page-banner-circle {
    right: 48vw;
  }
  .in-page-banner .in-page-banner-shape.pos-right .in-page-banner-circle {
    left: 48vw;
  }
  .in-page-banner .in-page-banner-shape.pos-center .in-page-banner-circle {
    left: 50vw;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .in-page-banner .image-wrapper .in-page-banner-content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content.pos-left, .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content.pos-right, .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content.pos-center {
    max-width: 66vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content {
    width: 42vw;
    max-width: 650px;
  }
}
.in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background-color: #fff;
  padding: 0;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  font-size: 2.6em;
  color: var(--primary);
}
@media screen and (max-width: 767.98px) {
  .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon + .banner-text {
    margin-top: 1em;
  }
}
.in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon ion-icon, .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon .bfi-icon {
  font-size: inherit;
  color: inherit;
}
.in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon.colour-hmq-1 {
  color: var(--hmq-1);
}
.in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon.colour-hmq-2 {
  color: var(--hmq-2);
}
.in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon.colour-hmq-3 {
  color: var(--hmq-3);
}
@media screen and (min-width: 768px) {
  .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon {
    margin: 0;
  }
  .in-page-banner .image-wrapper .in-page-banner-content .container .banner-content .banner-icon + .banner-text {
    margin-left: 2em;
  }
}
@media screen and (min-width: 768px) {
  .in-page-banner .image-wrapper .in-page-banner-content.text-position-right .container .banner-content .banner-icon {
    margin: 0;
  }
  .in-page-banner .image-wrapper .in-page-banner-content.text-position-right .container .banner-content .banner-icon + .banner-text {
    margin-right: 2em;
    margin-left: 0;
  }
}
.featured-article-grid .container .article-grid .single-article-wrap .content-wrap {
  align-items: center;
  text-align: center;
}
.featured-article-grid .container .article-grid .single-article-wrap .image-wrap {
  min-height: 250px;
}
@media only screen and (min-width: 1200px) {
  .featured-article-grid .container .article-grid.f-carousel {
    --f-carousel-slide-width: calc((100% - (var(--f-carousel-spacing) * 3)) / 4);
  }
}
.featured-article-grid.bgc-white .container .article-grid .single-article-wrap {
  --this-over: var(--bg-colour-1);
  --this-bg-headers: var(--bg-headers-1);
}
.tabbed-content.bgc-1 .tabs {
  --this-over: #fff;
  --this-bg-text: var(--text,#444);
  --this-bg-headers: var(--headers,#444);
}
.tabbed-content.bgc-1 .tabs .single-tab .price-row {
  border-color: rgba(0, 0, 0, 0.05);
}
.configurable-list .container .number li:before {
  color: #fff;
  background-color: var(--this-bg-secondary);
  width: 34px;
  height: 34px;
}
.configurable-list .container .bullet li:before {
  background-color: var(--this-bg-headers);
}
@media only screen and (max-width: 958.98px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 100%, -1% 92%);
  }
  .carousel-with-text.slant-box-bg:not(.bg-match) .content-wrap {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 959px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap {
    flex: 0 52%;
  }
  .carousel-with-text.slant-box-bg:not(.bg-match) .content-wrap {
    flex: 0 48%;
  }
  .carousel-with-text.slant-box-bg:not(.bg-match).image-align-left .image-wrap {
    clip-path: polygon(-1% -1%, 100% -1%, 92% 101%, -1% 101%);
  }
  .carousel-with-text.slant-box-bg:not(.bg-match).image-align-right .image-wrap {
    clip-path: polygon(0% -1%, 101% -1%, 101% 101%, 8% 101%);
  }
}
.carousel-with-text.slant-box-bg:not(.bg-match) > .container {
  position: relative;
}
.carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler {
  width: 0;
  height: 0;
}
.carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler:before {
  content: "";
  position: absolute;
  background-color: inherit;
}
@media only screen and (max-width: 958.98px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler:before {
    left: clamp(50px, 2%, 999em);
    right: clamp(50px, 2%, 999em);
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler:before {
    left: 2em;
    right: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler:before {
    left: 1em;
    right: 1em;
  }
}
@media only screen and (min-width: 959px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .slant-bg-filler:before {
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 958.98px) {
  .carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap.include-pagination.f-carousel.has-dots .f-carousel__dots {
    bottom: 4%;
  }
}
.carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap.include-nav .f-carousel__nav .f-button {
  --f-button-color: var(--primary);
}
.carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap.include-nav .f-carousel__nav .f-button.is-prev {
  left: 8px;
}
.carousel-with-text.slant-box-bg:not(.bg-match) .image-wrap.include-nav .f-carousel__nav .f-button.is-next {
  right: 8px;
}
@media only screen and (min-width: 959px) {
  .carousel-with-text.slant-box-bg:not(.bg-match).image-align-left .image-wrap.include-nav .f-carousel__nav .f-button.is-next {
    right: calc(8px + 4%);
  }
  .carousel-with-text.slant-box-bg:not(.bg-match).image-align-right .image-wrap.include-nav .f-carousel__nav .f-button.is-prev {
    left: calc(8px + 4%);
  }
}
@media only screen and (max-width: 958.98px) {
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text .image-wrap {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 100%, -1% 92%);
  }
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text .content-wrap {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 959px) {
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text .image-wrap {
    flex: 0 52%;
  }
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text .content-wrap {
    flex: 0 48%;
  }
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text.image-align-left .image-wrap {
    clip-path: polygon(-1% -1%, 100% -1%, 92% 101%, -1% 101%);
  }
  .content-carousel.slant-box-bg .carousel-content-carousel .carousel-content-slide.type-image-with-text.image-align-right .image-wrap {
    clip-path: polygon(0% -1%, 101% -1%, 101% 101%, 8% 101%);
  }
}
section.contact-form ul li a:not(.button) {
  display: inline-block;
  color: var(--this-bg-secondary);
}
section.contact-form ul li.sm-link a:not(.button) {
  color: var(--this-bg-link-colour);
}
.benefits-row .f-carousel__slide {
  --f-carousel-slide-padding: 2em 1.5em;
}
.benefits-row .benefit-row-display {
  --logo-clamp-min: 3em;
  --logo-clamp-max: 15em;
  --f-carousel-spacing: 1.5em;
  --f-carousel-slide-width: 60%;
}
@media only screen and (min-width: 500px) {
  .benefits-row .benefit-row-display {
    --f-carousel-slide-width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-row .benefit-row-display {
    --f-carousel-slide-width: calc((100% - (var(--f-carousel-spacing))) / 2);
  }
}
@media only screen and (min-width: 900px) {
  .benefits-row .benefit-row-display {
    --f-carousel-slide-width: calc((100% - (var(--f-carousel-spacing) * 2)) / 3);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-row .benefit-row-display {
    --f-carousel-slide-width: calc((100% - (var(--f-carousel-spacing) * 3)) / 4);
  }
}
.benefits-row .benefit-row-slide {
  background-color: var(--this-over);
  border-radius: var(--component-radius);
}
.benefits-row.icon-colour-hmq-1 ion-icon, .benefits-row.icon-colour-hmq-1 .bfi-icon, .benefits-row.icon-colour-hmq-1 .bfi-icon span {
  color: var(--hmq-1);
}
.benefits-row.icon-colour-hmq-3 ion-icon, .benefits-row.icon-colour-hmq-3 .bfi-icon, .benefits-row.icon-colour-hmq-3 .bfi-icon span {
  color: var(--hmq-3);
}
.benefits-row.icon-colour-background-colours-1 ion-icon, .benefits-row.icon-colour-background-colours-1 .bfi-icon, .benefits-row.icon-colour-background-colours-1 .bfi-icon span {
  color: var(--bg-colour-1);
}
.benefits-row.text-colour-hmq-1 span, .benefits-row.text-colour-hmq-1 p, .benefits-row.text-colour-hmq-1 a {
  color: var(--hmq-1);
}
.benefits-row.text-colour-hmq-3 span, .benefits-row.text-colour-hmq-3 p, .benefits-row.text-colour-hmq-3 a {
  color: var(--hmq-3);
}
.benefits-row.text-colour-background-colours-1 span, .benefits-row.text-colour-background-colours-1 p, .benefits-row.text-colour-background-colours-1 a {
  color: var(--bg-colour-1);
}
.accordion.bgc-1 {
  --this-over: #fff;
  --this-bg-text: var(--text,#444);
  --this-bg-headers: var(--headers,#444);
  --this-bg-link-colour: var(--link-colour);
  --this-bg-link-hover-colour: var(--link-hover-colour);
}
.accordion .container .title-box {
  padding-right: 4em;
}
.accordion .container .title-box ion-icon, .accordion .container .title-box .bfi-icon {
  display: flex;
  background-color: var(--primary);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.accordion .container .title-box ion-icon .icon-inner, .accordion .container .title-box .bfi-icon .icon-inner {
  width: 15px;
  height: 17px;
  margin: auto;
}
.title-intro .container > h1 strong, .title-intro .container > h1 b, .title-intro .container > h2 strong, .title-intro .container > h2 b, .title-intro .container > h3 strong, .title-intro .container > h3 b {
  color: var(--this-bg-secondary);
}
.title-intro.align-center .container > h3 {
  text-align: center;
}
.title-form > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media screen and (min-width: 1200px) {
  .title-form > .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "top-text starter-form" "bottom-text starter-form";
    gap: 0 4em;
  }
  .title-form > .container .top-text {
    grid-area: top-text;
    align-self: end;
  }
  .title-form > .container .bottom-text {
    grid-area: bottom-text;
    align-self: start;
  }
  .title-form > .container .starter-form {
    grid-area: starter-form;
  }
}
.title-form .top-text .form-nhs-logo {
  margin-bottom: 1.5em;
}
.title-form .top-text .form-nhs-logo img {
  width: 7.5em;
}
.title-form .top-text .h1 {
  margin-top: 0;
  color: var(--this-bg-secondary);
}
.title-form .top-text .h2 {
  margin-top: 0;
}
@media screen and (max-width: 1199.98px) {
  .title-form .top-text .h3 {
    margin-bottom: 0;
  }
}
.title-form .top-text a:not(.button) {
  color: var(--this-bg-secondary);
}
.title-form .top-text a:not(.button):hover {
  color: var(--this-bg-secondary);
  text-decoration: none;
}
.title-form .top-text strong, .title-form .top-text b, .title-form .bottom-text strong, .title-form .bottom-text b {
  color: var(--this-bg-secondary);
}
.title-form .starter-form {
  background-color: var(--this-over);
  padding: 1.2em;
  border-radius: var(--component-radius);
  transition: background-color 0.2s;
}
.title-form .starter-form.look-at-me {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 550px) {
  .title-form .starter-form {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .title-form .starter-form {
    font-size: 0.89em;
  }
}
main > section.savings-calculator {
  padding-top: 2em;
  padding-bottom: 2em;
}
main > section.savings-calculator:before {
  top: 3em;
  bottom: 9em;
}
@media screen and (min-width: 1600px) {
  main > section.savings-calculator:before {
    bottom: unset;
    height: calc(((1600px - clamp(50px,2%,999em)) - 14em) * 0.4);
  }
}
main > section.savings-calculator > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 5em;
}
@media screen and (min-width: 961px) {
  main > section.savings-calculator > .container {
    grid-template-columns: 0.7fr 1.3fr;
  }
}
@media screen and (min-width: 1200px) {
  main > section.savings-calculator > .container {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
main > section.savings-calculator .image-wrap {
  display: none;
  padding-bottom: 5em;
}
@media screen and (min-width: 961px) {
  main > section.savings-calculator .image-wrap {
    display: block;
  }
}
main > section.savings-calculator .inner-wrap {
  height: 100%;
}
main > section.savings-calculator .container-half {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 3em;
}
main > section.savings-calculator .container-half .form-area-container {
  padding: 0.5em 0 1em;
}
main > section.savings-calculator .container-half p {
  margin: 0;
}
@container formArea (min-width: 37.5em) {
  main > section.savings-calculator .form-area-container .form-area {
    grid-template-columns: 0.8fr max-content;
  }
}
main > section.savings-calculator .form-area-container .form-area .form-group.inline {
  grid-template-columns: minmax(20vw, max-content) min-content;
}
@media screen and (max-width: 549.98px) {
  main > section.savings-calculator .form-area-container .form-area .smoke-type > label {
    display: none;
  }
}
main > section.savings-calculator.bgc-2 .form-area-container .form-area {
  --this-bg-secondary: var(--this-bg-primary);
}
main > section.savings-calculator.bgc-2 .form-area-container .form-area .form-switch input[type=checkbox]:checked + label + label + label, main > section.savings-calculator.bgc-2 .form-area-container .form-area .form-switch input[type="checkbox"]:not(:checked) + label + label {
  color: #fff;
}
main > section.savings-calculator .saving-circles {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0 2em;
  margin-top: auto;
  padding-top: 0.5em;
  align-items: end;
  width: 90%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 550px) {
  main > section.savings-calculator .saving-circles {
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  main > section.savings-calculator .saving-circles {
    grid-template-columns: 0.8fr 1fr 1.2fr;
    align-items: start;
    margin: 0 7vw;
    max-width: unset;
    width: unset;
  }
}
@media screen and (min-width: 961px) {
  main > section.savings-calculator .saving-circles {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  main > section.savings-calculator .saving-circles {
    gap: 0 3em;
  }
}
@media screen and (max-width: 549.98px) {
  main > section.savings-calculator .saving-circles {
    font-size: 0.8em;
    width: 80%;
  }
}
main > section.savings-calculator .saving-circles .saving-circle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "saving";
  background-color: var(--this-bg-secondary);
  border-radius: 50%;
}
main > section.savings-calculator .saving-circles .saving-circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  grid-area: saving;
}
main > section.savings-calculator .saving-circles .saving-circle > div {
  grid-area: saving;
  align-self: center;
  text-align: center;
  color: var(--main-bg-background-colour);
  padding: 1em;
}
main > section.savings-calculator .saving-circles .saving-circle > div > span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
}
main > section.savings-calculator .saving-circles .saving-circle > div > span.saving-figure {
  font-size: clamp(2em, 7vw, 4em);
}
@media screen and (min-width: 768px) {
  main > section.savings-calculator .saving-circles .saving-circle > div > span.saving-figure {
    font-size: clamp(2em, 5vw, 3em);
  }
}
main > section.savings-calculator .saving-circles .saving-circle > div > span.saving-period {
  font-size: clamp(1.2em, 3.5vw, 2em);
}
@media screen and (min-width: 768px) {
  main > section.savings-calculator .saving-circles .saving-circle > div > span.saving-period {
    font-size: clamp(1.2em, 1.8vw, 1.5em);
  }
}
main > section.savings-calculator .saving-circles .saving-circle:nth-child(2) > div > span.saving-figure {
  font-size: clamp(2em, 9vw, 5em);
}
@media screen and (min-width: 768px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(2) > div > span.saving-figure {
    font-size: clamp(2em, 5.5vw, 4em);
  }
}
@media screen and (min-width: 961px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(2) > div > span.saving-figure {
    font-size: clamp(2em, 3.5vw, 4em);
  }
}
@media screen and (max-width: 767.98px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) {
    grid-column: span 2;
    margin: auto;
    width: 70%;
  }
}
main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) > div > span.saving-figure {
  font-size: clamp(1em, 11vw, 5em);
}
@media screen and (min-width: 550px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) > div > span.saving-figure {
    font-size: clamp(1em, 13vw, 5.5em);
  }
}
@media screen and (min-width: 768px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) > div > span.saving-figure {
    font-size: clamp(2em, 7vw, 5em);
  }
}
@media screen and (min-width: 961px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) > div > span.saving-figure {
    font-size: clamp(2em, 4.5vw, 5em);
  }
}
@media screen and (max-width: 767.98px) {
  main > section.savings-calculator .saving-circles .saving-circle:nth-child(3) > div > span.saving-period {
    font-size: clamp(1.6em, 4.5vw, 3em);
  }
}
main > section.savings-calculator .saving-circles.calculating .saving-circle {
  animation: shadow-pulse-animation 0.6s normal;
}
main > section.savings-calculator .saving-circles.calculating .saving-circle > div {
  animation: calc-scale-animation 0.3s ease-in-out forwards;
}
@keyframes shadow-pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1.8em rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 549.98px) {
  @keyframes shadow-pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 5em rgba(0, 0, 0, 0);
    }
  }
}
@keyframes calc-scale-animation {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.9) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.professional-referral-form > .container {
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.professional-referral-form > .container > button {
  margin: 0 0 1.5em;
}
.professional-referral-form .client-forms {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 900px;
  width: 100%;
}
.professional-referral-form .client-accordion {
  background-color: var(--this-over);
  border-radius: var(--component-radius);
  padding: 1.2em;
}
@media (min-width: 550px) {
  .professional-referral-form .client-accordion {
    padding: 2em;
  }
}
.professional-referral-form .client-accordion .h4, .professional-referral-form .client-accordion p {
  margin: 0;
}
.professional-referral-form .client-accordion .h4 {
  color: var(--this-bg-secondary);
}
.professional-referral-form .client-accordion .client-full-name {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--this-bg-text);
}
.professional-referral-form .client-accordion .client-accordion-header {
  display: flex;
  gap: 2em;
}
.professional-referral-form .client-accordion .client-accordion-header .client-details-buttons {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-left: auto;
}
.professional-referral-form .client-accordion .client-accordion-header .client-details-buttons button {
  margin: 0;
}
.professional-referral-form .client-accordion .client-accordion-header .client-details-buttons .client-form-edit ion-icon, .professional-referral-form .client-accordion .client-accordion-header .client-details-buttons .client-form-edit .bfi-icon {
  transition: all 300ms;
}
.professional-referral-form .client-accordion .client-accordion-header .client-details-buttons .client-form-edit ion-icon svg, .professional-referral-form .client-accordion .client-accordion-header .client-details-buttons .client-form-edit .bfi-icon svg {
  display: block;
}
.professional-referral-form .client-accordion.shown .client-form-edit ion-icon, .professional-referral-form .client-accordion.shown .client-form-edit .bfi-icon {
  transform: rotate(180deg);
}
.professional-referral-form .client-accordion .client-accordion-body .form-area-container {
  padding-top: 0.5em;
}
.professional-referral-form .referrer-details-form {
  background-color: var(--this-over);
  border-radius: var(--component-radius);
  padding: 1.2em;
}
@media (min-width: 550px) {
  .professional-referral-form .referrer-details-form {
    padding: 2em;
  }
}
.professional-referral-form .referrer-details-form p {
  margin-top: 0;
}
.professional-referral-form .referrer-details-form p.h4 {
  margin-bottom: 0;
  color: var(--this-bg-secondary);
}
.professional-referral-form .referrer-details-form .form-area .form-button button {
  margin: 0 auto;
}
.confirm-the-referral {
  display: none;
}
.confirm-the-referral .confirm-the-referral-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--smokescreen);
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.confirm-the-referral .confirm-the-referral-modal {
  container-type: inline-size;
  container-name: referralModal;
  background: #fff;
  position: fixed;
  width: 92vw;
  height: auto;
  max-width: 1000px;
  max-height: 85vh;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--component-radius);
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
@media (min-width: 520px) {
  .confirm-the-referral .confirm-the-referral-modal {
    max-height: 80vh;
    width: 90vw;
  }
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-text {
  display: flex;
  flex-grow: 1;
  padding: 1em;
  min-height: 0;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-text > div {
  overflow-y: auto;
  width: 100%;
  padding: 1em;
  scrollbar-color: #e9e9e9 #fafafa;
  scrollbar-width: thin;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-text > div::-webkit-scrollbar {
  width: 10px;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-text > div::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 10px;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-text > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid transparent;
  background-clip: content-box;
  background-color: #e9e9e9;
}
.confirm-the-referral .confirm-the-referral-modal ul {
  margin: 0;
}
.confirm-the-referral .confirm-the-referral-modal h5 {
  margin: 0 0 0.5em;
}
.confirm-the-referral .confirm-the-referral-modal h6 {
  margin-top: 0;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons {
  background-color: var(--bg-colour-5);
  flex-grow: 0;
  padding: 1.5em 2em 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons {
    text-align: left;
  }
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons p {
  margin-top: 0;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2em;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div button {
  margin: 0;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div .confirmError {
  width: 100%;
  text-align: right;
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div .confirmError ion-icon {
  vertical-align: text-bottom;
  color: var(--secondary);
}
.confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div .flex-break {
  flex-basis: 100%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div {
    justify-content: initial;
    gap: 2em;
  }
  .confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div button:first-of-type {
    margin-left: auto;
  }
  .confirm-the-referral .confirm-the-referral-modal .confirm-the-referral-buttons > div .flex-break {
    display: none;
  }
}
.confirm-the-referral .confirm-the-referral-modal .review-clients {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding-bottom: 2em;
}
@container referralModal (min-width: 50em) {
  .confirm-the-referral .confirm-the-referral-modal .review-clients {
    grid-template-columns: 1fr 1fr;
  }
}
.services-map > .container {
  display: block;
}
@media screen and (max-width: 479px) {
  .services-map > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.services-map #wpsl-stores, .services-map #wpsl-direction-details, .services-map #wpsl-gmap {
  height: unset !important;
}
.services-map #wpsl-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: clamp(18em, 50vh, 25em) auto auto;
  grid-template-areas: "MapDisplay" "MapFilters" "MapListings";
  gap: 0px 0px;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 600px;
}
@media screen and (min-width: 1100px) {
  .services-map #wpsl-wrap {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "MapFilters MapDisplay" "MapListings MapDisplay";
    height: 80vh;
  }
}
@media screen and (min-width: 1400px) {
  .services-map #wpsl-wrap {
    grid-template-columns: 28% 72%;
  }
}
.services-map #wpsl-wrap .wpsl-search {
  grid-area: MapFilters;
  margin: 0;
  background: transparent;
  padding: 1em;
}
.services-map #wpsl-wrap .wpsl-search p.h5 {
  font-weight: 700;
}
@media screen and (min-width: 690px) and (max-width: 1099.98px) {
  .services-map #wpsl-wrap .wpsl-search form {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "MapCatFilters MapInput" "MapCatFilters MapSearchButton";
    gap: 0px 3em;
  }
  .services-map #wpsl-wrap .wpsl-search #wpsl-checkbox-filter {
    grid-area: MapCatFilters;
  }
  .services-map #wpsl-wrap .wpsl-search .wpsl-input {
    grid-area: MapInput;
  }
  .services-map #wpsl-wrap .wpsl-search .search-button-area {
    grid-area: MapSearchButton;
    margin-bottom: auto;
  }
}
.services-map #wpsl-wrap #wpsl-gmap {
  grid-area: MapDisplay;
  width: 100%;
  height: 100% !important;
  margin: 0;
}
.services-map #wpsl-wrap #wpsl-result-list {
  grid-area: MapListings;
  display: grid;
  grid-template-rows: subgrid;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .services-map #wpsl-wrap #wpsl-result-list {
    max-height: 80vh;
  }
}
.services-map #wpsl-stores {
  overflow-y: auto;
}
.services-map #wpsl-stores ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  padding: 1em;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 479px) and (max-width: 819.98px) {
  .services-map #wpsl-stores ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 820px) and (max-width: 1099.98px) {
  .services-map #wpsl-stores ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.services-map #wpsl-stores ul li {
  display: flex;
  flex-direction: column;
  border: 2px solid #e5e5e5;
  border-radius: calc(var(--component-radius) * 0.25);
  padding: 0.75em 1em;
}
.services-map #wpsl-stores ul li.wpsl-no-results-msg, .services-map #wpsl-stores ul li.wpsl-preloader {
  border: none;
  padding: 1em 0;
  flex-direction: row;
  gap: 0.5em;
}
.services-map #wpsl-stores ul li.wpsl-no-results-msg img, .services-map #wpsl-stores ul li.wpsl-preloader img {
  flex-shrink: 0;
}
.services-map #wpsl-stores ul li.wpsl-no-results-msg {
  font-weight: 600;
  color: var(--this-bg-headers);
}
.services-map #wpsl-stores ul li.wpsl-preloader {
  font-weight: 600;
  color: var(--this-bg-headers);
  padding-left: 2em;
  position: relative;
}
.services-map #wpsl-stores ul li.wpsl-preloader:before, .services-map #wpsl-stores ul li.wpsl-preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.4em;
  border-radius: 50%;
  background-color: var(--hmq-1);
  left: 0;
  animation: searchingdance 0.8s infinite ease-in-out;
}
.services-map #wpsl-stores ul li.wpsl-preloader:after {
  left: 1em;
  background-color: var(--hmq-3);
  animation-delay: -0.16s;
}
@keyframes searchingdance {
  0%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.4);
  }
}
.services-map #wpsl-stores ul li.wpsl-preloader img {
  display: none;
}
.services-map #wpsl-stores ul li p {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.services-map #wpsl-stores ul li p strong {
  display: block;
  color: var(--this-bg-headers);
  font-weight: 600;
}
.services-map #wpsl-stores ul li p span {
  font-size: 0.9em;
}
.services-map #wpsl-stores ul li .wpsl-direction-wrap {
  margin-top: auto;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
}
.services-map #wpsl-stores ul li .wpsl-list-callback {
  font-weight: 500;
}
.services-map .wpsl-cat-checkbox {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.services-map .wpsl-cat-checkbox li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.services-map .wpsl-cat-checkbox li label {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0;
  font-size: 1em;
}
.services-map .wpsl-cat-checkbox li label img {
  width: 1.3em;
  margin-left: auto;
  flex-shrink: 0;
}
.services-map #wpsl-search-input {
  width: 100%;
  margin-bottom: 0.75em;
}
.services-map .search-button-area {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.services-map .search-button-area .button {
  margin: 0;
}
.services-map .search-button-area .wpsl-select-wrap {
  margin: auto 0;
}
.services-map .visual-checkbox {
  position: relative;
}
.services-map .visual-checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.services-map .visual-checkbox input:checked ~ .checkbox-tick:after {
  opacity: 1;
}
.services-map .visual-checkbox:hover .checkbox-tick:after {
  opacity: 0.3;
}
.services-map .visual-checkbox .checkbox-tick {
  font-size: 0.8em;
  flex-shrink: 0;
  position: relative;
  height: 2.2em;
  width: 2.2em;
  background-color: var(--this-over, #f1f1f1);
  transition: background-color 0.25s ease;
  border-radius: calc(var(--component-radius)* 0.25);
  cursor: pointer;
}
.services-map .visual-checkbox .checkbox-tick:after {
  content: "";
  position: absolute;
  left: 0.85em;
  top: 0.4em;
  width: 0.6em;
  height: 1.2em;
  border: solid var(--this-bg-headers);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.services-map .check-all .visual-checkbox .checkbox-tick:after {
  opacity: 1;
}
/* --- dropdowns --- */
.wpsl-dropdown {
  position: relative;
  width: 6em;
  border: 1px solid var(--this-over, #f1f1f1);
  cursor: pointer;
  background: #fff;
  border-radius: calc(var(--component-radius)* 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
@media screen and (min-width: 479px) {
  .wpsl-dropdown {
    width: 5.5em;
  }
}
.wpsl-dropdown * {
  white-space: nowrap;
}
.wpsl-dropdown ul {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
  position: relative;
  display: block;
  line-height: normal;
  overflow: hidden;
}
.wpsl-dropdown .wpsl-selected-item:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid var(--this-bg-headers);
}
.wpsl-dropdown.wpsl-active .wpsl-selected-item:after {
  margin-top: -10px;
  border: 6px solid transparent;
  border-bottom: 8px solid var(--this-bg-headers);
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
  list-style: none;
  padding: 9px 12px;
  margin: 0;
}
.wpsl-dropdown li:hover {
  background: #f8f9f8;
  position: relative;
  z-index: 3;
}
.wpsl-dropdown .wpsl-selected-dropdown {
  font-weight: 500;
  color: var(--this-bg-headers);
}
.wpsl-dropdown div {
  position: absolute;
  float: none;
  margin: -1px 0 0 0;
  top: calc(100% + 0.5em);
  left: -1px;
  right: -1px;
  border: 1px solid var(--this-over, #f1f1f1);
  background: #fff;
  border-radius: calc(var(--component-radius)* 0.25);
  opacity: 0;
  overflow: hidden;
  transition: all 150ms ease-in-out;
}
.wpsl-dropdown.wpsl-active div {
  opacity: 1;
}
/* Map infobox */
#wpsl-gmap .wpsl-info-window {
  text-align: center;
  font-family: var(--primary-font);
}
#wpsl-gmap .wpsl-info-window p {
  line-height: 1.6;
}
#wpsl-gmap .wpsl-info-window p strong {
  font-weight: 600;
  color: var(--this-bg-headers);
}
#wpsl-gmap .wpsl-info-window .button {
  width: calc(94% - var(--bttn-outline-width));
  margin: 0;
}
#wpsl-gmap .wpsl-info-window > img {
  margin: 0 auto 1em;
  width: 6em;
}
@media screen and (max-width: 1099.98px) {
  #wpsl-gmap .wpsl-info-window > img {
    display: none;
  }
}
#wpsl-gmap .gm-style-iw-chr {
  min-width: 130px !important;
}
#wpsl-gmap .gm-style-iw-chr button {
  position: absolute !important;
  right: 0;
  top: 0;
  outline: none !important;
}
#wpsl-gmap .gm-style-iw-chr button > span {
  background-color: var(--this-bg-headers);
}
#wpsl-gmap .gm-style-iw-chr button:hover > span {
  background-color: var(--this-bg-headers);
}
#wpsl-gmap button.gm-control-active:hover {
  outline: unset;
}
body {
  --hmq-tick: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
}
.quit-plan-builder {
  min-height: 100vh;
}
.quit-plan-builder strong {
  font-weight: 600;
}
.journey-steps {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.journey-steps.untouchable {
  pointer-events: none;
}
.journey-steps .journey-intro {
  padding: 0 2em;
  text-align: center;
}
.journey-steps .journey-intro h1 {
  color: var(--secondary);
  margin-top: 0;
}
.journey-steps .journey-step {
  position: relative;
  border-radius: var(--component-radius);
  padding: 1.25em;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-step {
    padding: 2em;
  }
}
.journey-steps .journey-step:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: inherit;
  transform: rotate(1.25deg);
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-step > * {
  position: relative;
}
.journey-steps .journey-step .quit-email-buttons {
  padding-top: 1em;
}
.journey-steps .journey-step .quit-email-buttons .button {
  margin: 0;
}
.journey-steps .journey-step .journey-header {
  display: flex;
  gap: 2em;
}
.journey-steps .journey-step .journey-header .journey-buttons {
  margin-left: auto;
}
.journey-steps .journey-step .journey-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #fff;
  color: var(--primary);
  opacity: 0;
  transform: scale(0);
  transition: ease-in-out 0.3s;
  font-size: 1.5em;
  margin: 0;
}
.journey-steps .journey-step .journey-q {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 1em;
  align-items: start;
  margin: 0;
  color: var(--secondary);
  transition: ease-in-out 0.3s;
  font-size: 1em;
}
.journey-steps .journey-step .journey-q p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-step .journey-q p {
    font-size: 1.6em;
  }
}
.journey-steps .journey-step .journey-q span {
  grid-row: span 2;
  position: relative;
  color: #fff;
  background-color: #e0007a;
  padding: 0.4em 0.5em 0.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 0.9;
  border-radius: 0.5em;
  margin-top: 0.1em;
  min-width: 1.6em;
  text-align: center;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-step .journey-q span:after {
  content: "";
  position: absolute;
  top: 5%;
  left: 12%;
  opacity: 0;
  width: 76%;
  height: 90%;
  background-color: #fff;
  clip-path: var(--hmq-tick);
}
.journey-steps .journey-step:nth-child(odd) .journey-q span {
  background-color: var(--hmq-1);
}
.journey-steps .journey-step:nth-child(odd) .journey-q span.make-even {
  background-color: #e0007a;
}
.journey-steps .journey-step .journey-a {
  color: var(--secondary);
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-step .journey-a {
    font-size: 1.2em;
  }
}
.journey-steps .journey-step .journey-body p {
  margin: 0;
  padding: 1em 0 0;
}
.journey-steps .journey-step .journey-body .journey-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0 0.5em;
}
.journey-steps .journey-step .journey-body .journey-control button {
  margin: 0 auto;
}
.journey-steps .journey-step .journey-body .journey-message {
  margin: 0 auto;
  max-width: 660px;
}
.journey-steps .journey-step .journey-body .journey-message p strong {
  color: var(--secondary);
}
.journey-steps .journey-step .journey-body .journey-sub-q {
  margin: 1.5em 0 0;
  text-align: center;
}
.journey-steps .journey-step.required .journey-body button.next {
  opacity: 0;
  pointer-events: none;
}
.journey-steps .journey-step.required .journey-body:has(input:checked) button.next {
  opacity: 1;
  pointer-events: initial;
}
.journey-steps .journey-step:not(.shown) {
  transform: scale(0.9);
}
.journey-steps .journey-step:not(.shown):before {
  transform: rotate(0deg);
}
.journey-steps .journey-step:not(.shown) .journey-q {
  color: #fff;
}
.journey-steps .journey-step.done .journey-q span {
  background-color: var(--secondary);
  color: var(--secondary);
}
.journey-steps .journey-step.done .journey-q span:after {
  opacity: 1;
}
.journey-steps .journey-step.done .journey-buttons button {
  opacity: 1;
  transform: scale(1);
}
.journey-steps .journey-step.done .journey-buttons button bfi-icon {
  margin: 0;
  font-size: 0.6em;
}
.journey-steps .journey-step.done .journey-buttons button bfi-icon svg {
  display: block;
}
.journey-steps .journey-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  padding: 2em 0;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-options-grid {
    gap: 1.5em;
  }
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-options-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
.journey-steps .journey-options-grid.big-gap {
  column-gap: 2.5em;
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid.grid-indent-1 label:first-of-type {
    grid-column: 2 / span 2;
  }
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-options-grid.grid-indent-2 label:first-of-type {
    grid-column: 2 / span 2;
  }
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid.grid-indent-2 label:first-of-type {
    grid-column: 3 / span 2;
  }
}
.journey-steps .journey-options-grid label {
  grid-column: 1 / -1;
  cursor: pointer;
  margin: 0;
  letter-spacing: normal;
  font-size: 1em;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-options-grid label {
    grid-column: span 2;
  }
}
.journey-steps .journey-options-grid label.keep-double {
  grid-column: span 2;
}
@media screen and (max-width: 499.98px) {
  .journey-steps .journey-options-grid label.keep-double span.label-img {
    width: 60%;
  }
}
.journey-steps .journey-options-grid label > * {
  position: relative;
}
.journey-steps .journey-options-grid label input[type=radio], .journey-steps .journey-options-grid label input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.journey-steps .journey-options-grid label.check-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1em;
}
.journey-steps .journey-options-grid label.check-label.wider {
  grid-column: span 4;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-options-grid label.check-label.wider {
    grid-column: span 3;
  }
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid label.check-label.wider {
    grid-column: span 4;
  }
}
.journey-steps .journey-options-grid label.check-label input[type=radio]:checked + span:first-of-type:before, .journey-steps .journey-options-grid label.check-label input[type=checkbox]:checked + span:first-of-type:before {
  opacity: 1;
}
.journey-steps .journey-options-grid label.check-label span {
  color: #fff;
  align-self: start;
}
.journey-steps .journey-options-grid label.check-label span:first-of-type {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}
.journey-steps .journey-options-grid label.check-label span:first-of-type:before {
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
  background-color: var(--secondary);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
}
.journey-steps .journey-options-grid label.check-label:hover span:first-of-type:before {
  opacity: 0.3;
}
.journey-steps .journey-options-grid label.big-label {
  position: relative;
  border-radius: calc(var(--component-radius) * 0.5);
  padding: 1em;
  color: var(--primary);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.journey-steps .journey-options-grid label.big-label:before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: inherit;
  outline: 0px solid var(--secondary);
  transition: outline ease-in-out 0.3s;
}
.journey-steps .journey-options-grid label.big-label:has(input:checked):before {
  outline: 3px solid var(--secondary);
}
.journey-steps .journey-options-grid label.big-label .label-img {
  position: relative;
  display: block;
  width: 80%;
  max-width: 6em;
  margin: -1em auto 1em;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
}
.journey-steps .journey-options-grid label.big-label .label-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.journey-steps .journey-options-grid label.big-label .label-img > span {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
}
.journey-steps .journey-options-grid label.big-label .label-img .label-img-tick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: var(--hmq-tick);
  background-color: transparent;
  transform: scale(1500%);
  transition: ease-in-out 0.3s;
  pointer-events: none;
}
.journey-steps .journey-options-grid label.big-label .label-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-options-grid label.big-label .label-img bfi-icon {
  width: 54%;
  height: 54%;
  margin: auto;
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-options-grid label.big-label .label-img:hover img, .journey-steps .journey-options-grid label.big-label .label-img:hover bfi-icon {
  transform: scale(112%);
}
.journey-steps .journey-options-grid label.big-label input[type=radio]:checked + .label-img, .journey-steps .journey-options-grid label.big-label input[type=checkbox]:checked + .label-img {
  color: var(--secondary);
  background-color: var(--secondary);
  animation: pulse-animation 1s forwards;
}
.journey-steps .journey-options-grid label.big-label input[type=radio]:checked + .label-img img, .journey-steps .journey-options-grid label.big-label input[type=radio]:checked + .label-img bfi-icon, .journey-steps .journey-options-grid label.big-label input[type=checkbox]:checked + .label-img img, .journey-steps .journey-options-grid label.big-label input[type=checkbox]:checked + .label-img bfi-icon {
  opacity: 0;
}
.journey-steps .journey-options-grid label.big-label input[type=radio]:checked + .label-img .label-img-tick, .journey-steps .journey-options-grid label.big-label input[type=checkbox]:checked + .label-img .label-img-tick {
  transform: scale(80%);
  background-color: #fff;
}
.journey-steps .journey-options-grid .option-group {
  grid-column: 1 / -1;
  background-color: var(--bg-colour-transparent-5);
  border-radius: calc(var(--component-radius) * 0.5);
  padding: 1em;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-options-grid .option-group {
    grid-column: span 3;
  }
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid .option-group {
    grid-column: span 4;
  }
}
.journey-steps .journey-options-grid .option-group p {
  padding: 0;
  font-weight: 600;
  color: var(--secondary);
}
.journey-steps .journey-options-grid .option-group label {
  padding: 1em 0 0;
}
.journey-steps .journey-options-grid.stack-grid {
  padding-left: 1em;
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid.stack-grid {
    padding-left: 0;
  }
}
.journey-steps .journey-options-grid.stack-grid .big-label {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / span 6;
  row-gap: 0.5em;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .journey-steps .journey-options-grid.stack-grid .big-label {
    grid-column: 2 / span 6;
  }
}
.journey-steps .journey-options-grid.stack-grid .big-label:before {
  top: 0;
  left: 1em;
}
.journey-steps .journey-options-grid.stack-grid .big-label .label-img {
  align-self: start;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  margin: 0 auto 0 -2em;
}
.journey-steps .journey-options-grid.stack-grid .big-label .label-title {
  grid-column: 2 / span 5;
  grid-row-start: 1;
  padding: 0 1em;
}
.journey-steps .journey-options-grid.stack-grid .big-label .label-content {
  display: flex;
  flex-direction: column;
  grid-column: 2 / span 5;
  grid-row-start: 2;
  padding: 0 1em;
}
.journey-steps .journey-options-grid.stack-grid .big-label .label-content .button {
  --btn-bg: var(--bg-over-1);
  --btn-bg-hover: var(--bg-over-1);
  --btn-text: var(--text);
  --btn-text-hover: var(--text);
  --btn-border: transparent;
  --btn-border-hover: transparent;
  outline-color: transparent;
  font-size: 0.85em;
  padding: 0.6em 1.5em 0.5em;
  margin: 0.6em 0 0 auto;
}
.journey-steps .journey-options-grid.stack-grid .big-label .label-content .button:hover {
  outline: var(--bttn-outline-width) solid var(--bg-over-1);
}
.journey-steps .journey-options-grid.stack-grid .big-label ul {
  margin: 0;
}
.journey-steps .journey-options-grid.stack-grid .big-label ul li {
  color: var(--text);
}
.journey-steps .journey-calendar {
  display: none;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5em;
  text-align: center;
  background-color: #fff;
  border-radius: calc(var(--component-radius) * 0.5);
  padding: 1em;
  margin: 1em auto;
  max-width: 700px;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-calendar {
    display: grid;
  }
}
.journey-steps .journey-calendar .cal-header, .journey-steps .journey-calendar .cal-grid {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 7;
  gap: inherit;
}
.journey-steps .journey-calendar .cal-header span {
  color: var(--headers);
  font-weight: 600;
  padding: 0 0.3em;
}
.journey-steps .journey-calendar .cal-grid > label {
  color: var(--text);
  font-size: 1em;
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
  border-radius: calc(var(--component-radius) * 0.25);
  background-color: rgba(0, 0, 0, 0.03);
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-calendar .cal-grid > label:hover {
  color: var(--headers);
}
.journey-steps .journey-calendar .cal-grid > label:has(input:checked) {
  background-color: var(--secondary);
  color: #fff;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Mon {
  grid-column-start: 2;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Tue {
  grid-column-start: 3;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Wed {
  grid-column-start: 4;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Thu {
  grid-column-start: 5;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Fri {
  grid-column-start: 6;
}
.journey-steps .journey-calendar .cal-grid > label:first-of-type.Sat {
  grid-column-start: 7;
}
.journey-steps .journey-calendar .cal-grid > label input {
  display: none;
}
.journey-steps .journey-calendar .cal-grid > label span {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
}
.journey-steps .journey-calendar-select {
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-calendar-select {
    display: none;
  }
}
.journey-steps .journey-calendar-select p:first-of-type {
  padding-bottom: 1em;
  text-align: center;
}
.journey-steps .journey-rewards {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 2em 0;
  margin: 2em auto 0;
  max-width: 600px;
}
.journey-steps .journey-rewards .journey-reward {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  border-radius: 4em calc(var(--component-radius) * 0.5) calc(var(--component-radius) * 0.5) calc(var(--component-radius) * 0.5);
  color: var(--text);
  position: relative;
}
.journey-steps .journey-rewards .journey-reward > * {
  position: relative;
}
.journey-steps .journey-rewards .journey-reward:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 2em calc(var(--component-radius) * 0.5) calc(var(--component-radius) * 0.5) calc(var(--component-radius) * 0.5);
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-rewards .journey-reward.reward-focus:before {
  transform: rotate(1deg) scale(1.02);
}
.journey-steps .journey-rewards .journey-reward p {
  color: var(--text);
}
.journey-steps .journey-rewards .journey-reward label {
  font-size: 1em;
  color: var(--text);
}
.journey-steps .journey-rewards .journey-reward label input {
  margin: 0.5em 0 0;
}
.journey-steps .journey-rewards .journey-reward label input.input-pulse {
  animation: pulse-animation 0.75s forwards;
}
.journey-steps .journey-rewards .reward-time {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "time";
  background-color: var(--secondary);
  border-radius: 50%;
  transform: translate(-0.7em, -0.7em) scale(0.8);
  transition: ease-in-out 0.3s;
}
.journey-steps .journey-rewards .reward-time:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  grid-area: time;
}
.journey-steps .journey-rewards .reward-time > div {
  grid-area: time;
  align-self: center;
  text-align: center;
  color: var(--headers);
  padding: 1em;
}
.journey-steps .journey-rewards .reward-time > div span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
}
.journey-steps .journey-rewards .reward-time > div span:first-of-type {
  font-size: clamp(1.7em, 2.8vw, 2.2em);
}
.journey-steps .journey-rewards .reward-time > div span:last-of-type {
  font-size: clamp(0.8em, 1.3vw, 1em);
}
.journey-steps .journey-rewards .reward-focus .reward-time {
  transform: translate(-0.6em, -0.6em) rotate(-11deg);
}
.journey-steps .journey-rewards .reward-area {
  padding: 1em 1.5em 1em 1em;
}
.journey-steps .journey-rewards .reward-suggestions p {
  padding: 0.35em 0;
}
.journey-steps .journey-rewards .button-group {
  --bttn-padding-y: .5em;
  --bttn-padding-x: 1.25em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.journey-steps .journey-rewards .button-group .button {
  margin: 0;
  padding-top: calc(var(--bttn-padding-y) * 1.15);
}
.journey-steps .journey-switch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  margin: 2em auto 0;
  max-width: 600px;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-switch-grid {
    grid-template-columns: 1fr max-content;
  }
}
.journey-steps .journey-switch-grid .journey-switch {
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .journey-steps .journey-switch-grid .journey-switch {
    grid-column: span 2;
  }
}
.journey-steps .journey-switch-grid .journey-switch label {
  font-size: 1em;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 0;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] + label {
  text-indent: -9999px;
  width: 3em;
  height: 1.5em;
  background-color: #fff;
  display: block;
  border-radius: 3em;
  position: relative;
  order: 2;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] + label + label {
  order: 1;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] + label + label + label {
  order: 3;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background-color: var(--this-bg-secondary);
  border-radius: 1em;
  transition: 0.3s;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox] + label:active:after {
  width: 1.5em;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox]:checked + label:after {
  left: calc(100% - 0.25em);
  transform: translateX(-100%);
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox]:checked + label + label + label {
  color: var(--this-bg-secondary);
  opacity: 1;
  pointer-events: none;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch input[type=checkbox]:not(:checked) + label + label {
  color: var(--this-bg-secondary);
  opacity: 1;
  pointer-events: none;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch label {
  cursor: pointer;
  user-select: none;
}
.journey-steps .journey-switch-grid .journey-switch .form-switch label:not(:first-of-type) {
  transition: 0.3s;
  opacity: 0.7;
}
.journey-steps .journey-inline-input {
  margin: 2em 0;
}
.journey-steps .journey-inline-input label {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  align-items: center;
  font-size: 1em;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-inline-input label {
    display: grid;
    grid-template-columns: 1fr min-content 1fr;
  }
  .journey-steps .journey-inline-input label > span:first-of-type {
    margin-left: auto;
  }
}
.journey-steps .journey-inline-input .input-prefix {
  position: relative;
}
@media screen and (min-width: 650px) {
  .journey-steps .journey-inline-input .input-prefix {
    margin-right: auto;
  }
}
.journey-steps .journey-inline-input .input-prefix:before {
  content: attr(data-prefix);
  position: absolute;
  top: calc(50% - 1px);
  left: 1.2em;
  transform: translateY(-50%);
  color: var(--text);
}
.journey-steps .journey-inline-input .input-prefix input {
  padding-left: 2em;
  min-width: 6.2em;
  margin: 0;
}
.journey-steps .journey-inline-input .input-prefix input::-webkit-outer-spin-button, .journey-steps .journey-inline-input .input-prefix input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.journey-steps .journey-inline-input .input-prefix input[type=number] {
  -moz-appearance: textfield;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.quit-plan-display .short-width {
  max-width: 800px;
  margin: 0 auto;
}
.quit-plan-display .mid-width {
  max-width: 1000px;
  margin: 0 auto;
}
.quit-plan-display .txt-center {
  text-align: center;
}
.quit-plan-display .plan-intro {
  text-align: center;
}
.quit-plan-display .plan-intro h2 strong {
  color: var(--this-bg-secondary);
  font-weight: 700;
}
.quit-plan-display .plan-intro p.h6 {
  color: var(--this-bg-secondary);
  font-weight: 600;
}
.quit-plan-display .plan-step {
  padding-top: 2em;
}
.quit-plan-display .plan-date h3 {
  text-align: center;
}
.quit-plan-display .plan-date .plan-date-area {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  padding: 2em 0;
}
@media screen and (min-width: 650px) {
  .quit-plan-display .plan-date .plan-date-area {
    flex-direction: row;
  }
}
.quit-plan-display .plan-date .plan-date-area > div {
  background-color: var(--hmq-1);
  border-radius: var(--component-radius);
  padding: 1.5em 2em;
  text-align: center;
  transform: rotate(-4deg);
}
.quit-plan-display .plan-date .plan-date-area > div span {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 500px) {
  .quit-plan-display .plan-date .plan-date-area > div span {
    font-size: 2em;
  }
}
.quit-plan-display .plan-date .plan-date-area p {
  margin: 0;
}
.quit-plan-display .plan-date .plan-date-text {
  max-width: var(--title-intro-width, 1000px);
  margin: 0 auto;
}
.quit-plan-display .plan-date-times {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding-top: 3em;
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-date-times {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.quit-plan-display .plan-date-times > div {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  position: relative;
}
.quit-plan-display .plan-date-times > div:before {
  content: "";
  position: absolute;
  top: 4em;
  left: 7px;
  border-left: 10px dashed var(--secondary);
  height: calc(100% - 40px);
  z-index: 1;
}
.quit-plan-display .plan-date-times > div:after {
  content: "";
  position: absolute;
  top: 2em;
  left: -12px;
  border: 10px solid var(--secondary);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--bg-colour-1);
  z-index: 1;
}
.quit-plan-display .plan-date-times > div:first-of-type > div:before {
  content: unset;
}
.quit-plan-display .plan-date-times > div:last-of-type:before {
  content: unset;
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-date-times > div:before {
    top: -5px;
    left: calc(50% + 24px);
    border-top: 10px dashed var(--secondary);
    border-left: unset;
    width: calc(100% - 40px);
    height: unset;
  }
  .quit-plan-display .plan-date-times > div:after {
    top: -24px;
    left: calc(50% - 18px);
  }
}
.quit-plan-display .plan-date-times > div > div {
  padding: 1.5em 2em 1.5em 3em;
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-date-times > div > div {
    padding: 1.5em 2em;
  }
}
.quit-plan-display .plan-date-times > div > div:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid var(--secondary);
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-date-times > div > div:before {
    top: -20px;
    left: calc(50% - 56px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid var(--secondary);
    border-right: unset;
  }
}
.quit-plan-display .plan-date-times > div > div h5, .quit-plan-display .plan-date-times > div > div strong {
  color: var(--secondary);
}
.quit-plan-display .circle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em 2em;
  padding: 3em 0 1em;
}
@media screen and (min-width: 500px) {
  .quit-plan-display .circle-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .quit-plan-display .circle-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.quit-plan-display .circle-grid > div {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  padding: 0 1.5em 1em 1.5em;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 899.98px) {
  .quit-plan-display .circle-grid > div {
    grid-column: span 2;
  }
  .quit-plan-display .circle-grid > div:last-of-type {
    grid-column: 2 / span 2;
  }
}
.quit-plan-display .circle-grid .circle-img {
  position: relative;
  display: block;
  width: 80%;
  max-width: 6em;
  margin: -1em auto 1em;
  border-radius: 50%;
  background-color: var(--secondary);
  color: #fff;
  overflow: hidden;
}
.quit-plan-display .circle-grid .circle-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.quit-plan-display .circle-grid .circle-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.quit-plan-display .circle-grid .circle-img > span {
  position: absolute;
  inset: 0;
  display: flex;
}
.quit-plan-display .circle-grid .circle-img bfi-icon {
  width: 54%;
  height: 54%;
  margin: auto;
  transition: ease-in-out 0.3s;
}
.quit-plan-display .circle-grid .saving {
  font-size: 2em;
  font-weight: 700;
  color: var(--secondary);
}
.quit-plan-display .plan-triggers-accordions {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em 0;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  padding: 1em 1.5em;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion h4 {
  color: var(--this-bg-secondary);
  margin: 0;
  padding-right: 2em;
  position: relative;
  cursor: pointer;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion h4 span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion h4 bfi-icon {
  position: absolute;
  top: 0.2em;
  right: 0;
  font-size: 0.6em;
  transition: ease-in-out 0.3s;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion h4.open-trigger bfi-icon {
  transform: rotate(180deg);
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion-body {
  display: none;
}
.quit-plan-display .plan-triggers-accordions .triggers-accordion-body p:first-of-type {
  padding-top: 1em;
}
.quit-plan-display .plan-cravings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 1em 0;
}
@media screen and (min-width: 650px) {
  .quit-plan-display .plan-cravings-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.quit-plan-display .plan-cravings-grid > div {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  padding: 1em 1.5em;
}
.quit-plan-display .plan-cravings-grid > div h5 {
  color: var(--this-bg-secondary);
}
.quit-plan-display .plan-cravings-grid > div h5 span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
}
.quit-plan-display .plan-route-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 1em 0 2em;
}
@media screen and (min-width: 500px) {
  .quit-plan-display .plan-route-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-route-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.quit-plan-display .plan-route-grid.mid-width {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 650px) {
  .quit-plan-display .plan-route-grid.mid-width {
    grid-template-columns: 1fr 1fr;
  }
}
.quit-plan-display .plan-route-grid > div {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  padding: 1em 1.5em;
}
@media screen and (min-width: 500px) and (max-width: 899.98px) {
  .quit-plan-display .plan-route-grid > div:first-of-type {
    grid-column: span 2;
  }
}
.quit-plan-display .plan-route-grid > div h5 {
  color: var(--this-bg-secondary);
}
.quit-plan-display .plan-route-grid > div h5 span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
}
.quit-plan-display .plan-next-steps h2 strong {
  color: var(--this-bg-secondary);
  font-weight: 700;
}
.quit-plan-display .plan-next-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 3em 0 2em;
}
@media screen and (min-width: 900px) {
  .quit-plan-display .plan-next-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.quit-plan-display .plan-next-steps-grid > div {
  border-radius: var(--component-radius);
  background-color: var(--this-over);
  padding: 1em 2em;
}
[data-quit-display="vapes"]:not(.show-quit-option), [data-quit-display="tobacco"]:not(.show-quit-option) {
  display: none !important;
}
.plan-triggers-chart-area {
  padding: 2em 0 1em;
}
.plan-triggers-chart {
  display: flex;
  overflow: hidden;
  border-radius: var(--component-radius);
}
.plan-triggers-chart > div {
  display: flex;
  flex-direction: column;
  flex: none;
  overflow-x: hidden;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  transition: ease-in-out 0.3s;
}
.plan-triggers-chart > div:not(.show-chart-item) {
  display: none;
}
.plan-triggers-chart > div[data-sort-order="1"] {
  order: 1;
}
.plan-triggers-chart > div[data-sort-order="2"] {
  order: 2;
}
.plan-triggers-chart > div[data-sort-order="3"] {
  order: 3;
}
.plan-triggers-chart > div[data-sort-order="4"] {
  order: 4;
}
.plan-triggers-chart > div p {
  color: #fff;
  margin: 0;
  font-weight: 500;
  white-space: nowrap;
}
.plan-triggers-chart > div span {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.plan-triggers-chart > div[data-sort-order="1"], .plan-triggers-chart > div[data-sort-order="3"] {
  background-color: rgba(0, 0, 0, 0.12);
}
.plan-triggers-chart > div.show-chart-item.open-trigger {
  background-color: var(--hmq-1);
}
[data-sort-order="1"] {
  order: 1;
}
[data-sort-order="2"] {
  order: 2;
}
[data-sort-order="3"] {
  order: 3;
}
[data-sort-order="4"] {
  order: 4;
}
.journey-steps .journey-options-grid.quit-support-options .option-group {
  text-align: center;
  padding: 1.5em;
}
.journey-steps .journey-options-grid.quit-support-options .option-group .button ion-icon {
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.journey-steps .journey-step .alternative-plan-message {
  background-color: #fff;
  padding: 1.5em 2em;
  border-radius: var(--component-radius);
  margin: 2em auto 0;
  max-width: 700px;
  width: 94%;
  font-weight: 500;
}
.journey-steps .journey-step .alternative-plan-message p {
  margin: 0;
  padding: 0;
  color: var(--text);
}
.journey-steps .journey-step .alternative-plan-message p a:not(.button) {
  color: var(--primary);
  margin: 0;
}
.journey-steps .journey-step .alternative-plan-message p a:not(.button):hover {
  color: var(--primary);
}
.journey-steps .journey-step .alternative-plan-message p + p {
  padding: 0.5em 0 0;
}
.print-quit-plan {
  padding: 2em;
  text-align: center;
}
.print-quit-plan-top {
  padding: 1.5em 0;
  text-align: center;
}
.form-area-container {
  container-type: inline-size;
  container-name: formArea;
}
.form-area-container .form-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 1em;
}
.form-area-container .form-area .form-group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.5em 0;
}
.form-area-container .form-area .form-group.inline {
  grid-template-columns: 1fr max-content;
  align-items: center;
  grid-row: initial;
  gap: inherit;
}
.form-area-container .form-area .form-group.form-name-group {
  grid-template-columns: 0.7fr 1.3fr;
  gap: inherit;
  grid-row: span 4;
}
@container formArea (max-width: 37.49em) {
  .form-area-container .form-area .form-group.form-name-group .form-sub-group:last-of-type {
    grid-column: span 2;
  }
}
.form-area-container .form-area .form-group label {
  margin-bottom: 0;
  font-size: 1em;
}
.form-area-container .form-area .form-group label span.label-extra {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
}
.form-area-container .form-area .form-group label span.label-error {
  display: block;
  font-size: 0.9em;
  color: var(--this-bg-secondary);
}
.form-area-container .form-area .form-group input, .form-area-container .form-area .form-group select {
  margin-bottom: 0;
}
.form-area-container .form-area .form-group input.input-error, .form-area-container .form-area .form-group select.input-error {
  border-color: var(--this-bg-secondary);
}
.form-area-container .form-area .form-sub-group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.5em 0;
}
.form-area-container .form-area .form-button {
  display: flex;
  gap: 1em;
  padding-top: 1em;
}
.form-area-container .form-area .form-button button {
  margin: 0;
}
.form-area-container .form-area .form-button button.send_call_back {
  font-size: 1.2em;
}
@media screen and (max-width: 549.98px) {
  .form-area-container .form-area .form-button button.send_call_back {
    margin: 0 auto;
  }
}
.form-area-container .form-area .form-message p {
  margin: 0;
  font-weight: 400;
}
.form-area-container .form-area .form-message p ion-icon {
  vertical-align: text-bottom;
  color: var(--this-bg-secondary);
}
@container formArea (min-width: 37.5em) {
  .form-area-container .form-area {
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 2em;
  }
  .form-area-container .form-area .double {
    grid-column: span 2;
  }
  .form-area-container .form-area .form-group.inline {
    grid-template-columns: auto 1fr;
  }
  .form-area-container .form-area .form-group.form-name-group {
    grid-template-columns: 0.7fr 1.15fr 1.15fr;
    grid-row: span 2;
  }
}
.form-area-container .form-area .form-switch {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 0;
}
.form-area-container .form-area .form-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.form-area-container .form-area .form-switch input[type=checkbox] + label {
  text-indent: -9999px;
  width: 3em;
  height: 1.5em;
  background-color: #fff;
  display: block;
  border-radius: 3em;
  position: relative;
  order: 2;
}
.form-area-container .form-area .form-switch input[type=checkbox] + label + label {
  order: 1;
}
.form-area-container .form-area .form-switch input[type=checkbox] + label + label + label {
  order: 3;
}
.form-area-container .form-area .form-switch input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background-color: var(--this-bg-secondary);
  border-radius: 1em;
  transition: 0.3s;
}
.form-area-container .form-area .form-switch input[type=checkbox] + label:active:after {
  width: 1.5em;
}
.form-area-container .form-area .form-switch input[type=checkbox]:checked + label:after {
  left: calc(100% - 0.25em);
  transform: translateX(-100%);
}
.form-area-container .form-area .form-switch input[type=checkbox]:checked + label + label + label {
  color: var(--this-bg-secondary);
  opacity: 1;
  pointer-events: none;
}
.form-area-container .form-area .form-switch input[type=checkbox]:not(:checked) + label + label {
  color: var(--this-bg-secondary);
  opacity: 1;
  pointer-events: none;
}
.form-area-container .form-area .form-switch label {
  cursor: pointer;
  user-select: none;
}
.form-area-container .form-area .form-switch label:not(:first-of-type) {
  transition: 0.3s;
  opacity: 0.7;
}
.form-area-container .form-area .form-toggle-area {
  background-color: #fff;
  border-radius: calc(var(--component-radius)* 0.25);
  padding: 0.3em;
  align-self: flex-start;
  border: 1px solid var(--this-over, #f1f1f1);
}
.form-area-container .form-area .form-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "one two three";
  position: relative;
}
.form-area-container .form-area .form-toggle label {
  color: var(--main-bg-background-colour);
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  padding: 0.7em 0.5em;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}
.form-area-container .form-area .form-toggle label:nth-of-type(1) {
  grid-area: one;
}
.form-area-container .form-area .form-toggle label:nth-of-type(2) {
  grid-area: two;
}
.form-area-container .form-area .form-toggle label:nth-of-type(3) {
  grid-area: three;
}
.form-area-container .form-area .form-toggle input[type=radio] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.form-area-container .form-area .form-toggle input[type=radio]:nth-of-type(1):checked ~ span {
  left: 0;
}
.form-area-container .form-area .form-toggle input[type=radio]:nth-of-type(2):checked ~ span {
  left: 100%;
}
.form-area-container .form-area .form-toggle input[type=radio]:nth-of-type(3):checked ~ span {
  left: 200%;
}
.form-area-container .form-area .form-toggle span {
  position: relative;
  left: 0;
  grid-area: one;
  background-color: var(--this-bg-secondary);
  border-radius: calc(var(--component-radius)* 0.2);
  transition: 0.3s;
}
.form-area-container .form-area .form-radios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  padding: 0.5em 0;
}
.form-area-container .form-area .form-radios input[type=radio], .form-area-container .form-area .form-radios input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.form-area-container .form-area .form-radios input[type=radio]:checked + label span:first-of-type:before, .form-area-container .form-area .form-radios input[type=checkbox]:checked + label span:first-of-type:before {
  opacity: 1;
}
.form-area-container .form-area .form-radios label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1em;
  cursor: pointer;
}
.form-area-container .form-area .form-radios label span {
  flex-shrink: 0;
}
.form-area-container .form-area .form-radios label span:first-of-type {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #fff;
}
.form-area-container .form-area .form-radios label span:first-of-type:before {
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
  background-color: var(--this-bg-secondary);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
}
.form-area-container .form-area .form-radios label:hover span:first-of-type:before {
  opacity: 0.3;
}
.form-area-container .form-area .form-range {
  display: flex;
  gap: 1em;
}
.form-area-container .form-area .form-range input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 1em !important;
  width: 100%;
  border-radius: 10em;
  background-color: #fff;
  outline: none;
  margin: 0.75em 0;
}
.form-area-container .form-area .form-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: var(--this-bg-secondary);
  cursor: pointer;
  border: 0.25em solid #fff;
}
.form-area-container .form-area .form-range input[type=range]::-moz-range-thumb {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: var(--this-bg-secondary);
  cursor: pointer;
  border: 0.25em solid #fff;
}
.form-area-container .form-area .form-range > span {
  flex-shrink: 0;
  display: block;
  background-color: #fff;
  border-radius: calc(var(--component-radius)* 0.25);
  font-size: 1em;
  line-height: 1.4;
  padding: 0.6em 0.5em;
  border: 1px solid var(--this-over, #f1f1f1);
  color: var(--main-bg-background-colour);
  min-width: calc(2.6em + 2px);
  text-align: center;
  border-radius: 3em;
}
.form-area-container .form-area .form-link.form-link-center {
  text-align: center;
}
.form-area-container .form-area .form-link a {
  text-decoration: underline;
  font-size: 0.9em;
}
.form-area-container .form-area .input-prefix {
  position: relative;
  margin-right: auto;
}
.form-area-container .form-area .input-prefix:before {
  content: attr(data-prefix);
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
}
.form-area-container .form-area .input-prefix input {
  padding-left: 2em;
  min-width: 6.2em;
}
.form-area-container .form-area .input-prefix input::-webkit-outer-spin-button, .form-area-container .form-area .input-prefix input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-area-container .form-area .input-prefix input[type=number] {
  -moz-appearance: textfield;
}
.form-sending, .form-sending:before, .form-sending:after {
  --loader-size: 2em;
  border-radius: 50%;
  width: var(--loader-size);
  height: var(--loader-size);
  color: var(--this-bg-secondary, var(--secondary));
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: senderdance 1.8s infinite ease-in-out;
  animation: senderdance 1.8s infinite ease-in-out;
}
.form-sending {
  font-size: 10px;
  margin: calc(var(--loader-size) * -1) calc(var(--loader-size) * 2) var(--loader-size);
  position: relative;
  align-self: center;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.form-sending:before, .form-sending:after {
  content: "";
  position: absolute;
  top: 0;
}
.form-sending:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.form-sending:after {
  left: 3.5em;
}
@-webkit-keyframes senderdance {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
@keyframes senderdance {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
.search-results-area {
  padding-top: 0;
}
.search-results-area .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
@media only screen and (min-width: 550px) {
  .search-results-area .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 960px) {
  .search-results-area .container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
  }
}
.search-results-area .search-result-single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  background-color: var(--this-over);
  padding: 1.5em 2em;
  border-radius: calc(var(--component-radius) * 0.5);
}
.search-results-area .search-result-single p {
  margin: 0 0 1em;
}
.search-results-area .search-result-single .button {
  margin: auto 0 0;
}
@media only screen and (min-width: 550px) {
  .search-results-area .pagination-link {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 960px) {
  .search-results-area .pagination-link {
    grid-column: span 3;
  }
}
body {
  --hkb-search-button-bg: var(--btn-background-1);
  --hkb-search-button-radius: var(--bttn-radius);
}
#hkb .hkb-searchbox {
  max-width: 900px;
}
#hkb .hkb-searchbox .hkb-site-search {
  max-width: 600px;
  margin: 0 auto;
}
#hkb .hkb-mainpage .hkb-mainpage__sidebar {
  font-size: inherit;
  line-height: inherit;
}
#hkb .hkb_widget_exit .hkb_widget_exit__btn {
  --btn-bg: var(--btn-background-1);
  --btn-bg-hover: var(--btn-background-hover-1);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-1);
  padding: var(--bttn-padding-y) var(--bttn-padding-x);
  line-height: var(--bttn-line-height);
  font-weight: 600;
  border: var(--bttn-border-width) solid var(--btn-border);
  text-align: center;
}
/* Fancyapps Carousel */
div.f-carousel {
  --f-button-next-pos: calc(var(--f-button-width) * -1.3);
  --f-button-prev-pos: calc(var(--f-button-width) * -1.3);
}
div.f-carousel:not(:hover) .f-carousel__dot, div.f-carousel:not(:hover) .f-carousel__nav {
  opacity: 1;
}
div.f-carousel .f-button {
  --f-button-width: 32px;
  --f-button-height: 32px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--primary);
  --f-button-bg: #fff;
  --f-button-active-bg: #fff;
}
div.f-carousel .f-button:hover:not([disabled]) {
  --f-button-hover-color: var(--primary);
  --f-button-hover-bg: #fff;
  outline: var(--btn-outline-hover-1);
}
div.f-carousel .f-button svg {
  --f-button-svg-width: 17px;
  --f-button-svg-height: 15px;
  fill: currentColor;
  stroke: transparent;
}
/* Lenis CSS */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
footer .footer-upper {
  display: block;
}
