.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;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 700;
  line-height: 67px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 400;
  line-height: 67px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
  line-height: 47px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.navbar {
  height: 100px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
}

.container {
  max-width: 80%;
  align-items: center;
}

.brand {
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/hero-home.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero.need-help {
  background-image: linear-gradient(to bottom, null, null), url('../images/hero-home.jpg');
  background-size: auto, cover;
}

.herocontainer {
  max-width: 80vw;
  color: #fff;
  padding-bottom: 40px;
}

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

.white {
  color: #fff;
}

.white._40top {
  padding-top: 40px;
}

.yellow {
  color: #feca18;
}

.paralarge {
  font-size: 19px;
  line-height: 29px;
}

._20top {
  padding-top: 20px;
}

.buton-div {
  padding-top: 40px;
}

.yellowbutton {
  width: 190px;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #feca18;
  padding-top: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.tel {
  padding-top: 20px;
  font-size: 27px;
  line-height: 37px;
}

.tel.phone-email {
  padding-top: 0;
}

.yelloowblock {
  height: 390px;
  background-color: #feca18;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

.herowhite {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}

._33px {
  font-size: 33px;
  line-height: 43px;
}

._19px {
  font-size: 19px;
  line-height: 31px;
}

.select {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 4px solid #feca18;
  font-size: 19px;
  line-height: 29px;
}

.form {
  padding-top: 20px;
}

.paypal-button {
  width: 100%;
  height: 70px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #1d1d1b;
  padding-top: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.testimonials {
  margin-bottom: 36px;
  padding-top: 100px;
  padding-bottom: 155px;
}

.section.tablet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 275px;
}

.rich-text-block {
  font-size: 19px;
  line-height: 29px;
}

.container-2 {
  max-width: 800px;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

.centre {
  text-align: center;
}

._27px {
  font-size: 27px;
  line-height: 37px;
}

._27px.yellowtxt {
  color: #feca18;
}

.yellowblock {
  z-index: 999;
  height: 500px;
  background-color: #feca18;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.yellowblock.contact {
  height: 565px;
  margin-top: 180px;
  margin-bottom: -474px;
}

.herowhite-copy {
  width: 90%;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 100px 40px;
}

.container-3 {
  justify-content: center;
  display: flex;
}

._37px {
  font-size: 37px;
  line-height: 47px;
}

.form-block {
  text-align: left;
}

.text-field {
  height: 60px;
  margin-bottom: 20px;
}

.field-label {
  padding-top: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.submit-button {
  width: 190px;
  height: 50px;
  color: #000;
  text-transform: uppercase;
  background-color: #feca18;
  margin-top: 20px;
  font-weight: 700;
}

.black {
  width: 100%;
  height: 300px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}

.black.large {
  height: 400px;
  position: relative;
  top: 1px;
}

.textarea {
  min-height: 150px;
}

.container-4 {
  max-width: 1280px;
}

._1280 {
  max-width: 80vw;
  display: flex;
}

._50 {
  width: 50%;
}

._50._40left {
  padding-left: 40px;
}

._50._100left {
  padding-left: 100px;
}

._50._100left._30top {
  padding-top: 30px;
}

.underline {
  color: #feca18;
  border-bottom: 11px solid #000;
  padding-top: 40px;
}

.div-block {
  text-align: center;
  margin-top: -8px;
  margin-bottom: -273px;
}

.nav-link {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #feca18;
  font-weight: 700;
}

.logo {
  padding-top: 13px;
}

._40bottom {
  padding-bottom: 40px;
}

.hero-testimonials {
  height: 200px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-contact.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-div {
  border: 2px solid rgba(0, 0, 0, .3);
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.div-block-2 {
  width: 100px;
}

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

.div-block-3 {
  margin-left: -40px;
}

.herotc {
  height: 200px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hereo-TC.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
}

.ict-adviser {
  height: 60px;
  color: #feca18;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 50%;
}

.columns {
  width: 100%;
}

.text-block {
  text-align: right;
}

.ict-link {
  color: #fff;
}

.div-block-4 {
  display: flex;
}

.contact {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 262px;
  display: flex;
}

.contact.contact-page {
  margin-top: auto;
}

.contact-black {
  width: 80%;
  height: 750px;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 100px 40px;
}

.contact-black.schedule-a-session {
  height: 1000px;
}

.html-embed {
  width: 100%;
}

.section-2 {
  padding-top: 136px;
}

._21px {
  font-size: 21px;
  line-height: 31px;
}

._1320 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.temp-button {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 21px;
}

.get-in-touch {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 398px;
  display: flex;
}

.get-in-touch.contact-page {
  margin-top: auto;
}

.schedule-a-sesssion-black {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 630px;
  display: flex;
}

.schedule-a-sesssion-black.contact-page {
  margin-top: auto;
}

.bold-text-2, .heading-4 {
  font-size: 23px;
}

.linkwhite {
  color: #feca18;
}

._49px {
  font-size: 49px;
}

.div-block-6 {
  width: 75%;
}

._75 {
  max-width: 75%;
}

.container-5 {
  max-width: 60vw;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 47px;
    line-height: 57px;
  }

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

  .container {
    min-width: 100%;
  }

  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/hero-home.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 20px;
  }

  .hero.need-help {
    height: 750px;
  }

  .herocontainer {
    max-width: 95%;
  }

  .tel {
    font-size: 23px;
    line-height: 33px;
  }

  .herocontact {
    margin-top: 381px;
  }

  .yelloowblock {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herowhite {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33px {
    font-size: 27px;
    line-height: 37px;
  }

  ._19px {
    font-size: 18px;
    line-height: 29px;
  }

  .select {
    font-size: 16px;
    line-height: 27px;
  }

  .section {
    padding-top: 60px;
  }

  .section.tablet {
    margin-top: 187px;
  }

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

  .yellowblock {
    width: 90%;
  }

  .black {
    height: 294px;
    align-items: center;
    display: flex;
  }

  ._60 {
    width: 100%;
  }

  ._1280 {
    max-width: 90vw;
  }

  ._50._100left._30top {
    padding-left: 40px;
  }

  .div-block {
    margin-bottom: -111px;
  }

  .nav-link {
    color: #fff;
  }

  .div-block-3 {
    margin-left: -8px;
  }

  .ict-adviser {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 75%;
  }

  .bold-text {
    font-size: 55px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #feca18;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
  }

  .contact-black {
    border: 1px solid #fff;
  }

  ._1320 {
    max-width: 90%;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  ._49px {
    font-size: 40px;
  }

  .div-block-6, ._75 {
    width: 100%;
  }

  .container-5 {
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 700px;
  }

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

  .contact-black {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .navbar {
    height: 80px;
    padding-top: 12px;
    padding-left: 0;
  }

  .container {
    min-width: 100%;
  }

  .brand, .brand.w--current {
    width: 78%;
  }

  .hero {
    height: 950px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/hero-home.jpg');
    background-size: auto, cover;
    padding-right: 20px;
  }

  .hero.need-help {
    height: 770px;
  }

  .herocontainer {
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .herogrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .buton-div {
    padding-top: 20px;
  }

  .tel {
    padding-top: 10px;
    font-size: 23px;
  }

  .tel.phone-email {
    font-size: 17px;
  }

  .yelloowblock {
    width: 100%;
    margin-top: 394px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .herowhite {
    width: 100%;
  }

  ._33px {
    font-size: 19px;
    line-height: 29px;
  }

  ._33px.yellow {
    line-height: 31px;
  }

  ._19px {
    font-size: 16px;
    line-height: 26px;
  }

  .section {
    padding-top: 60px;
  }

  .section.testimonials {
    padding-top: 40px;
  }

  .section.phone {
    margin-top: 308px;
  }

  ._23px {
    font-size: 19px;
    line-height: 29px;
  }

  ._27px {
    font-size: 21px;
    line-height: 31px;
  }

  .yellowblock {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .yellowblock.contact {
    margin-top: 294px;
  }

  .herowhite-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-label {
    font-size: 19px;
    line-height: 29px;
  }

  .black {
    height: 101px;
    margin-top: -46px;
  }

  ._1280 {
    flex-direction: column;
  }

  ._50 {
    width: 100%;
  }

  ._50._100left._30top {
    padding-left: 0;
  }

  .underline {
    padding-top: 10px;
  }

  .div-block {
    margin-top: -38px;
    margin-bottom: -70px;
  }

  .nav-link {
    color: #fff;
  }

  .testimonials-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 50px;
    padding-left: 0;
  }

  .testgrid {
    grid-template-columns: 1.25fr;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .ict-adviser {
    height: 80px;
    font-size: 14px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text {
    font-size: 55px;
  }

  .menu-button {
    background-color: #feca18;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #000;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .contact-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 47px;
  }

  .hereo-h1 {
    font-size: 31px;
  }

  ._49px {
    font-size: 27px;
    line-height: 37px;
  }

  ._75 {
    max-width: 100%;
  }

  .container-6 {
    max-width: 90vw;
  }
}

#w-node-_25fa9a14-7d07-316b-b2f6-f2a21ffa29e6-cc4206c1 {
  align-self: end;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2132a52c-81b9-e476-2426-7e5b9c53bd85-cc4206c1, #w-node-_25fa9a14-7d07-316b-b2f6-f2a21ffa29e6-cc4206c1 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25fa9a14-7d07-316b-b2f6-f2a21ffa29e6-cc4206c1 {
    align-self: end;
    justify-self: center;
  }
}


