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

body {
  background-color: #fdfbf4;
  font-family: neue-haas-unica, sans-serif;
  color: #33572d;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  color: #33572d;
  font-size: 4.2em;
  line-height: 1.2em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  font-size: 3.8em;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.page-frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, auto) minmax(auto, 1fr) minmax(5vw, auto);
  grid-template-columns: minmax(5vw, auto) minmax(auto, 1fr) minmax(5vw, auto);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-frame.in-element {
  position: absolute;
  display: none;
  height: auto;
}

.frame-outline {
  width: 1px;
  background-color: #f5eede;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none rgba(140, 159, 172, 0.2);
  background-color: hsla(0, 0%, 86.7%, 0);
}

.grain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/noise.gif');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.02;
}

.grain.in-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-image: none;
}

.grid-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(140, 159, 172, 0.2);
  border-left: 1px none rgba(140, 159, 172, 0.2);
  color: #33572d;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu {
  border-left: 1px none rgba(140, 159, 172, 0.2);
  text-align: left;
}

.content-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 2fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-wrap {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #33572d;
  font-size: 12px;
  font-weight: 500;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fahkwang, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand.w--current {
  padding-left: 0px;
  text-decoration: none;
  text-transform: none;
}

.orig-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.orig-section.no-padding {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.orig-section.no-padding.bottom-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.orig-section.bottom-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(140, 159, 172, 0.2);
}

.smooth-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.nav-link-text {
  position: relative;
  padding-top: 4px;
  letter-spacing: 2px;
}

.nav-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  overflow: hidden;
  border: 1px none #000;
  background-color: rgba(253, 251, 244, 0);
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 87, 45, 0.7);
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps__bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/urue-market-your-brand-liza-summer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.steps__bg-img.action-banner {
  background-image: url('../images/Image003.jpeg');
}

.steps__bg-img.testimonial-background {
  background-image: url('../images/Image004.jpeg');
  background-position: 50% 0%;
}

.steps__bg-img.steps-img--is-one {
  background-image: url('../images/urue-create-your-line-liza-summer.jpg');
}

.steps__bg-img.steps-img--is-two {
  background-image: url('../images/urue-manufacture-your-line-ron-lach.jpg');
}

.steps__bg-img.steps-img--is-four {
  background-image: url('../images/urue-shipping-liza-summer.jpg');
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.overlay.bottom-gradient {
  background-color: rgba(6, 11, 17, 0.35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(6, 11, 17, 0)), to(rgba(6, 11, 17, 0.55)));
  background-image: linear-gradient(180deg, rgba(6, 11, 17, 0) 30%, rgba(6, 11, 17, 0.55));
}

.overlay.verticle-gradient {
  background-color: #000;
  background-image: none;
  opacity: 0.2;
}

.grain-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5eede;
}

.heading {
  font-family: Fahkwang, sans-serif;
  color: #33572d;
}

.heading.large {
  font-family: 'Seriously Nostalgic Reg';
  color: #33572d;
  font-size: 60px;
  line-height: 1.35em;
  text-align: left;
}

.promo-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -36px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 36px;
  min-height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none rgba(140, 159, 172, 0.2);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
  text-decoration: none;
}

.promo-text-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-text-wrapper.small {
  grid-column-gap: 12px;
}

.dot {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
}

.promo-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none rgba(140, 159, 172, 0.2);
  border-bottom: 1px solid rgba(140, 159, 172, 0.2);
}

.promo-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.nav-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.stacked-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.steps__card-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.steps__card-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 110%;
  height: 110%;
}

.underline-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(140, 159, 172, 0.4);
  color: #33572d;
  font-size: 10px;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.underline-link.dark {
  margin-top: 20px;
  border-bottom-color: #33572d;
  color: #33572d;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.underline-link.is--nav {
  display: -ms-grid;
  display: grid;
  padding-bottom: 3px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom-color: #33572d;
  letter-spacing: 2px;
}

.subtitle {
  color: #33572d;
  font-size: 11px;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle.light {
  color: #fff;
}

.service-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 375px;
  padding: 36px 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.2);
  color: #000;
  text-decoration: none;
}

.action-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  padding: 140px 140px 140px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px none rgba(140, 159, 172, 0.2);
  border-left: 1px none rgba(140, 159, 172, 0.2);
}

.stacked-title {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.large-circle-link {
  position: absolute;
  left: -100px;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 87, 45, 0.5);
  border-radius: 100%;
  background-color: #edf3f6;
  color: #000;
  font-size: 11px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.body-display {
  color: #33572d;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.light {
  color: rgba(255, 255, 255, 0.9);
}

.button-text {
  position: relative;
  z-index: 20;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
  color: #33572d;
  font-weight: 500;
}

.button-text.rotate-opposite {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.button-text.light {
  color: #fff;
}

.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  border-left: 1px solid rgba(140, 159, 172, 0.2);
}

.logo-wrapper.large {
  min-height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-color: #33572d;
}

.logo-item-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 300px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(140, 159, 172, 0.2);
}

.looping-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.logo-cover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 5vw;
  margin-right: -1px;
  background-color: #edf3f6;
}

.stacked-description {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.4);
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.circle-link.dark {
  border-color: rgba(140, 159, 172, 0.2);
}

.circle-link.light {
  border-color: rgba(140, 159, 172, 0.4);
}

.testimonial-slider {
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 5vw;
  margin-left: 5vw;
  padding: 240px 0px 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slider-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  height: 100vh;
  min-width: 50vw;
  margin-right: -5vw;
  margin-left: -5vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.4);
  border-radius: 100%;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.slider-arrow.left {
  left: 0vw;
  right: auto;
}

.mask {
  z-index: 50;
  max-width: 600px;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.testimonial-content {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.testimonial-client {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.client-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.2);
  border-radius: 100%;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('../images/Screenshot-2022-07-14-at-08.32.44.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar.two {
  background-image: url('../images/Portrait006.jpeg');
  background-position: 50% 0%;
}

.avatar.three {
  background-image: url('../images/Portrait005.jpeg');
  background-position: 50% 0%;
}

.avatar.four {
  background-image: url('../images/Portrait004.jpeg');
}

.testimonial-name {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.testimonial-text {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.testimonial-slide {
  width: 100%;
}

.credit-link-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #616670;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.testimonial-slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps__card-content {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.steps__learn-strip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none rgba(140, 159, 172, 0.4);
  border-bottom: 1px none rgba(140, 159, 172, 0.4);
}

.steps__title-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.steps__heading-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 142px;
  display: -ms-grid;
  display: grid;
  margin-top: 140px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.banner-content {
  display: -ms-grid;
  display: grid;
  min-height: 600px;
  padding: 170px 0px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.banner-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.credit-link {
  -webkit-transition: all 500ms cubic-bezier(.25, .46, .45, .94);
  transition: all 500ms cubic-bezier(.25, .46, .45, .94);
  color: #616670;
  text-decoration: none;
}

.credit-link:hover {
  color: #000;
}

.footer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 100%;
  min-height: 550px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #33572d;
}

.social-image {
  position: relative;
  overflow: hidden;
  width: 187px;
  height: 187px;
  min-height: 187px;
  min-width: 187px;
  border-radius: 100%;
}

.list-link {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(140, 159, 172, 0.2);
  color: #616670;
  font-size: 11px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.4);
  border-radius: 100%;
}

.founder-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 550px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.showcase-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 30vw;
  max-height: 550px;
  min-height: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.28);
  background-image: url('../images/Screenshot-2022-07-14-at-09.10.25.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: normal;
}

.service-item-top {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  padding-right: 36px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(140, 159, 172, 0.2);
  cursor: pointer;
}

.arrow-mouse-over {
  position: relative;
  right: -50px;
  bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.4);
  border-radius: 100%;
}

.link-hover-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border-radius: 100%;
  background-color: #33572d;
}

.link-hover-fill.light {
  background-color: #fff;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #33572d;
  background-color: #f5eede;
}

.stacked-intro {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-credits {
  display: -ms-grid;
  display: grid;
  min-height: 60px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scroll-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.2);
  border-radius: 100%;
  font-size: 11px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.small-width {
  max-width: 450px;
}

.preloader-brand {
  font-family: Fahkwang, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  overflow: hidden;
  height: 1px;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #33572d;
}

.hover-line-fill.dark {
  background-color: #33572d;
}

.large-width {
  max-width: 800px;
}

.instagram-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Image013.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-background.three {
  background-image: url('../images/Image022.jpeg');
}

.instagram-background.four {
  background-image: url('../images/urue-jennifer-messina.jpg');
}

.instagram-background.five {
  background-image: url('../images/Screenshot-2022-07-14-at-08.32.44.png');
}

.social-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.success-message {
  padding: 0px;
  background-color: #fff;
}

.error-message {
  margin-top: 36px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 172, 0.2);
  background-color: rgba(140, 159, 172, 0.2);
  text-align: center;
}

.stacked-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sticky-image-box {
  min-height: 500px;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 0.8fr;
  grid-template-columns: auto 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-box-list {
  display: -ms-grid;
  display: grid;
  max-width: 550px;
  padding: 130px 0px 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-wrapper-is--sticky-scroll {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-wrapper-is--sticky-scroll.tp--100px {
  padding-top: 40px;
}

.indiator-bar {
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.sticky-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Image022_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/urue-business-grows-with-you-DTS_Young-Latin.jpg');
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/anika-img-group.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/urue-be-your-own-boss.jpg');
  background-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-image-wrapper.image-four {
  background-image: url('../images/urue-show-your-personality-mubarak-salam.jpg');
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-image-wrapper.image-five {
  background-image: url('../images/urue-unleashed-DTS_Young-Latin.jpg');
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.indicator-fill {
  width: 20%;
  height: 100%;
  background-color: #33572d;
}

.sticky-image {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 450px;
  height: 450px;
  min-height: 450px;
  min-width: 450px;
  margin-top: 60px;
  margin-left: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-titles {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 12px;
}

.mobile-intro-box-image {
  position: relative;
  display: none;
}

.scroll-indicator {
  position: -webkit-sticky;
  position: sticky;
  display: -ms-grid;
  display: grid;
  width: 450px;
  margin-left: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scroll-indicator-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-image-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-bottom: 0px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.stacked-intro-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  padding: 12px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100px;
  color: #33572d;
  font-size: 11px;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  border-color: #33572d;
}

.banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-overlay-top-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(9, 11, 25, 0.5);
}

.image-cover-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
}

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: transparent;
}

.image-cover {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5eede;
}

.stripe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-3 {
  position: relative;
  z-index: 10;
  display: block;
  padding: 120px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-3.no-bottom-padding {
  padding-bottom: 0px;
}

.section-3.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stripe-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-intro {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  text-align: center;
}

.banner-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clip {
  position: relative;
  overflow: hidden;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
}

.wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.background-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 116%;
  background-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-banner.projects-banner {
  background-image: url('../images/IMG_4659.jpg');
}

.background-banner.projects-banner.checkout-banner {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #33572d;
  background-image: none;
}

.background-banner.projects-banner.checkout-banner {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #000;
  background-image: url('../images/Screenshot-2022-07-14-at-09.10.25.png');
  background-position: 50% 50%;
  background-size: cover;
}

.price {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 87, 45, 0.4);
  font-family: 'Seriously Nostalgic Reg';
  color: #33572d;
  font-size: 35px;
  line-height: 70px;
  font-weight: 500;
  text-align: left;
}

.pricing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.3%;
  min-height: 450px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.pricing-box:hover {
  box-shadow: none;
}

.pricing-box.is--middle {
  position: relative;
  top: -25px;
  box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.1);
}

.pricing-box.is--middle:hover {
  box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}

.pricing-box-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #33572d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: neue-haas-unica, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  color: hsla(0, 0%, 100%, 0.8);
}

.button.is--outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  background-color: rgba(51, 87, 45, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #33572d;
}

.button.is--outline:hover {
  background-color: rgba(51, 87, 45, 0.1);
  box-shadow: none;
}

.button.is--email-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-top: 40px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #33572d #33572d #fdfbf4;
  background-color: rgba(51, 87, 45, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.is--email-cta:hover {
  background-color: rgba(51, 87, 45, 0.11);
  box-shadow: none;
}

.button.is--email-cta-dk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  background-color: rgba(51, 87, 45, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #33572d;
}

.button.is--email-cta-dk:hover {
  background-color: rgba(51, 87, 45, 0.1);
  box-shadow: none;
}

.button.is--email-cta-dk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-top: 40px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #33572d;
  background-color: rgba(51, 87, 45, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.is--email-cta-dk:hover {
  background-color: rgba(51, 87, 45, 0);
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-block-4 {
  color: #fff;
  text-decoration: line-through;
}

.text-block-5 {
  color: #fff;
  text-decoration: line-through;
}

.text-block-6 {
  color: #fff;
  text-decoration: line-through;
}

.text-block-7 {
  color: #fff;
  text-decoration: line-through;
}

.text-block-8 {
  color: #fff;
  text-decoration: line-through;
}

.text-block-9 {
  color: #fff;
  text-decoration: line-through;
}

.paragraph-banner {
  font-size: 18px;
}

.action-content-image {
  position: relative;
  z-index: -1;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 100%;
  max-width: 800px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid rgba(140, 159, 172, 0.2);
  border-left: 1px none rgba(140, 159, 172, 0.2);
}

.blog-content-wrap {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 2fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-content-wrap.bp-80 {
  display: -ms-grid;
  display: grid;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 2fr 0.5fr 1.5fr;
  grid-template-columns: 2fr 2fr 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-test {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1.2fr 2fr 1fr 1fr;
  grid-template-columns: 1.2fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-content-test {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 36px 36px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.testi-content.no-bm {
  padding-bottom: 0px;
}

.large-heading-2 {
  width: 80%;
  margin: 0px auto 40px;
  color: #c76349;
  line-height: 1.15em;
}

.paragraph-3 {
  display: none;
  width: 60%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #edf3f6;
}

.form-block-2 {
  display: block;
  margin-top: 40px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-field {
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.image-2 {
  height: 100%;
}

.submit-button-2 {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #c76349;
}

.txt-testimonial {
  color: #33572d;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}

.text-block-21 {
  color: #c76349;
}

.text-block-22 {
  color: #c76349;
}

.solid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  line-height: 1.35em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.testi-item-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.link-arrow-right {
  width: 12px;
}

.dark {
  color: #a78463;
}

.footer-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 7em;
  padding-left: 7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__pricing-section {
  background-color: #191d23;
}

.footer__pricing-section.bg--is-cream {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fdfbf4;
}

.light {
  color: #a78463;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #33572d;
  color: #fdfbf4;
}

.lottie-big-button {
  position: absolute;
  display: block;
  width: 10.9em;
  height: 10.9em;
}

.s_unlock__img {
  width: 40vw;
}

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

.test_txt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
  padding-right: 40px;
  padding-bottom: 170px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.code-span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #444445;
  color: #f5eede;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 400;
}

.sg-left-top-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #33572d;
  color: #f5eede;
}

.global-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blog-post-first-letter {
  margin-top: 4px;
  margin-right: 8px;
  float: left;
  font-family: 'Seriously Nostalgic Regular', sans-serif;
  color: #33572d;
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
}

.sg-colours-grid {
  max-width: 575px;
  margin-right: -16px;
  margin-left: -16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-right-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-lb {
  max-width: 100%;
}

.logo-lb.sidebar {
  height: 48px;
  margin-bottom: 16px;
}

.favicon {
  width: 32px;
  height: 32px;
}

.sg-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.sg-colour-wrapper.main {
  border-radius: 5px;
  background-color: #f5eede;
}

.sg-return-to-home-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #444445;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-return-to-home-lb:hover {
  background-color: #333334;
}

.sg-return-to-home-lb.desktop-only {
  margin-top: auto;
  background-color: #33572d;
}

.sg-return-to-home-lb.mobile-only {
  height: 0px;
  padding: 0em;
  border-top-style: none;
}

.sg-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.return-to-top-icon {
  width: 33.33%;
}

.webclip {
  width: 256px;
  height: 256px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.sg-return-to-home-icon.mobile-only {
  display: none;
}

.logo-img {
  width: 100%;
}

.return-to-top-lb {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
}

.return-to-top-lb:hover {
  background-color: #b06330;
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-anchor-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-logos-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-colour-swatch {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #33572d;
}

.sg-colour-swatch.success {
  background-color: #4e8a46;
}

.sg-colour-swatch.secondary-hue {
  background-color: #c76349;
}

.sg-colour-swatch.error {
  background-color: #a7280e;
}

.sg-colour-swatch.secondary-shade-1 {
  background-color: #af4024;
}

.sg-colour-swatch.white {
  background-color: #eee;
}

.sg-colour-swatch.primary-tint-1 {
  background-color: #777778;
}

.sg-colour-swatch.primary-tint-2 {
  background-color: #99999a;
}

.sg-colour-swatch.primary-shade-2 {
  background-color: #333334;
}

.sg-colour-swatch.secondary-shade-2 {
  background-color: #a7280e;
}

.sg-colour-swatch.secondary-tint-1 {
  background-color: #e7b95c;
}

.sg-colour-swatch.black {
  background-color: #333;
}

.sg-colour-swatch.primary-shade-1 {
  background-color: #444445;
}

.sg-colour-swatch.secondary-tint-2 {
  background-color: #f5eede;
}

.sg-divider {
  width: 100%;
  height: 0.5px;
  min-height: 0.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.sg-divider.typography {
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dc7d3c;
  border-radius: 5px;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  border-color: #b06330;
  background-color: #b06330;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
}

.button-2.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-2.outlined {
  background-color: transparent;
}

.button-2.outlined:hover {
  border-color: #dc7d3c;
  background-color: #dc7d3c;
}

.sg-anchor-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-anchor-lb:hover {
  background-color: #284124;
}

.sg-anchor-lb.w--current {
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #f5eede;
}

.delete-me {
  margin-top: 32px;
  padding: 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-heading-wrapper.h2 {
  max-width: 440px;
}

.sg-heading-wrapper.h6 {
  max-width: 210px;
}

.sg-heading-wrapper.h5 {
  max-width: 220px;
}

.sg-heading-wrapper.h3 {
  max-width: 350px;
}

.sg-heading-wrapper.h4 {
  max-width: 275px;
}

.top {
  width: 100%;
  height: 0px;
}

.sg-brand-wrapper {
  width: 100%;
  padding: 32px;
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text {
  max-width: 65ch;
  font-size: 1em;
}

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

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

.text.sg-colour-label {
  margin-bottom: 2px;
  font-size: 0.78em;
  text-align: center;
}

.text.sg-colour-label.hex {
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text.sg-colour-label.main {
  font-weight: 700;
}

.text.sg-typography-label {
  font-weight: 500;
  text-transform: uppercase;
}

.text.sg-typography-label.non-caps {
  text-transform: none;
}

.text.mobile-only {
  display: none;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.global-section.sg {
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.global-section.sg.bottom {
  border-bottom-style: none;
}

.sg-colour-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-outer-wrapper {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2x {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-1-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.heading-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.heading-italic.heading--is-benefits-spacer {
  margin-left: 60px;
}

.heading-3-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.heading-4-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.heading-5-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.heading-6-italic {
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
}

.line.line-light {
  width: 100%;
  height: 2px;
  background-color: #fdfbf4;
}

.section {
  position: relative;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.section.is--home-hero {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  height: 90vh;
  max-height: 800px;
  justify-items: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #33572d;
}

.section.is--home-s2 {
  border-bottom: 1px solid #33572d;
  background-color: #f5eede;
}

.home-hero__txt-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.sg-sidebar__subtitle-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button__txt.is--w-arrow {
  margin-right: 20px;
}

.home-hero__imgs-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #33572d;
  background-image: url('../images/urue-selfie-polina-tankilevitch.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-hero__imgs-wrap.is--hand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/pexels-polina-tankilevitch-hand-only.png');
}

.home-hero__img-sm-wrap {
  position: absolute;
  left: -265px;
  top: auto;
  right: auto;
  bottom: -35px;
  display: none;
  width: 300px;
}

.contain {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px;
}

.contain.is--home-hero-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contain.is--home-s2 {
  display: -ms-grid;
  display: grid;
  padding-top: 140px;
  padding-bottom: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contain.is--brand-section {
  display: -ms-grid;
  display: grid;
  padding-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contain.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain.contain--is-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain.is--benefits {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contain.is--section-global {
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contain.is--steps {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contain.hide {
  display: none;
}

.what-we-do__txt-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 0.7fr 1fr;
  grid-template-columns: 1fr 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-v--just-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-s2__card-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: -20px;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt--no-m {
  margin-bottom: 0px;
}

.feature-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  color: #f5eede;
}

.s-heading--light {
  position: relative;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.heading-wrap {
  margin-bottom: 30px;
}

.heading-wrap.heading--is-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-wrap.is--footer-empire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-wrap.heading-wrap--is-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-wrap.mobile-show {
  display: none;
}

.par-lg {
  font-size: 18px;
  line-height: 1.6em;
}

.par-lg.txt--centered {
  text-align: center;
}

.home-s3__img-wrap--parent {
  position: relative;
}

.subheading {
  margin-bottom: 10px;
  font-family: neue-haas-unica, sans-serif;
  line-height: 1.4em;
  font-weight: 500;
}

.subheading--is-sm {
  margin-bottom: 10px;
  font-family: 'Helvetica Neue';
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
}

.home-hero__insta-frame {
  position: relative;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 10px;
  border-color: #fdfbf4;
}

.home-hero__frame-wrap {
  box-shadow: 3px 6px 9px -5px rgba(0, 0, 0, 0.34);
}

.home-hero__insta-heart-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fdfbf4;
  background-color: #fdfbf4;
}

.insta-txt {
  margin-top: 0px;
  font-weight: 500;
}

.home-hero__insta-f-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #fdfbf4;
  background-color: #fdfbf4;
}

.insta-f__handle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta__prof-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #33572d;
}

.button-arrow {
  width: 12px;
}

.insta-heart {
  margin-bottom: 10px;
}

.insta-shop__icon {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 4%;
  width: 17px;
}

.sophia-insta__shop-label-wrap {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding: 8px 20px 8px 13px;
  border-radius: 5px;
  background-color: hsla(24, 0%, 100%, 0.27);
  opacity: 0.97;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.insta-shop__label-wrap-triangle {
  position: absolute;
  left: 43%;
  top: auto;
  right: 0%;
  bottom: -5px;
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: hsla(0, 0%, 100%, 0.36);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insta-label__txt {
  margin-top: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.insta-shop__label-wrap {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: 18%;
}

.insta-shop__label-wrap.is--sophia {
  left: -10%;
  bottom: 15%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}

.insta-price__txt {
  margin-top: 0px;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.sophia-earned__wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 20%;
  z-index: 20;
  padding: 23px 32px 23px 28px;
  border-radius: 5px;
  background-color: #303030;
  box-shadow: 3px 4px 10px -1px rgba(0, 0, 0, 0.39);
}

.revenue-label__txt {
  margin-top: 0px;
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.revenue-price__txt {
  margin-top: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.feature-card__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-card__img.is--lower {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.feature-card__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #303030;
  opacity: 0.3;
}

.nav__content-wrap {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 2fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section--is-testi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section--is-testi.no-padding {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section--is-testi.no-padding.verticle-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-color: #33572d;
  border-bottom-color: #33572d;
}

.section--is-testi.verticle-border {
  border-top: 1px solid rgba(140, 159, 172, 0.2);
  border-bottom: 1px solid rgba(140, 159, 172, 0.2);
}

.learn-more__label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0.9;
}

.steps__arrow {
  width: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.learn-more__list-show {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-checkmark-img {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 10px;
}

.tm-20 {
  margin-top: 20px;
}

.par-wrap {
  margin-bottom: 20px;
}

.par-tm {
  margin-top: 10px;
}

.par-sm {
  color: #33572d;
  font-size: 11px;
  line-height: 1.6em;
}

.pricing-list__wrap {
  margin-bottom: 40px;
}

.list-checkmark-img--is-pricing {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 10px;
}

.list-checkmark-uncheck--is-pricing {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  border-radius: 100px;
}

.divider-line--lg-btm {
  width: 100%;
  height: 1px;
  margin: 140px auto 0px;
  background-color: #33572d;
}

.txt-light {
  color: #fdfbf4;
}

.txt-light.heading-italic.bm-10 {
  margin-bottom: 0px;
}

.email-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-form__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button--rev-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fdfbf4;
  border-radius: 0px;
  background-color: #33572d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Helvetica Neue';
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button--rev-form:hover {
  background-color: #303030;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.26);
  color: #f5eede;
}

.email-form__fields-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #33572d;
  background-color: hsla(0, 0%, 100%, 0);
}

.field-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.success-message {
  background-color: transparent;
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.footer-email-cta__txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer__menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer__menu-wrap:hover {
  opacity: 1;
}

.footer-menu__txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-menu__txt-wrap--is-policies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
  color: #f5eede;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  color: #fdfbf4;
  text-decoration: none;
}

.pricing-disclaimer {
  opacity: 0.8;
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
  font-size: 16px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 50px;
  opacity: 1;
}

.divider-line--above-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  margin: 0px auto 140px;
  background-color: #33572d;
}

.footer__txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.masa-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fdfbf4;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.masa-text {
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f5eede;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-80 {
  width: 80%;
}

.multi-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-bm {
  margin-bottom: 0px;
}

.no-bm.rm-4px {
  margin-right: 4px;
}

.txt__pricing-description {
  margin-bottom: 20px;
  font-size: 12px;
}

.global__txt-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bm-30 {
  margin-bottom: 30px;
}

.email-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 998;
  display: none;
  width: 100vw;
  margin: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(-webkit-min-content, 30%) 1fr;
  -ms-grid-columns: minmax(min-content, 30%) 1fr;
  grid-template-columns: minmax(-webkit-min-content, 30%) 1fr;
  grid-template-columns: minmax(min-content, 30%) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #33572d;
  border-right: 1px solid #33572d;
  background-color: rgba(51, 87, 45, 0.3);
  box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.email-pop-up__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 450px;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #33572d;
  background-color: rgba(253, 251, 244, 0.97);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.logo--100px {
  width: 100px;
}

.email-pu__click-out-space {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.email-pu__top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.close-wrap--desktop {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-wrap--desktop:hover {
  border-bottom: 1px solid #f5eede;
}

.txt-close {
  margin-bottom: 2px;
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
  color: #f5eede;
  font-size: 22px;
}

.txt-close:hover {
  border-bottom: 1px solid #33572d;
}

.close-arrow {
  width: 20px;
  margin-right: 10px;
}

.close-wrap--mobile {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-wrap--mobile:hover {
  border-bottom: 1px solid #f5eede;
}

.txt-close--mobile {
  margin-bottom: 2px;
  font-family: 'Seriously Nostalgic Italic Reg', sans-serif;
  color: #f5eede;
  font-size: 22px;
}

.txt-close--mobile:hover {
  border-bottom: 1px solid #33572d;
}

.what-we-do__underline-wrap {
  height: 1px;
  background-color: #33572d;
}

.how-we-help__arrow {
  display: none;
}

.benefits__header {
  margin-bottom: 0px;
}

.email-pu__content-wrap {
  margin-top: 40px;
}

.nav-logo.is--style-guide {
  width: 150px;
  margin-bottom: 20px;
}

.mob-menu__close-icon {
  position: static;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.flex-h--stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps__cards-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.step-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-item:nth-child(odd) {
  margin-bottom: -80px;
}

.step-item:nth-child(even) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.footer-section {
  position: relative;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .frame-outline {
    width: 0px;
  }

  .nav-menu {
    border-left-style: none;
  }

  .nav-menu-wrap {
    padding-right: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .steps__bg-img.testimonial-background {
    background-position: 50% 0%;
  }

  .heading.large {
    font-size: 40px;
  }

  .action-content {
    padding-left: 0px;
  }

  .large-circle-link {
    left: -100px;
    right: auto;
  }

  .testimonial-slider {
    padding-top: 260px;
    padding-bottom: 280px;
  }

  .steps__heading-wrap {
    padding-right: 48px;
  }

  .founder-image {
    min-height: 600px;
  }

  .showcase-image {
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .sticky-image-box {
    min-height: 525px;
  }

  .services-grid {
    grid-column-gap: 100px;
  }

  .sticky-box-list {
    padding-right: 0px;
  }

  .sticky-image {
    width: 450px;
    height: 450px;
    min-height: 450px;
    min-width: 450px;
    margin-top: 80px;
  }

  .intro-box {
    min-height: 475px;
  }

  .sticky-image-bar {
    top: 100px;
    margin-bottom: -110px;
    padding-bottom: 110px;
  }

  .section-3 {
    display: none;
  }

  .large-heading-2 {
    font-size: 50px;
  }

  .footer-contain {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sg-colours-grid {
    max-width: 600px;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .what-we-do__txt-wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .insta-shop__label-wrap.is--sophia {
    left: -10%;
    bottom: 16%;
  }

  .sophia-earned__wrap {
    padding-top: 20px;
  }

  .email-pop-up {
    width: 100vw;
  }

  .email-pop-up__content {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 5em;
  }

  .body {
    font-size: 14px;
  }

  .steps__bg-img.testimonial-background {
    background-position: 50% 50%;
  }

  .heading.large {
    font-size: 40px;
  }

  .large-circle-link {
    left: -100px;
    right: auto;
  }

  .testimonial-slider {
    padding-top: 280px;
    padding-bottom: 300px;
  }

  .steps__heading-wrap {
    padding-right: 60px;
  }

  .founder-image {
    min-height: 675px;
  }

  .showcase-image {
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-item-top {
    padding-right: 60px;
    -ms-grid-columns: 1fr 0.7fr;
    grid-template-columns: 1fr 0.7fr;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .services-grid {
    margin-bottom: 140px;
    grid-column-gap: 100px;
    -ms-grid-columns: 10px auto 4fr 10px;
    grid-template-columns: 10px auto 4fr 10px;
  }

  .sticky-box-list {
    padding-bottom: 0px;
  }

  .sticky-image {
    position: relative;
    width: 475px;
    height: 475px;
    min-height: 475px;
    min-width: 475px;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-bar {
    max-height: 600px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper-test {
    -ms-grid-columns: 1fr 2fr 1fr 1fr;
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

  .sg-colours-grid {
    max-width: 625px;
  }

  .contain.is--section-global {
    padding-right: 20px;
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-columns: 0.7fr 1fr;
  }

  .feature-card {
    height: 300px;
  }

  .revenue-label__txt {
    font-size: 14px;
  }

  .revenue-price__txt {
    margin-top: 10px;
  }

  .email-pop-up__content {
    width: 75%;
  }
}

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

  .body {
    font-size: 16px;
  }

  .heading.large {
    font-size: 60px;
  }

  .steps__card-wrap {
    height: 650px;
  }

  .large-circle-link {
    left: -100px;
    right: auto;
  }

  .founder-image {
    min-height: 650px;
  }

  .services-grid {
    grid-column-gap: 100px;
    -ms-grid-columns: 0.5fr auto 3fr 1fr;
    grid-template-columns: 0.5fr auto 3fr 1fr;
  }

  .sticky-image-bar {
    margin-bottom: 0px;
  }

  .content-wrapper-test {
    -ms-grid-columns: 0.8fr 2fr 1fr 1fr;
    grid-template-columns: 0.8fr 2fr 1fr 1fr;
  }

  .sg-colours-grid {
    max-width: 650px;
  }

  .sg-anchor-lb.w--current {
    border: 1px none #000;
    box-shadow: none;
  }

  .global-section {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .global-section.sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .section.is--home-hero {
    max-height: 850px;
  }

  .what-we-do__txt-wrap {
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .feature-card {
    height: 350px;
  }

  .home-hero__insta-frame {
    width: 500px;
    height: 500px;
  }

  .insta-shop__label-wrap.is--sophia {
    left: -9%;
    bottom: 16%;
  }

  .sophia-earned__wrap {
    right: 11%;
    bottom: 33%;
  }

  .global__txt-wrap {
    justify-items: start;
  }

  .email-pop-up {
    width: 100vw;
  }

  .email-pop-up__content {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px none rgba(140, 159, 172, 0.2);
    font-size: 16px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 990;
    overflow: scroll;
    width: 50vw;
    height: 100vh;
    margin-right: 0vw;
    margin-left: auto;
    padding: 0px;
    border-style: none none none solid;
    border-width: 1px;
    border-color: rgba(140, 159, 172, 0.2) rgba(140, 159, 172, 0.2) #33572d #33572d;
    background-color: rgba(245, 238, 222, 0.49);
    box-shadow: 1px -1px 6px 0 rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 140px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .orig-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .smooth-wrapper {
    overflow: hidden;
  }

  .background-wrapper {
    border-style: none;
  }

  .heading.large {
    font-size: 42px;
  }

  .nav-content {
    z-index: 20;
  }

  .steps__card-wrap {
    cursor: pointer;
  }

  .underline-link.dark.mobile-hide {
    display: none;
  }

  .underline-link.is--nav {
    padding-top: 24px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .action-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    border-left-style: none;
    text-align: center;
  }

  .large-circle-link {
    position: relative;
    left: 0px;
    width: 180px;
    height: 180px;
  }

  .button-text.rotate-opposite {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  .logo-wrapper {
    border-left-style: none;
  }

  .logo-wrapper.large {
    min-height: 600px;
    margin-left: -87px;
    border-left-style: none;
  }

  .looping-wrapper {
    margin-left: -48px;
  }

  .looping-wrapper.social-circles {
    margin-left: auto;
    border-top: 1px solid #33572d;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .testimonial-slider {
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 120px 60px 280px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slider-arrow {
    left: auto;
    top: auto;
    right: 60px;
    bottom: 140px;
    width: auto;
    height: auto;
    min-width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-arrow.left {
    left: 60px;
  }

  .mask {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial-text {
    font-size: 34px;
  }

  .credit-link-wrapper {
    height: auto;
  }

  .testimonial-slide-nav {
    max-width: none;
    margin-right: 36px;
    margin-left: 36px;
  }

  .steps__card-content {
    min-height: 400px;
  }

  .steps__heading-wrap {
    position: relative;
    top: 0px;
    max-width: 400px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 36px;
  }

  .banner-content {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-circle {
    width: 400px;
    min-height: 500px;
  }

  .social-image {
    width: 150px;
    height: 150px;
    min-height: 150px;
    min-width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .founder-image {
    min-height: 475px;
  }

  .showcase-image {
    height: 34vw;
  }

  .service-item-top {
    padding: 80px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .arrow-mouse-over {
    right: auto;
    bottom: auto;
    width: 120px;
    height: 120px;
  }

  .footer-credits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 18px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .mobile-menu {
    position: relative;
    z-index: 990;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none rgba(140, 159, 172, 0.2);
  }

  .mob-menu__open-icon {
    width: 16px;
  }

  .services-grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-box-list {
    max-width: 700px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-wrapper-is--sticky-scroll {
    grid-row-gap: 48px;
  }

  .grid-wrapper-is--sticky-scroll.tp--100px {
    -ms-grid-columns: minmax(auto, 1500px);
    grid-template-columns: minmax(auto, 1500px);
  }

  .sticky-image-wrapper.image-three {
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .sticky-image-wrapper.image-one {
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .sticky-image-wrapper.image-two {
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .sticky-image-wrapper.image-four {
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .sticky-image-wrapper.image-five {
    border-style: solid;
    border-width: 1px;
    border-color: #33572d;
  }

  .mobile-intro-box-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    padding-bottom: 100%;
  }

  .intro-box {
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sticky-image-bar {
    display: none;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-content-2 {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price {
    padding-bottom: 0px;
    font-size: 25px;
  }

  .pricing-box {
    width: 100%;
    max-width: 310px;
    margin-bottom: 2%;
    padding-right: 25px;
    padding-bottom: 24px;
    padding-left: 25px;
  }

  .pricing-box-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .action-content-image {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    border-left-style: none;
    text-align: center;
  }

  .blog-content-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-content-wrap.bp-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-test {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stacked-content-test {
    padding-right: 48px;
    padding-left: 48px;
  }

  .footer-contain {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer__pricing-section.bg--is-cream {
    background-color: #fdfbf4;
  }

  .test_txt_wrap {
    width: 60vw;
    margin-left: -45px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .sg-left-top-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
    z-index: 5;
    width: 100%;
    min-height: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0px;
  }

  .logo-lb.sidebar {
    height: 48%;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
    border-top-style: solid;
  }

  .sg-return-to-home-icon.mobile-only {
    display: block;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-anchor-links-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: -150px;
    z-index: 1;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sg-anchor-lb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 #dc7d3c;
  }

  .sg-brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text.mobile-only {
    display: block;
  }

  .sg-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.is--home-hero {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-hero__txt-block {
    margin-top: 100px;
    -ms-grid-columns: 1.5fr 340px;
    grid-template-columns: 1.5fr 340px;
  }

  .home-hero__imgs-wrap {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    width: 100%;
    height: 70vh;
    border-left-style: none;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .home-hero__imgs-wrap.is--hand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .home-hero__header {
    padding-right: 240px;
  }

  .contain {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .contain.is--home-hero-txt {
    position: relative;
    z-index: 25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -55px;
    padding-bottom: 50px;
    border-bottom: 1px solid #33572d;
    background-color: #f5eede;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2);
  }

  .contain.is--home-s2 {
    position: relative;
    max-width: 100vw;
  }

  .contain.is--brand-section {
    grid-column-gap: 50px;
  }

  .contain.is--nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 990;
  }

  .contain.is--section-global {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contain.is-footer-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .what-we-do__txt-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-s2__card-grid {
    position: static;
    z-index: 100;
    overflow: scroll;
    margin-right: -50px;
    padding-right: 50px;
  }

  .feature-card {
    height: 200px;
    min-width: 175px;
  }

  .heading-wrap.is--footer-empire {
    width: 100%;
    text-align: center;
  }

  .heading-wrap.heading-wrap--is-pricing {
    width: 85%;
  }

  .heading-wrap.mobile-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subheading--is-sm {
    margin-bottom: 0px;
    font-size: 9px;
  }

  .insta-shop__label-wrap-triangle {
    background-color: hsla(0, 0%, 100%, 0.29);
  }

  .insta-shop__label-wrap.is--sophia {
    left: -12%;
    bottom: 48px;
  }

  .sophia-earned__wrap {
    right: 18%;
    bottom: 12%;
  }

  .nav__content-wrap {
    z-index: 995;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section--is-testi {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section--is-testi.no-padding.verticle-border {
    border-top-style: none;
  }

  .footer__menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-menu__txt-wrap {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu__txt-wrap--is-policies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .masa-text {
    margin-bottom: 20px;
  }

  .email-pu__click-out-space {
    width: 40%;
  }

  .close-wrap--mobile {
    display: none;
  }

  .how-we-help__arrow {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 105;
    display: block;
    width: 15px;
  }

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

  .mob-menu__close-icon {
    display: none;
  }

  .flex-h--stretch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    line-height: 1.2em;
  }

  .nav-link {
    padding-bottom: 40px;
  }

  .nav-menu {
    width: 100vw;
  }

  .nav-menu-wrap {
    padding-top: 220px;
    padding-bottom: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .heading.large {
    font-size: 36px;
  }

  .stacked-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .steps__card-wrap {
    height: auto;
    min-height: 400px;
  }

  .large-circle-link {
    width: 160px;
    height: 160px;
  }

  .logo-wrapper.large {
    min-height: 500px;
  }

  .logo-box {
    min-width: 250px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .looping-wrapper {
    margin-left: -36px;
  }

  .looping-wrapper.social-circles {
    margin-left: -36px;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .testimonial-slider {
    padding: 100px 48px 270px;
  }

  .mask {
    margin-right: 36px;
    margin-left: 36px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .steps__card-content {
    min-height: 450px;
  }

  .steps__learn-strip {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-circle {
    width: 100vw;
    min-height: 475px;
  }

  .founder-image {
    min-height: 550px;
  }

  .showcase-image {
    height: 70vw;
  }

  .service-item-top {
    padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .arrow-mouse-over {
    width: 100px;
    height: 100px;
  }

  .scroll-circle {
    width: 120px;
    height: 120px;
  }

  .social-info {
    text-align: center;
  }

  .sticky-box-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .stacked-intro-2 {
    grid-row-gap: 36px;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price {
    font-size: 35px;
  }

  .pricing-box {
    max-width: none;
    min-height: auto;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 14px;
  }

  .pricing-box.is--middle {
    top: 0px;
  }

  .pricing-box-wrap {
    width: 100%;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.is--outline {
    font-size: 12px;
  }

  .button.is--email-cta-dk {
    font-size: 12px;
  }

  .blog-content-wrap.bp-80 {
    padding-bottom: 0px;
  }

  .stacked-content-test {
    padding-right: 36px;
    padding-left: 36px;
  }

  .testi-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .test_txt_wrap {
    margin-left: -10px;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-colour-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 25%;
  }

  .sg-brand-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .text.sg-colour-label {
    font-size: 1em;
  }

  .text.sg-colour-label.hex {
    font-size: 0.78em;
  }

  .text.sg-colour-label.main {
    margin-bottom: 2px;
  }

  .global-section {
    padding: 64px 40px;
  }

  .sg-colour-label-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-hero__txt-block {
    padding-right: 60px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .home-hero__header {
    padding-right: 0px;
  }

  .contain.is--brand-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contain.contain--is-pricing {
    margin-top: 40px;
  }

  .contain.is--section-global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .what-we-do__txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-s2__card-grid {
    overflow: scroll;
  }

  .heading-wrap.heading-wrap--is-pricing {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-wrap.mobile-show {
    margin-bottom: 0px;
  }

  .home-s3__img-wrap--parent.mobile-hide {
    display: none;
  }

  .home-hero__frame-wrap {
    position: relative;
  }

  .insta-shop__label-wrap.is--sophia {
    left: -8%;
    bottom: 62px;
  }

  .sophia-earned__wrap {
    right: 9%;
  }

  .learn-more__list-show {
    display: none;
  }

  .divider-line--lg-btm {
    margin-top: 100px;
  }

  .email-form__fields-wrap {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-menu__txt-wrap--is-policies {
    width: 80%;
  }

  .divider-line--above-pricing {
    display: none;
  }

  .email-pop-up {
    display: none;
  }

  .email-pop-up__content {
    overflow: scroll;
    width: 90%;
    height: 100%;
    min-width: auto;
    padding: 50px;
  }

  .email-pu__click-out-space {
    width: 10%;
  }

  .close-wrap--desktop {
    display: none;
  }

  .close-wrap--mobile {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    opacity: 0.9;
  }

  .close-wrap--mobile:hover {
    border-bottom-style: none;
    border-bottom-color: #33572d;
  }

  .txt-close--mobile {
    color: #33572d;
  }

  .email-pu__heading {
    font-size: 2.6em;
  }

  .how-we-help__arrow {
    position: static;
  }

  .benefits__header {
    font-size: 2.6em;
  }

  .step-item:nth-child(odd) {
    margin-bottom: 0px;
  }

  .step-item:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .nav-menu-wrap {
    padding: 180px 30px 80px;
  }

  .heading.large {
    font-size: 34px;
  }

  .stacked-content {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 36px;
  }

  .steps__card-wrap {
    height: auto;
    min-height: 400px;
    padding: 36px 20px;
  }

  .action-content {
    text-align: center;
  }

  .logo-wrapper {
    min-height: 120px;
  }

  .logo-wrapper.large {
    min-height: 600px;
  }

  .logo-box {
    min-width: 200px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .looping-wrapper {
    margin-left: -18px;
  }

  .looping-wrapper.social-circles {
    margin-left: -18px;
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .testimonial-slider {
    padding: 100px 24px 220px;
  }

  .slider-arrow {
    right: 32px;
    bottom: 120px;
  }

  .slider-arrow.left {
    left: 32px;
  }

  .mask {
    max-width: none;
    margin-right: 18px;
    margin-left: 18px;
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .credit-link-wrapper {
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-slide-nav {
    margin-right: 32px;
    margin-left: 32px;
    padding-bottom: 36px;
  }

  .steps__card-content {
    min-height: 350px;
  }

  .steps__learn-strip {
    padding-right: 0px;
    padding-left: 0px;
  }

  .steps__title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-content {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .footer-circle {
    width: 100vw;
    min-height: 350px;
  }

  .social-image {
    width: 150px;
    height: 150px;
  }

  .founder-image {
    min-height: 450px;
  }

  .service-item-top {
    padding-top: 36px;
  }

  .arrow-mouse-over {
    width: 100px;
    height: 100px;
  }

  .link-hover-fill.light {
    display: none;
  }

  .social-info {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .banner-content-2 {
    min-height: auto;
    padding: 48px 12px;
  }

  .action-content-image {
    text-align: center;
  }

  .blog-content-wrap.bp-80 {
    padding-bottom: 0px;
  }

  .stacked-content-test {
    padding-right: 18px;
    padding-left: 18px;
    grid-row-gap: 36px;
  }

  .testi-content {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 12px;
  }

  .large-heading-2 {
    font-size: 25px;
  }

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

  .lottie-big-button {
    width: 20em;
    height: 20em;
  }

  .test_txt_wrap {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-logo-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sg-colour-swatch {
    margin-bottom: 0px;
  }

  .sg-button-block {
    padding: 16px;
  }

  .button-2 {
    width: 100%;
  }

  .delete-me {
    margin-top: 16px;
    padding: 16px;
  }

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

  .global-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .home-hero__txt-block {
    padding-right: 0px;
  }

  .button__txt.is--w-arrow {
    font-size: 11px;
    letter-spacing: 0.4px;
  }

  .home-hero__imgs-wrap {
    height: 70vh;
  }

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

  .contain.is--nav {
    z-index: 991;
  }

  .home-s2__card-grid {
    margin-right: -30px;
    padding-right: 30px;
  }

  .heading-wrap.heading-wrap--is-pricing {
    margin-bottom: 0px;
  }

  .home-hero__insta-frame {
    width: 85vw;
    height: auto;
    padding-bottom: 100%;
  }

  .home-hero__frame-wrap {
    width: 85vw;
  }

  .home-hero__insta-f-top {
    padding-left: 10px;
  }

  .insta-shop__label-wrap.is--sophia {
    left: -10%;
    bottom: 43px;
  }

  .sophia-earned__wrap {
    left: auto;
    top: auto;
    right: 10px;
    bottom: -35px;
    padding: 22px;
  }

  .footer-menu__txt-wrap--is-policies {
    width: 80%;
  }

  .email-pop-up__content {
    width: 100%;
    padding: 30px;
  }

  .email-pu__click-out-space {
    width: 0%;
  }

  .email-pu__heading {
    font-size: 2.4em;
  }

  .how-we-help__arrow {
    right: 30px;
  }

  .benefits__header {
    font-size: 2em;
  }
}

#w-node-_9177b4a5-7a92-ae02-6d22-aa81fdef0976-ff3cca8d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_9177b4a5-7a92-ae02-6d22-aa81fdef0977-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cf6-ff3cca8d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cf7-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cfc-ff3cca8d {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cfe-ff3cca8d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_05af99e8-718a-bc74-66b3-62aa59a3bd25-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_094d2da9-52c2-dc6f-7a90-e8740901f6d0-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d07afad9-b9ac-a819-a141-ecee98f99c89-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6374cf5f-32a7-37ad-d5be-9d88f7e8e82c-ff3cca8d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1fafb63-3104-ced1-0c8e-cef5530956b8-ff3cca8d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b361594-2633-37af-ae63-f7d650007f86-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77dc0a09-0407-784a-7191-7db61c56bd72-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-beafe999-3412-2015-11e6-1334bc9e218b-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ffa48d23-3905-2868-a923-5e0b3d2cff50-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7cda9b3d-9285-ac22-cd30-57fb9bdb3119-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efd0c345-0dea-2027-8ffc-4ee7e24f890e-ff3cca8d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_57c881c0-c6ed-19f2-e343-fa9fe468b463-ff3cca8d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ae8264e-e5fb-fbaf-89c2-9d2437c7564f-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f436cd78-6180-52d6-6488-a8478a9b2e70-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-debf6dcf-27f4-560b-4ad9-d54c20f60765-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e3132c1-0d8a-672b-784d-15567ec38941-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3685a5d-93fb-91d6-558e-0092090c9f13-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e19903c-4908-a791-4279-9d990d202d77-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_226e605e-a8b0-b214-7168-c1a988a776a1-ff3cca8d {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a12c4f20-8efc-6cab-7cea-98f2522e086d-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a12c4f20-8efc-6cab-7cea-98f2522e086e-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a12c4f20-8efc-6cab-7cea-98f2522e086f-ff3cca8d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a12c4f20-8efc-6cab-7cea-98f2522e0874-ff3cca8d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a12c4f20-8efc-6cab-7cea-98f2522e087f-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f550003f-93b8-a528-717b-7d91f0fce9af-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_264c5baa-536d-aaf8-1b80-4520a260a98c-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1fd072a-7a51-7760-c50d-48c90588f33f-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_96d417ce-c6cb-2af7-9e57-6c595a259a40-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9541080a-da0a-ecd2-f33c-2e8daa0b0b1d-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0281b7d6-3f13-0004-9fb8-6bbebafe7a15-ff3cca8d {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0281b7d6-3f13-0004-9fb8-6bbebafe7a17-ff3cca8d {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9c8b2a06-e4c9-6dc7-dc30-18d5584a66f7-ff3cca8d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0281b7d6-3f13-0004-9fb8-6bbebafe7a37-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9177b4a5-7a92-ae02-6d22-aa81fdef0a1a-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1c1cb3d9-4aaa-5652-9efe-1a2c1e2d427c-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1c1cb3d9-4aaa-5652-9efe-1a2c1e2d4286-ff3cca8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_43fdab45-45bf-786a-3ee2-46a9f86705fe-ff3cca8d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f250537f-199e-3e94-252c-6775f743cc43-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_331f3abb-adef-9732-b2c5-e9df1f389406-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_533dba3a-0e3f-5e53-321b-923556c9b683-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f0b0fd3-5ba7-cb3e-54c1-588963fe0f38-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f0b0fd3-5ba7-cb3e-54c1-588963fe0f3f-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f0b0fd3-5ba7-cb3e-54c1-588963fe0f41-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9de51c38-079f-45fe-57f2-840c77643d94-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9de51c38-079f-45fe-57f2-840c77643d9b-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9de51c38-079f-45fe-57f2-840c77643d9d-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65db2541-db1f-e821-e207-63aaada5d4cf-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65db2541-db1f-e821-e207-63aaada5d4d6-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65db2541-db1f-e821-e207-63aaada5d4d8-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff4f8c34-ffb1-beb3-275f-ccfd5321b496-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff4f8c34-ffb1-beb3-275f-ccfd5321b49e-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_418f0f0e-618c-f1ac-9e59-180554c34708-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_418f0f0e-618c-f1ac-9e59-180554c34710-ff3cca8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24e8524e-ea50-59e0-a17a-7cbc7aba9690-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_429d0ef7-297e-65f3-909e-8c2135c625c6-ff3cca8d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de15-1e45de13 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de17-1e45de13 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ecd776b9-84c1-d699-ba2b-1b341a3c5838-1e45de13 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f6fe694-50c9-939b-0d07-9031eaa0afaf-1e45de13 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-ffa48d23-3905-2868-a923-5e0b3d2cff50-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7cda9b3d-9285-ac22-cd30-57fb9bdb3119-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e086d-ff3cca8d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e087f-ff3cca8d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9c8b2a06-e4c9-6dc7-dc30-18d5584a66f7-ff3cca8d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e086d-ff3cca8d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e086e-ff3cca8d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e0874-ff3cca8d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e087f-ff3cca8d {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9c8b2a06-e4c9-6dc7-dc30-18d5584a66f7-ff3cca8d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e086d-ff3cca8d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de15-1e45de13 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cfc-ff3cca8d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5633d16e-47c6-aed4-c7dd-0ec2f8a35cfe-ff3cca8d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-beafe999-3412-2015-11e6-1334bc9e218b-ff3cca8d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-efd0c345-0dea-2027-8ffc-4ee7e24f890e-ff3cca8d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_807b1376-1067-d2c4-939e-e00840bf9703-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e086d-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a12c4f20-8efc-6cab-7cea-98f2522e087f-ff3cca8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-ea297483-d4c5-f27d-9731-b041eb59066e-ff3cca8d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0281b7d6-3f13-0004-9fb8-6bbebafe7a17-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9c8b2a06-e4c9-6dc7-dc30-18d5584a66f7-ff3cca8d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1c1cb3d9-4aaa-5652-9efe-1a2c1e2d427c-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ff4f8c34-ffb1-beb3-275f-ccfd5321b49e-ff3cca8d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de17-1e45de13 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de1f-1e45de13 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6374cf5f-32a7-37ad-d5be-9d88f7e8e82c-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea297483-d4c5-f27d-9731-b041eb59066e-ff3cca8d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2f3e451-2906-30fd-0f36-6a8b1e45de1f-1e45de13 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Seriously Nostalgic Regular';
  src: url('../fonts/SeriouslyNostalgicFn-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seriously Nostalgic Italic Reg';
  src: url('../fonts/SeriouslyNostalgicFnIt-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}