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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

form input,
form textarea {
  color: black;
}


.w-checkbox::before {
  content: ' ';
  display: table;
  -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-checkbox::after {
  content: ' ';
  display: table;
  -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;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: white;

}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.widget-wrapper {
  position: absolute;
  left: 0px;
  bottom: 280px;
  z-index: 4;
  width: 140px;
  height: 80px;
  background-image: url('../images/Upgrade.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slide-nav {
  display: none;
}

.process-bar-end-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: -41px;
  padding-bottom: 180px;
  -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;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-3 {
  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;
  text-decoration: none;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.tablet-social-link {
  display: none;
}

.wrapper.hide-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.phone-social-link {
  display: none;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-wrapper.vertical-flex {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand {
  position: static;
}

.brand.w--current {
  position: static;
  z-index: auto;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.baby-text-block {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 200;
}

.slider {
  width: auto;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.wrapper-2 {
  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;
}

.line-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-loop {
  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;
  background-color: transparent;
}

.info-about-me.gray {
  margin-bottom: 8px;
  line-height: 1.4;
}

.heart-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta {
  margin-right: 35px;
  padding: 13px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.footer-cta:hover {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.footer-cta.solid-button {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.footer-cta.solid-button:hover {
  background-color: hsla(0, 0%, 91.4%, 0.79);
  color: #262626;
  font-weight: 500;
}

.sub-heading {
  position: static;
  z-index: 4;
  display: block;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: -3px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
  text-align: center;
}

.sub-heading.small_font {
  margin-top: 5px;
  font-size: 15px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 55px;
  font-weight: 300;
}

.heading.orange-heading {
  margin-left: 15px;
  color: #825de7;
}

.heading.orange-heading.prefix-orange {
  margin-right: 10px;
  margin-left: 0px;
}

.heading.grey-heading {
  width: 780px;
  margin-bottom: 0px;
  color: #262626;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.link-description {
  margin-top: 3px;
  margin-right: 6px;
  margin-left: 6px;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
}

.slider-portfolio {
  position: relative;
  display: none;
}

.line-loop-wrapper {
  overflow: hidden;
  width: 100%;
}

.services-wrapper {
  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;
}

.cta-button {
  position: fixed;
  top: 22px;
  z-index: auto;
  display: none;
  margin-right: 0px;
  padding: 12px 37px;
  border-radius: 10px;
  background-color: #825de7;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 600;
  cursor: pointer;
}

.cta-button:hover {
  background-color: rgba(130, 93, 231, 0.88);
}

.cta-button:active {
  background-color: #825de7;
}

.image-5 {
  padding-left: 5px;
}

.hero-sub-heading {
  position: absolute;
  z-index: 4;
  display: block;
  width: 460px;
  height: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 21px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.hero-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.horizontal-end {
  width: 50px;
  height: 3px;
  background-color: #e9e9e9;
}

.process_steps {
  font-size: 25px;
  font-weight: 400;
  text-align: right;
}

.process-grid {
  width: 100%;
  padding-bottom: 150px;
  justify-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 160px 1fr;
  grid-template-columns: 1fr 160px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fixed-cta-container {
  position: fixed;
  left: 0%;
  top: 24px;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.process-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.scroll-to-top-arrow {
  position: absolute;
  margin-top: 14px;
  margin-left: 14px;
}

.phone-wrapper {
  position: absolute;
  left: 466px;
  top: 34px;
  right: auto;
  z-index: 2;
  width: 143px;
  height: 300px;
  background-image: url('../images/Phone-mockup.png');
  background-position: 50% 50%;
  background-size: 143px;
  background-repeat: no-repeat;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
}

._2nd-line-headng-wrapper {
  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;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}

.image-13 {
  display: none;
}

.grey-paragraph {
  margin-bottom: 30px;
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.line-loop-text {
  display: inline-block;
  margin-top: 0px;
  margin-right: 1.4vh;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 4vh;
  line-height: 1;
  font-weight: 200;
  white-space: nowrap;
}

.image-6 {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.hero-description {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-9 {
  width: 20px;
}

.step-sub-heading {
  margin-top: 8px;
  font-weight: 200;
  text-align: right;
}

.main-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Device---Macbook-Pro.png');
  background-position: 50% 30%;
  background-size: 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.portfolio-showcase {
  max-width: 1250px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.footer-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grey-text-block {
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.webflow-users {
  width: 90%;
  max-width: 1360px;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.page-wrapper {
  position: static;
  display: block;
  overflow: hidden;
}

.page-wrapper.sample {
  display: block;
}

.process-image {
  margin-top: 30px;
}

.nav-bar-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: transparent;
}

.service-image {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.service-image:hover {
  box-shadow: 0 0 20px -6px rgba(130, 93, 231, 0.4);
}

.name {
  margin-top: 20px;
  color: #262626;
  font-size: 25px;
}

.name.gray {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.footer-heading {
  font-weight: 400;
}

.paragraph-wrapper {
  max-width: 450px;
}

.hero-copy {
  margin-top: 65px;
  color: #e9e9e9;
}

.hero-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.webflow-mockup {
  position: relative;
  z-index: 5;
  max-height: 440px;
  border: 2px solid #262626;
  border-radius: 15px;
}

.webflow-intro {
  width: 90%;
  max-width: 1360px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 80px;
}

.step-wrapper {
  position: static;
  top: 50vh;
}

.image-12 {
  display: none;
}

.hero-section {
  background-color: #262626;
  background-image: url('../images/White-Grain.png'), url('../images/DecorativeLine-2-hero.svg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, 100vw;
  background-repeat: repeat, no-repeat;
}

.footer {
  background-color: #262626;
  background-image: url('../images/DecorativeLine-2-hero.svg'), url('../images/White-Grain.png');
  background-position: 50% 90%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.description-with-link-wrapper {
  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;
}

.portfolio-slide {
  width: 750px;
  height: auto;
  margin: 60px 65px;
  background-color: transparent;
}

.about {
  margin-bottom: 90px;
  padding-top: 140px;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-me-wrapper {
  display: block;
  width: 100%;
  max-width: 565px;
  padding: 30px;
  border: 2px solid #262626;
  border-radius: 15px;
}

.about-me-wrapper.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -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;
}

.heading-2 {
  margin-top: 20px;
  font-size: 200%;
  font-weight: 300;
  text-align: center;
}

.phone-process-wrapper {
  display: none;
}

.capabilities {
  font-weight: 500;
}

.capabilities.gray {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.capabilites-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.webflow-description-wrapper {
  max-width: 600px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10%;
  padding-top: 45px;
}

.about-me {
  margin-top: 30px;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
}

.social-link {
  margin-left: 8px;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

.cta-button-with-arrow {
  position: fixed;
  left: auto;
  top: 24px;
  right: 5vw;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 17px 12px 20px;
  -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: 10px;
  background-color: #825de7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.cta-button-with-arrow:hover {
  background-color: #4f3792;
}

.process_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 35px;
  height: 35px;
  border-style: none;
  border-color: #000;
  border-radius: 100%;
  background-color: #e9e9e9;
}

.step-description {
  max-width: 350px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 200;
}

.logo {
  position: static;
  z-index: 1;
  margin-top: 10px;
  padding-top: 0px;
  cursor: pointer;
}

.line-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 65px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.line-heading.orange-heading {
  color: #825de7;
}

.nav-link {
  padding: 5px 17px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #e9e9e9;
}

.nav-link.nav-menu-cta {
  display: none;
}

.nav-link.not-yet-made {
  display: none;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
  background-color: transparent;
}

.webflow-section {
  padding-top: 120px;
  background-color: transparent;
  background-image: none;
}

.button-text {
  position: static;
  margin-right: 13px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 500;
}

.copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 91.4%, 0.47);
  font-weight: 200;
}

.tablet-cta-temporary {
  display: none;
  margin-right: 35px;
  padding: 13px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.tablet-cta-temporary:hover {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.scroll-to-top {
  position: fixed;
  left: auto;
  top: 88%;
  right: 2%;
  bottom: 0%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-style: none;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 100px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.scroll-to-top:hover {
  background-color: hsla(0, 0%, 91.4%, 0.8);
}

.scroll-to-top.w--current {
  background-color: #e9e9e9;
}

.webflow-mockup-wrapper {
  position: relative;
  max-height: 440px;
  max-width: 600px;
  border: 2px none transparent;
  border-radius: 0px;
}

.gray {
  margin-bottom: 0px;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
}

.mask {
  width: auto;
  height: auto;
}

.services-section {
  margin-bottom: 80px;
}

.process-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 50px;
  -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;
}

.image-graphic-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.laptop-mockup {
  width: 420px;
  height: 260px;
}

.capabilities-block {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 5px 11px;
  border-radius: 5px;
  background-color: #e9e9e9;
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.section {
  padding: 60px;
}

.section.less_padding {
  position: static;
  padding-bottom: 35px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.timeline {
  position: static;
  z-index: 14;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.less-margin {
  margin-right: auto;
  margin-bottom: -180px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.webflow-section {
  position: relative;
  height: auto;
  padding-top: 0px;
  background-color: #c1c1c1;
  background-image: url('../images/black-grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.project-card {
  width: 750px;
  height: 615px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 15px;
  background-color: #262626;
  box-shadow: 0 -4px 40px 0 rgba(0, 0, 0, 0.25);
}

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

.image-7 {
  display: block;
}

.portfolio-section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 60px;
  padding-left: 60px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -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: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block-11 {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  max-width: 1250px;
  margin-top: 95px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-animation {
  position: absolute;
  left: 278px;
  bottom: 52px;
  z-index: 5;
  width: 40px;
  height: 40px;
}

.grey-text-link {
  margin-right: 8px;
  margin-left: 8px;
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.sub-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.sub-heading-wrapper.form-sub-heading {
  max-width: 380px;
  margin-top: -10px;
  margin-bottom: 15px;
  -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;
}

.horizontal-divider {
  width: 80px;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: rgba(57, 57, 57, 0.43);
}

.portfolio-arrow {
  position: absolute;
  left: 47vw;
  top: 3px;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.portfolio-arrow.right-arrpw {
  position: absolute;
  left: 6vw;
  top: 2px;
  bottom: auto;
}

.webflow-update-caption {
  position: absolute;
  left: 26px;
  top: 18px;
  z-index: 6;
  color: #262626;
  font-weight: 500;
}

.video-wrapper {
  position: absolute;
  left: 88px;
  top: 27px;
  z-index: 1;
  width: 420px;
  height: 260px;
}

.small-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e9e9e9;
}

.small-arrow.hide-small-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail {
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.thumbnail:hover {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(130, 93, 231, 0.4);
}

.tag {
  margin-right: 12px;
  padding: 3px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.link-block-2 {
  display: block;
}

.text-link {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 28px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: none;
}

.text-link:hover {
  display: inline;
  text-decoration: underline;
}

.thumbnail-wrapper {
  display: none;
  max-width: 100%;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.arrow-base {
  position: absolute;
  display: none;
  margin-left: -10px;
}

.paragraph {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 180%;
  font-weight: 200;
}

.project-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arrow-on-hover-base {
  position: static;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #e9e9e9;
  text-decoration: none;
}

.grid {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 200px;
  grid-column-gap: 6vw;
  grid-row-gap: 15px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-heading {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 40px;
  font-weight: 300;
}

.process-bar-progress-2 {
  position: fixed;
  bottom: 50vh;
  width: 3px;
  height: 50vh;
  background-color: #e9e9e9;
}

.process-bar-line-2 {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #393939;
}

.process-steps {
  position: static;
  z-index: -3;
}

.body {
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-15 {
  margin-bottom: 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.close-area {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: transparent;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  line-height: 75px;
  font-weight: 300;
}

.close-icon-wrapper {
  position: absolute;
  left: auto;
  top: 4%;
  right: 25%;
  bottom: 0px;
  width: 50px;
  height: 50px;
}

.hand-waving-emoji {
  margin-left: 20px;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 15px;
  background-color: transparent;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.textarea {
  min-height: 200px;
  margin-bottom: 40px;
  padding: 20px 12px;
  border-radius: 10px;
  background-color: #e9e9e9;
  color: #262626;
}

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

.email-form-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9e9e9;
  font-size: 14px;
  font-weight: 300;
}

.form-button {
  height: 55px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #e9e9e9;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.form-button:hover {
  background-color: hsla(0, 0%, 91.4%, 0.8);
}

.heading-4 {
  font-size: 14px;
  font-weight: 300;
}

.close-icon {
  padding: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 0.7;
}

.form-text-field {
  height: 56px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #e9e9e9;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-10 {
  position: fixed;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px none #000;
  background-color: transparent;
  background-image: none;
}

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

.brand-2 {
  position: fixed;
}

.brand-2.w--current {
  position: static;
  z-index: auto;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.project-description {
  max-width: 735px;
  margin-top: 30px;
  font-weight: 200;
  text-align: center;
}

.project-hero-section {
  height: 710px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.project-hero-section.project-hero {
  height: 710px;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.project-hero-section.project-hero {
  height: 710px;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link {
  color: #e9e9e9;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.footer-2 {
  background-color: #262626;
  background-image: url('../images/DecorativeLine-2-hero.svg'), none;
  background-position: 50% 90%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.light-grey-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-4 {
  color: #c1c1c1;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.image-10 {
  margin-top: -260px;
  margin-bottom: 0px;
}

.project-hero-grid {
  margin-top: 60px;
  justify-items: center;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-span {
  color: #825de7;
}

.heading-6 {
  font-size: 65px;
  line-height: 80px;
  font-weight: 300;
}

.nav_menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -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;
}

.nav_link {
  padding: 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e9e9e9;
  font-weight: 500;
  text-decoration: none;
}

.nav_link:hover {
  color: #db79b7;
}

.nav_link.is-last-link {
  padding-right: 0rem;
}

.nav_links-list {
  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;
}

.nav_menu-button {
  display: none;
}

.nav_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  background-color: rgba(21, 19, 25, 0.8);
}

.nav_logo {
  max-height: 1.5rem;
}

.components {
  display: none;
}

.text-block-12 {
  text-decoration: none;
}

.bkg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: #8a9fab;
  opacity: 0;
}

.pagination-link {
  margin-bottom: 0px;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 30px;
}

.pagination-link.w--current {
  background-color: #fff;
}

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.bkg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 43px 3vw;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(129, 204, 255, 0);
}

.image-big {
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.image-big:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}

.page-wrapper-2 {
  display: none;
}

.heading-7 {
  color: #253b47;
  font-size: 2.2vw;
  font-weight: 500;
}

.rope-image {
  display: block;
  max-height: 70vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.number {
  margin-left: -20px;
  opacity: 1;
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  text-align: right;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 85vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-3.gallery {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-3.negative-margins {
  margin-top: 0px;
  padding-top: 0px;
}

.wrapper-3.content {
  margin-top: 200px;
}

.rope-slider-mask {
  position: absolute;
}

.big-paragraph {
  color: #253b47;
  font-size: 2.4vw;
  line-height: 1.7;
  text-align: left;
}

.big-paragraph.text-white {
  color: #e9e9e9;
}

.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
}

.sticky.two-lines {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky.full-opacity {
  margin-bottom: 0px;
  opacity: 1;
}

.bkg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-color: #253b47;
  opacity: 0;
}

.heading-8 {
  margin-bottom: 50px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 21vw;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1vw;
}

.heading-8.twolines {
  margin-top: -3vw;
}

.heading-8.first {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cropped-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 33vw;
  margin-right: -4vw;
  margin-bottom: -14vh;
}

.rope-slider {
  display: block;
  min-height: 70vh;
  -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;
  background-color: transparent;
}

.text-block {
  margin-right: 10px;
  color: #2c4350;
  font-size: 1.2em;
  font-weight: 500;
}

.pagination {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.rope-slide {
  -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;
}

.bkg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #ebccab;
  opacity: 0;
}

.div-block-15 {
  position: relative;
  z-index: 2;
  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: 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;
}

.bag-landing-page {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 90vh;
  margin-right: auto;
  margin-bottom: -30vh;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.bag-landing-page:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.vertically-centered {
  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;
}

.block.slider {
  display: block;
}

.block._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
}

.block._41 {
  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: 0;
  -webkit-flex: 0 0 41.67%;
  -ms-flex: 0 0 41.67%;
  flex: 0 0 41.67%;
}

.block._41.centred {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.image {
  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;
}

.block._58 {
  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-flex: 0;
  -webkit-flex: 0 0 58.33%;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
}

.cord {
  position: relative;
  min-width: 680px;
  margin-left: -10vw;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.22);
}

.outer-shell {
  max-width: 32vw;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.pagination-line {
  width: 2px;
  height: 30px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.color {
  margin-left: 20px;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 60px;
  -webkit-transition: border-width 50ms ease-in-out, padding 50ms ease-in-out;
  transition: border-width 50ms ease-in-out, padding 50ms ease-in-out;
}

.color:hover {
  padding: 16px;
  border-width: 4px;
}

.color:focus {
  padding: 16px;
  border-width: 4px;
}

.color.first {
  margin-left: 0px;
  background-color: #3684c2;
}

.color._5 {
  background-color: #ffcd05;
}

.color._3 {
  background-color: #989baa;
}

.color._2 {
  background-color: #4c40d6;
}

.color._4 {
  background-color: #be7531;
}

.div-block-8 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebccab), to(#ebccab));
  background-image: linear-gradient(180deg, #ebccab, #ebccab);
}

.heading-9 {
  margin-bottom: 12px;
  color: #000;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -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;
}

.section-2.last {
  margin-bottom: 135px;
}

.section-2.first {
  padding-top: 0px;
  padding-bottom: 0vh;
  -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;
}

.section-2.centered {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 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;
}

.section-2.centered.last {
  margin-bottom: 0px;
  padding-bottom: 0vh;
}

.section-2.intro {
  min-height: 120vh;
  margin-top: 200px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section-2.korb {
  padding-top: 0px;
}

.action-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 110px;
  background-color: #000;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.action-button:hover {
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.action-button.landing {
  margin-top: 0px;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav_button_h {
  margin-left: 1.25rem;
  padding: 0.65rem 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 97.7%, 0.2);
  text-align: center;
}

.verticle-shape_left {
  position: absolute;
  left: 17%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 8rem;
  height: 22rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #f58a07;
}

.nav_menu_h {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-home-header_h {
  overflow: hidden;
  background-color: #86afc3;
  background-image: url('../images/curvy-lines.png'), radial-gradient(circle farthest-corner at 0% 0%, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.2) 0%, transparent 101%), none;
  background-position: 50% -30%, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.text-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 500;
}

.dropdown_h {
  left: 1rem;
  top: 2rem;
  background-color: #f9f9f9;
}

.button-arrow {
  margin-left: 0.5rem;
}

.page-wrapper-3 {
  overflow: hidden;
}

.home-header_content {
  position: relative;
  z-index: 1;
}

.nav_component-transparent_h {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 1.5rem 2.5rem;
  -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;
  background-color: transparent;
}

.home-header_image_h {
  position: static;
  left: auto;
  top: -32%;
  right: -8.5rem;
  bottom: 0%;
}

.horzontal-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 1px;
  margin-top: 1.5rem;
  background-color: hsla(0, 0%, 97.7%, 0.4);
}

.verticle-shape_right {
  position: absolute;
  left: 17%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 8rem;
  height: 22rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #f58a07;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.home-header_component_h {
  position: static;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-top: 3rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav_dropdown_h {
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.dropdown_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #f9f9f9;
}

.nav_link_h {
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #f9f9f9;
  font-weight: 300;
}

.dropdown-toggle_h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 300;
}

.nav_component_h {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  padding: 1.5rem 2.5rem;
  -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;
  background-color: rgba(134, 175, 195, 0.95);
  background-image: url('../images/grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.nav_logo_h {
  position: relative;
  bottom: 0.4rem;
  margin-right: 1rem;
}

.button-text_h {
  background-color: transparent;
}

.nav_menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-header_image-wrapper_h {
  position: static;
  left: auto;
  top: 15.5%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  margin-right: -6rem;
  margin-bottom: -6rem;
  border-style: none;
  border-width: 1px;
  border-color: #f9f9f9;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #86afc3, transparent);
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.nav_menu-right {
  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;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.nav_container_h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav_logo-link_h {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.text-color-white {
  margin-right: 0.1rem;
  color: #f9f9f9;
  font-weight: 300;
}

.text-color-white.text-weight-medium {
  position: static;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: left;
}

.dropdown-link_h {
  padding: 0.5rem 1rem;
}

.button_h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #ffeaa3;
}

.button-wrapper {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.ck-attr-btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f5f2ff;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #825de7;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #262626;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #825de7;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #825de7;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: 0.75rem;
  margin-right: 0em;
  margin-bottom: -1rem;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #825de7;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.ck-modal__exit-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem 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;
  border-radius: 0.25rem;
  background-color: #f5f2ff;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: #825de7;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-prefmanager-w {
  position: fixed;
  left: 1.25rem;
  bottom: 0rem;
  z-index: 9475;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #262926;
  text-decoration: none;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.125rem;
  padding: 0.75em 1em 0.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background-color: #fff;
  -webkit-transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  color: #262926;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.ck-preference__btn:hover {
  margin-bottom: 0rem;
  text-decoration: underline;
}

.ck-preference__icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-preference__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 231, 213, 0.5);
  opacity: 1;
  cursor: pointer;
}

.ck-radio-w {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #999c98;
  cursor: pointer;
}

.ck-radio-w:hover {
  color: #825de7;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-preference-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9525;
  display: none;
  width: 100%;
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ck-form-w {
  margin-bottom: 0rem;
}

.ck-preference__scroll-w {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.ck-radio__desc {
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.ck-radio__label {
  margin-bottom: 0.25rem;
  color: #262926;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.text-block-13 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0px;
  margin-left: -1.75rem;
  float: left;
  border-style: solid;
  border-width: 1.75px;
  border-color: #999c98;
  border-radius: 0.375rem;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #825de7;
  border-radius: 0.375rem;
  background-color: #825de7;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.is--checked {
  border-color: #825de7;
  background-color: #825de7;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .wrapper.hide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-2 {
    background-color: transparent;
  }

  .sub-heading {
    height: auto;
  }

  .hero-sub-heading {
    height: auto;
  }

  .hero-description {
    margin-right: 0px;
    margin-left: 0px;
  }

  .name {
    margin-top: 0px;
  }

  .name.gray {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer {
    background-color: #262626;
    background-image: url('../images/footer-2-DecorativeLine.svg'), url('../images/White-Grain.png');
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .about {
    margin-top: 60px;
  }

  .social-link-wrapper {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-link {
    color: #262626;
    font-weight: 400;
    text-decoration: underline;
  }

  .copyright-wrapper {
    margin-top: 45px;
  }

  .tablet-cta-temporary {
    display: none;
  }

  .navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .sub-heading-wrapper.form-sub-heading {
    max-width: 380px;
  }

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

  .text-block-7 {
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
  }

  .modal-bg {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    background-color: #393939;
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .text-block-10 {
    color: #262626;
  }

  .close-area {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
  }

  .close-icon-wrapper {
    cursor: pointer;
  }

  .success-message {
    margin-top: 40px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 15px;
    background-color: transparent;
  }

  .grid-3 {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-11 {
    margin-right: 20px;
  }

  .error-message {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffbdbd;
  }

  .close-icon {
    position: absolute;
    left: auto;
    top: -1%;
    right: -20%;
    bottom: auto;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .close-icon:hover {
    opacity: 0.7;
  }

  .div-block-10 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(57, 57, 57, 0.81);
  }

  .footer-2 {
    background-image: url('../images/footer-2-DecorativeLine.svg'), none;
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .body-2 {
    background-color: #b9cad4;
  }
}

@media screen and (min-width: 1440px) {
  .name {
    margin-top: 40px;
    color: #262626;
  }

  .section-home-header_h {
    background-position: 40% 0%, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
  }
}

@media screen and (min-width: 1920px) {
  .verticle-shape_left {
    left: 8%;
    top: 95px;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background-color: #0d2633;
  }

  .verticle-shape_left.show-higher-breakpoint {
    left: 6%;
    display: block;
  }

  .section-home-header_h {
    background-position: 0% 0%, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
  }

  .verticle-shape_right {
    left: 87%;
    top: 286px;
    height: 30rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    background-color: #0d2633;
  }

  .verticle-shape_right.show-higher-breakpoint {
    top: 166px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .widget-wrapper {
    display: none;
  }

  .heading-wrapper.vertical-flex {
    margin-bottom: 45px;
  }

  .brand.w--current {
    position: static;
  }

  .footer-cta {
    margin-right: 3vw;
  }

  .sub-heading {
    margin-top: 0px;
  }

  .sub-heading.small_font {
    margin-top: 0px;
  }

  .heading.grey-heading {
    font-size: 6vw;
    line-height: 1.3;
  }

  .line-loop-wrapper {
    margin-top: 30px;
  }

  .cta-button {
    top: 505px;
  }

  .hero-sub-heading {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .process_steps {
    line-height: 1.3;
  }

  .process-grid {
    padding-bottom: 120px;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 100px 1fr;
  }

  .fixed-cta-container {
    display: none;
  }

  .phone-wrapper {
    left: 443px;
    top: 71px;
    height: 250px;
    background-size: 130px;
  }

  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-description {
    font-size: 14px;
  }

  .image-13 {
    display: none;
  }

  .grey-paragraph {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 30px;
  }

  .image-6 {
    margin-top: 30px;
  }

  .main-image-wrapper {
    bottom: 25px;
  }

  .portfolio-showcase {
    margin-top: 60px;
  }

  .grey-text-block {
    font-size: 17px;
    line-height: 30px;
  }

  .nav-bar-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .webflow-intro {
    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;
  }

  .hero-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .about {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .about-me-wrapper {
    max-width: 600px;
    margin-bottom: 30px;
  }

  .service-wrapper {
    max-width: 350px;
    margin-bottom: 5vw;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .phone-process-wrapper {
    display: none;
  }

  .div-block-13 {
    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;
  }

  .webflow-description-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin: 0px auto -30px;
    padding-top: 0px;
    -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;
  }

  .about-me {
    margin-bottom: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cta-button-with-arrow.tablet-cta {
    position: absolute;
    top: 372px;
    right: auto;
    padding-right: 80px;
    padding-left: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 10px;
    background-color: transparent;
  }

  .cta-button-with-arrow.tablet-cta:hover {
    border-style: none;
    background-color: #825de7;
  }

  .icon {
    color: #e9e9e9;
  }

  .step-description {
    font-size: 14px;
  }

  .logo {
    margin-top: 13px;
  }

  .line-heading {
    font-size: 55px;
    line-height: 70px;
    font-weight: 300;
  }

  .nav-link {
    margin-top: 5vw;
    margin-bottom: 5vw;
    border-radius: 0px;
    color: #262626;
    font-size: 16px;
    text-align: center;
  }

  .nav-link.nav-menu-cta {
    width: 300px;
    margin-bottom: 60px;
    padding: 13px 60px;
    border: 2px solid #262626;
    border-radius: 10px;
    font-weight: 500;
  }

  .nav-menu {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #c1c1c1;
    background-image: url('../images/black-grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .webflow-section {
    height: auto;
    padding-top: 60px;
  }

  .tablet-cta-temporary {
    position: absolute;
    left: auto;
    top: 372px;
    right: auto;
    z-index: 5;
    display: none;
    width: 300px;
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-style: none;
    border-radius: 7px;
    background-color: #825de7;
    text-align: center;
  }

  .tablet-cta-temporary:hover {
    border-style: solid;
    background-color: transparent;
    color: #e9e9e9;
    font-weight: 400;
  }

  .webflow-mockup-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .services-section {
    margin-bottom: 0px;
  }

  .image-graphic-wrapper {
    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;
  }

  .section.less_padding {
    border: 1px none #000;
  }

  .section.less-margin {
    padding-top: 30px;
  }

  .portfolio-section {
    margin-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .navbar {
    height: 70px;
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .menu-button {
    margin-top: 13px;
    padding: 10px;
    background-color: transparent;
  }

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

  .div-block-6 {
    margin-top: 70px;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .lottie-animation {
    left: 498px;
    display: block;
  }

  .grey-text-link {
    display: block;
    font-size: 17px;
    line-height: 30px;
  }

  .sub-heading-wrapper {
    margin-top: 8px;
  }

  .webflow-update-caption {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 91.4%, 0.57);
  }

  .small-arrow {
    display: block;
  }

  .small-arrow.hide-small-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .thumbnail {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .tag {
    font-size: 10px;
  }

  .text-link {
    position: relative;
    font-size: 13px;
  }

  .arrow-base {
    display: none;
    margin-left: -25px;
  }

  .paragraph {
    font-size: 15px;
  }

  .project-description-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    -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;
  }

  .arrow-on-hover-base {
    position: relative;
    width: 50px;
    margin-left: 20px;
  }

  .project-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid {
    padding-bottom: 60px;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-heading {
    font-size: 35px;
  }

  .brand-2.w--current {
    position: static;
  }

  .project-hero-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav_menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    -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: #0b0a0c;
  }

  .nav_container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .nav_link {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_link.is-last-link {
    padding-right: 1rem;
  }

  .nav_links-list {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding-left: 2rem;
    -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;
    background-color: #0b0a0c;
  }

  .nav_menu-button {
    z-index: 3;
    display: block;
    padding: 0.5rem;
  }

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

  .grid-4 {
    margin-right: -15px;
    margin-left: -15px;
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-4.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-big {
    margin-bottom: 40px;
  }

  .heading-7 {
    font-size: 3.5vw;
  }

  .wrapper-3 {
    position: relative;
    width: 100%;
    -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;
  }

  .wrapper-3.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-3.negative-margins {
    margin-top: 0px;
  }

  .big-paragraph {
    margin-bottom: 0px;
    font-size: 3.4vw;
  }

  .cropped-image {
    max-width: 350px;
    margin-right: -58px;
    margin-bottom: -92px;
  }

  .rope-slider {
    max-width: 60vw;
  }

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

  .bag-landing-page {
    width: 60%;
    height: auto;
    margin-bottom: -10vh;
  }

  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.slider {
    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;
  }

  .block._41 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .block._41.centred {
    margin-top: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .cord {
    max-width: 70vw;
    min-width: 0px;
    margin-bottom: 40px;
    margin-left: -13vw;
  }

  .outer-shell {
    max-width: 50vw;
    margin-bottom: 50px;
  }

  .heading-9 {
    font-size: 3.5vw;
  }

  .section-2 {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }

  .section-2.intro {
    min-height: 60vh;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .process-bar-end-cover {
    display: none;
  }

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

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

  .heading-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .phone-process-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 10px;
  }

  .baby-text-block {
    margin-left: 10px;
  }

  .footer-cta.solid-button {
    margin-right: 0px;
  }

  .sub-heading {
    margin-top: 5px;
    font-size: 17px;
    line-height: 1.7;
  }

  .heading {
    font-size: 7vw;
  }

  .heading.grey-heading {
    width: auto;
    font-size: 7vw;
    line-height: 1.4;
  }

  .line-loop-wrapper {
    margin-top: -20px;
  }

  .hero-sub-heading {
    margin-top: -5px;
    font-size: 2.7vw;
    line-height: 1.4;
  }

  .process_steps {
    line-height: 1.2;
    text-align: left;
  }

  .process-left {
    width: 60%;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
  }

  .phone-wrapper {
    left: 62%;
    top: 66px;
    background-size: 80px;
  }

  .image-6 {
    display: none;
  }

  .step-sub-heading {
    text-align: left;
  }

  .main-image-wrapper {
    margin-top: -15px;
    background-image: url('../images/Device---Macbook-Pro.png');
    background-size: 400px;
  }

  .portfolio-showcase {
    margin-top: 30px;
  }

  .footer-cta-wrapper {
    margin-top: 45px;
  }

  .grey-text-block.center-alignment {
    text-align: center;
  }

  .webflow-users {
    margin-top: 100px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .webflow-mockup {
    max-height: 380px;
  }

  .webflow-intro {
    display: -ms-grid;
    display: grid;
    width: 90vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-12 {
    display: block;
    margin-top: 10px;
  }

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

  .about {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .vertical-divider {
    width: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 91.4%, 0.34);
  }

  .webflow-description-wrapper {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .footer-wrapper {
    margin-top: 60px;
  }

  .cta-button-with-arrow.tablet-cta {
    top: 275px;
  }

  .process_circle {
    width: 25px;
    height: 25px;
  }

  .step-description {
    max-width: 200px;
    margin-left: 10px;
    line-height: 1.5;
  }

  .line-heading {
    font-size: 7vw;
    line-height: 1.4;
  }

  .webflow-section {
    margin-right: auto;
    margin-left: auto;
  }

  .tablet-cta-temporary {
    top: 300px;
  }

  .process-wrapper {
    display: none;
  }

  .webflow-mockup-wrapper {
    display: block;
  }

  .process-right {
    width: 40%;
    margin-left: 5px;
    padding-right: 0px;
  }

  .image-graphic-wrapper {
    margin-top: -40px;
  }

  .laptop-mockup {
    display: none;
  }

  .section.less_padding {
    padding-bottom: 60px;
  }

  .section.timeline {
    padding: 0px 30px 30px;
  }

  .section.less-margin {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.webflow-section {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

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

  .lottie-animation {
    left: 48%;
    bottom: 119px;
    display: block;
    width: 20px;
    height: 20px;
  }

  .sub-heading-wrapper {
    margin-top: 5px;
  }

  .webflow-update-caption {
    margin-top: 10px;
  }

  .video-wrapper {
    display: none;
  }

  .tag-wrapper {
    margin-top: 0px;
  }

  .paragraph {
    margin-top: 15px;
  }

  .project-description-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .project-heading {
    font-size: 30px;
  }

  .process-bar-progress-2 {
    display: none;
  }

  .process-bar-line-2 {
    width: 2px;
    background-color: #e9e9e9;
  }

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

  .close-icon {
    position: relative;
    left: 34px;
  }

  .form-text-field {
    height: 50px;
  }

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

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

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

  .nav_logo {
    max-height: 1.25rem;
  }

  .pagination-link {
    padding: 4px;
  }

  .navbar-2 {
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .heading-7 {
    font-size: 2em;
  }

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

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

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .pagination-line {
    height: 20px;
  }

  .button-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .verticle-shape_left {
    left: 14%;
    width: 5rem;
    height: 16rem;
  }

  .verticle-shape_right {
    left: 14%;
    width: 5rem;
    height: 16rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0rem;
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
  }

  .ck-modal__exit-btn {
    top: -1rem;
    margin-right: 1.25rem;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-preference__icon {
    margin-right: 0rem;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .wrapper.tablet-social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper.hide-wrapper {
    display: none;
  }

  .heading-wrapper.vertical-flex {
    margin-bottom: 5vw;
  }

  .phone-process-grid {
    margin-right: 4vw;
    margin-bottom: 60px;
    margin-left: 4vw;
    padding: 15px 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-cta {
    margin-right: 0px;
    margin-bottom: 5vw;
  }

  .sub-heading {
    font-size: 14px;
    line-height: 1.7;
  }

  .sub-heading.small_font {
    margin-top: -5px;
    font-size: 3vw;
  }

  .heading {
    font-size: 9vw;
    line-height: 1.4;
  }

  .heading.orange-heading {
    margin-left: 2vw;
    line-height: 1.4;
  }

  .heading.grey-heading {
    font-size: 7vw;
  }

  .line-loop-wrapper {
    margin-top: -40px;
  }

  .hero-sub-heading {
    height: 3vh;
    font-size: 3vw;
  }

  .process_steps {
    margin-top: 10px;
  }

  .process-left {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .phone-wrapper {
    left: 52%;
    top: 19px;
    background-size: 50px;
  }

  .text-wrapper {
    margin-top: 5vw;
  }

  .service-description {
    font-size: 3vw;
    line-height: 1.5;
  }

  .grey-paragraph {
    font-size: 3.5vw;
    line-height: 1.7;
  }

  .line-loop-text {
    font-size: 2vh;
  }

  .image-6 {
    display: none;
  }

  .hero-description {
    height: 5vh;
  }

  .main-image-wrapper {
    height: 40vh;
    margin-top: 5px;
    background-image: url('../images/Device---Macbook-Pro.png');
    background-size: 250px;
  }

  .portfolio-showcase {
    margin-top: 30px;
  }

  .footer-cta-wrapper {
    margin-top: 30px;
    -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;
  }

  .grey-text-block {
    font-size: 3.5vw;
    line-height: 1.7;
    text-align: left;
  }

  .grey-text-block.center-alignment {
    margin-bottom: 2vw;
    text-align: center;
  }

  .webflow-users {
    margin-top: 15vw;
  }

  .nav-bar-container {
    grid-template-areas: ". . Area";
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .name.gray {
    font-size: 4.5vw;
  }

  .footer-heading {
    line-height: 1.1;
    text-align: center;
  }

  .webflow-mockup {
    max-height: 270px;
  }

  .image-12 {
    max-width: 90%;
  }

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

  .about {
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .about-me-wrapper {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .about-me-wrapper.flexed {
    margin-bottom: 30px;
  }

  .service-wrapper {
    margin-bottom: 8vw;
  }

  .heading-2 {
    font-size: 6vw;
    line-height: 1.4;
  }

  .vertical-divider {
    display: none;
  }

  .about-me {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-link {
    font-size: 3vw;
    line-height: 1.2px;
  }

  .cta-button-with-arrow.tablet-cta {
    top: 213px;
    padding: 10px 20vw;
  }

  .step-description {
    max-width: none;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 12px;
  }

  .line-heading {
    font-size: 7vw;
  }

  .webflow-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .copyright {
    font-size: 12px;
  }

  .tablet-cta-temporary {
    top: 245px;
    width: 90%;
    max-width: 400px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .gray {
    font-size: 3vw;
    line-height: 1.5;
  }

  .process-right {
    width: 100%;
    margin-left: 0px;
  }

  .capabilities-block {
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw 1vw 3vw;
    font-size: 2.5vw;
  }

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

  .section.less-margin {
    margin-right: auto;
    padding-top: 0px;
  }

  .section.webflow-section {
    padding-bottom: 0px;
  }

  .footer-grid {
    justify-items: center;
  }

  .div-block-6 {
    margin-top: 5vw;
  }

  .lottie-animation {
    left: 47%;
    top: 195.391px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grey-text-link {
    font-size: 3.5vw;
    line-height: 1.7;
  }

  .webflow-update-caption {
    left: 17px;
    top: 10px;
    font-size: 3.5vw;
  }

  .tag {
    margin-top: 2vw;
    margin-right: 2vw;
    padding: 1px 2vw;
    font-size: 2vw;
  }

  .tag-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph {
    margin-top: 20px;
    color: #e9e9e9;
    font-size: 12px;
  }

  .project-description-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-link {
    width: auto;
  }

  .grid {
    padding-bottom: 30px;
  }

  .project-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .modal-bg {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 1.4;
  }

  .email-form-link {
    margin-left: 0px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .close-icon {
    left: 62px;
  }

  .form-text-field {
    height: 45px;
    font-size: 13px;
  }

  .link-wrapper {
    margin-top: 15px;
    -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;
  }

  .heading-5 {
    font-size: 9vw;
    line-height: 1.4;
  }

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

  .grid-4 {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
  }

  .heading-7 {
    font-size: 1.6em;
  }

  .wrapper-3 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bag-landing-page {
    margin-bottom: 10vh;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .button-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .verticle-shape_left {
    left: 20%;
    width: 4rem;
    height: 12rem;
  }

  .verticle-shape_right {
    left: 20%;
    width: 4rem;
    height: 12rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .ck-preference-w {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07d1-11b2ab7e {
  -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-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07dd-11b2ab7e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed082c-11b2ab7e {
  -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-b132cc92-7409-a55d-ddb9-f532ecdaf86e-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf87f-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf88e-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf89d-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ac-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8b3-11b2ab7e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ba-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8bc-11b2ab7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8c8-11b2ab7e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8cf-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8d1-11b2ab7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8de-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8e0-11b2ab7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8eb-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ed-11b2ab7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8f8-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8fa-11b2ab7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-11b2ab7e {
  -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;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-11b2ab7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0910-11b2ab7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0913-11b2ab7e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0918-11b2ab7e {
  -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;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-11b2ab7e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0947-11b2ab7e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_16739b1a-df25-00d9-ea42-c72e632ea4bc-632ea4ba {
  -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;
}

#brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
  -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-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56f-c4bfb56b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f2a15d5-8fe3-0851-7103-f100e28f5f10-d3b2ab80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_17dd281f-f47b-3cd1-f22d-d202a45fe277-d3b2ab80 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  -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-_17dd281f-f47b-3cd1-f22d-d202a45fe28a-d3b2ab80 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17dd281f-f47b-3cd1-f22d-d202a45fe29b-d3b2ab80 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_17dd281f-f47b-3cd1-f22d-d202a45fe2ae-d3b2ab80 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17dd281f-f47b-3cd1-f22d-d202a45fe2c0-d3b2ab80 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17dd281f-f47b-3cd1-f22d-d202a45fe2d2-d3b2ab80 {
  -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;
}

#brand-logo.w-node-_81ef9380-5922-bfcd-d15a-810f2d4a8352-29b2ab81 {
  -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-_81ef9380-5922-bfcd-d15a-810f2d4a8354-29b2ab81 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829ba9e-29b2ab81 {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa0-29b2ab81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa2-29b2ab81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa4-29b2ab81 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_0f2a15d5-8fe3-0851-7103-f100e28f5f0c-d3b2ab80 {
    -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-_0f2a15d5-8fe3-0851-7103-f100e28f5f10-d3b2ab80 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed082c-11b2ab7e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0839-11b2ab7e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-11b2ab7e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb57c-c4bfb56b {
    -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: end;
    justify-self: end;
  }

  #brand-logo.w-node-_81ef9380-5922-bfcd-d15a-810f2d4a8352-29b2ab81 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_81ef9380-5922-bfcd-d15a-810f2d4a8361-29b2ab81 {
    -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: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf85b-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf863-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf86e-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf872-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf87a-11b2ab7e {
    -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;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf87f-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf883-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf88b-11b2ab7e {
    -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;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf88e-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf892-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf89a-11b2ab7e {
    -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;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf89d-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8a1-11b2ab7e {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf8a9-11b2ab7e {
    -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;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ac-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8bc-11b2ab7e {
    -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 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-11b2ab7e {
    -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-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-11b2ab7e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0823-11b2ab7e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-11b2ab7e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0949-11b2ab7e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0952-11b2ab7e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16739b1a-df25-00d9-ea42-c72e632ea4c1-632ea4ba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
    -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;
  }
}

