body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #111212;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  display: block;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #1991eb;
  text-decoration: none;
}

a:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

a:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-left: 5px solid rgba(17, 18, 18, 0.06);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.style-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._6-col._6-col-last {
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

._5-col._5-col-last {
  margin-right: 0px;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrap.w20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.wrap.w50-80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w20-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap._w-custom.structure-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
}

.wrap._w-custom.structure-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.nav1-light {
  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;
}

.wrap._w-custom.nav1-dark {
  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;
}

.wrap._w-custom.hero1 {
  padding-top: 50px;
  text-align: center;
}

.wrap._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.nav2-dark {
  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;
}

.wrap._w-custom.hero5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.home-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrap.w20-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-50 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.wrap.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-80 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrap.w80-50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -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;
}

.wrap.w20-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.wrap.w50-80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -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;
}

.wrap.w80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1-col {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
}

._1-col._1-col-last {
  margin-right: 0px;
}

._2-col {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
}

._2-col._2-col-last {
  margin-right: 0px;
}

._11-col {
  display: inline-block;
  width: 860px;
  margin-right: 20px;
}

._11-col._11-col-last {
  margin-right: 0px;
}

._4-col {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
  padding-right: 22px;
  padding-left: 22px;
}

._9-col {
  display: inline-block;
  width: 700px;
  margin-right: 20px;
}

._9-col._9-col-last {
  margin-right: 0px;
}

._7-col {
  display: inline-block;
  width: 540px;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

.style-headline {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(25, 145, 235, 0.2);
}

.style-headline.style-headline-section {
  margin-bottom: 50px;
}

._8-col {
  display: inline-block;
  width: 620px;
  margin-right: 20px;
}

._8-col._8-col-last {
  margin-right: 0px;
}

._10-col {
  display: inline-block;
  width: 780px;
  margin-right: 20px;
}

._10-col._10-col-last {
  margin-right: 0px;
}

.tagline {
  padding-top: 20px;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.style-lbl {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(25, 145, 235, 0.2);
  opacity: 1;
  color: #1991eb;
}

.tagline.style-desc {
  margin-top: -15px;
  opacity: 0.3;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.tagline.cards-lbl {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  border: 1px dashed #1991eb;
  background-color: #f4f9fe;
  opacity: 1;
  color: #1991eb;
  text-align: center;
}

.tagline.team1-position {
  margin-top: -6px;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.tagline.team3-position {
  margin-bottom: 8px;
}

.e-ticaret-bana-gore-mi {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-20.text-20-60 {
  opacity: 0.6;
}

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

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -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;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  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: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.btn-outline-light {
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.05);
  background-color: transparent;
  color: #111212;
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn.btn-white {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  color: #111212;
}

.btn.btn-white.big-default {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 17px 35px;
  font-size: 16px;
}

.btn.btn-white.blog2-card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}

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

.btn.btn-green:hover {
  background-color: #2ea73f;
}

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

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

.btn.big-button {
  display: inline-block;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
}

.btn.team3-left-button {
  margin-right: 10px;
}

.btn.hero4-left-button {
  margin-right: 10px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
}

.text-14.text-14-30 {
  opacity: 0.3;
}

.section-dark {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #121111;
  color: #fff;
}

.link-dark {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: 0.9;
}

.link-dark.navigation1-link-dark {
  margin-right: 30px;
  opacity: 0.8;
}

.link-dark.navigation1-link-dark:hover {
  opacity: 1;
}

.link-dark.navigation1-link-dark:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  direction: ltr;
  color: #1d1c1c;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
  color: #fff;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -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;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  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-big: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-big.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn-big.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn-big.btn-outline-light {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.05);
  background-color: transparent;
  color: #111212;
}

.btn-big.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #111212;
}

.btn-big.btn-violet {
  background-color: #805ce6;
}

.btn-big.btn-violet:hover {
  background-color: #6e49d4;
}

.btn-big.btn-green {
  background-color: #39b54a;
}

.btn-big.btn-green:hover {
  background-color: #2ea73f;
}

.btn-big.hero6-left-btn {
  margin-right: 10px;
}

.style-fill {
  min-height: 150px;
  min-width: 100%;
  background-image: url('../images/style-transparent_1style-transparent.png');
  background-position: 50% 50%;
  background-size: 50px;
}

.text-16 {
  display: inline-block;
  margin-bottom: 0px;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 26px;
}

.text-16.text-16-60 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.6;
  color: #353535;
  line-height: 26px;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.h2-jumbo {
  margin-top: 14px;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
}

.h2-jumbo.hero6-headline {
  margin-top: -10px;
}

.headline-9-col {
  width: 700px;
  margin-bottom: 50px;
}

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

.label.label-grey {
  background-color: #858589;
}

.label.label-cyan {
  background-color: #28998a;
}

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

.label.label-pink {
  background-color: #c47ca2;
}

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

.label.label-orange {
  background-color: #f7981c;
}

.label.label-aqua {
  background-color: #3fcedc;
}

.link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer;
}

.link-light:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #111212;
}

.link-light:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-light.navigation1-link-light {
  margin-right: 30px;
  opacity: 0.8;
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
}

.structure-2nd-col-allcards {
  margin-top: 50px;
}

.structure-pagename-h1 {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
}

.structure-menu-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  cursor: pointer;
}

.structure-menu-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.structure-menu-link:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: hsla(0, 0%, 100%, 0.9);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.structure-menu-link.section-link-w-icon {
  margin-bottom: 0px;
}

.sections-menu-headline {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.structure-cards-menu {
  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;
}

.page-name {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1991eb), to(#5fbbff));
  background-image: linear-gradient(90deg, #1991eb, #5fbbff);
}

.structure-page-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-more-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

.structure-more-items {
  margin-top: 12px;
}

.structure-more-item-icon {
  display: block;
  margin-bottom: 1px;
  margin-left: 12px;
}

.structure-link {
  display: inline-block;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.structure-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: hsla(0, 0%, 100%, 0.8);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  font-size: 12px;
  line-height: 18px;
}

.structure-section-name {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
  text-align: right;
}

.structure-cards2-topbar-wrapper {
  background-color: #272727;
}

.structure-cards2-topbar-wrapper.home-top-bar-divided {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.04);
}

.structure-menu {
  width: 100%;
  background-color: transparent;
}

.nav1-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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;
}

.nav1-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav1-logo-wrapper {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav1 {
  width: 100%;
  background-color: transparent;
}

.nav1-menu-wrapper-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero1-headline-wrapper {
  display: block;
  width: 620px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero1-image {
  margin-top: 25px;
}

.decoline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
}

.decoline.decoline-dark {
  background-color: hsla(0, 0%, 82.4%, 0.2);
}

.content1-image {
  height: 340px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content1-item-description {
  padding-right: 40px;
}

.feature1-content {
  padding-right: 80px;
}

.feature1-image1 {
  height: 420px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('../images/Feature1-Image2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.feature1-image2 {
  width: 400px;
  height: 350px;
  border-radius: 8px;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature1-image3 {
  height: 420px;
  border-radius: 8px;
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature2-facebookicon {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature2-facebookicon:hover {
  opacity: 0.85;
}

.feature2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature2-image1 {
  height: 290px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/photo-1530841377377-3ff06c0ca713.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature2-content {
  padding-left: 80px;
}

.feature2-image2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  float: right;
  -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: #1991eb;
}

.team1-people-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.team1-person {
  padding-right: 20px;
}

.team1-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.1)), to(rgba(17, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.1), rgba(17, 18, 18, 0.1));
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team1-image.team1-image4 {
  background-image: url('../images/Person-Pic-42x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0px 0px;
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-size: 120px;
}

.team1-image.team1-image2 {
  background-image: url('../images/Person-Pic-22x.jpg');
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Person-Pic-12x.jpg');
  background-size: 120px;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.cta1-content {
  margin-top: 5px;
}

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

.footer1 {
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.footer1.footer1-dark {
  border-top-color: hsla(0, 0%, 100%, 0.06);
}

.cta1-image {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.75)), to(rgba(17, 18, 18, 0.75))), url('../images/CTA2-Background.jpg');
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.75), rgba(17, 18, 18, 0.75)), url('../images/CTA2-Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content2-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content2-jumbonumber {
  opacity: 0.2;
  color: #9c9c9c;
  font-size: 80px;
  line-height: 120px;
  font-weight: 300;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.hero2-light-alt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero2-woman-light.jpg');
  background-position: 50% 50%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.hero2-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero2-white.jpg');
  background-position: 60% 50%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.testimonial2-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 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;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0px;
}

.divider-dark-wrap {
  display: block;
  height: 1px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111212;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.footer2-dark {
  border-top: 1px solid hsla(0, 0%, 100%, 0.06);
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.testimonial1-person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial1-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 20px;
  -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;
}

.testimonial1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content4-image {
  height: 340px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-items {
  margin-bottom: 20px;
}

._6-col-last {
  width: 460px;
}

.divider-light {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: rgba(17, 18, 18, 0.06);
}

.hero2-dark-alt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero2-woman.jpg');
  background-position: 50% 50%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.testimonial2-headline {
  padding-right: 40px;
}

.hero2-text-wrap {
  width: 45%;
}

.content5-description {
  margin-top: 22px;
  margin-bottom: 22px;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content6-pic {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content6-pic.content6-image1 {
  height: 320px;
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
}

.content6-pic.content6-image3 {
  background-image: url('../images/ivars-utinsns-707750-unsplash.jpg');
}

.content6-pic.content6-image2 {
  background-image: url('../images/ivan-bandura-659533-unsplash.jpg');
}

.content6-pic.content6-image4 {
  height: 320px;
  background-image: url('../images/ruth-troughton-384709-unsplash.jpg');
}

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

.divider-dark {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 0.6;
  font-weight: 300;
}

.content4-item {
  margin-bottom: 20px;
}

.hero2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-2-landing.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.footer2 {
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.testimonial1-pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial1-pic.testimonial1-pic3 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.testimonial1-pic.testimonial1-pic2 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.testimonial1-item {
  padding-right: 30px;
}

.feature4-text-wrap {
  padding-right: 80px;
}

.nav2-logo-wrapper {
  display: inline-block;
  margin-bottom: -5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog1-article.blog4-article-right-wrapper {
  padding-left: 10px;
}

.blog1-article.blog1-article-left-wrapper {
  padding-right: 10px;
}

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

.testimonial4-small-tweets-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature5-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.testimonial4-big-tweets-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog1-article-cover {
  height: 270px;
  border-radius: 8px;
}

.blog1-article-cover.blog1-article-cover-1 {
  width: 100%;
  margin-top: 20px;
  background-image: url('../images/card22x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog1-article-cover.blog1-article-cover-2 {
  margin-bottom: 20px;
  background-image: url('../images/alexander-popov-522100-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero3-text-wrapper {
  padding-right: 50px;
}

.testimonial3-logo-wrapper {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

.content8-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.content7-numbers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature3-subitem-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.feature5-item-wrap {
  padding-right: 0px;
}

.feature3-icon {
  margin-right: 25px;
  margin-left: -10px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0px;
}

.blog1-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content7-number-card {
  padding: 10px 30px 20px;
  border-radius: 8px;
  background-color: #111212;
  color: #fff;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

.hero3-firstbutton-wrap {
  display: inline-block;
  margin-right: 10px;
}

.nav2 {
  width: 100%;
  background-color: transparent;
}

.nav2-menu-wrapper-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing3-logo {
  margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
  margin-top: -5px;
}

.content7-divider {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.cta3-item-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta3-item-wrap {
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  text-align: left;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark {
  padding-top: 30px;
  border-width: 2px;
  border-color: #1991eb;
}

.cta3-item-wrap.cta3-recommended-option {
  padding-top: 30px;
  border-width: 2px;
  border-color: #1991eb;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer3-bottom-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.footer3-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.form1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  color: #111212;
}

.cta2.cta2-dark {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

.cta2.cta2-dark.cta2-image {
  border: 0px none transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.6)), to(rgba(17, 18, 18, 0.6))), url('../images/CTA2-Background.jpg');
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.6), rgba(17, 18, 18, 0.6)), url('../images/CTA2-Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.form1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
}

.footer3-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form1-form-wrap {
  margin-bottom: 0px;
}

.cta2-content-wrap {
  margin-top: 10px;
}

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

.form1-form-wrapper {
  margin-top: -30px;
}

.form1-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.cta3-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form1-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

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

.form1-input {
  height: 58px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form1-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form1-input.form1-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
}

.cta3-wide-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero4-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: 0px none #000;
  border-radius: 0px;
}

.hero4-first-button {
  display: inline-block;
  margin-right: 10px;
}

.hero4-buttons-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
}

.hero5-image {
  position: absolute;
  left: 50%;
  top: 50px;
  bottom: 0px;
  display: inline-block;
}

.testimonial5-image {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimonial5-image.testimonial5-image3 {
  background-image: url('../images/Person-Pic-52x.jpg');
}

.testimonial5-image.testimonial5-image2 {
  background-image: url('../images/Person-Pic-42x.jpg');
}

.testimonial5-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial5-quote-wrap {
  margin-bottom: 20px;
}

.testimonial5-item-wrap {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
}

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form2-wrapper {
  margin-top: -10px;
}

.form2-input {
  width: 100%;
  height: 40px;
  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;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::-webkit-input-placeholder {
  color: #ccc;
}

.form2-input:-ms-input-placeholder {
  color: #ccc;
}

.form2-input::-ms-input-placeholder {
  color: #ccc;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-input.form2-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

.form2-input.form2-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:focus {
  border-color: #fff;
}

.form2-input.form2-input-dark::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  -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 8px 0 rgba(17, 18, 18, 0.1);
  color: #111212;
}

.form2.form2-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

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

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

.register-link {
  display: inline-block;
  cursor: pointer;
}

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

.form2-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  margin-right: -20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/signup-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.signup-account-link {
  display: inline-block;
  color: #999;
}

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

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0px;
}

.form2-form-section-wrapper {
  padding: 50px;
}

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

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

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

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
}

.team2-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 6px 0 rgba(17, 18, 18, 0.06);
  text-align: center;
}

.team2-profile-card.team2-profile-card-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.team3-name {
  margin-bottom: 6px;
}

.blog4-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.team2-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.team2-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.blog2-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog5-article-cover {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog3-card {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: #fff;
}

.blog3-card.blog3-card2-content {
  background-image: url('../images/card2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog3-card.blog3-card1-content {
  position: relative;
  background-image: url('../images/card1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.76);
  opacity: 1;
  color: #fff;
}

.blog3-card.blog3-card4-content {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card5-content {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card6-content {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog4-article-image {
  height: 230px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-image: url('../images/Screenshot-2018-05-01-20.54.33.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog4-article-image.blog4-article-content2 {
  background-image: url('../images/roos-oosterbroek-558868-unsplash2x.jpg');
}

.blog4-article-image.blog4-article-content3 {
  background-image: url('../images/article-cover-1.jpg');
}

.blog5-articles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team3-profiles-row {
  margin-top: 20px;
}

.team3-profile-card {
  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;
}

.team3-profile-card.team3-profile-card-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.blog3-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team3-buttons-wrap {
  padding-top: 7px;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.team2-people-row {
  margin-top: 20px;
}

.team3-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team3-avatar.team3-avatar-image2 {
  background-image: url('../images/Person-Pic-12x.jpg');
}

.team2-profilecard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.blog4-article-headline {
  margin-top: 10px;
}

.hero6-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1f1f1f));
  background-image: linear-gradient(180deg, #272727, #1f1f1f);
}

.hero6-headline-wrap {
  margin-top: -20px;
  padding-right: 80px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: 0.6;
}

.hero6-buttons-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-sections-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.home-sections-text-wrap {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 80px;
}

.home-landing-content {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
}

.home-landing-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
}

.home-landing-image-wrap.home-landing-image1 {
  background-image: url('../images/home-landing12x.jpg');
  background-position: 50% 1px;
  background-size: 300px;
  background-attachment: scroll;
}

.home-landing-image-wrap.home-landing-image2 {
  background-image: url('../images/home-landing22x.jpg');
  background-position: 50% -1px;
  background-size: 300px;
}

.home-landing-image-wrap.home-landing-image3 {
  background-image: url('../images/home-landing32x.jpg');
  background-position: 50% -1px;
  background-size: 300px;
}

.home-landing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content9-icon {
  margin-bottom: 0px;
}

.content9-item-wrap {
  padding-right: 20px;
}

.home-category-items {
  margin-top: -10px;
}

.home-category-linkitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 18px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -webkit-transition: color 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, border 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
}

.home-category-linkitem:hover {
  border-color: #1991eb;
  box-shadow: 0 1px 8px 0 rgba(17, 18, 18, 0.15);
}

.home-category-linkitem:active {
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.15);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.home-extras-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-extras-content {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
}

.home-extras-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-bottom: 15px;
  -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 6px 0 rgba(17, 18, 18, 0.06);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.home-extras-image.home-extras-image1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#111212), to(#222424));
  background-image: linear-gradient(90deg, #111212, #222424);
}

.home-extras-image.home-extras-image2 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#1991eb), to(#5fbbff));
  background-image: linear-gradient(90deg, #1991eb, #5fbbff);
}

.home-extras-image.home-extras-image3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6758f3), to(#915cf4));
  background-image: linear-gradient(90deg, #6758f3, #915cf4);
}

.cta4-headline-wrap {
  display: inline-block;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta4-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-size: 70px;
  line-height: 90px;
  font-weight: 100;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0px;
}

.home-footer-socicon {
  opacity: 0.6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: 0.85;
}

.home-footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-footer-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: hsla(0, 0%, 100%, 0.8);
}

.link {
  color: #1991eb;
  line-height: 24px;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.form3-input {
  height: 58px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form3-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form3-input:focus {
  border-color: #1991eb;
}

.form3-input.form3-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form3-input.form3-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form3-input.form3-input-dark:focus {
  border-color: #fff;
}

.form3-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form3-form {
  margin-top: -20px;
}

.form3-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.form3-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.cta5-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  text-align: left;
}

.cta5-item-wrap.cta5-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.cta5-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.cta5-option-headline {
  margin-top: 2px;
}

.cta5-items-wrap {
  margin-top: -20px;
}

.products1-content-wrap {
  padding-left: 80px;
}

.products1-price-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.products1-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.products1-price-previous {
  display: block;
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
}

.products1-image-wrap {
  height: 460px;
  border-radius: 8px;
  background-image: url('../images/products1-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products1-actions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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-top: 1px solid rgba(17, 18, 18, 0.06);
}

.products1-actions-wrap.products1-actions-wrap-dark {
  border-top-color: hsla(0, 0%, 100%, 0.06);
}

.products1-desc-wrap {
  margin-bottom: 5px;
}

.products1-details-wrap {
  margin-bottom: 30px;
}

.products2-items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products2-image {
  position: relative;
  height: 270px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.products2-image.products2-image1 {
  background-image: url('../images/products1-image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/products2-image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image3 {
  background-image: url('../images/products2-image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-description-wrap {
  padding-right: 40px;
}

.products2-pricetag {
  position: absolute;
  top: 20px;
  right: 0px;
  display: inline-block;
  padding: 5px 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  color: #111212;
}

.products3-big-image-wrap {
  height: 460px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-image: url('../images/products3-image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  direction: ltr;
}

.products3-small-image-wrap {
  height: 120px;
  border-radius: 8px;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  direction: ltr;
}

.products3-small-image-wrap.products3-small-image1 {
  height: 140px;
  background-image: url('../images/products3-image2.jpg');
}

.products3-small-image-wrap.products3-small-image2 {
  height: 140px;
  background-image: url('../images/products3-image3.jpg');
}

.products3-small-image-wrap.products3-small-image3 {
  height: 140px;
  background-image: url('../images/products3-image4.jpg');
}

.products3-content-wrap {
  padding-right: 80px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  border-bottom: 1px solid rgba(17, 18, 18, 0.06);
}

.products3-option-wrap.products3-option-wrap-dark {
  border-bottom-color: hsla(0, 0%, 100%, 0.06);
}

.text-span {
  padding-right: 0px;
}

.div-block {
  min-height: 75px;
}

.section {
  background-color: #7b00ff;
}

.heading {
  margin-bottom: 0px;
  color: #eceaea;
}

.text-block {
  color: #b1b1b1;
}

.heading-2 {
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
}

.heading-3 {
  font-size: 22px;
  line-height: 32px;
}

.section-2 {
  background-color: #fff;
}

.italic-text {
  color: rgba(0, 0, 0, 0.51);
}

.heading-4 {
  color: #000;
}

.div-block-2 {
  min-height: 75px;
}

.paragraph {
  font-weight: 300;
}

.paragraph-2 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 300;
}

.h2-jumbo-black {
  margin-top: 15px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(52, 21, 228, 0.81);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 6, 32, 0.88)), to(rgba(34, 6, 32, 0.88))), url('../images/L1000948.jpg');
  background-image: linear-gradient(180deg, rgba(34, 6, 32, 0.88), rgba(34, 6, 32, 0.88)), url('../images/L1000948.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-3 {
  min-height: 40px;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0.05);
}

.text-span-2 {
  border-radius: 7px;
}

.image-2 {
  max-width: 50%;
}

.div-block-4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.image-3 {
  max-width: 40%;
}

.div-block-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  max-width: 75%;
}

.div-block-7 {
  min-height: 75px;
}

.heading-7 {
  font-style: italic;
}

.section-5 {
  margin-top: 0px;
  padding-top: 37px;
  background-color: #000;
}

.image-5 {
  text-align: center;
}

.div-block-8 {
  text-align: center;
}

.heading-8 {
  font-weight: 300;
}

.heading-9 {
  font-size: 40px;
  font-weight: 300;
}

.text-block-2 {
  margin-top: 50px;
  margin-bottom: 51px;
  padding-bottom: 0px;
  font-size: 80px;
  font-weight: 300;
}

.text-block-3 {
  margin-top: 55px;
  margin-bottom: 55px;
  color: #9c9c9c;
  font-size: 80px;
  font-weight: 300;
}

.image-6 {
  margin: 11px 60px;
  padding: 20px 30px;
}

.section-6 {
  background-color: #817b80;
}

.heading-10 {
  color: hsla(0, 0%, 100%, 0.74);
}

.logo-area {
  display: none;
  font-size: 30px;
}

.image-7 {
  position: relative;
}

.div-block-9 {
  min-height: 10px;
}

.section-7 {
  position: static;
  top: 0px;
  z-index: 9999999;
  background-color: #fff;
}

.section-8 {
  padding-top: 40px;
}

.div-block-10 {
  margin-bottom: 26px;
  text-align: center;
}

.section-9 {
  margin-top: 0px;
  padding-top: 24px;
  background-color: rgba(25, 145, 235, 0.16);
}

.image-9 {
  margin-top: 35px;
}

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

.section-10 {
  padding-top: 21px;
  padding-bottom: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0.88)), to(hsla(0, 0%, 98%, 0.88))), url('../images/L1003610.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0.88), hsla(0, 0%, 98%, 0.88)), url('../images/L1003610.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-span-3 {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

.text-span-4 {
  font-weight: 500;
}

@media (max-width: 991px) {
  .style-wrap {
    text-align: center;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    width: 100%;
    margin-bottom: 10px;
  }
  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._3-col._3-col-last {
    margin-bottom: 0px;
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w50-spcbetween {
    -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;
  }
  .wrap.w50-80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w20-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap._w-custom.nav1-light {
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .wrap._w-custom.nav1-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #111212;
  }
  .wrap._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap._w-custom.nav2-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap._w-custom.hero5 {
    height: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w50-start {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w80-spcbetween {
    -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;
  }
  .wrap.w20-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .wrap.w50-80 {
    padding-top: 0px;
  }
  .wrap.w80-50-spcbetween {
    -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;
  }
  .wrap.w20-spcbetween {
    -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;
  }
  .wrap.w50-80-spcbetween {
    -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;
  }
  .wrap.w80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  ._1-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._11-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }
  ._9-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._7-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._8-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._10-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tagline {
    text-align: center;
  }
  .tagline.style-lbl {
    text-align: center;
  }
  .tagline.style-desc {
    text-align: center;
  }
  .tagline.cards-lbl {
    text-align: center;
  }
  .btn.btn-white.blog2-card-cta {
    left: 30px;
    bottom: 20px;
    display: block;
    text-align: center;
  }
  .btn.hero4-left-button {
    padding-bottom: 11px;
  }
  .section-dark {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .link-dark.navigation1-link-dark {
    margin-right: 0px;
    padding: 20px;
  }
  .h1-jumbo {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    text-align: left;
  }
  .headline-8-col {
    width: auto;
    text-align: center;
  }
  .btn-big {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 30px;
  }
  .text-16 {
    margin-bottom: 30px;
    text-align: left;
  }
  .text-16.text-16-60 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
  }
  .h2-jumbo {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 40px;
    text-align: left;
  }
  .headline-9-col {
    width: auto;
  }
  .link-light.navigation1-link-light {
    margin-right: 0px;
    padding: 20px;
  }
  .page-name {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .structure-page-name {
    width: auto;
  }
  .structure-cards2-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }
  .structure-cards2-menu-btn:active {
    background-color: transparent;
  }
  .structure-cards2-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }
  .nav1-wrap {
    padding-top: 29px;
    padding-bottom: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(17, 18, 18, 0.06);
  }
  .nav1-logo-wrapper {
    display: inline-block;
    margin-left: 30px;
    -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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav1-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }
  .nav1-menu-btn:active {
    background-color: transparent;
  }
  .nav1-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }
  .nav1-menu-wrapper-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-color: #111212;
  }
  .nav1-menu-icon {
    margin-bottom: 3px;
  }
  .hero1-headline-wrapper {
    width: 100%;
  }
  .decoline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .decoline.decoline-dark.left-align-decoline-dark {
    margin-right: 0px;
    margin-left: 0px;
  }
  .decoline.left-align-decoline {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }
  .content1-items {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content1-item-description {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .feature1-content {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .feature1-image1 {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .feature1-image2 {
    display: block;
    margin-top: 15px;
  }
  .feature2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .feature2-image1 {
    border-radius: 8px;
  }
  .feature2-content {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .feature2-image2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team1-people-row {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team1-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-right: 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;
    text-align: center;
  }
  .team1-image {
    display: block;
  }
  .cta1-content {
    margin-bottom: 0px;
  }
  .cta1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer1 {
    text-align: center;
  }
  .content2-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }
  .content2-number-wrapper {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 150% 50%;
    background-size: auto, 980px;
    background-repeat: repeat, no-repeat;
  }
  .testimonial2-logo-wrap {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .testimonial1-person-name {
    text-align: left;
  }
  .content3-text-wrap {
    text-align: center;
  }
  .content6-headline {
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: center;
  }
  .content5-headline-wrapper {
    padding-right: 0px;
    text-align: center;
  }
  .testimonial1 {
    -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;
  }
  .content4-items {
    margin-bottom: 0px;
  }
  ._6-col-last {
    width: auto;
  }
  .hero2-dark-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/hero2-woman-mob.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/hero2-woman-mob.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 587px;
    background-repeat: repeat, no-repeat;
  }
  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .hero2-text-wrap {
    width: 100%;
  }
  .content5-description {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .content6-pic.content6-image2 {
    margin-bottom: 0px;
  }
  .testimonial2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content3-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .content4-item {
    margin-bottom: 40px;
    text-align: center;
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, -280px 50%;
    background-size: auto, 940px;
    background-repeat: repeat, no-repeat;
  }
  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }
  .testimonial1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 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;
    text-align: center;
  }
  .feature4-text-wrap {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .nav2-logo-wrapper {
    display: inline-block;
    margin-left: 30px;
    -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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blog1-article {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog1-article.blog4-article-right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog1-article.blog1-article-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .testimonial4-tweet {
    display: block;
    width: 65%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial4-small-tweets-wrap {
    -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;
  }
  .feature5-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial4-big-tweets-wrap {
    -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;
  }
  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }
  .feature4-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav1-menuicon {
    margin-bottom: 3px;
  }
  .hero3-text-wrapper {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .testimonial3-logo-wrapper {
    margin-bottom: 20px;
  }
  .feature4-image {
    display: block;
    margin: -20px auto;
  }
  .feature3-text-wrapper {
    padding-left: 0px;
  }
  .content7-numbers-wrap {
    -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;
  }
  .feature3-subitem-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature5-item-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .feature3-icon {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .blog1-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content7-number-card {
    text-align: center;
  }
  .hero3-image {
    display: block;
    margin-right: auto;
    margin-bottom: -20px;
    margin-left: auto;
  }
  .nav2-menu-wrapper-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }
  .cta3-item-wrap.cta3-recommended-option {
    display: block;
    -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;
  }
  .footer3-bottom-links-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer3-logo-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta2.cta2-dark.cta2-image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer3-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .form1-form-wrapper {
    width: 100%;
  }
  .cta3-options-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero4-buttons-wrap {
    margin-top: 30px;
    padding-bottom: 0px;
    text-align: center;
  }
  .hero5-headline-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .hero5-image {
    position: static;
    margin-top: -10px;
  }
  .testimonial5-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial5-content-wrap {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial5-item-wrap {
    text-align: center;
  }
  .form2-wrapper {
    margin-top: -20px;
  }
  .form2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form2-image-wrapper {
    height: 300px;
    margin-right: 0px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .signup-account-link {
    text-align: left;
  }
  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }
  .card-headline {
    display: block;
    width: 60%;
    max-width: 100%;
  }
  .card-headline._6col-card {
    display: block;
    width: 60%;
  }
  .blog5-article-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
  .team2-profile-card {
    padding: 40px 40px 30px;
  }
  .blog4-articles-wrap {
    -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;
  }
  .blog2-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog3-card {
    text-align: left;
  }
  .blog3-card.blog3-card1-content {
    width: auto;
  }
  .blog2-article {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog4-article-wrap {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog5-articles-wrapper {
    -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;
  }
  .blog3-articles-wrap {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero6-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.9)), to(#121212)), url('../images/hero-home-mob.png');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.9), #121212), url('../images/hero-home-mob.png');
    background-position: 0px 0px, 50% -40px;
    background-size: auto, cover;
  }
  .hero6-headline-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .home-sections-wrap {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-sections-text-wrap {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .home-landing-content {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: center;
  }
  .home-landing-image-wrap {
    display: block;
    margin-top: 20px;
  }
  .home-landing-image-wrap.home-landing-image1 {
    background-image: url('../images/home-landing1-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }
  .home-landing-image-wrap.home-landing-image2 {
    background-image: url('../images/home-landing2-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }
  .home-landing-image-wrap.home-landing-image3 {
    background-image: url('../images/home-landing3-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }
  .home-landing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content9-item-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .home-category-linkitem {
    margin-bottom: 0px;
  }
  .home-extras-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .home-extras-content {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: center;
  }
  .home-extras-image {
    margin-top: 20px;
  }
  .image {
    display: none;
  }
  .cta4-headline-wrap {
    width: 100%;
    text-align: center;
  }
  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .form3-input {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .form3-form {
    margin-top: -10px;
  }
  .cta5-item-wrap {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta5-option-headline {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .products1-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    text-align: center;
  }
  .products1-price-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products1-actions-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .products2-items-wrap {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .products3-big-image-wrap {
    margin-bottom: 0px;
  }
  .products3-content-wrap {
    padding-right: 0px;
  }
  .products3-small-images-wrap {
    display: none;
  }
  .heading-2 {
    text-align: left;
  }
  .h2-jumbo-black {
    font-size: 26px;
    line-height: 40px;
    text-align: left;
  }
  .div-block-3 {
    display: none;
  }
  .heading-5 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .image-2 {
    display: inline-block;
    overflow: visible;
  }
  .image-3 {
    max-width: 30%;
    text-align: center;
  }
  .div-block-5 {
    text-align: left;
  }
  .image-4 {
    max-width: 35%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .div-block-6 {
    text-align: left;
  }
  .list {
    margin-top: 30px;
  }
  .image-5 {
    overflow: visible;
    max-width: 25%;
    text-align: left;
  }
  .div-block-8 {
    text-align: center;
  }
  .heading-9 {
    color: #c5c5c5;
    text-align: left;
  }
  .text-block-3 {
    color: #e2e2e2;
  }
  .image-6 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-10 {
    color: hsla(0, 0%, 100%, 0.88);
  }
  .logo-area {
    font-size: 28px;
  }
  .image-8 {
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  ._6-col {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap._w-custom.structure-menu-wrap {
    width: auto;
    padding: 30px 0px 10px;
    background-color: #1a1a1a;
    text-align: center;
  }
  .wrap._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap._w-custom.home-footer {
    -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;
  }
  .tagline {
    text-align: left;
  }
  .btn.btn-white.blog2-card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }
  .h1-jumbo {
    font-size: 36px;
    line-height: 46px;
  }
  .h2-jumbo {
    font-size: 24px;
    line-height: 36px;
  }
  .h2-jumbo.hero6-headline {
    font-size: 36px;
    line-height: 46px;
  }
  .structure-2nd-col-allcards {
    margin-top: -40px;
  }
  .structure-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    background-color: #1a1a1a;
    text-align: center;
  }
  .structure-pagename-h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .sections-menu-headline {
    margin-bottom: 16px;
  }
  .structure-cards-menu {
    height: 60px;
  }
  .page-name {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 30px;
  }
  .structure-more-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }
  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }
  .structure-link {
    margin-left: 30px;
  }
  .structure-link.structure-menu-link {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
  }
  .structure-section-name {
    font-size: 22px;
    line-height: 32px;
  }
  .structure-project-menu {
    z-index: 9;
    overflow: scroll;
    text-align: left;
  }
  .structure-cards2-topbar-wrapper {
    position: relative;
    z-index: 20;
  }
  .structure-menu {
    z-index: 10;
  }
  .nav1-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999999;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .nav1-logo-wrapper {
    display: inline-block;
  }
  .nav1 {
    z-index: 10;
  }
  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }
  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .hero2-dark-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/hero2-woman.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/hero2-woman.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .content5-description {
    margin-top: 0px;
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .testimonial1-item {
    width: auto;
  }
  .nav2-logo-wrapper {
    display: inline-block;
  }
  .testimonial4-tweet {
    width: 70%;
  }
  .nav2 {
    z-index: 10;
  }
  .hero3-image {
    margin-top: -20px;
  }
  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }
  .hero4-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero4-first-button {
    display: inline-block;
  }
  .form2-form-section-wrapper {
    padding: 30px;
  }
  .card-headline {
    display: block;
    width: 60%;
  }
  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }
  .team2-profile-card {
    padding: 30px 40px;
  }
  .home-extras-content {
    margin-top: 25px;
  }
  .cta4-headline-extrajumbo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .home-footer-link {
    margin-left: 0px;
  }
  .heading-2 {
    font-size: 32px;
    line-height: 44px;
  }
  .heading-3 {
    text-align: left;
  }
  .div-block-8 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  ._6-col {
    margin-bottom: 0px;
  }
  .tagline {
    text-align: center;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn.btn-white {
    display: block;
  }
  .btn.big-button {
    display: block;
    padding: 14px 25px;
  }
  .btn.team3-left-button {
    display: block;
    margin-right: 0px;
  }
  .btn.hero4-left-button {
    margin-right: 0px;
  }
  .h1-jumbo {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .btn-big.btn-white {
    display: block;
  }
  .btn-big.hero6-left-btn {
    margin-right: 0px;
  }
  .text-16 {
    margin-bottom: -14px;
  }
  .text-16.text-16-60 {
    margin-top: 0px;
    text-align: left;
  }
  .h2-jumbo {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
  }
  .page-name {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .structure-page-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .structure-section-name {
    margin-top: -10px;
    text-align: center;
  }
  .nav1-wrap {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav1 {
    padding-right: 0px;
  }
  .nav1-menu-btn {
    margin-right: 10px;
  }
  .feature1-image2 {
    display: none;
  }
  .cta1-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 88% 50%;
  }
  .content5-description {
    margin-top: 0px;
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, 80% 50%;
  }
  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }
  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }
  .hero3-firstbutton-wrap {
    display: block;
    margin-right: 0px;
  }
  .landing3-logo.landing3-logo-mob {
    display: none;
  }
  .form1 {
    -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;
  }
  .cta2 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta2.cta2-dark {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta2.cta2-dark.cta2-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.82)), to(rgba(17, 18, 18, 0.82))), url('../images/CTA2-Background.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.82), rgba(17, 18, 18, 0.82)), url('../images/CTA2-Background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .hero4-wrap {
    height: auto;
  }
  .hero4-first-button {
    display: block;
    margin-right: 0px;
  }
  .signup-account-link {
    text-align: center;
  }
  .form2-buttons-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;
  }
  .team2-profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team3-profile-card {
    padding: 30px;
  }
  .team3-buttons-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero6-wrap {
    background-position: 0px 0px, 50% 50%;
  }
  .hero6-buttons-wrap {
    margin-top: 30px;
  }
  .cta4-headline-extrajumbo {
    width: 100%;
  }
  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .products1-actions-wrap {
    -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;
  }
  .products3-option-wrap {
    text-align: left;
  }
  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading-6 {
    font-size: 28px;
  }
  .image-4 {
    max-width: 40%;
  }
  .image-5 {
    margin-bottom: 15px;
  }
  .div-block-8 {
    text-align: center;
  }
  .logo-area {
    display: none;
  }
  .image-7 {
    display: block;
    margin-right: -100px;
    margin-left: 0px;
  }
  .section-10 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 84%, 0.92)), to(hsla(0, 0%, 84%, 0.92))), url('../images/L1003610.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 84%, 0.92), hsla(0, 0%, 84%, 0.92)), url('../images/L1003610.jpg');
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
}

