body {
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 12px 10px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #a3529e;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  border-style: none;
  border-radius: 50px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #31b6f7;
}

.button.tab.w--current {
  border-style: none;
  border-radius: 50px;
  background-color: #ec417c;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #222;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link:focus {
  color: #ef4036;
}

.navigation-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #161616;
  text-transform: uppercase;
}

.navigation-bar.navigation-bar-dropdown {
  margin-right: 0px;
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-text.brand-text-interview {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.brand-text.brand-text-interview.white {
  font-family: 'Museosans 500', sans-serif;
  color: #f1f1f1;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.brand-text.quote {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.39);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.brand-text.quote.mat-quote {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #404047;
  letter-spacing: 0px;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-text.quote.mat-quote.ofsted-teal {
  background-color: #404047;
  font-family: 'Museosans 500', sans-serif;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-text.quote.mat-quote.ofsted-banner {
  margin-bottom: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #404047;
  font-family: 'Museosans 700', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

.section {
  position: static;
  overflow: visible;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 50px 0px 0px;
  background-color: #8dc63f;
  opacity: 1;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
  text-align: center;
}

.section.accent {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #eee;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: 'Museosans 500', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.accent:hover {
  color: #fff;
}

.section.social-back {
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#7a7a7a));
  background-image: linear-gradient(180deg, #7a7a7a, #7a7a7a);
  -webkit-transition-property: none;
  transition-property: none;
}

.white-box {
  margin-top: 20px;
  padding: 15px 20px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.white-box.transparent {
  display: block;
  width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
  border-style: none;
  background-color: transparent;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: static;
  overflow: visible;
  margin-right: -10px;
  padding: 120px 0px 30px;
  clear: none;
  border-bottom: 4px none transparent;
  background-color: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#151238), color-stop(14%, #151238), color-stop(99%, transparent)), url('../images/blippitsocialbck.jpeg');
  background-image: linear-gradient(0deg, #151238, #151238 14%, transparent 99%), url('../images/blippitsocialbck.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.hero-section.centered.hero-section-social {
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #192024;
  background-image: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 483ms ease;
  transition: opacity 483ms ease;
  color: rgba(61, 150, 194, 0);
}

.hero-section.centered.hero-section-social.ytvids {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#727272), to(#727272));
  background-image: linear-gradient(180deg, #727272, #727272);
}

.hero-section.hero-section-videos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.hero-heading-phone {
  color: #202020;
  font-size: 42px;
  font-weight: 400;
}

.hero-heading.hero-heading-phone.lanscape-here {
  margin-bottom: 0px;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
  text-shadow: none;
}

.hero-heading.hero-heading-phone.lanscape-here.hero-dark {
  margin-bottom: 20px;
  color: #d42f3f;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.hollow-button {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(11, 148, 68, 0.17);
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #fff;
  color: #191970;
}

.hollow-button.all-caps {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  background-color: #fff;
}

.hollow-button.all-caps.hollow-button-social {
  width: 70%;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px none #14609e;
  border-radius: 50px;
  background-color: #2e9dff;
  -webkit-perspective: 1607px;
  perspective: 1607px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.hollow-button.all-caps.hollow-button-social:hover {
  background-color: #fff;
  color: #404047;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  padding-top: 25px;
  font-family: 'Museosans 700', sans-serif;
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
}

.section-heading.centered.white.h2-mat {
  color: #404047;
  line-height: 40px;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
  text-align: center;
}

.footer {
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #222323;
}

.footer.center {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Museosans 300', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px;
}

.info-icon {
  padding-top: 0px;
  float: left;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.with-icon {
  margin-left: 30px;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-weight: 400;
}

.footer-link.mat-footer-link {
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.tab-menu {
  margin-bottom: 15px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.white-text {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Museosans 300', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: none;
}

.white-text.address {
  color: #acacac;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.white-text.white-box {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}

.white-text.white-box.white-box-watch {
  border-style: none;
}

.white-text.white-box.white-box-watch.mp3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #404047;
  font-family: 'Museosans 500', sans-serif;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-text.white-box.new {
  line-height: 23px;
}

.white-text.white-box.new.mat-text {
  display: inline-block;
  height: auto;
  border-style: none;
  border-width: 2px;
  border-color: #31b6f7;
  border-radius: 20px;
  background-color: #fff;
  color: #222;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.5px;
}

.white-text.white-box.new.mat-text.questions {
  height: auto;
  color: #404047;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
}

.white-text.white-text-phone {
  margin-bottom: 60px;
  padding: 20px;
  background-color: transparent;
  -webkit-perspective: none;
  perspective: none;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.5px;
}

.white-text.peace {
  font-family: 'Museosans 500', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.h2-phone {
  margin-top: 21px;
  font-size: 30px;
}

.h2-phone.complete {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: none;
}

.hotdog {
  color: #fff;
}

.mp3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color: transparent;
  text-align: center;
}

.white {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  line-height: 29px;
  font-weight: 400;
}

.white-small-link {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  color: #fff;
  text-decoration: none;
}

.white-small-link.mat-small-link {
  padding-top: 0px;
  border-style: none;
  color: #d42f3f;
}

.white-para {
  margin: 20px 50px;
  font-family: 'Museosans 300', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.2px;
}

.blippit-social {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.about {
  color: #fff;
  line-height: 24px;
}

.about.phone-about {
  font-family: 'Museosans 300', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.h5-footer {
  color: #fff;
}

.video {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.quick-links {
  text-align: center;
}

.paragraph {
  font-family: 'Museosans 300', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.more-videos {
  display: block;
  width: 70%;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.5px;
}

.sway {
  position: static;
  overflow: hidden;
  height: 719px;
  margin-top: 0px;
  padding-top: 50px;
  background-color: #1664b3;
}

.sway.sway-lanscape {
  overflow: visible;
  height: auto;
  margin-top: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ecf0f1;
}

.ibook {
  padding-top: 10px;
  text-align: center;
}

.body-social {
  background-color: transparent;
}

.div-centre {
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-column {
  position: static;
  margin-top: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fbfdfe;
  font-family: 'Museosans 500', sans-serif;
  color: #202020;
  line-height: 26px;
  font-weight: 400;
}

.button-2:hover {
  background-color: #0077cf;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
}

.row-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #ececec;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.row-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin: 40px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column {
  padding-top: 0px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.image-3 {
  margin-bottom: 10px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  background-color: #fff;
}

.div-block-5 {
  background-color: #fff;
}

.html-embed-3 {
  background-color: #fff;
}

.div-block-6 {
  background-color: #fff;
}

.html-embed-4 {
  background-color: #fff;
}

.div-block-7 {
  background-color: #fff;
}

.image-4 {
  margin-top: 10px;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
}

.image-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-12 {
  padding-top: 10px;
}

.f-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  color: #8f8f8f;
}

.text-block-5.also {
  margin-top: 0px;
  font-family: 'Museosans 500', sans-serif;
  line-height: 26px;
  font-weight: 500;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: 'Museosans 500', sans-serif;
  color: #363636;
}

.footer-2 {
  padding: 10px 25px;
  background-color: #cfcfcf;
}

.footer-2.also-from-blippit {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1f1f1f;
}

.wrap-2 {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.f-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-2 {
  margin-right: 15px;
  margin-left: 15px;
  color: #9e9c9c;
  font-size: 13px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.bold-text-2 {
  font-family: 'Museosans 500', sans-serif;
  line-height: 26px;
  font-weight: 400;
}

.bold-text-3 {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  font-family: 'Museosans 500', sans-serif;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-7 {
  font-family: 'Museosans 500', sans-serif;
}

.hero-intro {
  font-family: 'Museosans 700', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="welcome"] {
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
}

@media screen and (max-width: 991px) {
  body {
    display: block;
    padding-top: 0px;
  }

  p {
    color: #8e8e9c;
  }

  .button.tab {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
  }

  .button.tab.w--current {
    border-radius: 50px;
    background-color: #ec407c;
  }

  .navigation-link {
    color: #fff;
  }

  .navigation-link:hover {
    color: rgba(25, 32, 36, 0.88);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1005;
    background-color: #f2f2f2;
  }

  .navigation-bar.navigation-bar-dropdown {
    position: relative;
    z-index: 1001;
    display: block;
    overflow: visible;
    max-width: 2000px;
    margin-right: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.44);
  }

  .hamburger-button {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1001;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .brand-text.brand-text-interview {
    letter-spacing: 1px;
  }

  .brand-text.quote.mat-quote {
    font-family: 'Museosans 500', sans-serif;
    letter-spacing: 0px;
  }

  .brand-text.quote.mat-quote.ofsted-teal {
    letter-spacing: 0px;
  }

  .brand-text.quote.mat-quote.ofsted-banner {
    border-radius: 3px;
    font-family: 'Museosans 700', sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    margin-right: 8px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    background-color: transparent;
    background-position: 50% 94%, 50% 13px;
  }

  .section.accent {
    background-color: #f8f8f8;
    background-image: url('../images/facebook-letter-logo.png');
    background-position: 50% 32px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .section.social-back {
    margin-right: 0px;
    padding-bottom: 50px;
    background-color: #e9e9e9;
    background-image: none;
  }

  .white-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-box.transparent {
    width: 80%;
  }

  .hero-section.centered {
    position: static;
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: radial-gradient(circle farthest-corner at 40% 47%, transparent 72%, #151238 90%), url('../images/blippit_uk_background.jpg');
    background-position: 0px 0px, 100% 7%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .hero-section.centered.hero-section-social {
    padding-bottom: 60px;
    background-color: #192024;
    background-image: none;
  }

  .hero-section.centered.hero-section-social.ytvids {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d7c9), to(#d6d7c9));
    background-image: linear-gradient(180deg, #d6d7c9, #d6d7c9);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-section.hero-section-videos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading.hero-heading-phone {
    font-size: 35px;
  }

  .hero-heading.hero-heading-phone.lanscape-here {
    color: #000;
  }

  .hero-heading.hero-heading-phone.lanscape-here.hero-dark {
    font-weight: 700;
  }

  .hollow-button {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
  }

  .hollow-button.all-caps {
    display: block;
    background-color: #2e9dff;
  }

  .hollow-button.all-caps.hollow-button-social {
    border-style: none;
    border-radius: 50px;
    background-color: #31b6f7;
    color: #fff;
    line-height: 26px;
    text-align: center;
  }

  .hollow-button.all-caps.hollow-button-social:hover {
    border-style: none;
    border-width: 2px;
    background-color: #d3d3d3;
    color: #222;
  }

  .hollow-button.all-caps.hollow-button-social.w--current {
    background-color: #31b6f7;
  }

  .section-heading.centered.white {
    font-family: 'Museosans 700', sans-serif;
    color: #404047;
  }

  .section-heading.centered.white.h2-mat {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ecf0f1;
    line-height: 40px;
    font-weight: 400;
  }

  .footer {
    border-style: none;
  }

  .footer.center {
    border-style: none;
  }

  .footer-text {
    font-size: 10px;
  }

  .footer-link {
    font-family: 'Museosans 300', sans-serif;
  }

  .footer-link.mat-footer-link {
    font-family: 'Museosans 300', sans-serif;
  }

  .white-text {
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
  }

  .white-text.address {
    color: #fff;
  }

  .white-text.white-box.white-box-watch.mp3 {
    font-family: 'Museosans 500', sans-serif;
    font-weight: 400;
  }

  .white-text.white-box.new.mat-text {
    height: auto;
    border-style: none;
    border-radius: 20px;
    box-shadow: 0 3px 5px 0 #ececec;
    font-family: 'Museosans 500', sans-serif;
    line-height: 26px;
    letter-spacing: 0.2px;
  }

  .white-text.white-box.new.mat-text.questions {
    height: auto;
    padding-bottom: 15px;
    border-radius: 20px;
    font-family: 'Museosans 300', sans-serif;
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .white-text.white-box.new.mat-text.questions.school {
    box-shadow: 0 3px 5px 0 #8b8b8b;
  }

  .white-text.white-text-phone {
    background-color: transparent;
    font-family: 'Museosans 300', sans-serif;
    letter-spacing: 0.5px;
  }

  .white-text.peace {
    color: #404047;
    font-size: 16px;
  }

  .h2-phone {
    font-size: 30px;
  }

  .h2-phone.complete {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Museosans 500', sans-serif;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  .menu-button-blue.w--open:hover {
    background-color: #206eb3;
  }

  .menu-button-blue.ipad {
    background-color: #fff;
  }

  .menu-button-blue.ipad.w--open {
    background-color: #fff;
  }

  .hotdog {
    color: #192024;
    font-size: 40px;
  }

  .hero-container {
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .white-small-link {
    color: #404047;
  }

  .white-small-link.mat-small-link {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ec417c;
    font-size: 16px;
    line-height: 26px;
  }

  .white-para {
    margin-top: 40px;
    line-height: 26px;
  }

  .about {
    color: #fff;
  }

  .about.phone-about {
    font-family: 'Museosans 500', sans-serif;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
  }

  .more-videos {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Museosans 500', sans-serif;
    color: #404047;
    line-height: 26px;
    letter-spacing: 0.5px;
  }

  .sway.sway-lanscape {
    height: auto;
    background-color: #31c6db;
    background-image: none;
  }

  .ibook {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-centre {
    margin-top: 50px;
  }

  .about-column {
    padding-top: 50px;
  }

  .button-2 {
    border-radius: 50px;
  }

  .row-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-2 {
    width: 100%;
    border-style: solid;
    border-color: #fcfcfc;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .row-3 {
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    margin-top: 30px;
  }

  .text-block-6 {
    font-family: 'Museosans 500', sans-serif;
    font-weight: 400;
  }

  .text-block-7 {
    font-family: 'Museosans 500', sans-serif;
  }

  .text-block-8 {
    font-family: 'Museosans 500', sans-serif;
  }

  .text-block-9 {
    font-family: 'Museosans 500', sans-serif;
  }

  .bold-text-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-4 {
    font-family: 'Museosans 500', sans-serif;
    font-weight: 400;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .hero-intro {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-intro.small {
    font-family: 'Museosans 700', sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-9 {
    display: inline-block;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button.tab {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }

  .button.tab:hover {
    background-color: #222;
    color: #fff;
  }

  .button.tab.w--current {
    background-color: #ec417c;
    font-size: 14px;
  }

  .navigation-bar.navigation-bar-dropdown {
    position: relative;
    z-index: 1001;
    display: block;
    overflow: visible;
    box-shadow: 1px 1px 4px 1px hsla(0, 0%, 48%, 0.35);
  }

  .navigation-menu {
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .brand-text.brand-text-interview {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 18px;
  }

  .brand-text.quote {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-text.quote.mat-quote {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: #404047;
    letter-spacing: 0.5px;
  }

  .brand-text.quote.mat-quote.ofsted-teal {
    background-color: #404047;
    font-family: 'Museosans 500', sans-serif;
    letter-spacing: 0.5px;
  }

  .brand-text.quote.mat-quote.ofsted-banner {
    border-radius: 10px 10px 0px 0px;
    background-color: #192024;
    font-family: 'Museosans 700', sans-serif;
  }

  .section.accent {
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #f7f7f7;
    background-image: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .section.social-back {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(240, 0%, 92%, 0.77)), to(hsla(240, 0%, 92%, 0.77)));
    background-image: linear-gradient(180deg, hsla(240, 0%, 92%, 0.77), hsla(240, 0%, 92%, 0.77));
    line-height: 26px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .white-box.transparent {
    width: 80%;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, #000), url('../images/blippit_uk_background.jpg');
    background-size: auto, cover;
  }

  .hero-section.centered.hero-section-social {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #fff;
    background-image: none;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .hero-heading.hero-heading-phone.lanscape-here {
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
    font-size: 30px;
    line-height: 52px;
  }

  .hero-heading.hero-heading-phone.lanscape-here.hero-dark {
    overflow: visible;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hollow-button {
    width: 45%;
    font-size: 14px;
  }

  .hollow-button.all-caps.hollow-button-social {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    border-width: 2px;
    border-radius: 50px;
    background-color: #27c6db;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
  }

  .hollow-button.all-caps.hollow-button-social:hover {
    border-style: none;
    background-color: #222;
    color: #fff;
  }

  .hollow-button.all-caps.hollow-button-social.w--current {
    border-radius: 50px;
  }

  .hollow-button.all-caps.hollow-button-social.w--current:hover {
    color: #fff;
  }

  .section-heading.centered {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-heading.centered.white {
    color: #404047;
  }

  .section-heading.centered.white.h2-mat {
    color: #222;
  }

  .section-title-group {
    font-family: 'Museosans 500', sans-serif;
  }

  .footer-text {
    margin-top: 20px;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-link {
    color: #ec3f7b;
  }

  .footer-link:hover {
    color: #000;
  }

  .footer-link.with-icon {
    display: inline-block;
    margin-left: auto;
    border: 1px none #000;
  }

  .footer-link.mat-footer-link {
    color: #ec3f7b;
  }

  .tab-menu {
    margin-top: 15px;
  }

  .white-text {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Museosans 300', sans-serif;
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
  }

  .white-text.address {
    color: #868686;
    line-height: 24px;
    text-align: center;
  }

  .white-text.white-box.white-box-watch.mp3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #404047;
    font-family: 'Museosans 500', sans-serif;
    letter-spacing: 0.5px;
  }

  .white-text.white-box.new.mat-text {
    height: auto;
    padding-right: 10px;
    border-style: none;
    border-radius: 20px;
    box-shadow: 0 3px 5px 0 #ececec;
    color: #2c2c2c;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
  }

  .white-text.white-box.new.mat-text.questions {
    display: inline-block;
    font-family: 'Museosans 300', sans-serif;
    line-height: 26px;
    letter-spacing: normal;
  }

  .white-text.white-text-phone {
    border-radius: 6px;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .white-text.peace {
    padding-right: 10px;
    font-family: 'Museosans 300', sans-serif;
    color: #404047;
    font-size: 16px;
    text-align: left;
  }

  .spc {
    margin-bottom: 30px;
    text-align: center;
  }

  .h2-phone {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 27px;
  }

  .h2-phone.complete {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .menu-button-blue {
    background-color: #fff;
  }

  .menu-button-blue.ipad {
    padding-right: 18px;
    border-radius: 50px;
  }

  .menu-button-blue.ipad:focus {
    background-color: #fff;
  }

  .hotdog {
    background-color: #fff;
    font-family: 'Museosans 500', sans-serif;
    color: #192024;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-container {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .white {
    padding-right: 10px;
    padding-left: 10px;
  }

  .white-small-link {
    border-style: none;
    border-color: #000;
    color: #404047;
    text-decoration: underline;
  }

  .white-small-link.mat-small-link {
    color: #24b6f7;
  }

  .about.phone-about {
    font-family: 'Museosans 300', sans-serif;
    font-weight: 400;
  }

  .h5-footer {
    text-align: center;
  }

  .more-videos {
    width: 90%;
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .sway.sway-lanscape {
    height: auto;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
  }

  .ibook {
    padding-bottom: 0px;
  }

  .what-we-do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-column {
    padding-top: 20px;
  }

  .button-2 {
    margin-top: 10px;
    border-radius: 50px;
    background-color: #31b6f7;
    font-family: 'Museosans 500', sans-serif;
    color: #fff;
  }

  .button-2:hover {
    background-color: #dadada;
    color: #000;
  }

  .button-2.w--current {
    border-radius: 50px;
  }

  .row-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .html-embed-2 {
    width: 100%;
    border-radius: 10px;
  }

  .row-3 {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row-4 {
    display: block;
  }

  .column {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-3 {
    display: block;
  }

  .column-4 {
    position: relative;
    display: block;
  }

  .bold-text {
    font-family: 'Museosans 700', sans-serif;
    color: #2c2c2c;
    font-weight: 400;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    display: block;
  }

  .text-block-5.also {
    font-family: 'Museosans 300', sans-serif;
    line-height: 26px;
  }

  .wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-2 {
    display: inline-block;
    margin-bottom: 10px;
  }

  .text-block-6 {
    color: #fff;
  }

  .bold-text-2 {
    font-family: 'Museosans 500', sans-serif;
  }

  .container-3 {
    background-color: #fff;
  }

  .tab-pane-tab-3 {
    font-family: 'Museosans 500', sans-serif;
  }

  .container-4 {
    padding-left: 10px;
  }

  .bold-text-3 {
    font-family: 'Museosans 700', sans-serif;
  }

  .bold-text-4 {
    font-family: 'Museosans 500', sans-serif;
    font-weight: 400;
  }

  .bold-text-5 {
    font-family: 'Museosans 700', sans-serif;
    font-weight: 400;
  }

  .container-5 {
    color: #74818b;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-7 {
    font-family: 'Museosans 700', sans-serif;
    font-weight: 400;
  }

  .hero-intro.small {
    padding-top: 10px;
    font-family: 'Museosans 500', sans-serif;
    color: #192024;
    text-align: center;
  }

  .column-7 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.tab {
    border-radius: 50px;
  }

  .navigation-link {
    display: block;
    background-color: #c8c8c8;
    color: #192024;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .brand-text.brand-text-interview {
    letter-spacing: 3px;
  }

  .brand-text.quote {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .brand-text.quote.mat-quote {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0px;
    background-color: #404047;
    line-height: 26px;
    font-weight: 400;
  }

  .brand-text.quote.mat-quote.ofsted-teal {
    background-color: #404047;
    font-family: 'Museosans 500', sans-serif;
  }

  .brand-text.quote.mat-quote.ofsted-banner {
    border-radius: 10px;
    background-color: #404047;
    text-transform: none;
  }

  .section {
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .section.accent {
    position: static;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #e0e0e0;
    background-image: none;
    opacity: 1;
  }

  .section.social-back {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 61px;
    background-color: #eee;
    background-image: none;
  }

  .white-box.transparent {
    width: 90%;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section.centered {
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 0px 70px;
    background-color: #2e9dff;
    background-image: none;
  }

  .hero-section.centered.hero-section-social {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #fff;
    background-image: none;
  }

  .hero-heading.hero-heading-phone {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .hero-heading.hero-heading-phone.lanscape-here {
    padding-bottom: 15px;
    color: #1b1b1b;
    text-shadow: none;
  }

  .hollow-button {
    width: 80%;
    margin-bottom: 20px;
  }

  .hollow-button.all-caps {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #3b99d9;
  }

  .hollow-button.all-caps.hollow-button-social {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: #2e9dff;
    -webkit-transition-property: none;
    transition-property: none;
    color: #f0f0f0;
  }

  .hollow-button.all-caps.hollow-button-social:hover {
    background-color: #006dce;
  }

  .section-heading.centered {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-heading.centered.white {
    color: #404047;
    font-size: 26px;
  }

  .section-heading.centered.white.h2-mat {
    padding-top: 15px;
    color: #404047;
    line-height: 36px;
  }

  .section-title-group {
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
    background-color: #fff;
  }

  .footer-text {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Museosans 100', sans-serif;
    color: #b8b8b8;
  }

  .info-icon {
    -webkit-filter: none;
    filter: none;
  }

  .footer-link {
    font-family: 'Museosans 300', sans-serif;
    font-weight: 400;
    text-align: center;
  }

  .footer-link.with-icon {
    color: #ec3f7b;
  }

  .tab-menu {
    background-color: transparent;
  }

  .white-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    color: #404047;
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .white-text.address {
    font-family: 'Museosans 100', sans-serif;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .white-text.white-box.white-box-watch.mp3 {
    background-color: #404047;
    font-family: 'Museosans 500', sans-serif;
    color: #404047;
  }

  .white-text.white-box.new.mat-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: none;
    font-family: 'Museosans 500', sans-serif;
    color: #404047;
    font-weight: 400;
    text-align: center;
  }

  .white-text.white-box.new.mat-text.questions {
    border-width: 2px;
    font-family: 'Museosans 300', sans-serif;
    text-align: left;
  }

  .white-text.white-box.new.mat-text.questions.school {
    margin-right: 10px;
    box-shadow: none;
    text-align: center;
  }

  .white-text.white-text-phone {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
    font-family: 'Museosans 300', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
  }

  .white-text.peace {
    color: #404047;
    letter-spacing: 0.2px;
  }

  .h2-phone {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-phone.complete {
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Museosans 300', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-shadow: none;
  }

  .menu-button-blue {
    display: block;
    padding: 10px;
  }

  .menu-button-blue:focus {
    background-color: #668cad;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-button-blue.w--open {
    background-color: #c8c8c8;
  }

  .menu-button-blue.w--open:hover {
    background-color: #b6b6b6;
  }

  .menu-button-blue.ipad {
    font-family: 'Museosans 500', sans-serif;
  }

  .menu-button-blue.ipad:focus {
    background-color: #fff;
    color: #fff;
  }

  .hotdog {
    padding: 10px 5px;
    line-height: 40px;
  }

  .hotdog:hover {
    background-color: #fff;
  }

  .hotdog:active {
    background-color: transparent;
  }

  .mp3 {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-container {
    overflow: visible;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
  }

  .white-small-link {
    color: #404047;
  }

  .white-para {
    margin-right: 20px;
    margin-left: 20px;
  }

  .blippit-social {
    padding-top: 40px;
    background-color: transparent;
  }

  .about {
    color: #0f0f0f;
    line-height: 24px;
  }

  .about.phone-about {
    margin-right: auto;
    margin-left: auto;
    font-family: 'Museosans 300', sans-serif;
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .h5-footer {
    color: #000;
  }

  .more-videos {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Museosans 300', sans-serif;
    color: #404047;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 0px;
  }

  .sway {
    height: 1036px;
  }

  .sway.sway-lanscape {
    height: auto;
    margin-bottom: 0px;
    padding-top: 45px;
    background-color: #31c6db;
    background-image: none;
  }

  .ibook {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-social {
    overflow: visible;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-centre {
    overflow: visible;
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .what-we-do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .about-column {
    display: block;
    margin-top: auto;
    padding-top: 10px;
    padding-right: 10px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: transparent;
  }

  .button-2 {
    border-radius: 50px;
    background-color: #31b6f7;
    font-family: 'Museosans 500', sans-serif;
    color: #fff;
  }

  .button-2:hover {
    background-color: #e2e2e2;
    color: #192024;
  }

  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .row-3 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    max-width: none;
    padding-top: 5px;
    padding-bottom: 5px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-5 {
    background-color: #fff;
  }

  .column-6 {
    background-color: #fff;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    display: block;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .text-block-5.also {
    font-family: 'Museosans 500', sans-serif;
    color: #b8b8b8;
    line-height: 26px;
    font-weight: 400;
  }

  .wrap-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .text-block-6 {
    font-family: 'Museosans 500', sans-serif;
  }

  .text-block-7 {
    font-family: 'Museosans 500', sans-serif;
  }

  .text-block-8 {
    font-family: 'Museosans 500', sans-serif;
  }

  .text-block-9 {
    font-family: 'Museosans 500', sans-serif;
  }

  .bold-text-2 {
    font-family: 'Museosans 500', sans-serif;
  }

  .container-4 {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .bold-text-4 {
    font-family: 'Museosans 500', sans-serif;
    font-weight: 400;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .hero-intro.small {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-9 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-span {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .image-13 {
    border-radius: 10px;
  }

  .div-block-11 {
    padding-bottom: 0px;
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans-500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('../fonts/MuseoSans-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans';
  src: url('../fonts/MuseoSans-900Italic.otf') format('opentype'), url('../fonts/MuseoSans-300Italic.otf') format('opentype'), url('../fonts/MuseoSans-700Italic.otf') format('opentype'), url('../fonts/MuseoSans-100Italic.otf') format('opentype'), url('../fonts/MuseoSans-500Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 700';
  src: url('../fonts/MuseoSans-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('../fonts/MuseoSans-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 900';
  src: url('../fonts/MuseoSans-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}