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

.figure-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 386px;
  height: 322px;
  margin-top: -187px;
  margin-right: -97px;
  background-image: url('../images/Blue.png');
  background-position: 50% 50%;
  background-size: 386px;
  background-repeat: no-repeat;
}

.figure-2.new-figure {
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-right: -163px;
}

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

.figure-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 610px;
  height: 490px;
  margin-top: -240px;
  margin-left: -16%;
  background-image: url('../images/Green.png');
  background-position: 50% 50%;
  background-size: 601px;
  background-repeat: no-repeat;
}

.figure-1.animation {
  overflow: hidden;
  margin-top: -300px;
}

.top-margin {
  position: relative;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._10-pixels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: 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;
  text-align: left;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.w_rotational_word {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate(0px, 50px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate(0px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word2 {
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  font-family: 'Droid Serif', serif;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word3 {
  -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  font-family: 'Droid Serif', serif;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word4 {
  -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  font-family: 'Droid Serif', serif;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word1 {
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  font-family: 'Droid Serif', serif;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.h1-large {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Droid Serif', serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
}

.h1-large.word-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline;
  font-family: 'Droid Serif', serif;
  font-size: 100px;
}

.h1-large.word-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-size: 100px;
}

.second-word {
  position: relative;
  height: 100px;
  margin-bottom: 5px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-column {
  width: 100%;
  max-width: none;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper.hero-content {
  max-width: 1600px;
  padding-left: 0px;
  -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;
}

.content-wrapper.wide {
  display: block;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #000;
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.social-icon:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: transparent;
  background-image: url('../images/facebook-logo-de-letra_1.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin_1.svg');
}

.first-word {
  position: relative;
  height: 100px;
  -webkit-transform: rotateX(270deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(270deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.subtitle {
  margin-right: 40px;
  color: #000;
  font-size: 21px;
  line-height: 30px;
}

.subtitle.large {
  font-family: Karla, sans-serif;
  font-size: 23px;
  line-height: 32px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 250px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  overflow: visible;
  max-width: 100%;
  background-color: #e8e9ee;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.brand.w--current {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.link-2 {
  color: #000;
}

.dropdown-link {
  padding-right: 15px;
  padding-left: 15px;
}

.icon {
  width: 50px;
}

.image-2 {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.navlink {
  overflow: hidden;
  height: 60px;
  margin-right: 15px;
  padding-top: 15px;
  padding-right: 7px;
  padding-left: 7px;
  color: #000;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: #69707b;
}

.buy-template-button {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 45px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.buy-template-button:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.buy-template-button.margin-right {
  height: auto;
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 25px;
  border-color: #000;
  font-family: Karla, sans-serif;
  color: #000;
}

.dropdown-toggle {
  padding-top: 15px;
}

.navbar {
  background-color: transparent;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.navbar-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  background-color: #e8e9ee;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.flex-space {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.mobile-center {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-border {
  margin-right: 7%;
}

.h3-margins {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  font-size: 22px;
}

.center-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 80%;
  max-width: 925px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  text-align: center;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

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

.inline-block.right-border {
  margin-right: 5px;
}

.bold-text-6 {
  font-weight: 400;
}

.intro-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 35px 25px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 7.5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e9ee), to(#cfd0d8));
  background-image: linear-gradient(180deg, #e8e9ee, #cfd0d8);
}

.heading-box {
  display: block;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.h3-big {
  font-family: 'Droid Serif', serif;
  font-size: 40px;
  line-height: 50px;
}

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

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-section.double-hidden {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 100px;
}

.quiz-div {
  position: relative;
  z-index: 1;
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

.grid {
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: stretch;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  overflow: hidden;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  min-width: 1400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.left-block {
  width: 100%;
  margin-right: 0px;
  padding: 45px 0px 0px;
  border: 1px none #000;
}

.block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a4aebe;
}

.block-item.no-margin {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.gray {
  width: 80%;
  font-family: Karla, sans-serif;
  color: #69707b;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.title {
  color: #69707b;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.why-choose-us-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.figure-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 309px;
  height: 490px;
  margin-right: -174px;
  margin-bottom: 440px;
  background-image: url('../images/Orange.png');
  background-position: 50% 50%;
  background-size: 279px;
  background-repeat: no-repeat;
}

.content-wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.figure-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -182px;
  background-image: url('../images/Purple.png');
  background-position: 50% 50%;
  background-size: 303px;
  background-repeat: no-repeat;
}

.work-preview {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e8e9ee;
  text-align: center;
}

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

.h4-big {
  margin-top: 40px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button {
  min-height: 42px;
  padding: 13px 20px 11px;
  border: 2px solid #000;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #d7d9df;
}

.collection-item {
  margin-top: 20px;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video {
  z-index: 2;
  width: auto;
  margin-left: 0px;
}

.nav-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 24px;
  background-color: #b53844;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #f5553d;
  color: #fff;
}

.button-2.ghost {
  margin-top: 20px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #151515;
  -webkit-transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  color: #151515;
}

.button-2.ghost:hover {
  background-color: #b53844;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button-2.ghost.notopmargin {
  margin-top: 0px;
  border: 0px none #000;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px #151515;
}

.button-2.ghost.notopmargin:hover {
  background-color: #b53844;
}

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

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 24px;
  background-color: #b53844;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  border: 2px solid #151515;
  background-color: transparent;
  color: #151515;
}

.button-3.ghost {
  margin-top: 0px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #151515;
  -webkit-transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  color: #151515;
}

.button-3.ghost:hover {
  background-color: #b53844;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button-icon-wrapper {
  position: relative;
  display: block;
  width: 28px;
  height: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.button-icon.left {
  left: 0px;
  right: auto;
  display: block;
  width: 10px;
  margin-left: -2px;
  float: left;
}

.text-block {
  color: #000;
  text-decoration: none;
}

.bold-text-7 {
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.content-grid {
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: stretch;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-8 {
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.bold-text-9 {
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.div-block-2 {
  margin-top: -30px;
}

@media screen and (min-width: 1920px) {
  .button-2 {
    background-color: #b53844;
  }

  .button-2.ghost {
    margin-top: 20px;
  }

  .button-3 {
    background-color: #b53844;
  }

  .button-3.ghost {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .figure-2 {
    margin-top: -225px;
    margin-right: -175px;
  }

  .first-row {
    margin-bottom: -20px;
  }

  .figure-1 {
    display: block;
    margin-top: -347px;
    margin-left: -56%;
  }

  .figure-1.animation {
    margin-top: -346px;
  }

  .top-margin._10-pixels {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-large {
    font-size: 80px;
  }

  .h1-large.word-1 {
    font-size: 80px;
  }

  .h1-large.word-4 {
    font-size: 80px;
  }

  .h1-large.margin-negative {
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .hero-column {
    width: 100%;
  }

  .subtitle.large {
    margin-bottom: 0px;
  }

  .hero-section {
    padding-top: 200px;
    padding-bottom: 0px;
  }

  .menu-button {
    height: 60px;
    background-color: transparent;
    color: #69707b;
  }

  .menu-button.w--open {
    background-color: #d7d9df;
    color: #22be87;
  }

  .left-border {
    margin-left: 20px;
  }

  .icon {
    width: 40px;
  }

  .nav-menu {
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 20px;
    background-color: #d7d9df;
    text-align: left;
  }

  .navlink {
    width: 100%;
    padding-left: 20px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-align: left;
  }

  .navlink:hover {
    background-color: #ced1da;
  }

  .buy-template-button {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .buy-template-button.margin-right {
    margin-top: 30px;
  }

  .icon-border {
    margin-right: 15px;
  }

  .center-box {
    width: 78%;
  }

  .intro-features {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-box {
    width: 80%;
  }

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

  .content-section.double-hidden {
    padding-top: 20px;
  }

  .quiz-div {
    width: 100%;
  }

  .grid {
    max-width: 850px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .html-embed {
    padding-left: 0px;
  }

  .columns {
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-block {
    width: auto;
    max-width: 800px;
  }

  .block-item {
    width: 100%;
  }

  .block-item.no-margin {
    width: 100%;
  }

  .gray {
    width: 100%;
  }

  .left-column {
    width: 100%;
  }

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

  .figure-4 {
    display: none;
  }

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

  .figure-3 {
    display: none;
  }

  .hover-bg {
    height: auto;
  }

  .h4-big {
    font-size: 18px;
  }

  .video {
    width: auto;
    margin-top: 40px;
    margin-left: 0px;
  }

  .nav-info {
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-icon-wrapper {
    display: none;
  }

  .content-grid {
    max-width: 850px;
    min-width: auto;
    padding: 20px 20px 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .div-block-2 {
    margin-top: -20px;
  }

  .collection-list {
    margin-top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .first-row {
    margin-bottom: -30px;
  }

  .figure-1 {
    margin-left: -81%;
  }

  .figure-1.animation {
    margin-top: -247px;
    margin-left: -63%;
  }

  .w_rotational_word.cc_word2 {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word3 {
    -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word4 {
    -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word1 {
    -webkit-transform: translate3d(0px, 0px, -43px);
    transform: translate3d(0px, 0px, -43px);
  }

  .h1-large {
    font-size: 50px;
    line-height: 90px;
  }

  .h1-large.word-1 {
    font-size: 60px;
  }

  .h1-large.word-4 {
    font-size: 50px;
  }

  .h1-large.margin-negative {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .second-word {
    height: 87px;
  }

  .hero-column {
    width: 100%;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.facebook {
    background-size: 12px;
  }

  .social-icon.instagram {
    background-size: 12px;
  }

  .first-word {
    height: 87px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .subtitle.large {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-section {
    padding-top: 200px;
    padding-bottom: 0px;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    padding-left: 0px;
  }

  .image-2 {
    display: block;
    margin-left: 10px;
  }

  .image-3 {
    display: none;
  }

  .navlink {
    height: 45px;
    padding-top: 6px;
  }

  .buy-template-button {
    height: 45px;
    padding: 10px 15px;
  }

  .buy-template-button.margin-right {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .flex-space.mobile-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-border {
    margin-bottom: 15px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 50px;
  }

  .intro-features {
    width: 100%;
  }

  .heading-box {
    width: 90%;
  }

  .h3-big {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 44px;
  }

  .content-section {
    padding-top: 0px;
  }

  .content-section.double-hidden {
    padding-top: 0px;
    padding-bottom: 40px;
  }

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

  .left-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-item {
    width: 100%;
  }

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

  .content-wrapper-2 {
    padding-top: 20px;
  }

  .hover-bg {
    height: auto;
  }

  .h4-big {
    margin-top: -40px;
    font-size: 20px;
  }

  .collection-item {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .column-2 {
    display: block;
    margin-top: 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;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .content-grid {
    padding-bottom: 40px;
  }

  .bold-text-8 {
    font-family: Karla, sans-serif;
    font-size: 16px;
  }

  .bold-text-9 {
    font-size: 16px;
  }

  .div-block-2 {
    margin-top: -20px;
  }

  .image-4 {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .figure-2 {
    margin-right: -272px;
  }

  .first-row {
    margin-bottom: 0px;
    padding-right: 140px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .figure-1 {
    margin-left: -157%;
  }

  .figure-1.animation {
    margin-top: -352px;
    margin-left: -101%;
    padding-left: 0px;
  }

  .top-margin._10-pixels {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .w_rotational_word.cc_word2 {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word3 {
    -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word4 {
    -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word1 {
    -webkit-transform: translate3d(0px, 0px, -25px);
    transform: translate3d(0px, 0px, -25px);
  }

  .h1-large {
    font-size: 44px;
    line-height: 50px;
  }

  .h1-large.word-1 {
    font-size: 50px;
  }

  .h1-large.word-4 {
    font-size: 44px;
  }

  .h1-large.margin-negative {
    margin-top: 0px;
    font-size: 44px;
  }

  .second-word {
    height: 50px;
  }

  .hero-column {
    width: 100%;
    text-align: center;
  }

  .content-wrapper.hero-content {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.wide {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .first-word {
    height: 50px;
    font-family: 'Droid Serif', serif;
  }

  .subtitle.large {
    width: 100%;
    margin-right: 0px;
    font-size: 16px;
    text-align: center;
  }

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

  .image-2 {
    margin-left: 10px;
  }

  .navlink {
    margin-top: 10px;
  }

  .buy-template-button {
    font-size: 12px;
  }

  .buy-template-button.margin-right {
    margin-top: 20px;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-box {
    width: 100%;
    margin-bottom: 45px;
  }

  .intro-features {
    overflow: visible;
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-box {
    width: 100%;
  }

  .h3-big {
    font-size: 30px;
  }

  .content-section {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-section.double-hidden {
    padding-top: 20px;
  }

  .quiz-div {
    margin-top: 40px;
    border-radius: 5px;
  }

  .grid {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-block {
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
  }

  .block-item.no-margin {
    margin-bottom: 0px;
  }

  .gray {
    font-size: 12px;
  }

  .hover-bg {
    height: auto;
  }

  .h4-big {
    font-size: 18px;
  }

  .nav-info {
    padding-left: 0px;
  }

  .button-2.ghost.notopmargin {
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-text {
    font-size: 10px;
  }

  .content-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    margin-top: 0px;
  }
}

#w-node-_480d8897-099f-f7e0-c0f1-17b71e2472ff-c7e40c9b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_8ad62666-c2c3-5434-82dc-0a8dce11d254-c7e40c9b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

