@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato hairline;
  src: url('../fonts/Lato-Hairline.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-HairlineItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

:root {
  --white: white;
  --excellence-orange: #de6328;
  --dim-grey: #5f5f5f;
  --blue: #1e489f;
  --black: black;
  --grey: #383838;
  --orange-highlight: var(--excellence-orange);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: #fff;
  flex: 0 auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.nav-link {
  color: #383838;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: #ff9901;
}

.nav-link.w--current {
  color: #383838;
  letter-spacing: .75px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: #ff9901;
}

.nav-link.off {
  display: none;
}

.logo-desktop {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.logo-desktop.eda-logo {
  width: 300px;
  margin-left: 0;
  padding-top: 35px;
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.nav-menu.dsnz {
  margin-top: 20px;
}

.sectio-hero {
  background-image: linear-gradient(225deg, #de632866, #383838d9), url('../images/excellence-young-driver.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 45px;
}

.heading-2 {
  color: #fff;
  letter-spacing: .75px;
  height: auto;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 42px;
}

.heading-2.centre {
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.heading-2.header-footer-panel {
  line-height: 42px;
}

.heading-2.grey {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 46px;
  line-height: 44px;
}

.heading-2.blue {
  color: var(--blue);
  font-size: 46px;
  line-height: 52px;
}

.heading-2.orange {
  color: var(--excellence-orange);
  margin-bottom: 30px;
}

.heading-2.orange.centre {
  margin-bottom: 10px;
}

.p1 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.p1.footer {
  color: var(--grey);
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.p1.footer:hover {
  color: var(--grey);
}

.p1.footer.white {
  color: var(--white);
  display: block;
}

.p1.footer.link {
  color: var(--grey);
  text-decoration: underline;
}

.p1.footer.link:hover {
  color: var(--excellence-orange);
}

.p1.footer.blue {
  color: var(--blue);
}

.p1.p1-grey {
  color: var(--grey);
  text-align: left;
  margin-top: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.p1.p1-grey.new {
  margin-right: -45px;
}

.p1.p1-grey {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.p1.p1-grey.auto-flow {
  float: left;
  clear: none;
  margin-bottom: 0;
}

.p1.number-boxes {
  font-size: 18px;
  line-height: 24px;
}

.p1.p1-orange {
  color: var(--excellence-orange);
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 26px;
}

.orange-button {
  background-color: var(--excellence-orange);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  width: 100%;
  margin: 20px 20px 20px 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.orange-button:hover {
  background-color: var(--dim-grey);
}

.orange-button.blue {
  background-color: var(--blue);
  margin-top: 40px;
}

.orange-button.blue:hover {
  background-color: var(--excellence-orange);
}

.orange-button.dsnz-cta-centred {
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.orange-button.black {
  background-color: var(--grey);
}

.orange-button.black:hover, .orange-button.black._4 {
  background-color: var(--excellence-orange);
}

.orange-button.black._4:hover {
  background-color: var(--dim-grey);
}

.orange-button._1 {
  float: left;
  width: auto;
  padding: 15px 75px;
}

.orange-button._3 {
  float: none;
  clear: none;
  margin-top: 41px;
  padding: 15px 70px;
  position: static;
}

.orange-button.eca {
  padding: 15px 50px 16px;
}

.orange-button.sub {
  float: left;
  clear: none;
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.orange-button.desktop-off {
  display: none;
}

.orange-button._70 {
  width: 70%;
}

.container {
  text-align: left;
  margin-bottom: 10px;
  padding-right: 0;
}

.section-chevron {
  float: none;
  background-color: var(--black);
  padding: 60px;
  position: sticky;
}

.section-chevron.blue {
  background-color: var(--blue);
}

.container-driving-sims {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.section-footer {
  border-top: 10px solid var(--excellence-orange);
  background-color: var(--black);
  margin-bottom: 0;
  padding: 60px 45px 80px;
}

.section-footer.blue {
  background-color: #1e489ff0;
  background-image: linear-gradient(#1e489fcc, #1e489fcc), url('../images/excellence-simulator-training-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-2 {
  text-align: center;
}

.section-5 {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/excellence-driving-chevron.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 15px 30px;
}

.section-why {
  background-image: linear-gradient(90deg, #38220180, #313131d9), url('../images/excellence-road-driving-training.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 60px;
}

.ordered-list {
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  list-style-type: disc;
}

.section-main {
  background-image: linear-gradient(#ffffffd1, #ffffffd1);
  margin-left: 0;
  padding: 40px 0;
}

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

.image-logo {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
  font-family: Lato, sans-serif;
  display: block;
}

.field-label-l1 {
  color: #383838;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.field-label-l1.blue {
  color: var(--blue);
}

.text-field {
  direction: ltr;
  color: #383838;
  letter-spacing: .5px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-field.message {
  padding-top: 17px;
  padding-bottom: 125px;
}

.success-message {
  background-color: #1e489f24;
}

.section-background-image {
  background-image: url('../images/excellence-road-driving-training.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
}

.section-background-image.faq {
  background-image: url('../images/54898.jpg');
}

.section-background-image.contact {
  background-image: url('../images/excellence-keys-driver-training.jpg');
  background-size: cover;
}

.section-background-image.testimonials {
  background-image: url('../images/excellence-young-driver.jpg');
  background-size: cover;
}

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

.div-main {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 40px 20px 20px;
  display: block;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-2.phone {
  font-size: 19px;
}

.button {
  float: left;
  clear: left;
  background-color: var(--excellence-orange);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  flex-flow: column wrap;
  place-content: space-around space-between;
  align-items: flex-start;
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.button:hover {
  background-color: var(--orange-highlight);
}

.button.button-nav {
  float: right;
  clear: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 80px;
  margin: 0 0 0 20px;
  padding: 20px 15px 10px;
  display: block;
}

.button.button-nav:hover {
  background-color: var(--grey);
}

.button.button-nav.button-01.enrol {
  padding-top: 40px;
  padding-bottom: 10px;
}

.button.button-nav.blue {
  background-color: var(--blue);
  padding-top: 20px;
}

.button.button-nav.blue:hover, .button.button-nav.blue.swap-excellence {
  background-color: var(--excellence-orange);
}

.button.button-nav.blue.swap-excellence:hover {
  background-color: var(--grey);
}

.button.button-nav.v2 {
  padding-top: 20px;
  font-weight: 400;
}

.button.button-nav.black {
  background-color: var(--black);
}

.button.button-nav.black.v2:hover {
  background-color: var(--blue);
}

.button.white {
  background-color: var(--excellence-orange);
  text-transform: capitalize;
}

.button.white:hover, .button.white.w--current:hover {
  background-color: var(--blue);
}

.button.ghost {
  border: 7px none var(--excellence-orange);
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 6px;
  outline: 1px solid #fff;
}

.button.section-nav {
  float: left;
  clear: none;
  border-radius: 20px 20px 0 0;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 80px;
  margin: 40px 20px 0 0;
  padding: 30px 15px 40px;
  display: block;
}

.button.section-nav:hover {
  background-color: var(--orange-highlight);
  object-fit: fill;
  align-items: flex-end;
  height: 70px;
  margin-top: 50px;
  display: flex;
}

.button.section-nav.blue {
  background-color: var(--blue);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: 35px;
}

.button.section-nav.blue:hover {
  background-color: var(--excellence-orange);
  margin-top: 45px;
}

.button.section-nav.double-line-text {
  height: 100px;
  margin-top: 20px;
}

.button.section-nav.double-line-text:hover {
  height: 90px;
}

.button.header {
  float: right;
  clear: none;
  border-radius: 10px;
  justify-content: center;
  width: 160px;
  height: 40px;
  margin: 0 10px;
  padding: 10px;
  display: flex;
}

.button.header:hover {
  background-color: var(--blue);
}

.heading-4 {
  float: none;
  clear: left;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.heading-4.h4-dark {
  color: var(--grey);
  text-align: center;
  text-transform: none;
  font-size: 24px;
}

.heading-4.centre-aligned {
  text-align: center;
}

.heading-4.white {
  color: var(--white);
  font-size: 36px;
  line-height: 36px;
}

.heading-4.blue {
  color: var(--blue);
  margin-bottom: 10px;
}

.heading-4.centre-aligned-white {
  color: var(--white);
  text-align: center;
}

.column {
  border-right: 2px solid var(--white);
  padding-right: 20px;
}

.column-2 {
  padding-left: 42px;
}

.container-hero {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.team-section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 40px 40px;
}

.team-name {
  color: var(--black);
  text-align: center;
  font-family: Lato, sans-serif;
}

.team-image {
  border: 2px none var(--excellence-orange);
  background-color: var(--excellence-orange);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-weight: 400;
  display: block;
  position: static;
}

.team-title {
  color: var(--excellence-orange);
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.section-19 {
  background-image: url('../images/excellence-combi-driver-training.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
}

.footer-button {
  float: none;
  clear: left;
  background-color: var(--excellence-orange);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 20px 20px 10px;
  padding: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: static;
}

.footer-button:hover {
  background-color: var(--orange-highlight);
}

.footer-button.dsnz:hover {
  background-color: var(--grey);
}

.heading-1 {
  color: var(--grey);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.heading-1.hero {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin: 40px auto;
  font-family: Lato, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.heading-1.blue {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 52px;
}

.p2 {
  color: var(--grey);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
  display: block;
}

.p2.insert {
  background-color: var(--excellence-orange);
  color: var(--white);
  border-radius: 15px;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 32px;
}

.p2.white {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.p2.white.left {
  text-align: left;
}

.p2.p2-link {
  color: var(--excellence-orange);
  display: block;
}

.p2.p2-link:hover {
  color: var(--blue);
}

.p2._80 {
  width: 80%;
}

.p2._2 {
  padding-top: 25px;
}

.heading-3 {
  clear: left;
  color: var(--excellence-orange);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 40px;
  display: block;
  position: static;
}

.heading-3.white {
  color: var(--white);
  width: 60%;
  padding-right: 0;
  font-size: 32px;
}

.heading-3.centred {
  text-align: center;
  margin-bottom: 10px;
  font-size: 38px;
}

.heading-3.blue {
  color: var(--blue);
  font-size: 36px;
  line-height: 42px;
}

.heading-3.v2 {
  margin-top: 0;
}

.heading-3.h3-session {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 24px;
}

.heading-3.left {
  color: var(--orange-highlight);
  text-align: left;
  font-size: 32px;
  line-height: 30px;
}

.video-section {
  margin-top: 20px;
  margin-bottom: 110px;
}

.container-4 {
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 15px 15px;
  display: flex;
}

.container-nav {
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  max-width: 1200px;
  height: 180px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.youtube {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  width: 300px;
  max-width: 100%;
}

.brand.w--current {
  width: 300px;
}

.slider {
  background-color: var(--excellence-orange);
  background-image: linear-gradient(to right, #de632880, #00000080), url('../images/excellence-success-driver-training.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.container-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.block-quote {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.block-quote.p1 {
  border-left-style: none;
}

.block-quote.p1.short-quote {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  font-size: 18px;
  line-height: 26px;
}

.container-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quote-icon {
  color: var(--white);
  margin-left: 20px;
  padding-top: 25px;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 700;
}

.quote-icon.white.left {
  display: flex;
}

.testimonials-text {
  color: var(--white);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.testimonials-text.quote {
  font-size: 22px;
  font-weight: 300;
}

.testimonials-text.left-aligned {
  text-align: left;
  font-size: 15px;
}

.div-testimonials {
  background-color: var(--excellence-orange);
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-testimonials.orange {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-testimonials.black {
  background-color: var(--black);
  margin: 20px 0;
  padding-left: 20px;
}

.div-testimonials.blue {
  background-color: var(--blue);
  border-radius: 25px 25px 0;
  margin-top: 0;
}

.section-saving-lives {
  padding: 40px;
}

.link-block {
  display: flex;
}

.column-10 {
  margin-top: 0;
}

.columns-2 {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  text-align: left;
  border: 0 #000;
  justify-content: center;
  margin-top: 0;
  display: none;
}

.image-genless {
  flex: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-cta {
  background-image: linear-gradient(#ffffffd1, #ffffffd1);
  padding: 20px 0 10px;
}

.columns-3 {
  padding: 0;
}

.column-11 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
  display: block;
}

.section-white {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  font-size: 18px;
}

.section-white:hover {
  border: 0px none var(--dim-grey);
}

.section-white._80 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-4 {
  border-left: 1px #000;
}

.div-block-team {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.div-block-9.hide {
  display: none;
}

.facebook-icon-nested {
  float: left;
  clear: right;
  width: 55px;
  height: 55px;
  margin-left: 20px;
  display: block;
}

.div-block-10 {
  float: none;
  clear: none;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.container-8 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-25 {
  padding-top: 25px;
}

.container-10 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.orange-button-large {
  float: none;
  background-color: var(--excellence-orange);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin: 40px auto 20px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.orange-button-large:hover {
  background-color: var(--dim-grey);
}

.orange-button-large.w--current {
  width: 70%;
}

.orange-button-large.first {
  float: left;
}

.orange-button-large.v1-left {
  display: inline-block;
}

.recaptcha {
  margin-top: 10px;
}

.column-29 {
  clear: right;
  justify-content: flex-end;
  display: flex;
  top: -20px;
}

.contact-sent {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sent-div {
  background-color: var(--blue);
  color: var(--blue);
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-enrol-intro {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-enrolment-form {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.italic-text {
  font-size: 16px;
}

.savign-lives-image {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.savign-lives-image._80 {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-11 {
  margin-bottom: 0;
}

.number-insert-box {
  background-color: var(--excellence-orange);
  border-radius: 25px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.number-insert-box.blue {
  background-color: var(--blue);
  border-bottom-right-radius: 0;
  margin-top: 0;
}

.number-insert-box.black {
  background-color: var(--grey);
  width: 80px;
  height: 80px;
}

.inbody-bold {
  color: var(--excellence-orange);
  text-transform: uppercase;
  display: inline;
}

.container-12 {
  margin-bottom: 20px;
}

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

.text-span-3 {
  text-align: left;
  flex-flow: column;
  place-content: space-between flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.link-5 {
  color: var(--excellence-orange);
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  display: block;
  position: static;
  top: -21px;
  left: -79px;
}

.link-5:hover {
  color: var(--blue);
}

.text-field-2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.checkbox-field {
  padding-top: 0;
}

.text-span-5 {
  color: var(--excellence-orange);
  font-style: italic;
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: block;
}

.div-block-14 {
  text-align: left;
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-button-field-2 {
  margin-left: 60px;
}

.link-6 {
  color: var(--excellence-orange);
  font-style: italic;
  display: block;
}

.link-6:hover {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  color: var(--excellence-orange);
}

.link-7:hover {
  color: var(--blue);
}

.logo-mobile {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  display: none;
}

.section-stop-enrol {
  padding-top: 0;
  padding-bottom: 20px;
}

.container-13-copy {
  background-color: #0000;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 40px 0;
}

.question-block {
  text-transform: lowercase;
  background-color: #de632859;
  border-radius: 20px;
  padding: 35px;
}

.question-block.white {
  background-color: #ffffffe6;
}

.columns-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-44, .column-45 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-8 {
  float: right;
  clear: none;
  color: var(--white);
  justify-content: flex-start;
  margin-top: -4px;
  margin-left: -8px;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.link-8:hover {
  text-decoration: underline;
}

.section-sticky-notice-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #de6328e6;
  background-image: none;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 60px 60px 100px;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.chevron-divider {
  float: none;
  background-color: var(--black);
  background-image: url('../images/excellence-driving-chevron.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
}

.column-address {
  padding: 0;
}

.form-div {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.field-label-alert {
  color: #383838;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.div-block-17 {
  padding-top: 0;
  padding-bottom: 10px;
}

.radio-button-day-of-week {
  float: left;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: static;
}

.div-block-18 {
  background-color: #de63281c;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px;
}

.field-label-l2 {
  color: #383838;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.box-orange {
  background-color: #de6328;
  border-radius: 35px;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

.columns-13 {
  margin-left: 100px;
  margin-right: 100px;
}

.columns-why-choose {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.divider-keyline {
  border: 4px solid var(--white);
  width: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-facebook {
  float: none;
  clear: left;
  background-color: var(--excellence-orange);
  color: var(--white);
  text-align: left;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

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

.drivvered-logo {
  width: 80%;
  margin: 20px auto;
  display: block;
}

.column-left {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-20 {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/excellence-success-driver-training.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-top: 0;
  padding: 40px;
}

.div-footer-announcement {
  width: 100%;
  padding-right: 0;
  display: block;
}

.bold-text {
  color: var(--excellence-orange);
  font-weight: 400;
  text-decoration: underline;
}

.bold-text:hover {
  color: var(--grey);
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.p2-link {
  color: var(--excellence-orange);
  font-weight: 700;
  text-decoration: underline;
}

.p2-link:hover {
  color: var(--dim-grey);
}

.section-blue {
  background-color: #1e489f1a;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-blue:hover {
  border: 1px none var(--dim-grey);
}

.div-chevron-divider {
  border-top: 12px none var(--blue);
  width: 400px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-4 {
  justify-content: flex-end;
  display: flex;
}

.quote-bold {
  line-height: 28px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.section-dsnz-hero {
  border-bottom: 5px solid var(--blue);
  background-image: linear-gradient(to right, #ff990180, #fff0), url('../images/excellence-young-driver.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 365px;
  padding: 100px 45px 0;
}

.section-dsnz-hero._01 {
  align-items: flex-end;
  display: flex;
}

.section-eda-hero {
  border-bottom: 10px solid var(--excellence-orange);
  background-image: linear-gradient(270deg, #ff990196, #000000bf), url('../images/excellence-simulator-training-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 365px;
  padding: 70px 45px 0;
}

.section-eda-hero.v2 {
  background-image: linear-gradient(270deg, #ff990196, #000000bf), url('../images/excellence-young-driver.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 365px;
  padding-top: 70px;
  padding-bottom: 0;
}

.section-eda-hero.v3 {
  background-image: linear-gradient(270deg, #ff990196, #000000bf), url('../images/excellence-keys-driver-training.jpg');
  padding-top: 70px;
}

.section-orange {
  background-color: #de632833;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-orange:hover {
  border: 1px none var(--dim-grey);
}

.section-orange._01 {
  display: none;
}

.number-icon {
  color: var(--white);
  text-align: left;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 700;
}

.number-icon.centred {
  text-align: center;
  margin-left: 0;
  padding-top: 25px;
  font-size: 42px;
}

.section-dsnz-image {
  border-bottom: 5px solid var(--blue);
  background-image: linear-gradient(to right, #ff990180, #fff0), url('../images/excellence-young-driver.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 365px;
  padding: 100px 45px 0;
}

.section-dsnz-image.image2 {
  background-image: linear-gradient(to right, #ff990180, #fff0), url('../images/excellence-simulator-training-01.jpg');
  background-size: auto, contain;
  border-bottom-style: none;
  margin-bottom: 0;
}

.p3 {
  color: var(--grey);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.p3.partner {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}

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

.image-8 {
  margin-left: 40px;
}

.cheron-heading-divider.small {
  width: 130px;
}

.div-block-20 {
  margin-top: -45px;
}

.div-block-21 {
  padding-top: 5px;
}

.columns-17 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
}

.section-image-bg2 {
  background-image: url('../images/excellence-road-driving-training.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-22 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-18 {
  padding-top: 50px;
}

.columns-19 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.link-9 {
  color: var(--excellence-orange);
}

.link-9:hover {
  color: var(--grey);
}

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

.div-block-header-buttons {
  float: right;
  width: 50%;
}

.container-hero-heading {
  padding-top: 40px;
}

.div-block-49 {
  justify-content: flex-end;
  display: flex;
}

.div-dsnz-sub-nav {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.dsnz-cta-columns {
  margin-left: 140px;
  margin-right: 140px;
}

.section-embedded-form {
  height: 1280px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.list-items {
  color: var(--white);
  padding-bottom: 4px;
  font-size: 16px;
  list-style-type: disc;
}

.list-items.numbered-list {
  list-style-type: decimal;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.html-embed {
  background-color: var(--white);
  border: 5px #de63284d;
  border-top-width: 50px;
  border-bottom: 0 solid #de63284d;
  border-radius: 0;
  height: auto;
  margin-top: 40px;
  padding: 0 0 40px 2px;
}

.sent-div-excellence {
  background-color: var(--excellence-orange);
  color: var(--excellence-orange);
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-enrol-button {
  text-align: center;
  padding: 10px;
}

.columns-21 {
  border: 1px #000;
  border-radius: 0;
  padding: 20px 0;
}

.column-65 {
  border: 1px #000;
}

.column-66 {
  border: 1px #000;
  padding-top: 0;
}

.div-block-57 {
  text-align: left;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-57._01 {
  border-width: 2px 2px 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
}

.div-block-58, .div-block-59, .div-block-60 {
  border: 2px solid #000;
  border-bottom-width: 1px;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-61, .div-block-62, .div-block-63 {
  padding-bottom: 1px;
}

.course-date {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.list-3 {
  color: var(--grey);
  margin-top: -15px;
  list-style-type: lower-roman;
}

.list-items-grey {
  color: var(--grey);
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}

.course-date-div {
  background-color: #ffffff4d;
  border-radius: 25px;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.div-block-enrol-button {
  justify-content: center;
  display: flex;
}

.booking-dates-div {
  background-color: #de6328;
  border-radius: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}

.container-18 {
  margin-top: 0;
  display: block;
}

.container-18.hide {
  display: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.columns-22 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-banner {
  border-style: none none solid;
  border-width: 5px;
  border-color: var(--grey) var(--grey) var(--excellence-orange);
  background-color: var(--black);
  color: var(--white);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  display: flex;
}

.container-19 {
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-5 {
  float: none;
  clear: left;
  color: var(--excellence-orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.heading-5.white {
  color: var(--white);
  text-transform: none;
  align-items: center;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.heading-5.white.float {
  float: left;
  clear: left;
  text-transform: none;
  align-items: flex-end;
  margin-top: 20px;
  margin-right: 0;
  display: flex;
  position: static;
}

.italic-text-2.hide {
  display: none;
}

.text-span-7 {
  color: var(--excellence-orange);
  font-weight: 700;
}

.container-20 {
  display: none;
}

.column-68 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns-23 {
  flex-direction: row;
  display: flex;
}

.dsnz-logo-desktop {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.dsnz-logo-mobile {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  display: none;
}

.saving-lives-image-small {
  max-width: 100%;
  margin-top: -75px;
  margin-bottom: 25px;
  padding: 0;
}

.container-21 {
  border: 1px none var(--excellence-orange);
  border-radius: 0;
  padding-top: 0;
}

.grid-6 {
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-top: 40px;
  display: grid;
  position: static;
}

.div-pricing-grid {
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.box-grey {
  background-color: var(--grey);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.box-grey.round {
  background-color: var(--excellence-orange);
  border-radius: 505px;
  width: 175px;
  height: 175px;
}

.box-grey.round:hover {
  background-color: var(--grey);
}

.div-heading-80 {
  width: 80%;
}

.pricing {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
}

.box-text {
  float: none;
  clear: left;
  aspect-ratio: auto;
  color: var(--white);
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.box-text.v2 {
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.box-small-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.container-pricing {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container-hero-sub-nav {
  flex: 1;
}

.section-exc-hero {
  border-bottom: 5px solid var(--blue);
  background-image: linear-gradient(to right, #ff990180, #fff0), url('../images/excellence-young-driver.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 365px;
  padding: 100px 45px 0;
}

.section-exc-hero._01 {
  border-bottom-color: var(--excellence-orange);
  align-items: flex-end;
  display: flex;
}

.section-exc-hero._02-pricing {
  border-bottom-color: var(--excellence-orange);
  justify-content: center;
  align-items: center;
  height: 420px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-exc-hero.v3 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-image-bg {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
}

.section-image-bg:hover {
  border: 0px none var(--dim-grey);
}

.section-image-bg.bg-1 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff8c, #ffffff8c), url('../images/excellence-success-driver-training.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding: 60px 20px;
}

.section-image-bg.bg-1-copy {
  background-color: #fff;
  background-image: linear-gradient(#fff6, #fff6), url('../images/excellence-success-driver-training.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.footer-pop-up {
  color: #fff;
  text-align: left;
  letter-spacing: .75px;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
  overflow: hidden;
}

.footer-pop-up.v2 {
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-pop-up.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer-pop-up.body.large {
  font-size: 18px;
  line-height: 22px;
}

.div-block-69 {
  background-color: var(--orange-highlight);
  margin-top: 0;
  padding: 18px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-22 {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-grid-container {
  padding: 20px;
}

.container-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1190px;
  padding: 0;
  display: flex;
}

.image-13 {
  width: 500px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.quick-stack-2 {
  padding: 0;
}

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

.heading-6 {
  float: none;
  clear: left;
  color: var(--excellence-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
}

.modal {
  z-index: 2000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90%;
  display: flex;
  position: fixed;
}

.div-exit-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.link-block-4 {
  width: 25px;
  height: 30px;
}

.quick-stack-3 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-pop-up-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  border-radius: 50px 50px 0 0;
  height: 350px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px 10px 10px;
}

.image-14 {
  border-radius: 15px;
}

.grid-9 {
  grid-template-columns: .5fr 1fr;
}

.div-block-73 {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-5 {
  font-style: italic;
  font-weight: 400;
}

.pricing-pic-body-div {
  margin-top: 0;
}

.pricing-box-grey {
  background-color: var(--grey);
  border-radius: 30px;
  width: 220px;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  line-height: 35px;
}

.pricing-box-grey._320 {
  height: 320px;
}

.list-4 {
  color: #fff;
  padding-left: 22px;
}

.list-pricing {
  margin-bottom: 5px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.list-7 {
  margin-top: -15px;
  padding-top: 0;
  padding-left: 15px;
}

.pricing-list {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.grid-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-right: 0;
}

.text-span-13 {
  font-style: italic;
}

.pricing-body-white-div {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.text-span-14, .text-span-15, .text-span-16 {
  font-weight: 700;
}

.text-span-17 {
  color: var(--excellence-orange);
}

.text-span-18 {
  font-weight: 700;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.div-block-79 {
  background-color: var(--white);
  border-radius: 20px;
  width: 80%;
  padding: 24px;
}

.cell-4 {
  padding-left: 20px;
}

@media screen and (min-width: 1920px) {
  .navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link.w--current {
    margin-top: 0;
  }

  .logo-desktop.eda-logo {
    width: 275px;
    margin-left: 0;
  }

  .nav-menu {
    margin-top: 8px;
  }

  .heading-2.centre {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 58px;
  }

  .p1.p1-grey {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-button {
    border-radius: 15px;
    font-size: 18px;
  }

  .section-5 {
    padding-top: 65px;
  }

  .div-block-3 {
    padding: 15px;
  }

  .section-main.no-margins {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-background-image {
    background-size: cover;
  }

  .div-main {
    width: 85%;
  }

  .button.button-nav {
    flex: none;
    align-self: center;
    width: 25%;
    height: auto;
    margin-left: auto;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .button.button-nav.button-01.enrol {
    height: auto;
    padding-bottom: 20px;
  }

  .button.button-nav.blue {
    width: auto;
  }

  .button.button-nav.blue.swap-excellence {
    margin-left: 0;
  }

  .button.button-nav.black.v2 {
    width: 28%;
    height: auto;
    padding-bottom: 20px;
  }

  .button.section-nav {
    flex: none;
    align-self: center;
    width: 22%;
    margin-left: auto;
    margin-right: 20px;
  }

  .button.section-nav:hover {
    justify-content: center;
    align-items: center;
  }

  .button.section-nav.blue {
    text-align: center;
    border-radius: 20px 20px 0 0;
  }

  .button.section-nav.blue:hover {
    justify-content: center;
  }

  .button.section-nav.blue.w--current {
    border-radius: 20px 20px 0 0;
    width: 30%;
  }

  .button.section-nav.blue.w--current:hover {
    justify-content: center;
  }

  .heading-4.white {
    font-size: 32px;
  }

  .heading-1.hero {
    font-size: 56px;
    line-height: 60px;
  }

  .p2.white {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .container-nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-white {
    padding: 40px 25px;
  }

  .orange-button-large {
    border-radius: 15px;
    width: 500px;
    height: 60px;
    padding-top: 20px;
    font-size: 20px;
  }

  .orange-button-large.v1-left {
    width: 420px;
    font-size: 18px;
  }

  .orange-button-large.v1-left:hover {
    background-color: var(--orange-highlight);
  }

  .link-8 {
    font-size: 18px;
  }

  .columns-13 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .columns-why-choose {
    max-width: 1500px;
    margin: 40px auto;
  }

  .divider-keyline {
    border: 1px #000;
    border-top: 10px solid #fff;
    width: 100px;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-blue, .section-orange {
    padding: 25px;
  }

  .div-block-header-buttons {
    width: 564px;
    padding-bottom: 20px;
  }

  .div-block-49 {
    justify-content: center;
  }

  .div-dsnz-sub-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    padding-top: 26px;
  }

  .dsnz-cta-columns {
    margin-left: 300px;
    margin-right: 300px;
  }

  .saving-lives-image-small {
    margin-top: -70px;
    padding: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .box-grey.round {
    background-color: var(--excellence-orange);
  }

  .box-grey.round:hover {
    background-color: var(--grey);
  }

  .container-pricing {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-exc-hero.v3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-image-bg {
    padding: 40px 25px;
  }

  .section-image-bg.bg-1-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/excellence-young-driver.jpg');
  }

  .footer-pop-up {
    font-size: 40px;
    line-height: 46px;
  }

  .footer-pop-up.body {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 32px;
  }

  .footer-pop-up.body.large {
    font-size: 22px;
    line-height: 26px;
  }

  .container-23 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-13 {
    width: 100%;
    max-width: none;
  }

  .quick-stack-3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-pop-up-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    clear: none;
    color: var(--white);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-weight: 700;
    display: inline-block;
  }

  .nav-link:hover {
    color: var(--excellence-orange);
    margin-top: 0;
  }

  .nav-link:focus {
    color: var(--excellence-orange);
  }

  .nav-link:visited {
    display: inline-block;
  }

  .nav-link.w--current {
    margin-left: 20px;
    padding-top: 20px;
  }

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

  .nav-link.off {
    display: none;
  }

  .nav-link._1 {
    color: var(--white);
  }

  .nav-link._1:hover {
    color: var(--excellence-orange);
  }

  .logo-desktop {
    width: 250px;
    max-width: none;
    margin-left: 30px;
    display: inline;
  }

  .logo-desktop.eda-logo {
    width: 200px;
    max-width: none;
    margin-left: 0;
    display: inline;
  }

  .nav-menu {
    background-color: var(--black);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu.dsnz {
    background-color: var(--blue);
    margin-top: 0;
  }

  .heading-2.centre, .heading-2.header-footer-panel {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.grey {
    margin-bottom: 40px;
  }

  .heading-2.orange.centre {
    line-height: 36px;
  }

  .p1 {
    font-size: 18px;
    line-height: 20px;
  }

  .p1.footer.white {
    clear: right;
    text-align: center;
    flex-direction: column;
    flex: 1;
    order: -1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px;
    display: block;
    position: static;
    left: auto;
  }

  .p1.footer.white._1 {
    margin-left: 0;
  }

  .p1.footer.white._3 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .p1.p1-grey {
    font-size: 18px;
    line-height: 22px;
  }

  .p1.p1-grey.auto-flow {
    clear: none;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
  }

  .orange-button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .orange-button.blue.dsnz {
    margin-top: 0;
  }

  .orange-button.blue.dsnz4 {
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .orange-button.dsnz-cta-centred {
    margin-top: 40px;
  }

  .orange-button._1 {
    width: 300px;
    padding: 14px;
  }

  .orange-button.sub {
    float: left;
    margin-bottom: 10px;
    padding: 15px;
  }

  .orange-button._70 {
    width: 100%;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    float: right;
    clear: none;
    background-color: var(--excellence-orange);
    border-radius: 10px;
    margin: 30px 0 0 20px;
    padding: 15px;
    position: static;
    top: -30px;
    right: 41px;
  }

  .menu-button:hover {
    background-color: var(--grey);
  }

  .menu-button:focus {
    margin-top: 40px;
    margin-right: 0;
    position: static;
  }

  .menu-button.w--open {
    background-color: var(--excellence-orange);
    color: #0000;
    margin-top: 30px;
  }

  .menu-button.w--open:hover {
    background-color: var(--blue);
  }

  .menu-button.dsnz {
    margin-top: -55px;
  }

  .section-chevron {
    background-size: contain;
    padding-top: 20px;
  }

  .section-chevron.blue {
    padding: 40px;
  }

  .container-driving-sims {
    text-align: left;
    margin-top: 0;
    padding: 20px 0;
  }

  .section-footer {
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px;
    display: flex;
  }

  .section-footer.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ordered-list {
    list-style-type: disc;
  }

  .section-main {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .image-logo {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .link-2.phone {
    color: var(--excellence-orange);
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    width: 100%;
    min-width: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .button.button-nav {
    float: right;
    clear: none;
    flex: none;
    order: 0;
    align-self: center;
    height: 85px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .button.button-nav.button-01 {
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .button.button-nav.button-01.enrol {
    height: 85px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button.button-nav.blue {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button.button-nav.blue.swap-excellence {
    background-color: var(--excellence-orange);
  }

  .button.button-nav.blue.swap-excellence:hover {
    background-color: var(--grey);
  }

  .button.button-nav.v2 {
    width: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .button.button-nav.black.v2 {
    float: right;
    width: 20%;
    min-width: 80px;
    height: 85px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .button.button-nav.black.v2:hover {
    background-color: var(--grey);
  }

  .button.section-nav {
    float: right;
    clear: none;
    flex: none;
    order: 0;
    align-self: center;
    width: 25%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.section-nav:hover {
    text-align: center;
    justify-content: center;
    width: 25%;
    margin-top: 0;
    margin-bottom: -30px;
  }

  .button.section-nav.w--current:hover {
    margin-bottom: -30px;
  }

  .button.section-nav.blue {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: auto;
    min-width: 0;
    height: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.section-nav.blue:hover {
    flex-flow: column-reverse wrap;
    place-content: flex-start flex-end;
    align-self: flex-start;
    align-items: stretch;
    height: 70px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .button.section-nav.v1 {
    width: 30%;
    margin-right: 20px;
  }

  .button.section-nav.v1:hover {
    margin-bottom: -30px;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-4.h4-dark {
    margin-bottom: 0;
    font-weight: 400;
  }

  .heading-4.centre-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-4.blue {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .heading-4.centre-aligned-white {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .footer-button {
    text-align: center;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-button.dsnz {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-1.hero {
    font-size: 48px;
    line-height: 52px;
  }

  .p2 {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .p2.insert {
    width: 100%;
  }

  .p2.white {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3.h3-session {
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-3.left {
    margin-top: 8px;
    font-size: 28px;
    line-height: 28px;
  }

  .video-section {
    margin-bottom: 0;
  }

  .column-9 {
    padding-right: 20px;
  }

  .container-nav {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px 10px;
    display: block;
  }

  .brand {
    width: auto;
    max-width: none;
    padding-right: 40px;
  }

  .brand.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    max-width: none;
    height: 110px;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    display: inline-block;
    top: auto;
    left: 0;
    right: auto;
    overflow: visible;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-quote {
    margin-left: 0;
  }

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

  .columns-2 {
    padding-bottom: 0;
  }

  .image-genless {
    width: auto;
    max-width: none;
    height: 70px;
  }

  .column-11 {
    padding-right: 10px;
  }

  .section-white {
    padding: 40px;
  }

  .section-white.dsnz {
    margin-top: 0;
    padding-top: 20px;
  }

  .facebook-icon-nested {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .div-block-10 {
    width: auto;
    display: flex;
  }

  .div-block-11 {
    justify-content: center;
    display: flex;
  }

  .div-block-12 {
    margin-right: 0;
    padding-right: 0;
  }

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

  .container-10 {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
  }

  .orange-button-large {
    width: auto;
    display: block;
  }

  .orange-button-large.v1-left {
    width: auto;
  }

  .column-29 {
    display: flex;
    position: relative;
    top: -12px;
  }

  .inbody-bold {
    vertical-align: baseline;
    display: inline;
    position: static;
  }

  .link-5 {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
    position: relative;
    top: -20px;
    left: -4px;
  }

  .logo-mobile {
    max-width: 71%;
    display: none;
  }

  .question-block {
    padding: 30px;
  }

  .link-8 {
    margin-top: -5px;
  }

  .section-sticky-notice-copy {
    padding: 40px 40px 0;
  }

  .columns-13 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .columns-why-choose {
    margin-left: 0;
    margin-right: 0;
  }

  .button-facebook {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
  }

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

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

  .div-footer-announcement {
    padding-right: 0;
  }

  .section-blue {
    margin-top: 30px;
    padding: 40px;
  }

  .div-chevron-divider {
    width: auto;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: inline;
  }

  .section-dsnz-hero {
    border-bottom-width: 10px;
    height: 341px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-dsnz-hero._01 {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .section-eda-hero {
    height: 350px;
    padding: 100px 40px 40px;
  }

  .section-eda-hero.v2 {
    height: auto;
    padding-top: 30px;
  }

  .p3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .p3.partner {
    margin-bottom: 0;
  }

  .image-8 {
    text-align: center;
    margin-left: 255px;
  }

  .div-block-header-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    display: flex;
  }

  .div-block-30 {
    padding-top: 25px;
  }

  .div-block-41 {
    margin-bottom: 40px;
  }

  .div-block-48 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-49 {
    clear: right;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 60px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-50 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-51 {
    margin-top: 20px;
  }

  .column-63 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .div-dsnz-sub-nav {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 0;
    display: flex;
  }

  .dsnz-cta-columns {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .section-embedded-form {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .html-embed {
    border-style: none solid;
    border-width: 0 5px 10px;
    border-color: #de63284d #de63284d var(--grey);
    background-color: var(--white);
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 19px;
    display: flex;
  }

  .div-enrol-button {
    justify-content: center;
    display: flex;
  }

  .course-date {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .course-date-div {
    width: auto;
    height: 100px;
    padding: 12px;
  }

  .booking-dates-div {
    padding: 20px;
    display: block;
  }

  .div-ddc-course-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-banner {
    height: 120px;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-5.white.float {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .italic-text-2 {
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .dsnz-logo-desktop {
    width: 250px;
    max-width: none;
    margin-left: 30px;
    padding-top: 20px;
    display: block;
  }

  .dsnz-logo-mobile {
    max-width: 71%;
    display: none;
  }

  .saving-lives-image-small {
    margin-top: -10px;
  }

  .container-21 {
    border: 1px #5f5f5f1a;
  }

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

  .div-pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .box-grey {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .box-grey.round {
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    font-size: 12px;
    display: flex;
  }

  .box-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .container-pricing {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .container-hero-sub-nav {
    flex: 0 auto;
  }

  .section-exc-hero {
    border-bottom-width: 10px;
    height: 341px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-exc-hero._01 {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .section-exc-hero._02-pricing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-image-bg {
    padding: 40px;
  }

  .footer-pop-up {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-pop-up.v2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .footer-pop-up.body {
    font-size: 16px;
    line-height: 21px;
  }

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

  .container-22 {
    max-width: none;
  }

  .div-grid-container {
    padding: 10px 0 0;
  }

  .container-23 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-13 {
    flex: 0 auto;
    height: auto;
  }

  .heading-6 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }

  .div-exit-button {
    width: 100%;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 10px;
  }

  .footer-pop-up-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .bold-text-6 {
    height: auto;
  }

  .bold-text-7 {
    flex: none;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    background-color: #de6328e6;
    margin-top: 0;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .nav-link:hover {
    color: var(--white);
    background-color: #383838cc;
  }

  .nav-link:active {
    color: var(--white);
  }

  .nav-link.w--current {
    margin-left: 0;
  }

  .nav-link.off {
    margin-top: 0;
    display: block;
  }

  .nav-link.off.dsnz-cta-columns {
    background-color: var(--dim-grey);
    border-radius: 0 0 20px 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.off.dsnz-cta-columns:hover {
    background-color: var(--blue);
    color: var(--white);
  }

  .nav-link.off.dsnz-cta-columns.v2 {
    background-color: var(--dim-grey);
  }

  .nav-link.off.dsnz-cta-columns.v2:hover {
    background-color: var(--excellence-orange);
  }

  .logo-desktop {
    max-width: 90%;
    margin-top: 0;
    display: none;
  }

  .logo-desktop.eda-logo {
    display: none;
  }

  .nav-menu {
    color: var(--white);
    background-color: #0000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu.dsnz {
    background-color: var(--blue);
    margin-top: -3px;
  }

  .nav-menu.dsnz:hover {
    background-color: var(--blue);
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.centre {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2.header-footer-panel {
    text-align: center;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2.grey {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 38px;
  }

  .heading-2.orange.centre {
    text-align: center;
  }

  .p1 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    line-height: 22px;
    display: block;
  }

  .p1.footer {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .p1.footer.white {
    font-size: 16px;
    line-height: 22px;
  }

  .p1.footer.white._1 {
    text-align: center;
    padding-right: 0;
  }

  .p1.footer.link {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .p1.footer.blue {
    margin-bottom: 1px;
  }

  .p1.p1-grey {
    font-size: 16px;
    line-height: 20px;
  }

  .p1.p1-grey.new {
    margin-right: 0;
  }

  .p1.p1-grey {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .orange-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .orange-button.blue {
    margin-top: 40px;
  }

  .orange-button._3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .orange-button.eca {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-button.eca.main {
    width: 290px;
  }

  .orange-button.desktop-off {
    display: block;
  }

  .icon {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    float: right;
    clear: none;
    background-color: var(--excellence-orange);
    color: var(--white);
    border-radius: 10px;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin: 40px 20px 0 auto;
    padding: 16px;
    display: block;
    top: 40px;
    right: 20px;
  }

  .menu-button:hover {
    margin-top: 40px;
  }

  .menu-button.w--open {
    background-color: var(--excellence-orange);
    margin-top: 40px;
    padding: 16px;
    display: block;
  }

  .menu-button.dsnz {
    margin-top: 40px;
  }

  .section-chevron {
    background-repeat: repeat-x;
    background-size: 2500px;
    flex-flow: column wrap;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .container-driving-sims {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .section-5 {
    background-repeat: repeat-x;
    background-size: 2500px;
    background-attachment: scroll;
    padding-top: 60px;
  }

  .section-why {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ordered-list {
    color: #333;
    text-align: left;
    list-style-type: disc;
    display: block;
  }

  .section-main {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .image-logo {
    clear: none;
    text-align: left;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-main {
    width: 100%;
  }

  .button {
    place-content: center flex-start;
    align-items: baseline;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .button.button-nav {
    clear: none;
    flex-wrap: wrap-reverse;
    flex: 0 auto;
    order: 0;
    place-content: flex-start space-around;
    align-self: flex-start;
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
    display: none;
  }

  .button.button-nav.button-01, .button.button-nav.black.v2 {
    display: none;
  }

  .button.white {
    margin: 0;
  }

  .button.section-nav {
    clear: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    flex-wrap: wrap-reverse;
    flex: 0 auto;
    order: 0;
    place-content: center;
    align-self: flex-start;
    align-items: center;
    width: 250px;
    height: 60px;
    margin: 0 20px 20px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .button.section-nav:hover {
    width: 250px;
    height: 60px;
    margin-bottom: 20px;
  }

  .button.section-nav.w--current {
    display: block;
  }

  .button.section-nav.blue {
    float: left;
    clear: none;
    border-radius: 25px 25px 0;
    place-content: stretch center;
    align-self: flex-start;
    align-items: center;
    width: 250px;
    height: 60px;
    margin: 0 20px 20px 0;
    padding: 10px;
    display: flex;
  }

  .button.section-nav.blue:hover {
    flex-direction: row-reverse;
    place-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.section-nav.v1 {
    width: 250px;
    margin-right: 20px;
  }

  .button.header {
    width: 225px;
    padding: 25px 20px;
  }

  .heading-4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-4.h4-dark {
    line-height: 26px;
  }

  .column {
    border-right-width: 0;
  }

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

  .column-3 {
    margin-bottom: 0;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-button {
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    width: 250px;
    margin: 20px auto;
    display: block;
    position: static;
    left: 155px;
  }

  .footer-button.dsnz {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .heading-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1.blue {
    font-size: 48px;
    line-height: 50px;
  }

  .p2 {
    line-height: 24px;
  }

  .p2.insert {
    width: 80%;
  }

  .heading-3 {
    clear: none;
    text-align: left;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .heading-3.white {
    color: var(--white);
    text-align: left;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 32px;
  }

  .heading-3.blue {
    display: block;
  }

  .heading-3.h3-session {
    color: var(--white);
    text-align: center;
    justify-content: center;
    margin-top: -10px;
    font-size: 22px;
  }

  .column-9 {
    margin-bottom: 20px;
  }

  .container-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    align-items: flex-start;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .youtube {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .brand {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    justify-content: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    left: auto;
  }

  .slider {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .block-quote.p1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .block-quote.p1.short-quote {
    padding-top: 10px;
  }

  .testimonials-text, .testimonials-text.white-text, .testimonials-text.quote {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-testimonials, .div-testimonials.black {
    margin-bottom: 15px;
  }

  .columns-2 {
    text-align: left;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-cta {
    padding: 0 60px;
  }

  .columns-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19 {
    padding: 0;
  }

  .section-white {
    padding: 40px;
  }

  .div-block-team {
    padding: 20px;
  }

  .div-block-9 {
    padding: 19px;
  }

  .columns-6 {
    margin-top: 10px;
  }

  .facebook-icon-nested {
    width: 55px;
    height: 55px;
  }

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

  .div-block-11 {
    padding-bottom: 0;
  }

  .div-block-12 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column-25 {
    padding-top: 10px;
    padding-left: 0;
  }

  .column-26, .column-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    margin-bottom: 0;
  }

  .contact-sent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sent-div {
    padding-left: 15px;
  }

  .section-enrolment-form {
    padding: 35px;
  }

  .savign-lives-image {
    padding-top: 0;
  }

  .savign-lives-image._80 {
    width: 95%;
  }

  .container-11 {
    padding: 0;
  }

  .link-5 {
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-start;
    display: flex;
    position: relative;
    top: -18px;
    left: 80px;
  }

  .checkbox-field {
    padding-top: 10px;
  }

  .column-35, .column-36, .column-37, .column-38, .column-39, .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41, .column-42 {
    padding: 0;
  }

  .logo-mobile {
    width: 250px;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    display: block;
    overflow: visible;
  }

  .container-13-copy {
    padding: 0;
  }

  .question-block {
    padding: 30px;
  }

  .question-block.white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 15px;
    padding: 20px;
    display: flex;
  }

  .column-44, .column-45 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-8 {
    margin-top: -5px;
    margin-left: 4px;
    margin-right: 10px;
  }

  .section-sticky-notice-copy {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .chevron-divider {
    background-repeat: repeat-x;
    background-size: cover;
    flex-flow: column wrap;
    height: 26px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    display: block;
    position: static;
  }

  .column-46 {
    margin-bottom: -30px;
    padding-top: 0;
  }

  .column-47 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .box-orange {
    width: 200px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .columns-13 {
    flex: 1;
    align-self: auto;
    display: block;
  }

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

  .button-facebook {
    margin-bottom: 0;
    padding-top: 16px;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

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

  .container-13 {
    margin-top: 40px;
  }

  .column-left {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .column-48 {
    padding-left: 0;
  }

  .section-blue {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-chevron-divider {
    margin-top: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .section-dsnz-hero {
    border-bottom-width: 3px;
    height: 460px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-dsnz-hero._01 {
    border-bottom-width: 10px;
    height: auto;
    padding: 40px;
  }

  .section-eda-hero {
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

  .section-eda-hero.v3 {
    padding-bottom: 0;
  }

  .section-orange {
    padding-left: 40px;
    padding-right: 40px;
  }

  .number-icon {
    text-align: center;
    margin-left: 0;
  }

  .section-dsnz-image {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-dsnz-image.image2 {
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .p3 {
    line-height: 24px;
  }

  .image-8 {
    margin-left: 160px;
  }

  .section-22 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-19 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .column-50 {
    margin-top: -20px;
    padding-left: 10px;
  }

  .column-51 {
    padding-left: 10px;
  }

  .div-block-27 {
    padding-top: 20px;
  }

  .image-11 {
    max-width: 87%;
  }

  .column-52 {
    margin-top: -15px;
  }

  .column-53 {
    padding-left: 0;
  }

  .div-block-28 {
    padding-left: 10px;
  }

  .column-54 {
    padding-left: 0;
  }

  .div-block-29 {
    padding-left: 10px;
  }

  .column-55, .column-56 {
    padding-left: 0;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    padding-top: 0;
  }

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

  .div-block-32 {
    padding-top: 30px;
  }

  .column-59 {
    margin-bottom: -30px;
  }

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

  .div-block-33, .div-block-34, .div-block-35 {
    margin-bottom: 50px;
  }

  .div-block-36 {
    margin-bottom: 40px;
  }

  .list {
    color: #333;
    background-color: #0000;
    list-style-type: disc;
    overflow: visible;
  }

  .list-2 {
    background-color: #0000;
  }

  .image-12 {
    margin-top: 0;
  }

  .link-block-3 {
    margin-top: 125px;
    margin-bottom: 0;
    margin-left: -100px;
  }

  .div-block-39, .div-block-40 {
    padding-left: 20px;
  }

  .div-block-48 {
    text-align: center;
    align-items: center;
    display: block;
  }

  .div-block-50 {
    text-align: left;
    display: flex;
  }

  .div-dsnz-sub-nav {
    flex-wrap: wrap;
    place-content: stretch flex-start;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: flex;
  }

  .list-items {
    padding-left: 20px;
    list-style-type: disc;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .html-embed {
    border-color: var(--orange-highlight);
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin-top: 20px;
    padding: 20px;
  }

  .sent-div-excellence {
    padding-left: 15px;
  }

  .div-enrol-button {
    justify-content: center;
  }

  .list-items-grey {
    list-style-type: disc;
  }

  .course-date-div {
    width: auto;
  }

  .div-block-enrol-button {
    justify-content: flex-start;
  }

  .div-block-enrol-button.mobile-off {
    display: none;
  }

  .booking-dates-div {
    width: auto;
    margin: 0;
    padding: 20px;
  }

  .div-ddc-course-details {
    padding-top: 0;
  }

  .column-67 {
    display: flex;
  }

  .header-banner {
    height: 120px;
  }

  .container-19 {
    padding: 20px 10px;
  }

  .heading-5 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .italic-text-2 {
    padding-top: 10px;
  }

  .dsnz-logo-desktop {
    max-width: 90%;
    margin-top: 0;
    display: none;
  }

  .dsnz-logo-mobile {
    width: 250px;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    display: block;
    overflow: visible;
  }

  .saving-lives-image-small {
    padding-top: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-pricing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .box-grey {
    width: 240px;
    height: 240px;
    padding: 30px 20px 20px;
  }

  .div-heading-80 {
    width: 100%;
  }

  .pricing {
    text-align: center;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 46px;
  }

  .box-text {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .container-pricing {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .section-exc-hero {
    border-bottom-width: 3px;
    height: 460px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-exc-hero._01, .section-exc-hero._02-pricing {
    border-bottom-width: 10px;
    height: auto;
    padding: 40px;
  }

  .section-image-bg {
    padding: 40px;
  }

  .section-image-bg.bg-1, .section-image-bg.bg-1-copy, .section-image-bg.bg-1-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-pop-up {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .footer-pop-up.v2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .footer-pop-up.body {
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

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

  .container-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .div-exit-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 0;
  }

  .footer-pop-up-container {
    height: 375px;
  }

  .div-block-79 {
    width: auto;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    align-items: stretch;
    font-weight: 700;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #383838e6;
    font-weight: 400;
  }

  .nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: var(--white);
  }

  .nav-link.off.dsnz-cta-columns {
    margin-left: 0;
  }

  .nav-link.off.dsnz-cta-columns.v2 {
    background-color: var(--dim-grey);
  }

  .nav-link.off.dsnz-cta-columns.v2:hover {
    background-color: var(--excellence-orange);
  }

  .nav-link._1 {
    color: var(--white);
    margin-top: 0;
  }

  .nav-link._1:hover {
    color: var(--excellence-orange);
  }

  .logo-desktop {
    float: none;
    clear: none;
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-menu {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-menu.dsnz {
    background-color: var(--blue);
    color: #0000;
  }

  .sectio-hero {
    background-position: 50%;
    padding: 20px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .heading-2.centre {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.header-footer-panel {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2.grey {
    font-size: 38px;
    line-height: 42px;
  }

  .heading-2.blue {
    color: var(--blue);
    font-size: 42px;
    line-height: 38px;
  }

  .heading-2.orange {
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 28px;
  }

  .p1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .p1.footer.white {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .p1.footer.white._3 {
    margin-left: 0;
  }

  .p1.p1-grey {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .orange-button {
    width: 70%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .orange-button.blue {
    margin-top: 0;
    margin-right: 0;
  }

  .orange-button.blue.dsnz1 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .orange-button.blue.dsnz2 {
    margin-top: 20px;
  }

  .orange-button.blue.dsnz3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .orange-button.dsnz-cta-centred {
    width: 290px;
  }

  .orange-button.black {
    width: auto;
  }

  .orange-button.black._4 {
    width: auto;
    margin-right: 0;
  }

  .orange-button._1 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-button._3 {
    width: 235px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-button.eca {
    width: 255px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-button.eca.main {
    width: 250px;
  }

  .orange-button.sub {
    width: 16em;
  }

  .orange-button._70 {
    margin-left: 0;
  }

  .icon {
    float: right;
    clear: none;
    color: var(--white);
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .menu-button {
    float: right;
    clear: none;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: flex-start center;
    align-self: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: -60px 10px 0 auto;
    padding: 10px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-button:hover {
    flex: none;
    margin-top: -60px;
  }

  .menu-button:active {
    object-fit: contain;
    flex: none;
    order: 0;
    align-self: center;
    margin-top: -60px;
    margin-bottom: 0;
    margin-right: 10px;
    position: static;
  }

  .menu-button:focus {
    margin-top: -61px;
    margin-right: 10px;
  }

  .menu-button:focus-visible, .menu-button[data-wf-focus-visible] {
    margin-top: -60px;
  }

  .menu-button.w--open {
    float: right;
    clear: none;
    background-color: var(--grey);
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    margin-top: -60px;
    margin-left: auto;
    margin-right: 10px;
    padding: 11px;
    display: block;
    position: static;
  }

  .menu-button.w--open:hover {
    display: inline-block;
  }

  .menu-button.dsnz {
    flex: 0 auto;
    margin-top: -68px;
    margin-left: auto;
    margin-right: 20px;
    display: block;
  }

  .section-chevron {
    padding: 40px 20px 20px;
  }

  .container-driving-sims {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 10px 0 0;
    display: block;
  }

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

  .section-5 {
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .section-why {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .ordered-list {
    color: var(--white);
    padding-left: 20px;
    list-style-type: disc;
    display: block;
  }

  .section-main {
    padding: 0 20px;
  }

  .image-logo {
    max-width: 100%;
  }

  .field-label-l1 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .section-background-image {
    height: 200px;
  }

  .div-main {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .button {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .button.button-nav {
    float: left;
    clear: right;
    text-align: center;
    flex-flow: wrap-reverse;
    flex: none;
    order: 1;
    place-content: center flex-end;
    align-self: center;
    align-items: center;
    width: 150px;
    margin: 0 auto 20px;
    display: none;
    position: relative;
  }

  .button.button-nav.button-01 {
    margin-top: -40px;
  }

  .button.button-nav.black.v2 {
    display: none;
  }

  .button.section-nav {
    float: left;
    clear: right;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    flex-flow: wrap-reverse;
    flex: none;
    order: 1;
    place-content: center flex-end;
    align-self: center;
    align-items: center;
    width: 150px;
    margin: 0 auto 20px;
    display: none;
    position: relative;
  }

  .button.section-nav.blue {
    text-align: center;
    justify-content: center;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    display: flex;
  }

  .button.section-nav.blue:hover {
    justify-content: center;
    width: 220px;
    margin-top: 10px;
    display: flex;
  }

  .button.header {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
    margin: 10px 0;
    padding: 10px 5px;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .heading-4.h4-dark {
    padding-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-4.centre-aligned {
    font-size: 20px;
  }

  .heading-4.white {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-4.centre-aligned-white {
    font-size: 20px;
  }

  .column, .column-2, .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-hero {
    padding: 0;
  }

  .footer-button {
    width: 100%;
    margin: 0 0 40px;
    position: static;
    left: auto;
  }

  .footer-button.dsnz {
    text-align: center;
    width: auto;
  }

  .heading-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-1.hero {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-1.blue {
    font-size: 38px;
    line-height: 42px;
  }

  .p2 {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .p2.insert {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p2.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading-3 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 28px;
    line-height: 28px;
    display: block;
  }

  .heading-3.white {
    font-size: 28px;
  }

  .heading-3.centred {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-3.blue {
    margin-top: 20px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-3.h3-session {
    text-align: center;
    font-size: 16px;
  }

  .heading-3.left {
    font-size: 26px;
    line-height: 28px;
  }

  .container-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .column-9 {
    padding: 0;
  }

  .container-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px 10px;
    display: block;
  }

  .brand {
    float: none;
    clear: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .brand.w--current {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .slider {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-quote.p1 {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .block-quote.p1.short-quote {
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-testimonials.blue {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    display: flex;
  }

  .section-saving-lives {
    padding: 40px 10px;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .column-10 {
    margin-top: 0;
    padding-left: 0;
  }

  .columns-2 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .section-cta {
    padding: 40px;
  }

  .columns-3 {
    text-align: left;
    padding: 0;
  }

  .column-11 {
    padding: 0;
  }

  .section-white {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .div-block-team {
    margin-bottom: 20px;
    padding: 0;
  }

  .div-block-9 {
    padding: 0;
  }

  .columns-6 {
    margin-top: 10px;
  }

  .facebook-icon-nested {
    width: 50px;
    height: 50px;
  }

  .div-block-10 {
    width: 100%;
    padding-top: 0;
  }

  .container-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-11 {
    padding-bottom: 10px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-button-large {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }

  .column-29 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-sent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sent-div {
    padding-left: 15px;
    padding-right: 0;
  }

  .section-enrolment-form {
    padding: 20px;
  }

  .savign-lives-image, .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-11._1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-31 {
    margin-top: 0;
  }

  .text-span-3 {
    font-size: 12px;
  }

  .link-5 {
    text-align: left;
    font-size: 12px;
    position: static;
    left: 96px;
  }

  .text-span-5 {
    text-align: left;
  }

  .radio-button-field.text-field {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .radio-button-field-2.text-field {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .radio-button-label-2, .radio-button-label-3 {
    padding-left: 10px;
  }

  .column-43 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-11 {
    text-align: left;
  }

  .logo-mobile {
    float: none;
    clear: none;
    text-align: center;
    width: 200px;
    max-width: none;
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    position: static;
    left: auto;
    right: 30px;
  }

  .section-stop-enrol {
    padding-bottom: 0;
  }

  .container-13-copy {
    padding-left: 20px;
  }

  .question-block {
    margin-bottom: 10px;
    padding: 20px;
  }

  .question-block.white {
    margin: 10px 0;
  }

  .column-44 {
    padding: 0;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-8 {
    margin-top: 0;
    margin-right: 0;
  }

  .section-sticky-notice-copy {
    flex-direction: row-reverse;
    align-items: center;
    height: 120px;
    padding: 15px;
    display: flex;
  }

  .chevron-divider {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    padding: 0 20px 15px;
  }

  .field-label-alert {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .icon-3 {
    margin-right: 10px;
    display: none;
  }

  .field-label-l2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .box-orange {
    width: 225px;
  }

  .divider-keyline {
    border-width: 3px;
    width: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .button-facebook {
    padding: 11px;
    font-size: 16px;
  }

  .column-left {
    margin-bottom: 10px;
    padding: 0;
  }

  .div-footer-announcement {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-48 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-blue {
    margin-top: 20px;
    padding: 30px 20px 0;
    position: static;
  }

  .div-chevron-divider {
    width: auto;
    margin-top: 20px;
    display: block;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: stretch stretch;
    display: inline;
  }

  .section-dsnz-hero {
    height: 680px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-dsnz-hero._01 {
    height: auto;
    margin-top: 0;
  }

  .section-eda-hero {
    height: auto;
    padding: 40px;
  }

  .section-eda-hero.v2 {
    min-width: 0;
    min-height: 40vh;
  }

  .section-orange {
    padding: 40px;
  }

  .section-dsnz-image {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p3 {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .image-8 {
    margin-left: 40px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-header-buttons {
    width: 60%;
    margin-top: 0;
  }

  .image-11 {
    text-align: center;
    max-width: 87%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-52 {
    padding-left: 0;
  }

  .link-block-2 {
    margin-right: 30px;
  }

  .div-block-32 {
    padding-top: 10px;
  }

  .div-block-33 {
    margin-bottom: 0;
  }

  .list, .list-2 {
    padding-left: 0;
  }

  .link-block-3 {
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-39, .div-block-40 {
    padding-left: 10px;
  }

  .container-hero-heading {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-51 {
    text-align: left;
    justify-content: center;
    margin-top: 0;
    display: block;
  }

  .div-block-53 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-dsnz-sub-nav {
    text-align: center;
    object-fit: fill;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .dsnz-cta-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .section-embedded-form {
    padding: 0;
  }

  .list-items {
    padding-bottom: 2px;
    font-size: 16px;
  }

  .div-block-54 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .html-embed {
    border-top-style: solid;
    border-top-width: 5px;
    margin-bottom: 0;
    padding: 0;
  }

  .sent-div-excellence {
    padding-left: 15px;
    padding-right: 0;
  }

  .course-date {
    flex-direction: column;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
  }

  .list-items-grey {
    padding-bottom: 2px;
    font-size: 16px;
  }

  .course-date-div {
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }

  .booking-dates-div {
    border-radius: 25px;
    width: auto;
    padding: 10px;
  }

  .container-18 {
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .div-ddc-course-details {
    flex-direction: column;
    display: flex;
  }

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

  .header-banner {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .container-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .heading-5 {
    font-size: 24px;
  }

  .heading-5.white.float {
    margin-right: 10px;
    font-size: 16px;
  }

  .italic-text-2 {
    text-align: center;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-68 {
    margin-bottom: 20px;
  }

  .dsnz-logo-desktop {
    float: none;
    clear: none;
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }

  .dsnz-logo-mobile {
    float: none;
    clear: none;
    text-align: center;
    width: 200px;
    max-width: none;
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
    left: auto;
    right: 30px;
  }

  .saving-lives-image-small {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-pricing-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    place-items: center;
    width: auto;
    padding: 0;
    display: grid;
  }

  .box-grey {
    width: 225px;
    height: 225px;
    margin: 20px 0 0;
    padding-top: 20px;
  }

  .box-grey.round {
    width: 120px;
    height: 120px;
    padding: 16px;
  }

  .box-text {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .container-pricing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .section-exc-hero {
    height: 680px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-exc-hero._01 {
    height: auto;
    margin-top: 0;
  }

  .section-exc-hero._02-pricing {
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-image-bg {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .section-image-bg.bg-1, .section-image-bg.bg-1-copy, .section-image-bg.bg-1-copy {
    padding: 40px;
  }

  .footer-pop-up {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .footer-pop-up.v2 {
    float: none;
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .footer-pop-up.body {
    letter-spacing: .5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .heading-6 {
    font-size: 24px;
  }

  .modal {
    display: none;
  }

  .div-exit-button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4 {
    height: 25px;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-pop-up-container {
    height: auto;
    padding: 10px 20px;
  }

  .image-14 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-2 {
    text-align: center;
  }

  .pricing-box-grey._320 {
    height: 280px;
  }

  .link-block-7 {
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding-top: 0;
    display: flex;
  }

  .div-block-79 {
    width: auto;
  }

  .cell-4 {
    padding-left: 0;
  }
}

#w-node-_200514d2-bfb7-0558-08ca-64e7f1877400-91f6cabb {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_73d9aba8-d2e9-637b-e7d2-59728849d2e2-91f6cabb, #w-node-c0514316-67e3-ef16-6479-85e4e3da96c3-91f6cabb, #w-node-_872fbfd2-bab7-0eed-6f44-919b808191dc-91f6cabb {
  align-self: center;
}

#w-node-_16a83910-098e-f0a4-3a0a-78fec6263e64-c6263e63 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr;
}

#w-node-_2778075a-86c4-476d-e162-8ddcef5353fa-a0eb61d7 {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.5fr .5fr;
}

#w-node-ea831129-b0fd-c4a6-c6de-fbb87a1eadf4-87f6cacd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f182feb-62f1-4513-0fb0-12c765dac223-87f6cacd, #w-node-e6c34174-048b-4a1d-25c6-794697e511e0-87f6cacd, #w-node-_6c1ee16a-ce08-efca-21a0-15302353c663-87f6cacd, #w-node-_37f39698-515b-2697-e81b-1ae9c04bdeaf-87f6cacd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_53820d48-c4b8-3a78-18b7-be12775ec0b3-87f6cacd, #w-node-_8fa16dc7-f102-02f9-db9d-2ce665ab78a1-c240c53e, #w-node-_8fa16dc7-f102-02f9-db9d-2ce665ab78df-c240c53e, #w-node-_8fa16dc7-f102-02f9-db9d-2ce665ab791d-c240c53e, #w-node-_7cd5b893-bf8a-1fec-ff55-d33542942ba6-c240c53e, #w-node-_7cd5b893-bf8a-1fec-ff55-d33542942be4-c240c53e, #w-node-_7cd5b893-bf8a-1fec-ff55-d33542942c22-c240c53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3935681-3f20-421c-88e7-d474c971f080-4d47f66e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fa7ce51-cf96-6ddf-3b7a-d37c685fccad-607d25a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
}

#w-node-cf03dfac-9601-34cb-61cf-7956c42a79a5-607d25a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr .5fr;
}

#w-node-_13e89961-a817-0de1-de68-42485001d4db-1ec38040 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr;
}

#w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420aff5-2420afed, #w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420affa-2420afed, #w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420b004-2420afed, #w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420afff-2420afed, #w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420b009-2420afed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_16a83910-098e-f0a4-3a0a-78fec6263e64-c6263e63 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-_2778075a-86c4-476d-e162-8ddcef5353fa-a0eb61d7 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_16a83910-098e-f0a4-3a0a-78fec6263e64-c6263e63, #w-node-_2778075a-86c4-476d-e162-8ddcef5353fa-a0eb61d7 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr .25fr;
  }

  #w-node-cf03dfac-9601-34cb-61cf-7956c42a79a5-607d25a5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_13e89961-a817-0de1-de68-42485001d4db-1ec38040 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16a83910-098e-f0a4-3a0a-78fec6263e64-c6263e63, #w-node-_2778075a-86c4-476d-e162-8ddcef5353fa-a0eb61d7 {
    grid-template-rows: auto;
    grid-template-columns: 2fr minmax(120px, 1fr);
  }

  #w-node-d3935681-3f20-421c-88e7-d474c971f080-4d47f66e, #w-node-_9fa7ce51-cf96-6ddf-3b7a-d37c685fccad-607d25a5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_200514d2-bfb7-0558-08ca-64e7f1877400-91f6cabb {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_16a83910-098e-f0a4-3a0a-78fec6263e64-c6263e63, #w-node-_2778075a-86c4-476d-e162-8ddcef5353fa-a0eb61d7 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_8fa16dc7-f102-02f9-db9d-2ce665ab78df-c240c53e, #w-node-_8fa16dc7-f102-02f9-db9d-2ce665ab791d-c240c53e, #w-node-_7cd5b893-bf8a-1fec-ff55-d33542942be4-c240c53e, #w-node-_7cd5b893-bf8a-1fec-ff55-d33542942c22-c240c53e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fa7ce51-cf96-6ddf-3b7a-d37c685fccad-607d25a5, #w-node-cf03dfac-9601-34cb-61cf-7956c42a79a5-607d25a5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13e89961-a817-0de1-de68-42485001d4db-1ec38040 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-_4a37ae5d-e2c4-6546-255a-d0ad2420aff9-2420afed {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}