h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
}

a {
  text-decoration: none;
}

.hero-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 0%;
  -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;
}

.hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
}

.hero-nav.ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 3.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #383838;
}

.hero-nav.nav-hero {
  height: 150px;
  margin-top: 2.5%;
  padding-top: 3%;
  -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;
}

.header-section {
  width: 100%;
  min-height: 20vh;
  padding: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2%;
  -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;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.ribbon-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12.5%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.logo {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo.fixedlogowrap {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
}

.nav-elements {
  width: 90%;
  height: 65px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.link-block {
  width: auto;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 30px;
  border: 1px none #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.link-block:hover {
  background-color: #ffc82f;
  color: #fff;
  text-decoration: underline;
}

.link-block.w--current {
  text-decoration: none;
}

.link-block.blog:hover {
  border-color: #ffc82f;
  background-color: #ffc82f;
  color: #fff;
}

.link-block.blog.fixedlink {
  font-size: 16px;
}

.link-block.fixedlink {
  color: #262626;
  font-size: 16px;
}

.link-block.fixedlink:hover {
  background-color: #ffc82f;
  color: #fff;
}

.link-block.fixedlink.w--current {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.div-block-4 {
  min-height: auto;
}

.slider {
  min-height: 70vh;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.slide-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.heading-2.turn-trash {
  margin-top: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-2.subhead {
  font-size: 25px;
  line-height: 35px;
}

.heading-2.slidetext {
  color: #fff;
}

.heading-2.matcherpage {
  margin-bottom: 10px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
}

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

.double-line.bodytext {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 140px;
  margin-bottom: 3px;
  border-top: 3px solid #fff;
}

.div-block-5.line2 {
  border-top-width: 5px;
}

.div-block-5.line2.white-sml {
  border-top-color: #fff;
}

.div-block-5.white-line-sml {
  border-top-color: #fff;
}

.div-block-6 {
  padding-bottom: 15px;
}

.div-block-7 {
  width: 240.5px;
  height: 482px;
  background-image: url('../images/iPhone.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-7.labels {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  color: #fff;
}

.div-block-7.shipping {
  background-image: url('../images/Shipping-screen.svg');
}

.div-block-7.matcherscreen {
  background-image: url('../images/Asset-502x.png');
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 56px 15.6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  padding-top: 1px;
  -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: #8cc3d9;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  text-align: center;
}

.mobile-ribbon {
  width: 100%;
  height: 40px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 10px;
}

.navbar-2 {
  height: 40px;
  background-color: #fff;
  color: #fff;
}

.menu-button {
  display: block;
  width: auto;
  height: auto;
  padding: 7px 10px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu-button.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f5baa4;
}

.phone-header {
  display: block;
  width: 100%;
  height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Mobile-Hero.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.phone-body {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.textfloat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-image: url('../images/Mobile-Hero.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.brandlabel {
  padding: 7px 10px 5px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.5);
  font-family: 'Josefin Sans', sans-serif;
  line-height: 14px;
}

.brandlabel.one {
  margin-right: 37px;
  margin-bottom: 6.25px;
  margin-left: 0px;
}

.brandlabel.two {
  margin-top: 12.5px;
  margin-left: 40px;
}

.brandlabel.three {
  margin-top: 12.5px;
  margin-right: 85px;
  margin-bottom: 0px;
}

.brandlabel.four {
  margin-top: -12.5px;
  margin-bottom: 19px;
  margin-left: 100px;
}

.brandlabel.address-label {
  width: auto;
  margin-left: 0px;
  padding: 15px 20px;
  box-shadow: 3px 2px 5px 0 rgba(38, 38, 38, 0.1);
  font-size: 20px;
  line-height: 25px;
}

.brandlabel.address-label.bloglabel {
  width: 60%;
  padding: 14px 25px 10px;
  line-height: 20px;
}

.brandlabel.address-label.tilelabel {
  width: 80%;
}

.shop-now-button {
  margin-bottom: 5px;
  padding: 8px 20px;
  background-color: #262626;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.5);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.shop-now-button.how-it-works {
  margin-top: 0px;
  padding: 10px 26px;
  border: 2px solid #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 23px;
  line-height: 40px;
}

.shop-now-button.how-it-works:hover {
  border: 2px solid #262626;
  background-color: #ffc82f;
  box-shadow: none;
  color: #fff;
}

.shop-now-button.how-it-works.solve {
  margin-top: 50px;
  padding-top: 11px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.shop-now-button.how-it-works.solve:hover {
  border-color: #ffc82f;
  background-color: #ffc82f;
  color: #fff;
}

.shop-now-button.submit {
  margin-top: 35px;
  padding-right: 35px;
  padding-left: 35px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 30px;
  line-height: 45px;
}

.shop-now-button.submit:hover {
  border: 2px solid #ffc82f;
  background-color: #ffc82f;
  color: #fff;
}

.mobile-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 6px;
  margin-left: 60px;
  padding-bottom: 3px;
  -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;
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-icon {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 0px;
}

.nav-link {
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  text-align: right;
}

.nav-link:hover {
  background-color: #f5baa4;
  color: #fff;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.div-block-10 {
  padding: 11px;
}

.slider-2 {
  height: 175px;
  background-color: #fff;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow.factleft {
  width: 35px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow.fact-slider {
  width: 65px;
  color: #fff;
  font-size: 25px;
}

.slide-nav {
  color: #262626;
  font-size: 10px;
}

.items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.item-label {
  width: 85px;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  color: #262626;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
}

.about-wiley-hunter {
  min-height: auto;
  padding: 5%;
}

.solve-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.solve-left {
  width: 100%;
}

.solve-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  background-color: transparent;
}

.slide {
  background-color: rgba(56, 56, 56, 0.44);
}

.slide.fact2 {
  background-color: #f5baa4;
}

.slide.fact4 {
  background-color: #f4c392;
}

.fact-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc82f), to(#ffc82f));
  background-image: linear-gradient(180deg, #ffc82f, #ffc82f);
  text-align: center;
}

.fact-slider-wrap.fact3 {
  background-color: #9cd6ca;
}

.fact-slider-wrap.fact3.fact4 {
  background-color: #f1c9ce;
}

.fact-slider-wrap.slidetwo {
  background-color: #f5baa4;
}

.heading-4 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.heading-4.rhetoric {
  font-size: 38px;
  line-height: 50px;
}

.div-block-11 {
  color: #fff;
}

.fact-text {
  margin-top: 20px;
  padding-right: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.fact-text.small {
  font-size: 26px;
  line-height: 32px;
}

.icon {
  font-size: 25px;
}

.body-text-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
  -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;
}

.do-something-about-it {
  margin-top: 20px;
  padding: 12px 24px;
  border: 2px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.do-something-about-it:hover {
  background-color: #fff;
  color: #262626;
}

.body-text-header {
  width: 70%;
  text-align: center;
}

.body-text-header.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 25px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8cc3d9;
  color: #fff;
}

.heading-5 {
  margin-bottom: 15px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.heading-5._3-problems {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.fact-1 {
  display: block;
  width: 32.5%;
  min-height: 200px;
  padding: 3px;
  -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: 5px none #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fact-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 17.5vw;
  padding: 2.5% 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #000;
  font-size: 16px;
  line-height: 22px;
}

.paragraph {
  margin-bottom: 25px;
  font-size: 16px;
}

.paragraph-2 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
}

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

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  min-height: 100vh;
}

.video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-header {
  width: 100%;
}

.heading-6 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.div-block-14 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Wiley-play.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 484px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how-the-platform-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.platform-slider {
  width: 100%;
  min-height: 95vh;
}

.platform-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 95vh;
}

.platform-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fffbf8;
}

.platform-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fffbf8;
}

.platform-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 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;
  background-color: #fffbf8;
}

.div-block-16 {
  margin-bottom: 15px;
}

.keyfeature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  min-height: 50vh;
  margin-top: 0px;
  padding: 5%;
  background-color: #000;
  font-family: Bellefair, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.footer-left {
  width: 35%;
}

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-right {
  width: 35%;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 75px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
}

.key-feature-callout {
  padding: 10px 15px;
  background-color: #8cc3d9;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  font-family: 'Josefin Sans', sans-serif;
}

.key-feature-callout:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 248, 0.1)), to(rgba(255, 251, 248, 0.1)));
  background-image: linear-gradient(180deg, rgba(255, 251, 248, 0.1), rgba(255, 251, 248, 0.1));
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Double-Circle.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Bellefair, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.callout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -55%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.callout:hover {
  -webkit-transform: scale3d(1.11, 1.11, 1.1);
  transform: scale3d(1.11, 1.11, 1.1);
}

.callout:active {
  -webkit-filter: hue-rotate(181deg) saturate(125%);
  filter: hue-rotate(181deg) saturate(125%);
}

.callout.callout-left {
  z-index: 10000;
  margin-top: 25vh;
  margin-right: -55%;
  margin-left: 0%;
}

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

.circle {
  width: 20px;
  height: 20px;
  border: 2px solid #8cc3d9;
  border-radius: 100%;
  background-color: #fff;
}

.line {
  width: 150px;
  border-top: 2px solid #8cc3d9;
}

.contact-section {
  min-height: 80vh;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-details {
  width: 100%;
  padding: 5% 6%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 60vh;
}

.get-in-touch-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.get-in-touch-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Map.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.get-in-touch-right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.get-in-touch-right-right {
  padding: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  padding: 20px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}

.contact-tile:hover {
  border-radius: 3px;
  background-color: rgba(229, 248, 255, 0.19);
  color: #fff;
}

.tile-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.tile-text {
  margin-top: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  text-decoration: underline;
}

.form-block {
  padding: 5%;
  font-family: 'Josefin Sans', sans-serif;
}

.text-field {
  max-width: 325px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #262626;
}

.text-field:focus {
  border-width: 2px;
  border-color: #ffc82f;
  background-color: #262626;
  color: #fff;
}

.drop-us-a-line {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
}

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

.field-label {
  text-align: left;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #262626;
}

.video-lightbox {
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
}

.video-lightbox:hover {
  -webkit-filter: contrast(110%) brightness(120%);
  filter: contrast(110%) brightness(120%);
}

.icon-2 {
  color: #262626;
}

.icon-3 {
  color: #262626;
}

.link-block-2 {
  padding: 5px 25px 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-decoration: underline;
}

.link-block-2:hover {
  padding: 5px 14px 0px;
  background-color: #fffbf8;
  color: #262626;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  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;
  -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: 2px solid #fff;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.footer-link:hover {
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  color: #262626;
}

.footer-link.w--current {
  border: 2px solid #fff;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100000;
  display: block;
  background-color: #fff;
}

.navbutton {
  background-color: #8cc3d9;
}

.navbutton:hover {
  background-color: #6ba8c0;
}

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

.navwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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: 5px solid #ffc82f;
  box-shadow: 1px 1px 3px 0 rgba(99, 99, 99, 0.09);
}

.brandlink {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.story-left {
  width: 50%;
}

.story-right {
  width: 50%;
}

.div-block-18 {
  width: 100%;
  min-height: 100px;
}

.paragraph-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.meet-the-team-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf8), to(#fffbf8));
  background-image: linear-gradient(180deg, #fffbf8, #fffbf8);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Josefin Sans', sans-serif;
}

.image-2 {
  border-radius: 100%;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc3d9), to(#8cc3d9));
  background-image: linear-gradient(180deg, #8cc3d9, #8cc3d9);
}

.social-link.linkedin {
  padding-bottom: 2px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.name {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}

.div-block-21 {
  font-family: Bellefair, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block {
  line-height: 25px;
}

.image-3 {
  -webkit-filter: brightness(250%);
  filter: brightness(250%);
}

.blog-header {
  min-height: 60vh;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
  min-height: 60vh;
}

.collection-item {
  min-height: 60vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
}

.collection-item:hover {
  -webkit-filter: contrast(110%) brightness(108%);
  filter: contrast(110%) brightness(108%);
}

.blog-image-wrap-overlay {
  width: 100%;
  min-height: 60vh;
  opacity: 1;
  -webkit-perspective: 965px;
  perspective: 965px;
}

.blog-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding-bottom: 0%;
  padding-left: 7.5%;
  -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;
}

.blog-header-flex.blogtile {
  min-height: 350px;
  padding-left: 0%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.categorylabel {
  margin-bottom: 15px;
  padding: 11px 15px 8px;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.1);
  font-family: 'Josefin Sans', sans-serif;
  color: #fffbf8;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block-3 {
  margin-top: 25px;
  padding: 10px 20px;
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.85)), to(rgba(38, 38, 38, 0.85)));
  background-image: linear-gradient(180deg, rgba(38, 38, 38, 0.85), rgba(38, 38, 38, 0.85));
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.link-block-3:hover {
  background-color: #fffbf8;
  background-image: none;
  color: #000;
}

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

.div-block-23 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 15px;
  border-radius: 100%;
  background-color: #fff;
}

.image-4 {
  margin: 10px;
}

.body-section {
  min-height: 60vh;
  padding: 5%;
}

.blog-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
}

.blogposts {
  width: 80%;
  padding-top: 2.5%;
}

.categories {
  width: 20%;
  padding-top: 2.5%;
}

.collection-item-2 {
  width: 50%;
  height: 9vw;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
}

.collection-item-2:hover {
  -webkit-filter: brightness(105%) contrast(110%) saturate(106%);
  filter: brightness(105%) contrast(110%) saturate(106%);
}

.category-tile-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: all 222ms ease;
  transition: all 222ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.category-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-24 {
  padding-top: 5px;
}

.collection-item-3 {
  width: 40%;
  min-height: 350px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.1);
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
}

.collection-item-3:hover {
  -webkit-filter: brightness(108%) contrast(110%);
  filter: brightness(108%) contrast(110%);
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-tile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  text-align: center;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 65px;
  margin-bottom: 15px;
  margin-left: 5%;
  padding-right: 0%;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.blog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5% 5% 10%;
  -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;
}

.current-post-header {
  min-height: 50vh;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.current-post-header-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blogpost-title {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.section {
  margin-top: -52px;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.section.brandlabel {
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  box-shadow: 3px 3px 5px 0 rgba(38, 38, 38, 0.2);
}

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

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

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

.image-5 {
  border-radius: 100%;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3 {
  font-family: Bellefair, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-4 {
  color: #b9b9b9;
}

.sharebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
}

.rich-text-block {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  line-height: 18px;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}

.description {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.text-block-6 {
  text-transform: uppercase;
}

.div-block-27 {
  padding-top: 15px;
}

.div-block-28 {
  padding-right: 5%;
  padding-left: 5%;
}

.div-block-29 {
  height: auto;
}

.element {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

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

.div-block-30.headertitle.matcher {
  width: 80%;
}

.textchangewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-4 {
  width: auto;
  height: 55px;
  max-width: 200px;
  margin-bottom: 3px;
  background-color: transparent;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.text-descriptor {
  padding-top: 10px;
}

.slider-left {
  width: 40%;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 248, 0.43)), to(rgba(255, 251, 248, 0.43)));
  background-image: linear-gradient(180deg, rgba(255, 251, 248, 0.43), rgba(255, 251, 248, 0.43));
}

.slider-right.drill {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: rgba(99, 99, 99, 0.5);
  background-image: none;
}

.feature-slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.image-wrap.drillbox {
  width: 100%;
  text-align: center;
}

.div-block-31 {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

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

.slideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-33.blue1 {
  padding: 6px 13px 5px 14px;
  background-color: #f1b200;
}

.div-block-33.blue1.green1 {
  background-color: #383838;
}

.div-block-33.blue1.orange1 {
  background-color: #383838;
}

.div-block-34 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-34.revenue-model {
  padding-right: 50px;
  padding-left: 50px;
}

.text-block-7 {
  line-height: 38px;
}

.heading-9 {
  color: #fff;
}

.heading-9.increased {
  margin-top: 0px;
}

.heading-9.trusting {
  margin-top: 30px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-10 {
  margin-bottom: 20px;
  line-height: 46px;
}

.heading-11 {
  margin-bottom: 20px;
  line-height: 46px;
}

.div-block-37 {
  width: 50%;
}

.link-block-4 {
  width: 220px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 11px 20px;
  border: 1px solid #fffbf8;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fffbf8;
}

.link-block-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc82f), to(#ffc82f));
  background-image: linear-gradient(180deg, #ffc82f, #ffc82f);
}

.link-block-4.w--current {
  width: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 248, 0.21)), to(rgba(255, 251, 248, 0.21)));
  background-image: linear-gradient(180deg, rgba(255, 251, 248, 0.21), rgba(255, 251, 248, 0.21));
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.linkwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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-block-8 {
  margin-top: 0vh;
}

.success-message {
  background-color: #8cc3d9;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-40 {
  padding: 15px;
}

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

.slider-wrapper-head {
  width: 100%;
  height: 100%;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.83)), to(rgba(38, 38, 38, 0.83))), url('../images/Poly-white-semi.svg'), -webkit-gradient(linear, left top, left bottom, from(#262626), to(#262626));
  background-image: linear-gradient(180deg, rgba(38, 38, 38, 0.83), rgba(38, 38, 38, 0.83)), url('../images/Poly-white-semi.svg'), linear-gradient(180deg, #262626, #262626);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.slide-nav-3 {
  color: #fff;
}

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

.text-block-11 {
  color: #fff;
}

.text-block-12 {
  color: #fff;
}

.text-block-13 {
  color: #fff;
}

.div-block-41 {
  padding-top: 25px;
}

.link {
  color: #ffc82f;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

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

@media (max-width: 991px) {
  .link-block.blog.fixedlink {
    width: 100%;
  }
  .link-block.fixedlink {
    width: 100%;
  }
  .slide-wrapper {
    padding-left: 1%;
  }
  .slide-right {
    width: 40%;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .shop-now-button.how-it-works.solve {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .shop-now-button.submit {
    font-size: 25px;
    line-height: 35px;
  }
  .solve-right {
    width: 95%;
  }
  .slider-3 {
    min-height: 80vh;
  }
  .heading-4 {
    font-size: 65px;
  }
  .fact-text {
    font-size: 26px;
    line-height: 32px;
  }
  .fact-text.small {
    font-size: 20px;
    line-height: 26px;
  }
  .body-text-story {
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading-5 {
    font-size: 26px;
    line-height: 36px;
  }
  .fact-1 {
    width: 50%;
  }
  .fact-1.revenue-fact {
    width: 70%;
    margin-bottom: 5%;
  }
  .div-block-12 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fact-border {
    font-size: 13px;
    line-height: 16px;
  }
  .div-block-13 {
    padding-left: 15px;
  }
  .contact-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-main-wrap {
    min-height: 50vh;
  }
  .get-in-touch-left {
    width: 45%;
  }
  .get-in-touch-right-right {
    padding-top: 2.5%;
  }
  .div-block-30.headertitle {
    width: 90%;
  }
  .slider-4 {
    height: 40px;
  }
  .image-wrap {
    padding-right: 5%;
    text-align: center;
  }
  .div-block-31 {
    padding-top: 0.5%;
  }
  .image-6 {
    max-width: 65%;
  }
  .menu-button-2 {
    padding: 20px;
    background-color: #262626;
    font-size: 25px;
  }
  .menu-button-2.w--open {
    background-color: #ffc82f;
  }
  .div-block-32 {
    width: 60%;
  }
  .icon-4 {
    color: #fff;
  }
  .nav-menu-3 {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .slider {
    min-height: 50vh;
  }
  .slide-left {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fact-1 {
    width: 80%;
    min-height: 250px;
  }
  .keyfeature.revenue-wrap {
    padding-top: 9%;
    padding-bottom: 9%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), to(hsla(0, 0%, 100%, 0.03)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.03));
  }
  .contact-wrapper {
    padding-top: 5%;
  }
  .slider-left {
    width: 50%;
  }
  .image-wrap {
    padding-right: 3%;
  }
  .link-block-4 {
    width: 220px;
    margin-bottom: 25px;
  }
  .link-block-4.w--current {
    width: 220px;
  }
  .linkwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .logo {
    text-align: center;
  }
  .heading-2.matcherpage {
    font-size: 26px;
    line-height: 34px;
  }
  .shop-now-button.how-it-works {
    margin-top: 20px;
  }
  .slider-3 {
    max-height: 85vh;
    min-height: 60vh;
  }
  .fact-slider-wrap {
    padding: 20px;
  }
  .fact-slider-wrap.fact3 {
    padding: 25px;
  }
  .heading-4 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 45px;
  }
  .heading-4.rhetoric {
    font-size: 26px;
    line-height: 32px;
  }
  .fact-text {
    font-size: 24px;
    line-height: 28px;
  }
  .body-text-story {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-text-header {
    width: 85%;
  }
  .heading-5 {
    margin-top: 10px;
  }
  .fact-1 {
    width: 100%;
    margin-bottom: 10%;
  }
  .div-block-12 {
    -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;
  }
  .fact-border {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    font-size: 30px;
    line-height: 38px;
  }
  .keyfeature {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer {
    padding-top: 7.5%;
  }
  .footer-left {
    width: 15%;
  }
  .footer-middle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-right {
    width: 15%;
  }
  .footer-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-17 {
    width: 45px;
    height: 45px;
    padding-top: 4px;
    font-size: 25px;
    line-height: 35px;
  }
  .get-in-touch-right-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .element {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
  }
  .slider-left {
    width: 100%;
  }
  .slider-right {
    padding-left: 0%;
  }
  .slider-right.problems {
    min-height: 40vh;
  }
  .feature-slide-wrap {
    -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;
  }
  .image-wrap {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 3.5%;
    text-align: center;
  }
  .image-6 {
    max-width: 60%;
  }
  .image-6.sandtimer {
    max-width: 32%;
  }
  .image-6.hands {
    max-width: 80%;
  }
  .image-6.sliderrightimage {
    max-width: 50%;
  }
  .menu-button-2 {
    background-color: #262626;
  }
  .div-block-32 {
    width: 80%;
  }
  .div-block-34.revenue-model {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-7 {
    font-size: 16px;
    line-height: 25px;
  }
  .image-7 {
    max-width: 80%;
  }
  .div-block-35 {
    text-align: center;
  }
  .heading-9 {
    margin-top: 10px;
  }
  .heading-11 {
    font-size: 24px;
    line-height: 32px;
  }
  .div-block-37 {
    width: 90%;
  }
  .text-block-9 {
    font-size: 20px;
    line-height: 26px;
  }
  .icon-4 {
    color: #fff;
    font-size: 30px;
  }
  .image-8 {
    max-width: 60%;
  }
}

