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

.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: sofia-pro;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

a {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.menu2 {
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.mark {
  display: inline-block;
  height: 0.85em;
  padding-right: 5px;
  padding-left: 3px;
  border-bottom: 15px solid rgba(253, 255, 104, 0.85);
  background-color: transparent;
  font-family: 'Acherus grotesque webfont', sans-serif;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-9 {
  display: inline;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #722d65;
  font-size: 5em;
  line-height: 2em;
  font-weight: 700;
}

.number-card {
  padding: 22px 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1991eb), to(#1991eb));
  background-image: linear-gradient(180deg, #1991eb, #1991eb);
}

.number-card.number-card-content3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed629a), to(#c850c0));
  background-image: linear-gradient(180deg, #ed629a, #c850c0);
}

.number-card.number-card-content4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8308), to(#fd4f00));
  background-image: linear-gradient(180deg, #ff8308, #fd4f00);
}

.number-card.number-card-content2 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17cec4), color-stop(0%, #17cec4), to(#08aeea));
  background-image: linear-gradient(180deg, #17cec4, #17cec4 0%, #08aeea);
  color: #333;
}

.number-card.number-card-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7042bf), to(#3023ae));
  background-image: linear-gradient(180deg, #7042bf, #3023ae);
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
}

.heading-3 {
  display: block;
  max-width: 810px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-family: 'Acherus grotesque webfont', sans-serif;
  color: #56692a;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.accordion__tab-button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245, 250, 255, 0.24);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.accordion__tab-button-3:hover {
  background-color: rgba(245, 250, 255, 0.82);
}

.not-found {
  display: block;
  background-color: rgba(117, 183, 254, 0.07);
}

.mask {
  position: relative;
  border-radius: 0px;
  opacity: 1;
  color: transparent;
}

.dynamic-item {
  display: block;
  padding: 10px;
}

.text-deco-light-24 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.number-card-currency {
  color: #fff;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.tagline.tagline-promo-40 {
  position: relative;
  color: rgba(51, 51, 51, 0.4);
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40._400 {
  top: 0px;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.pricing {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdf9ff));
  background-image: linear-gradient(180deg, #fff, #fdf9ff);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon.icon-twitter {
  background-color: #1da1f2;
}

.social-icon.icon-twitter:hover {
  background-color: #1092e2;
}

.social-icon.icon-googleplus {
  background-color: #dd4b39;
}

.social-icon.icon-googleplus:hover {
  background-color: #c33d2c;
}

.social-icon.icon-linkedin {
  background-color: #0077b5;
}

.social-icon.icon-linkedin:hover {
  background-color: #086596;
}

.social-icon.icon-pinterest {
  background-color: #bd081c;
}

.social-icon.icon-pinterest:hover {
  background-color: #a50416;
}

.social-icon.icon-facebook {
  background-color: #3b5998;
}

.social-icon.icon-facebook:hover {
  background-color: #284685;
}

.social-icon.icon-facebook.menu2-lasticon {
  margin-left: 10px;
}

.social-icon.icon-instagram {
  background-color: #703906;
}

.social-icon.icon-instagram:hover {
  background-color: #5d2f04;
}

.success-message-text {
  margin-top: 20px;
  color: #1991eb;
  font-size: 16px;
  line-height: 24px;
}

.section-2 {
  display: inline-block;
  padding: 0px 30px;
  background-color: #fbfcfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#fff));
  background-image: linear-gradient(180deg, #fbfcfb, #fff);
  color: #32325c;
}

.div-block-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.84);
}

.dynamic-listr {
  display: inline-block;
}

.social-icons-2 {
  width: 50%;
  height: 28px;
  margin-right: 0px;
  opacity: 0.7;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.social-icons-2:hover {
  opacity: 1;
}

.link-block-17 {
  background-image: url('../images/7.png');
  background-position: 0px 0px;
  background-size: contain;
}

.link-block-17.w--current {
  position: relative;
  z-index: 100;
  width: 50%;
  margin-left: 0%;
  background-image: none;
}

.link-block-17.w--current:hover {
  opacity: 0.7;
}

.link-block-17.menu {
  background-image: none;
  text-decoration: none;
}

.link-block-17.menu.w--current {
  display: none;
}

.sub-heading {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Acherus grotesque webfont', sans-serif;
  color: #747474;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-indent: 0em;
  text-transform: none;
}

.dashboard {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 40px;
}

.menu1-button-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}

.nmb-line-white {
  position: relative;
  width: 68px;
  height: 4px;
  background-color: #fff;
}

.nmb-line-white.nmb-line-3 {
  height: 6px;
  background-color: hsla(0, 0%, 40%, 0.8);
  color: rgba(51, 51, 51, 0.84);
}

.text-block-8 {
  display: inline-block;
  margin-left: 2%;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgba(117, 183, 254, 0.09);
  direction: ltr;
  font-family: proxima-nova;
  color: rgba(51, 51, 51, 0.86);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.basic-column {
  position: static;
  display: block;
  padding-right: 5px;
  padding-left: 5px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9995;
  display: none;
  width: 100%;
  height: 100px;
  padding: 33px 33px 0px;
  background-color: transparent;
}

.btn-2 {
  display: inline-block;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 11px 35px;
  float: none;
  border-radius: 5px;
  background-color: #c172c6;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #db83e0;
  background-color: #db83e0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-2:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-2.w--current {
  margin-left: 20px;
  padding-left: 35px;
  text-align: center;
}

.wide-wrapper {
  margin-bottom: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.wide-wrapper.last-wrapper {
  display: none;
  margin-top: 100px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-2 {
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(240, 241, 243, 0.48);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.menu2-socialicons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
}

.container-5 {
  display: block;
  width: 75%;
  height: 100%;
  max-width: 1195px;
  min-width: 975px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.main-logo {
  display: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.main-logo:hover {
  opacity: 0.22;
}

.error-message-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.testimonial-row-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-box-header {
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-top: 4px none #14a6d4;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.swatch-block-75 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.75;
}

.swatch-block-75._5th-swatch-75 {
  background-color: #f7981c;
}

.swatch-block-75._6th-swatch-75 {
  background-color: #f85359;
}

.swatch-block-75._4th-swatch-75 {
  background-color: #c5d0de;
}

.swatch-block-75._3rd-swatch-75 {
  background-color: #39b54a;
}

.swatch-block-75._2nd-swatch-75 {
  background-color: #3023ae;
}

.swatch-block-75._8th-swatch-75 {
  background-color: #66493e;
}

.swatch-block-75._7th-swatch-75 {
  background-color: #333;
}

.nav-logo-text-2 {
  color: #221e1e;
  font-size: 48px;
  line-height: 0.8;
}

.nav-logo-text-2.nlt-white {
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 0.65;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.nav-logo-text-2.nlt-white.main-page-text-block {
  top: 0px;
  z-index: 100;
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  color: #efeff6;
  font-size: 1.75em;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-logo-text-2.nlt-white.main-page-text-block:hover {
  opacity: 0.7;
}

.menu2-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nm-contact-3 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.nav-menu-10 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #221e1e;
}

.big-article-title-wrapper {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-1 {
  display: block;
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/IMG_1913.JPG'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/IMG_1913.JPG'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image.product-card-2 {
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image.product-card-3 {
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/landing.svg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.form-section-title {
  margin-bottom: 10px;
  padding-top: 29px;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #807474;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.quicksearch {
  display: block;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: border 150ms ease-in;
  transition: border 150ms ease-in;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.quicksearch:focus {
  border-color: rgba(117, 183, 254, 0.08);
}

.form-submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.signup-account-link {
  display: none;
  color: #999;
  font-size: 16px;
  letter-spacing: 0.25px;
}

.actions-wrapper {
  padding-top: 7px;
}

.hero_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-right: 140px;
  padding-left: 72px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.5em;
  text-align: left;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 0px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -5px;
  border-style: solid;
  border-width: 3px;
  border-color: #75b7fe;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/check-mark.svg');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
  color: rgba(51, 51, 51, 0.84);
}

.checkbox-active-overlay.seo {
  background-image: url('../images/placeholder.svg');
}

.heading-h4-3 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 600;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #edeff0;
}

.blue-dot {
  color: #75b7fe;
}

.giant-quotes-2 {
  position: absolute;
  left: 2%;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 171px;
  color: #75b7fe;
  font-size: 210px;
  line-height: 0px;
  text-align: center;
}

.section-7 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 40px;
}

.image {
  position: static;
  display: block;
  margin-right: -49px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dot {
  color: #75b7fe;
}

.faq-smaller-text {
  font-size: 1em;
  line-height: 1.3em;
}

.user-name-2 {
  font-family: 'Acherus grotesque', sans-serif;
  color: hsla(0, 0%, 40%, 0.9);
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.big-article-image-wrapper {
  height: 400px;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: none;
}

.big-article-image-wrapper.extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_1964.JPG');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.nm-bot-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu1-logo-wrapper {
  display: inline-block;
  width: auto;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -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-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: transparent;
  text-align: center;
}

.text-block-10 {
  font-family: 'Acherus grotesque', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.price-wrapper {
  padding-left: 0px;
}

.faq-text {
  display: block;
  overflow: hidden;
  height: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  opacity: 1;
  font-size: 1em;
  line-height: 1.5em;
}

.content-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.field-label-2 {
  letter-spacing: 0.02em;
}

.wrapper-list-links {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f4), to(#fff));
  background-image: linear-gradient(180deg, #f4f5f4, #fff);
  text-align: center;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.article-alt-cover {
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-image: url('../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-2-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-1.jpg');
}

.article-alt-cover.article-4-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
}

.article-alt-cover.article-1-content {
  background-image: url('../images/flatiron.jpg');
}

.hero-collaborate {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.test_email-2 {
  display: none;
  opacity: 0;
}

.alert-icon {
  position: absolute;
  left: 0px;
  top: 4px;
  bottom: 0px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 12px;
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #f0f1f3;
}

.tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.accordion__arrow {
  width: 15px;
  opacity: 0.8;
}

.instructions-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: -100px;
  margin-left: -80px;
  -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: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-decoration: none;
}

.textarea {
  padding: 15px 25px 55px;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  font-family: 'Acherus grotesque', sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.textarea:hover {
  border-color: #cbced2;
}

.textarea:active {
  border-color: #75b7fe;
}

.textarea:focus {
  border-color: #75b7fe;
}

.form {
  width: 100%;
}

.faq-text-top {
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.faq-text-top.white-background {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 16px 48px 0 rgba(26, 39, 81, 0.1);
}

.profile-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.user-testimonial-2 {
  margin-bottom: 20px;
  font-family: 'Acherus grotesque', sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.inboxdiv {
  position: fixed;
  right: 30px;
  bottom: 12px;
  z-index: 10000000000000000000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url('../images/add.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.13)), to(hsla(0, 0%, 100%, 0.13)));
  background-image: url('../images/add.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13));
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 26px -3px hsla(0, 0%, 83.1%, 0.7);
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f6f6f6;
  text-decoration: none;
}

.inboxdiv:hover {
  background-image: url('../images/add.svg'), -webkit-gradient(linear, left top, left bottom, from(#fafdff), to(#fafdff));
  background-image: url('../images/add.svg'), linear-gradient(180deg, #fafdff, #fafdff);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  box-shadow: 0 0 39px 3px #ececec;
  opacity: 1;
  color: #2290ff;
}

.inboxdiv:active {
  box-shadow: 0 0 20px 8px #ececec;
  opacity: 0.84;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider.headline-divider {
  margin-top: 40px;
  margin-bottom: 20px;
}

.menu-item-wrapper {
  margin: 20px 30px;
  text-decoration: none;
}

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

.text-span-46 {
  color: #e57b21;
}

.collection-item {
  display: inline-block;
}

.about-close-2 {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 100px;
  margin-top: -27px;
  background-image: url('../images/delete.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  opacity: 0.84;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.about-close-2:hover {
  top: 40px;
  right: 40px;
  background-size: 45px;
  opacity: 0.8;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.center-h2 {
  margin-top: 60px;
  margin-bottom: 80px;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #56692a;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.menu-item-underline {
  height: 10px;
  margin-top: -15px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #a8cff8;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-2 {
  margin-bottom: 15px;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #56692a;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}

.styleguide-content {
  margin-top: 20px;
  padding: 5px 5px 20px;
}

.collection-list {
  display: block;
}

.accordion__content-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #c5d0de;
}

.alert.error-alert {
  background-color: #f85359;
}

.alert.warning-alert {
  background-color: #f7981c;
}

.alert.neutral-alert {
  background-color: #1991eb;
}

.alert.positive-alert {
  background-color: #39b54a;
}

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

.number-card-divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.testimonial-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 400px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.62);
  box-shadow: 0 16px 48px 0 rgba(26, 39, 81, 0.1);
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}

.testimonial-box-2.left-testimonial {
  position: relative;
  width: 40%;
  margin-top: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-image: none;
}

.signup-headline {
  position: relative;
  top: 0px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.bell {
  padding-top: 14px;
  font-size: 18px;
  text-align: center;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 100px 0 hsla(0, 0%, 64%, 0.3);
}

.article-cover {
  height: 230px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.article-cover.article-content-2 {
  background-image: none;
}

.article-cover.article-content-3 {
  background-image: none;
}

.article-cover.article-content-1 {
  background-image: none;
}

.menu-button {
  display: none;
  height: 70px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.accordion__content-wrapper-2 {
  overflow: hidden;
  background-color: #fff;
}

.col-3 {
  position: static;
}

.container-6 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.list {
  padding-right: 35px;
  padding-left: 35px;
}

.big-article-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-article-content-wrapper.article-wrapper {
  padding-bottom: 0px;
}

.number-card-progress {
  color: #fff;
  text-align: right;
}

.faq {
  display: block;
}

.logo-icon-image {
  margin-top: -1px;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.user-pic-2 {
  display: none;
  overflow: hidden;
  width: 80px;
  min-width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(26, 39, 81, 0.2);
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.filters-wrap-2 {
  display: none;
  float: left;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 100%;
  letter-spacing: normal;
}

.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-message-text {
  display: inline-block;
  color: #f85359;
}

.flex-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.big-profile-name {
  margin-bottom: 6px;
}

.profiles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-7 {
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: 'Acherus grotesque webfont', sans-serif;
  color: #807474;
  font-size: 2em;
  line-height: 1.5em;
  text-transform: none;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.styleguide {
  display: block;
  width: 75%;
  margin: 10px auto 100px;
  box-shadow: none;
}

.signup-image-wrapper {
  display: none;
  height: 100%;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/8px_18px.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/8px_18px.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 4px;
  background-repeat: repeat, repeat;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.social-icons-img-2 {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.demo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.51;
  color: rgba(51, 51, 51, 0.45);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 0.91;
  color: rgba(11, 11, 11, 0.45);
}

.text-block-2 {
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-top: 1px;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.button {
  margin-top: 25px;
  padding: 15px 45px;
  border: 2px none #000;
  border-radius: 5px;
  background-color: #c172c6;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-color: rgba(51, 51, 51, 0.15);
  background-color: transparent;
  color: #35454f;
  font-weight: 700;
}

.grid-h-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: 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: 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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.menu2-logo-text {
  display: inline-block;
  margin-left: 30px;
  float: left;
  font-size: 16px;
  font-weight: 500;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.menu-item-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 5px;
  padding-left: 2px;
  border: 1px none #000;
  background-color: transparent;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.article {
  margin-bottom: 10px;
}

.grid-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.grid-cell.grid-cell--33-33-50-100 {
  width: 33.33%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-wrapper {
  margin-bottom: 50px;
}

.social-icons-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 20px;
  padding-top: 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.nm-contact-link-3 {
  margin-top: 20px;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0em;
  text-decoration: none;
}

.nm-contact-link-3:hover {
  color: #fff;
}

.nm-contact-link-3.cl-last {
  margin-top: 0px;
  color: #8d8d8d;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: default;
}

.nm-contact-link-3.cl-last:hover {
  color: rgba(113, 113, 119, 0.95);
}

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

.container-8 {
  text-align: center;
}

.largeheading {
  display: none;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: -3px;
  font-family: proxima-nova;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.swatch-block-25 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.25;
}

.swatch-block-25._7th-swatch-25 {
  background-color: #333;
}

.swatch-block-25._4th-swatch-25 {
  background-color: #c5d0de;
}

.swatch-block-25._3rd-swatch-25 {
  background-color: #39b54a;
}

.swatch-block-25._6th-swatch-25 {
  background-color: #f85359;
}

.swatch-block-25._8th-swatch-25 {
  background-color: #66493e;
}

.swatch-block-25._5th-swatch-25 {
  background-color: #f7981c;
}

.swatch-block-25._2nd-swatch-25 {
  background-color: #3023ae;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cecece;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
}

.label-2 {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label-2.label-article-brown {
  margin-bottom: 2px;
  background-color: #66493e;
}

.label-2.label-article-brownish {
  margin-bottom: 2px;
  background-color: #aa955d;
}

.label-2.label-article-pink {
  margin-top: 2px;
  background-color: #e556a4;
}

.label-2.label-yellow {
  background-color: #f7981c;
}

.label-2.label-article-grey {
  margin-top: 2px;
  background-color: #858589;
}

.label-2.label-article-greenish {
  margin-bottom: 2px;
  background-color: #28998a;
}

.label-2.label-grey {
  background-color: #c5d0de;
}

.label-2.label-green {
  background-color: #39b54a;
}

.label-2.label-red {
  background-color: #f85359;
  background-image: none;
}

.label-2.label-violet {
  background-color: #3023ae;
}

.heading-5 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: ltr;
  font-family: Northwell, sans-serif;
  color: #56692a;
  font-size: 3.5em;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.form-3 {
  display: block;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.error-message {
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.collection-list-wrapper {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.paragraph-2.cc-large {
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph-2.cc-large.cc-w90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.text-block-11 {
  display: inline-block;
  font-family: 'Acherus grotesque', sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.3em;
}

.nmb-icon-2 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(51, 51, 51, 0.74);
  font-weight: 500;
  text-align: center;
}

.collaborate-wrap {
  min-height: 100vh;
  padding-bottom: 0px;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f5f4)), url('../images/Texture-Grunge.png');
  background-image: linear-gradient(180deg, #f4f4f4, #f4f5f4), url('../images/Texture-Grunge.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 101px;
  letter-spacing: 0em;
}

.italic-text-4 {
  font-family: 'Acherus grotesque ultra', sans-serif;
  color: rgba(51, 51, 51, 0.84);
}

.div-block-29 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  bottom: 20px;
  display: block;
  padding-right: 16px;
}

.accordion__content-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 16px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-6 {
  margin-top: 100px;
  margin-bottom: 25px;
  font-size: 3em;
  line-height: 50px;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.faq-header {
  display: none;
  margin: 10px auto 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #333;
  border-radius: 5px;
  background-color: rgba(117, 183, 254, 0.08);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.success-message {
  background-color: transparent;
}

.card-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card-2.card--no-padding {
  padding: 0px;
}

.nav-container-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 150px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.card-wrapper {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.alert-content {
  position: relative;
  padding-right: 30px;
  padding-left: 26px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nm-links-4 {
  width: 16.398243%;
  min-width: 224px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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-box-flex: 1;
  -webkit-flex: 1 0 224px;
  -ms-flex: 1 0 224px;
  flex: 1 0 224px;
}

.price-box {
  margin-right: 45px;
  margin-bottom: 15px;
  margin-left: 45px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid none none;
  border-width: 4px 2px 2px;
  border-color: #75b7fe #35454f #35454f;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 24px 0 rgba(83, 83, 83, 0.1);
  color: #807474;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 35px;
  float: none;
  border-radius: 4px;
  background-color: rgba(25, 145, 235, 0.73);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.green-button {
  background-color: #39b54a;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-2.green-button:hover {
  background-color: #2faa40;
}

.button-2.profile-contact-big-button {
  margin-right: 10px;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-2.default-button.default-button-with-line {
  padding: 8px 24px;
  border: 1px solid #f4f4f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-2.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  box-shadow: none;
}

.button-2.violet-button {
  background-color: #805ce6;
}

.button-2.violet-button:hover {
  background-color: #6e49d4;
}

.check {
  display: inline-block;
  margin-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero_photo {
  width: 50vw;
  height: 100%;
  padding-right: 72px;
  padding-left: 140px;
  border: 1px none #000;
  background-image: url('../images/IMG_1960.JPG'), url('../images/IMG_1953.JPG');
  background-position: 50% 95%, 50% 55%;
  background-size: 80%, 100% 60%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.button-group {
  display: block;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0;
  cursor: pointer;
}

.alert-close-wrapper {
  width: 8px;
  height: 100%;
  margin-top: -3px;
}

.footer-links {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid hsla(0, 0%, 72.2%, 0.62);
  opacity: 0.75;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  font-family: 'Acherus grotesque', sans-serif;
  color: #c172c6;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}

.footer-links:hover {
  border-bottom-color: #4a4a4a;
  color: rgba(51, 51, 51, 0.84);
}

.button-embed {
  display: block;
  margin-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 100%;
  line-height: 100%;
  font-weight: 700;
}

.demo-image {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url('../images/sergei-akulich-457851-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-7 {
  padding-bottom: 0px;
  opacity: 1;
}

.nav-menu-button-2 {
  z-index: 99998;
  display: block;
  height: 52px;
  padding: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.nav-menu-button-2:hover {
  opacity: 0.6;
}

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

.faq-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 40%, 0.9);
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01em;
}

.services-section {
  display: block;
  overflow: visible;
  min-height: 75vh;
  padding: 150px 10px;
  background-color: #fbfcfb;
  background-image: none;
  font-size: 100%;
  line-height: 100%;
  text-align: left;
}

.number-card-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.number-card-progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.styleguideheadline {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.line-faq {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 0px;
  background-color: rgba(235, 237, 248, 0.62);
}

.hero_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border: 1px none #000;
  background-color: #fafafa;
  background-image: url('../images/svg-cloud.svg'), -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: url('../images/svg-cloud.svg'), linear-gradient(180deg, #f4f4f4, #f4f4f4);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  font-family: 'Acherus grotesque webfont', sans-serif;
  cursor: default;
}

.image-11 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.row-3 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgba(117, 183, 254, 0.07);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf9ff), to(#f4f4f4));
  background-image: linear-gradient(180deg, #fdf9ff, #f4f4f4);
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.space-between-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-between-container-2.top-faq-text-only {
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.row-4 {
  margin-bottom: 50px;
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
}

.text-span-49 {
  color: rgba(51, 51, 51, 0.86);
  font-size: 1em;
  font-weight: 700;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.h4:hover {
  height: auto;
  border: 1px none #000;
}

.h4.faq--says-faq {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Acherus grotesque extra', sans-serif;
  font-size: 2.75em;
  line-height: 1em;
}

.h4.no-margin {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Acherus grotesque', sans-serif;
  font-size: 1.2em;
  text-transform: capitalize;
}

.h4.no-margin:hover {
  border: 1px none #000;
}

.big-article {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 3px 28px 11px rgba(0, 0, 0, 0.05);
}

.blog__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  max-height: 360px;
  margin-bottom: 16px;
  -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: 12px;
  background-image: url('../images/astronomy-earth-lunar-surface-87009.jpg');
  background-position: 50% 50%;
  background-size: 110%;
  box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog__img:hover {
  box-shadow: 0 15px 45px -5px rgba(0, 0, 0, 0.33);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog__img.blog__img--33 {
  overflow: hidden;
  height: 20vw;
  max-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/IMG_1950.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-style: italic;
}

.blog__img.blog__img--33:hover {
  background-color: rgba(233, 233, 233, 0.05);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog__img.blog__img--33._3 {
  max-height: 500px;
  background-color: transparent;
  background-image: url('../images/Bella.png');
  background-size: contain;
}

.blog__img.blog__img--33._3:hover {
  background-color: #e9e9e9;
}

.blog__img.blog__img--33._2 {
  background-color: transparent;
  background-image: url('../images/IMG_1961.JPG');
  background-size: contain;
}

.blog__img.blog__img--33._2:hover {
  background-color: #e9e9e9;
}

.menu1-logo-text-2 {
  display: inline-block;
  margin-left: 7px;
  float: none;
  color: rgba(133, 133, 137, 0.59);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.menu1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 0px;
  padding-right: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  font-family: 'Acherus grotesque', sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.field:focus {
  border-color: #75b7fe;
  font-weight: 400;
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-menu {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.alert-message {
  display: inline-block;
  color: #fff;
  line-height: 21px;
}

.swatch-block-big {
  width: 100%;
  height: 140px;
  background-color: #1991eb;
}

.swatch-block-big._3rd-swatch-100 {
  background-color: #39b54a;
}

.swatch-block-big._7th-swatch-100 {
  background-color: #333;
}

.swatch-block-big._5th-swatch-100 {
  background-color: #f7981c;
}

.swatch-block-big._4th-swatch-100 {
  background-color: #c5d0de;
}

.swatch-block-big._2nd-swatch-100 {
  background-color: #3023ae;
}

.swatch-block-big._6th-swatch-100 {
  background-color: #f85359;
}

.swatch-block-big._8th-swatch-100 {
  background-color: #66493e;
}

.signup-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #fff;
}

.topheading {
  margin-bottom: 0px;
  font-family: 'Acherus grotesque webfont', sans-serif;
  color: #c5b6b6;
  font-size: 1em;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.close-alert {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-alert:hover {
  opacity: 0.8;
}

.nav-logo-3 {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  opacity: 1;
  color: transparent;
}

.nav-logo-3:hover {
  opacity: 0.8;
}

.search-wrapper {
  display: inline-block;
  margin-bottom: 0px;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.body-text--16 {
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -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;
  opacity: 0.5;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0em;
  text-transform: none;
}

.checkbox-label.web {
  background-image: url('../images/check-mark.svg');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.4;
  font-family: 'Acherus grotesque', sans-serif;
  color: rgba(51, 51, 51, 0.86);
  font-weight: 400;
  letter-spacing: 0em;
}

.checkbox-label.web:active {
  opacity: 0.85;
}

.checkbox-label.seo1 {
  background-image: url('../images/placeholder.svg');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Acherus grotesque', sans-serif;
}

.nav-link-18 {
  display: block;
  margin-top: 20px;
  padding: 0px;
  color: rgba(51, 51, 51, 0.84);
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.nav-link-18:hover {
  color: #333;
}

.nav-link-18.w--current {
  color: #fff;
  font-size: 3em;
  text-decoration: underline;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 0px auto 50px;
  border-radius: 3px;
  background-color: #56692a;
}

.fullpic-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.social {
  margin-top: 150px;
  padding-bottom: 50px;
  color: #f0f1f3;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: hsla(0, 0%, 40%, 0.9);
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.01em;
}

.paragraph.faq-text-only {
  padding-top: 10px;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Acherus grotesque', sans-serif;
  text-align: left;
}

.paragraph.pricing-center-text {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.15em;
  text-align: left;
}

.paragraph.simple-is-better {
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  text-align: left;
}

.text-block-16 {
  margin-top: 50px;
  opacity: 0.29;
  font-family: proxima-nova;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.d-1-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 15px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: hsla(0, 0%, 95.7%, 0.47);
  text-align: left;
  text-transform: none;
}

.link-3 {
  display: none;
  color: #2ba8ff;
  font-weight: 400;
}

.submit-button-2 {
  position: relative;
  top: 173px;
  bottom: -152px;
  padding: 20px 75px;
  border-radius: 5px;
  background-color: #c172c6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Acherus grotesque extra', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-indent: 0.03em;
}

.submit-button-2:hover {
  background-color: #d97fdf;
}

.signup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  border-radius: 8px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}

.swatch-block-50 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.5;
}

.swatch-block-50._4th-swatch-50 {
  background-color: #c5d0de;
}

.swatch-block-50._3rd-swatch-50 {
  background-color: #39b54a;
}

.swatch-block-50._8th-swatch-50 {
  background-color: #66493e;
}

.swatch-block-50._6th-swatch-50 {
  background-color: #f85359;
}

.swatch-block-50._2nd-swatch-50 {
  background-color: #3023ae;
}

.swatch-block-50._5th-swatch-50 {
  background-color: #f7981c;
}

.swatch-block-50._7th-swatch-50 {
  background-color: #333;
}

.nm-inner-4 {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  background-image: url('../images/Texture-Grunge.png');
  background-position: 0px 0px;
  background-size: 101px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.number-card-dollars {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.menu1-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1.2em;
  letter-spacing: 0.25px;
}

.text-field:hover {
  border-color: #d8d8d8;
}

.text-field:focus {
  border-color: #a3a3a3;
}

.text-field::-webkit-input-placeholder {
  color: grey;
}

.text-field:-ms-input-placeholder {
  color: grey;
}

.text-field::-ms-input-placeholder {
  color: grey;
}

.text-field::placeholder {
  color: grey;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-17 {
  color: #000;
}

.product-name-title-2 {
  margin-top: 6px;
  padding-right: 0px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.columns-2 {
  display: block;
  margin-top: 150px;
  margin-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-50 {
  color: #fec075;
}

.linkit {
  margin-left: 5px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  max-width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-7 {
  font-family: Northwell, sans-serif;
  color: #56692a;
  font-size: 60px;
  line-height: 64px;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  font-size: 1.4em;
}

.lottie-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-8 {
  margin-top: 10px;
  margin-left: 20px;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #56692a;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-4 {
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  font-size: 1.4em;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}

.image-12 {
  max-width: 100%;
  padding-top: 5px;
}

.text-span-51 {
  font-size: 1.5em;
}

.heading-9 {
  margin-top: 10px;
  font-family: 'Acherus grotesque extra', sans-serif;
  color: #56692a;
}

.column-3 {
  border-radius: 0px;
}

.lottie-animation-2 {
  position: static;
  margin-right: 40px;
  margin-left: 20px;
}

.div-block-32 {
  max-width: 80%;
  margin-top: 130px;
  margin-right: 10px;
  margin-left: auto;
}

.html-embed {
  margin-top: 40px;
}

.text-span-52 {
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
}

.text-block-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
}

.lottie-animation-3 {
  max-width: 250px;
}

.heading-10 {
  font-family: 'Acherus grotesque', sans-serif;
  color: #56692a;
}

.list-item-2 {
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  font-size: 1.2em;
  list-style-type: none;
}

.list-item-3 {
  font-family: 'Acherus grotesque', sans-serif;
  color: #807474;
  font-size: 1.2em;
  list-style-type: none;
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="about-close"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .menu2 {
    width: 100%;
    height: 70px;
    padding-right: 0px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .number-card {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .heading-3 {
    font-size: 2.5em;
  }
  .accordion__tab-button-3:hover {
    background-color: rgba(245, 250, 255, 0.82);
  }
  .accordion__tab-button-3:active {
    background-color: #ebedf8;
  }
  .social-icon {
    cursor: pointer;
  }
  .social-icons-2 {
    width: 50%;
    height: 22px;
    margin-right: 0px;
  }
  .link-block-17.w--current {
    margin-left: 0%;
  }
  .sub-heading {
    width: 80%;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .dashboard {
    padding: 0px 32px 64px;
  }
  .menu1-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
  }
  .basic-column {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-2 {
    height: auto;
  }
  .wide-wrapper {
    display: block;
    -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;
  }
  .menu2-socialicons-wrapper {
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
  }
  .container-5 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .menu2-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nm-contact-3 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1em;
  }
  .nav-menu-10 {
    overflow: auto;
  }
  .big-article-title-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .product-card-image.product-card-1 {
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
  }
  .product-card-image.product-card-2 {
    background-image: url('../images/Frame-1-copy-2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Frame-1-copy-2.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 50%, auto;
  }
  .product-card-image.product-card-3 {
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
  }
  .form-section-title {
    font-size: 38px;
  }
  .form-submit-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .signup-account-link {
    direction: ltr;
    line-height: 29px;
    text-align: right;
  }
  .hero_content {
    width: 100vw;
    padding: 120px 24px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .big-article-image-wrapper.extra {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: contain;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu1-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .content-wrapper-2 {
    margin-top: 140px;
    margin-bottom: 100px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-list-links {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instructions-wrapper {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 100px;
    -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-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-item-wrapper {
    margin: 15px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .center-h2 {
    font-size: 2.5em;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.9em;
  }
  .styleguide-content {
    padding-bottom: 10px;
  }
  .testimonial-box-2 {
    width: 40%;
    padding: 3%;
  }
  .testimonial-box-2.left-testimonial {
    width: 40%;
  }
  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    -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;
  }
  .menu-button.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .container-6 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .big-article-content-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .icon {
    background-image: url('../images/menu-2.svg');
    background-position: 0px 0px;
    background-size: contain;
    color: transparent;
    font-size: 1.5em;
  }
  .icon:hover {
    opacity: 0.43;
  }
  .icon:active {
    opacity: 0.86;
  }
  .icon:focus {
    background-image: url('../images/delete.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-row-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .profiles-wrapper {
    display: block;
  }
  .styleguide {
    display: block;
    width: auto;
    margin-top: 0px;
  }
  .demo-wrapper {
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link:hover {
    background-color: #fbfdff;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .grid-h-2 {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }
  .menu-item-text {
    padding-left: 2px;
    font-size: 1.3em;
  }
  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }
  .social-icons-container-2 {
    width: 60%;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nm-contact-link-3 {
    font-size: 2.5em;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  .nm-contact-link-3.cl-last {
    font-size: 1.75em;
  }
  .container-8 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .largeheading {
    font-size: 5.5em;
  }
  .heading-5 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .paragraph-2.cc-large.cc-w90 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .accordion__content-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-6 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .profile-card {
    padding: 40px 40px 30px;
  }
  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }
  .card-2 {
    padding: 24px;
  }
  .nav-container-3 {
    -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;
  }
  .card-wrapper {
    width: 70%;
  }
  .price-box {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .filters {
    display: none;
  }
  .hero_photo {
    width: 100%;
    height: auto;
    min-height: 380px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/IMG_1960.JPG');
    background-position: 50% 36%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .button-group {
    margin-top: 1px;
    margin-left: 5%;
  }
  .number-card-number {
    font-size: 30px;
  }
  .hero_home {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/svg-cloud.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/svg-cloud.svg'), linear-gradient(180deg, null, null);
    background-repeat: no-repeat, repeat;
  }
  .image-11 {
    margin-right: 0px;
  }
  .text-span-49 {
    font-size: 0.75em;
  }
  .h4.faq--says-faq {
    color: #56692a;
    font-size: 1.7em;
    line-height: 1.25em;
  }
  .product-img {
    width: 60%;
  }
  .big-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    -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;
  }
  .blog__img {
    height: 30vw;
  }
  .menu1 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: block;
    overflow: visible;
    width: 100%;
    height: 10%;
    padding-right: 0px;
  }
  .nav-menu {
    height: 100vh;
    float: none;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .signup-content-wrapper {
    padding: 40px;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .nav-link-18 {
    font-size: 3em;
  }
  .nav-link-18.w--current {
    font-size: 3em;
  }
  .fullpic-profile {
    padding: 40px 40px 30px;
  }
  .paragraph {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .paragraph.pricing-center-text {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph.simple-is-better {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .d-1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .signup-form {
    height: 550px;
    -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;
  }
  .nm-inner-4 {
    height: 100vh;
  }
  .product-name-title-2 {
    text-align: center;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .div-block-32 {
    margin-top: 102px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    width: 70%;
  }
  .accordion__tab-button-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .tagline.tagline-promo-40._400 {
    font-size: 14px;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 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;
  }
  .social-icons-2 {
    width: 22px;
    height: 22px;
  }
  .sub-heading {
    width: 80%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .dashboard {
    padding: 40px 16px;
  }
  .navbar-2 {
    height: auto;
  }
  .testimonial-row-2 {
    -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;
  }
  .nm-contact-3 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 1em;
  }
  .testimonial-name-wrapper-2 {
    margin-top: auto;
    padding-top: 27px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-card-image.product-card-1 {
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .product-card-image.product-card-2 {
    background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 90%, auto;
  }
  .product-card-image.product-card-3 {
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .form-section-title {
    font-size: 32px;
  }
  .quicksearch {
    display: block;
    margin-right: 0px;
  }
  .giant-quotes-2 {
    top: -110px;
    height: 125px;
  }
  .section-7 {
    padding: 40px 16px;
  }
  .big-article-image-wrapper.extra {
    background-size: 50%;
  }
  .nm-bot-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-wrapper-2 {
    margin-bottom: 150px;
  }
  .wrapper-list-links {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-collaborate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .instructions-wrapper {
    margin-left: 60px;
    -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;
  }
  .blog__link {
    width: 100%;
  }
  .user-testimonial-2 {
    margin-bottom: 0px;
    padding-right: 3%;
    padding-left: 4%;
    font-size: 1em;
  }
  .center-h2 {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
  }
  .heading-2 {
    font-size: 2.5em;
  }
  .accordion__content-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .testimonial-box-2 {
    width: 100%;
    height: 150px;
    min-height: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .testimonial-box-2.left-testimonial {
    width: 100%;
    height: 150px;
    margin-top: 0px;
    padding-top: 2%;
  }
  .menu-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user-pic-2 {
    width: 60px;
    min-width: 60px;
    margin-bottom: 0px;
  }
  .icon {
    color: transparent;
  }
  .flex-row-2 {
    margin-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .signup-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .demo-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-h-2 {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
  }
  .menu-item-text {
    font-size: 18px;
    line-height: 32px;
  }
  .article {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-cell {
    padding-top: 16px;
    padding-left: 16px;
  }
  .grid-cell.grid-cell--33-33-50-100 {
    width: 50%;
  }
  .social-icons-container-2 {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .nm-contact-link-3 {
    font-size: 24px;
  }
  .nm-contact-link-3.cl-last {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .largeheading {
    font-size: 5em;
  }
  .heading-5 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .paragraph-2.cc-large.cc-w90 {
    font-size: 1.2em;
  }
  .collaborate-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .accordion__content-container-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-6 {
    margin-top: 50px;
  }
  .profile-card {
    padding: 30px 40px;
  }
  .card-2 {
    padding: 24px;
  }
  .nav-container-3 {
    -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;
  }
  .nm-links-4 {
    width: auto;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .filters {
    display: none;
  }
  .hero_photo {
    background-position: 50% 90%, 50% 25%;
    background-size: auto 70%, auto 70%;
  }
  .nav-menu-button-2 {
    height: 39px;
  }
  .form-content {
    width: 90%;
  }
  .product-img {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .big-article {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog__img {
    height: 55vw;
  }
  .blog__img.blog__img--33 {
    height: 30vw;
  }
  .signup-content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .nav-logo-3 {
    background-size: 40px;
  }
  .search-wrapper {
    margin-top: 20px;
    float: left;
  }
  .checkbox-label {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .nav-link-18 {
    font-size: 2em;
    line-height: 1em;
  }
  .nav-link-18.w--current {
    font-size: 2em;
  }
  .paragraph {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1em;
  }
  .d-1-menu-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .signup-form {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nm-inner-4 {
    overflow: scroll;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .text-span-54 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .mark {
    height: 0.95em;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .heading-3 {
    width: 75%;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .mask {
    position: static;
    height: 100%;
  }
  .dynamic-item {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tagline.tagline-promo-40._400 {
    top: 46px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.25px;
  }
  .pricing {
    margin-top: 0px;
  }
  .section-2 {
    padding: 20px 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-icons-2 {
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .link-block-17.w--current {
    margin-left: 0%;
  }
  .sub-heading {
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .dashboard {
    padding-top: 10px;
  }
  .nmb-line-white {
    width: 48px;
    height: 3px;
  }
  .nmb-line-white.nmb-line-3 {
    height: 4px;
  }
  .text-block-8 {
    margin-left: 1%;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    font-size: 1em;
  }
  .text-block-8:hover {
    opacity: 0.65;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .basic-column {
    display: inline-block;
  }
  .navbar-2 {
    height: auto;
    padding-top: 33px;
    padding-bottom: 0px;
  }
  .btn-2 {
    display: inline-block;
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.25em;
    text-align: center;
  }
  .container-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-logo-text-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 32px;
  }
  .nav-logo-text-2.nlt-white {
    line-height: 1;
  }
  .nav-logo-text-2.nlt-white.main-page-text-block {
    top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .nm-contact-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1em;
    font-weight: 700;
  }
  .testimonial-name-wrapper-2 {
    margin-left: auto;
    padding-top: 16px;
  }
  .product-card-image.product-card-1 {
    height: 200px;
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .product-card-image.product-card-2 {
    height: 200px;
    background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 100%, auto;
  }
  .product-card-image.product-card-3 {
    height: 200px;
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
    background-repeat: no-repeat, repeat;
  }
  .form-section-title {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
  }
  .quicksearch {
    color: rgba(51, 51, 51, 0.84);
    font-size: 1em;
    line-height: 1.3em;
  }
  .signup-account-link {
    margin-top: 20px;
    text-align: center;
  }
  .actions-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .giant-quotes-2 {
    left: 70%;
    display: none;
    height: 125px;
    font-size: 150px;
  }
  .big-article-image-wrapper.extra {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-image: url('../images/IMG_1964.JPG');
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .nm-bot-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1em;
  }
  .menu1-logo-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-wrapper-2 {
    margin-bottom: 200px;
  }
  .wrapper-list-links {
    display: block;
    width: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hero-collaborate {
    padding: 40px 10px 50px;
  }
  .instructions-wrapper {
    margin-left: 30px;
  }
  .textarea {
    padding-bottom: 50px;
    font-size: 1.4em;
  }
  .profile-card-big {
    padding: 30px;
  }
  .user-testimonial-2 {
    color: hsla(0, 0%, 40%, 0.9);
    font-weight: 400;
  }
  .collection-item {
    display: inline-block;
  }
  .about-close-2 {
    margin-right: -9px;
    background-position: 50% 50%;
    background-size: 30px;
  }
  .about-close-2:hover {
    background-size: 30px;
  }
  .center-h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.25em;
    letter-spacing: 0em;
  }
  .menu-item-underline {
    height: 8px;
    margin-top: -16px;
  }
  .heading-2 {
    font-size: 1.5em;
  }
  .styleguide-content {
    margin-top: 0px;
  }
  .collection-list {
    display: none;
  }
  .accordion__content-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -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;
  }
  .alert {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-box-2 {
    height: 100%;
    padding-top: 10%;
    -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;
  }
  .testimonial-box-2.left-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .signup-headline {
    top: -48px;
  }
  .form-wrapper {
    padding: 0px;
  }
  .article-cover.article-content-2 {
    background-image: none;
  }
  .menu-button {
    display: block;
    height: 75px;
  }
  .col-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .big-article-content-wrapper {
    padding: 0px 20px 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .user-pic-2 {
    margin-bottom: 26px;
  }
  .filters-wrap-2 {
    display: none;
    -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-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 100%;
  }
  .icon {
    margin-top: -10px;
    padding: 10px;
    background-image: url('../images/menu-2.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    color: transparent;
    font-size: 1em;
  }
  .icon:active {
    background-image: url('../images/menu-2.svg');
    background-size: contain;
    opacity: 0.98;
  }
  .icon:focus {
    opacity: 0.44;
    font-size: 0.5em;
  }
  .flex-row-2 {
    padding-right: 0%;
    padding-left: 0%;
    -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;
  }
  .text-block-7 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .styleguide {
    width: 100%;
  }
  .signup-image-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.8)), to(rgba(51, 51, 51, 0.8))), url('../images/8px_18px.png');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url('../images/8px_18px.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 4px;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }
  .menu-item-text {
    padding-right: 2px;
    font-size: 14px;
  }
  .grid-cell.grid-cell--33-33-50-100 {
    width: 100%;
  }
  .social-icons-container-2 {
    width: 50%;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .nm-contact-link-3 {
    font-size: 24px;
  }
  .nm-contact-link-3.cl-last {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .largeheading {
    font-size: 3.2em;
    line-height: 1.2em;
  }
  .heading-5 {
    margin-bottom: 14px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.5em;
    line-height: 1.25em;
    text-transform: none;
  }
  .form-3 {
    color: rgba(51, 51, 51, 0.84);
    line-height: 1.3em;
  }
  .product-card {
    display: block;
    width: 100%;
  }
  .collection-list-wrapper {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .paragraph-2.cc-large.cc-w90 {
    padding-right: 12px;
    padding-left: 5px;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
  }
  .text-block-11 {
    font-size: 1em;
  }
  .nmb-icon-2 {
    height: 75%;
  }
  .collaborate-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
  .accordion__content-container-2 {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 75px;
    padding-left: 5px;
  }
  .heading-6 {
    width: 100%;
    margin-top: 50px;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .nav-container-3 {
    -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;
  }
  .alert-content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }
  .nm-links-4 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .price-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .filters {
    padding-right: 2%;
    padding-left: 2%;
  }
  .button-2.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }
  .button-2.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .hero_photo {
    background-image: url('../images/IMG_1960.JPG'), url('../images/IMG_1953.JPG');
    background-position: 50% 50%, 0px 0px;
    background-size: 70%, contain;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkbox-ticker {
    color: #af4dfd;
  }
  .alert-close-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-links {
    width: 100%;
    border-bottom-color: hsla(0, 0%, 72.2%, 0.24);
    font-size: 1em;
    text-align: center;
  }
  .button-embed {
    display: inline-block;
    margin-right: 4px;
    line-height: 100%;
  }
  .nav-menu-button-2 {
    height: 39px;
  }
  .services-section {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-11 {
    margin-top: 0px;
    margin-right: 30px;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-content {
    width: 100%;
  }
  .text-span-49 {
    font-size: 1.25em;
  }
  .h4.faq--says-faq {
    color: #56692a;
    font-size: 1.5em;
    line-height: 1.25em;
    text-align: center;
  }
  .product-img {
    width: 80%;
    margin-top: 50px;
  }
  .big-article {
    padding-bottom: 20px;
  }
  .blog__img.blog__img--33 {
    height: 60vw;
  }
  .menu1 {
    height: 10%;
  }
  .field:focus {
    font-weight: 400;
  }
  .signup-content-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .topheading {
    font-size: 16px;
  }
  .close-alert {
    margin-top: 0px;
  }
  .nav-logo-3 {
    position: relative;
    top: 38px;
    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;
  }
  .search-wrapper {
    color: rgba(51, 51, 51, 0.84);
    line-height: 1.3em;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.2em;
  }
  .checkbox-label:active {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .checkbox-label.web {
    background-position: 10px 50%;
    background-size: 17px;
  }
  .checkbox-label.seo1 {
    background-position: 10px 50%;
    background-size: 17px;
  }
  .nav-link-18 {
    font-size: 2em;
    line-height: 1em;
  }
  .nav-link-18.w--current {
    line-height: 1em;
    text-decoration: none;
  }
  .fullpic-profile {
    padding: 30px 30px 20px;
  }
  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    font-size: 1em;
  }
  .paragraph.simple-is-better {
    padding-right: 0px;
    text-align: center;
  }
  .text-block-16 {
    padding-right: 26px;
    padding-left: 25px;
    font-size: 12px;
    text-align: center;
  }
  .d-1-menu-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-button-2 {
    font-size: 1.25em;
    font-weight: 700;
  }
  .nm-inner-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding: 100px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-field {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery {
    padding-right: 10px;
    padding-left: 10px;
  }
  .centered-container {
    max-width: 100%;
    text-align: center;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .heading-7 {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .heading-8 {
    margin-left: 10px;
  }
  .paragraph-4 {
    margin-left: -29px;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
  }
  .image-12 {
    position: static;
  }
  .heading-9 {
    font-size: 30px;
    line-height: 38px;
  }
  .column-3 {
    padding-bottom: 20px;
  }
  .html-embed {
    display: block;
    text-align: center;
  }
  .text-span-53 {
    font-family: 'Acherus grotesque extra', sans-serif;
    font-size: 1.5em;
  }
  .text-span-54 {
    font-size: 1.3em;
  }
  .list-2 {
    padding-left: 0px;
  }
  .column-4 {
    margin-top: 40px;
  }
  .text-span-55 {
    font-size: 1.3em;
  }
}

@font-face {
  font-family: 'Acherus grotesque webfont';
  src: url('../fonts/acherus_grotesque_-_regular-webfont.woff2') format('woff2'), url('../fonts/acherus_grotesque_-_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque webfont';
  src: url('../fonts/acherus_grotesque_-_regular_italic-webfont.woff2') format('woff2'), url('../fonts/acherus_grotesque_-_regular_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Nexa free webfont';
  src: url('../fonts/Nexa_Free_Light-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa free webfont';
  src: url('../fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Northwell alt';
  src: url('../fonts/northwell-alt.eot') format('embedded-opentype'), url('../fonts/northwell-alt.woff') format('woff'), url('../fonts/northwell-alt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Northwell';
  src: url('../fonts/northwell.eot') format('embedded-opentype'), url('../fonts/northwell.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque ultra';
  src: url('../fonts/Acherus-Grotesque-Ultra-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque ultra';
  src: url('../fonts/Acherus-Grotesque-Ultra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque extra';
  src: url('../fonts/Acherus-Grotesque-Extra-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque extra';
  src: url('../fonts/Acherus-Grotesque-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}