.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.permonth {
  font-size: 14px !important;

}
.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

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

body {
  font-family: 'Open Sans', sans-serif;
  color: #21242d;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f4f5f8;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.nav-bar-v1-padding {
  padding-top: 192px;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #21242d;
  color: #fff;
}

.section.dark-mask.nav-bar-v1-padding {
  height: 80vh;
  min-height: 640px;
  padding-bottom: 160px;
  background-color: #fff;
  background-image: url('/static/landerb/images/herotexture.png');
  background-position: 50% 50%;
  background-size: 1600px;
  background-repeat: no-repeat;
}

.section.dark-mask.testimonial-1 {
  padding-top: 160px;
  background-color: #21242d;
  background-image: url('/static/landerb/images/testimonial1.png'), url('/static/landerb/images/testimonial1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(60%, transparent));
  background-image: url('/static/landerb/images/testimonial1.png'), url('/static/landerb/images/testimonial1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 60%);
  background-position: 50% 0%, 50% 0%, 0px 0px;
  background-size: 1600px, 1600px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.section.dark-mask.testimonial-2 {
  padding-top: 0px;
  padding-bottom: 160px;
  background-color: #21242d;
  background-image: url('/static/landerb/images/testimonial2.png'), url('/static/landerb/images/testimonial2.png');
  background-position: 50% 100%, 50% 100%;
  background-size: 1600px, 1600px;
  background-repeat: no-repeat, no-repeat;
}

.section.border-bottom {
  border-bottom: 1px solid #e2e4eb;
}

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

.section.color-1.no-padding-vertical {
  height: 7vh;
  min-height: 60px;
  background-color: #26aeff;
}

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

.section.no-padding-side {
  padding-right: 0px;
  padding-left: 0px;
}

.section.hero-v2-section {
  z-index: 2;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 48px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.3)), to(rgba(32, 36, 46, 0.3)));
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.3), rgba(32, 36, 46, 0.3));
  color: #fff;
}

.section.small-padding-vertical {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-v1-section {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/agnieszka-boeske-354851-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/agnieszka-boeske-354851-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.hero-v3-section {
  height: 92vh;
  padding-top: 200px;
  background-color: #f4f5f8;
}

.section.gallery-section {
  overflow: hidden;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section.borders {
  border-top: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
}

.section.grey {
  background-color: #e2e4eb;
}

.section.mask {
  overflow: hidden;
}

.section.features_1 {
  padding-bottom: 60px;
}

.section.features_2 {
  padding-top: 30px;
}

.section.pricing {
  padding-bottom: 200px;
  background-color: #fff;
  background-image: url('/static/landerb/images/herotexture.png');
  background-position: 50% 50%;
  background-size: 1600px;
  background-repeat: no-repeat;
}

.section.faqbg {
  min-height: 940px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #21242d;
  background-image: url('/static/landerb/images/testimonial1.png'), url('/static/landerb/images/testimonial1.png');
  background-position: 50% 0%, 50% 0%;
  background-size: 1600px, 1600px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.nav-bar-v1-wrapper {
  height: 13vh;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.service-bottom-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.hero-v2-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-white {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

._404-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.6)), to(rgba(32, 36, 46, 0.6))), url('/static/landerb/images/samuel-zeller-379406-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.6), rgba(32, 36, 46, 0.6)), url('/static/landerb/images/samuel-zeller-379406-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

._404-page-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.haze {
  background-color: #f4f5f8;
}

.no-margin {
  margin: 0px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro.no-margin {
  margin: 0px;
}

.intro.left {
  width: 100%;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro.left.no-margin {
  margin-top: -50px;
}

.intro.wide {
  max-width: 800px;
  margin-bottom: 40px;
}

.dark {
  background-color: #21242d;
}

.title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #8e94a2;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  color: hsla(0, 0%, 100%, 0.7);
}

.title.big {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.link-white:hover {
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #4d5464;
  font-size: 10px;
  line-height: 16px;
}

.text-white-tranparent {
  color: hsla(0, 0%, 100%, 0.6);
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #21242d;
  font-weight: 600;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.page-wrapper.footer-v1-padding {
  padding-bottom: 534px;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #21242d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.enhancement {
  background-color: #ff7136;
}

.change-icon.fix {
  background-color: #ff3071;
}

.change-icon.new {
  background-color: #0bc97c;
}

.change-icon.release {
  background-color: #2b8dff;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(33, 36, 45, 0.8);
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.tooltip.change-tooltip {
  display: block;
  width: auto;
  margin-bottom: 28px;
  padding: 6px 12px;
  font-weight: 600;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-items {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.licence-item-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grey-link {
  color: #505e78;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.dot-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #dce0e9;
}

.button-icon {
  height: 24px;
  margin-right: 10px;
  margin-left: -2px;
  float: left;
}

.button-icon.small {
  height: 20px;
}

.button-icon.right {
  margin-right: -2px;
  margin-left: 10px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 5px;
  background-color: #0bc97c;
  background-image: none;
  font-family: 'Proxima Nova', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.ghost-bg {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7);
}

.button.white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #2c3340;
}

.button.white:hover {
  background-color: #e2e4eb;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.button.ghost {
  width: 100%;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
  color: #2c3340;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #8e94a2;
}

.button.subscribe-icon-button {
  width: 60px;
  margin-left: -6px;
  background-image: url('/static/landerb/images/paperplane-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#2b8dff), to(#2b8dff));
  background-image: url('/static/landerb/images/paperplane-icon-white.svg'), linear-gradient(180deg, #2b8dff, #2b8dff);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
}

.button.subscribe-icon-button.color-5 {
  background-image: url('/static/landerb/images/paperplane-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#bcd028), to(#bcd028));
  background-image: url('/static/landerb/images/paperplane-icon-white.svg'), linear-gradient(180deg, #bcd028, #bcd028);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
}

.button.color-1 {
  background-color: #2b8dff;
  text-align: center;
}

.button.color-1:hover {
  background-color: #2c60d8;
}

.button.margin-left {
  margin-left: 16px;
}

.button.small {
  height: 40px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 11px;
  line-height: 16px;
}

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

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

.button.call-back-button {
  padding-left: 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ff3071;
  background-image: url('/static/landerb/images/callback-icon-white.svg');
  background-position: 20px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  text-align: left;
}

.button.color-2 {
  background-color: #ff3071;
}

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

.button.color-4 {
  height: 50px;
  margin-top: 15px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #0bc97c;
  -webkit-transition-property: none;
  transition-property: none;
  letter-spacing: 1px;
}

.button.color-4.hero-button {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 60px;
  background-color: #0bc97c;
  background-image: url('/static/landerb/images/rocket.png');
  background-position: 8% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.button.color-4.book-call {
  background-color: #26aeff;
}

.button.color-4.close {
  width: 88px;
  height: 40px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: -23px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #c0c4cd;
  font-size: 12px;
  text-align: center;
}

.button.color-6 {
  background-color: #0bc97c;
}

.button.color-6:hover {
  background-color: #00a867;
}

.button.page-button {
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
  color: #2c3340;
}

.button.page-button:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.button.search-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  background-color: #2b8dff;
}

.button.color-5 {
  background-color: #bcd028;
}

.button.color-5:hover {
  background-color: #a5b81e;
}

.button.pricing-button {
  background-color: #f2a327;
}

.button.cookie-button {
  height: 32px;
  margin-left: 16px;
  padding: 4px 12px;
  background-color: #fff;
  color: #21242d;
  font-size: 11px;
}

.button.cookie-button:hover {
  background-color: #0bc97c;
  color: #fff;
}

.button.invite-page-button {
  margin-bottom: 15px;
  background-color: #00c946;
}

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

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 27%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f4f5f8;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #21242d;
  color: #e1e6ee;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  padding-top: 32px;
  padding-bottom: 104px;
  background-color: #21242d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 36, 45, 0.7)), to(rgba(33, 36, 45, 0.7))), url('/static/landerb/images/eberhard-grossgasteiger-382454-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(33, 36, 45, 0.7), rgba(33, 36, 45, 0.7)), url('/static/landerb/images/eberhard-grossgasteiger-382454-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-bottom: 32px;
  margin-left: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.sg-sidebar-link {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 14px 16px;
  border-radius: 5px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.sg-sidebar-link.w--current {
  background-color: #2b8dff;
}

.sg-back-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-top-color: #2583fd;
  background-color: #2b8dff;
  box-shadow: inset 0 1px 0 0 transparent;
}

.style-block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.nav-dropdown-list.w--open {
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #21242d;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.nav-link-text {
  padding: 40px 16px;
  font-family: 'Proxima Nova', sans-serif;
  color: #21242d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-text.w--current {
  color: #161a25;
}

.nav-link-text.nav-link-dropdown {
  padding-right: 26px;
}

.nav-link-text.white {
  color: #fff;
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none rgba(33, 36, 45, 0.1);
  background-color: #fff;
}

.nav-bar.transparent {
  position: fixed;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: #fff;
}

.nav-bar-v1-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link {
  padding: 8px 32px 8px 24px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

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

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

.nav-menu-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-right: 5px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.logo-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.nav-link-arrow {
  position: absolute;
  top: 0px;
  right: 13px;
  bottom: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.text {
  font-family: 'Open Sans', sans-serif;
  color: #21242d;
  font-size: 16px;
  line-height: 28px;
}

.text.hero-text {
  width: 70%;
  margin-bottom: 24px;
  font-weight: 400;
}

.text-white-faded {
  color: hsla(0, 0%, 100%, 0.6);
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image._1 {
  background-image: none;
}

.bg-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/roman-kraft-197672-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/roman-kraft-197672-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/brooke-cagle-609873-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/brooke-cagle-609873-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/le-buzz-568591-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/le-buzz-568591-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.35)), to(rgba(32, 36, 46, 0.35))), url('/static/landerb/images/annie-spratt-608002-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.35), rgba(32, 36, 46, 0.35)), url('/static/landerb/images/annie-spratt-608002-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/daryan-shamkhali-101888-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/daryan-shamkhali-101888-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._9 {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, transparent)), url('/static/landerb/images/testimonial1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 20%, transparent 80%), url('/static/landerb/images/testimonial1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1600px;
  background-repeat: repeat, no-repeat;
}

.bg-image._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/eberhard-grossgasteiger-382454-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/eberhard-grossgasteiger-382454-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/linus-nylund-465861-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/linus-nylund-465861-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.55)), to(rgba(32, 36, 46, 0.55))), url('/static/landerb/images/rawpixel-617400-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.55), rgba(32, 36, 46, 0.55)), url('/static/landerb/images/rawpixel-617400-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/nordwood-themes-452444-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/nordwood-themes-452444-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/the-5th-141680-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/the-5th-141680-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.blog-post-image {
  opacity: 0.5;
}

.bg-image._15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/sasha-set-503963-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/sasha-set-503963-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5))), url('/static/landerb/images/jan-schulz-97411-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5)), url('/static/landerb/images/jan-schulz-97411-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.testimonials-v1-image {
  background-image: url('/static/landerb/images/helena-lopes-567622-unsplash.jpg');
  background-size: 1200px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumbs-arrow {
  width: 12px;
  margin-top: -2px;
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.4;
}

.text-light-grey {
  color: #8e94a2;
}

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

.link-grey:hover {
  text-decoration: underline;
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-sidebar {
  width: 350px;
  margin-left: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-width {
  width: 100%;
}

.post-v1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-card-v1-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 424px;
  margin-bottom: 32px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-v1-preview:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-v1-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 32px;
  padding: 24px 24px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.post-card-v1-month {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e2e4eb;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.post-card-v1-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.post-card-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-icon {
  width: 20px;
  margin-right: 6px;
}

.link-dark {
  color: #21242d;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.link-dark.modal {
  color: #c0c4cd;
}

.sidebar-search {
  margin-bottom: 48px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f4f5f8;
}

.hidden {
  display: none;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
}

.input:hover {
  border-color: #c0c4cd;
}

.input:focus {
  border-color: #2b8dff;
}

.input::-webkit-input-placeholder {
  color: #8e94a2;
}

.input:-ms-input-placeholder {
  color: #8e94a2;
}

.input::-ms-input-placeholder {
  color: #8e94a2;
}

.input::placeholder {
  color: #8e94a2;
}

.input.icon-right {
  padding-right: 52px;
}

.input.no-margin {
  margin: 0px;
}

.input.dark {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
}

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

.input.dark:focus {
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: #fff;
  color: #4d5464;
}

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

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

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

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

.input.icon-left {
  padding-left: 52px;
}

.input.password-input {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.input.password-input:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.input.password-input:focus {
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: #fff;
  color: #4d5464;
}

.input.password-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input.password-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input.password-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input.password-input::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input-wrapper {
  position: relative;
}

.input-icon-left {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1;
  height: 24px;
  opacity: 0.4;
}

.input-icon-left.icon-right {
  left: auto;
  right: 16px;
}

.sidebar-block {
  margin-bottom: 56px;
}

.sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.uppercase {
  text-transform: uppercase;
}

.sidebar-divider {
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 32px;
  border-left: 32px solid #21242d;
  background-color: #e2e4eb;
}

.sidebar-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 152px;
  margin-bottom: 16px;
  padding: 24px;
  -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: 4px;
  background-color: #21242d;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.sidebar-post-heading {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.zoomed-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoomed-image.transparent-40 {
  opacity: 0.6;
}

.zoomed-image.card-image-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(32, 36, 46, 0)), to(rgba(32, 36, 46, 0.6))), url('/static/landerb/images/card-image-01.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0) 40%, rgba(32, 36, 46, 0.6)), url('/static/landerb/images/card-image-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zoomed-image.card-image-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(32, 36, 46, 0)), to(rgba(32, 36, 46, 0.6))), url('/static/landerb/images/card-image-02.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0) 40%, rgba(32, 36, 46, 0.6)), url('/static/landerb/images/card-image-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zoomed-image.card-image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(32, 36, 46, 0)), to(rgba(32, 36, 46, 0.6))), url('/static/landerb/images/card-image-03.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0) 40%, rgba(32, 36, 46, 0.6)), url('/static/landerb/images/card-image-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.badge {
  position: relative;
  z-index: 2;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 2px;
  background-color: #21242d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.white {
  background-color: #fff;
  color: #21242d;
}

.sidebar-posts {
  width: 100%;
}

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-photo {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.blog-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  padding: 12px;
  -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: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-link:hover {
  border-color: #c0c4cd;
  color: #2b8dff;
}

.blog-category-icon {
  width: 32px;
  margin-bottom: 16px;
}

.sidebar-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
}

.paragraph-small.text-grey.free {
  opacity: 0;
}

.paragraph-small.text-grey.invite-page-pricing-small-text {
  margin-bottom: 5px;
  color: #8e94a2;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.paragraph-small.no-margin {
  margin: 0px;
}

.form-success {
  padding: 16px;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.form-success.left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.form-error {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: rgba(255, 48, 113, 0.1);
  color: #ff3071;
  font-size: 12px;
  line-height: 20px;
}

.form-error.side-margins {
  margin-right: 15px;
  margin-left: 15px;
}

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-button:hover {
  border-color: #c0c4cd;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-tag {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.sidebar-instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.sidebar-instagram-link {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  background-color: #21242d;
}

.sidebar-instagram-button {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #21242d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-instagram-button:hover {
  background-color: #2b8dff;
}

.button-arrow-space {
  position: relative;
  right: -4px;
  width: 24px;
  height: 20px;
}

.button-arrow-icon {
  position: absolute;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.post-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card-preview-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-preview-m:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-preview-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 344px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-preview-l:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.divider {
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-left: 20px solid #21242d;
  background-color: #c0c4cd;
}

.divider.white {
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.divider.margin-v2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-right: 88px;
  padding-left: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21242d;
  text-align: center;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-big.dark-text {
  color: #21242d;
}

.play-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/static/landerb/images/play-icon.svg');
  background-position: 52% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 9px 0 rgba(22, 26, 37, 0.2);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.play-button.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21242d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow-button:hover {
  background-color: #2b8dff;
}

.slider-arrow-button.left {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slider-arrow-button.right {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hero-v4-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 9px;
}

.hero-slider {
  height: 100vh;
  color: #fff;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-blocks.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-blocks.no-margin {
  margin: 0px;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: fit-content;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -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;
}

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

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
}

.no-padding {
  padding: 0px;
}

.intro-text {
  padding-top: 32px;
  padding-right: 15px;
  padding-left: 15px;
}

.first-letter {
  margin-top: 4px;
  margin-right: 8px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 40px;
  font-weight: 600;
}

.first-letter.color-1 {
  color: #2b8dff;
}

.mini-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-feature-icon {
  margin-right: 12px;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

.card-wrapper {
  position: relative;
  width: 25%;
  padding: 8px;
}

.card-wrapper.big {
  width: 50%;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 456px;
  padding: 88px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #21242d;
  color: #fff;
}

.card-info {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

.card-number-v1 {
  position: absolute;
  left: 38px;
  top: 38px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #21242d;
  box-shadow: 0 0 0 6px rgba(32, 36, 46, 0.3);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.card-number-v1.color-1 {
  background-color: #2b8dff;
  box-shadow: 0 0 0 6px rgba(50, 112, 255, 0.3);
}

.card-number-v1.color-2 {
  background-color: #ff3071;
  box-shadow: 0 0 0 6px rgba(255, 48, 113, 0.3);
}

.card-number-v1.color-3 {
  background-color: #ff7136;
  box-shadow: 0 0 0 6px rgba(255, 113, 54, 0.3);
}

.quote-icon {
  width: 64px;
  margin-bottom: -8px;
  opacity: 0.12;
}

.quote-text {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
}

.no-padding-top {
  padding-top: 0px;
}

.counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.counter-number {
  margin-bottom: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.community-owner-picture {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  padding: 14px;
  -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: 50%;
  background-color: #21242d;
}

.community-owner-picture.color-1 {
  background-color: #2b8dff;
}

.community-owner-picture.color-2 {
  background-color: #ff3071;
}

.community-owner-picture.color-5 {
  background-color: #bcd028;
}

.community-owner-picture.color-3 {
  background-color: #ff7136;
}

.community-owner-picture.white {
  background-color: #fff;
}

.community-owner-picture._1 {
  width: 70px;
  height: 70px;
  min-width: 7px;
  background-image: url('/static/landerb/images/image-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.community-owner-picture._2 {
  background-image: url('/static/landerb/images/image-1_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message.big {
  padding: 64px 40px;
}

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

.testimonials-v1 {
  width: 100%;
  height: auto;
  margin-bottom: 104px;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('/static/landerb/images/helena-lopes-567622-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-v1-arrow {
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: -80px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  background-color: #fff;
}

.testimonials-v1-arrow.right {
  margin-left: 55px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.testimonials-v1-arrow.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.testimonials-v1-slide {
  right: 0px;
  bottom: 0px;
  height: 560px;
}

.review-v1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  margin-top: 600px;
  margin-right: 8.33%;
  padding: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #2b8dff;
  color: #fff;
}

.testimonials-v1-mask {
  margin-bottom: -104px;
}

.review-v1-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.review-v1-avatar {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.review-v1-info {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-v1-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-v1-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  padding: 2px;
  -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;
}

.review-v1-icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  opacity: 0.2;
}

.message-text {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.message-icon {
  height: 30px;
  margin-right: 20px;
}

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

.instagram-photo-link {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #21242d;
}

.instagram-link {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 24px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #21242d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.instagram-link:hover {
  background-color: #2b8dff;
}

.footer-v1-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 72px 8.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
}

.subscribe-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px;
  -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: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link:hover {
  background-color: #2b8dff;
}

.instagram-hover-icon {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.instagram-hover-icon.center {
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  display: block;
  margin: auto;
}

.client-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 200px;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  text-decoration: none;
}

.client-v2-card:hover {
  border-color: #c0c4cd;
}

.client-v2-logo {
  height: 32px;
}

.client-v1-bg-text {
  position: absolute;
  top: 40px;
  right: -6px;
  opacity: 0.3;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: right;
}

.client-v1-contact-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 88px 32px 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-color: #2b8dff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.client-v1-contact-card:hover {
  background-color: #21242d;
}

.client-v1-contact-card.color-5 {
  background-color: #bcd028;
}

.footer-v1-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v1-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-nav-link {
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v1-nav-link:hover {
  opacity: 1;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-v2.margin-bottom {
  margin-bottom: 48px;
}

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  padding: 12px;
  -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: #21242d;
}

.icon.left {
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e2e4eb;
}

.icon.white {
  background-color: #fff;
}

.icon.color-1 {
  background-color: #2b8dff;
}

.icon.color-3 {
  background-color: #ff7136;
}

.icon.color-6 {
  background-color: #0bc97c;
}

.icon.color-4 {
  background-color: #f2a327;
}

.icon.color-2 {
  background-color: #ff3071;
}

.icon.color-5 {
  background-color: #bcd028;
}

.icon.big {
  width: 72px;
  height: 72px;
  padding: 16px;
}

.icon.big.white {
  background-color: transparent;
}

.feature-side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 14px;
}

.content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 120px 48px;
  -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: 4px;
  background-color: #2b8dff;
  color: #fff;
}

.hero-form-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  padding: 40px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 3px;
  border-color: #26aeff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(90, 105, 148, 0.18), 0 10px 16px 0 rgba(90, 105, 148, 0.2), 0 10px 30px 6px rgba(90, 105, 148, 0.1);
  color: #21242d;
}

.hero-form-card.pricing {
  width: 47%;
  padding: 40px;
  border-style: none;
}

.hero-form-card.pricing.pro {
  border-style: solid;
  border-color: #26aeff;
}

.hero-form-card.modal {
  border-style: none;
  box-shadow: 0 10px 30px 6px rgba(90, 105, 148, 0.1);
}

.form-label {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}

.access-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-text-tiny {
  max-width: 300px;
  margin-top: 20px;
  color: #8e94a2;
  font-size: 11px;
  line-height: 20px;
}

.hero-text-tiny.white {
  color: #fff;
}

.hero-heading-1 {
  margin-bottom: 24px;
  font-family: 'Proxima Nova', sans-serif;
  color: #21242d;
  font-size: 44px;
  font-weight: 700;
}

.features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 64px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature-v1.side-borders {
  position: relative;
  z-index: 1;
  border-right: 1px solid #e2e4eb;
  border-left: 1px solid #e2e4eb;
}

.text-color-3 {
  color: #ff7136;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 9%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-info.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.side-info.place-top {
  position: relative;
  z-index: 1;
}

.no-padding-right {
  padding-right: 0px;
}

.side-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  -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;
}

.side-images.flex-top {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-image-half {
  max-width: 47%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin: -1px;
  padding: 14px 24px;
  border-right: 1px solid #e2e4eb;
  border-left: 1px solid #e2e4eb;
  background-color: #21242d;
  font-family: Montserrat, sans-serif;
  color: #c0c4cd;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.tab-link.w--current {
  background-color: #fff;
  color: #21242d;
}

.side-video {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  padding: 48px;
  -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: 4px;
  background-color: #f4f5f8;
}

.info-card.white {
  border: 1px solid #e2e4eb;
  background-color: #fff;
}

.info-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-card-image {
  width: 47%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-icon {
  height: 10px;
  margin-left: 4px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.white {
  color: #fff;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116.66vw;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gallery-block {
  position: relative;
  width: 20%;
  padding: 4px;
}

.gallery-thumbnail {
  width: 100%;
  border-radius: 4px;
}

.gallry-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6%;
  -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: 4px;
  background-color: #f4f5f8;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.gallry-quote-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 4px;
  opacity: 0.12;
}

.gallry-quote-author {
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 24px;
  -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: 4px;
  background-color: #ff7136;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.gallery-button:hover {
  background-color: #0bc97c;
}

.gallery-button-icon {
  width: 48px;
  margin-top: -4px;
  margin-bottom: 8px;
}

.side-block-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
}

.side-block-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
}

.pricing-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-v1-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e4eb;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.pricing-v1-card.place-top {
  position: relative;
  z-index: 1;
}

.pricing-tag {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.pricing-v1-list {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v1-list-item {
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  border-top: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
  background-image: url('/static/landerb/images/tick_green.png');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #21242d;
  text-align: left;
}

.testimonials-v2 {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
  padding-right: 68px;
  padding-left: 68px;
  background-color: transparent;
}

.testimonials-v2-nav {
  bottom: -64px;
  font-size: 8px;
}

.testimonials-v2-slide {
  width: 33.33%;
  padding-right: 4px;
  padding-left: 4px;
}

.review-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.italic {
  font-style: italic;
}

.review-v2-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-v2-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.review-v2-author-info {
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8e94a2;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.review-v2-author-name {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-weight: 600;
}

.footer-v1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21242d;
  color: #fff;
}

.footer-v1-section.fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 534px;
}

.footer-v2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21242d;
  color: #fff;
}

.footer-v2-section.fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 444px;
}

.footer-v2-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-v2-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.4);
  opacity: 0.4;
  -webkit-transition: box-shadow 300ms ease, opacity 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, opacity 300ms ease, background-color 300ms ease;
}

.footer-v2-social-link:hover {
  position: relative;
  z-index: 1;
  box-shadow: none;
  opacity: 1;
}

.footer-v2-social-link.twitter:hover {
  background-color: #2aa3f0;
}

.footer-v2-social-link.facebook:hover {
  background-color: #3b5998;
}

.footer-v2-social-link.instagram:hover {
  background-color: #ff3071;
}

.footer-v2-social-link.youtube:hover {
  background-color: #fc0d1c;
}

.footer-v2-social-link.mail:hover {
  background-color: #2b8dff;
}

.footer-v2-social-icon {
  width: 48px;
}

.footer-v2-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v2-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-v2-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.footer-v2-nav-link {
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v2-nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.intro-text-big {
  font-size: 24px;
  line-height: 36px;
}

.features-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-v3.margin-bottom {
  margin-bottom: 32px;
}

.feature-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-image-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 176px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-image-v1._1 {
  background-image: url('/static/landerb/images/card-image-01.jpg');
}

.feature-image-v1._2 {
  background-image: url('/static/landerb/images/rawpixel-com-561407-unsplash.jpg');
}

.feature-image-v1._3 {
  background-image: url('/static/landerb/images/gallery-thumb-01.jpg');
}

.feature-image-v1._4 {
  background-image: url('/static/landerb/images/gallery-thumb-06.jpg');
}

.text-color-2 {
  color: #ff3071;
}

.hero-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(32, 36, 46, 0.15);
  color: #21242d;
}

.hero-v2-side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-panel-heading {
  width: 33.33%;
  margin-right: 32px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-panel-form-wrapper {
  width: 66.66%;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-panel-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-panel-input-block {
  padding-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-padding-left {
  padding-left: 0px;
}

.hero-play-button {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/static/landerb/images/play-icon.svg');
  background-position: 52% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 9px 0 rgba(22, 26, 37, 0.2);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.hero-play-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.round-corners {
  border-radius: 4px;
}

.counter-cards {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px;
}

.counter-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 96px 3% 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
}

.counter-card.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.counter-text {
  margin-top: -4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.counter-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 14px;
  -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: 50%;
  background-color: #f4f5f8;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  max-width: 970px;
  margin-bottom: 80px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-image: url('/static/landerb/images/jessica-felicio-463231-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.video-info-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 20px 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(32, 36, 46, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.video-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-avatar {
  width: 44px;
  height: 44px;
  margin-top: -20px;
  margin-right: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.footer-v1-top-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -4px;
  display: none;
  width: 48px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}

.footer-v1-top-button:hover {
  bottom: 0px;
}

.footer-bottom-left {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #fff;
  opacity: 0.2;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-image-1 {
  width: 100%;
  min-height: 680px;
  background-image: url('/static/landerb/images/alexandru-acea-707004-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-grid-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-grid-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 40px 4% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border: 1px solid #e2e4eb;
  text-align: center;
}

.side-block-slider {
  overflow: hidden;
  width: 50%;
  min-height: 680px;
  background-color: transparent;
}

.side-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-slide._1 {
  background-image: url('/static/landerb/images/jeremy-bishop-527439-unsplash_1jeremy-bishop-527439-unsplash.jpg');
}

.side-slide._2 {
  background-image: url('/static/landerb/images/joanna-kosinska-354578-unsplash.jpg');
}

.side-slide._3 {
  background-image: url('/static/landerb/images/annie-spratt-608002-unsplash.jpg');
}

.side-slider-nav {
  height: 40px;
  padding-top: 12px;
  font-size: 9px;
}

.side-slide-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 370px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.pricing-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-v2-card {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-align: center;
}

.pricing-v2-card.place-top {
  position: relative;
  z-index: 1;
}

.pricing-v2-image {
  width: 100%;
  padding: 40px 32px 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing-v2-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/pricing-image-01.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/pricing-image-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-v2-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/pricing-image-02.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/pricing-image-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-v2-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.4)), to(rgba(32, 36, 46, 0.4))), url('/static/landerb/images/pricing-image-03.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.4), rgba(32, 36, 46, 0.4)), url('/static/landerb/images/pricing-image-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-v2-info {
  padding: 40px;
  border-right: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
  border-left: 1px solid #e2e4eb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pricing-v2-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  padding-left: 0px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
}

.pricing-v2-list-item {
  margin-bottom: -1px;
  padding: 13px;
  border-bottom: 1px solid #e2e4eb;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
}

.pricing-v2-tag {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.side-block-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 8.33%;
  -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;
}

.side-block-full.no-padding {
  padding: 0px;
}

.contact-v1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-v1-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  padding: 64px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
}

.contact-v1-map {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
}

.contact-v1-block {
  width: 410px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-v1-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-area {
  height: auto;
  min-height: 160px;
  margin-bottom: 24px;
  padding: 15px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
}

.text-area:hover {
  border-color: #c0c4cd;
}

.text-area:focus {
  border-color: #2b8dff;
}

.text-area::-webkit-input-placeholder {
  color: #8e94a2;
}

.text-area:-ms-input-placeholder {
  color: #8e94a2;
}

.text-area::-ms-input-placeholder {
  color: #8e94a2;
}

.text-area::placeholder {
  color: #8e94a2;
}

.text-area.icon-left {
  padding-left: 52px;
}

.text-area-icon {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  height: 24px;
  opacity: 0.4;
}

.post-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-card-preview-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 184px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-preview-s:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-decription-small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
}

.post-card-decription {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4d5464;
  font-size: 14px;
  line-height: 24px;
}

._404-bg-text {
  position: absolute;
  opacity: 0.15;
  font-family: Montserrat, sans-serif;
  font-size: 380px;
  line-height: 320px;
  font-weight: 600;
}

.service-page-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -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-top: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 10px;
  line-height: 16px;
}

.protected-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.35)), to(rgba(32, 36, 46, 0.35))), url('/static/landerb/images/charles-deluvio-716555-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.35), rgba(32, 36, 46, 0.35)), url('/static/landerb/images/charles-deluvio-716555-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.password-card {
  min-width: 400px;
  padding: 64px;
  background-color: #21242d;
}

.password-heading {
  margin-bottom: 32px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
}

.search-result-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  color: #21242d;
  text-decoration: none;
}

.search-results {
  width: 83.33%;
}

.search-result-heading {
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: capitalize;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.ghost-line {
  width: 100%;
  height: 1px;
  background-color: #21242d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
}

.full-size-map {
  width: 100%;
  height: 440px;
}

.side-block-contact {
  margin-bottom: 0px;
  padding-left: 8.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-block-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.side-input-wrapper-100 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.side-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-media.left {
  width: 600px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-media.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.howitworks {
  width: 720px;
  margin-top: 20px;
  margin-left: -12%;
}

.testimonials-tabs {
  width: 100%;
  margin-top: -10px;
}

.review-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
}

.review-tab-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
}

.review-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.review-tab-link {
  margin: 6px;
  padding: 4px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.review-tab-link:hover {
  opacity: 1;
}

.review-tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #f2a327;
  opacity: 1;
}

.review-tab-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.review-tab-content {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

.review-tab-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  -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;
}

.review-tab-star {
  width: 16px;
}

.testimonials-tabs-icon {
  position: absolute;
  left: 8.33%;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 64px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.12;
}

.testimonials-tabs-icon.right {
  left: auto;
  right: 8.33%;
}

.team-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-v1.margin-bottom {
  margin-bottom: 48px;
}

.team-v1-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-bottom: 32px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-v1-member-photo {
  width: 100%;
  margin-bottom: 20px;
}

.team-v1-member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  -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;
}

.team-v1-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 2px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.team-v1-member-link:hover {
  opacity: 0.7;
}

.center-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.center-features-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center-features-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 4%;
  padding-left: 4%;
  -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;
}

.side-features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-iphone {
  width: auto;
  height: 520px;
  margin-top: 8px;
}

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

.about-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-author-info.margin-bottom {
  margin-bottom: 24px;
}

.about-author-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  margin-left: -4px;
  -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;
}

.about-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 2px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.about-author-link:hover {
  opacity: 1;
}

.about-author-photo {
  width: 72px;
  height: 72px;
  margin-right: 16px;
  border-radius: 50%;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-heading {
  margin-top: 24px;
  text-transform: capitalize;
}

.blog-post a {
  color: #2b8dff;
  text-decoration: none;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.3)), to(rgba(32, 36, 46, 0.3))), url('/static/landerb/images/thought-catalog-575840-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(32, 36, 46, 0.3), rgba(32, 36, 46, 0.3)), url('/static/landerb/images/thought-catalog-575840-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.coming-soon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin-right: 9px;
  margin-left: 9px;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  border-radius: 4px;
  background-color: #21242d;
}

.feature-image-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 192px;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-image-v2._1 {
  background-image: url('/static/landerb/images/card-image-01.jpg');
}

.feature-image-v2._2 {
  background-image: url('/static/landerb/images/rawpixel-com-561407-unsplash.jpg');
}

.feature-image-v2._4 {
  background-image: url('/static/landerb/images/gallery-thumb-06.jpg');
}

.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #21242d;
  box-shadow: 0 0 0 6px rgba(32, 36, 46, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.card-number.color-1 {
  background-color: #2b8dff;
  box-shadow: 0 0 0 6px rgba(50, 112, 255, 0.3);
}

.card-number.color-2 {
  background-color: #ff3071;
  box-shadow: 0 0 0 6px rgba(255, 48, 113, 0.3);
}

.card-number.color-3 {
  background-color: #ff7136;
  box-shadow: 0 0 0 6px rgba(255, 113, 54, 0.3);
}

.card-number.color-5 {
  background-color: #f2a327;
  box-shadow: 0 0 0 6px rgba(255, 174, 46, 0.3);
}

.devices-image {
  margin-top: 12px;
}

.dashboard {
  width: 720px;
  margin-top: 40px;
  margin-right: -12%;
  margin-bottom: 20px;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-bottom: -32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-column {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question {
  padding-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-letter {
  position: relative;
  z-index: 2;
  width: 32px;
  padding: 6px 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #21242d;
  font-family: 'Proxima Nova', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.faq-letter.answer-letter {
  z-index: 1;
  margin-top: -1px;
  border: 1px solid #e2e4eb;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  color: #21242d;
}

.side-feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature-v4-image {
  width: 100%;
  height: 224px;
  margin-bottom: -30px;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-v4-image._1 {
  background-image: url('/static/landerb/images/roman-kraft-197672-unsplash.jpg');
}

.feature-v4-image._2 {
  background-image: url('/static/landerb/images/alexandru-acea-674023-unsplash.jpg');
}

.feature-v4-image._3 {
  background-image: url('/static/landerb/images/the-5th-141680-unsplash.jpg');
}

.hero-v3-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: url('/static/landerb/images/travel-image-min.png');
  background-position: 0px 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hero-v3-play-button {
  position: absolute;
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 72px;
  height: 72px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/static/landerb/images/play-icon.svg');
  background-position: 52% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 9px 0 rgba(22, 26, 37, 0.2);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.hero-v3-play-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.layout-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #f4f5f8;
  color: #21242d;
  text-align: center;
  text-decoration: none;
}

.side-bg-logo {
  position: absolute;
  left: -55%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 520px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.05;
}

.side-bg-icon-1 {
  position: absolute;
  left: -42%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 480px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.06;
}

.testimonials-v1-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.gallery-zoom-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin: 12px;
  border-radius: 4px;
  background-color: rgba(33, 36, 45, 0.75);
  background-image: url('/static/landerb/images/search-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.hero-bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 0.75;
}

.sg-color-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 144px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-radius: 5px;
  background-color: #21242d;
  box-shadow: none;
}

.sg-color-card.color-1 {
  background-color: #2b8dff;
}

.sg-color-card.color-2 {
  background-color: #ff3071;
}

.sg-color-card.color-3 {
  background-color: #ff7136;
}

.sg-color-card.color-4 {
  background-color: #f2a327;
}

.sg-color-card.color-5 {
  background-color: #bcd028;
}

.sg-color-card.color-6 {
  background-color: #0bc97c;
}

.sg-color-card.grey-1 {
  background-color: #4d5464;
}

.sg-color-card.grey-2 {
  background-color: #8e94a2;
}

.sg-color-card.grey-3 {
  background-color: #c0c4cd;
}

.sg-color-card.grey-4 {
  background-color: #e2e4eb;
}

.sg-color-card.haze {
  background-color: #f4f5f8;
}

.sg-color-name {
  position: absolute;
  height: 24px;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(33, 36, 45, 0.15);
  color: #21242d;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sg-color-block {
  width: 25%;
  padding: 15px;
}

.sg-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #151515;
}

.menu-icon-line-top.white {
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #151515;
}

.menu-icon-line-bottom.white {
  background-color: #fff;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #151515;
}

.menu-icon-line-middle.white {
  background-color: #fff;
}

.post-tags-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-tags-heading {
  margin-right: 16px;
  margin-bottom: 0px;
}

.post-tag {
  display: inline-block;
  margin: 4px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e2e4eb;
  border-radius: 3px;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 9px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-tag:hover {
  border-color: transparent;
  background-color: #2b8dff;
  color: #fff;
}

.underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-bottom: -1px;
  margin-left: auto;
  background-color: #8e94a2;
}

.underline.white {
  background-color: #fff;
}

.clients-v2-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pagination-v1 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
}

.pagination-v2 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-image {
  width: 160px;
  height: 128px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-image: url('/static/landerb/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-url {
  margin-top: -8px;
  color: #8e94a2;
  font-size: 12px;
  line-height: 16px;
}

.search-result-url:hover {
  text-decoration: underline;
}

.search-result-info {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.pricing-v3-cells {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v3-plan-name {
  margin-right: -24px;
  margin-bottom: 16px;
  margin-left: -24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e4eb;
}

.pricing-v3 {
  top: 0px;
  width: 100%;
  min-height: 400px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e2e4eb;
}

.pricing-v3-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 32px;
  line-height: 32px;
}

.pricing-v3-plans {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
  text-align: center;
}

.pricing-v3-plans.mobile-bottom {
  display: none;
}

.pricing-v3-plans.mobile-plans {
  display: none;
}

.pricing-v3-category-heading {
  margin: 0px;
  text-transform: uppercase;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -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: 50%;
  background-color: #e2e4eb;
  background-image: url('/static/landerb/images/info-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: #d3d8e1;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-category-header {
  position: -webkit-sticky;
  position: sticky;
  top: 213px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
  background-color: #f4f5f8;
  text-align: center;
}

.pricing-v3-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 56px;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 0 0 0 #e1e6ee;
  font-weight: 600;
  text-align: center;
}

.pricing-v3-cell-description {
  width: 100%;
  margin-bottom: 4px;
  color: #7a8292;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

.pricing-v3-billing {
  margin-bottom: 16px;
  color: #8e94a2;
  font-size: 11px;
  line-height: 16px;
}

.pricing-cell-icon {
  display: block;
  width: 28px;
}

.pricing-v3-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 56px;
  padding: 9px 24px 9px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 -1px 0 0 #e1e6ee;
  color: #4d5464;
}

.pricing-v3-currency {
  margin-right: 0px;
  color: #c0c4cd;
}

.pricing-plan-cell {
  width: 25%;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  box-shadow: -1px 0 0 0 #e2e4eb;
  text-align: center;
}

.pricing-plan-cell.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.pricing-v3-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #e1e6ee;
}

.pricing-logo {
  width: 38%;
  opacity: 0.12;
}

.text-link {
  color: #2b8dff;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.checkmark-icon {
  margin-top: -2px;
  margin-right: 10px;
  color: #0bc97c;
}

.changelog-contact-text {
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.up-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #4d5464;
  background-image: url('/static/landerb/images/up-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.up-button:hover {
  background-color: #21242d;
}

.cookie-message {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21242d;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.link-white-underline {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: underline;
}

.link-white-underline:hover {
  color: #c0c4cd;
}

.logo-white {
  max-height: 100%;
  max-width: none;
}

.logo-dark {
  position: absolute;
  z-index: 1;
  max-height: 100%;
  max-width: none;
  opacity: 0;
}

.logo-text-white {
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.connect-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c0c4cd;
  border-radius: 4px;
  background-position: 280px 50%, 0px 0px;
  background-size: 26px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 2px 4px 0 rgba(90, 105, 148, 0.2);
  text-decoration: none;
}

.connect-button:hover {
  border-color: #0bc97c;
}

.telegramEnabled.hidden {
  display: none;
}

.heading-5-button {
  color: #21242d;
}

.heading-5-button.no-margin-bottom-connect-button {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.connect-button-logo {
  width: 70px;
  height: 90px;
  margin-right: 15px;
}

.connect-button-logo.telegram {
  margin-right: 10px;
  background-image: url('/static/landerb/images/Telegram_logo.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.connect-button-logo.discord {
  margin-right: 10px;
  background-image: url('/static/landerb/images/Discord-Logo-Color.png');
  background-position: 50% 50%;
  background-size: 54px;
  background-repeat: no-repeat;
}

.connect-button-logo.slack {
  margin-right: 10px;
  background-image: url('/static/landerb/images/Slack_Mark_Web.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.modal-heading-3 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
}

.text-block {
  font-family: 'Proxima Nova', sans-serif;
}

.feature-heading {
  margin-bottom: 12px;
  font-family: 'Proxima Nova', sans-serif;
}

.heading-4 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.heading-5 {
  font-family: 'Proxima Nova', sans-serif;
}

.heading-7 {
  font-family: 'Proxima Nova', sans-serif;
  color: #21242d;
  font-weight: 700;
}

.pricing-name {
  font-size: 16px;
}

.pricing-name.basic {
  font-family: 'Proxima Nova', sans-serif;
  color: #f2a327;
  font-weight: 600;
}

.pricing-name.pro {
  font-family: 'Proxima Nova', sans-serif;
  color: #26aeff;
}

.heading-9 {
  font-family: 'Proxima Nova', sans-serif;
}

.heading-10 {
  font-family: 'Proxima Nova', sans-serif;
}

.quote-highlight {
  color: #26aeff;
  font-weight: 700;
}

.tabs-content-2 {
  overflow: visible;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
}

.sign-up-modal {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

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

.testimonial-heading {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
}

.community-name {
  color: #8e94a2;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-3 {
  line-height: 28px;
}

.no-cc {
  max-width: 300px;
  margin-top: 0px;
  color: #8e94a2;
  font-size: 11px;
  line-height: 20px;
}

.invite-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.invite-page-signup {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  max-width: 460px;
  padding: 60px 0px 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.invite-page-community-logo {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-image: url('/static/landerb/images/ajualccay7jmk0bd07uf.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.invite-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invite-page-h1 {
  margin-bottom: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
}

.invite-page-header-text {
  width: 100%;
}

.invite-page-h2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 400;
}

.invite-page-video {
  height: 100%;
  max-height: 562px;
  margin-bottom: 50px;
}

.rich-text-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65em;
}

.rich-text-block h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 700;
}

.rich-text-block h4 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.65em;
  font-weight: 700;
}

.rich-text-block ul {
  margin-bottom: 24px;
}

.rich-text-block li {
  font-size: 18px;
  line-height: 1.65em;
}

.invite-page-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.invite-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 8% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 2px;
  border-color: #2b8dff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(90, 105, 148, 0.18), 0 10px 16px 0 rgba(90, 105, 148, 0.2), 0 10px 30px 6px rgba(90, 105, 148, 0.1);
  color: #21242d;
}

.invite-page-sign-up-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #740002;
}

.invite-page-info-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
}

.invite-page-h3 {
  margin-bottom: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
}

.invite-page-h3.payment {
  color: #fff;
  text-align: center;
}

.invite-page-h4 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.invite-page-powered-by {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  text-decoration: none;
}

.invite-page-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invite-page-tabs-menu.no-yearly {
  display: none;
}

.invite-page-tab-link {
  width: 48%;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #c0c4cd;
  border-radius: 6px;
  background-color: transparent;
  color: #8e94a2;
  font-weight: 600;
  text-align: center;
}

.invite-page-tab-link.w--current {
  margin-right: 0px;
  border-color: #740001;
  background-color: #740001;
  color: #fff;
}

.invite-page-pricing {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-8 {
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.invite-page-form-label {
  margin-bottom: 4px;
  color: #4d5464;
  font-size: 14px;
  font-weight: 700;
}

.invite-page-form-field {
  height: 44px;
  margin-bottom: 10px;
  border: 1px solid #c0c4cd;
  border-radius: 5px;
}

.invite-page-form-footer {
  color: #8e94a2;
  font-size: 12px;
  text-align: center;
}

.error-message {
  border-radius: 6px;
  background-color: #ffe4ba;
  text-align: center;
}

.text-block-4 {
  color: #740001;
  font-size: 14px;
}

.invite-page-form-field-coupon {
  width: 68%;
  height: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #c0c4cd;
  border-radius: 5px;
}

.invite-page-apply-coupon-button {
  width: 28%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #c0c4cd;
  font-family: 'Proxima Nova', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.community-owner {
  margin-bottom: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.pricing-heading {
  margin-bottom: 12px;
  font-family: 'Proxima Nova', sans-serif;
}

.error-message-2 {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #992d00;
  border-radius: 5px;
  background-color: rgba(255, 212, 56, 0.2);
  color: #992d00;
  font-size: 13px;
}

.success-message {
  margin-top: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #00c946;
  border-radius: 5px;
  background-color: rgba(0, 201, 70, 0.2);
  color: #00643c;
  font-weight: 600;
}

.text-block-5 {
  margin-top: 20px;
}

.email-template-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e4eb;
}

.email-template-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
}

.email-template-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #740002;
}

.email-template-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invite-template-logo {
  width: 150px;
  height: 65px;
  margin-right: 0px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-image: url('/static/landerb/images/LaunchPass_Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.email-template-h1 {
  margin-bottom: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  text-align: center;
}

.email-template-header-wrapper {
  width: 100%;
}

.email-rich-text-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65em;
}

.email-rich-text-block h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 700;
}

.email-rich-text-block h4 {
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #8e94a2;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.email-rich-text-block ul {
  margin-bottom: 24px;
}

.email-rich-text-block li {
  margin-bottom: 0.65em;
  font-size: 18px;
  line-height: 1.65em;
}

.email-rich-text-block a {
  color: #008eff;
  font-weight: 700;
  text-decoration: none;
}

.email-rich-text-block.invoice {
  margin-bottom: 24px;
  padding: 5% 5% 3%;
  border-radius: 6px;
  background-color: #f4f5f8;
}

.invoice-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-block.price {
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e2e4eb;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.email-page-content {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 60px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff;
}

.email-owered-by {
  display: block;
  margin-top: 0px;
  margin-bottom: 60px;
  color: rgba(33, 36, 45, 0.4);
  text-align: center;
  text-decoration: none;
}

.invite-page-info-side-floater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invite-page-signup-floater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.login-modal {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="sign-up-modal-close"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .section {
    padding: 80px 8px;
  }
  .section.nav-bar-v1-padding {
    padding-top: 140px;
  }
  .section.dark-mask.nav-bar-v1-padding {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: 50% 50%;
    background-size: 1400px;
  }
  .section.dark-mask.nav-bar-v1-padding._404 {
    height: 80vh;
    min-height: 600px;
  }
  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.small-padding-vertical {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section.hero-v1-section {
    padding-top: 140px;
  }
  .section.hero-v3-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .wrapper.side-paddings {
    padding-right: 32px;
    padding-left: 32px;
  }
  .no-margin {
    margin: 0px;
  }
  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .intro.left.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro.wide {
    margin-bottom: 20px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-v1 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-link {
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }
  .page-wrapper.footer-v1-padding {
    padding-bottom: 0px;
  }
  .page-wrapper.footer-v2-padding {
    padding-bottom: 0px;
  }
  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .change {
    padding: 24px;
  }
  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .button.pricing-button {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 11px;
  }
  .sg-button-block {
    width: 50%;
    padding: 8px;
  }
  .sg-button-wrapper {
    padding: 40px 20%;
  }
  .sg-buttons {
    padding-bottom: 80px;
  }
  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .sg-sidebar-heading {
    margin-bottom: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sg-sidebar-menu {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sg-sidebar-link {
    width: auto;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sg-back-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .style-block {
    text-align: left;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .nav-dropdown-list.w--open {
    margin-left: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }
  .nav-link-text {
    padding: 12px 24px;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
    color: #21242d;
  }
  .nav-link-text.w--current {
    color: #fff;
  }
  .nav-link-text.w--current:hover {
    color: #fff;
  }
  .nav-link-text.w--open {
    box-shadow: none;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
  }
  .nav-bar.transparent {
    position: absolute;
  }
  .menu-button {
    margin-left: 16px;
    border-left: 1px solid rgba(22, 26, 37, 0.1);
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #161a25;
  }
  .menu-button.transparent {
    border-left-color: hsla(0, 0%, 100%, 0.2);
  }
  .nav-bar-v1-navigation {
    padding-right: 0px;
  }
  .nav-dropdown-link {
    padding-left: 40px;
  }
  .nav-dropdown-link:hover {
    color: #fff;
  }
  .nav-dropdown-link:visited {
    color: #fff;
  }
  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }
  .nav-menu-v1 {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 100vh;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    text-align: right;
  }
  .logo-image {
    height: 44px;
  }
  .breadcrumbs {
    padding: 12px 8px;
    font-size: 9px;
  }
  .breadcrumbs-arrow {
    width: 11px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .blog-sides {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-sidebar {
    width: 50%;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .blog-side {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .post-v1 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .input.no-margin {
    margin: 0px;
  }
  .sidebar-block.sticky {
    position: static;
  }
  .paragraph-small.no-margin {
    margin: 0px;
  }
  .form-error.side-margins {
    margin-right: 8px;
    margin-left: 8px;
  }
  .button-arrow-space {
    display: none;
  }
  .post-50 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-card-v2 {
    margin-bottom: 48px;
  }
  .post-card-preview-l {
    height: 240px;
  }
  .hero-slide {
    padding-top: 8px;
  }
  .hero-v4-nav {
    height: 52px;
    font-size: 8px;
  }
  .hero-slider {
    height: 600px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .side-blocks {
    margin-bottom: -48px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .side-blocks.no-margin {
    margin: 0px;
  }
  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .side-block.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-block.no-padding-left {
    padding-left: 8.33%;
  }
  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }
  .no-padding {
    padding: 0px;
  }
  .intro-text {
    padding-top: 0px;
  }
  .cards {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-wrapper {
    width: 50%;
  }
  .card-wrapper.big {
    width: 100%;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .counter {
    padding-right: 8px;
    padding-left: 8px;
  }
  .counter-number {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .community-owner-picture._1 {
    width: 50px;
    height: 50px;
  }
  .community-owner-picture._2 {
    width: 50px;
    height: 50px;
  }
  .message {
    padding: 20px 8px;
  }
  .message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .testimonials-v1-slide {
    height: 480px;
  }
  .review-v1 {
    width: 66.66%;
    padding: 40px;
  }
  .message-text {
    font-size: 12px;
    line-height: 14px;
  }
  .message-icon {
    height: 34px;
  }
  .instagram {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram-photo-link {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v1-contact-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .instagram-hover-icon {
    display: none;
  }
  .client-v2-card {
    min-height: 168px;
    margin: 4px;
    -webkit-box-flex: 28%;
    -webkit-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }
  .client-v1-bg-text {
    top: 32px;
    right: -4px;
    font-size: 32px;
    line-height: 32px;
  }
  .client-v1-contact-card {
    margin: 4px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    -webkit-box-flex: 28%;
    -webkit-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }
  .features-v2 {
    width: 100%;
  }
  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 8px;
  }
  .content-block {
    padding: 80px 32px;
  }
  .hero-form-card {
    max-width: 100%;
  }
  .hero-form-card.pricing {
    width: 48%;
    margin-bottom: 40px;
  }
  .hero-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
  .features-v1 {
    padding-right: 16.66%;
    padding-left: 16.66%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-v1 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .feature-v1.side-borders {
    border-right-style: none;
    border-left-style: none;
  }
  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .no-padding-right {
    padding-right: 0px;
  }
  .tab-link {
    padding: 10px 20px;
    font-size: 12px;
  }
  .side-video {
    margin-right: 8px;
    margin-left: 8px;
  }
  .info-card {
    max-width: 100%;
  }
  .info-card-image {
    margin-right: 8px;
    margin-left: 8px;
  }
  .gallery {
    width: 100vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-block {
    width: 33.33%;
  }
  .side-block-short {
    width: 100%;
  }
  .side-block-wide {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .pricing-v1 {
    margin-bottom: -32px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pricing-v1-card {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
  }
  .testimonials-v2-slide {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-v1-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-v1-section.fixed {
    position: relative;
    height: auto;
  }
  .footer-v2-section.fixed {
    position: relative;
    height: auto;
  }
  .footer-v2-social-link {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .footer-v2-social-icon {
    width: 32px;
  }
  .footer-v2-block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-v2-nav {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v2-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-v2-left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-v2-nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .feature-v3 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .feature-image-v1 {
    height: 224px;
    margin-top: 1px;
  }
  .hero-panel {
    padding: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-v2-side-blocks {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-panel-heading {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-panel-form-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
  .no-padding-left {
    padding-left: 0px;
  }
  .counter-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter-card {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .video {
    height: 480px;
    margin-bottom: 64px;
  }
  .footer-v1-top-button {
    display: none;
  }
  .side-image-1 {
    min-height: 560px;
  }
  .side-grid-features {
    width: 100%;
  }
  .side-grid-feature {
    padding-top: 64px;
    padding-bottom: 44px;
  }
  .side-block-slider {
    width: 100%;
    min-height: 600px;
  }
  .pricing-v2 {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricing-v2-card {
    width: 58.33%;
    margin-right: 8px;
    margin-bottom: 40px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .side-block-full {
    width: 100%;
  }
  .contact-v1 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact-v1-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-v1-map {
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-v1-block {
    width: 100%;
    padding-right: 0px;
  }
  .post-33 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-25 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-card-preview-s {
    height: 240px;
  }
  ._404-bg-text {
    font-size: 320px;
  }
  .service-page-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .protected-page {
    padding-right: 8px;
    padding-left: 8px;
  }
  .search-results {
    width: 100%;
  }
  .full-size-map {
    height: 400px;
  }
  .side-block-contact {
    padding-left: 0%;
  }
  .side-block-contact-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-input-wrapper-50 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-input-wrapper-100 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-media {
    width: 100%;
    margin-bottom: 40px;
  }
  .side-media.left {
    width: 100%;
  }
  .side-media.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .howitworks {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }
  .testimonials-tabs {
    padding-right: 8px;
    padding-left: 8px;
  }
  .testimonials-tabs-icon {
    left: 0px;
    width: 56px;
    margin-top: -40px;
  }
  .testimonials-tabs-icon.right {
    right: 0px;
    margin-top: auto;
    margin-bottom: -40px;
  }
  .team-v1-member {
    width: 33.33%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .center-features {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .center-features-column {
    width: 50%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .center-feature {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .center-features-media {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 16%;
    padding-left: 16%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .side-features-v1 {
    padding-top: 16px;
  }
  .blog-post-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .coming-soon {
    padding-right: 8px;
    padding-left: 8px;
  }
  .feature-image-v2 {
    height: 224px;
    margin-top: 1px;
  }
  .dashboard {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }
  .faq {
    max-width: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-column {
    padding-right: 8px;
    padding-left: 8px;
  }
  .question {
    padding-right: 8px;
  }
  .side-features-v2 {
    padding-top: 16px;
  }
  .feature-v4 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-v3-image {
    position: relative;
    width: 100%;
    height: 520px;
    background-position: 50% 0px;
    background-size: contain;
  }
  .hero-v3-play-button {
    top: 0px;
  }
  .layout-card {
    padding: 48px;
  }
  .sg-color-block {
    width: 33.33%;
    padding: 8px;
  }
  .menu-button-2 {
    width: 72px;
    height: 72px;
    margin-left: 16px;
    padding: 26px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #161a25;
  }
  .underline {
    display: none;
  }
  .clients-v2-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-result-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-v3-plan-name {
    margin-right: -16px;
    margin-left: -16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pricing-v3 {
    width: 100vw;
  }
  .pricing-v3-plans {
    top: 0px;
  }
  .pricing-v3-category-heading {
    margin: 0px;
    font-size: 13px;
  }
  .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pricing-v3-category-header {
    top: 185px;
    padding-right: 20px;
    padding-left: 18px;
  }
  .pricing-cell-icon {
    width: 24px;
  }
  .pricing-v3-row-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pricing-plan-cell {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .pricing-logo {
    width: 54%;
  }
  .up-button {
    display: none;
  }
  .connect-button {
    background-position: 88% 50%, 0px 0px;
  }
  .feature-heading {
    line-height: 40px;
  }
  .heading-5 {
    line-height: 40px;
  }
  .heading-7 {
    line-height: 40px;
  }
  .testimonial-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .invite-page-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .invite-page-community-logo {
    width: 88px;
    height: 88px;
    margin-right: 25px;
  }
  .invite-page-header {
    margin-bottom: 40px;
  }
  .invite-page-video {
    margin-bottom: 40px;
  }
  .invite-page-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .invite-page-form {
    max-width: 100%;
    padding: 35px 35px 25px;
  }
  .invite-page-sign-up-side {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .invite-page-info-side {
    width: 75%;
  }
  .community-owner {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .pricing-heading {
    line-height: 40px;
  }
  .email-template-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .email-template-top {
    width: 75%;
  }
  .email-template-bottom {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .email-template-header {
    margin-bottom: 0px;
  }
  .invite-template-logo {
    width: 150px;
    height: 50px;
    margin-right: 0px;
  }
  .email-page-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section.nav-bar-v1-padding {
    padding-top: 124px;
  }
  .section.dark-mask.nav-bar-v1-padding {
    margin-top: 50px;
    padding: 60px 0px;
    background-size: 1200px;
  }
  .section.dark-mask.testimonial-1 {
    padding-top: 120px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 1200px, 1200px, auto;
  }
  .section.dark-mask.testimonial-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-size: 1200px, 1200px;
  }
  .section.color-1.no-padding-vertical {
    height: auto;
    min-height: auto;
  }
  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.small-padding-vertical {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.hero-v3-section {
    padding-bottom: 64px;
  }
  .section.features_2 {
    padding-top: 0px;
  }
  .section.pricing {
    background-size: 1200px;
  }
  .section.faqbg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper.nav-bar-v1-wrapper {
    height: 80px;
    min-height: auto;
    padding-top: 7px;
  }
  .wrapper.side-paddings {
    padding-right: 17px;
    padding-left: 17px;
  }
  .wrapper.service-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .no-margin {
    margin: 0px;
  }
  .intro {
    margin-bottom: 48px;
  }
  .title.big {
    margin-bottom: 16px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-link {
    margin-left: 25px;
  }
  .changelog {
    width: 100%;
  }
  .licence-items {
    width: 100%;
  }
  .licence-item {
    padding: 32px;
  }
  .licence-item-info {
    padding-left: 32px;
  }
  .button.call-back-button {
    margin-top: 8px;
  }
  .button.color-4 {
    display: none;
  }
  .button.color-4.hero-button._404 {
    display: block;
    height: 50px;
    padding-left: 44px;
    background-size: 15px;
  }
  .button.color-4.close {
    display: block;
    line-height: 10px;
  }
  .button.invite-page-button {
    margin-top: 0px;
  }
  .sg-button-wrapper {
    padding: 32px 16%;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .nav-link-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-image {
    height: 40px;
  }
  .text.hero-text {
    width: 100%;
  }
  .blog-sidebar {
    width: 66.66%;
  }
  .input.no-margin {
    margin: 0px;
  }
  .paragraph-small.text-grey.invite-page-pricing-small-text {
    font-size: 12px;
  }
  .paragraph-small.no-margin {
    margin: 0px;
  }
  .post-50 {
    width: 100%;
  }
  .post-card-preview-l {
    height: 320px;
  }
  .inline-elements {
    padding-right: 8px;
    padding-left: 8px;
  }
  .paragraph-big {
    font-size: 16px;
  }
  .paragraph-big.dark-text {
    margin-bottom: 10px;
  }
  .hero-slider {
    height: 480px;
  }
  .side-blocks {
    padding-left: 25px;
  }
  .side-blocks.no-margin {
    margin: 0px;
  }
  .side-block.no-padding {
    margin-bottom: 32px;
  }
  .side-block.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .no-padding {
    padding: 0px;
  }
  .card {
    min-height: 320px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .counters {
    margin-bottom: -48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter {
    width: 50%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .community-owner-picture._1 {
    margin-bottom: 0px;
  }
  .community-owner-picture._2 {
    margin-bottom: 0px;
  }
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .review-v1 {
    margin-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .review-v1-text {
    font-size: 16px;
    line-height: 24px;
  }
  .review-v1-avatar {
    margin-bottom: 24px;
  }
  .review-v1-info {
    padding-left: 0px;
  }
  .review-v1-icon {
    top: 24px;
    right: 24px;
    bottom: auto;
  }
  .message-text {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .message-icon {
    height: 30px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .client-v2-card {
    min-height: 25vw;
  }
  .client-v1-bg-text {
    top: 20px;
  }
  .client-v1-contact-card {
    min-height: 25vw;
    padding: 40px 20px 16px;
  }
  .footer-v1-nav-link {
    margin-right: 20px;
    font-size: 9px;
  }
  .features-v2 {
    margin-bottom: -48px;
    padding-right: 8.33%;
  }
  .feature-v2 {
    width: 100%;
  }
  .content-block {
    padding: 64px 24px;
  }
  .hero-form-card {
    padding: 30px 30px 35px;
  }
  .hero-form-card.pricing {
    width: 100%;
  }
  .hero-heading-1 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }
  .features-v1 {
    padding-right: 12%;
    padding-left: 12%;
  }
  .no-padding-right {
    padding-right: 0px;
  }
  .tabs-menu {
    margin-bottom: 64px;
  }
  .info-card {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-card-content {
    padding-top: 24px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .info-card-image {
    width: 66.66%;
  }
  .gallery-block {
    width: 50%;
  }
  .gallery-block.button-block {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .gallery-block.quote-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pricing-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-v1-card {
    padding-right: 15%;
    padding-left: 15%;
  }
  .testimonials-v2-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-v2-social-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-v2-social-icon {
    width: 24px;
  }
  .footer-v2-nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
  .features-v3.margin-bottom {
    margin-bottom: 0px;
  }
  .feature-image-v1 {
    height: 184px;
  }
  .hero-panel-heading {
    margin-bottom: 24px;
  }
  .hero-panel-form-wrapper {
    margin-bottom: 0px;
  }
  .hero-panel-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-panel-input-block {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .no-padding-left {
    padding-left: 0px;
  }
  .video {
    height: 360px;
    margin-bottom: 48px;
    padding: 16px;
  }
  .video-info-panel {
    padding-right: 16px;
    padding-left: 12px;
  }
  .footer-bottom-left {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .side-image-1 {
    min-height: 400px;
  }
  .side-grid-feature {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .side-block-slider {
    min-height: 480px;
  }
  .pricing-v2-card {
    width: 75%;
  }
  .side-block-full {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .contact-v1-card {
    padding: 40px;
  }
  .contact-v1-map {
    height: 280px;
  }
  .post-33 {
    width: 100%;
  }
  .post-25 {
    width: 100%;
  }
  .post-card-preview-s {
    height: 320px;
  }
  ._404-bg-text {
    font-size: 264px;
  }
  .service-page-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .full-size-map {
    height: 280px;
  }
  .testimonials-tabs {
    max-width: 100%;
  }
  .review-tab {
    font-size: 16px;
    line-height: 28px;
  }
  .review-tab-author {
    margin-top: 20px;
  }
  .review-tab-menu {
    margin-bottom: 20px;
  }
  .review-tab-link {
    margin: 4px;
  }
  .review-tab-avatar {
    width: 40px;
    height: 40px;
  }
  .review-tab-rating {
    margin-bottom: 16px;
  }
  .team-v1-member {
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .center-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .center-features-column {
    width: 50%;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }
  .center-feature {
    margin-bottom: 24px;
  }
  .center-features-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 25%;
    padding-left: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-image-v2 {
    height: 184px;
  }
  .faq-column {
    width: 100%;
  }
  .question {
    padding-right: 0px;
  }
  .feature-v4-image {
    height: 184px;
  }
  .hero-v3-image {
    height: 400px;
  }
  .layout-card {
    padding: 32px 5vw;
  }
  .sg-color-card {
    height: 120px;
  }
  .menu-button-2 {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .pricing-v3-plan-name {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    font-size: 13px;
  }
  .pricing-v3-plan-name.mobile-plan-name {
    display: block;
    overflow: hidden;
    margin: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e4eb;
  }
  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }
  .pricing-v3-plans {
    position: static;
  }
  .pricing-v3-plans.mobile-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e1e6ee;
  }
  .pricing-v3-plans.mobile-plans {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-v3-category-heading {
    margin: 0px;
    font-size: 11px;
  }
  .pricing-v3-category-header {
    top: 40px;
    padding: 8px 16px 8px 14px;
  }
  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }
  .pricing-v3-row-header {
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    border-bottom: 1px solid #e1e6ee;
    font-size: 12px;
    line-height: 16px;
  }
  .pricing-v3-currency {
    margin-top: 0px;
    margin-left: -11px;
    font-size: 14px;
  }
  .pricing-plan-cell {
    width: 33.33%;
    padding-top: 16px;
  }
  .pricing-plan-cell.first {
    display: none;
  }
  .pricing-v3-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .changelog-contact-text {
    font-size: 12px;
    line-height: 20px;
  }
  .connect-button {
    height: 80px;
    margin-bottom: 14px;
  }
  .connect-button-logo.slack {
    height: 80px;
  }
  .text-block {
    font-size: 12px;
  }
  .div-block-3 {
    width: 90%;
  }
  .sign-up-modal {
    padding-top: 10vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-heading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-align: left;
  }
  .invite-page-signup {
    max-width: 440px;
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .invite-page-community-logo {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .invite-page-header {
    margin-bottom: 40px;
  }
  .invite-page-h1 {
    font-size: 20px;
  }
  .invite-page-h2 {
    font-size: 16px;
  }
  .invite-page-video {
    margin-bottom: 30px;
  }
  .rich-text-block p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .rich-text-block h2 {
    font-size: 20px;
  }
  .rich-text-block h4 {
    font-size: 16px;
  }
  .rich-text-block ul {
    margin-bottom: 16px;
  }
  .rich-text-block li {
    font-size: 16px;
  }
  .invite-page-form {
    padding: 30px 30px 35px;
  }
  .invite-page-info-side {
    width: 100%;
    max-width: 440px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .invite-page-h3.payment {
    font-size: 20px;
  }
  .invite-page-h4 {
    font-size: 16px;
  }
  .invite-page-powered-by {
    font-size: 12px;
  }
  .invite-page-tabs-menu {
    margin-bottom: 20px;
  }
  .invite-page-pricing {
    font-size: 30px;
  }
  .invite-page-form-label {
    font-size: 13px;
  }
  .invite-page-form-field {
    height: 41px;
    margin-bottom: 8px;
  }
  .error-message-2 {
    font-size: 11px;
    line-height: 18px;
  }
  .email-template-top {
    width: 100%;
    max-width: 440px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .email-template-header {
    margin-bottom: 0px;
  }
  .invite-template-logo {
    width: 150px;
    height: 40px;
    margin-right: 15px;
  }
  .email-template-h1 {
    font-size: 20px;
  }
  .email-rich-text-block p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .email-rich-text-block h2 {
    font-size: 20px;
  }
  .email-rich-text-block h4 {
    font-size: 13px;
  }
  .email-rich-text-block ul {
    margin-bottom: 16px;
  }
  .email-rich-text-block li {
    font-size: 16px;
  }
  .email-owered-by {
    font-size: 12px;
  }
  .login-modal {
    padding-top: 10vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .section.dark-mask.nav-bar-v1-padding {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section.dark-mask.testimonial-1 {
    padding-top: 100px;
  }
  .section.dark-mask.testimonial-2 {
    padding-bottom: 100px;
  }
  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.features_1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.features_2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.pricing {
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .wrapper.side-paddings {
    padding-right: 12px;
    padding-left: 12px;
  }
  .text-white {
    font-size: 14px;
  }
  .no-margin {
    margin: 0px;
  }
  .intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro.wide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-v1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-link {
    margin-right: 0px;
    margin-left: 20px;
  }
  .page-wrapper.footer-v2-padding._404 {
    height: 90vh;
  }
  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licence-item-info {
    margin-top: 16px;
    padding-left: 0px;
    text-align: center;
  }
  .button.margin-left {
    margin-top: 12px;
    margin-left: 0px;
  }
  .button.color-4.hero-button._404 {
    height: 47px;
    background-size: 12px;
  }
  .button.color-4.close {
    width: 60px;
    height: 30px;
    margin-bottom: -20px;
    padding: 8px 10px;
    font-size: 8px;
    line-height: 8px;
  }
  .button.search-button {
    margin-top: -8px;
    margin-left: 0px;
  }
  .button.pricing-button {
    background-image: url('/static/landerb/images/buy-icon-white.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: transparent;
  }
  .button.invite-page-button {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
  }
  .sg-button-block {
    width: 100%;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .nav-link-text {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  .nav-menu-v1 {
    padding-right: 20px;
  }
  .logo-image {
    height: 36px;
  }
  .text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .text.hero-text {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .text.modal-text {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .blog-sidebar {
    width: 100%;
  }
  .input.no-margin {
    margin: 0px;
  }
  .paragraph-small.text-grey.free {
    margin-bottom: 0px;
  }
  .paragraph-small.no-margin {
    margin: 0px;
  }
  .post-card-preview-l {
    height: 232px;
  }
  .slider-arrow {
    display: none;
  }
  .inline-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .paragraph-big.dark-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-slider {
    height: 560px;
  }
  .side-blocks {
    padding-right: 20px;
    padding-left: 20px;
  }
  .side-blocks.mobile-reverse {
    padding-right: 20px;
    padding-left: 20px;
  }
  .side-blocks.no-margin {
    margin: 0px;
  }
  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-block.no-padding {
    margin-bottom: 24px;
  }
  .side-block.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-block.no-padding-left {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .no-padding {
    padding: 0px;
  }
  .card-wrapper {
    width: 100%;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .counter {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .counter-number {
    font-family: 'Proxima Nova', sans-serif;
  }
  .community-owner-picture._1 {
    width: 55px;
    height: 55px;
  }
  .community-owner-picture._2 {
    width: 55px;
    height: 55px;
  }
  .message {
    padding: 14px 0px 10px;
    text-align: center;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .testimonials-v1-arrow.right {
    display: none;
  }
  .testimonials-v1-arrow.left {
    display: none;
  }
  .review-v1 {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px;
  }
  .message-text {
    font-size: 12px;
  }
  .message-icon {
    display: none;
    margin-bottom: 10px;
  }
  .instagram-link {
    padding: 16px 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .client-v2-card {
    width: 100%;
    min-height: 40vw;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .client-v1-contact-card {
    min-height: 40vw;
  }
  .footer-v1-panel {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-v1-nav {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-v1-nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }
  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }
  .hero-form-card {
    padding: 20px 20px 25px;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(90, 105, 148, 0.3), 0 5px 20px 6px rgba(91, 105, 148, 0.24);
  }
  .hero-form-card.pricing.basic {
    padding: 30px 27px;
  }
  .hero-form-card.pricing.pro {
    padding: 30px 27px;
  }
  .hero-form-card.modal {
    border-style: none;
    box-shadow: none;
  }
  .hero-text-tiny {
    max-width: none;
    font-size: 12px;
  }
  .hero-heading-1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }
  .features-v1 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-info.place-top {
    padding-right: 0px;
    padding-left: 0px;
  }
  .no-padding-right {
    padding-right: 0px;
  }
  .tabs-menu {
    width: 100%;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 28px;
    padding-left: 28px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e2e4eb;
    border-bottom-width: 1px;
    border-bottom-color: #e2e4eb;
    text-align: center;
  }
  .info-card {
    padding: 40px;
  }
  .info-card-image {
    width: 100%;
    max-width: 100%;
  }
  .gallery-block.button-block {
    width: 100%;
    height: 68vw;
  }
  .gallery-block.quote-block {
    width: 100%;
  }
  .gallry-quote {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .side-block-wide {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .pricing-v1-card {
    padding-right: 10%;
    padding-left: 10%;
  }
  .pricing-tag {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }
  .pricing-v1-list-item {
    padding-left: 20px;
    background-size: 11px;
  }
  .testimonials-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .testimonials-v2-mask {
    overflow: visible;
  }
  .review-v2 {
    padding: 40px 12%;
  }
  .footer-v1-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-v2-social-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .feature-v3 {
    width: 100%;
  }
  .feature-image-v1 {
    height: 216px;
  }
  .hero-panel {
    padding: 32px;
  }
  .hero-v2-side-blocks {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .no-padding-left {
    padding-left: 0px;
  }
  .counter-card {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .video {
    height: 296px;
    padding: 12px;
  }
  .video-info-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .video-info {
    margin-bottom: 4px;
    padding-right: 0px;
  }
  .video-avatar {
    width: 36px;
    height: 36px;
    margin-top: 0px;
  }
  .side-image-1 {
    min-height: 360px;
  }
  .side-grid-feature {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .side-slide-card {
    width: 92%;
  }
  .pricing-v2-card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .pricing-v2-info {
    padding: 24px;
  }
  .pricing-v2-list {
    margin-bottom: 24px;
  }
  .side-block-full {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact-v1-card {
    padding: 24px;
  }
  .contact-v1-map {
    margin-bottom: 32px;
  }
  .post-card-preview-s {
    height: 232px;
  }
  ._404-bg-text {
    font-size: 160px;
  }
  .password-card {
    min-width: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search {
    width: 100%;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-result-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-input-wrapper-50 {
    width: 100%;
  }
  .side-media {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-media.left {
    margin-bottom: 20px;
  }
  .side-media.right {
    margin-bottom: 20px;
  }
  .howitworks {
    width: 100%;
  }
  .review-tab-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonials-tabs-icon {
    display: none;
  }
  .team-v1-member {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .center-features-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-features-media {
    padding-right: 16%;
    padding-left: 16%;
  }
  .side-feature-v1 {
    width: 100%;
  }
  .coming-soon-card {
    padding: 48px 10%;
  }
  .feature-image-v2 {
    height: 216px;
  }
  .dashboard {
    width: 100%;
  }
  .faq-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-block {
    margin-bottom: 0px;
  }
  .side-feature-v2 {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .side-features-v2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature-v4 {
    width: 100%;
  }
  .feature-v4-image {
    height: 208px;
  }
  .hero-v3-image {
    height: 280px;
  }
  .layout-card {
    padding: 10vw;
  }
  .sg-color-block {
    width: 100%;
  }
  .pagination-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagination-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-result-image {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }
  .search-result-info {
    padding-left: 0px;
  }
  .pricing-v3 {
    border-radius: 0px;
  }
  .pricing-v3-category-heading {
    margin: 0px;
  }
  .pricing-v3-billing {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-v3-row-header {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pricing-v3-currency {
    margin-right: 2px;
    margin-left: -10px;
  }
  .pricing-plan-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkmark-icon {
    margin-top: 2px;
  }
  .connect-button {
    height: 70px;
    margin-bottom: 13px;
    padding-left: 0px;
    border-radius: 3px;
    background-position: 93% 50%, 0px 0px;
    background-size: 20px, auto;
  }
  .connect-button:hover {
    border-style: solid;
    border-color: #c0c4cd;
  }
  .heading-5-button.no-margin-bottom-connect-button {
    margin-top: -1px;
    font-size: 13px;
    line-height: 16px;
  }
  .connect-button-logo.telegram {
    width: 40px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 30px;
  }
  .connect-button-logo.discord {
    width: 40px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 30px;
  }
  .connect-button-logo.slack {
    width: 40px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 50px;
  }
  .modal-heading-3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }
  .text-block {
    line-height: 25px;
  }
  .heading-5 {
    font-weight: 700;
  }
  .heading-9 {
    text-align: left;
  }
  .heading-10 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .testimonial-heading {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
  }
  .community-name {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .no-cc {
    margin-top: 0px;
    font-size: 12px;
  }
  .invite-page-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .invite-page-signup {
    max-width: none;
    padding-bottom: 50px;
  }
  .invite-page-community-logo {
    width: 55px;
    height: 55px;
    margin-right: 13px;
  }
  .invite-page-h1 {
    font-size: 20px;
  }
  .invite-page-h2 {
    font-size: 15px;
  }
  .rich-text-block p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .rich-text-block h2 {
    font-size: 18px;
  }
  .rich-text-block h4 {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .rich-text-block ul {
    margin-bottom: 15px;
  }
  .rich-text-block li {
    font-size: 15px;
  }
  .invite-page-form {
    padding: 20px 5vw;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(90, 105, 148, 0.3), 0 5px 20px 6px rgba(91, 105, 148, 0.24);
  }
  .invite-page-sign-up-side {
    padding-right: 20px;
    padding-left: 20px;
  }
  .invite-page-info-side {
    padding-right: 20px;
    padding-left: 20px;
  }
  .invite-page-h3.payment {
    font-size: 18px;
  }
  .invite-page-h4 {
    font-size: 14px;
  }
  .invite-page-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    font-size: 12px;
  }
  .invite-page-pricing {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 40px;
  }
  .invite-page-form-label {
    font-size: 11px;
    font-weight: 700;
  }
  .invite-page-form-field {
    margin-bottom: 5px;
    border-radius: 4px;
  }
  .invite-page-form-field-coupon {
    margin-bottom: 5px;
  }
  .invite-page-apply-coupon-button {
    font-size: 12px;
  }
  .community-owner {
    margin-top: 10px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
  }
  .error-message-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .success-message {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .text-block-5 {
    font-size: 12px;
  }
  .email-template-top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .email-template-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
  .invite-template-logo {
    width: 150px;
    height: 35px;
    margin-right: 13px;
  }
  .email-template-h1 {
    font-size: 20px;
  }
  .email-rich-text-block p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .email-rich-text-block h2 {
    font-size: 18px;
  }
  .email-rich-text-block h4 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .email-rich-text-block ul {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .email-rich-text-block li {
    font-size: 15px;
  }
  .invoice-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .email-page-content {
    padding: 25px;
    border-radius: 4px;
  }
}

#w-node-6fd35b61c2c2-906fee29 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6fd35b61c2c4-906fee29 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6fd35b61c2c6-906fee29 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6fd35b61c2c8-906fee29 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6fd35b61c2ca-906fee29 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-6fd35b61c2cc-906fee29 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c487e764b6f0-e76fee92 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-023f3a0eab0e-e76fee92 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-271ccc6f6535-e76fee92 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-9fde4b093647-e76fee92 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4be15ce06eeb-e76fee92 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d71517af9c62-e76fee92 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c8518edd31e0-486fef51 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8518edd31e2-486fef51 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c8518edd31e4-486fef51 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c8518edd31e6-486fef51 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c8518edd31e8-486fef51 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c8518edd31ea-486fef51 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}