.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #1d2d38;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1fdb6a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #5e7feb;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
}

.navbar.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, .2);
}

.navbar.clearnav {
  padding-top: 15px;
}

.logo-block {
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
}

.nav-link {
  display: inline-block;
  margin-right: 4px;
  padding: 11px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #fff;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, .2);
  background-color: transparent;
  color: hsla(0, 0%, 100%, .6);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
}

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, .3);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81%, .1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: rgba(94, 127, 235, .2);
  color: #5e7feb;
}

.dropdown-link.w--current {
  color: #5e7feb;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  padding-bottom: 0px;
}

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

.container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.button {
  width: auto;
  margin-top: 10px;
  margin-right: 15px;
  padding: 15px 0px;
  border-radius: 3px;
  background-color: #17b054;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1ac65f;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, .2);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding: 8px 15px 6px;
  background-color: #5e7feb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 29px;
  text-decoration: none;
}

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

.button.green {
  margin-top: 0px;
  padding-bottom: 14px;
  background-color: #1fdb6a;
}

.button.green:hover {
  background-color: #3cee83;
}

.button.hero-button {
  margin-top: 0px;
  margin-right: 5px;
  padding: 15px 35px 14px;
  background-color: #fff;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .1);
  color: #000;
  letter-spacing: 2px;
}

.button.hero-button:hover {
  color: #5e7feb;
}

.button.hero-button._2 {
  background-color: #5e7feb;
  color: #fff;
}

.button.hero-button._2:hover {
  color: #5e7feb;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px;
}

.button._2 {
  margin-left: 10px;
  background-color: #1d2d38;
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.button.full-submit-button {
  width: 100%;
  margin-top: 20px;
}

.button.gradient-submit-button {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b75dda), to(#5e7feb));
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
}

.button.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, .3);
}

.button.white-button {
  background-color: #fff;
  color: #5e7feb;
}

.button.dark {
  margin-top: 40px;
  background-color: #506fd6;
}

.button.dark:hover {
  background-color: #738fec;
}

.button.large-download-button {
  font-size: 16px;
}

.button.biggreen {
  font-size: 17px;
}

.button.biggreen.npad {
  margin-top: 25px;
}

.button.noty {
  margin-top: 16px;
}

.button.noty.upl {
  margin-top: -13px;
}

.button.noty.hhh {
  padding-right: 28px;
  padding-left: 28px;
  background-color: #17b054;
}

.button.noty.hhh:hover {
  background-color: #1fdb6a;
}

.button.noty.hhh.big {
  padding: 20px 63px;
  font-size: 18px;
}

.button.noty.hhh.big.no15 {
  margin-top: 0px;
  margin-right: 0px;
  font-size: 16px;
}

.button.noty.hhh.ltb {
  text-align: left;
}

.button.smk4 {
  width: auto;
  margin-top: 30px;
  margin-right: auto;
  padding-right: 28px;
  padding-left: 28px;
  background-color: #17b054;
  font-size: 12px;
  text-align: center;
}

.button.smk4:hover {
  background-color: #1fdb6a;
  text-shadow: 0 1px 0 green;
}

.button.smk4.dronm {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 54px;
  padding-left: 54px;
}

.button.smk4.nohw {
  width: 45%;
  margin-top: 30px;
  padding-right: 46px;
  padding-left: 46px;
}

.button.smk4.nohw.lomghs {
  width: 60%;
}

.button.smk4.lesspad4 {
  margin-top: 20px;
}

.button.smk4.morepad4 {
  margin-top: 40px;
}

.button.green6 {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.nopad {
  margin-right: 0px;
  margin-left: -8px;
  padding-right: 57px;
  padding-left: 57px;
}

.button.gr5 {
  margin-top: 28px;
  padding-right: 101px;
  padding-left: 101px;
}

.section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  font-size: 15px;
}

.section.tint {
  padding: 65px 0px 40px;
  background-color: #2d3c50;
}

.section.tint.lessi {
  padding-top: 0px;
}

.section.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #1d2d38;
  color: #fff;
}

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.overflow-none {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.overflow-none.nobot1 {
  padding-bottom: 20px;
}

.section.color {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #5e7feb;
  color: #fff;
}

.section.small-footer {
  background-color: #1d2d38;
  color: #8f9ba3;
  font-size: 14px;
  line-height: 20px;
}

.section.gradient-section {
  background-image: linear-gradient(135deg, #b75dda, #5e7feb);
  color: #fdfdfd;
}

.section.dark-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d2d38;
  color: #b1bbc2;
  font-size: 14px;
}

.section.home-intro-section {
  padding-top: 40px;
  padding-bottom: 165px;
}

.section-title-wrapper {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.image-section-title-wrapper {
  margin-bottom: 20px;
}

.section-title {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  color: #080808;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}

.section-title.white {
  color: #fff;
}

.section-title.small-white {
  color: #fff;
  font-size: 30px;
}

.section-title.nochange {
  margin-bottom: 42px;
  margin-left: 0px;
  text-align: left;
}

.section-title.nochange.cen1 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  text-align: center;
}

.section-title.nochange.cen1.red {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}

.section-title.nochange.cen1.red.blue {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 68px;
}

.section-title.nochange.cen1.red.blue.nop {
  margin-right: 0px;
  font-size: 50px;
  line-height: 74px;
}

.section-title.nochange.cen1.red.bold1 {
  font-family: Oswald, sans-serif;
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: 3px;
}

.section-title.nochange.cen1.red.bold1.dhj.nop {
  margin-right: 0px;
  font-size: 50px;
  line-height: 74px;
  letter-spacing: 0px;
}

.section-title.nochange.cen1.bigorder {
  font-size: 58px;
}

.section-title.nochange.dropld {
  margin-bottom: 30px;
  text-align: center;
}

.section-title.indentlt {
  margin-left: -61px;
}

.section-title.smalltile3 {
  margin-top: 0px;
  padding-right: 68px;
  padding-left: 1px;
  font-size: 24px;
  text-align: right;
}

.section-title.smalltile3.red {
  color: #a10f2b;
  text-align: center;
}

.section-title.smalltile3.red4 {
  background-image: none;
  color: #a10c0c;
  text-align: left;
}

.section-title.cen1.nopad {
  margin-right: 84px;
  margin-left: 84px;
}

.section-title.red {
  color: #9c1129;
}

.section-title.red.smred {
  font-size: 22px;
  text-align: center;
}

.section-title.ter1 {
  text-align: center;
}

.section-title.ter1.red {
  padding: 23px 85px;
  background-image: none;
}

.section-title.red1 {
  margin-top: -18px;
  color: #c21818;
  font-size: 32px;
}

.section-title.drop40 {
  margin-top: 0px;
}

.section-title.drop40.cen7 {
  text-align: center;
}

.section-description {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 26px;
  font-weight: 200;
}

.section-description.centered {
  display: block;
  width: 100%;
  margin: 27px 0px 20px;
  padding-right: 4px;
  padding-left: 4px;
  color: #333;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.section-description.centered.lt {
  margin-top: 11px;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.section-description.centered.lt.drop4d {
  margin-top: 11px;
  padding-right: 35px;
}

.section-description.centered.lt.drop4d.npee {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 46px;
  padding-left: 46px;
  color: #6c6868;
  text-align: center;
  text-transform: uppercase;
}

.section-description.centered.lt.drop4d.npee.dr9 {
  margin-top: 14px;
  padding-top: 30px;
  font-size: 22px;
}

.section-description.centered.lt.drop4r {
  margin-bottom: 10px;
}

.section-description.centered.shadow {
  margin-bottom: 50px;
  padding: 50px 30px;
  border: 2px solid #f5f5f8;
  border-radius: 10px;
  background-color: #3687dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/beach2000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/beach2000.jpg');
  background-position: 0px 0px, 0px 0px;
  box-shadow: 0 0 6px 0 #5e7feb;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.section-description.centered.shadow.whitetext {
  padding-bottom: 45px;
  background-color: #3687dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/beach2000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/beach2000.jpg');
  background-position: 0px 0px, 0px 0px;
  color: #fff;
  text-align: center;
}

.section-description.centered.cen1 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.section-description.centered.cen1.bl1a {
  color: #253362;
  line-height: 40px;
  font-weight: 500;
}

.section-description.centered.cen1.bl1a.ink.lijk {
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 88, .75)), to(rgba(9, 37, 88, .75)));
  background-image: linear-gradient(180deg, rgba(9, 37, 88, .75), rgba(9, 37, 88, .75));
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.section-description.centered.cen1.bl1a.ink.lijk.no15a {
  margin-left: 0px;
}

.section-description.centered.drop21 {
  margin-top: 39px;
}

.section-description.centered.drop23 {
  margin-top: 35px;
  color: #171717;
}

.section-description.centered.drop23.dgf {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 37px;
  padding-bottom: 24px;
  border: 1px solid #d3d4d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20558d), to(#20558d));
  background-image: linear-gradient(180deg, #20558d, #20558d);
  color: #fff;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.section-description.centered.in10 {
  margin-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-description.centered.outstanding {
  color: #3f58aa;
  font-weight: 600;
  text-align: center;
}

.section-description.centered.boldj {
  font-weight: 400;
  text-align: center;
}

.section-description.centered.mj9 {
  text-align: center;
}

.section-description.centered.mj9.ljh {
  text-align: left;
}

.section-description.centered.cen6y {
  font-weight: 500;
  text-align: center;
}

.section-description.centered.df8 {
  margin-top: 24px;
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 28px;
}

.section-description.full-width {
  width: 100%;
}

.section-description.medium {
  width: 90%;
  margin-top: 25px;
}

.section-description.align-left {
  width: 100%;
  margin-bottom: 11px;
  padding-right: 0px;
  text-align: left;
}

.section-description._100 {
  width: 100%;
  padding-left: 30px;
}

.section-description._100.centered {
  margin-top: 0px;
  margin-bottom: 50px;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-right: 1px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #16b656;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #1fdb6a;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-icon {
  height: 25px;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: hsla(0, 0%, 100%, .4);
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.image-section.newsletter {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section.access-section {
  background-image: url('../images/Photo-10_1.jpg');
}

.image-section.testimonial-section {
  background-image: url('../images/Photo-12.jpg');
  background-attachment: fixed;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(29, 45, 56, .7);
  color: #fff;
}

.image-section-overlay.color-gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, #5e7feb), color-stop(51%, rgba(94, 127, 235, .7)), color-stop(95%, #5e7feb));
  background-image: linear-gradient(90deg, #5e7feb 12%, rgba(94, 127, 235, .7) 51%, #5e7feb 95%);
}

.image-section-overlay.gradient {
  background-image: linear-gradient(135deg, #a166de, rgba(96, 126, 235, .7));
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.hero-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.footer-title {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  color: #949494;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, .4);
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  margin-left: 3px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #283e4d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #5e7feb;
}

.footer-small-social-icon {
  height: 15px;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.small-section-title.center5 {
  margin-top: 26px;
  padding-top: 0px;
  color: #f5eded;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.logo-column {
  text-align: center;
}

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.newsletter-form-small {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field {
  height: 50px;
  border: 1px solid #bcb8b8;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 500;
}

.field:hover {
  border-color: #c5c5c5;
  background-color: #fff;
}

.field:focus {
  border-color: #5e7feb;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(94, 127, 235, .3);
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  margin-bottom: 0px;
  border-color: #fff;
  text-align: center;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-bottom: 8px;
  border-radius: 3px;
  background-color: #5e7feb;
  color: #fff;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #99a5ad;
}

.bottom-footer-link:hover {
  color: #fff;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #5e7feb;
}

.description-paragraph {
  margin-top: 4px;
  color: #a3a3a3;
  font-size: 15px;
}

.overall-row {
  margin-top: 17px;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 65%;
  height: 200px;
  margin-top: 1px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .3);
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: url('../images/video-overview.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.long-feature-block {
  position: relative;
  margin-top: 20px;
  padding-top: 2px;
  padding-left: 0px;
}

.long-feature-block.no4 {
  margin-top: -18px;
  margin-bottom: 26px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
}

.long-feature-title {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 62px;
  padding-left: 0px;
  color: #767171;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.long-feature-title.gray1 {
  color: rgba(29, 45, 56, .68);
}

.long-feature-title.gray1._15 {
  font-size: 15px;
}

.long-feature-title.gray1._15.text1 {
  margin-top: 27px;
  margin-left: -36px;
  padding-left: 0px;
  color: #1d2d38;
  font-size: 17px;
}

.long-feature-title.gray1._15.text1.orange {
  margin-top: 69px;
  margin-left: 0px;
  color: #5e7feb;
  line-height: 28px;
  font-weight: 500;
  text-transform: none;
}

.long-feature-title.gray1._15.bg1 {
  margin-left: -27px;
  color: grey;
  font-size: 17px;
}

.long-feature-title.gray1._15.bg1.green {
  color: #17a44f;
}

.long-feature-title.orange {
  color: orange;
  letter-spacing: 1px;
}

.long-feature-title.green {
  color: rgba(0, 128, 0, .57);
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -3px;
  padding-top: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  text-align: center;
}

.long-feature-icon {
  height: 19px;
}

.small-paragraph {
  margin-bottom: 0px;
  margin-left: 62px;
  font-size: 13px;
  line-height: 19px;
}

.field-label {
  color: #f9f2f2;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label.drop5 {
  margin-top: 16px;
  color: #f2ebeb;
}

.dark-field {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  border-color: #bebebe;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, .2);
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.dark-footer-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #bfc4ce;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.hero-left-block {
  width: 510px;
  float: left;
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
}

.hero-cta-form {
  width: 330px;
  margin-bottom: 0px;
  padding: 50px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
}

.feature-info-row {
  margin-top: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.feature-info-icon {
  height: 55px;
  margin-bottom: 20px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-paragraph {
  opacity: 0.8;
  font-size: 14px;
  line-height: 22px;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 12px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  margin-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 74px;
}

.hero-main-title.subtitle {
  display: block;
  width: 60%;
  margin: 30px auto 40px;
  color: hsla(0, 0%, 100%, .7);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -80px;
  z-index: 10;
  width: 47%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 470px;
  border-radius: 5px;
  background-image: url('../images/Page-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 10px 0 90px 0 rgba(0, 0, 0, .4);
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 630px;
  background-image: url('../images/Page-1.jpg');
}

.home-intro-link-block._3 {
  background-image: url('../images/Page-3.jpg');
}

.intro-block-overlay {
  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;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, .3);
  opacity: 1;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 65%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #141414;
  font-size: 22px;
  font-weight: 700;
}

.simple-white-footer {
  padding-top: 48px;
  padding-bottom: 45px;
  border-top: 1px solid #eee;
  background-color: #fff;
  font-size: 12px;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

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

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  padding-top: 240px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 127, 235, .9)), to(rgba(94, 127, 235, .9))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(94, 127, 235, .9), rgba(94, 127, 235, .9)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.form-title {
  margin-top: 0px;
  color: #06436c;
  font-size: 31px;
  line-height: 34px;
  font-weight: 900;
}

.form-title.subtitle {
  margin-top: 23px;
  margin-bottom: 11px;
  color: #edeff5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.form-title.subtitle.up1 {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.page-subtitle {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
}

.popup-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: #5e7feb;
  font-size: 27px;
  font-weight: 800;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #a8a8a8;
  font-size: 17px;
  font-weight: 300;
}

.cta-title.subtitle.light-subtitle {
  color: hsla(0, 0%, 100%, .7);
}

.cta-title.white-title {
  color: #fff;
}

.text-column-left {
  padding-right: 80px;
}

.gallery-lightbox {
  display: block;
  margin-bottom: 20px;
}

.gallery-lightbox.in-slider {
  margin-bottom: 0px;
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  position: relative;
  padding-top: 14px;
  padding-left: 128px;
}

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #5e7feb;
  font-size: 44px;
  line-height: 71px;
  font-weight: 900;
}

.checklist-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo {
  height: auto;
  margin-top: 10px;
  border-radius: 0px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

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

.footer-paragraph {
  margin-bottom: 0px;
}

.block-description {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-text-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.testimonial-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.testimonial-image-block {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/Testimonial-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-weight: 300;
}

.block-paragraph {
  margin-bottom: 0px;
}

.faq-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.faq-link-block {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  text-decoration: none;
}

.faq-link-block:hover {
  color: #5e7feb;
}

.faq-title {
  font-size: 17px;
  font-weight: 700;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0px;
}

.testimonial-arrow-block {
  position: absolute;
  left: 40px;
  bottom: -3px;
  z-index: 1;
  width: 29px;
  height: 29px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.get-access-hero {
  background-image: url('../images/pexels-photo-88212-sm.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.page-header-overlay {
  padding-top: 88px;
  padding-bottom: 72px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .41)), to(rgba(0, 0, 0, .41)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41));
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.page-header-overlay.lessover {
  padding-top: 0px;
}

.page-header-overlay.lessover.darker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .51)), to(rgba(0, 0, 0, .51)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
}

.page-header-overlay.lessover.darker.mas4 {
  padding-bottom: 77px;
}

.page-header-overlay.less4 {
  padding-top: 75px;
  padding-bottom: 0px;
}

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

.header-column-title {
  margin-top: 79px;
  padding-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.header-column-title.nopad {
  margin-top: 36px;
}

.header-column-title.upfg {
  margin-top: -242px;
  margin-left: 1px;
}

.header-paragraph {
  margin-top: 28px;
  margin-left: 4px;
  padding-right: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
}

.header-paragraph.center {
  text-align: center;
}

.header-paragraph.center.in2 {
  padding-right: 6px;
  padding-left: 6px;
}

.header-contact-form {
  margin-top: -29px;
  margin-bottom: 0px;
  margin-left: 19px;
  padding: 50px 25px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: hsla(0, 4%, 67%, .35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .54)), to(rgba(0, 0, 0, .54)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .54));
  box-shadow: none;
  color: #000;
  text-align: center;
}

.header-video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 13px;
  margin-left: -74px;
  -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;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.header-video-lightbox:hover {
  color: hsla(0, 0%, 100%, .7);
}

.header-play-icon {
  height: 50px;
  margin-top: -1px;
  margin-right: 10px;
  float: left;
}

.header-play-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.column-title.medium {
  font-size: 36px;
  line-height: 38px;
}

.gallery-column {
  display: inline-block;
  width: 50%;
  padding-right: 5px;
  padding-left: 0px;
  float: left;
}

.gallery-column.right {
  padding-left: 10px;
  float: right;
}

.hero-buttons-wrapper {
  margin-top: 40px;
}

.left-section-title-wrapper {
  margin-bottom: 40px;
}

.hero-centered-block {
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-centered-block.large {
  width: 640px;
}

.footer-social-block-right {
  float: right;
}

.bottom-footer-text {
  margin-bottom: 0px;
}

.small-divider-line {
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto 20px;
  background-color: #5e7feb;
}

.whitepaper-mockup {
  position: absolute;
  right: 0px;
  bottom: -210px;
  z-index: 1;
  height: 570px;
}

.wide-hero-cta-form {
  margin-top: 50px;
  margin-bottom: 0px;
}

.event-hero {
  background-image: url('../images/Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-hero-overlay {
  padding-top: 260px;
  padding-bottom: 140px;
  background-color: rgba(29, 45, 56, .5);
  color: #fff;
}

.small-prices-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

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

.small-price-block {
  padding: 50px 29px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.small-price-block.dark {
  background-color: #fff;
  color: #000;
}

.small-price-title {
  display: inline-block;
  font-size: 45px;
  font-weight: 900;
}

.price-wrapper {
  margin-top: 20px;
}

.small-price-description-block {
  margin-top: 20px;
  padding-top: 20px;
}

.icon-button-block {
  margin-right: 10px;
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, .2);
  color: #000;
}

.icon-button-block.dark {
  background-color: #1d2d38;
  color: #fff;
}

.icon-button-title {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.icon-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.small-testimonial-slider {
  height: 210px;
  background-color: transparent;
}

.small-testimonial-content-block {
  margin-bottom: 20px;
}

.small-testimonial-nav {
  font-size: 5px;
  text-align: left;
}

.section-cta-form {
  width: 400px;
  margin-bottom: 0px;
  padding: 40px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, .1);
}

.cta-form-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.cta-testimonials-row {
  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;
}

.hero-cta-field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.hero-cta-field:hover {
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, .3);
}

.hero-cta-field:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
}

.overall-field {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.overall-field:hover {
  border-color: #bbb;
}

.overall-field:focus {
  border-color: #5e7feb;
}

.column-testimonial-slider {
  height: auto;
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.testimonial-half-slide {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-small-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.footer-social-wrapper {
  margin-top: 50px;
  text-align: center;
}

.footer-social-button {
  width: 45px;
  height: 45px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 11px;
  border-radius: 100%;
  background-color: #263946;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social-button:hover {
  background-color: #5e7feb;
}

.image-section-block-left {
  width: 500px;
}

.product-tab-pane {
  padding-top: 50px;
  padding-bottom: 20px;
}

.product-tabs-menu {
  padding-left: 440px;
}

.tabs-button {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-button:hover {
  border-bottom-color: #ebebec;
}

.tabs-button.w--current {
  border-bottom-color: #5e7feb;
  background-color: transparent;
}

.product-content-block-right {
  width: 500px;
  float: right;
}

.product-tab-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
}

.feature-items-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.browser-block {
  position: absolute;
  left: -130px;
  top: -60px;
  overflow: hidden;
  width: 500px;
  height: 430px;
  border-radius: 6px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, .1);
}

.browser-block._2 {
  background-image: url('../images/Photo-6_1.jpg');
}

.browser-block._3 {
  background-image: url('../images/Photo-3.jpg');
}

.tabs-content {
  overflow: visible;
}

.browser-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  padding: 10px 10px 10px 13px;
  background-color: #fff;
}

.browser-button {
  width: 11px;
  height: 11px;
  margin-right: 2px;
  float: left;
  border-radius: 100%;
  background-color: #d84461;
}

.browser-button._2 {
  background-color: #f8c047;
}

.browser-button._3 {
  background-color: #59c785;
}

.hero-column-left {
  margin-top: 323px;
  padding-right: 0px;
}

.hero-column-left.new1a {
  margin-top: 89px;
}

.hero-column-right.center1 {
  text-align: right;
}

.info-column-left {
  z-index: 10;
}

.video-column-right {
  margin-top: 36px;
  padding-left: 10px;
}

.faq-icon {
  position: absolute;
  top: 16px;
  right: 0px;
  height: 12px;
}

.overall-hero-overlay {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.download-hero {
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-thumb {
  width: 100%;
  border-radius: 5px;
}

.gallery-thumb:hover {
  opacity: 0.9;
}

.gallery-slider {
  width: 100%;
  height: auto;
}

.video-hero-overlay {
  padding-top: 200px;
  padding-bottom: 210px;
  background-color: rgba(94, 127, 235, .9);
  text-align: center;
}

.cta-buttons-wrapper {
  margin-left: 20px;
  float: right;
}

.hero-video {
  height: auto;
}

.cta-button {
  margin-left: 10px;
  padding: 11px 20px;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #5e7feb;
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, .4);
  color: #fff;
}

.cta-button.color {
  background-color: #1fdb6a;
}

.cta-button.color:hover {
  background-color: #3fee85;
}

.cta-button.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#b75dda), to(#5e7feb));
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
}

.cta-button-title {
  display: inline-block;
}

.cta-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.intro-content-block {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-small-intro-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 12px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-intro-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.small-slider-arrow {
  opacity: 0.6;
  font-size: 20px;
}

.small-slider-arrow:hover {
  opacity: 1;
}

.checklist-text.drp4 {
  margin-top: 28px;
  line-height: 17px;
}

.checklist-text.drp4.nok {
  margin-top: 34px;
  margin-left: -37px;
  font-size: 19px;
}

.hero-checklist {
  margin-top: 30px;
  margin-bottom: 0px;
}

.responsive-image-block {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 530px;
  height: 400px;
  margin-bottom: 1px;
  border-radius: 6px;
  background-image: url('../images/Responsive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, .3);
}

.div-block {
  margin-top: 40px;
}

.image {
  margin-top: -25px;
  margin-bottom: 16px;
}

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

.testimonial {
  margin-top: 0px;
  border: 1px none #000;
  border-radius: 10px;
  color: hsla(0, 0%, 100%, .69);
  font-size: 16px;
  line-height: 26px;
}

.bold-text-2 {
  margin-top: 18px;
}

.image-2 {
  max-width: auto;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.image-2.drop1im1 {
  margin-top: 39px;
}

.bold-text-4 {
  margin-bottom: 19px;
  color: #efeff2;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

.shade1 {
  margin-top: 41px;
  padding: 18px 27px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.bold-text-5 {
  margin-bottom: 0px;
  font-size: 24px;
}

.checkbox-label {
  color: #e6ebf2;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.italic-text {
  color: #3d5297;
}

.image-3 {
  margin-top: 58px;
}

.image-4 {
  width: auto;
  max-width: auto;
  margin-top: -28px;
  margin-left: 27px;
}

.div-block-2 {
  margin-top: 10px;
  margin-left: 57px;
}

.whitedv {
  margin-top: 0px;
  margin-bottom: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  box-shadow: 0 0 6px 0 #fff, 1px 1px 5px 0 #aca8d1;
}

.whitedv.nopad1 {
  margin-bottom: 0px;
  border-radius: 5px;
}

.whitedv.nopad1.nodrop {
  padding-top: 0px;
}

.whitedv.nopad1.pad76f {
  margin-bottom: 70px;
}

.whitedv.nopad1.lessg {
  padding-bottom: 20px;
}

.whitedv.npad2 {
  margin-top: 0px;
  padding: 30px 0px 52px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 69, 73, .52)), to(rgba(68, 69, 73, .52))), url('../images/beach-exotic-holiday-248797.jpg');
  background-image: linear-gradient(180deg, rgba(68, 69, 73, .52), rgba(68, 69, 73, .52)), url('../images/beach-exotic-holiday-248797.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.whitedv.npad2.nol {
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 69, 73, .52)), to(rgba(68, 69, 73, .52))), url('../images/beach-exotic-holiday-248797.jpg');
  background-image: linear-gradient(180deg, rgba(68, 69, 73, .52), rgba(68, 69, 73, .52)), url('../images/beach-exotic-holiday-248797.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.whitedv.lessdghf {
  padding-bottom: 20px;
}

.div-block-4 {
  text-align: right;
}

.text-block {
  text-align: left;
}

.container-2 {
  padding-bottom: 16px;
  background-color: transparent;
}

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

.section-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .48)), to(rgba(0, 0, 0, .48))), url('../images/beach-coconut-trees-coconuts-240526-sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)), url('../images/beach-coconut-trees-coconuts-240526-sm.jpg');
  background-position: 0px 0px, 50% 79%;
  background-size: auto, cover;
}

.headsectoin1 {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c0bcbc;
  background-color: #fff;
}

.headsectoin1.smake1 {
  padding-top: 0px;
  background-color: #f5f5f5;
}

.headsectoin1.pad50 {
  padding-bottom: 73px;
}

.headsectoin1.pad50.klkj {
  margin-top: -16px;
}

.div-block-5 {
  margin-top: 34px;
  padding-left: 30px;
}

.div-block-5.no30a {
  padding-left: 0px;
}

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

.heading._10pad {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: -30px;
}

.heading._10pad.nopadh {
  margin-top: -3px;
  margin-left: 0px;
}

.heading._10pad.drop1.red {
  margin-top: 34px;
  line-height: 46px;
}

.heading._10pad.red {
  line-height: 38px;
}

.heading._10pad.red.no30b {
  margin-left: 0px;
}

.para2 {
  font-size: 16px;
}

.body {
  background-image: none;
  background-position: 0px 0px;
}

.headline1 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.headline1.white6g {
  color: #fff;
}

.cen1 {
  margin: 25px 221px 42px;
  text-align: center;
}

.cen1.nopad {
  margin-bottom: 32px;
}

.cen1.nopad.lessdf {
  margin: 39px 93px 25px;
}

.cen1.nocen {
  margin-right: 26px;
  margin-left: 26px;
}

.image-5 {
  margin-top: -2px;
}

.div-block-6 {
  margin-right: 89px;
  margin-left: 89px;
  padding-top: 12px;
  padding-bottom: 34px;
  border: 1px solid #e2e1e5;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 0 5px 3px #fff;
}

.div-block-6.lesspad {
  padding-top: 10px;
  padding-bottom: 0px;
}

.div-block-7 {
  margin: 25px 15px 34px;
}

.green1 {
  margin-right: 110px;
  margin-left: 110px;
  padding: 8px 35px;
  background-color: transparent;
  color: #fff;
  font-size: 21px;
  text-align: left;
  text-shadow: none;
}

.html-embed {
  margin-bottom: 20px;
}

.html-embed-2 {
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.columns {
  margin-top: 37px;
}

.insome4 {
  margin-left: 20px;
}

.image-6 {
  margin-top: 4px;
  margin-left: -29px;
  text-align: left;
}

.divline4 {
  box-shadow: 0 1px 3px 0 #827d7d;
}

.div-block-8 {
  margin-left: 60px;
}

.div-block-8.none {
  margin-left: 0px;
}

.div-block-8.none.white {
  padding: 12px 24px 6px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 blue;
  font-size: 18px;
}

.image-7 {
  margin-top: 0px;
}

.image-8 {
  margin-bottom: 30px;
}

.orange {
  color: #ff5600;
}

.orange.or1 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #5e7feb;
  letter-spacing: 1px;
  text-transform: none;
}

.orange.or1.red {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: rgba(9, 37, 88, .75);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}

.orange.or1.red.dropkllk {
  margin-top: 45px;
}

.green2 {
  margin-right: 128px;
  margin-left: 128px;
  padding: 28px 27px;
  border-radius: 10px;
  background-color: #119e49;
}

.green2:hover {
  background-color: #1ac65f;
}

.div-block-10 {
  padding-right: 116px;
  padding-left: 116px;
}

.section-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(243, 245, 250, .17);
}

.div-block-11 {
  margin-left: 279px;
}

.container-3 {
  margin-top: 32px;
}

.column {
  margin-top: 54px;
}

.libre800 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.div-block-12 {
  text-align: right;
}

.columns-2 {
  margin-bottom: 0px;
}

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

.center1 {
  text-align: center;
}

.center1.white {
  margin-top: 30px;
  background-color: #fff;
}

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

.div-block-13 {
  margin-top: -28px;
  margin-right: 129px;
  margin-left: 129px;
}

.cendiv7 {
  text-align: center;
}

.bold4 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 42px;
}

.bold4.orange {
  color: #ff6800;
}

.div-block-14 {
  margin-bottom: 35px;
}

.bold-text-7 {
  text-align: left;
}

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

.image-11 {
  margin-top: 42px;
}

.image-12 {
  width: 90%;
}

.divtext1 {
  margin-right: 109px;
  margin-left: 109px;
}

.div-block-16 {
  margin-top: -38px;
}

.column-2 {
  text-align: left;
}

.div-block-17 {
  margin-left: 40px;
  padding-right: 400px;
}

.divin4 {
  margin-top: 24px;
  margin-right: 30px;
  margin-left: 12px;
  padding-right: 0px;
}

.div-block-18 {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 19px;
}

.div-block-19 {
  padding-right: 57px;
}

.div-block-20 {
  margin-top: 42px;
  margin-bottom: 1px;
}

.div-block-22 {
  margin-top: -72px;
  margin-bottom: 20px;
}

.headwhite1 {
  margin-bottom: 50px;
  color: #fff;
}

.red {
  color: #c01c1c;
}

.section-4 {
  padding-top: 32px;
  padding-bottom: 50px;
}

.bold-text-8 {
  margin-top: 118px;
}

.bold-text-8.ljh {
  text-align: left;
}

.div-block-23 {
  display: none;
  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;
}

.image-14 {
  display: none;
}

.image-15 {
  margin-top: -19px;
}

.italic-text-2 {
  font-size: 23px;
  line-height: 32px;
}

.italic-text-3 {
  font-size: 23px;
  line-height: 32px;
}

.italic-text-4 {
  font-size: 23px;
  line-height: 32px;
}

.italic-text-5 {
  font-size: 23px;
  line-height: 32px;
}

.center {
  margin-top: -11px;
  text-align: center;
}

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

.youtube-2 {
  width: auto;
  border: 10px solid orange;
}

.bgwhite {
  margin-top: -37px;
  padding-bottom: 10px;
  background-color: #fff;
}

.container-5 {
  margin-top: 39px;
}

.image-20 {
  margin-top: 38px;
  padding-top: 0px;
}

.right1 {
  text-align: right;
}

.link:hover {
  color: #b5bfdf;
}

.column-3 {
  margin-bottom: 24px;
  text-align: left;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media (max-width: 991px) {
  li {
    font-size: 13px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navbar.underline {
    padding-bottom: 20px;
  }
  .navbar.with-color-button {
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-bottom: 20px;
  }
  .nav-menu {
    margin-left: 60px;
    padding-top: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
    color: #000;
  }
  .nav-link:hover {
    background-color: #5e7feb;
    color: #fff;
  }
  .nav-link.w--current {
    color: #5e7feb;
  }
  .nav-link.dropdown-toggle.w--open {
    background-color: #5e7feb;
    color: #fff;
  }
  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link.light:hover {
    background-color: #000;
  }
  .nav-link.light.w--current {
    border-color: transparent;
  }
  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }
  .nav-link.color:hover {
    color: #fff;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #f0f1f5;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 35px;
  }
  .button {
    width: 100%;
    margin-top: 10px;
    margin-right: 19px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .button.hero-button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 11px;
  }
  .button.dark {
    margin-top: 30px;
  }
  .button.biggreen.npad {
    margin-top: 15px;
  }
  .button.noty.hhh.big.no15 {
    width: auto;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 14px;
  }
  .button.smk4 {
    margin-top: 41px;
    margin-right: 0px;
  }
  .button.smk4.dronm {
    font-size: 14px;
  }
  .button.smk4.nohw {
    width: 52%;
  }
  .button.smk4.nohw.lomghs {
    padding-right: 17px;
    padding-left: 17px;
  }
  .button.smk4.topbuyds {
    margin-left: -73px;
  }
  .button.nopad {
    margin-top: 0px;
    margin-left: 0px;
  }
  .button.gr5 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section {
    padding: 45px;
  }
  .section.tint {
    padding-top: 39px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.overflow-none.nobot1 {
    padding-bottom: 33px;
  }
  .section.color {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.home-intro-section {
    padding-bottom: 5px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title {
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 28px;
    line-height: 36px;
  }
  .section-title.small-white {
    font-size: 25px;
  }
  .section-title.nochange.cen1.red.blue {
    margin-bottom: 28px;
    font-size: 48px;
  }
  .section-title.nochange.cen1.red.blue.nop {
    font-size: 42px;
  }
  .section-title.nochange.cen1.red.bold1.dhj {
    margin-bottom: 47px;
  }
  .section-title.nochange.cen1.red.bold1.dhj.nop {
    font-size: 42px;
    line-height: 70px;
  }
  .section-title.smalltile3 {
    margin-bottom: 10px;
    padding-right: 36px;
    font-size: 18px;
  }
  .section-title.smalltile3.red4 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
  .section-title.cen1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .section-title.red1 {
    margin-top: -6px;
    font-size: 24px;
  }
  .section-description {
    margin-top: 10px;
  }
  .section-description.centered {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 16px;
    font-size: 16px;
    text-align: left;
  }
  .section-description.centered.lt {
    padding-right: 43px;
  }
  .section-description.centered.lt.drop4d {
    padding-right: 0px;
    font-size: 17px;
  }
  .section-description.centered.lt.drfgn {
    margin-top: 33px;
  }
  .section-description.centered.shadow {
    font-size: 20px;
    text-align: left;
  }
  .section-description.centered.shadow.whitetext {
    padding-right: 49px;
    padding-left: 49px;
    text-align: left;
  }
  .section-description.centered.cen1.bl1a {
    margin-left: 0px;
  }
  .section-description.centered.mj9 {
    padding-right: 3px;
    font-size: 18px;
  }
  .section-description.full-width {
    font-size: 18px;
  }
  .section-description.medium {
    font-size: 17px;
  }
  .section-description.align-left {
    margin-top: 0px;
    padding-right: 16px;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 300;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }
  .footer {
    padding: 45px;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .menu-button {
    margin-right: 20px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .small-section-title {
    font-size: 11px;
  }
  .client-logo {
    height: 40px;
  }
  .overall-row {
    margin-bottom: 0px;
    padding-top: 29px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overall-video-lightbox {
    width: auto;
    height: 159px;
    margin-top: -21px;
  }
  .long-feature-block {
    padding-left: 67px;
  }
  .long-feature-block.no4 {
    margin-top: -27px;
  }
  .long-feature-title {
    margin-top: 2px;
    margin-left: 5px;
  }
  .long-feature-title.gray1._15.text1 {
    margin-left: 0px;
  }
  .long-feature-title.gray1._15.text1.orange {
    margin-left: -108px;
    direction: ltr;
  }
  .long-feature-title.gray1._15.bg1 {
    margin-left: -16px;
  }
  .long-feature-title._2x {
    margin-top: 8px;
  }
  .long-feature-title.redcenter {
    font-size: 14px;
  }
  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-left-block {
    width: 390px;
  }
  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-cta-form {
    width: 260px;
    margin-top: -20px;
    padding: 25px;
  }
  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-info-icon {
    height: 45px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .hero-main-title {
    font-size: 50px;
    line-height: 52px;
  }
  .hero-main-title.subtitle {
    width: 70%;
    margin-bottom: 30px;
    line-height: 33px;
  }
  .home-intro-wrapper.mid {
    left: 181px;
    top: -50px;
  }
  .home-intro-link-block {
    height: 360px;
  }
  .home-intro-link-block._2 {
    height: 450px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .right-nav-menu {
    z-index: 2000;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .form-title.subtitle {
    margin-top: 23px;
    margin-bottom: 11px;
  }
  .form-title.subtitle.up1 {
    font-size: 12px;
  }
  .page-subtitle {
    width: 80%;
  }
  .cta-column-right {
    padding-top: 30px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }
  .cta-title.subtitle.light-subtitle {
    font-size: 16px;
  }
  .text-column-left {
    padding-right: 40px;
  }
  .stats-block {
    padding-left: 118px;
  }
  .stats-number {
    line-height: 81px;
  }
  .stats-title {
    font-size: 12px;
    line-height: 19px;
  }
  .checklist-item {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .logo {
    margin-top: 10px;
  }
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .menu-button-line {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button-line:hover {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu-button-line.w--open {
    background-color: #1f6fff;
  }
  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }
  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }
  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }
  .page-header-overlay {
    padding: 150px 30px 46px 45px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .37)), to(rgba(0, 0, 0, .37)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37));
  }
  .header-column-title {
    margin-top: 0px;
    font-size: 38px;
    line-height: 46px;
  }
  .header-column-title.upfg {
    margin-top: -305px;
  }
  .header-paragraph {
    margin-top: 27px;
    padding-right: 18px;
  }
  .header-contact-form {
    margin-top: -156px;
    margin-left: 0px;
    padding: 18px 14px 38px 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .header-video-lightbox {
    margin-top: 8px;
    margin-bottom: 32px;
    margin-left: -52px;
  }
  .whitepaper-mockup {
    right: -10px;
    bottom: -70px;
    height: 450px;
  }
  .event-hero-overlay {
    padding: 180px 45px 70px;
  }
  .small-prices-block {
    width: 90%;
  }
  .small-testimonial-slider {
    height: 220px;
  }
  .section-cta-form {
    width: 100%;
    padding: 29px;
  }
  .cta-form-title {
    font-size: 21px;
    line-height: 26px;
  }
  .column-testimonial-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-tabs-menu {
    padding-left: 320px;
  }
  .product-content-block-right {
    width: 360px;
  }
  .browser-block {
    left: -220px;
    top: -40px;
    height: 460px;
  }
  .hero-column-left {
    padding-right: 10px;
  }
  .hero-column-left.new1a {
    margin-top: 147px;
  }
  .hero-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-column-right {
    margin-top: 43px;
  }
  .overall-hero-overlay {
    padding: 180px 35px 60px;
  }
  .video-hero-overlay {
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .cta-buttons-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .cta-button {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .intro-content-block {
    width: 550px;
  }
  .checklist-text {
    margin-left: -8px;
    font-size: 14px;
  }
  .checklist-text.drp4.nok {
    line-height: 23px;
  }
  .responsive-image-block {
    top: -5px;
    width: 440px;
    height: 320px;
  }
  .div-block {
    margin-top: 40px;
  }
  .image {
    margin-top: 4px;
    margin-bottom: 18px;
  }
  .image-2 {
    margin-top: 0px;
  }
  .image-2.drop1im1 {
    margin-top: 60px;
  }
  .bold-text-4 {
    font-size: 24px;
    line-height: 30px;
  }
  .shade1 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bold-text-5 {
    font-size: 16px;
  }
  .image-3 {
    margin-top: -60px;
  }
  .image-4 {
    margin-left: -41px;
  }
  .div-block-2 {
    margin-left: -9px;
  }
  .div-block-3 {
    margin-left: -69px;
  }
  .whitedv {
    margin-top: 0px;
    margin-bottom: 70px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .whitedv.nopad1 {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .whitedv.nopad1.lessg {
    padding-bottom: 1px;
  }
  .whitedv.npad2 {
    padding-top: 37px;
  }
  .whitedv.npad2.nol {
    margin-bottom: 50px;
  }
  .headsectoin1.smake1 {
    padding-top: 0px;
  }
  .headsectoin1.pad50.klkj {
    margin-top: -14px;
    padding-bottom: 50px;
  }
  .heading {
    margin-bottom: 19px;
    font-size: 24px;
  }
  .heading._10pad {
    margin-top: -32px;
    margin-left: -3px;
    font-size: 24px;
    line-height: 36px;
  }
  .heading._10pad.drop1 {
    margin-top: 17px;
  }
  .heading._10pad.drop1.red {
    margin-top: 34px;
    line-height: 36px;
  }
  .heading._10pad.red {
    line-height: 36px;
  }
  .cen1 {
    margin-bottom: 0px;
  }
  .cen1.nopad {
    margin-right: 119px;
    margin-left: 119px;
  }
  .cen1.nopad.lessdf {
    margin-right: 17px;
    margin-bottom: 20px;
    margin-left: 17px;
  }
  .image-5 {
    margin-top: 5px;
  }
  .div-block-6 {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .image-6 {
    margin-top: -27px;
    margin-left: 0px;
  }
  .orange.or1.red.dropkllk {
    line-height: 40px;
  }
  .div-block-9 {
    margin-top: 25px;
  }
  .bold-text-6 {
    margin-left: 101px;
  }
  .yel1 {
    margin-right: 116px;
    margin-left: 116px;
    padding: 17px 18px;
    background-color: #1fdb6a;
  }
  .green2 {
    margin-top: 55px;
    margin-right: 80px;
    margin-left: 80px;
  }
  .container-4 {
    margin-bottom: 0px;
  }
  .div-block-16 {
    margin-top: -54px;
  }
  .div-block-18 {
    margin-left: 0px;
  }
  .div-block-19 {
    margin-top: 23px;
    padding-right: 37px;
  }
  .div-block-22 {
    margin-top: -60px;
  }
  .headwhite1 {
    margin-bottom: 40px;
  }
  .section-4 {
    padding-bottom: 32px;
  }
  .image-15 {
    margin-top: 0px;
  }
  .image-16 {
    margin-top: 24px;
  }
  .image-17 {
    margin-top: 17px;
  }
  .youtube-2 {
    margin-top: -35px;
    margin-right: 15px;
  }
  .container-5 {
    margin-top: 58px;
  }
  .image-20 {
    margin-top: 33px;
    margin-left: 29px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-left: 10px;
  }
  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .container.home-intro-container {
    height: auto;
  }
  .button.smk4 {
    margin-top: 0px;
  }
  .button.smk4.nohw {
    width: 65%;
  }
  .button.smk4.nohw.lessfgdhs {
    margin-top: 0px;
  }
  .button.smk4.topbuyds {
    margin-left: -99px;
  }
  .button.nopad {
    width: 100%;
    margin-top: 5px;
  }
  .section {
    padding: 35px;
  }
  .section.tint {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .section.tint.lessi {
    padding-bottom: 20px;
  }
  .section.overflow-none.nobot1 {
    padding-bottom: 54px;
  }
  .section.small-footer {
    text-align: center;
  }
  .section.dark-footer {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .section-title.nochange.cen1.red.blue.nop {
    font-size: 32px;
  }
  .section-title.nochange.cen1.red.bold1.dhj.nop {
    font-size: 32px;
    line-height: 70px;
  }
  .section-title.smalltile3.red4 {
    margin-top: 20px;
  }
  .section-title.cen1.nopad {
    margin-right: 27px;
    margin-left: 27px;
  }
  .section-title.red1 {
    margin-top: 8px;
  }
  .section-description.centered {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-description.centered.lt.drop4d {
    padding-right: 10px;
  }
  .section-description.centered.lt.cen5 {
    text-align: center;
  }
  .section-description.centered.shadow {
    margin-left: 0px;
  }
  .section-description.centered.shadow.whitetext {
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .section-description.centered.cen1 {
    margin-left: 0px;
  }
  .section-description.centered.drop21 {
    margin-left: 0px;
  }
  .section-description.align-left {
    margin-bottom: 0px;
  }
  .section-description._100.centered {
    margin-bottom: 23px;
  }
  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer {
    padding: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.color-gradient {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, #5e7feb), color-stop(51%, rgba(94, 127, 235, .7)), color-stop(95%, #4866c9));
    background-image: linear-gradient(90deg, #5e7feb 12%, rgba(94, 127, 235, .7) 51%, #4866c9 95%);
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .small-section-title {
    font-size: 9px;
  }
  .small-section-title.center5 {
    padding-top: 10px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .newsletter-form-small {
    width: 100%;
  }
  .field.email {
    margin-bottom: 10px;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .bottom-footer-paragraph.dark {
    float: none;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .overall-video-lightbox {
    margin-top: 7px;
    margin-right: 75px;
    margin-left: 75px;
  }
  .long-feature-block {
    padding-left: 0px;
  }
  .long-feature-title {
    margin-bottom: 22px;
    color: #5e7feb;
  }
  .long-feature-title.gray1._15.text1.orange {
    margin-top: 38px;
    margin-left: 0px;
  }
  .long-feature-title.gray1._15.bg1 {
    color: grey;
  }
  .long-feature-title.gray1._15.bg1.green {
    margin-left: 0px;
    font-size: 28px;
    line-height: 36px;
  }
  .long-feature-title.redcenter {
    color: #bc1919;
    text-align: center;
  }
  .info-column-right {
    padding-left: 0px;
  }
  .info-column-right.responsive {
    padding-left: 0px;
  }
  .long-feature-icon-wrapper {
    display: none;
  }
  .field-label {
    color: #efeaea;
  }
  .white-footer {
    padding: 25px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .hero-left-block {
    width: 410px;
  }
  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }
  .hero-cta-form {
    width: 100%;
    margin-top: 30px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .hero-main-title {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .hero-main-title.subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
    padding-bottom: 15px;
  }
  .home-intro-wrapper.mid {
    width: 100%;
    padding-bottom: 0px;
  }
  .home-intro-link-block {
    height: 300px;
    margin-bottom: 30px;
  }
  .home-intro-link-block._2 {
    height: 300px;
  }
  .home-intro-link-block._3 {
    height: 270px;
  }
  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .intro-block-text-wrapper.last {
    width: 100%;
  }
  .intro-block-title {
    margin-bottom: 15px;
  }
  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .footer-row-bottom {
    margin-bottom: 20px;
  }
  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }
  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .subpage-header {
    padding: 100px 25px 40px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .form-title.subtitle {
    margin-bottom: 26px;
    font-size: 18px;
  }
  .form-title.subtitle.up1 {
    margin-top: 15px;
    font-size: 18px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }
  .contact-popup {
    overflow: auto;
  }
  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cta-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-column-right {
    padding-top: 20px;
    text-align: center;
  }
  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .gallery-lightbox {
    margin-bottom: 10px;
  }
  .small-gallery-column {
    padding-left: 0px;
  }
  .stats-column {
    padding-left: 0px;
  }
  .stats-block {
    padding-top: 0px;
    padding-left: 0px;
  }
  .stats-number {
    position: static;
    width: 80px;
    margin-right: 20px;
    float: left;
    font-size: 40px;
    line-height: 50px;
  }
  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }
  .checklist-item {
    margin-bottom: 24px;
    padding-left: 0px;
  }
  .logo {
    height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .home-mockup-column {
    height: 290px;
  }
  .menu-button-line {
    margin-top: 0px;
  }
  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-column {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-wrapper {
    width: 100%;
  }
  .get-access-hero {
    background-position: 50% 0px;
    background-size: cover;
  }
  .page-header-overlay {
    padding: 120px 35px 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .42)), to(rgba(0, 0, 0, .42)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
  }
  .page-header-overlay.lessover.darker.mas4 {
    padding-bottom: 54px;
  }
  .header-row {
    display: block;
  }
  .header-column-title {
    margin-top: 38px;
    font-size: 36px;
  }
  .header-column-title.upfg {
    margin-top: -275px;
    font-size: 34px;
    line-height: 42px;
  }
  .header-paragraph {
    margin-bottom: 32px;
    padding-right: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .header-contact-form {
    margin-top: 9px;
    margin-left: 0px;
    padding-top: 22px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: hsla(0, 4%, 67%, .35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .header-video-lightbox {
    margin-top: 39px;
    margin-left: -128px;
  }
  .gallery-column {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .gallery-column.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-section-title-wrapper {
    margin-bottom: 30px;
  }
  .hero-centered-block.large {
    width: 440px;
  }
  .footer-social-block-right {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .bottom-footer-text {
    margin-top: 5px;
  }
  .whitepaper-mockup {
    position: relative;
    top: -55px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: -130px;
    margin-left: auto;
  }
  .event-hero-overlay {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .small-price-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .small-price-description-block {
    margin-top: 10px;
    padding-top: 10px;
  }
  .small-testimonial-slider {
    height: auto;
    padding-bottom: 50px;
  }
  .cta-testimonials-row {
    display: block;
  }
  .testimonial-half-slide {
    width: 100%;
  }
  .image-section-block-left {
    width: 80%;
  }
  .product-tab-pane {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .product-tabs-menu {
    padding-left: 0px;
    text-align: center;
  }
  .product-content-block-right {
    width: 100%;
    float: none;
  }
  .browser-block {
    position: relative;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 290px;
  }
  .hero-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .hero-column-left.new1a {
    margin-top: 103px;
  }
  .hero-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-column-right {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-hero-overlay {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .gallery-wrapper {
    padding-left: 10px;
  }
  .video-hero-overlay {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .intro-content-block {
    width: 440px;
  }
  .hero-small-intro-title {
    margin-bottom: 5px;
  }
  .checklist-text {
    margin-left: 34px;
    font-size: 21px;
  }
  .checklist-text.drp4 {
    font-size: 32px;
    line-height: 38px;
  }
  .checklist-text.drp4.nok {
    margin-top: 46px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }
  .hero-checklist {
    margin-top: 20px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .cta-form-column-right {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    font-size: 14px;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .responsive-image-block {
    position: static;
    width: 100%;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .testimonial {
    margin-top: 0px;
    color: hsla(0, 0%, 100%, .84);
  }
  .image-2 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .bold-text-4 {
    font-size: 34px;
    line-height: 42px;
  }
  .shade1 {
    margin-top: 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .bold-text-5 {
    margin-top: 20px;
    font-size: 18px;
  }
  .checkbox-label {
    font-size: 14px;
    line-height: 20px;
  }
  .image-3 {
    margin-top: 25px;
  }
  .div-block-2 {
    margin-left: 36px;
  }
  .div-block-3 {
    margin-left: 0px;
  }
  .whitedv {
    margin-bottom: 70px;
    padding: 31px 10px 15px;
  }
  .whitedv.npad2.nol {
    margin-bottom: 25px;
  }
  .headsectoin1 {
    padding-top: 62px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .headsectoin1.pad50.klkj {
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }
  .div-block-5 {
    padding-left: 0px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 22px;
    text-align: center;
  }
  .heading._10pad {
    margin-left: 0px;
  }
  .heading._10pad.drop1.red {
    margin-bottom: 44px;
  }
  .heading._10pad.red.no30b {
    margin-top: -66px;
  }
  .cen1.nopad {
    margin-right: 6px;
    margin-left: 6px;
  }
  .cen1.nopad.lessdf {
    margin-right: -9px;
    margin-left: -9px;
  }
  .image-6 {
    display: none;
    margin-left: 0px;
    text-align: left;
  }
  .green2 {
    margin-top: 45px;
  }
  .div-block-12 {
    margin-top: -82px;
  }
  .image-11 {
    margin-top: 0px;
  }
  .div-block-19 {
    padding-right: 0px;
  }
  .div-block-21 {
    margin-top: -54px;
  }
  .headwhite1 {
    margin-top: 28px;
  }
  .section-4 {
    padding-top: 46px;
    padding-bottom: 32px;
  }
  .bold-text-8 {
    font-size: 19px;
  }
  .div-block-23 {
    display: block;
  }
  .div-block-25 {
    margin-bottom: 42px;
  }
  .center {
    margin-top: 0px;
  }
  .image-18 {
    margin-top: 27px;
  }
  .image-19 {
    margin-top: 15px;
  }
  .youtube-2 {
    margin-top: -28px;
    margin-right: 0px;
  }
  .container-5 {
    margin-top: 30px;
  }
  .image-20 {
    margin-top: 36px;
  }
  .right1 {
    text-align: center;
  }
  .div-block-27 {
    text-align: center;
  }
  .div-block-27.drop12 {
    margin-top: 20px;
  }
  .column-3.cen5 {
    text-align: center;
  }
  .div-block-28 {
    margin-top: 12px;
    padding-right: 41px;
    padding-left: 41px;
  }
  .div-block-29 {
    text-align: center;
  }
  .div-block-30 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .nav-menu {
    padding-top: 0px;
  }
  .button {
    margin-top: 16px;
  }
  .button.hero-button {
    margin-top: 6px;
    margin-right: 0px;
  }
  .button.noty.hhh {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.smk4 {
    width: 100%;
    margin-top: 96px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
  }
  .button.smk4.dronm {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .button.smk4.nohw {
    width: 95%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .button.smk4.nohw.lomghs {
    width: 100%;
  }
  .button.smk4.nohw.lessfgdhs {
    margin-top: 0px;
  }
  .button.smk4.nohw.lessggshj {
    margin-top: 0px;
  }
  .button.smk4.nohw.hujkd {
    margin-top: 0px;
  }
  .button.smk4.lessfty {
    margin-top: 14px;
  }
  .button.smk4.lesshdjh76 {
    margin-top: 0px;
  }
  .button.nopad {
    margin-top: 12px;
  }
  .section {
    padding: 25px;
  }
  .section.tint {
    margin-top: -9px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.gradient-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .section-title {
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .section-title.small-white {
    font-size: 23px;
    line-height: 27px;
  }
  .section-title.nochange.cen1.red.blue.nop {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 30px;
    line-height: 50px;
  }
  .section-title.nochange.cen1.red.bold1.dhj.nop {
    font-size: 32px;
    line-height: 54px;
  }
  .section-title.cen1.nopad {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section-title.red1 {
    line-height: 36px;
  }
  .section-description {
    width: 90%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
  .section-description.centered {
    margin-top: -3px;
    margin-bottom: 28px;
    margin-left: auto;
    line-height: 28px;
  }
  .section-description.centered.lt {
    padding-right: 10px;
  }
  .section-description.centered.lt.drop4d {
    margin-top: 0px;
  }
  .section-description.centered.lt.drop4d.npee.dr9 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .section-description.centered.shadow {
    margin-bottom: 50px;
    padding: 30px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/beach2000.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/beach2000.jpg');
    background-position: 0px 0px, 0px 0px;
    font-size: 20px;
  }
  .section-description.centered.shadow.whitetext {
    padding: 26px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .61)), to(rgba(0, 0, 0, .61))), url('../images/beach2000.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/beach2000.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .section-description.centered.cen1.bl1a {
    margin-top: 0px;
    padding-top: 20px;
    line-height: 36px;
  }
  .section-description.centered.cen1.bl1a.ink.lijk {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .section-description.centered.mj9 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .section-description.centered.mj9.ljh {
    margin-right: 11px;
    margin-left: 11px;
    font-size: 16px;
  }
  .section-description.centered.df8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-description.full-width {
    font-size: 16px;
    line-height: 22px;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-description {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .small-section-title.center5 {
    margin-top: 20px;
    padding-top: 0px;
    font-size: 9px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    height: 28px;
  }
  .field {
    height: 40px;
    font-size: 13px;
  }
  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .overall-video-lightbox {
    height: 140px;
  }
  .long-feature-block {
    padding-left: 0px;
  }
  .long-feature-title.gray1._15.bg1 {
    margin-left: 0px;
  }
  .long-feature-title.redcenter {
    margin-top: 13px;
  }
  .field-label {
    margin-bottom: 7px;
    color: #ebe2e2;
  }
  .hero-left-block {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-title-large {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .feature-info-column.last {
    padding-bottom: 0px;
  }
  .feature-info-icon {
    height: 45px;
  }
  .feature-info-title {
    margin-bottom: 12px;
    font-size: 21px;
  }
  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }
  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .simple-white-footer {
    padding: 35px 15px;
  }
  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }
  .app-store-button {
    height: 35px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
  .form-title.subtitle.up1 {
    margin-top: 24px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }
  .popup-block {
    width: 83%;
    padding: 20px;
  }
  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-title {
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
  }
  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .text-column-left {
    text-align: center;
  }
  .stats-row {
    margin-top: 30px;
  }
  .stats-number {
    margin-right: 30px;
  }
  .stats-title {
    margin-top: 6px;
  }
  .checklist-item {
    padding-left: 0px;
  }
  .logo {
    height: auto;
    margin-top: 0px;
  }
  .logo.fixed {
    margin-top: 6px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .home-mockup-column {
    height: 180px;
  }
  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }
  .video-column {
    padding-top: 20px;
  }
  .block-description {
    font-size: 15px;
    line-height: 23px;
  }
  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .testimonial-text {
    font-size: 14px;
  }
  .testimonial-block-name {
    font-size: 13px;
  }
  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }
  .get-access-hero {
    background-position: 41% 50%;
  }
  .page-header-overlay {
    padding: 100px 24px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .44)), to(rgba(0, 0, 0, .44)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
  }
  .header-column-title {
    margin-top: 58px;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
  }
  .header-column-title.upfg {
    margin-top: -259px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
  }
  .header-paragraph {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .header-contact-form {
    margin-top: -12px;
    margin-left: 0px;
    padding: 25px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .header-video-lightbox {
    margin-left: -16px;
    text-align: left;
  }
  .column-title.medium {
    font-size: 32px;
    line-height: 36px;
  }
  .hero-buttons-wrapper {
    margin-top: 20px;
  }
  .hero-centered-block.large {
    width: 250px;
  }
  .whitepaper-mockup {
    top: -25px;
    width: 90%;
    margin-bottom: -80px;
  }
  .wide-hero-cta-form {
    margin-top: 30px;
  }
  .event-hero-overlay {
    padding: 100px 35px 40px;
  }
  .icon-button-block {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-button-title {
    font-size: 14px;
  }
  .hero-cta-field {
    margin-bottom: 5px;
  }
  .testimonial-half-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }
  .image-section-block-left {
    width: 100%;
  }
  .product-tab-pane {
    padding-bottom: 20px;
  }
  .tabs-button {
    margin-bottom: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(94, 127, 235, .15);
    border-radius: 4px;
    -webkit-transition: border 200ms ease, background-color 200ms ease;
    transition: border 200ms ease, background-color 200ms ease;
    text-align: center;
  }
  .tabs-button:hover {
    border-color: #5e7feb;
  }
  .tabs-button.w--current {
    border-color: #5e7feb;
    background-color: #5e7feb;
    color: #fff;
  }
  .browser-block {
    height: 200px;
  }
  .overall-hero-overlay {
    padding-top: 95px;
    padding-bottom: 40px;
    text-align: center;
  }
  .video-hero-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .intro-content-block {
    width: 290px;
  }
  .hero-small-intro-title {
    font-size: 9px;
  }
  .checklist-text {
    margin-left: 30px;
    font-size: 17px;
    line-height: 24px;
  }
  .checklist-text.drp4.nok {
    line-height: 29px;
  }
  .responsive-image-block {
    height: 170px;
  }
  .image {
    max-width: 110%;
    margin-left: 0px;
  }
  .testimonial {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .image-2 {
    max-width: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .bold-text-3 {
    font-size: 16px;
  }
  .bold-text-4 {
    font-size: 28px;
    line-height: 42px;
  }
  .bold-text-5 {
    margin-bottom: 7px;
  }
  .checkbox-label {
    text-align: left;
  }
  .div-block-2 {
    margin-top: 17px;
    margin-left: 0px;
  }
  .whitedv {
    padding-bottom: 2px;
  }
  .whitedv.npad2 {
    padding-bottom: 10px;
  }
  .whitedv.npad2.nol {
    margin-bottom: 25px;
  }
  .section-2 {
    padding-bottom: 10px;
  }
  .headsectoin1.pad50.klkj {
    padding: 62px 0px 36px;
  }
  .heading._10pad {
    margin-left: 0px;
    line-height: 32px;
  }
  .heading._10pad.drop1.red {
    margin-bottom: 46px;
  }
  .headline1 {
    font-size: 20px;
    line-height: 30px;
  }
  .headline1.white6g {
    font-size: 20px;
    line-height: 32px;
  }
  .div-block-6 {
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-6.lesspad {
    padding-top: 20px;
  }
  .div-block-7 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-6 {
    margin-left: 41px;
  }
  .div-block-8.none.white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .orange.or1.red.dropkllk {
    font-size: 22px;
    line-height: 36px;
  }
  .green2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-13 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .bold4 {
    font-size: 20px;
    line-height: 36px;
  }
  .bold4.orange {
    padding-top: 0px;
  }
  .image-11 {
    margin-top: 0px;
    margin-bottom: 17px;
  }
  .div-block-16 {
    margin-top: -69px;
  }
  .red {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .section-4 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .bold-text-8 {
    font-size: 18px;
  }
  .div-block-24 {
    margin-top: 19px;
  }
  .image-20 {
    margin-top: 32px;
    margin-left: 17px;
  }
  .div-block-28 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .video {
    margin-top: -7px;
  }
  .bgs {
    font-size: 14px;
  }
}

#w-node-b5347300cec8-7d0cfe82 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}