.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #096ad0;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3em;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #a9a9a9;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  color: #a9a9a9;
  text-decoration: none;
}

a:hover {
  color: #de0000;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  color: #a9a9a9;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 1px solid #096ad0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #de0000;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.section.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section.blue {
  background-color: #de0000;
  color: #096ad0;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-screen.background-image-side {
  min-height: 60vh;
  background-color: #f3f3f3;
  background-image: url('../images/Header-Blob-right.svg');
  background-position: 100% 50%;
  background-size: 125px;
}

.section.full-screen.stretch {
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.full-screen.background-image-side {
  background-color: rgba(9, 106, 208, 0.2);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-screen.stretch {
  min-height: 60vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.full-screen.smaller-header {
  min-height: 65vh;
  padding-top: 100px;
  background-color: #de0000;
  background-image: url('../images/hero-learner.png'), url('../images/map-fade.svg');
  background-position: 100% 50%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.full-screen.smaller-header.lessons-page {
  min-height: 60vh;
  background-image: url('../images/hero-learner_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-screen.bg-list-business {
  min-height: 70vh;
  padding-top: 140px;
  background-color: #f3f3f3;
  background-image: url('../images/Lplate_hero-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-screen.bg-pricing {
  min-height: 60vh;
  background-color: #f3f3f3;
  background-image: url('../images/Hero_pricing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.light-blue {
  border-style: none;
  background-color: rgba(9, 106, 208, 0.04);
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-section-wide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section.wider-padding.map {
  padding-top: 240px;
  padding-bottom: 240px;
  background-position: 50% 50%;
}

.section.wider-padding.red-bg {
  background-color: #de0000;
  background-image: none;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, 0.08);
}

.section.blue {
  background-color: #096ad0;
  color: #096ad0;
}

.section.background-image {
  height: 600px;
  background-image: url('../images/hero-section-wide.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.section.half-screen-background-image.right {
  background-position: 100% 50%;
}

.section.black {
  background-color: #1f2c3d;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  padding-bottom: 160px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top-divider {
  border-top: 1px solid rgba(9, 106, 208, 0.2);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.learnr-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #de0000;
  color: #de0000;
}

.section.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section.section-app {
  min-height: 50vh;
  padding-bottom: 0px;
  background-color: #de0000;
}

.section.footer-sub {
  background-color: #1c1c1c;
  background-image: url('../images/Footer_bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #000;
}

.section.no-bottom-margins.no-padding {
  padding-bottom: 0px;
}

.section.full-screen-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 140px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-screen-v2.bg-features-page {
  min-height: 70vh;
  background-color: #de0000;
  background-image: url('../images/bg_red-map.svg'), url('../images/MAP_RED.svg');
  background-position: 50% 0%, 50% 50%;
  background-size: auto, contain;
  background-repeat: no-repeat, repeat;
}

.section.bg-red {
  background-color: #de0000;
}

.section.bg-gray-map {
  padding-top: 100px;
  background-color: #fff;
  background-image: url('../images/map-fade.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.highlight-block {
  display: none;
}

.section.bg-light-grey {
  background-color: #f8f8f8;
}

.section.search-section {
  padding-bottom: 0px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.wrapper.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.wrapper.space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.navbar-trans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.lg-negative-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: -80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.navbar-solid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wrapper.profile-page {
  position: relative;
  top: -79px;
  z-index: 1000;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: #dbdbdb;
}

.color-block.steel-blue {
  background-color: #de0000;
}

.color-block.black {
  background-color: #a9a9a9;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border-style: solid;
  border-width: 1px;
  border-color: #de0000;
}

.color-block.light-blue {
  border-style: none;
  background-color: hsla(0, 0%, 66.3%, 0.32);
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.lg-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.lg-50.blue {
  background-color: #de0000;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.column-overlay.white {
  border-right-color: hsla(0, 0%, 100%, 0.08);
  border-left-color: hsla(0, 0%, 100%, 0.08);
}

.centre-align {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.centre-align.pricing {
  color: #a9a9a9;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.centre-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-4.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-4.flex-stretch.md-3.xs-2 {
  width: 33%;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3.flex-stretch.md-2.sm-2 {
  width: 25%;
}

.col.lg-3.sm-2 {
  width: 30%;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.centre-align {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-6.centre-align.heading-column {
  width: 60%;
}

.col.lg-6.centre-align.col-heading {
  display: block;
  width: 75%;
}

.col.lg-6.centre-align-vertical {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
  width: 50%;
}

.col.lg-6.md-3.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-6.md-3.sm-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.lg-6.md-3.xs-2 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.col.lg-6.md-4 {
  width: 75%;
}

.col.lg-6.sm-margin-bottom.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-6.md-4 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.lg-6.md-4.image-left-align {
  margin-left: 0px;
}

.col.lg-6.md-4.image-right-align {
  margin-right: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5.md-4 {
  width: 50%;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.md-4.centre-align {
  width: 75%;
}

.col.lg-8.md-4.faq {
  width: 100%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.col.md-4 {
  width: 25%;
}

.col.profile-2 {
  z-index: 100;
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.profile-1 {
  z-index: 100;
  width: 66.66%;
}

.paragraph-small {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
  text-align: center;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  height: 1px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-small.no-bottom-margins {
  font-weight: 300;
  text-align: left;
}

.paragraph-small.no-bottom-margins.centre-align {
  text-align: center;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-small.footer {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
}

.paragraph-small.read-more {
  font-weight: 700;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
  background-color: #de0000;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

.row.centre-align {
  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-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;
}

.row.centre-align.no-bottom-margins {
  margin-bottom: -70px;
}

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.md-reverse-layout.md-centre-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.md-reverse-layout.md-centre-align.row-padding {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.md-reverse-layout.md-centre-align.row-padding.no-padding-top {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 66.3%, 0.24);
  border-radius: 15px;
  background-color: #de0000;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Sofia pro', sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: #f6f5f5;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  color: #de0000;
}

.button.ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-weight: 700;
}

.button.ghost:hover {
  background-color: #de0000;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #de0000;
}

.button.ghost.reversed.margin-left {
  margin-left: 20px;
}

.button.ghost.search-button {
  width: 40%;
  margin: 2px;
  padding: 20px;
  background-color: #de0000;
  color: #fff;
}

.button.ghost.ol-white {
  border-color: #fff;
  color: #fff;
}

.button.ghost.magin-left {
  margin-left: 10px;
}

.button.reversed {
  background-color: #fff;
  color: #de0000;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  width: 100%;
  text-align: center;
}

.button.margin-left {
  margin-right: 20px;
}

.button.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.button.form-button {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 15px;
  box-shadow: none;
  font-size: 14px;
}

.button.form-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.margin-top {
  border-width: 2px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button.margin-top:hover {
  background-color: #f8f8f8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #de0000;
}

.button.ol-white {
  border-color: #f8f8f8;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.margin-bottom.short-paragraph {
  font-family: 'Sofia pro', sans-serif;
  font-weight: 400;
}

.margin-bottom.paragraph {
  font-size: 20px;
  line-height: 1.5em;
}

.margin-bottom.paragraph.center-text {
  line-height: 1.3em;
  text-align: center;
}

.margin-bottom.heading-colum-wide {
  width: 75%;
}

.form {
  width: 100%;
  color: #a9a9a9;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: #f8f8f8;
  background-image: none;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
}

.form-field::-webkit-input-placeholder {
  color: #a9a9a9;
}

.form-field:-ms-input-placeholder {
  color: #a9a9a9;
}

.form-field::-ms-input-placeholder {
  color: #a9a9a9;
}

.form-field::placeholder {
  color: #a9a9a9;
}

.form-field.no-bottom-margins {
  min-width: 100px;
  padding-top: 30px;
  border-style: none;
  border-width: 0px;
  border-color: #666;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
}

.text-area::-webkit-input-placeholder {
  color: #a9a9a9;
}

.text-area:-ms-input-placeholder {
  color: #a9a9a9;
}

.text-area::-ms-input-placeholder {
  color: #a9a9a9;
}

.text-area::placeholder {
  color: #a9a9a9;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: #e7e6e6;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.price-table-container.link {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 2px;
  border-color: #e7e6e6;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.price-table-container.link:hover {
  border-width: 2px;
  border-color: #de0000;
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #096ad0;
  border-radius: 6px;
  background-color: rgba(9, 106, 208, 0.06);
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  font-family: 'Sofia pro', sans-serif;
  color: #fff;
  font-weight: 700;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #a9a9a9;
  color: #a9a9a9;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.9;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'Sofia pro', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.spacing.last {
  margin-right: 0px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  padding: 60px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 hsla(0, 0%, 66.3%, 0.15);
}

.contact-form-container.card.white-background {
  border: 1px solid #096ad0;
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.icon.white {
  -webkit-filter: brightness(5000%) saturate(0%);
  filter: brightness(5000%) saturate(0%);
}

.light-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer-text {
  margin-top: 8px;
  font-family: 'Sofia pro', sans-serif;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
  color: #de0000;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 10px 1px hsla(0, 0%, 66.3%, 0.13);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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: 2px;
  border-color: #a9a9a9;
  border-radius: 50%;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-color: #096ad0;
  color: #096ad0;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-weight: 500;
}

.nav-block-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-trans {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: 'Sofia pro', sans-serif;
}

.nav-link-trans {
  position: relative;
  display: block;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}

.nav-link-trans:hover {
  opacity: 1;
  color: #a9a9a9;
}

.nav-link-trans.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #8b8b8b;
  font-weight: 700;
}

.nav-link-trans.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  border-radius: 50px;
  background-color: #de0000;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-trans.border:hover {
  background-color: #de0000;
  color: #fff;
}

.nav-link-trans.border.cta {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-trans.border.btn-ol {
  margin-left: 10px;
  background-color: #f8f8f8;
  color: #de0000;
}

.nav-link-trans.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-trans.full-opacity {
  opacity: 1;
}

.nav-link-trans.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-trans.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  background-color: transparent;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  color: #de0000;
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 150px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: #096ad0;
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.no-bottom-margins {
  margin-bottom: 0px;
  font-weight: 700;
}

.no-bottom-margins.paragraph {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
}

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

.column-image {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.column-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.slide.small {
  width: 70%;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-arrow {
  color: #096ad0;
}

.slide-nav {
  color: #096ad0;
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  display: block;
  margin-right: 16px;
  float: left;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-stretch {
  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;
}

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-horizontal-justify-start-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-horizontal.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-thumbnail-container {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

.masonry-div.vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link {
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  color: #096ad0;
  text-align: center;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.centred-logo-container {
  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-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark-blue {
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.nav-link.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  padding: 8px 14px;
  border-radius: 90px;
  background-color: #1f2c3d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.components-wrapper {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.hover.hover-on-image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  background-color: #e4f1fd;
  opacity: 1;
}

.portrait-container {
  position: relative;
  margin-bottom: 30px;
}

.team-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-29 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-family: 'Sofia pro', sans-serif;
  font-weight: 700;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
}

.form-with-button.horizontal {
  width: 500px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #e7e6e6;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #a9a9a9;
}

.form-with-button.horizontal.center {
  margin-right: auto;
  margin-left: auto;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.testimonial-container.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.quotation-mark {
  margin-right: 24px;
  opacity: 0.1;
}

.slider-3 {
  height: 100%;
  background-color: transparent;
}

.slide-nav-2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
}

.horizontal-short-line {
  height: 1px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: #e7e6e6;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  padding: 8px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  background-color: #096ad0;
}

.team-small-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.half-screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 100%;
  font-family: 'Sofia pro', sans-serif;
  line-height: 1.3em;
  font-weight: 300;
}

.short-paragraph.margin-bottom {
  font-family: 'Sofia pro', sans-serif;
}

.short-paragraph.white-text {
  color: #fff;
}

.short-paragraph.sub-heading {
  color: #757575;
  font-size: 25px;
  font-weight: 900;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  margin-right: 30px;
  float: left;
}

.feature-icon-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.value-proposition-container.vertical-align.vpc-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.value-proposition-container.vertical-align.vpc-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image.margin-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.computer-image {
  position: absolute;
  width: 70vw;
  margin-left: 10vw;
}

.computer-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-3.centre-align {
  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;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  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;
  background-image: none;
}

.side-image.shadow {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.border-to-edge-picture {
  position: relative;
  top: 0px;
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/instuctor-saas.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0px;
}

.intro-feature-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.intro-feature-container.bottom-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-right: -30px;
  margin-bottom: -30px;
}

.mac-container {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-text-block {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.starter-website-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -208px;
  margin-bottom: -75px;
}

.starter-website-image.hidden {
  left: auto;
  display: block;
  max-width: 70%;
  margin-right: -250px;
  margin-bottom: -10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.div-block-39 {
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._4-col-container {
  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;
  color: #fff;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-width {
  width: 100%;
}

.works-link {
  text-decoration: none;
}

.low-opacity {
  color: rgba(9, 106, 208, 0.6);
}

.md-align-centre {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.feature-text {
  width: 75%;
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.video-placeholder {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #096ad0;
  font-size: 15px;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-color: #096ad0;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.small-slide {
  width: 50%;
  padding: 20px 30px;
}

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

.value-point-container {
  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;
  -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: center;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.blog-thumbnail:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-tag {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  background-color: #096ad0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-content-preview-container {
  position: relative;
  margin-top: -37px;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-wrap.light-blue {
  background-image: url('../images/map-fade.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #de0000;
}

.shadow {
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.map {
  overflow: hidden;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.how-it-works-line {
  position: absolute;
  top: 295px;
  display: none;
  width: 710px;
  height: 1px;
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: rgba(9, 106, 208, 0.2);
  color: #de0000;
}

.how-it-works-step {
  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;
  -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;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 16px;
  font-weight: 700;
}

.circle {
  position: relative;
  z-index: 1;
  display: none;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -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: 3px;
  border-color: #de0000;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
}

.how-it-works-tab {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.heading {
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

.heading-2 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
}

.heading-2.red-heading {
  margin-right: auto;
  margin-left: auto;
  color: #de0000;
}

.heading-2.white-heading {
  color: #fff;
  font-size: 40px;
}

.heading-2.search-page-heading {
  font-size: 30px;
}

.heading-3 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  line-height: 1em;
  font-weight: 700;
}

.heading-3.red-heading {
  color: #de0000;
  line-height: 1.3em;
}

.heading-3.blog-link {
  color: #de0000;
}

.heading-4 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 20px;
  line-height: 1.2em;
}

.heading-4.white-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 20px;
}

.heading-4.search-result-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
}

.heading-4.bold-text {
  color: #a9a9a9;
  font-weight: 700;
}

.heading-4.bold-text.white-text {
  color: #fff;
}

.heading-5 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
}

.paragraph {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  line-height: 1.3em;
}

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

.paragraph.lesson-locations {
  font-size: 16px;
}

.paragraph-2 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  line-height: 1.3em;
}

.link-2 {
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
}

.search-box-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
}

.search-box-container.card {
  padding: 0px;
  border: 1px none transparent;
  border-radius: 15px;
  background-color: transparent;
}

.search-box-container.search-box-center {
  margin-right: auto;
  margin-left: auto;
}

.icon-lrg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.short-paragraph-2 {
  width: 75%;
}

.button-2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-2:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-2.ghost {
  border: 1px solid #096ad0;
  background-color: transparent;
  box-shadow: none;
  color: #096ad0;
}

.button-2.ghost:hover {
  background-color: #096ad0;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button-2.margin-left {
  margin-right: 20px;
}

.bold-text {
  color: #de0000;
}

.paragraph-small-2 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.short-paragraph {
  width: 75%;
}

.paragraph-small-2.white-text {
  color: #d8d8d8;
}

.phone-image-2.negative-margins {
  margin-bottom: -125px;
}

.form-2 {
  width: 100%;
}

.components-wrapper-2 {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.page-preview-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link-2:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.computer-image-2 {
  position: absolute;
  width: 100vw;
  margin-left: 10vw;
}

.components-list-container-2 {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container-2._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.low-opacity-2 {
  color: rgba(9, 106, 208, 0.6);
}

.form-field-2 {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  color: #096ad0;
}

.form-field-2::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field-2:-ms-input-placeholder {
  color: #096ad0;
}

.form-field-2::-ms-input-placeholder {
  color: #096ad0;
}

.form-field-2::placeholder {
  color: #096ad0;
}

.form-field-2.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field-2.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.dropdown-container-2 {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.heading-7 {
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
}

.bold-text-2 {
  font-family: 'Sofia pro', sans-serif;
}

.image-10 {
  width: 1000px;
}

.search-box {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #a9a9a9;
}

.search-image---location {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.sec-header-div {
  position: relative;
  z-index: 188;
  display: block;
  height: 80px;
  min-height: auto;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/hd_shape-02.svg');
  background-position: 50% 100%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-bar-trans {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  background-color: transparent;
  color: #de0000;
}

.nav-bar-solid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  color: #de0000;
}

.section-header-03 {
  position: relative;
  z-index: 188;
  display: block;
  height: 80px;
  min-height: auto;
  margin: 0px auto;
  background-color: #fff;
  background-image: url('../images/sec-hd-red_top.svg');
  background-position: 50% 100%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-3 {
  color: #f8f8f8;
}

.link-4 {
  color: #f8f8f8;
}

.search-container {
  width: 100%;
  border-radius: 6px;
}

.search-container.card {
  padding: 20px 20px 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 hsla(0, 0%, 66.3%, 0.15);
}

.panel-heading {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.search-results-container {
  width: 100%;
  border-radius: 6px;
}

.search-results-container.card {
  display: block;
  padding: 20px 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: transparent;
  box-shadow: none;
}

.search-result-card {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.3%, 0.26);
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.09);
}

.result-image-container {
  overflow: visible;
  width: auto;
  height: 150px;
  max-width: none;
  min-height: auto;
  margin: 0px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.result-image {
  overflow: hidden;
  width: 100%;
  height: 150px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-radius: 15px 15px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.result-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
}

.instructor-info {
  width: 100%;
  height: auto;
  padding-left: 0px;
}

.instructor-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #f8f8f8;
  text-align: left;
}

.listing-price {
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
}

.radio-button-field {
  color: #a9a9a9;
}

.radio-button-label {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
}

.select-field {
  border-radius: 20px;
}

.text-field {
  border-radius: 20px;
}

.divider-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e7e6e6;
  color: #a9a9a9;
}

.search-form {
  margin-top: 40px;
}

.word-ul {
  text-decoration: underline;
}

.white-text {
  color: #fff;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.list.no-margin {
  margin-top: 0px;
  margin-bottom: 20px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-image: url('../images/Check-mark.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Sofia pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.side-image-features {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-point-check {
  height: 25px;
  min-width: 0px;
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.feature-point-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Sofia pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
}

.nav-bar-solid-instructor {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  color: #de0000;
}

.heading-8 {
  font-family: 'Sofia pro semi', sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 300;
}

.div-block-52 {
  display: none;
}

.search-block-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
}

.search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reviews-text {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
}

.rating-star {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #a9a9a9;
}

.search-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 0px;
}

.search-icon {
  margin-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.search-upper-block {
  margin-bottom: 0px;
  padding: 5px 15px;
}

.search-block-lower {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.reviews-text-copy {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
}

.section-header-04 {
  position: relative;
  z-index: 188;
  display: block;
  height: 96px;
  min-height: auto;
  margin: -76px auto 0px;
  background-image: url('../images/hd_shape-02.svg');
  background-position: 50% 100%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.search-results {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  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;
}

.search-map {
  height: 30vh;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2.blue {
  background-color: #de0000;
  color: #096ad0;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.white-2 {
  color: #fff;
  font-weight: 300;
}

.paragraph-small-sub {
  font-family: 'Sofia pro', sans-serif;
  color: #f8f8f8;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
}

.search-filter {
  display: none;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #f8f8f8;
  text-align: left;
}

.filter-button {
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 66.3%, 0.24);
  border-radius: 15px;
  background-color: #de0000;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Sofia pro', sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}

.filter-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: #f6f5f5;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  color: #de0000;
}

.filter-button.margin-left {
  margin-right: 20px;
}

.profile-container {
  width: 100%;
  border-radius: 6px;
}

.profile-container.card {
  display: block;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 hsla(0, 0%, 66.3%, 0.2);
}

.profile-container.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 20px 20px 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 hsla(0, 0%, 66.3%, 0.2);
}

.profile-container.profile-card-2 {
  display: block;
  margin-bottom: 40px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 66.3%, 0.2);
}

.profile-block {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.3%, 0.26);
  border-radius: 20px;
  background-color: transparent;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  background-color: #f8f8f8;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calendar-options {
  padding: 8px;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #de0000;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.calendar-options.selected {
  background-color: #de0000;
  color: #fff;
}

.div-block-56-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56-copy-copy._2 {
  display: none;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-64._2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
}

.gallery-img {
  width: 32%;
  height: 160px;
  border-radius: 5px;
}

.arrow {
  width: 20px;
}

.div-block-54-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-62 {
  width: 100%;
  height: 30px;
}

.profile-content {
  font-family: 'Sofia pro', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.profile-content._2 {
  margin-bottom: 0px;
}

.profile-content._2-copy {
  margin-bottom: 0px;
}

.profile-content.reviews {
  width: 80%;
}

.profile-content._2-copy {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}

.checkbox-field {
  margin-right: 40px;
}

.time-slot-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.checkbox-box.t-c {
  margin-bottom: 15px;
}

.checkbox-box.payment {
  margin-top: 5px;
}

.stars {
  width: 22px;
}

.cal-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-3 {
  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;
}

.profile-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.3%, 0.26);
  border-radius: 20px;
  background-color: transparent;
}

.profile-block-2.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-block-2._3 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.profile-block-2._3._2 {
  padding-bottom: 15px;
}

.profile-block-2.head-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-block-2._2 {
  padding-top: 0px;
}

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

.div-block-55 {
  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;
}

.reviews-text-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 300;
}

.profile-box {
  position: relative;
  top: 11px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.field-label {
  width: 30%;
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.text-block-5 {
  margin-right: 5px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
}

.lessons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.calendar-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-67-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 10px;
}

.heading-9 {
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-size: 20px;
  line-height: 1.2em;
}

.heading-9.search-result-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
}

.heading-9.search-result-heading.red {
  color: #de0000;
  font-size: 18px;
}

.heading-9.search-result-heading.gray-copy {
  margin-bottom: 0px;
  color: #a9a9a9;
  font-size: 17px;
}

.heading-9.search-result-heading.gray {
  margin-bottom: 10px;
  color: #a9a9a9;
  font-size: 17px;
}

.heading-9.search-result-heading.gray-subheading {
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #a9a9a9;
  font-size: 15px;
  font-weight: 500;
}

.image-12-copy {
  width: 17px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-56-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56-copy._2 {
  display: none;
}

.green-check {
  width: 20px;
  margin-left: 8px;
}

.review-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-11 {
  width: 130px;
  height: 130px;
  border-radius: 6px;
}

.profile-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  margin-top: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
}

.month-name {
  margin-left: 10px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  line-height: 1.4em;
  font-weight: 700;
}

.vertical-line {
  width: 1px;
  height: 22px;
  background-color: #e7e6e6;
}

.vertical-line._1 {
  margin-right: 15px;
}

.vertical-line.lessons {
  display: none;
}

.services-textbox {
  width: 32%;
  padding: 8px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 5px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-weight: 300;
  text-align: center;
}

.profile-text {
  margin-left: 5px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  line-height: 1.4em;
  font-weight: 300;
}

.profile-text.medium {
  font-weight: 500;
}

.profile-text.bold {
  font-weight: 700;
}

.profile-text._2 {
  margin-left: 0px;
}

.profile-text.red {
  color: #de0000;
  font-weight: 400;
}

.profile-text.red._2 {
  margin-right: 10px;
  margin-left: 10px;
}

.profile-text.red._2.last {
  color: #a9a9a9;
}

.profile-text.red.last {
  color: #a9a9a9;
}

.profile-text.medium-copy {
  color: #de0000;
  font-size: 16px;
  font-weight: 700;
}

.checkbox {
  width: 15px;
  height: 15px;
  border-color: #e7e6e6;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 hsla(0, 0%, 66.3%, 0.61);
}

.checkbox.w--redirected-checked {
  border-style: none;
  background-color: #a9a9a9;
}

.checkbox._2 {
  border-radius: 3px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-img {
  width: 20px;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
  -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;
}

.form-box._2 {
  margin-bottom: 10px;
}

.lessons-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  width: 95%;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-label {
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-weight: 300;
}

.calendar-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  margin-right: 1px;
  padding: 5px 15px;
  -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-radius: 3px;
  background-color: #f8f8f8;
  color: #a9a9a9;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.calendar-days._1 {
  border-style: solid;
  border-width: 1px;
  border-color: #de0000;
}

.calendar-days._2 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1ff00;
}

.calendar-days.selected {
  background-color: #de0000;
  color: #fff;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red-check {
  width: 24px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile-block-3 {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.3%, 0.26);
  border-radius: 20px;
  background-color: transparent;
}

.instructor-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.reviews-box {
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
}

.time-slot {
  width: 24%;
  margin-bottom: 10px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 hsla(0, 0%, 66.3%, 0.34);
  font-family: 'Sofia pro', sans-serif;
  font-weight: 400;
  text-align: center;
}

.time-slot.selected {
  border-width: 1.2px;
  border-color: #de0000;
  color: #de0000;
  font-weight: 500;
}

.reviewer-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  width: 16px;
}

.profile-red-nr {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 16px;
  font-weight: 700;
}

.image-15 {
  width: 30px;
}

.ssl-img {
  position: absolute;
  left: auto;
  top: 1px;
  right: 20px;
  bottom: auto;
  width: 90px;
}

.gallery-scroller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small-img {
  width: 22px;
  margin-left: 8px;
}

.small-img._2 {
  margin-left: 5px;
}

.div-block-66 {
  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;
}

.button-3 {
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 66.3%, 0.24);
  border-radius: 15px;
  background-color: #de0000;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Sofia pro', sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: #f6f5f5;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  color: #de0000;
}

.button-3._2 {
  margin-top: 10px;
}

.button-3._2._3 {
  border-radius: 10px;
}

.button-3.book {
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #de0000;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-weight: 700;
}

.button-3.book:hover {
  background-color: #de0000;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button-3.book._2 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.button-3.book._3 {
  border-radius: 10px;
}

.button-3.enquire {
  margin-bottom: 15px;
}

.gray-line {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background-color: #e7e6e6;
}

.gray-line.last {
  display: none;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-72 {
  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;
}

.areas-box {
  margin-right: 10px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 5px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-weight: 300;
  font-size: 14px;
}

.arrow-box {
  padding: 6px;
  border-radius: 3px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-3 {
  margin-left: 8px;
  font-family: 'Sofia pro', sans-serif;
  color: #a9a9a9;
  font-weight: 700;
}

.text-block-5-copy {
  margin-right: 10px;
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.input-field {
  width: 49%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
  border-radius: 10px;
  box-shadow: 0 3px 7px 0 hsla(0, 0%, 66.3%, 0.34);
  opacity: 0.75;
  font-family: 'Sofia pro', sans-serif;
  font-weight: 300;
}

.input-field.booking {
  width: 100%;
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-field._2 {
  width: 70%;
  margin-bottom: 0px;
  padding-left: 15px;
}

.lessons-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-9 {
  margin-right: 5px;
  margin-left: 5px;
  color: #a9a9a9;
  font-weight: 400;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calendar-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calendar-block-1._2 {
  margin-bottom: 10px;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cal-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cal-box-3._2 {
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cal-box-3._2.last {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.read-more {
  font-family: 'Sofia pro', sans-serif;
  color: #de0000;
  font-weight: 700;
}

.filterclosebtn{
  display: none;
}



@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.full-screen {
    min-height: 800px;
  }
  .section.full-screen.smaller-header {
    padding-top: 100px;
    background-position: -150% 50%, 50% 50%;
    background-size: auto, auto;
  }
  .section.full-screen.bg-list-business {
    min-height: 60vh;
    padding-top: 75px;
    background-image: url('../images/Lplate_hero-01.jpg'), url('../images/map-fade.svg');
    background-position: 33% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .section.full-screen.bg-pricing {
    min-height: 60vh;
    margin-top: 30px;
    background-image: url('../images/Lplate_hero-01.jpg'), url('../images/map-fade.svg');
    background-position: 30% 100%, 50% 50%;
    background-size: 190%, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.half-screen-background-image {
    background-size: 48%;
  }
  .section.half-screen-background-image.right {
    background-size: 48%;
  }
  .section.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.full-screen-v2 {
    min-height: 800px;
  }
  .section.full-screen-v2.bg-features-page {
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.lg-negative-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .wrapper.mobile-nav {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-4 {
    width: 50%;
  }
  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }
  .col.lg-4.flex-stretch.md-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-4.md-4 {
    width: 100%;
  }
  .col.lg-4.md-3 {
    width: 75%;
  }
  .col.lg-4.md-33 {
    width: 33.33%;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }
  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }
  .col.lg-3.md-4 {
    width: 100%;
  }
  .col.lg-3.md-2 {
    width: 50%;
  }
  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.lg-3.hidden-md-down {
    display: none;
  }
  .col.lg-3.md-1 {
    width: 25%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-1.empty {
    display: none;
  }
  .col.lg-1.hidden-lg-down {
    display: none;
  }
  .col.lg-6.centre-align {
    width: 70%;
  }
  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }
  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.lg-6.sm-1 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6.md-3 {
    width: 75%;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-2.md-1 {
    width: 25%;
  }
  .col.lg-2.md-33 {
    width: 33.33%;
  }
  .col.lg-2.md-2 {
    width: 50%;
  }
  .col.lg-2.hidden-md-down {
    display: none;
  }
  .col.lg-2.md-4 {
    width: 100%;
  }
  .col.lg-5 {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col.lg-5.md-4 {
    width: 100%;
  }
  .col.lg-5.md-3 {
    width: 75%;
  }
  .col.lg-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col.lg-8.md-4 {
    width: 100%;
  }
  .col.lg-9.md-1 {
    width: 25%;
  }
  .col.lg-10.md-2 {
    width: 50%;
  }
  .col.lg-11.md-3 {
    width: 75%;
  }
  .col.profile-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .col.profile-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.no-bottom-margins {
    margin-bottom: 0px;
  }
  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.md-reverse-layout.md-centre-align {
    -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: center;
  }
  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .margin-bottom.md-centre-align {
    text-align: center;
  }
  .page-preview-link {
    height: 22px;
  }
  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }
  .price-table-container.link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .service-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-trans {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .nav-link-trans {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-trans.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link-trans.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-trans.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .nav-link-trans.burger-nav {
    opacity: 1;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .logo-navbar.white {
    width: 70px;
  }
  .logo-navbar.white {
    width: 70px;
  }
  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .phone-image {
    max-width: 82%;
  }
  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }
  .hidden-lg-down {
    display: none;
  }
  .md-1 {
    width: 25%;
  }
  .md-2 {
    width: 50%;
  }
  .md-3 {
    width: 75%;
  }
  .md-4 {
    width: 100%;
  }
  .slide.small {
    width: 80%;
  }
  .inline-form {
    width: 100%;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .masonry-div {
    padding-top: 75%;
  }
  .centred-logo-container {
    display: block;
  }
  .components-wrapper {
    border-style: solid none;
  }
  .hover.hover-on-image {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-left: 0px;
    background-color: transparent;
    opacity: 1;
  }
  .portrait-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-short-line {
    margin-right: -30px;
    margin-left: -30px;
  }
  .team-small-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .computer-picture {
    max-width: 70vw;
  }
  .app-download-button {
    width: 130px;
  }
  .app-download-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-icon-horizontal {
    margin-bottom: 20px;
  }
  .value-proposition-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .computer-image {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .row-3 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }
  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .side-image.shadow {
    max-width: 90%;
  }
  .border-to-edge-picture {
    height: 500px;
  }
  .features-phone-image {
    position: relative;
    height: 70%;
  }
  .starter-website-image {
    position: absolute;
    left: 200px;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .starter-website-image.hidden {
    position: relative;
    left: 0px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-media-icons-contianer {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }
  ._4-col-container {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo-2 {
    margin-bottom: 40px;
  }
  .div-block-49 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .feature-text {
    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;
    -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;
  }
  .feature-image {
    height: 90px;
  }
  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #1f2c3d;
  }
  .white-burger {
    color: #fff;
  }
  .menu-button-3 {
    background-color: #1f2c3d;
  }
  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }
  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }
  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }
  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .dropdown-list {
    background-color: #1f2c3d;
  }
  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-2 {
    text-align: left;
  }
  .transparent-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }
  .burger-icon {
    color: #096ad0;
  }
  .dropdown-link-text {
    margin-right: 0px;
  }
  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-list-2.w--open {
    position: relative;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-cta-button-container {
    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;
  }
  .small-slide {
    width: 100%;
  }
  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .date-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .negative-margin {
    margin-left: -19px;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }
  .how-it-works-line {
    top: 245px;
  }
  .how-it-works-tab {
    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;
    -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;
  }
  .step-container {
    margin-bottom: 80px;
  }
  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }
  .search-box-container.card {
    padding: 20px 40px 0px 0px;
  }
  .paragraph-small-2.short-paragraph {
    width: 100%;
  }
  .phone-image-2 {
    max-width: 82%;
  }
  .phone-image-2.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }
  .components-wrapper-2 {
    border-style: solid none;
  }
  .dropdown-list-3 {
    background-color: #1f2c3d;
  }
  .dropdown-list-3.w--open {
    overflow: auto;
    height: 50vh;
  }
  .nav-menu-container-2 {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }
  .menu-button-4 {
    background-color: #1f2c3d;
  }
  .menu-button-4.w--open {
    background-color: #1f2c3d;
  }
  .page-preview-link-2 {
    height: 22px;
  }
  .computer-image-2 {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .nav-dropdown-link-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .nav-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }
  .nav-bar-trans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .nav-bar-solid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .search-container.card {
    padding: 40px;
  }
  .search-results-container.card {
    padding: 40px;
  }
  .instructor-info {
    width: 76%;
  }
  .feature-points {
    margin-bottom: 40px;
  }
  .nav-bar-solid-instructor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .profile-container.card {
    padding: 40px;
  }
  .profile-container.profile-card {
    padding: 40px;
  }
  .div-block-64._2 {
    width: auto;
  }
  .profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar-days {
    padding: 15px 0px;
    font-size: 16px;
  }
  .time-slot {
    padding-right: 10px;
    padding-left: 10px;
  }
  .arrow-box {
    margin-left: 1px;
  }
  .calendar-block-1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  .section.full-screen {
    min-height: 600px;
  }
  .section.full-screen.smaller-header {
    padding-top: 140px;
  }
  .section.full-screen.bg-list-business {
    background-image: url('../images/map-fade.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.full-screen.bg-pricing {
    background-image: url('../images/map-fade.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.wider-padding.background-image {
    height: 400px;
  }
  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .section.half-screen-background-image {
    background-size: cover;
  }
  .section.half-screen-background-image.right {
    background-size: cover;
  }
  .section.no-vertical-padding.sm-flex-vertical {
    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;
  }
  .section.hide-sm-down {
    display: none;
  }
  .section.full-screen-v2 {
    min-height: 600px;
  }
  .wrapper.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .block.lg-50 {
    width: 100%;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-4.sm-2 {
    width: 100%;
  }
  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0px;
  }
  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }
  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-3.sm-1 {
    width: 50%;
  }
  .col.lg-3.sm-2 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.centre-align {
    width: 75%;
  }
  .col.lg-6.sm-1 {
    width: 50%;
  }
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }
  .col.lg-6.sm-margin-bottom {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .col.lg-2.sm-1 {
    width: 50%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }
  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0px;
  }
  .col.lg-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .col.lg-8.centre-align.sm-2 {
    width: 100%;
  }
  .col.lg-8.sm-2 {
    width: 100%;
  }
  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }
  .col.profile-2 {
    width: 100%;
  }
  .paragraph-small {
    font-size: 20px;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.sm-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row.margin-bottom.sm-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .button.margin-top {
    margin-bottom: 10px;
  }
  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }
  .page-preview-link {
    height: 220px;
  }
  .price-table-container {
    padding: 40px;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .testimonial-image {
    margin-bottom: 40px;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .question-text {
    margin-top: 8px;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .logo-navbar.white {
    width: 60px;
  }
  .logo-navbar.white {
    width: 60px;
  }
  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .phone-image {
    max-width: 60%;
    margin-bottom: 40px;
    border-bottom: 1px solid #096ad0;
  }
  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }
  .sm-1 {
    width: 50%;
  }
  .hidden-md-down {
    display: none;
  }
  .sm-2 {
    width: 100%;
  }
  .sm-align-centre {
    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;
    -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: center;
  }
  .slider-arrow {
    font-size: 28px;
  }
  .slide-nav {
    font-size: 10px;
  }
  .masonry-div {
    padding-top: 100%;
  }
  .form-with-button.horizontal {
    width: 100%;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-short-line {
    margin-right: -40px;
    margin-left: -40px;
  }
  .team-small-container-1 {
    margin-bottom: 30px;
  }
  .short-paragraph.sub-heading {
    font-size: 25px;
  }
  .computer-picture {
    margin-bottom: 40px;
  }
  .value-proposition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .border-to-edge-picture {
    height: 400px;
  }
  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }
  .intro-feature-container {
    padding: 20px;
  }
  .features-phone-image {
    height: 62%;
  }
  .starter-website-image.hidden {
    left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .social-media-icons-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-social-links-container {
    margin-top: 40px;
  }
  ._4-col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo-2 {
    padding-left: 0px;
  }
  .feature-image {
    height: 30%;
  }
  .centred-logo {
    margin-left: 30px;
  }
  .play-icon {
    width: 50px;
  }
  .small-slide {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .circle.no-margins {
    margin-right: 0px;
  }
  .footer-newsletter-form-container {
    margin-top: 20px;
  }
  .search-box-container.card {
    padding: 40px;
  }
  .paragraph-small-2.short-paragraph {
    width: 100%;
  }
  .phone-image-2 {
    max-width: 60%;
    margin-bottom: 40px;
    border-bottom: 1px solid #096ad0;
  }
  .phone-image-2.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }
  .page-preview-link-2 {
    height: 220px;
  }
  .sec-header-div {
    margin-top: -20px;
  }
  .search-container.card {
    padding: 40px 30px;
  }
  .search-results-container.card {
    padding: 40px 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .search-result-card {
    width: 100%;
  }
  .instructor-info {
    width: 100%;
  }
  .instructor-cta {
    width: 100%;
  }
  .side-image-features {
    margin-bottom: 20px;
  }
  .search-results {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .row-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-small-sub {
    font-size: 20px;
  }
  .search-filter {
    width: 100%;
  }
  .profile-container.card {
    padding: 40px 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .profile-container.profile-card {
    position: relative;
    padding: 40px 15px 120px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .profile-container.profile-card-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .profile-block {
    width: 100%;
  }
  .checkbox-field-2 {
    margin-bottom: 0px;
  }
  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-block {
    overflow: hidden;
  }
  .reviews-highlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-59 {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-65 {
    width: 45%;
    margin-bottom: 20px;
  }
  .div-block-56-copy-copy {
    margin-top: 12px;
  }
  .div-block-64 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-img {
    width: auto;
    margin-right: 10px;
  }
  .div-block-54-copy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 15px;
    padding-top: 0px;
  }
  .profile-content._2 {
    width: 68.30000305175781px;
  }
  .profile-content._2-copy {
    width: auto;
  }
  .profile-content.reviews {
    width: auto;
  }
  .checkbox-field {
    margin-bottom: 10px;
  }
  .checkbox-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-box.t-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-3 {
    width: 100%;
  }
  .profile-block-2 {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .profile-block-2.head-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-block-2._2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-55._1 {
    margin-top: 20px;
  }
  .profile-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-5 {
    font-size: 26px;
  }
  .lessons-box {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calendar-box-2 {
    margin-bottom: 6px;
  }
  .div-block-67-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-56-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-56-copy._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-56-copy._1 {
    display: none;
  }
  .div-block-74 {
    margin-right: 20px;
    margin-left: 0px;
  }
  .profile-location {
    margin-bottom: 10px;
  }
  .vertical-line._2 {
    display: none;
  }
  .vertical-line.lessons {
    display: block;
  }
  .services-textbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .checkbox {
    margin-top: 2px;
  }
  .checkbox._2 {
    margin-top: 2px;
  }
  .lessons-details {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calendar-days {
    margin-right: 2px;
  }
  .div-block-89 {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .profile-block-3 {
    width: 100%;
  }
  .instructor-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .time-slot {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-scroller {
    overflow: scroll;
    width: 100%;
  }
  .div-block-66 {
    width: 100%;
  }
  .div-block-72 {
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .arrow-box {
    padding: 7px;
  }
  .lessons-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-88 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cal-box-3._2 {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    font-size: 27px;
    line-height: 34px;
  }
  h4 {
    font-size: 21px;
    line-height: 30px;
  }
  .section.full-screen.navbar-section {
    display: block;
    padding-top: 0px;
  }
  .section.full-screen.smaller-header {
    min-height: 50vh;
    padding-top: 100px;
    background-color: transparent;
    background-image: url('../images/map-fade.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .section.full-screen.smaller-header.lessons-page {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section.full-screen.bg-list-business {
    min-height: 40vh;
    background-image: url('../images/map-fade.svg');
    background-position: 30% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.full-screen.bg-pricing {
    min-height: 40vh;
    background-image: url('../images/map-fade.svg');
    background-position: 30% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.half-screen-background-image {
    background-position: 50% 50%;
  }
  .section.half-screen-background-image.right {
    background-position: 50% 50%;
  }
  .section.page-header {
    padding-top: 80px;
  }
  .section.page-header.image {
    padding-bottom: 80px;
  }
  .section.footer-sub {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section.search-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper.space-around {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.lg-negative-margins {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper.mobile-nav {
    position: relative;
  }
  .wrapper.profile-page {
    top: -55px;
  }
  .color-block {
    margin-bottom: 20px;
  }
  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.lg-50 {
    padding: 40px;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }
  .col.lg-4.flex-stretch.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-4.xs-1 {
    width: 50%;
  }
  .col.lg-4.md-33.xs-2 {
    width: 100%;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.lg-3._2-col-in-mobile {
    width: 100%;
  }
  .col.lg-3.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }
  .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }
  .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6.centre-align {
    width: 100%;
  }
  .col.lg-6.sm-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-6.md-4.image-left-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col.lg-2.md-1.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-2.md-33.xs-2 {
    width: 100%;
  }
  .col.lg-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-8 {
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .col.md-4 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col.profile-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.profile-1 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row.centre-align.no-bottom-margins {
    margin-bottom: -13px;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.ghost.search-button {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .margin-bottom {
    display: block;
  }
  .margin-bottom.paragraph {
    font-size: 16px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-field.no-bottom-margins {
    min-width: auto;
  }
  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }
  .page-preview-link {
    height: 160px;
  }
  .price-table-container {
    padding: 35px;
  }
  .footer-logo {
    display: block;
  }
  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .footer-link.spacing.last {
    margin-right: 16px;
  }
  .footer-link.no-padding.first {
    margin-left: -12px;
  }
  .footer-link.no-padding.last {
    margin-right: -10px;
  }
  .footer-link.first {
    margin-left: -10px;
  }
  .footer-link.last {
    margin-right: -10px;
  }
  .social-media-icon {
    padding: 0px;
  }
  .contact-form-container {
    padding: 0px;
  }
  .contact-form-container.card {
    padding: 20px 30px;
  }
  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }
  .contact-form-container.light-blue.padding {
    padding: 20px;
  }
  .question-arrow-icon {
    margin-left: 16px;
  }
  .answer {
    padding-left: 0px;
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .nav-link-trans.border {
    width: 100%;
  }
  .nav-link-trans.border.btn-ol {
    width: 100%;
    margin-left: 0px;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    position: relative;
  }
  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .phone-image {
    max-width: 80%;
  }
  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }
  .xs-1 {
    width: 50%;
  }
  .xs-2 {
    width: 100%;
  }
  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }
  .slide-nav {
    height: 32px;
    font-size: 8px;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .masonry-div {
    padding-top: 100%;
  }
  .masonry-div.vertical {
    padding-top: 100%;
  }
  .masonry-div.big {
    padding-top: 100%;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .team-small-container {
    margin-bottom: 30px;
  }
  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-with-button.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-with-button.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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;
  }
  .testimonial-container {
    padding: 50px 30px 30px;
  }
  .quotation-mark {
    position: absolute;
    width: 30px;
    margin-top: -30px;
    margin-right: 0px;
    margin-left: -10px;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horizontal-short-line {
    margin-right: -35px;
    margin-left: -35px;
  }
  .team-container {
    margin-bottom: 0px;
  }
  .short-paragraph {
    width: 100%;
  }
  .short-paragraph.white-text {
    font-size: 16px;
  }
  .short-paragraph.sub-heading {
    font-size: 18px;
  }
  .computer-picture {
    max-width: 80vw;
  }
  .app-download-button {
    width: 110px;
  }
  .app-download-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-icon-horizontal {
    display: block;
  }
  .icon-side {
    width: 50px;
    margin-bottom: 10px;
  }
  .value-proposition-container {
    width: 100%;
  }
  .computer-image {
    width: 110%;
  }
  .col-2 {
    margin-bottom: 10px;
  }
  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .side-image.lightbox-video {
    width: 100%;
  }
  .side-image.shadow {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .intro-feature-container {
    display: block;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .intro-feature-container.bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-feature-container.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }
  .features-mac {
    max-width: 120%;
    margin-right: -25%;
    margin-bottom: -20%;
  }
  .mac-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .starter-website-image.hidden {
    left: 0px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .horizontal-footer-links-container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social-media-icons-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }
  .div-block-49 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .feature-image {
    height: 45%;
    margin-right: 30px;
  }
  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }
  .play-icon {
    width: 40px;
  }
  .mobile-nav {
    position: fixed;
    width: 100%;
  }
  .nav-menu-container {
    overflow: auto;
  }
  .dropdown-list.w--open {
    overflow: auto;
  }
  .icon-2 {
    position: absolute;
  }
  .nav-cta-button-container {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .small-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .left-arrow {
    width: 60px;
  }
  .right-arrow {
    width: 60px;
  }
  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .cta-container {
    margin-bottom: 40px;
  }
  .negative-margin {
    margin-left: -10px;
  }
  .how-it-works-step {
    width: 100%;
  }
  .circle {
    margin-right: 20px;
  }
  .how-it-works-tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading {
    font-size: 40px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .heading-2.red-heading {
    text-align: left;
  }
  .heading-2.red-heading.mobile-centre {
    text-align: center;
  }
  .heading-2.search-page-heading {
    padding: 0px 15px;
    width: 80%;
    margin-top: 0px;
    font-size: 25px;
    line-height: 1.2em;
  }
  .heading-3 {
    font-size: 25px;
  }
  .heading-4.search-result-heading {
    width: 100%;
  }
  .search-box-container {
    padding: 0px;
  }
  .search-box-container.card {
    width: 100%;
    padding: 20px 0px;
  }
  .short-paragraph-2 {
    width: 100%;
  }
  .phone-image-2 {
    max-width: 80%;
  }
  .phone-image-2.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }
  .dropdown-list-3.w--open {
    overflow: auto;
  }
  .nav-menu-container-2 {
    overflow: auto;
  }
  .page-preview-link-2 {
    height: 160px;
  }
  .computer-image-2 {
    width: 110%;
  }
  .form-field-2.no-bottom-margins {
    min-width: auto;
  }
  .sec-header-div {
    display: none;
  }
  .nav-bar-trans {
    position: relative;
    display: none;
  }
  .nav-bar-solid {
    position: relative;
  }
  .section-header-03 {
    display: none;
  }
  .search-container {
    padding: 0px;
  }
  .search-container.card {
    display: none;
    padding: 30px 10px;
  }
  .search-results-container {
    padding: 0px;
  }
  .search-results-container.card {
    min-width: 260px;
    padding: 20px 10px;
  }
  .search-result-card {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
  }
  .result-image-container {
    height: auto;
  }
  
  .filterclosebtn{
    display: block;
    padding: 8px 15px;
    color: #fff;
    background-color: #de0000;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    right: 10px;
    font-weight: 600;
    font-size: 14px;
  }  
  
  .headingp{
    margin-bottom: 20px;
  }
  
  .result-image {
    display: inline-block;
    width: 100%;
    height: 160px;
  }
  .result-info {
    display: block;
    height: auto;
    margin-left: 0px;
  }
  .instructor-info {
    width: 100%;
  }
  .instructor-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .listing-price {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 25px;
  }
  .side-image-features {
    margin-bottom: 20px;
  }
  .nav-bar-solid-instructor {
    position: relative;
  }
  .div-block-51 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .search-block-review {
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-row {
    display: block;
    width: 100%;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search-block-lower {
    margin-bottom: 0px;
  }
  .section-header-04 {
    display: none;
  }
  .search-results {
    width: 100%;
    justify-items: stretch;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .search-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px none #000;
  }
  .filter-button {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding: 20px;
    background-image: url('../images/filter_icon.svg');
    background-position: 50% 50%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
  }
  .filter-button.margin-left {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .filter-button.margin-left:hover {
    background-color: maroon;
  }
  .profile-container {
    padding: 0px;
  }
  .profile-container.card {
    min-width: 260px;
    padding: 20px 10px;
  }
  .profile-container.profile-card {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .profile-container.profile-card-2 {
    min-width: 260px;
  }
  .profile-block {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
  }
  .checkbox-field-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-59 {
    padding-right: 0px;
  }
  .div-block-56-copy-copy {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-56-copy-copy._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .div-block-64._2 {
    margin-bottom: 0px;
  }
  .div-block-54-copy {
    padding-right: 15px;
  }
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .checkbox-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .stars {
    width: 20px;
  }
  .profile-block-2 {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .reviews-text-2.profile {
    margin-bottom: 0px;
    line-height: 1.2em;
  }
  .profile-box {
    width: 100%;
  }
  .field-label {
    width: auto;
  }
  .text-block-5 {
    font-size: 22px;
  }
  .div-block-67-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-9.search-result-heading {
    width: 100%;
    line-height: 1em;
  }
  .div-block-56-copy._2 {
    margin-top: 0px;
  }
  .green-check {
    width: 16px;
  }
  .image-11 {
    width: 100px;
    height: 100px;
  }
  .profile-location {
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vertical-line._1 {
    margin-right: 0px;
  }
  .services-textbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkbox {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 5px;
  }
  .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-box._3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-64-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-label {
    line-height: 150%;
  }
  .div-block-73 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-check {
    width: 20px;
  }
  .div-block-89 {
    margin-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-block-3 {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
  }
  .time-slot {
    width: 100%;
  }
  .image-15 {
    width: 26px;
    margin-right: 10px;
  }
  .gallery-scroller {
    margin-top: 15px;
  }
  .div-block-66 {
    margin-top: 15px;
  }
  .button-3.book._2 {
    margin-bottom: 0px;
  }
  .div-block-60 {
    margin-right: 0px;
  }
  .div-block-72 {
    width: 100%;
    padding-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .areas-box {
    margin-bottom: 10px;
  }
  .input-field {
    width: auto;
    height: 42px;
    margin-bottom: 10px;
  }
  .input-field._2 {
    width: 60%;
    padding-left: 12px;
    text-align: center;
  }
  .lessons-description {
    margin-left: 0px;
  }
  .div-block-88 {
    margin-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
 
}

#w-node-0262de51eb08-aae1cf49 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-0262de51eb08-aae1cf49 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro extra';
  src: url('../fonts/Sofia-Pro-Extra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro extra';
  src: url('../fonts/Sofia-Pro-Extra-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro semi';
  src: url('../fonts/Sofia-Pro-Semi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro ultra';
  src: url('../fonts/Sofia-Pro-Ultra-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Sofia pro ultra';
  src: url('../fonts/Sofia-Pro-Ultra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}