:root {
  --_ts_colors---bg--main_bg: #3a2e47;
  --white: #fff;
  --text--off-white: #e7e7e7;
  --_ts_colors---text--melon: #feb9aa;
  --_ts_colors---text--swans-down: #d8ebee;
  --_ts_colors---text--body-text-paragraph: 1.13rem;
  --theme--primary-color: #fee937;
  --background-black: #0d0b02;
  --light-grey: #9e9e9e;
  --text--pure-black: #000;
  --grey-line: #525252;
  --_ts_colors---text--blue: #5368ff;
  --faded-black: #242424;
  --_ts_colors---text--h2-major-section: 2rem;
  --_ts_colors---bg--chathams-blue: #135282;
  --card--card-black: #171612;
  --_ts_colors---text--captions--small-text: .875rem;
  --text--dark_blue: #0a2d49;
  --_ts_colors---bg--winsdor: #380b7c;
  --_ts_colors---bg--cardinal-pink: #93065a;
  --_ts_colors---bg--rose-bud-cherry: #69075d;
  --_ts_colors---bg--venice-blue: #065272;
  --_ts_colors---text--malibu: #819efb;
  --_ts_colors---text--portage: #a1a1f4;
  --_ts_colors---text--dodger-blue: #5699fd;
  --_ts_colors---text--canary: #caf954;
  --_ts_colors---text--h1-main-title: 3rem;
  --text--white-subdued: #5aceff;
  --text--grey: #aaa;
  --text--grey-darker: #888;
  --theme--primary-faded: #e2c37640;
}

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

.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-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 {
  background-color: var(--_ts_colors---bg--main_bg);
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
}

a {
  color: var(--_ts_colors---text--melon);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_ts_colors---text--melon);
  text-decoration-color: var(--_ts_colors---text--melon);
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-heading {
  z-index: 2;
  letter-spacing: .01em;
  will-change: transform;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: .63em;
}

.heading-h1 {
  color: var(--_ts_colors---text--melon);
  margin-bottom: 2rem;
  font-size: calc(3vw + 1.75rem);
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h4 {
  color: var(--_ts_colors---text--melon);
  margin-bottom: 1rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-16 {
  color: var(--_ts_colors---text--swans-down);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-16.margin-bottom-24 {
  color: var(--_ts_colors---text--melon);
  font-size: var(--_ts_colors---text--body-text-paragraph);
  line-height: 1.5;
}

.paragraph-16.margin-bottom-24.is--card {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.paragraph-16.margin-bottom-24.is--card.is--you {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-16.margin-bottom-24.is--front {
  flex-flow: column;
  display: flex;
}

.paragraph-16.margin-bottom-24.is--myc {
  font-size: 1rem;
}

.nav-menu-button {
  padding: 0;
}

.nav-bar {
  z-index: 3;
  background-color: #3a2e47;
  border-bottom: 1px solid #5368ff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 6.5rem;
  display: none;
  position: fixed;
  inset: 15% 0% auto;
}

.field-label {
  color: var(--text--off-white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.project-2-container {
  perspective: 3500px;
  justify-content: center;
  align-items: center;
  width: 88%;
  min-width: 920px;
  max-width: 1500px;
  height: 52vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.secondary-button {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.secondary-button.primary-button-grey {
  background-color: var(--light-grey);
  color: var(--text--pure-black);
}

.showcase-image-link-container {
  position: relative;
}

.awards-links-container {
  opacity: .73;
  color: var(--theme--primary-color);
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-container:hover {
  opacity: 1;
}

.project-hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.navigation-container {
  z-index: -1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.intro-container {
  max-width: 60rem;
}

.container.container-footer {
  background-color: #5368ff;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.container.container-hero {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container.narrow {
  width: 60%;
  min-width: 50px;
  padding-left: 0;
}

.container.is--cards {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.legal--container {
  max-width: 60rem;
  margin-bottom: 2rem;
}

.project-1-image-container {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 10%;
  transform-origin: 0%;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: perspective(3500px);
}

.project-1-button {
  z-index: 4;
  color: var(--theme--primary-color);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 25% 20% auto;
}

.body {
  background-color: var(--_ts_colors---bg--main_bg);
  font-family: Barlow Condensed, sans-serif;
}

.quote-slide {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.skill-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-logo-container {
  grid-column-gap: 3vw;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  color: var(--theme--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 12vw;
  max-height: 4vw;
  display: flex;
  position: static;
}

.nav-links-conatiner {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.nav-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 9.38rem;
  height: 3.75rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-link {
  color: var(--_ts_colors---text--melon);
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-link.w--current {
  border-bottom-color: #ffffff80;
  transition: color .3s;
}

.nav-link.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.nav_link--contact {
  border: 1px solid var(--_ts_colors---text--melon);
  background-color: var(--_ts_colors---text--blue);
  color: var(--white);
  border-radius: 3rem;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  padding: .28rem 1.11rem;
  line-height: 1.5rem;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--contact:hover {
  background-color: var(--_ts_colors---text--melon);
  color: var(--background-black);
}

.nav-link.nav_link--contact.is--myc {
  margin-left: -1rem;
  margin-right: -1rem;
  line-height: 1.5em;
}

.nav-link.nav_link--contact.is--services-margin {
  line-height: 1.5;
}

.nav-link.nav_link--contact.is20 {
  width: 20rem;
}

.nav-link.nav_link--calendly {
  border: 1px solid var(--_ts_colors---text--melon);
  color: var(--white);
  background-color: #5368ff;
  border-radius: 3rem;
  align-self: auto;
  height: auto;
  padding: .28rem 1.11rem;
  line-height: 1.5rem;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--calendly:hover {
  background-color: var(--_ts_colors---text--melon);
  color: var(--background-black);
}

.nav-sub-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--light-grey);
  color: var(--theme--primary-color);
  background-color: #fff0;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field:hover, .text-field:active {
  border-bottom-color: var(--theme--primary-color);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.text-field-light {
  background-color: var(--faded-black);
  color: #0a0a0a;
  border-color: #c0c0c066;
  border-radius: 2px;
}

.text-field.text-field-light::placeholder {
  color: #0a0a0a99;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  border-top: 1.5px solid var(--grey-line);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section.section-hero {
  background-color: var(--_ts_colors---bg--main_bg);
  min-height: 60rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.section.quotes {
  background-color: #3a2e47;
  min-height: auto;
  margin-bottom: 2rem;
  overflow: hidden;
}

.section.section-footer {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.why {
  background-image: linear-gradient(#0000, #000000b3 19% 81%, #0000), url('../images/avenue-656969_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.contact {
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.section.about_me {
  padding-top: 10rem;
  padding-bottom: 0;
}

.section.coaching {
  padding-top: 0;
  padding-bottom: 3rem;
}

.section.is--myc {
  min-height: auto;
  padding-top: 10rem;
  padding-bottom: 0;
}

.section.is--legal {
  padding-top: 9rem;
  padding-bottom: 0;
}

.section.is--disclaimer {
  padding-bottom: 0;
}

.section.my-expertise {
  padding-top: 3rem;
  padding-bottom: 0;
}

.section.is--expertise {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--org {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.is--ai-org {
  min-height: auto;
  padding-top: 0;
}

.section.expect {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.primary-button {
  border: 1.5px solid var(--_ts_colors---text--melon);
  background-color: var(--_ts_colors---text--blue);
  color: var(--text--off-white);
  letter-spacing: .05em;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  padding: .28rem 1.11rem;
  font-size: 1rem;
  line-height: 1.5em;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--_ts_colors---text--melon);
  color: #3c1e3d;
  font-size: 1rem;
}

.primary-button:active {
  border-color: #d4d3d1;
}

.primary-button:focus {
  border-color: #a1a09c;
}

.primary-button.is--wider {
  text-align: center;
  margin-left: -8%;
  margin-right: -8%;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.label-heading {
  background-color: var(--_ts_colors---text--melon);
  color: #3c1e3d;
  font-size: var(--_ts_colors---text--body-text-paragraph);
  letter-spacing: .04em;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 1px .38rem;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 1.8rem;
  display: flex;
}

._404-image {
  filter: invert();
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.nav-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-description {
  color: var(--_ts_colors---text--melon);
  font-size: var(--_ts_colors---text--h2-major-section);
  text-align: left;
  margin-bottom: 8rem;
  font-weight: 600;
  line-height: 1.2;
  transform: none;
}

.hero-top-wrapper {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.hero-description-wrapper {
  align-self: flex-end;
  width: 50%;
  max-width: 30rem;
  height: 100%;
  padding-left: 1rem;
  transition: all .3s linear;
  transform: none;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: static;
}

.hero-background.background-mobile {
  display: none;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.templates_wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  border: 1px solid #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.templates_wrapper:hover {
  border-color: #78787880;
  box-shadow: 0 1vw 3vw #fff6;
}

.nav-link-2 {
  opacity: .74;
  color: #fff;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.line {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
}

.nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-background-fade-overlay {
  background-image: linear-gradient(90deg, var(--background-black), black 0%, #000000d4 0%, #000000a6 0%, #00000075 0%, transparent 42%);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: clip;
}

.project-link-wrapper {
  width: 100%;
  position: relative;
}

.card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.services {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--_ts_colors---text--melon);
  color: var(--_ts_colors---bg--main_bg);
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.awards-links-wrapper {
  opacity: .73;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-wrapper:hover {
  opacity: 1;
}

.quote-slider {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-mask {
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quote-arrow {
  border: 1px solid var(--_ts_colors---text--melon);
  color: var(--_ts_colors---text--melon);
  width: 3rem;
  height: 3rem;
  margin-bottom: -4rem;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.quote-arrow.gallery-arrow-left {
  margin-right: 4.5rem;
}

.slide-nav {
  align-items: center;
  height: 3rem;
  margin-bottom: -4rem;
  font-size: .75rem;
  display: flex;
}

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

.quote-name {
  color: #fff;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.quote-card {
  background-color: #3a2e47;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.quote-heading {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-heading-wrapper {
  align-self: center;
  display: none;
}

.label {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-bottom: 2rem;
  margin-left: 7%;
  display: flex;
  position: relative;
}

.label.is--why {
  width: 30%;
  margin-bottom: 3rem;
  margin-left: 7%;
}

.label.is--contact {
  margin-bottom: 2rem;
  margin-left: 7%;
}

.label.is--about {
  margin-bottom: -2.3rem;
  margin-left: 6%;
}

.label.is--cards {
  align-self: flex-start;
  margin-bottom: 1rem;
  margin-left: 7%;
}

.label.is--stronger {
  width: 80%;
}

.italic-text {
  color: var(--_ts_colors---text--melon);
  text-shadow: 0 3px 20px var(--_ts_colors---text--melon);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.footer-link {
  color: var(--white);
  align-self: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
  transition: color .3s;
}

.footer-link:hover, .footer-link:active {
  color: var(--_ts_colors---text--melon);
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-self: stretch;
  width: auto;
  line-height: 1rem;
  display: flex;
}

.footer-alt {
  border-top: 1px solid #85858533;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.navbar_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.78rem;
  display: flex;
}

.navbar_container.is--blck {
  color: #fff;
  background-color: #0d141a;
  flex-flow: row;
  justify-content: space-between;
  min-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 64px;
  line-height: 2vh;
  display: block;
  overflow: clip;
}

.upper_nav_left {
  color: var(--_ts_colors---text--melon);
  background-color: #5368ff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 1.8rem;
  padding-left: 1.04rem;
  padding-right: 1.04rem;
  font-size: .88rem;
  font-weight: 600;
  display: flex;
}

.call_txt {
  color: var(--text--off-white);
  font-size: 1rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.call_txt:hover {
  color: #3c1e3d;
}

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  line-height: 2.78rem;
  display: flex;
}

.footer_credit-text {
  color: var(--white);
  font-size: 1rem;
  line-height: 1rem;
}

.footer_link-wp {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: 1.5rem;
}

.text-size-small.is--follow {
  font-size: 2rem;
}

.footer_left-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  color: #b8c0cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: .63rem;
  padding-right: .63rem;
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex;
}

.foo-wp {
  color: var(--_ts_colors---text--melon);
}

.page-wp {
  overflow: clip;
}

.stats_image {
  box-sizing: content-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: none;
}

.empower_link-block {
  color: #153a43;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: #fff0;
}

.stats_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--_ts_colors---text--melon);
  cursor: pointer;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.stats_item.background_coaching {
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(360deg, #000, #0000 54%), url('../images/3---MainKind-6733-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
}

.stats_item.background_coaching.is--foo {
  background-image: linear-gradient(360deg, #000, #0000 54%), url('../images/3---MainKind-6733-2.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-width: 0;
  flex-flow: column;
  align-self: stretch;
}

.stats_image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.label-wp {
  margin-left: -23%;
  display: flex;
}

.foo_list {
  border-top: 1px solid var(--_ts_colors---text--blue);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 20rem;
  display: flex;
}

.foo_item {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.based_foo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_ts_colors---text--melon);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.based_foo.is--r {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: stretch;
  padding-left: .63rem;
  padding-right: .63rem;
}

.main_btn-wp {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.titel-wp {
  color: var(--_ts_colors---text--melon);
  text-align: center;
  margin-bottom: 2rem;
}

.h3-cards {
  color: var(--white);
  font-size: var(--_ts_colors---text--body-text-paragraph);
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}

.stats_list_cards {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  place-items: start end;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.flip-wrapper {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 20rem;
  min-height: 30rem;
  display: flex;
  position: relative;
}

.flip-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_ts_colors---text--melon);
  background-color: var(--_ts_colors---bg--main_bg);
  backface-visibility: hidden;
  color: var(--text--pure-black);
  cursor: pointer;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 21rem;
  min-height: 32rem;
  padding: 1rem 2.19rem;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.flip-1:hover {
  transform: translate(0, -20px)translate(0);
}

.flip-1.back {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  justify-content: space-between;
  padding-top: 1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flip-1._1 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg), transparent 34%), url('../images/407A41B2-E8C4-40A2-9F25-726F49B5BABE_1_105_c.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.flip-1._1.is--myc {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg) 11%, transparent 65%), url('../images/407A41B2-E8C4-40A2-9F25-726F49B5BABE_1_105_c.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-width: auto;
  min-height: 30rem;
}

.flip-1._1.is--myc.is--org1 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg) 5%, transparent 66%), url('../images/elbrus-4627301_1280.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.flip-1._1.is--myc.is--org2 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg) 5%, transparent 66%), url('../images/rowing-3614550_1280.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.flip-1._1.is--myc.is--org3 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg) 5%, transparent 66%), url('../images/sailing-vessel-1473316_1280.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.flip-1._2 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg), transparent 26%), url('../images/EA91EEFB-CB82-4ECF-A720-A4D4672988BA_1_105_c.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.flip-1._2.is--myc {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg) 8%, transparent 88%), url('../images/mount-everest-6395759_1280.jpg');
  min-width: auto;
  min-height: 30rem;
}

.flip-1._3 {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg), transparent 25%), url('../images/elbrus-4627301_1280.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.flip-1._3.is--myc {
  background-image: linear-gradient(0deg, var(--_ts_colors---bg--main_bg), transparent 36%), url('../images/EA91EEFB-CB82-4ECF-A720-A4D4672988BA_1_105_c.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-width: auto;
  min-height: 30rem;
}

.flip-1.is--myc {
  justify-content: space-between;
  min-height: 36rem;
}

.flip-1.is--myc.back {
  min-width: auto;
  min-height: 30rem;
}

.label_cards_heading {
  background-color: var(--_ts_colors---text--melon);
  color: #3c1e3d;
  letter-spacing: .04em;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 1px .38rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.section_cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.card_txt-wp {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.card_txt-wp.is--flex {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.why_grid-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.why_card {
  font-size: var(--_ts_colors---text--captions--small-text);
}

.h3_why {
  color: var(--_ts_colors---text--melon);
  font-size: var(--_ts_colors---text--h2-major-section);
  text-align: center;
}

.line_devider {
  border-bottom: 1px solid var(--_ts_colors---text--melon);
  height: 1px;
}

.f-container-regular {
  width: 100%;
  max-width: 79.17rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox-field:active {
  color: var(--_ts_colors---text--melon);
}

.f-field-label {
  color: var(--_ts_colors---text--melon);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67rem;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-contact-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.f-margin-bottom-08 {
  margin-bottom: .56rem;
}

.f-checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  border: .14rem none var(--_ts_colors---bg--main_bg);
  background-color: var(--_ts_colors---text--melon);
  background-image: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border: 1px solid #e4e6f1;
  border-radius: .56rem;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .83rem 1.11rem;
  transition: all .2s;
}

.f-field-input:focus {
  color: var(--_ts_colors---text--melon);
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: var(--_ts_colors---text--melon);
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-large {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-heading-detail-small {
  color: var(--_ts_colors---text--melon);
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: flex;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 3.33rem;
}

.f-checkbox-label {
  color: var(--_ts_colors---text--melon);
  margin-bottom: 0;
  font-size: .97rem;
  line-height: 24px;
  display: none;
}

.f-text-area {
  color: var(--_ts_colors---text--melon);
  border: 1px solid #e4e6f1;
  border-radius: .56rem;
  min-height: 2.08rem;
  margin-bottom: 0;
  padding: 1.11rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::placeholder {
  color: var(--_ts_colors---text--melon);
}

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

.f-banner-language-wrapper-absolute {
  background-color: var(--_ts_colors---text--blue);
  align-items: center;
  display: flex;
}

.f-banner-icon {
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.39rem;
  height: 1.39rem;
  padding: .28rem;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 1.67rem;
  height: 1.67rem;
  transition: color .2s;
  display: flex;
}

.f-banner-dropdown-toggle {
  grid-column-gap: .28rem;
  color: #fff;
  align-items: center;
  padding: .28rem;
  transition: all .2s;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: .83rem;
  font-weight: 500;
  line-height: 1.67rem;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 1.11rem;
  height: 1.11rem;
  display: flex;
}

.f-banner-dropdown-list.w--open {
  background-color: #0000;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
  padding: .69rem 1.39rem 1.39rem;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.upper_nav_flx {
  color: var(--text--off-white);
  display: flex;
}

.flx {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-footer-link-social {
  background-color: var(--_ts_colors---text--melon);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-icon-social {
  max-height: 1.13rem;
}

.walsh-footer-grid-social {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-self: flex-end;
  place-items: end center;
}

.text-span {
  color: var(--_ts_colors---text--melon);
  font-size: 1.5rem;
}

.h3_about {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
}

.adress-wp {
  margin-top: 3rem;
}

.adress-h3 {
  color: var(--_ts_colors---text--melon);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.follow-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.f-pricing-feature-item.is--top {
  text-align: center;
  margin-bottom: 2rem;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-heading-detail-small-3 {
  color: var(--_ts_colors---text--melon);
  font-size: var(--_ts_colors---text--body-text-paragraph);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5rem;
}

.f-heading-detail-small-3.is--lower {
  color: var(--white);
  text-transform: none;
  font-weight: 500;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-2.f-text-color-gray-400 {
  color: var(--_ts_colors---text--melon);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.f-paragraph-small-2.is--check {
  color: var(--_ts_colors---text--melon);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.f-pricing-column-basic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
}

.f-pricing-column-basic.is--organisations {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  max-width: 90rem;
}

.f-section-large-3 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-pricing-feature-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
}

.myc_logo {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-3.is--myc {
  font-size: var(--_ts_colors---text--body-text-paragraph);
  align-self: center;
}

.f-margin-bottom-57 {
  margin-bottom: 8px;
}

.f-margin-bottom-57.is--myc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.mid-span {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-component-section-2 {
  color: #6d6d6d;
  width: 100%;
  padding-left: .94rem;
  padding-right: .94rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.ideal_for {
  color: var(--_ts_colors---text--melon);
}

._2cta_btns {
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

._2_btns-wp {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.lachs-span {
  color: var(--_ts_colors---text--melon);
}

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

.telef_num {
  color: var(--_ts_colors---text--blue);
}

.div-block-4 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.foo-right-wp {
  color: var(--_ts_colors---text--melon);
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-block {
  font-size: 1rem;
  line-height: 1rem;
}

.back_card_txt-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cards-wp {
  margin-top: -2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.legal_text {
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-6 {
  color: var(--_ts_colors---text--melon);
  font-size: var(--_ts_colors---text--h2-major-section);
}

.f-navigation-dropdown-link {
  background-color: var(--_ts_colors---bg--main_bg);
  color: var(--_ts_colors---text--melon);
  margin-left: 1rem;
  margin-right: 1.5rem;
  padding: .5rem 0 .5rem .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  transition: background-color .3s;
}

.f-navigation-dropdown-link:hover {
  background-color: var(--_ts_colors---text--melon);
  color: var(--white);
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_ts_colors---text--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 1.88rem;
  padding-left: 1.25rem;
  padding-right: 1.88rem;
  display: flex;
}

.f-navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: .88rem;
  font-weight: 500;
}

.f-navigation {
  border-bottom: 1px solid var(--_ts_colors---text--blue);
  background-color: var(--_ts_colors---bg--main_bg);
  align-items: center;
  width: 100%;
  height: 4.88rem;
  padding: 1rem 1.88rem;
  display: flex;
}

.f-navigation-dropdown-list {
  background-color: var(--_ts_colors---bg--main_bg);
}

.f-navigation-dropdown-list.w--open {
  background-color: #0000;
}

.f-navigation-link-wrapper {
  grid-column-gap: 0px;
  align-items: center;
  margin-left: 2.25rem;
  margin-right: 2.25rem;
  display: flex;
}

.f-banner-container-between-2 {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 2%;
  margin-right: 0;
  display: flex;
}

.f-navigation-language-dropdown-toggle {
  z-index: 1;
  grid-column-gap: .5rem;
  color: var(--white);
  letter-spacing: -.02em;
  padding: .25rem 0 .25rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.f-navigation-menu {
  grid-column-gap: 1rem;
  font-size: var(--_ts_colors---text--body-text-paragraph);
  line-height: 1.2;
  display: flex;
}

.f-navigation-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.f-icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
  display: flex;
}

.f-navigation-content {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.walsh-dropdown-link {
  background-color: var(--_ts_colors---bg--main_bg);
  color: var(--_ts_colors---text--melon);
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: .1rem;
  padding: .63rem 0;
  font-weight: 400;
}

.walsh-dropdown-link:hover {
  color: var(--white);
  border-radius: 0;
}

.walsh-dropdown-link.w--current {
  color: var(--white);
}

.menu_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1rem;
  margin-right: -.5rem;
  transition: color .2s;
  display: flex;
}

.rt-category-2 {
  border: 1px solid var(--_ts_colors---text--melon);
  background-color: var(--_ts_colors---text--blue);
  color: var(--_ts_colors---text--melon);
  cursor: pointer;
  border-radius: .25rem;
  padding: .31rem 1.06rem;
  font-size: 1.13rem;
  line-height: 1.81rem;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
  overflow: hidden;
}

.rt-news-picture {
  object-fit: cover;
  width: 100%;
}

.rt-news-image {
  overflow: hidden;
}

.rt-news-image.rt-with-radius {
  border-radius: 10px;
  overflow: hidden;
}

.rt-category-cards-text-4 {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-fifteen-3 {
  color: var(--_ts_colors---text--melon);
  margin-bottom: 15px;
}

.rt-blog-two-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rt-blog-two-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-category-type-block {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
}

.rt-news-date {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.rt-news-details {
  justify-content: space-between;
  padding: 31px 40px 30px 32px;
}

.rt-news-details.rt-no-details-padding {
  padding: 20px 15px 0;
}

.rt-date-and-arrow-block {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding-right: 1px;
  display: flex;
}

.rt-news {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.rt-news.rt-no-radius {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
}

.rt-blog-date-block {
  color: var(--_ts_colors---text--melon);
  background-image: url('../images/Mask-group-11.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 35px;
}

.section_blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.rt-feature-right-content {
  color: #6d6d6d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rt-feature-left-content {
  color: #6d6d6d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 20.63rem;
  display: flex;
}

.rt-feature-left-content.is--wide {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 55rem;
}

.rt-feature-left-content.is--wide.is-approach {
  max-width: none;
}

.hero-description-wrapper-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-right: -2.8rem;
  padding-top: 10rem;
  transition: all .3s linear;
  display: flex;
  transform: none;
}

.img-wp {
  max-width: 6.25rem;
  max-height: 6.25rem;
}

.organi-wp {
  flex-flow: column;
  display: flex;
}

.brix---dropdown-toggle {
  color: var(--_ts_colors---text--melon);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--white);
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 2rem;
  display: none;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  inset: 0% -50% 0% auto;
  transform: translate(-50%);
}

.brix---dropdown-column-wrapper.is--about.w--open {
  right: -110%;
}

.brix---dropdown-wrapper {
  vertical-align: middle;
  cursor: pointer;
}

.brix---header-nav-menu-list {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_ts_colors---bg--main_bg);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start center;
  padding-left: .63rem;
  padding-right: .63rem;
  display: grid;
}

.brix---dropdown-pd {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.brix---header-nav-list-item-left {
  color: var(--_ts_colors---text--melon);
  line-height: 1rem;
}

.brix---dropdown-card {
  position: relative;
  left: 4.06rem;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---dropdown-card.is--about {
  left: -1.64rem;
}

.brix---card-logo-strip-v9 {
  border: 1px solid var(--_ts_colors---text--blue);
  background-color: var(--white);
  border-radius: 24px;
  margin: 2rem -2rem 3rem -1rem;
  padding: 2rem 3rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.what_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80.63rem;
  padding-top: 1.25rem;
  display: flex;
  position: relative;
}

.melon_span {
  color: var(--_ts_colors---text--melon);
}

.uui-blogpost05_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: flex-start;
  max-width: 20rem;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.uui-blogpost05_content {
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost05_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-left: 1rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.story_btn {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 1.25em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.88rem;
  display: grid;
}

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

.uui-blogpost-wp-reverse {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 1rem;
  display: grid;
}

.div-block6 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.div-wp-story {
  flex: 0 auto;
  align-self: stretch;
}

.h3-story {
  color: var(--white);
  text-align: center;
  flex-flow: row;
  font-size: 1.5rem;
  display: block;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-medium-2 {
  color: var(--_ts_colors---text--melon);
  letter-spacing: normal;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout62_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout62_image-02 {
  width: 10rem;
  min-width: 10rem;
  position: absolute;
  top: 9.3rem;
  left: 2rem;
  right: 0%;
}

.uui-layout62_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout62_tabs-link {
  background-color: #0000;
  border-left: 4px solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout62_tabs-link.w--current {
  border-left-width: 4px;
  border-left-color: var(--_ts_colors---text--melon);
  opacity: 1;
  background-color: #0000;
}

.uui-layout62_image-wrapper {
  background-color: var(--_ts_colors---text--melon);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heading-xsmall {
  font-size: var(--_ts_colors---text--h2-major-section);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-layout62_image-03 {
  width: 10rem;
  min-width: 10rem;
  position: absolute;
  top: 23rem;
  left: 2rem;
  right: 0%;
}

.mid-span-2 {
  font-size: var(--_ts_colors---text--captions--small-text);
  justify-content: center;
  align-items: center;
  display: flex;
}

._2_btns {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.my_journey-img {
  min-width: 20rem;
  padding-top: 1rem;
}

.uui-blogpost {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  padding-top: 1rem;
  display: grid;
}

.uui-blogpost-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.about_me-img {
  max-width: 20rem;
}

.uui-blogpost-wp-expert {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.expertise_btn {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: -2.25rem;
  padding-top: 2rem;
  display: flex;
}

.nav-link-menu {
  color: var(--_ts_colors---text--melon);
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-link-menu.w--current {
  border-bottom-color: #ffffff80;
  transition: color .3s;
}

.btns_container {
  flex: 1;
  max-width: 80rem;
  padding-top: 1rem;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.btns-container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flx-cars_services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flx-cars_services_2re {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.image-2 {
  max-width: 10rem;
}

.grid-8actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img_bg {
  z-index: -5;
  opacity: .4;
  background-image: url('../images/aerial-view-of-snake-road-from-cortina-dampezzo-to-passo-giau-dolomites-italy-AAEF18928.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-4-copy {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wwm-wp {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai_wp {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_run {
  max-width: 30rem;
}

.uui-blogpost05_content-2 {
  flex-flow: column;
  margin-bottom: 5rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-h1, .heading-h4 {
    color: var(--_ts_colors---text--melon);
  }

  .paragraph-16.margin-bottom-24.is--myc {
    font-size: 1rem;
    text-decoration: none;
  }

  .container.is--myc {
    margin-bottom: 2rem;
  }

  .body {
    background-color: var(--_ts_colors---bg--main_bg);
  }

  .nav-link.nav_link--contact.is--myc {
    flex: 0 auto;
  }

  .section.quotes {
    padding-top: 3rem;
  }

  .section.why {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.coaching {
    padding-top: 2rem;
  }

  .section.is--legal {
    margin-top: 5rem;
  }

  .utility-page-content {
    font-family: IBM Plex Sans, sans-serif;
  }

  .quote-heading {
    line-height: 1.5em;
  }

  .label.is--cards {
    margin-left: 6%;
  }

  .label.is--stronger {
    margin-bottom: 2rem;
    position: static;
  }

  .foo_item {
    justify-content: center;
    align-items: stretch;
  }

  .based_foo.is--r {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    padding-right: 1rem;
  }

  .stats_list_cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .flip-1.is--myc {
    justify-content: space-between;
    min-width: auto;
    min-height: 36rem;
  }

  .section_cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .f-heading-detail-small {
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5em;
  }

  .f-pricing-feature-item {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: .5rem;
  }

  .f-pricing-title-wrapper {
    display: none;
  }

  .f-heading-detail-small-3 {
    color: var(--_ts_colors---text--melon);
  }

  .f-heading-detail-small-3.is--lower {
    text-transform: capitalize;
  }

  .f-container-small {
    max-width: none;
  }

  .f-paragraph-small-2.f-text-color-gray-400 {
    align-self: flex-end;
  }

  .f-paragraph-small-2.is--check {
    color: var(--_ts_colors---text--melon);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
  }

  .f-pricing-column-basic {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 90rem;
    padding: 1px;
  }

  .f-pricing-column-basic.is--organisations {
    align-self: stretch;
  }

  .f-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-pricing-feature-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .myc_logo {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .f-margin-bottom-57 {
    align-self: flex-start;
  }

  .f-margin-bottom-57.is--myc {
    align-self: flex-end;
  }

  .mid-span {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ideal_for, .is--blue, .lachs-span {
    color: var(--_ts_colors---text--melon);
  }

  .foo-right-wp {
    padding-left: 1rem;
  }

  .text-block {
    text-transform: none;
    font-size: 1rem;
  }

  .cards-wp {
    margin-top: -6rem;
  }

  .f-navigation-menu {
    grid-column-gap: 1.75rem;
  }

  .organi-wp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mid-span-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btns-container {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .ai_wp {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 2.5rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    min-height: 40rem;
  }

  .section.is--org {
    padding-bottom: 0;
  }

  .label.is--why {
    margin-left: 5%;
  }

  .label.is--cards {
    margin-left: 5%;
    position: absolute;
  }

  .label-wp {
    margin-left: -25%;
  }

  .stats_list_cards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-4 {
    margin-top: 2rem;
  }

  .f-navigation {
    height: 4.88rem;
  }

  .f-navigation-container {
    max-width: none;
  }

  .cars_indiv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--org {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .hero-top-wrapper {
    flex: 1;
    align-items: flex-end;
  }

  .hero-description-wrapper {
    align-self: flex-end;
  }

  .hero-background-wrapper {
    margin-top: 5rem;
  }

  .f-container-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-pricing-column-basic.is--organisations {
    grid-auto-flow: row;
    align-self: center;
    min-width: 100rem;
    min-height: 38rem;
  }

  ._2_btns-wp {
    padding-left: 0%;
  }

  .f-navigation-container {
    justify-content: space-between;
    max-width: none;
  }

  .hero-description-wrapper-right {
    align-self: flex-end;
    margin-right: 5rem;
  }

  .organi-wp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 8vw;
    line-height: 100%;
  }

  .paragraph-16.margin-bottom-24 {
    font-size: 1.2rem;
  }

  .paragraph-16.margin-bottom-24.is--card {
    font-size: 1rem;
    line-height: 1rem;
  }

  .nav-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--text--off-white);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

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

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 7rem;
  }

  .project-2-container {
    width: 90%;
    min-width: auto;
  }

  .secondary-button.primary-button-grey {
    position: relative;
  }

  .awards-links-container {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.navigation-container {
    align-items: center;
  }

  .container.intro-container {
    width: 100%;
    min-width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.container-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.narrow {
    width: 80%;
    min-width: auto;
  }

  .container.legal--container {
    width: 100%;
    min-width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .project-1-image-container {
    width: 100%;
    min-height: 480px;
    max-height: 80vw;
  }

  .project-1-button {
    right: 10%;
  }

  .quote-slide {
    z-index: 0;
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 7vw;
  }

  .nav-links-conatiner {
    z-index: 1;
    background-color: var(--background-black);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-logo {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    padding-top: .63rem;
    padding-bottom: .63rem;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: .63rem;
    padding-bottom: .63rem;
  }

  .nav-link.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link.nav_link--contact {
    font-size: .8rem;
    line-height: .8rem;
  }

  .nav-link.nav_link--calendly {
    font-size: .8rem;
    line-height: 1.5;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--grey-line);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.section-hero {
    min-height: 50rem;
    padding-top: 5.5rem;
  }

  .section.is--disclaimer {
    padding-top: 3rem;
  }

  .label-heading {
    font-size: calc(.5vw + .75rem);
  }

  .navha-hamburger-button {
    background-color: #f3f3f3;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: #d3d3d3;
  }

  .nav-wrapper {
    border-bottom-style: none;
    justify-content: space-between;
  }

  .hero-description {
    text-align: left;
    margin-top: 0;
    font-size: 3.7vw;
  }

  .hero-top-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-description-wrapper {
    flex-flow: column;
    flex: 1;
    align-self: flex-end;
    padding-top: 3rem;
    display: flex;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-links-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    color: var(--_ts_colors---text--melon);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 47%, #02020200 75%, var(--background-black));
  }

  .awards-links-wrapper {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-slider {
    z-index: 0;
  }

  .quote-arrow, .quote-arrow.gallery-arrow-left {
    margin-bottom: -3rem;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .quote-card {
    padding: 2rem;
  }

  .hero-heading-wrapper {
    align-self: flex-start;
    width: auto;
  }

  .label {
    width: 100%;
    margin-bottom: 1rem;
  }

  .label.is--cards {
    width: 80%;
  }

  .footer-link {
    font-size: .75rem;
    line-height: 1rem;
  }

  .navbar_container.is--blck {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .call_txt {
    align-self: center;
    font-size: .88rem;
    line-height: 1rem;
  }

  .footer_credit-text {
    font-size: .75rem;
  }

  .footer_link-wp {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .foo-wp {
    font-size: .8rem;
  }

  .page-wp {
    overflow: clip;
  }

  .empower_link-block {
    padding-left: 0;
  }

  .stats_item.background_coaching {
    flex-flow: row;
  }

  .label-wp {
    margin-left: -5%;
  }

  .main_btn-wp {
    align-self: flex-start;
  }

  .h3-cards {
    font-size: 1.2rem;
  }

  .stats_list_cards {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .flip-wrapper {
    flex-flow: row;
    min-width: 40rem;
  }

  .flip-1 {
    width: 40rem;
    min-width: auto;
  }

  .flip-1._1.is--myc, .flip-1.is--myc.back {
    min-width: 40rem;
  }

  .label_cards_heading {
    font-size: calc(.5vw + .75rem);
  }

  .section_cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-banner-language-wrapper-absolute {
    margin-left: 8px;
    position: static;
  }

  .upper_nav_flx {
    line-height: 1rem;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .follow-wp {
    flex-flow: column;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-pricing-column-basic.is--organisations {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2_btns-wp {
    padding-top: 1rem;
  }

  .div-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .foo-right-wp {
    margin-bottom: .63rem;
    padding-left: .19rem;
    padding-right: .19rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .text-block {
    font-size: .88rem;
  }

  .legal_text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .paragraph-17 {
    line-height: 1.2rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-link-wrapper {
    margin-left: 3%;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--_ts_colors---text--melon);
    color: var(--_ts_colors---text--melon);
    border-radius: 8px;
    padding: .63rem;
    line-height: 1rem;
  }

  .f-navigation-menu-button.w--open {
    border-color: var(--_ts_colors---bg--main_bg);
    background-color: var(--_ts_colors---text--melon);
    color: var(--_ts_colors---bg--main_bg);
  }

  .f-navigation-menu {
    background-color: var(--_ts_colors---bg--main_bg);
    color: var(--_ts_colors---text--melon);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .75rem .75rem .75rem 4rem;
    position: absolute;
  }

  .f-navigation-menu:lang(en) {
    background-color: var(--_ts_colors---bg--main_bg);
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-right: 2rem;
    display: flex;
  }

  .rt-news-picture {
    height: auto;
  }

  .rt-news-details, .rt-news-details.rt-no-details-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section_blog {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-feature-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .hero-description-wrapper-right {
    flex-flow: column;
    flex: 1;
    align-self: flex-end;
    margin-right: 0;
    padding-top: 3rem;
    display: flex;
  }

  .brix---dropdown-toggle {
    padding-top: .63rem;
    padding-bottom: .63rem;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .brix---dropdown-links-grid {
    padding-bottom: 0;
  }

  .brix---dropdown-pd {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-list-item-left {
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    left: 1rem;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-card.is--about {
    left: 1rem;
  }

  .brix---card-logo-strip-v9 {
    padding: 72px 32px;
  }

  .uui-blogpost05_content-left {
    order: -9999;
    width: 100%;
    max-width: none;
  }

  .uui-blogpost05_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-left: 0;
  }

  .story_btn {
    padding-top: 1rem;
  }

  .uui-blogpost-wp-reverse {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .h3-story {
    font-size: 1.2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout62_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout62_image-02 {
    display: none;
  }

  .uui-layout62_component {
    grid-column-gap: 3rem;
  }

  .uui-layout62_image-03 {
    display: none;
  }

  ._2_btns {
    padding-top: 1rem;
  }

  .uui-blogpost {
    width: 100%;
    max-width: none;
    position: static;
  }

  .uui-blogpost-wp-expert {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .expertise_btn {
    padding-top: 1rem;
  }

  .nav-link-menu {
    justify-content: flex-start;
    align-items: center;
    padding-top: .63rem;
    padding-bottom: .63rem;
    display: flex;
  }

  .nav-link-menu:active {
    opacity: .7;
  }

  .nav-link-menu.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: .63rem;
    padding-bottom: .63rem;
  }

  .flx-cars_services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .img_run {
    align-self: center;
    max-width: 25rem;
  }

  .uui-blogpost05_content-2 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    z-index: 2;
  }

  .heading-h4 {
    font-size: 1.5em;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .project-2-container {
    width: 100%;
    height: auto;
    min-height: 60vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .secondary-button {
    padding: 16px 22px;
  }

  .awards-links-container {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.intro-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.container-hero {
    justify-content: flex-end;
    align-items: center;
  }

  .container.narrow {
    width: 90%;
  }

  .container.legal--container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-1-image-container {
    height: 90vh;
    min-height: 400px;
  }

  .project-1-button {
    letter-spacing: 3px;
    right: 5%;
  }

  .skill-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 15vw;
  }

  .nav-links-conatiner {
    padding-top: 64px;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link.nav_link--contact {
    line-height: 1.5;
  }

  .nav-link.nav_link--contact.w--current {
    background-color: var(--_ts_colors---text--melon);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .nav-link.nav_link--calendly {
    font-size: .8rem;
  }

  .section.section-hero {
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    margin-top: -1rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .nav-wrapper {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .hero-description {
    text-align: left;
    text-shadow: 0 1px 1px #0003;
    margin-top: 15rem;
    font-size: 1.5rem;
  }

  .hero-top-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description-wrapper {
    flex-flow: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: 30rem;
    padding-top: 0;
    font-size: .8rem;
    line-height: 1rem;
  }

  .hero-background {
    display: block;
  }

  .hero-background.background-mobile {
    padding-top: 12rem;
    display: none;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .templates_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 43%, #02020200 75%, var(--background-black));
  }

  .card.services {
    padding: 2rem 1.5rem;
  }

  .awards-links-wrapper {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .quote-slider {
    z-index: 0;
  }

  .quote-mask {
    z-index: -10;
  }

  .slide-nav {
    display: none;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-heading {
    font-size: 1rem;
  }

  .hero-heading-wrapper {
    align-self: flex-end;
  }

  .label.is--why {
    width: 50%;
  }

  .label.is--about {
    margin-bottom: 2rem;
  }

  .upper_nav_left {
    flex-flow: row;
    height: auto;
    padding-left: .5rem;
    padding-right: 0;
  }

  .call_txt {
    font-size: .8rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer_link-wp {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .page-wp {
    overflow: clip;
  }

  .stats_image {
    border-radius: 8px;
  }

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .stats_item {
    border-radius: 8px;
  }

  .stats_item.background_coaching.is--foo {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .stats_image-2 {
    border-radius: 8px;
  }

  .label-wp {
    margin-left: 0%;
  }

  .foo_list {
    flex-flow: column;
    height: auto;
  }

  .foo_item {
    min-height: 15rem;
  }

  .stats_list_cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .flip-wrapper {
    min-width: 25rem;
    min-height: 25rem;
  }

  .flip-1 {
    width: 25rem;
    min-height: 25rem;
  }

  .flip-1._1.is--myc {
    min-width: auto;
    min-height: 25rem;
  }

  .flip-1._2.is--myc, .flip-1._3.is--myc {
    min-height: 25rem;
  }

  .flip-1.is--myc.back {
    min-width: 25rem;
    min-height: 25rem;
  }

  .why_card {
    font-size: .8rem;
  }

  .h3_why {
    font-size: 1rem;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-banner-language-wrapper-absolute {
    margin-left: 0;
  }

  .f-banner-icon {
    position: static;
  }

  .f-banner-caption {
    font-size: .75rem;
  }

  .upper_nav_flx {
    flex-flow: row;
  }

  .walsh-footer-grid-social {
    flex: 1;
  }

  .follow-wp {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .f-pricing-column-basic, .f-pricing-column-basic.is--organisations {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .foo-right-wp {
    padding-top: .8rem;
  }

  .text-block {
    font-size: .8rem;
  }

  .legal_text {
    font-size: 1rem;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-container-between-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-navigation-language-dropdown-toggle {
    display: none;
  }

  .f-navigation-menu {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .rt-blog-two-grid {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    max-width: 30rem;
  }

  .rt-blog-two-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-news.rt-no-radius {
    max-width: 28rem;
  }

  .section_blog {
    padding-top: 10rem;
  }

  .rt-feature-right-content {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: none;
  }

  .rt-feature-left-content {
    max-width: none;
    margin-bottom: 30px;
  }

  .rt-feature-left-content.is--wide.is-approach {
    margin-bottom: 0;
  }

  .hero-description-wrapper-right {
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 25rem;
    margin-top: 3rem;
    font-size: .8rem;
    line-height: 1rem;
  }

  .brix---card-logo-strip-v9 {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 2rem;
  }

  .whats-wp {
    max-width: 26.25rem;
  }

  .uui-blogpost05_content-left {
    align-self: center;
    padding-top: 1rem;
    padding-bottom: 0;
    position: static;
  }

  .uui-blogpost05_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .story_btn {
    grid-template-columns: .25fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-layout62_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout62_image-02 {
    width: 25%;
    min-width: auto;
    display: block;
    top: 65%;
    left: 5%;
  }

  .uui-layout62_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout62_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout62_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout62_image-03 {
    width: 25%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .my_journey-img {
    align-self: center;
    max-width: 20rem;
  }

  .uui-blogpost {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    align-self: stretch;
    place-items: center;
    display: flex;
  }

  .uui-blogpost-wp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about_me-img {
    max-width: 25rem;
  }

  .uui-blogpost-wp-expert {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-link-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-menu.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .btns_container {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .btns-container {
    justify-content: center;
    align-items: center;
  }

  .grid-8actions {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .uui-blogpost05_content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 10vw;
  }

  .project-2-container {
    align-items: center;
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-links-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .project-hero-section {
    perspective-origin: 0 0;
  }

  .container {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.intro-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.container-footer {
    flex-direction: column;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container.narrow {
    width: 100%;
    padding-left: 1.25rem;
  }

  .container.legal--container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-1-image-container {
    width: 114%;
    height: 60vh;
    min-height: 300px;
    max-height: 180vw;
    margin-left: -10vw;
  }

  .project-1-button {
    font-size: 16px;
  }

  .scrolling-logo-wrapper {
    width: 25vw;
    max-height: 8vw;
  }

  .nav-link.nav_link--contact.is20 {
    width: 15rem;
  }

  .nav-sub-container {
    z-index: 7;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.section-hero {
    min-height: auto;
  }

  .section.quotes {
    margin-bottom: 1rem;
  }

  .primary-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .primary-button.is--wider {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .hero-top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    transform: none;
  }

  .hero-background {
    opacity: .8;
    display: none;
  }

  .hero-background.background-mobile {
    padding-top: 10.2rem;
    display: block;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .hero-background-fade-overlay {
    display: none;
  }

  .awards-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .quote-name-title-wrapper {
    line-height: 1.3rem;
  }

  .quote-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote-heading {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .label.is--why {
    width: 80%;
    margin-bottom: 2rem;
    margin-left: 1.25rem;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-alt {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar_container.is--blck {
    background-color: var(--_ts_colors---bg--main_bg);
    font-size: 4rem;
  }

  .upper_nav_left {
    display: none;
  }

  .footer_bottom-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_link-wp {
    grid-row-gap: .6rem;
  }

  .text-size-small {
    text-align: center;
  }

  .stats_item.background_coaching {
    background-position: 0 0, 50% 20%;
  }

  .stats_list_cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .flip-wrapper {
    min-width: 18.75rem;
  }

  .flip-1 {
    width: 19.38rem;
    min-height: 28rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flip-1.back {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flip-1.is--myc.back {
    width: 19.38rem;
    min-width: 19.38rem;
  }

  .why_grid-wp {
    grid-column-gap: .8rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .upper_nav_flx {
    flex-flow: column;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .follow-wp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-self: flex-end;
  }

  .legal_text {
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .f-banner-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .f-navigation {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .f-navigation-link-wrapper {
    margin-right: .5rem;
  }

  .f-banner-container-between-2 {
    align-items: flex-start;
  }

  .f-navigation-content {
    justify-content: flex-end;
    margin-left: 0;
    padding-right: .5rem;
  }

  .rt-blog-two-list {
    max-width: 13.75rem;
  }

  .rt-news-details {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .rt-date-and-arrow-block {
    padding-top: 10px;
    padding-right: 0;
  }

  .rt-feature-left-content.is--wide {
    align-self: stretch;
    max-width: none;
    margin-bottom: 0;
  }

  .hero-description-wrapper-right {
    order: -9999;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 10rem;
    padding-top: 0;
    transform: none;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---card-logo-strip-v9 {
    padding: 54px 24px;
  }

  .whats-wp {
    max-width: 13.75rem;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .story_btn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .uui-blogpost-wp-reverse {
    grid-column-gap: 4rem;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .uui-layout62_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout62_image-02, .uui-layout62_image-03 {
    top: 20%;
  }

  .my_journey-img {
    min-width: 18rem;
    max-width: 18rem;
  }

  .about_me-img {
    max-width: 18rem;
  }

  .uui-blogpost-wp-expert {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .grid-8actions {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr .7fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img_run {
    max-width: 18rem;
  }
}

#w-node-f90a6db5-022a-2a38-ad4f-db4caf692769-aa895afe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40f3a2b5-10dd-4b6e-ef87-0747f208b810-aa895afe {
  justify-self: stretch;
}

#w-node-_97b88e20-33ed-b96f-b3d5-da2af7b4d109-aa895afe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ad4149a7-477e-93e1-de31-12a661c355d6-aa895afe, #w-node-ec8059fb-8491-bbbc-14fe-e2f477b85186-aa895afe, #w-node-d7759418-78ae-6e2d-7fa8-b38aff86fb19-aa895afe, #w-node-d7759418-78ae-6e2d-7fa8-b38aff86fb28-aa895afe, #w-node-d33df718-d871-9916-b54c-3c119d6dc4a1-aa895afe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b9a2da46-cab0-7f3f-e3bd-0451c4f4070c-98861447, #w-node-d2173419-9879-0dbe-4de8-53200816c882-98861447 {
  justify-self: center;
}

#w-node-ec4f5711-5160-01fd-6b8d-74dbcab5fdb4-cb6bb569 {
  place-self: start;
}

#w-node-_1faa2f05-e762-fd2f-4dbe-fa9d7abb6bec-cb6bb569 {
  place-self: center start;
}

#w-node-_0c2454f6-acaf-519d-9557-d4f24aaf4820-cb6bb569 {
  order: -9999;
  place-self: stretch start;
}

#w-node-_8e9cdae2-4df2-37f3-cabd-749c575a800a-e424c5f5 {
  place-self: stretch stretch;
}

#w-node-adbed0e0-ab53-e99c-c9b3-70300fa0067b-c510ed5a {
  justify-self: center;
}

#w-node-_7cc57843-0f8b-360e-b51e-bee63c040596-c510ed5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0810e16e-c81e-0435-5128-4d672207a50c-c510ed5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9c2268fb-f6dd-a2b7-5379-384ef117763e-c510ed5a, #w-node-_4128e55b-4c07-c1ed-ea74-e41444b1a8af-c510ed5a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_8c9f5228-6186-25bc-ebaa-45a4a5fbe255-c510ed5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89ada3a4-5dc3-0bcd-93dc-0601a7f7379b-c510ed5a {
  justify-self: center;
}

#w-node-_89ada3a4-5dc3-0bcd-93dc-0601a7f7379f-c510ed5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89ada3a4-5dc3-0bcd-93dc-0601a7f737a3-c510ed5a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a0e503c2-0fec-a91c-b234-679594104b36-c510ed5a {
  justify-self: center;
}

#w-node-a0e503c2-0fec-a91c-b234-679594104b73-c510ed5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0e503c2-0fec-a91c-b234-679594104b74-c510ed5a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_83d92fc9-87b1-30f6-09af-3c73a5e21d15-c510ed5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c784815-3a1e-6d9c-a53d-a764c2055f3a-c510ed5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73866023-6ef1-f5eb-2ada-03c30a3fedb2-e602dd89 {
  justify-self: center;
}

#w-node-_0f0e1382-cade-2580-e045-528757b53952-e602dd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b08cfb1d-1d94-5c9b-047a-465e4c264ee4-e602dd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd406289-6f5e-fdc2-7bc0-f667dd357834-e602dd89, #w-node-e88b2bf3-4a4a-534b-6ef0-264cab810c20-e602dd89, #w-node-f40fb60b-583a-99eb-b2b2-00d73ebd949d-e602dd89, #w-node-_366834c6-c1cc-b849-b216-726ae6621883-e602dd89, #w-node-f8fd7ec2-c0ce-72dd-acd0-15b401b4d00b-e602dd89, #w-node-_38f165b7-3483-c516-23bc-77b323568e5b-e602dd89, #w-node-_66dceadf-a590-cfc8-2a54-de3de8651449-e602dd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aaaaf05d-0147-b350-732b-5e1c48d25a8f-e602dd89, #w-node-d87db2a2-0e39-fade-c160-23fb8ada9ac5-e602dd89 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d880be7a-bbac-f024-15e3-81a1429eedcb-d485d1c2 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-d880be7a-bbac-f024-15e3-81a1429eeddd-d485d1c2 {
  grid-area: 1 / 4 / 3 / 8;
}

@media screen and (min-width: 1280px) {
  #w-node-_40f3a2b5-10dd-4b6e-ef87-0747f208b810-aa895afe {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-adbed0e0-ab53-e99c-c9b3-70300fa006b6-c510ed5a, #w-node-_89ada3a4-5dc3-0bcd-93dc-0601a7f73757-c510ed5a, #w-node-a0e503c2-0fec-a91c-b234-679594104b45-c510ed5a, #w-node-_5c2e9c3c-d49f-6be3-6f0e-f77b3ecdeaf5-e602dd89, #w-node-a3ba7a0c-1a07-3a9f-51d7-875091a4c247-e602dd89, #w-node-_51fd9bc6-a702-38e8-a7fd-e495bd0626c0-e602dd89, #w-node-_09aca792-99f1-ac9d-9c5d-0045a8a0eee6-e602dd89 {
    order: -9999;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eedcb-d485d1c2 {
    grid-row-end: 2;
    grid-column-end: 8;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eeddd-d485d1c2 {
    grid-row-start: 2;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cc57843-0f8b-360e-b51e-bee63c040596-c510ed5a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_0810e16e-c81e-0435-5128-4d672207a50c-c510ed5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_83d92fc9-87b1-30f6-09af-3c73a5e21cff-c510ed5a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83d92fc9-87b1-30f6-09af-3c73a5e21d15-c510ed5a {
    grid-row: 2 / 3;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eedcb-d485d1c2 {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: center;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eeddd-d485d1c2 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad4149a7-477e-93e1-de31-12a661c355d6-aa895afe {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87d16cec-0f8a-b3b6-c9a0-b75563804a7c-aa895afe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_71c6fb23-5904-fb12-a92f-9e576d047a67-aa895afe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3da17b69-f71e-f09c-ae8b-bd8277ef18f4-aa895afe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ec8059fb-8491-bbbc-14fe-e2f477b85186-aa895afe {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_11e5b552-4fb8-3476-f987-e75278d752b4-aa895afe, #w-node-d7759418-78ae-6e2d-7fa8-b38aff86fb20-aa895afe, #w-node-d7759418-78ae-6e2d-7fa8-b38aff86fb24-aa895afe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d7759418-78ae-6e2d-7fa8-b38aff86fb28-aa895afe {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_92526cae-eecb-c9bb-f3e3-fa27354283f5-aa895afe, #w-node-d33df718-d871-9916-b54c-3c119d6dc4a8-aa895afe, #w-node-d33df718-d871-9916-b54c-3c119d6dc4ac-aa895afe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_89ada3a4-5dc3-0bcd-93dc-0601a7f73757-c510ed5a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eedcb-d485d1c2 {
    justify-self: center;
  }

  #w-node-d880be7a-bbac-f024-15e3-81a1429eeddd-d485d1c2 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }
}


