:root {
  --black: black;
  --grey: #a0a0a0;
  --white: #eee;
  --red: #f51414;
  --border-grey: #a0a0a026;
  --lighter-glow-red: #f5141480;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

li {
  font-size: 18px;
  line-height: 125%;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
}

.body {
  background-color: var(--black);
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.brand {
  z-index: 100;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-name {
  color: var(--white);
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
}

.button {
  border: 1px solid var(--red);
  background-color: var(--black);
  box-shadow: inset 0 10px 25px 2px var(--red);
  color: var(--white);
  border-radius: 10px;
  align-self: center;
  padding: 12px 22px;
  font-weight: 600;
  transition: all .25s;
}

.button:hover {
  box-shadow: inset 0 10px 40px 2px var(--red);
}

.nav-buttons {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button {
  border: 1px solid var(--grey);
  background-color: var(--black);
  box-shadow: inset 0 10px 25px 2px var(--grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 30px;
  padding: 0;
  transition: all .25s;
}

.menu-button:hover {
  box-shadow: inset 0 10px 40px 2px var(--grey);
  background-color: #0000;
}

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

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero-container {
  max-width: 1086px;
}

.container.high-z-index {
  z-index: 100;
  position: relative;
}

.hero-section {
  text-align: center;
  padding-top: 180px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-experts {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.heading-1 {
  background-image: linear-gradient(180deg, var(--white) 60%, #f1a0a0);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 82px;
  font-weight: 800;
  line-height: 90px;
}

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

.hero-experts-text {
  margin-right: 10px;
}

.hero-experts-plus {
  width: 19px;
  height: 18px;
  margin-left: 7px;
  margin-right: 7px;
}

.hero-experts-white-glow {
  background-color: var(--white);
  filter: blur(120px);
  color: var(--white);
  border-radius: 150px;
  width: 240px;
  height: 70px;
  position: absolute;
}

.menu-line {
  background-color: var(--white);
  width: 18px;
  height: 2px;
}

.menu-line.middle {
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-icon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  border: 1px solid var(--border-grey);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  width: 300px;
  margin: 0 auto 10px;
  padding: 20px 0;
  font-size: 18px;
  line-height: 125%;
  transition: all .25s;
}

.nav-link:hover {
  background-color: var(--black);
  box-shadow: 0 0 85px 15px var(--lighter-glow-red);
  transform: scale(1.05);
}

.nav-link:lang(en), .nav-link.w--current {
  color: var(--white);
}

.nav-menu {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  padding: 120px 0 0;
  position: fixed;
  inset: 0%;
}

.section {
  margin-top: 0;
  padding-top: 180px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.section:focus {
  border: 1px #000;
}

.section.first {
  padding-top: 120px;
}

.section.first.center {
  text-align: center;
}

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

.heading-2 {
  color: var(--white);
  margin-top: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
}

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

.heading-2.medium-margin {
  margin-bottom: 30px;
}

.heading-2.large-margin {
  margin-bottom: 60px;
}

.heading-2.no-margin {
  margin-bottom: 0;
}

.large-p-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.large-p-heading-3.center {
  text-align: center;
  font-weight: 500;
}

.large-p-heading-3.white-text.redesign-slide-ttitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.large-p-heading-3.white-text.small-margin {
  margin-bottom: 15px;
}

.red-text {
  color: var(--red);
}

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

.splide__track.redesign-splide-track {
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: visible;
}

.splide__slide {
  padding-bottom: 0;
}

.hero-video {
  box-shadow: 0 -10px 250px 40px var(--lighter-glow-red);
  border-radius: 10px;
  overflow: hidden;
}

.paragraph {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.paragraph.red-text {
  color: var(--red);
  text-align: right;
}

.paragraph.underline {
  text-decoration: underline;
}

.paragraph.small-icon-align {
  margin-top: -7px;
}

.paragraph.center {
  text-align: center;
}

.redesign-slide-headline {
  border-bottom: 1px solid var(--border-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: relative;
}

.redesign-slide-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--border-grey);
  justify-content: center;
  padding: 20px 30px;
  display: flex;
}

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

.link-with-icon.secondary {
  color: var(--grey);
}

.small-redesign-footer-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.before-after-slider {
  aspect-ratio: 100 / 55;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.redesign-before, .redesign-before-inner, .redesign-after {
  position: absolute;
  inset: 0%;
}

.redesign-after-inner {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.redesign-after-inner-2 {
  position: absolute;
  inset: 0%;
}

.before-after-slider-dividing-line {
  background-color: var(--red);
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.redesign-slide {
  z-index: -1;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  transition: all .15s;
}

.splide__arrows {
  justify-content: space-between;
  max-width: 1080px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__arrow {
  border: 1px solid var(--grey);
  box-shadow: inset 0 6px 15px 2px var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.splide__arrow.splide__arrow--prev {
  z-index: 100;
  border: 1px solid var(--grey);
  background-color: var(--black);
  transition: all .25s;
  position: relative;
  left: 0;
  transform: translate(0);
}

.splide__arrow.splide__arrow--next {
  z-index: 100;
  border: 1px solid var(--grey);
  background-color: var(--black);
  transition: all .25s;
  position: relative;
  right: 0;
  transform: translate(0);
}

.redesign-image {
  aspect-ratio: 1920 / 1067;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 1px;
}

.what-how-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.what-how-column {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 30px;
}

.what-how-column.headline {
  padding-top: 120px;
  padding-bottom: 120px;
}

.icon-text {
  grid-column-gap: 7px;
  background-color: #0000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.icon-text.large-margins {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.icon-text.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
}

.icon-text.small-margins {
  padding-top: 0;
  padding-bottom: 7px;
}

.icon-text.extra-large-margins {
  margin-bottom: 30px;
}

.figma-logo-small {
  width: 70px;
  height: 20px;
}

.webflow-logo-small {
  width: 90px;
  height: 20px;
}

.small-icon {
  width: 24px;
  height: 24px;
}

.small-icon.align-top {
  align-self: flex-start;
}

.figmma-logo-big {
  width: 80px;
  height: 23px;
}

.webflow-logo-big {
  width: 108px;
  height: 18px;
}

.what-how-tools {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.what-how-other-tools {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.what-how-other-tools-row {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.what-how-process-short {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.my-mission-heading-container {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.mission-red-glow {
  background-color: var(--red);
  filter: blur(25px);
  color: var(--white);
  border-radius: 150px;
  width: 170px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
}

.my-mission-text {
  color: var(--red);
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.my-mission-elements {
  justify-content: space-between;
  margin-top: 55px;
  display: flex;
}

.my-mission-element {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 310px;
  margin-right: 15px;
  display: flex;
}

.my-mission-element.last {
  margin-right: 0;
}

.large-icon {
  width: 90px;
  height: 90px;
}

.my-identity-intro {
  max-width: 660px;
}

.my-expirience {
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.my-expirience-text {
  flex: 1;
}

.my-expirience-video {
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
  border-radius: 10px;
  flex: 0 auto;
  width: 330px;
  height: 464px;
  margin-left: 20px;
}

.my-expirience-grid {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  margin-top: 60px;
  display: grid;
}

.my-expirience-grid-element {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.my-certificates {
  text-align: right;
}

.certificates-shadow {
  border-radius: 10px;
  box-shadow: 0 0 100px 5px #0003;
}

.certificates-shadow.white {
  box-shadow: 0 0 100px 5px #9fa4a5;
}

.certificates-shadow.purple {
  box-shadow: 0 0 100px 5px #332ec3;
}

.certificates-shadow.green {
  box-shadow: 0 0 100px 5px #538665;
}

.certificates-shadow.light-blue {
  box-shadow: 0 0 100px 5px #025a83;
}

.certificates-shadow.navy {
  box-shadow: 0 0 100px 5px #2123a9;
}

.lead-magnet-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 14fr 10fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.lead-magnet-why {
  grid-column-gap: 10px;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.lead-magnet-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
}

.lead-magnet-why-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer-column-heading {
  color: var(--white);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 600;
}

.footer-icon {
  width: 18px;
  height: 18px;
}

.footer-column.contact-form {
  flex: 1;
  min-width: 290px;
  max-width: 450px;
}

.footer-social-media-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 60px;
  display: flex;
}

.social-media-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  transition: all .15s;
}

.social-media-icon:hover {
  transform: scale(1.15);
}

.footer-columns-container {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-form {
  margin-bottom: 0;
}

.form-consent-submit {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.checkbox-field.turned-off {
  filter: brightness(70%);
  pointer-events: none;
}

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

.checkbox {
  border-color: var(--red);
  border-radius: 3px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: #0000;
  background-size: 14px 14px;
  border-radius: 3px;
}

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

.short-input {
  border: 1px solid var(--border-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  min-width: 175px;
  margin-bottom: 0;
  padding: 25px 15px;
  transition: all .25s;
}

.short-input:focus {
  border-color: var(--border-grey);
  box-shadow: 0 0 10px 2px var(--red);
}

.short-input.large {
  padding: 30px 20px;
  font-size: 18px;
}

.contact-form-message {
  border: 1px solid var(--border-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-height: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  transition: all .25s;
}

.contact-form-message:focus {
  border-color: var(--border-grey);
  box-shadow: 0 0 10px 2px var(--red);
}

.contact-form-message.large {
  padding: 20px;
  font-size: 18px;
}

.footer-nav {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.footer-logo-copyright {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.lead-magnet-forms-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.lead-magnet-choice-button {
  border: 2px solid var(--red);
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 30px;
  transition: all .25s;
  display: flex;
}

.lead-magnet-choice-button:hover {
  background-color: var(--black);
  box-shadow: 0 -3px 45px 7px var(--lighter-glow-red);
  transform: scale(1.05);
}

.radio-button {
  border-width: 2px;
  border-color: var(--red);
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 15px;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--red);
  background-color: var(--red);
  width: 20px;
  height: 20px;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.audit-form {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px;
  transition: all .25s;
  display: none;
  transform: translate(100%);
}

.lead-magnet-choice-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  transition: all .25s;
  display: flex;
}

.form-consent-text {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.full-input {
  border: 1px solid var(--border-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-width: 230px;
  margin-bottom: 0;
  padding: 25px 15px;
  transition: all .25s;
}

.full-input:focus {
  border-color: var(--border-grey);
  box-shadow: 0 0 10px 2px var(--red);
}

.full-input.margins {
  margin-top: 15px;
  margin-bottom: 15px;
}

.quotation-booking {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  transition: all .25s;
  display: none;
  transform: translate(100%);
}

.nav-background {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message {
  color: var(--red);
  text-align: center;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
}

.footer {
  margin-top: 0;
  padding-top: 180px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.footer:focus {
  border: 1px #000;
}

.my-redesigns-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.my-redesign-card {
  grid-row-gap: 30px;
  border: 1px solid var(--border-grey);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.my-redesign-card:hover {
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
  color: var(--black);
  transform: scale(1.05);
}

.my-redesign-card-images {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.my-design-card-images-divider {
  z-index: 100;
  background-color: var(--red);
  width: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.my-redesign-card-images-wrapper {
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.my-redesign-card-image {
  object-fit: cover;
  object-position: 50% 0%;
  max-width: 50%;
  transition: all 5s;
}

.my-redesign-card-cta {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-buttons {
  grid-column-gap: 30px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.cta-buttons.extra-space {
  grid-column-gap: 60px;
}

.secondary-button {
  border: 1px solid var(--red);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 600;
  transition: all .25s;
}

.secondary-button:hover {
  filter: brightness(70%);
}

.redesign-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.redesign-intro-card {
  grid-row-gap: 30px;
  border: 1px solid var(--border-grey);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.top-left-glow {
  z-index: -1;
  background-image: radial-gradient(circle at 0 0, #f5141433, #0000 50%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-right-glow {
  z-index: -1;
  background-image: radial-gradient(circle at 100% 100%, #f5141433, #0000 50%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.body-wrapper {
  position: relative;
}

.my-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.my-services-card {
  grid-row-gap: 15px;
  border: 1px solid var(--border-grey);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.my-services-card.cta {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
}

.my-services-card.cta.sticky {
  position: sticky;
  top: 84px;
}

.my-services-card.cta.sticky.margin-top {
  margin-top: 60px;
}

.my-services-card-text {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.free-icon {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 90px;
  display: flex;
}

.small-container {
  grid-row-gap: 60px;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.medium-icon {
  align-self: flex-start;
  width: 32px;
  height: 32px;
}

.medium-icon.red-glow.center, .medium-icon.center {
  align-self: center;
}

.service-why-me-row {
  grid-column-gap: 120px;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.service-why-me-card {
  grid-column-gap: 15px;
  background-color: var(--black);
  box-shadow: 0 -5px 80px 10px var(--lighter-glow-red);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.service-why-me-card.left {
  text-align: right;
  border-radius: 0 10px 10px 0;
  flex-direction: row-reverse;
}

.service-why-me {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 120px;
  display: flex;
}

.service-why-me-text {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

._3-card-flexbox {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

._3-card-flexbox-card {
  grid-row-gap: 15px;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 30px;
  display: flex;
}

.red-glow-cta-button-wrap {
  text-align: center;
  position: relative;
}

.red-glow-cta {
  z-index: -1;
  background-color: var(--red);
  filter: blur(60px);
  width: 250px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -50% 0% 0%;
}

.about-me-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-me-intro-text {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 0 60%;
  max-width: 660px;
  display: flex;
}

.about-me-intro-image-wrapper {
  box-shadow: 0 -8px 180px 30px var(--lighter-glow-red);
  border-radius: 10px;
  flex: 0 40%;
}

.my-expirience-about-page {
  grid-column-gap: 60px;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.my-expirience-expert-text {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.my-expirience-expert-logos {
  grid-column-gap: 15px;
  display: flex;
}

.my-expirience-figma-logo {
  width: 95px;
  height: 27px;
}

.my-expirience-plus-icon {
  width: 24px;
  height: 24px;
}

.my-expirience-webflow-logo {
  width: 120px;
  height: 20px;
}

.my-exprience-white-glow {
  background-color: var(--white);
  filter: blur(120px);
  width: 320px;
  height: 60px;
  position: absolute;
}

.who-am-i {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.who-am-i-image-wrapper {
  box-shadow: 0 -10px 250px 40px var(--lighter-glow-red);
  border-radius: 10px;
  flex: 0 40%;
}

.who-am-i-text {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 0 60%;
  max-width: 660px;
  display: flex;
}

.about-me-mission {
  position: relative;
}

.about-me-mission-text {
  color: var(--red);
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.about-me-mission-red-glow {
  background-color: var(--red);
  filter: blur(100px);
  width: 685px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-cta-buttons {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-small-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.other-contact-link {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: underline;
}

.large-social-media-icon {
  cursor: pointer;
  width: 48px;
  height: 48px;
  transition: all .15s;
}

.large-social-media-icon:hover {
  transform: scale(1.15);
}

.contact-other-social-media-icons {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.lead-magnet-form-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -60px;
  padding: 60px;
  display: flex;
  position: relative;
}

.lead-magnet-form-section:focus {
  border: 1px #000;
}

.faq-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-header {
  grid-column-gap: 15px;
  border: 1px solid var(--border-grey);
  white-space: pre-wrap;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.faq-dropdown-header.w--open {
  background-color: var(--black);
  white-space: pre-wrap;
  border-radius: 10px 10px 0 0;
}

.faq-dropdown-icon {
  border: 2px solid var(--red);
  border-radius: 4px;
  flex: none;
  align-items: center;
  width: 32px;
  height: 32px;
  position: relative;
}

.faq-dropdown-icon-y-line {
  background-color: var(--red);
  border-radius: 10px;
  width: 2px;
  height: 14px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq-dropdown-icon-x-line {
  background-color: var(--red);
  border-radius: 10px;
  width: 14px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq-dropdown-body {
  border-right: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  border-left: 1px solid var(--border-grey);
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-body.w--open {
  z-index: -1;
  border: 1px solid var(--border-grey);
  background-color: var(--black);
  box-shadow: 0 -50px 240px 50px var(--lighter-glow-red);
  border-radius: 0 0 10px 10px;
}

.faq-answer {
  text-align: left;
  margin-bottom: 0;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.large-p-heading-3-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.glow-wrapper {
  position: relative;
}

.my-identity-glow {
  z-index: -100;
  background-image: radial-gradient(circle at 80% 60%, #f5141440, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-me-expirience-glow {
  z-index: -1;
  background-image: radial-gradient(circle farthest-side at 80% 40%, #f5141440, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-glow {
  z-index: -1;
  background-image: radial-gradient(circle at 20% 60%, #f5141440, #0000 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-intro {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-intro-text {
  flex: 0 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-intro-image-container {
  flex: 0 40%;
}

.blog-intro-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.blog-filter {
  z-index: -1;
  border: 1px solid var(--border-grey);
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .15s;
  position: absolute;
  inset: 0%;
}

.blog-filter:hover {
  border-color: var(--red);
  box-shadow: inset 0 -10px 30px 2px var(--lighter-glow-red);
}

.blog-filter:active {
  border-style: none;
}

.blog-filter.w--redirected-checked {
  z-index: -1;
  border-style: solid;
  border-color: var(--red);
  background-color: var(--black);
  box-shadow: inset 0 -10px 30px 2px var(--lighter-glow-red);
  background-image: none;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.blog-filter.w--redirected-focus {
  border-style: solid;
  border-color: var(--border-grey);
  box-shadow: none;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.blog-filter-field {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .15s;
  position: relative;
}

.blog-filter-label {
  margin-bottom: 0;
  padding: 15px 24px;
  font-weight: 600;
  position: relative;
}

.blog-filter-label.secondary {
  color: var(--grey);
}

.blog-post {
  z-index: 100;
  grid-column-gap: 60px;
  display: flex;
  position: relative;
}

.blog-post-article {
  width: 100%;
  max-width: 660px;
}

.blog-post-aside {
  width: 100%;
  max-width: 290px;
}

.blog-post-toc {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 60px;
}

.blog-post-toc-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.blog-post-intro-category-date {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-post-intro-main-image {
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-post-body {
  margin-top: 60px;
}

.blog-post-body h2 {
  color: var(--white);
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
}

.blog-post-body p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 125%;
}

.blog-post-body a {
  color: var(--grey);
}

.blog-post-body h3 {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 125%;
}

.blog-post-aside-categories {
  margin-top: 60px;
}

.blog-post-aside-filters {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.blog-post-aside-search {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 60px;
  display: none;
}

.blog-post-aside-newsletter {
  z-index: 100;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.blog-post-aside-newsletter-form {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-post-aside-newsletter-form-inner {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.blog-post-card {
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-cards-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.blog-post-cards-list-wrapper {
  margin-top: 60px;
}

.blog-post-card-text {
  grid-row-gap: 15px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--border-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.blog-post-card-thumbnail {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.blog-post-card-date {
  align-self: flex-end;
}

.blog-post-card-category {
  align-self: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog-post-card-inner-link {
  color: var(--grey);
  border-radius: 10px;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.blog-post-card-inner-link:hover {
  box-shadow: 0 -5px 60px 10px var(--lighter-glow-red);
  transform: scale(1.05);
}

.blog-post-toc-h2-container {
  margin-top: 30px;
}

.blog-post-toc-h3-container {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 30px;
  display: flex;
}

.blog-search-wrapper {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  width: 100%;
  padding: 0;
  display: flex;
}

.blog-search-wrapper.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-search-icon {
  background-color: var(--border-grey);
  border-radius: 0 9px 9px 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.blog-post-search-field {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 30px;
  transition: all .25s;
}

.blog-post-search-field:focus {
  box-shadow: 0 0 10px 2px var(--red);
  outline-offset: 0px;
  outline: 0 #eee;
}

.redesign-grid {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.redesign-grid-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-hero-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 45%;
  display: flex;
}

.redesign-grid-hero-image {
  flex: 0 55%;
  width: 100%;
}

.redesign-grid-heading {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 60px 30px;
  display: flex;
}

.redesign-grid-paragraph {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex: 1;
  place-content: space-between center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.redesign-grid-image-caption {
  background-color: var(--black);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}

.redesign-grid-image-caption.after {
  color: var(--red);
}

.redesign-grid-pros-cons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-pros-cons-column {
  grid-row-gap: 30px;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 50%;
  padding: 30px;
  display: flex;
}

.redesign-grid-colors-fonts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.redsign-grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redsign-grid-fonts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1 1 0;
  display: flex;
}

.redesign-grid-font {
  grid-row-gap: 15px;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.redesign-grid-fonts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-color {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.redesign-grid-color-fill {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 170px;
}

.redesign-grid-color-fill.beige {
  background-color: #ccb599;
}

.redesign-grid-color-fill.navy {
  background-color: #454459;
}

.redesign-grid-color-fill.grey {
  background-color: #747274;
}

.redesign-grid-color-fill.off-white {
  background-color: #e7e7e7;
}

.redesign-grid-color-fill.red {
  background-color: #cc473a;
}

.redesign-grid-color-fill.white {
  background-color: #fff;
}

.redesign-grid-color-fill.black {
  background-color: #000;
}

.redesign-grid-color-fill.dark-grey {
  background-color: #4d4d4d;
}

.redesign-grid-color-fill.sf-off-white {
  background-color: #e6e6e6;
}

.redesign-grid-color-fill.sf-grey {
  background-color: #2c3133;
}

.redesign-grid-color-fill.sf-black {
  background-color: #16181a;
}

.redesign-grid-color-fill.sf-orange {
  background-color: #f57621;
}

.redesign-grid-color-text {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.redesign-grid-long-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-long-texts-before {
  flex: 0 50%;
}

.redesign-grid-long-texts-after {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.redesign-grid-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.redesign-grid-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.redesign-grid-social-proof {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-social-proof-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.redesign-grid-social-proof-card {
  flex: 1;
}

.redesign-grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-footer-after {
  flex: 0 50%;
}

.redesign-grid-footer-before {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.redesign-grid-summary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1 1 0;
  align-items: stretch;
  display: flex;
}

.redesign-grid-cta {
  grid-row-gap: 30px;
  background-color: var(--black);
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
  border-radius: 10px;
  flex-direction: column;
  padding: 60px 15px;
  display: flex;
}

.redesign-grid-richer-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-improved-intro-before, .redesign-grid-improved-intro-after {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.redesign-grid-fonts-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.redesign-grid-fonts-heading.white-text {
  flex: 1;
}

.redesign-grid-hero-videos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-link {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  filter: brightness(70%);
}

.footer-contact-link {
  grid-column-gap: 7px;
  background-color: #0000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-contact-link:hover {
  filter: brightness(70%);
}

.footer-contact-link.large-margins {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}

.redesign-grid-summary-heading {
  color: var(--red);
  margin-top: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
}

.redesign-grid-improved-intro, .redesign-grid-new-sections {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.redesign-grid-new-sections-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 50%;
  display: flex;
}

.redesign-grid-new-sections-card {
  flex: 1;
}

.redesign-grid-white-glow {
  z-index: -1;
  background-color: var(--white);
  filter: blur(110px);
  border-radius: 50%;
  width: 13%;
  height: 2%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.small-white-glow {
  z-index: -1;
  background-color: var(--white);
  filter: blur(110px);
  border-radius: 50%;
  width: 12%;
  height: 12%;
  position: absolute;
  inset: 0% auto auto 0%;
}

._3-card-flexbox-white-glow {
  z-index: -1;
  background-color: var(--white);
  filter: blur(70px);
  border-radius: 50%;
  width: 7%;
  height: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.redesign-grid-first-glow {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 100% 25%, #f5141440, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.redesign-grid-second-glow {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 0 75%, #f5141440, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.cookie-banner {
  z-index: 1000;
  background-color: var(--black);
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 660px;
  margin: 60px;
  padding: 60px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.cookie-banner-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cookie-banner-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.cookie-manager {
  z-index: 1000;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-manager-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  box-shadow: 0 -5px 125px 20px var(--lighter-glow-red);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 660px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 60px;
  display: flex;
}

.checkbox-label {
  font-weight: 500;
}

.cookie-manager-checkboxes {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.cookie-manager-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.who-am-i-image, .about-me-intro-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.redesign-grid-colors-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
}

.redesign-slide-heading-before-after {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cookie-banner-text {
  color: var(--grey);
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.nav-background-control {
  height: 30px;
  position: absolute;
}

.nav-wrapper {
  z-index: 100;
  width: 100%;
  padding: 10px 60px;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-menu-inner {
  height: calc(100vh + 120px);
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: auto;
}

.blog-post-intro-video {
  box-shadow: 0 -10px 250px 40px var(--lighter-glow-red);
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-post-aside-filter {
  border: 1px solid var(--border-grey);
  color: var(--grey);
  border-radius: 30px;
  padding: 15px 24px;
  text-decoration: none;
  transition: all .15s;
}

.blog-post-aside-filter:hover {
  border-color: var(--red);
  box-shadow: inset 0 -10px 30px 2px var(--lighter-glow-red);
}

.footer-privacy-policy {
  color: var(--grey);
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  transition: all .25s;
}

.footer-privacy-policy:hover {
  filter: brightness(70%);
}

.cookie-policy-preferences-button {
  border: 1px solid var(--red);
  background-color: var(--black);
  box-shadow: inset 0 10px 25px 2px var(--red);
  color: var(--white);
  border-radius: 10px;
  align-self: center;
  margin-top: 60px;
  padding: 12px 22px;
  font-weight: 600;
  transition: all .25s;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.cookie-policy-preferences-button:hover {
  box-shadow: inset 0 10px 40px 2px var(--red);
}

.privacy-policy {
  margin-top: -60px;
}

.privacy-policy h2 {
  color: var(--white);
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
}

.privacy-policy p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 125%;
}

.privacy-policy a {
  color: var(--grey);
}

.privacy-policy h3 {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 125%;
}

.blog-post-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.blog-post-card-categories-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.lead-magnet-subheading {
  color: var(--grey);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.audit-form-notes {
  border: 1px solid var(--border-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  transition: all .25s;
}

.audit-form-notes:focus {
  border-color: var(--border-grey);
  box-shadow: 0 0 10px 2px var(--red);
}

.lead-magnet-choice-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-text {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 150px;
  }

  .heading-1 {
    font-size: 62px;
    line-height: 70px;
  }

  .paragraph.underline {
    text-decoration: underline;
  }

  .redesign-slide-headline {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-with-icon {
    text-decoration: underline;
  }

  .redesign-before {
    transform: translate(-50%);
  }

  .redesign-before-inner {
    background-image: none;
    transform: translate(50%);
  }

  .redesign-after {
    transform: translate(50%);
  }

  .redesign-after-inner-2 {
    background-image: none;
    transform: translate(-50%);
  }

  .what-how-column.headline {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lead-magnet-form-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 14fr;
  }

  .lead-magnet-why {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .lead-magnet-why-text {
    max-width: 660px;
  }

  .short-input, .contact-form-message, .full-input {
    background-color: #0000;
  }

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

  .service-why-me-row {
    grid-column-gap: 0px;
    grid-row-gap: 120px;
    flex-direction: column;
  }

  .service-why-me-card.left {
    margin-left: -120px;
  }

  .service-why-me-card.right {
    margin-left: 120px;
  }

  ._3-card-flexbox-card {
    padding: 15px;
  }

  .about-me-intro-image-wrapper, .who-am-i-image-wrapper {
    flex: 1;
  }

  .my-identity-glow {
    background-image: radial-gradient(circle at 135% 60%, #f5141440, #0000 50%);
  }

  .about-me-expirience-glow {
    background-image: radial-gradient(circle farthest-side at 135% 40%, #f5141440, #0000 50%);
  }

  .blog-post {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .blog-post-aside {
    max-width: none;
  }

  .blog-search-wrapper {
    align-self: flex-start;
  }

  .blog-search-icon {
    flex: 0 auto;
  }

  .redesign-grid-hero {
    flex-direction: column;
  }

  .redesign-grid-hero-text {
    flex: 0 auto;
  }

  .redesign-grid-hero-image {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .redesign-grid-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .redsign-grid-colors {
    flex-wrap: wrap;
  }

  .redesign-grid-social-proof {
    flex-direction: column;
  }

  .redesign-grid-footer {
    flex-direction: column-reverse;
  }

  .redesign-grid-summary, .redesign-grid-new-sections {
    flex-direction: column;
  }

  .redesign-grid-white-glow {
    width: 20%;
    height: 1%;
    display: none;
    inset: 1% 0% 0% 12%;
  }

  .small-white-glow {
    display: none;
  }

  ._3-card-flexbox-white-glow {
    display: none;
    bottom: 0%;
    right: 0%;
  }

  .redesign-grid-first-glow {
    background-image: radial-gradient(circle closest-corner at 125% 25%, #f5141440, #0000 50%);
  }

  .redesign-grid-second-glow {
    background-image: radial-gradient(circle closest-corner at -25% 75%, #f5141440, #0000 50%);
  }

  .cookie-manager-buttons {
    flex-flow: wrap;
  }

  .redesign-slide-heading-before-after {
    padding-left: 30px;
    padding-right: 30px;
  }

  .audit-form-notes {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .logo-name {
    font-size: 14px;
  }

  .nav-buttons {
    flex: none;
  }

  .hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.first {
    padding-top: 90px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .large-p-heading-3 {
    font-size: 20px;
  }

  .redesign-slide-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .link-with-icon {
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .what-how-column.headline {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .my-mission-elements {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .my-mission-element {
    margin-right: 0;
  }

  .my-expirience {
    flex-direction: column-reverse;
  }

  .my-expirience-video {
    margin: -60px auto 60px;
  }

  .short-input.large {
    width: 100%;
  }

  .lead-magnet-choice-button {
    align-self: stretch;
  }

  .lead-magnet-choice-container {
    padding: 30px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-buttons.extra-space {
    grid-column-gap: 30px;
  }

  .redesign-intro {
    flex-direction: column;
  }

  .top-left-glow, .bottom-right-glow {
    display: none;
  }

  .service-why-me-card.left {
    margin-left: -60px;
    padding-left: 90px;
  }

  .service-why-me-card.right {
    margin-left: 60px;
    padding-right: 90px;
  }

  .service-why-me-text {
    font-size: 20px;
  }

  ._3-card-flexbox {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-me-intro {
    flex-direction: column;
  }

  .about-me-intro-image-wrapper {
    flex: 0 auto;
    height: 300px;
  }

  .my-expirience-about-page {
    flex-direction: column;
  }

  .my-expirience-expert-text {
    margin-top: 61px;
  }

  .who-am-i {
    flex-direction: column;
  }

  .who-am-i-image-wrapper {
    flex: 0 auto;
    height: 300px;
  }

  .about-me-mission-text, .other-contact-link {
    font-size: 20px;
  }

  .large-social-media-icon {
    width: 42px;
    height: 42px;
  }

  .lead-magnet-form-section {
    margin-bottom: -30px;
    padding: 30px;
  }

  .large-p-heading-3-copy {
    font-size: 20px;
  }

  .my-identity-glow, .about-me-expirience-glow, .contact-glow {
    display: none;
  }

  .blog-post-toc-header {
    font-size: 20px;
  }

  .blog-post-body h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .blog-post-body h3 {
    font-size: 20px;
  }

  .redesign-grid-pros-cons {
    flex-direction: column;
  }

  .redsign-grid-colors {
    flex-flow: column;
  }

  .redsign-grid-fonts {
    flex-direction: column;
  }

  .redesign-grid-font {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .redesign-grid-long-texts, .redesign-grid-richer-texts {
    flex-direction: column;
  }

  .redesign-grid-fonts-heading {
    font-size: 20px;
  }

  .redesign-grid-summary-heading {
    font-size: 44px;
    line-height: 48px;
  }

  .redesign-grid-improved-intro {
    flex-direction: column;
  }

  .redesign-grid-white-glow {
    height: 2%;
  }

  .small-white-glow {
    width: 20%;
    height: 6%;
    top: 10%;
  }

  .redesign-grid-first-glow, .redesign-grid-second-glow {
    display: none;
  }

  .cookie-banner {
    margin: 30px;
    padding: 30px;
  }

  .cookie-banner-heading {
    font-size: 20px;
  }

  .cookie-manager-form {
    margin-left: 30px;
    margin-right: 30px;
  }

  .redesign-slide-heading-before-after {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .cookie-banner-text {
    font-size: 14px;
  }

  .nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .privacy-policy h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .privacy-policy h3, .utility-page-text {
    font-size: 20px;
  }
}

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

  .logo-name.hide-on-mobile {
    display: none;
  }

  .button {
    z-index: 100;
    align-self: stretch;
    position: relative;
  }

  .menu-button {
    margin-left: 15px;
  }

  .hero-section {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.first {
    padding-top: 60px;
  }

  .section.no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .redesign-slide-headline, .redesign-slide-footer {
    padding: 15px;
  }

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

  .checkbox {
    flex: none;
  }

  .lead-magnet-choice-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .secondary-button {
    align-self: stretch;
  }

  .service-why-me-card.left {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-left: -15px;
    padding-left: 30px;
  }

  .service-why-me-card.right {
    flex-direction: column;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-why-me-text {
    text-align: center;
  }

  ._3-card-flexbox-card {
    padding: 30px;
  }

  .lead-magnet-form-section {
    margin-bottom: -15px;
    padding: 15px;
  }

  .faq-dropdown-header {
    justify-content: space-between;
  }

  .faq-dropdown-body {
    transition-property: none;
  }

  .blog-post-aside {
    max-width: 100%;
  }

  .redesign-grid-colors-fonts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .redesign-grid-color {
    min-width: 135px;
  }

  .redesign-grid-summary-heading {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 39px;
  }

  .cookie-banner {
    margin: 15px;
    display: none;
  }

  .cookie-banner-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .cookie-manager-form {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .cookie-policy-preferences-button {
    z-index: 100;
    position: relative;
  }
}

#w-node-ead82d47-a551-08ad-56ab-115cb5d6dd03-89d3cf95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_189538cb-1fc7-3494-765d-ffa812b1741f-89d3cf95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d6f69cc-aaf4-5b49-58a7-d970deda6411-89d3cf95, #w-node-_2cc132ca-16cb-db5e-f991-bfb4ac6ea5a5-89d3cf95, #w-node-_4eec631f-8a78-cba3-a57f-8a501ea1efa5-89d3cf95, #w-node-_090ab334-8026-aef7-40db-390a7acc5709-89d3cf95, #w-node-_4e912ca9-a492-bf4e-2eff-e38239e6b41b-89d3cf95, #w-node-_3a90a8e2-8b8b-bf11-91fe-26ecf306c1eb-89d3cf95, #w-node-_90d9e51a-d781-fead-9f4b-e7ccabcbaad9-89d3cf95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef2ee8d-6da4-d2f2-8f4e-b110cbacfa54-89d3cf95 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_8ef2ee8d-6da4-d2f2-8f4e-b110cbacfa7f-89d3cf95, #w-node-_8ef2ee8d-6da4-d2f2-8f4e-b110cbacfa8b-89d3cf95, #w-node-_8ef2ee8d-6da4-d2f2-8f4e-b110cbacfa97-89d3cf95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c78ccb0-6936-99b7-977a-a4303fa6bd8e-89d3cfd6 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6c78ccb0-6936-99b7-977a-a4303fa6bdbe-89d3cfd6, #w-node-_6c78ccb0-6936-99b7-977a-a4303fa6bdca-89d3cfd6, #w-node-_6c78ccb0-6936-99b7-977a-a4303fa6bdd6-89d3cfd6, #w-node-d75b8f96-4f43-5927-03d4-fbfc53c7c448-89d3cfdc, #w-node-d75b8f96-4f43-5927-03d4-fbfc53c7c44f-89d3cfdc, #w-node-d75b8f96-4f43-5927-03d4-fbfc53c7c456-89d3cfdc, #w-node-d75b8f96-4f43-5927-03d4-fbfc53c7c45d-89d3cfdc, #w-node-_7651bb16-59d2-c3f2-7094-dfc23ed72cad-89d3cff2, #w-node-e48f83e5-3f8b-00f2-8b4c-2014aab00997-89d3cff2, #w-node-ecf70e49-76c2-172a-5575-5ab6db0031e4-89d3cff2, #w-node-a677fd13-20ab-6b68-203f-e2cfc916ad65-89d3cff2, #w-node-fcacec36-2cad-3bc2-c222-72fd38ac4bfd-89d3cff2, #w-node-ef1d3f1f-9321-d847-91b9-6c1b91f52937-89d3cff2, #w-node-_31da1e58-fe7f-b6f1-254b-a25d7b50af86-89d3cff2, #w-node-_6c5eb704-4b17-4baa-953d-a0e1eee4058e-89d3cff2, #w-node-c975177e-9685-127b-403f-5c2d24967d92-89d3cff2, #w-node-_23c68727-875c-40d4-1b89-079fbb45f1fd-89d3cff2, #w-node-_400ffee1-46c0-609f-9799-c73178ca05ff-89d3cff5, #w-node-bd47a392-2c92-4017-b232-f6a1066ba733-89d3cff5, #w-node-_94259f19-d74c-cfa4-d772-097f02f67d02-89d3cff5, #w-node-_016c1d1f-19eb-dbcc-62c4-e1ce20455908-89d3cff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_189538cb-1fc7-3494-765d-ffa812b1741f-89d3cf95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ef2ee8d-6da4-d2f2-8f4e-b110cbacfa97-89d3cf95, #w-node-_6c78ccb0-6936-99b7-977a-a4303fa6bdd6-89d3cfd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d6f69cc-aaf4-5b49-58a7-d970deda6411-89d3cf95, #w-node-_2cc132ca-16cb-db5e-f991-bfb4ac6ea5a5-89d3cf95, #w-node-_4eec631f-8a78-cba3-a57f-8a501ea1efa5-89d3cf95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


