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

.image {
  max-width: 100%;
}

.container {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block {
  width: 300px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.section {
  z-index: 999;
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  height: 125px;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-2 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 80%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-2 {
  width: 100%;
}

.section-2 {
  background-color: red;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.heading {
  color: red;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.banner-title-block-centered {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.paragraph-black-centered {
  text-align: center;
  letter-spacing: .1em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.paragraph-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  top: auto;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
}

.paragraph-2-copy {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-2-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
}

.image-3 {
  max-width: 50%;
}

.div-block-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.div-block-3-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.button {
  color: red;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: opacity .4s;
  position: relative;
  inset: auto auto 0;
}

.button:hover {
  opacity: .5;
}

.columns {
  margin-bottom: 20px;
  position: relative;
}

.brand {
  top: 0;
  left: 0;
}

.nav-menu {
  display: none;
  top: auto;
  right: auto;
}

.menu-button {
  display: none;
}

.menu-button.w--open {
  display: block;
}

.navbar-2 {
  background-color: #fff;
  width: 100%;
}

.brand-2 {
  width: 300px;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: color .4s;
}

.nav-link:hover, .nav-link.w--current {
  color: red;
}

.container-2 {
  width: auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column, .column-2 {
  padding-left: 0;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.section3 {
  background-color: red;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.heading-2-red {
  color: red;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  top: 0;
}

.paragraph-black-left {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.button-red-centered {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: red;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: opacity .4s;
  position: relative;
  inset: auto;
}

.button-red-centered:hover {
  opacity: .5;
  transform: translate(0);
}

.section-1 {
  background-image: url('../images/iStock-1400305398-building-1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
}

.image-4 {
  width: 20%;
}

.link-block {
  border: 1px #000;
  width: 75%;
  padding: 20px;
  text-decoration: none;
  transition: opacity .4s;
}

.link-block:hover {
  opacity: .5;
}

.faq-title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.blog-title-card-heading {
  color: red;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-7 {
  text-decoration: none;
}

.blog-title-card-paragraph {
  color: #000;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.blog-card-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card-link-block {
  border: 1px solid #0003;
  width: auto;
  min-width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: opacity .4s;
}

.blog-card-link-block:hover {
  opacity: .5;
}

.client-title-card-paragraph {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.section-6 {
  background-image: url('../images/jerry-roseman.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.paragraph-white {
  color: #fff;
  text-align: left;
  width: 60%;
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-content: stretch;
  align-items: stretch;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: auto;
  position: static;
  inset: 0 0%;
  overflow: visible;
}

.section-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin: 0% auto auto;
  display: block;
  position: static;
  top: auto;
}

.div-block-8 {
  aspect-ratio: 2 / 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.image-5 {
  aspect-ratio: 2 / 3;
  width: 100%;
  min-width: auto;
  max-width: none;
  position: absolute;
}

.heading-white {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: auto;
  display: flex;
  position: absolute;
  top: auto;
}

.image-6 {
  max-width: 75%;
  margin-bottom: 20px;
  position: relative;
  top: 0;
}

.section-8 {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-10 {
  width: 200px;
}

.link {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

.link:hover {
  color: red;
  text-decoration: underline;
}

.column-3 {
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.columns-2 {
  width: 50%;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
}

.link-red {
  color: red;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.link-red:hover {
  color: #fff;
  -webkit-text-stroke-color: red;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-12 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.image-7 {
  aspect-ratio: 2 / 3;
}

.blog-card-image-div {
  aspect-ratio: 2;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.button-red-left {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: red;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: opacity .4s;
  position: relative;
  inset: auto;
}

.button-red-left:hover {
  opacity: .5;
  transform: translate(0);
}

.div-block-14 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  position: relative;
  inset: auto 0% 0%;
}

.text-block {
  padding-bottom: 10px;
}

.image-8 {
  max-width: none;
}

.link-block-2 {
  flex: 1;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  left: auto;
}

.section-app {
  background-image: url('../images/mold-app.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.form-block {
  order: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: static;
}

.form {
  color: #000;
}

.section-contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  word-break: normal;
  height: 100px;
}

.select-field, .success-message {
  background-color: #fff;
}

.error-message {
  color: #fff;
  background-color: red;
}

.image-9 {
  width: 300px;
}

.icon-text-bubble {
  flex-flow: column;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
}

.image-10 {
  width: 300px;
  position: static;
}

.banner-app-title-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto;
}

.image-11 {
  width: auto;
  max-width: none;
}

.section-9 {
  background-color: #000;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-12 {
  width: 50px;
}

.icon-building {
  margin-top: auto;
  margin-bottom: -1%;
  position: relative;
  bottom: auto;
}

.paragraph-copy {
  text-align: center;
  letter-spacing: .1em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-white-centered {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: Montserrat, sans-serif;
}

.icon-data {
  flex-flow: column;
  align-items: center;
  width: 300px;
  margin-top: -91px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
}

.link-text-red {
  color: red;
}

.icon-logo {
  flex-flow: column;
  align-items: center;
  width: 300px;
  margin-top: -91px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
}

.image-9-copy {
  width: 300px;
}

.div-image {
  flex-flow: column;
  align-items: center;
  width: 600px;
  margin-top: -91px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
}

.section-consulting {
  background-image: url('../images/AI5QCTJQKNCFRKIM5VP72HYJ4Y.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-speaking {
  background-image: url('../images/ZIQX2CGZFZFU5KSXWQDJQEL6WQ.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-coaching {
  background-image: url('../images/OGYTNE4UZFD4BONUAWZXBWBHUQ.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-blank {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: auto;
}

.testimonial-title-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto;
}

.paragraph-testimonial {
  text-align: center;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-auto-height {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 50px auto;
  display: flex;
  position: static;
  overflow: visible;
}

.section-div-title {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 500px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -100px;
}

.section-blogs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto auto;
  display: flex;
}

.blog-title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 0 auto auto;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.blog-card-grid-full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.banner-image-sm {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-14 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.global-title-block-centered {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.global-paragraph-left-black {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  display: block;
}

.global-title {
  color: red;
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 991px) {
  .image-2 {
    height: 100%;
    overflow: clip;
  }

  .div-block-3-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    inset: auto auto 0;
  }

  .button {
    color: red;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    inset: auto;
  }

  .button-red-centered {
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: red;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .link-block {
    width: 100%;
  }

  .faq-title-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    inset: auto;
  }

  .blog-card-image-div {
    height: auto;
    overflow: clip;
  }

  .button-red-left {
    color: red;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .image-13, .blog-card-image {
    aspect-ratio: 16 / 9;
  }

  .blog-title-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    inset: auto;
  }

  .global-title-block-centered {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3-copy, .div-block-5 {
    width: 80%;
  }

  .faq-title-block {
    width: 90%;
  }

  .section-8 {
    height: auto;
  }

  .column-3 {
    text-align: right;
  }

  .blog-title-block {
    width: 90%;
  }

  .global-title {
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 50%;
  }

  .navbar {
    background-color: #0000;
  }

  .section {
    height: 100px;
  }

  .div-block-2 {
    background-image: none;
  }

  .image-2 {
    background-image: url('../images/iStock-1400305398-building-1.jpg');
    background-position: 0 0;
    background-size: cover;
    overflow: clip;
  }

  .section-2 {
    width: 100%;
  }

  .heading {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    inset: auto;
  }

  .banner-title-block-centered {
    justify-content: center;
  }

  .body {
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .section-3 {
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .paragraph-2-copy {
    position: relative;
    bottom: auto;
  }

  .div-block-2-copy {
    background-image: none;
  }

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

  .div-block-4 {
    width: 50%;
    top: -200px;
  }

  .div-block-3-copy {
    justify-content: flex-end;
  }

  .column, .column-2 {
    padding-left: 0;
  }

  .div-block-5 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 50px;
    bottom: auto;
  }

  .button-red-centered {
    color: #fff;
    background-color: red;
    position: relative;
    left: 0;
  }

  .section-1 {
    width: 100%;
  }

  .section-4 {
    min-width: 100%;
  }

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

  .faq-title-block {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .section-6 {
    background-position: 50%;
    justify-content: center;
    min-width: 100%;
  }

  .paragraph-white {
    width: 80%;
    position: relative;
    left: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-around;
    height: auto;
  }

  .section-7 {
    background-image: none;
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: 100%;
    display: flex;
    overflow: visible;
  }

  .image-5 {
    object-fit: fill;
    height: auto;
    min-height: 100%;
    overflow: visible;
  }

  .div-block-9 {
    width: 50%;
    top: auto;
  }

  .section-8 {
    justify-content: space-around;
    height: auto;
    margin-bottom: 0;
  }

  .column-3 {
    text-align: right;
  }

  .div-block-11 {
    justify-content: center;
    height: auto;
  }

  .div-block-12 {
    height: 100%;
  }

  .blog-card-image-div {
    width: auto;
    min-width: 100%;
  }

  .button-red-left {
    color: #fff;
    background-color: red;
    position: relative;
    left: 0;
  }

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

  .section-app, .section-contact {
    width: 100%;
  }

  .banner-app-title-block {
    justify-content: center;
  }

  .paragraph-white-centered {
    width: 80%;
    position: relative;
    left: 0;
  }

  .blog-card-image {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .section-consulting, .section-speaking, .section-coaching, .section-blank {
    width: 100%;
  }

  .testimonial-title-block {
    justify-content: center;
  }

  .section-auto-height {
    width: 100%;
  }

  .section-div-title {
    background-image: none;
  }

  .section-blogs {
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .blog-title-block {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .blog-card-grid-full {
    grid-template-columns: 1fr;
  }

  .banner-image-sm {
    background-image: none;
  }

  .global-title-block-centered {
    justify-content: center;
  }

  .global-paragraph-left-black {
    position: relative;
    bottom: auto;
  }

  .global-title {
    font-size: 10px;
    position: relative;
    bottom: auto;
  }
}

#w-node-_8393bdf8-92b7-81f5-ccb8-417728e277c9-8acbfd4b, #w-node-_379ac8a4-8af4-df5d-63de-ae9dc14b9322-8acbfd4b, #w-node-_27c479a5-ec94-77c0-3010-300a8ee3825e-8acbfd4b, #w-node-_3f059cd9-22bf-1bf0-cb16-8dc24e7606cb-8acbfd4b, #w-node-d350b5da-75eb-2f1a-7701-93cd4a2f4c0a-8acbfd4b, #w-node-_3c218d5f-3f8a-5a92-7c6b-54f266a04440-8acbfd4b, #w-node-a8ac428e-ed22-efcd-8570-b5f63430488c-34304887, #w-node-a8ac428e-ed22-efcd-8570-b5f634304895-34304887, #w-node-a8ac428e-ed22-efcd-8570-b5f63430489e-34304887, #w-node-_6637b134-7a74-660c-babc-8f73ad760389-1dd6ac3d, #w-node-_6637b134-7a74-660c-babc-8f73ad760392-1dd6ac3d, #w-node-_6637b134-7a74-660c-babc-8f73ad76039b-1dd6ac3d, #w-node-_14fe6112-dbed-2410-a5c5-fe5c1b2c592d-1dd6ac3d, #w-node-_8d48f162-723e-6fc5-5bd5-c1e4c59ef689-1dd6ac3d, #w-node-_558819e7-f45d-34c9-74a7-7516e5185017-1dd6ac3d, #w-node-_7f99359b-f816-9617-6c17-ba1ab9ed92b3-f4aaf606, #w-node-_7f99359b-f816-9617-6c17-ba1ab9ed92bc-f4aaf606, #w-node-_7f99359b-f816-9617-6c17-ba1ab9ed92c5-f4aaf606 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_23b40058-fd8c-6654-9445-a5119d51683d-8acbfd4b {
    place-self: start stretch;
  }
}