.error__container {
  background: #009CA6;
  text-align: center; }

.error__subject {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 100vh; }

.error__giant-title {
  font-size: 16vw;
  font-family: 'Gilroy-SemiBold', sans-serif;
  color: #74dbe2;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding-top: 0.2em; }

.call-to-action {
  background: #009CA6;
  color: white;
  text-align: center;
  padding: 3em 1em;
  position: relative;
  overflow: hidden;
  margin-top: 2em; }

.call-to-action__title {
  font-size: 2rem;
  font-family: 'Gilroy-SemiBold', sans-serif;
  color: white; }

.call-to-action__desc {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }

.call-to-action__features {
  padding: 0; }

.call-to-action__features li {
  display: inline-block; }

.call-to-action__buttons {
  padding: 1.4em 0; }

.call-to-action__button {
  font-family: 'Gilroy-SemiBold', sans-serif;
  padding: 0.6em 1.4em 0.5em 1.4em;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  background: white;
  color: #307FE2; }

.call-to-action__button:hover {
  color: white;
  background: #374253; }

.call-to-action__button:not(:last-child) {
  margin-right: 1em; }

.call-to-action__features li:not(:first-child):before {
  content: '';
  display: inline-block;
  margin: 0 0.8em;
  height: 6px;
  width: 6px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 100%;
  vertical-align: middle; }

.Debug {
  padding: 1em;
  background: black;
  color: white; }

.Debug a {
  color: inherit; }

.CookieBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 99999999999;
  padding: 1.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 760px) {
    .CookieBanner {
      flex-direction: row; } }
  .CookieBanner div {
    margin-top: 0.7em; }
    @media only screen and (min-width: 760px) {
      .CookieBanner div {
        margin-top: 0; } }

.CookieBanner__link {
  font-family: 'Gilroy-SemiBold'; }
  @media only screen and (min-width: 760px) {
    .CookieBanner__link {
      margin-left: 1em; } }

.CookieBanner__button {
  cursor: pointer;
  background: none;
  color: white;
  padding: 0.7em 1.5em;
  font-size: 1em;
  margin-left: 1em;
  border-radius: 7px;
  font-family: 'Gilroy-SemiBold'; }

.Footer {
  background: #eaeaea;
  padding: 2.4rem 0; }

.Footer__top-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 700px) {
    .Footer__top-container {
      margin-bottom: 2em; } }

.Footer__section {
  flex-basis: 50%;
  margin-bottom: 1em;
  padding-right: 1em; }
  .Footer__section a {
    text-decoration: none; }
  @media (min-width: 700px) {
    .Footer__section {
      flex-basis: 25%;
      margin-bottom: 0; } }

.Footer__section__title {
  font-size: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  color: #009CA6;
  font-family: 'Gilroy-SemiBold', sans-serif; }

.Footer__section ul {
  list-style: none;
  padding: 0; }

.Footer__section li {
  margin-bottom: 0.5em; }

.Footer__bottom-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }

.Footer__terms {
  text-decoration: none;
  margin-bottom: 1em; }

.Footer__copyright {
  margin-bottom: 1em; }

.Footer__social-icons {
  display: flex;
  margin-bottom: 2em; }

.Footer__social-icons__icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #ddd;
  margin-right: 1em;
  border-radius: 100%;
  color: #307FE2;
  background: white;
  box-shadow: 1px 1px 3px 3px #ccc;
  transition: fill 80ms ease; }
  .Footer__social-icons__icon:hover, .Footer__social-icons__icon:focus {
    fill: rgba(48, 127, 226, 0.8); }

.Footer__social {
  display: flex;
  flex-direction: row;
  align-self: flex-start; }

.Footer__social__item {
  margin-right: 0.8rem;
  align-self: flex-start; }
  .Footer__social__item:last-child {
    margin-right: 0; }
  @media (max-width: 940px) {
    .Footer__social__item {
      margin-top: 0.5rem; } }

.Footer__social__item--mhra {
  border: solid 1px #7dcd12;
  border-radius: 2px; }
  .Footer__social__item--mhra img {
    display: block;
    width: 75px;
    height: 68px; }

.Footer__social__item--cqc img {
  display: block;
  width: 101px;
  height: 70px; }

.Icon--inline {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  margin-right: 0.6rem; }
  .Icon--inline svg {
    top: .125em;
    position: relative;
    width: 100%;
    height: 100%; }

.Icon path {
  fill: currentColor; }

@keyframes colorIn {
  0% {
    background: #fff; }
  100% {
    background: #307FE2; } }

.Menu__mobile {
  background: #307FE2;
  overflow-y: auto;
  position: fixed;
  width: 100vw;
  z-index: 10001;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 3.6em;
  color: white;
  display: none; }
  .Menu__mobile ul {
    margin: 0;
    padding: 0;
    padding-top: 1.2em;
    list-style: none;
    text-align: center; }
  .Menu__mobile li {
    padding: 1.2em;
    font-size: 1.6em; }
  .Menu__mobile a {
    padding: 1em;
    text-decoration: none;
    color: #fff; }

.Menu__mobile-links__button__menu {
  cursor: pointer; }
  .Menu__mobile-links__button__menu--dark {
    color: #fff; }

.Menu__mobile-links {
  height: 4em;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  display: none; }
  .Menu__mobile-links__button {
    background: none;
    border: none;
    padding: 1em;
    width: 4.2em;
    height: 4.2em; }

@media (max-width: 940px) {
  .Menu__mobile-links {
    display: flex; }
  .js-close-menu .Menu__mobile-links__button__close {
    display: none; }
  .js-open-menu .Menu__mobile-links svg path {
    fill: white; }
  .js-open-menu .Menu__logo:after {
    background-image: url("/static/logo-ms-white.svg"); }
  .js-open-menu .Menu__mobile {
    display: block;
    animation-duration: 80ms;
    animation-name: opacityIn; }
  .js-open-menu .Menu__mobile-links__button__menu {
    display: none; }
  .js-open-menu.Menu {
    background: #307FE2;
    animation-duration: 80ms;
    animation-name: colorIn;
    color: white;
    border-color: #5d9be8;
    box-shadow: none; } }

body.Menu__mobile-open {
  overflow: hidden; }

.Menu {
  margin: 0;
  padding: 0;
  height: 4em;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0;
  will-change: background-color;
  opacity: 0;
  display: none; }
  .Menu--dark {
    background: #009CA6; }
  .Menu--light {
    background: #fff; }
  .Menu--sticky {
    position: fixed; }

.Menu--show {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s linear, opacity 0.1s linear; }

.Menu .www-container {
  display: flex;
  height: 100%; }

.Menu__logo {
  flex: 1;
  align-self: center;
  flex: 0;
  background-size: contain;
  background-repeat: no-repeat; }
  .Menu__logo--dark {
    background-image: url("/static/logo-ms-white.svg"); }
  .Menu__logo--light {
    background-image: url("/static/logo-ms.svg"); }

.Menu__logo:after {
  content: '';
  height: 36px;
  width: 200px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 360px) {
    .Menu__logo:after {
      height: 24px;
      width: 150px; } }

.Menu__links {
  list-style: none;
  display: none;
  margin: 0;
  flex: 1;
  justify-content: flex-end;
  height: 100%; }

.Menu__links__link {
  margin-left: 0.6em;
  white-space: nowrap;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 1.125rem;
  transition: color 0.2s; }
  .Menu__links__link--dark {
    color: #fff; }
    .Menu__links__link--dark:hover {
      color: rgba(255, 255, 255, 0.8); }
  .Menu__links__link--light {
    color: #2D2926; }
    .Menu__links__link--light:hover {
      color: rgba(45, 41, 38, 0.8); }
  .Menu__links__link a {
    display: inline-block;
    padding: 0.7em 0.6em;
    text-decoration: none; }
  .Menu__links__link a.Menu__links__link--book-now {
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    transition: background-color 0.2s; }
    .Menu__links__link a.Menu__links__link--book-now--dark {
      background: #fff;
      color: #307FE2; }
      .Menu__links__link a.Menu__links__link--book-now--dark:hover {
        background: rgba(45, 41, 38, 0.8);
        color: #fff; }
    .Menu__links__link a.Menu__links__link--book-now--light {
      background: #307FE2;
      color: #fff; }
      .Menu__links__link a.Menu__links__link--book-now--light:hover {
        background: rgba(48, 127, 226, 0.8); }

@media (min-width: 941px) {
  .Menu__links {
    display: flex; }
  body {
    font-size: 19px; } }

.Menu__book-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1; }

.Menu__book-button {
  border-radius: 100px;
  padding: 0.6rem 1.2rem;
  background-color: #307FE2;
  margin: 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 360px) {
    .Menu__book-button {
      font-size: 0.7em;
      padding: 0.4rem 0.6rem; } }

.BookVideoBanner {
  width: 100%;
  height: 8em;
  background: #F9E17D;
  z-index: 99999999999; }

.BookVideoBanner__container {
  height: 8em;
  padding: 0.9em 1.5em;
  margin: 0 auto;
  color: #0D4C80;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-weight: 800; }

@media (min-width: 941px) {
  .BookVideoBanner {
    height: 4em; }
  .BookVideoBanner__container {
    flex-direction: row;
    justify-content: space-between;
    height: 4em;
    font-weight: 800; } }

.BookVideoBanner__button {
  background: #0D4C80;
  padding: 0.9rem 1.5rem;
  white-space: nowrap;
  color: #F9E17D;
  border-radius: 25px;
  transition: background-color 0.2s; }

.BookVideoBanner__button:hover {
  background: rgba(48, 127, 226, 0.8);
  cursor: pointer; }

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

body {
  margin: 0;
  font-family: 'Gilroy-Normal', sans-serif;
  line-height: 1.5em;
  color: #2D2926;
  font-size: 16px; }

h1 {
  font-size: 2rem;
  color: #307FE2;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Gilroy-SemiBold', sans-serif; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 1.8rem;
  color: #0D4C80;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Gilroy-SemiBold', sans-serif; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.2rem;
  color: #009CA6;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Gilroy-SemiBold', sans-serif; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.5rem; } }

a {
  color: inherit;
  text-decoration: none; }

p a {
  text-decoration: none;
  font-family: 'Gilroy-SemiBold', sans-serif;
  color: #307FE2; }
  p a:hover {
    color: rgba(48, 127, 226, 0.8); }

table {
  text-align: left; }

th, td {
  padding: 0.5em;
  vertical-align: top; }
  th:first-child, td:first-child {
    padding-left: 0; }
  th:last-child, td:last-child {
    padding-right: 0; }

.www-container {
  padding: 0 1.5em;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }

.MainLayout {
  position: relative; }

.MainLayout__content {
  min-height: 100vh;
  position: relative; }
  .MainLayout__content--sticky {
    padding-top: 4.1em; }

.MainLayout__content--hide-top-padding {
  padding-top: 0; }

.Header {
  padding-top: 2.4em; }

.Header__sub-title {
  color: #777;
  font-size: 1.2rem;
  max-width: 80ch;
  padding-bottom: 1.2rem;
  font-family: 'Gilroy-SemiBold', sans-serif; }

.Header__message {
  line-height: 1.8rem;
  padding-bottom: 1.2rem; }

