body {
  height: 100%;
  background-color: #292929;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #383838;
}

.button.intro-button {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 11px 25px;
  border: 1px solid #e31064;
  border-radius: 3px;
  background-color: #e31064;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
}

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

.button.feature-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -1px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 2px;
  padding: 15px 25px;
  float: none;
  clear: none;
  border-radius: 2px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button.feature-button:hover {
  background-color: #ffa300;
}

.button.feature-button.feature-button-tab.features-button-h.feature-button-m {
  font-family: source-han-sans-japanese, sans-serif;
}

.button.price-button {
  margin-top: 0px;
  padding: 14px 25px;
  background-color: #e31064;
  font-weight: 700;
  text-transform: uppercase;
}

.button.price-button:hover {
  background-color: #ed5c96;
}

.button.submit-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.button.dark {
  background-color: #000;
}

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

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

.hero {
  height: 800px;
  background-color: #2f3d40;
  background-image: url('../images/dsc01237.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container {
  position: relative;
  height: 100%;
  padding-top: 230px;
}

.hero-container.hero-container-custom {
  padding-top: 130px;
}

.hero-text-block {
  position: relative;
  z-index: 500;
  width: 540px;
  float: left;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.hero-title.title-2 {
  margin-top: 21px;
  font-family: 'Noto Sans';
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

.hero-title.title-2.hero-title-mobile {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 30px;
}

.hero-title.word {
  display: inline-block;
  margin-right: 14px;
  font-size: 58px;
  line-height: 55px;
  font-weight: 900;
}

.hero-title.word.hero-title-custom {
  margin-right: 50px;
  font-family: 'Noto Sans';
  font-size: 38px;
  line-height: 55px;
}

.hero-button {
  display: inline-block;
  margin-right: 6px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #ffa300;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #ffc200;
}

.hero-button._2 {
  display: none;
  overflow: visible;
  background-color: #ffa300;
}

.hero-button._2:hover {
  background-color: #fcdc35;
}

.hero-image {
  position: absolute;
  top: 215px;
  right: 50px;
  height: 440px;
}

.hero-image.macbook {
  position: absolute;
  top: 0px;
  right: -180px;
  height: 370px;
  margin-top: 150px;
}

.hero-image.macbook.macbookmobile {
  margin-top: 60px;
}

.hero-image.phone-white {
  top: 223px;
  right: -105px;
  height: 420px;
}

.hero-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(133, 152, 170, .29);
}

.hero-overlay.customhero {
  position: static;
  right: 0px;
  bottom: 0px;
  height: 70%;
  background-image: url('../images/facebook-wallpaper-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  float: none;
  background-color: #fff;
  font-family: 'Noto Sans';
}

.section.tint {
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.tint.tint2 {
  background-color: #26acc7;
  background-image: url('../images/facebook-wallpaper-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.products {
  height: 490px;
  background-color: #26acc7;
  color: #fff;
}

.section.brands-section {
  padding-bottom: 85px;
}

.section.dark {
  background-color: #292929;
  color: #fff;
}

.section.tint3 {
  background-color: hsla(0, 0%, 100%, .7);
  background-image: url('../images/BG-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.section_fb {
  background-image: url('../images/facebook-wallpaper-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.dynamic-section {
  background-color: #fff;
  background-image: url('../images/facebook-wallpaper-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.section-dynamic {
  background-image: url('../images/insta_back.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.container-dynamic {
  padding-top: 0px;
  padding-bottom: 90px;
}

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

.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}

.section-title-block.centered {
  margin-bottom: 0px;
  text-align: center;
}

.section-title-block.testimonials {
  margin-bottom: 55px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title.subtitle {
  font-family: 'Noto Sans';
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
}

.section-title.subtitle.subtitlesmaller {
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'Noto Sans';
  font-size: 25px;
}

.section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab.top {
  font-size: 26px;
  font-weight: 700;
}

.section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab.down {
  font-size: 17px;
  font-weight: 300;
}

.section-title.sns_title {
  padding-top: 50px;
}

.section-title.section_title_smaller {
  font-family: 'Noto Sans';
  font-size: 25px;
}

.section-title.section_title_smaller.mobile-title {
  font-family: source-han-sans-japanese, sans-serif;
  color: #4b4a4a;
  font-size: 26px;
}

.brand-logo {
  display: inline-block;
  height: 60px;
  margin: 10px 2%;
  border-bottom-style: none;
  border-bottom-color: #000;
  opacity: 1;
  line-height: 21px;
}

.container {
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  color: #333;
  text-align: left;
}

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

.section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #ff1774;
}

.section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
}

.section-divider-line.models-divider {
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: hsla(0, 0%, 100%, .29);
}

.nav-link {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  font-size: 14px;
}

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

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

.nav-link.contact_link.invisible {
  display: none;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
}

.logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.intro-row {
  margin-bottom: 45px;
}

.intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.intro-button-wrapper {
  position: relative;
}

.intro-button-line {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.intro-icon {
  height: 65px;
  margin-bottom: 27px;
}

.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}

.link:hover {
  color: #000;
}

.link.below-paragraph {
  display: block;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e31064;
  text-decoration: none;
}

.link.below-paragraph:hover {
  color: #000;
  text-decoration: underline;
}

.link.footer-link {
  display: block;
  color: #a8a8a8;
}

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

.link.footer-text-link {
  font-family: 'Noto Sans';
}

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

.image-section {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.image-section-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(69, 87, 102, .4);
  color: #fff;
}

.image-section-overlay._2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.image-section-overlay._2.section_back_1 {
  background-image: url('../images/cloud-clockwork.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.image-section-overlay._2.section_back_2 {
  background-image: url('../images/speech.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-section-overlay.section_back_3 {
  background-image: url('../images/facebook-min.jpg');
  background-position: 0px 0px;
  background-size: 1920px;
}

.large-phone-mockup {
  position: absolute;
  left: -173px;
  top: -168px;
  height: 795px;
}

.column-title-block {
  margin-bottom: 21px;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  width: 24px;
  margin-right: 13px;
  float: left;
}

.check-list-item {
  margin-bottom: 10px;
}

.check-list-item.last {
  margin-bottom: 0px;
}

.checklist-title {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-title.subtitle {
  font-size: 17px;
  font-weight: 300;
}

.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-block {
  position: relative;
  padding: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 4px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .2);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
}

.feature-block:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.feature-block.feature-box-pc {
  height: 430px;
}

.feature-block.feature-box-pc.feature-box-tab.feature-box-h.feature-block-m {
  height: 340px;
}

.feature-block.feature-box-pc.feature-box-tab.feature-box-h.feature-box-l {
  height: 340px;
}

.features-row {
  margin-top: 51px;
}

.footer {
  padding-top: 75px;
  background-color: #000;
  color: #b3b3b3;
}

.bottom-footer {
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #292929;
  background-image: url('../images/insta_back.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.bottom-footer-text {
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  font-size: 12px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}

.large-column-title {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
}

.models-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 14px;
  float: left;
}

.models-slider {
  display: inline-block;
  width: 570px;
  height: 300px;
  float: right;
  background-color: transparent;
}

.models-slide {
  text-align: center;
}

.model-image {
  height: 300px;
}

.model-image.iphone {
  height: 280px;
  margin-top: 16px;
}

.model-image.ipad {
  margin-top: 18px;
}

.model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.model-slider-arrow {
  width: 40px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}

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

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

.page-header.contact {
  background-image: url('../images/dsc01237.jpg');
}

.page-header._404-page {
  height: 100%;
}

.page-header.contact_header {
  background-image: url('../images/top-eye-catch.jpg');
}

.page-header.header_google {
  background-image: url('../images/google_background.jpg');
  background-size: cover;
}

.page-header.page_header_facebook {
  background-image: url('../images/facebook-wallpaper-23.jpg');
  background-size: cover;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 175px;
  padding-bottom: 105px;
  background-color: rgba(29, 48, 66, .29);
}

.page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
}

.page-header-overlay.page-header-feed {
  background-image: url('../images/rubikfeed_wp-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.page-header-overlay.page-overlay-google {
  background-image: url('../images/google_background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.page-header-overlay.page-overlay-facebook {
  background-image: url('../images/facebook-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.page-header-overlay.page-optim-header {
  background-image: url('../images/optimizer_background.png');
  background-size: cover;
}

.page-header-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-bottom: 0px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

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

.page-header-container.always-centered {
  text-align: center;
}

.page-header-content-container {
  margin-top: 75px;
}

.pricing-column {
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-block {
  overflow: hidden;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .5);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.pricing-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
}

.pricing-title.monthly {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}

.pricing-title._2 {
  font-family: 'Noto Sans';
  color: #e31064;
  font-size: 29px;
}

.pricing-title._2.mobile_pricing {
  font-size: 26px;
}

.pricing-title._3 {
  color: #26acc7;
}

.pricing-price-wrapper {
  padding: 25px;
  background-color: #fff;
}

.pricing-feature-list {
  margin-top: -20px;
}

.pricing-feature-list-item {
  padding: 9px 25px;
  border-top: 1px solid #e3e3e3;
  background-color: #fff;
}

.pricing-feature-text {
  font-family: Raleway, sans-serif;
}

.pricing-feature-text.mobile_pricing_2 {
  font-family: 'Noto Sans';
}

.pricing-button-wrapper {
  padding: 25px;
  background-color: #1d3042;
}

.contact-form {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

.field {
  height: 50px;
  margin-bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: #000;
}

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

.field:focus {
  border-color: #26acc7;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .6);
}

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

.column-left {
  padding-right: 90px;
  font-family: source-han-sans-japanese, sans-serif;
}

.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: #e31064;
  color: #fff;
}

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

.info-image-block {
  position: absolute;
  top: -35px;
  right: -80px;
  z-index: 20;
  width: 625px;
}

.info-image-block.left {
  left: -160px;
  top: -35px;
  right: auto;
}

.info-tooltip-block {
  position: absolute;
  left: 0px;
  top: 106px;
}

.info-tooltip-block._2 {
  left: auto;
  top: 180px;
  right: 0px;
  text-align: right;
}

.info-tooltip-block._3 {
  left: -100px;
}

.info-tooltip-line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: #e31064;
}

.info-tooltip-line._2 {
  width: 260px;
}

.info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 4px solid #e31064;
  border-radius: 100%;
  background-color: #fff;
}

.info-tooltip-circle.left {
  left: 0px;
  top: -9px;
  right: auto;
}

.info-tooltip-text {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.testimonial-block {
  position: relative;
  min-height: 120px;
  margin-top: 13px;
  padding-top: 27px;
  padding-left: 125px;
  border-top: 1px solid rgba(0, 0, 0, .09);
  opacity: 1;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 100%;
}

.testimonial-name {
  display: inline-block;
  margin-top: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}

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

.footer-column {
  font-family: 'Noto Sans';
  text-align: left;
}

.footer-link {
  color: #919191;
}

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

.footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
}

.footer-list {
  font-family: source-han-sans-japanese, sans-serif;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  font-family: source-han-sans-japanese, sans-serif;
  color: #c9c9c9;
}

.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.footer-gray-social-block:hover {
  opacity: 1;
}

.footer-gray-social-icon {
  height: 22px;
}

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

.photo-section-overlay {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(0, 0, 0, .58);
  color: #fff;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.features-block {
  position: relative;
  padding-top: 4px;
  padding-left: 44px;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  opacity: 0.3;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.feature-paragraph {
  color: #a8a8a8;
}

.facts-section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ebebeb;
}

.facts-column {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c1c1c;
  text-align: center;
}

.facts-column:hover {
  color: #e31064;
}

.facts-title {
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 38px;
  font-weight: 900;
}

.facts-title.description {
  margin-top: 14px;
  color: #737373;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.clients-title {
  margin-bottom: 17px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.clients-col-left {
  padding-right: 25px;
}

.clients-col-right {
  padding-left: 25px;
}

.process-bar-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.process-bar {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 61%, .49);
}

.process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #e31064;
}

.process-bar-fill.bar_90 {
  width: 90%;
}

.process-bar-fill.bar_70 {
  width: 70%;
}

.process-bar-fill.bar_100 {
  width: 100%;
}

.process-bar-fill.bar_50 {
  position: static;
  width: 50%;
}

.process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #868686;
  font-size: 13px;
  font-weight: 700;
}

.process-bar-title.number {
  float: right;
  opacity: 0.4;
  color: #fff;
}

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

.success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: #fff;
  text-align: center;
}

.error-bg {
  padding-top: 16px;
  border-radius: 50px;
  color: #e31064;
  text-align: center;
}

.small-link-icon {
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}

.dropdown {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 30px;
  color: hsla(0, 0%, 100%, .65);
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

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

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

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 13px;
  text-decoration: none;
}

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

.dropdown-link.w--current {
  color: #26acc7;
}

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

.features-box {
  font-family: 'Noto Sans';
}

.features-box.paragraph_large {
  font-family: 'Noto Sans';
}

.features-box.features-box-pc {
  height: 200px;
}

.features-box.features-box-pc.features-box-h {
  height: 120px;
  font-family: source-han-sans-japanese, sans-serif;
}

.call_us {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  float: right;
  background-color: transparent;
}

.company_info {
  font-size: 17px;
  line-height: 33px;
}

.company_info_logo {
  float: right;
}

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

.row_steps {
  margin-bottom: 30px;
}

.tint4 {
  color: #fff;
}

.paragrahp_dark {
  color: #868686;
}

.paragraph_dark {
  color: #868686;
}

.paragraph_dark.paragraph_large {
  font-family: source-han-sans-japanese, sans-serif;
}

.center_quote {
  margin-top: 80px;
  font-size: 20px;
  text-align: center;
}

.process_align {
  margin-top: 40px;
}

.image_fix_2 {
  margin-top: 20px;
  margin-left: 20px;
}

.dropdown_top {
  color: #fff;
}

.lightbox_facebook {
  padding-left: 40px;
}

.company_details {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.empty_section {
  padding-top: 50px;
  background-color: #fff;
  color: #fff;
}

.media_list {
  padding-right: 70px;
  padding-left: 70px;
}

.price_box_top {
  background-color: #09f;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.price_box_top.small_right {
  margin-left: 5px;
}

.price_box_top.small_left {
  margin-right: 5px;
}

.price_box_top.mobile-top-10 {
  font-size: 15px;
}

.price_box_bottom {
  background-color: #24cbec;
  color: #fff;
  font-size: 42px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.price_box_bottom.small_left {
  margin-right: 5px;
}

.price_box_bottom.small_right {
  margin-left: 5px;
}

.price_box_bottom.price_box_bottom_mobile {
  font-size: 40px;
}

.feed_page_phone {
  width: 242px;
  float: left;
}

.fb_notice {
  margin-top: -30px;
  padding-bottom: 30px;
  text-align: center;
}

.fb_image {
  height: 400px;
}

.paragraph_large {
  margin-left: 1px;
  font-family: 'Noto Sans';
  font-size: 16px;
  line-height: 25px;
}

.paragraph_large.container_bottom_10 {
  font-family: source-han-sans-japanese, sans-serif;
}

.google_image {
  margin-top: 50px;
}

.mobile {
  position: relative;
  display: inline-block;
  height: 360px;
}

.mobile.macbookmobile.mobilephone {
  position: relative;
  left: 0px;
  top: 0px;
}

.paragraph {
  font-family: source-han-sans-japanese, sans-serif;
}

.title {
  font-family: 'Noto Sans';
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
}

.section-dynamic {
  height: 70px;
  background-image: url('../images/insta_back.jpg'), url('../images/facebook-wallpaper-23.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 1920px;
}

.paragraph-p {
  font-size: 16px;
  line-height: 25px;
}

.process-flow {
  margin-top: 20px;
}

.text-container {
  margin-bottom: 20px;
}

.container_bottom_10 {
  margin-bottom: 20px;
}

.fb_insta_logo {
  margin-top: 30px;
}

.solution {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px;
  text-align: center;
}

.title_centered {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 30px;
  text-align: center;
}

.text_std {
  font-family: source-han-sans-japanese, sans-serif;
}

.text_std.text_std_top {
  color: #4b4a4a;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

.text_std.text_std_top.align_left {
  color: #4b4a4a;
  font-size: 28px;
}

.text_std.text_std_top.text_extra_large {
  font-size: 34px;
}

.text_std.text_std_top.text_white {
  color: #fff;
}

.text_std.text_std_mid {
  font-size: 20px;
  font-weight: 500;
}

.text_std.text_std_mid.text_std_mid2 {
  font-size: 18px;
}

.text_std.text_std_mid.text_std_mid2.align_left {
  color: #4b4a4a;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.text_std.text_std_mid.align_left {
  color: #4b4a4a;
  font-size: 20px;
}

.text_std.text_std_mid.align_left.underline {
  border-bottom: 2px solid #ddd;
  color: #7a7979;
  font-size: 18px;
}

.text_std.text_std_mid.content_set.text_white {
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  font-size: 19px;
}

.text_std.text_std_bot {
  font-size: 16px;
}

.text_std.align_left.text_std_mid3 {
  font-size: 16px;
  font-weight: 400;
}

.text_std.align_left.text_std_mid3.content_set {
  color: #4b4a4a;
}

.align_left {
  text-align: left;
}

.content_set {
  margin-top: 40px;
}

.content_set.content_set_2 {
  margin-top: 60px;
}

.content_set.content_set_2.content_set_3 {
  margin-top: 100px;
}

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

.content_set.content_border {
  padding-right: 50px;
  padding-left: 50px;
}

.pin_point {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.price_range {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.price_range.price_color {
  color: #26acc7;
}

.price_range.price_color.price_number {
  font-size: 44px;
  text-align: right;
}

.price_range.price_color.price_number_details {
  padding-top: 12px;
  padding-left: 10px;
  font-size: 26px;
  text-align: left;
}

.price_range.price_color.price_number_details.price_small {
  font-size: 19px;
}

.price_range.price_range_invert {
  margin-bottom: 30px;
  padding-top: 0px;
  color: #fff;
}

.row_price_head {
  height: 70px;
  background-color: #26acc7;
}

.row_price_head.row_price_head_left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.row_price_head.row_price_head_right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.price_extra_info {
  margin-top: -15px;
  font-size: 12px;
  text-align: center;
}

.checkbox {
  color: #039615;
  font-size: 36px;
}

.content_left {
  margin-right: 50px;
}

.content_left.content_set_3 {
  margin-top: 20px;
}

.content_right {
  margin-left: 50px;
}

.content_right.content_set_3 {
  margin-top: 20px;
  margin-left: 50px;
}

.large_text {
  font-size: 25px;
  line-height: 0px;
  font-weight: 700;
}

.price_image_1 {
  display: none;
}

.patent {
  font-size: 23px;
  font-weight: 900;
}

.image_top {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-20"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-90"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-100"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-80"] {
  width: 0%;
}

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

@media (max-width: 991px) {
  .button.feature-button.feature-button-tab {
    margin-top: 70px;
  }
  .button.feature-button.feature-button-tab.feature-button-h.feature-button-m {
    left: 0px;
    right: 0px;
    bottom: -1px;
    margin-top: 0px;
  }
  .button.feature-button.feature-button-tab.features-button-h.feature-button-m {
    bottom: -22px;
    margin-top: 0px;
  }
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
  }
  .hero-container {
    padding-top: 124px;
  }
  .hero-text-block {
    width: 400px;
  }
  .hero-title {
    font-size: 17px;
  }
  .hero-title.title-2 {
    font-size: 23px;
    line-height: 27px;
  }
  .hero-title.title-2.hero-title-mobile {
    font-size: 26px;
    line-height: 35px;
  }
  .hero-title.word {
    font-size: 47px;
  }
  .hero-title.hero-title-custom {
    margin-top: -40px;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 42px;
  }
  .hero-image {
    top: 147px;
    height: 400px;
  }
  .hero-image.macbook {
    top: 117px;
    right: -318px;
    height: 390px;
  }
  .hero-image.phone-white {
    top: 159px;
    height: 370px;
  }
  .hero-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .section {
    overflow: hidden;
    padding: 45px;
  }
  .section.products {
    height: 360px;
  }
  .section.brands-section {
    padding-bottom: 45px;
  }
  .section-title-block.testimonials {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .section-title.subtitle {
    font-size: 19px;
    line-height: 23px;
  }
  .section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab {
    line-height: 31px;
    font-weight: 400;
  }
  .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #26acc7;
  }
  .intro-row {
    margin-bottom: 32px;
  }
  .image-section-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .large-phone-mockup {
    left: -202px;
    top: -58px;
    height: 655px;
  }
  .feature-title {
    font-size: 20px;
  }
  .feature-block {
    padding: 15px;
  }
  .feature-block.feature-block-tab {
    height: 480px;
  }
  .feature-block.feature-box-pc.feature-box-tab {
    height: 480px;
  }
  .feature-block.feature-box-pc.feature-box-tab.feature-box-h.feature-box-l {
    height: 360px;
  }
  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .models-text-block {
    width: 40%;
  }
  .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .model-image {
    height: 190px;
  }
  .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .page-header-overlay {
    padding: 160px 45px 70px;
  }
  .page-header-overlay._404-page {
    padding-top: 26%;
  }
  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .page-header-title.subtitle {
    font-size: 25px;
  }
  .page-header-content-container {
    margin-top: 45px;
  }
  .pricing-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }
  .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }
  .pricing-feature-list-item {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block {
    padding: 25px;
  }
  .info-image-block {
    top: -4px;
    right: -100px;
    width: 535px;
    text-align: center;
  }
  .info-image-block.left {
    top: -8px;
  }
  .info-tooltip-block {
    text-align: left;
  }
  .info-tooltip-block._2 {
    right: 70px;
  }
  .info-tooltip-line._2 {
    width: 200px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #e31064;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    width: 50%;
    background-color: #000;
  }
  .nav-menu.nav-menu-mobile.nave-menu-tab {
    width: 60%;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section-overlay {
    padding: 90px 45px;
  }
  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .facts-title.description {
    font-size: 16px;
  }
  .clients-title {
    font-size: 21px;
  }
  .clients-col-left {
    padding-right: 18px;
  }
  .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }
  .dropdown-icon {
    margin-right: 25px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .features-box.features-box-pc.features-box-h {
    height: 145px;
    margin-bottom: 0px;
  }
  .features-box.features-box-pc.features-box-h.features-box-l {
    height: 160px;
  }
  .company_details {
    margin-top: 80px;
    padding-left: 20px;
    font-size: 15px;
  }
  .top-10 {
    margin-top: 15px;
  }
  .text_std.text_std_top {
    font-size: 26px;
  }
  .text_std.text_std_mid.align_left.underline {
    font-size: 17px;
  }
  .price_range {
    font-size: 19px;
    line-height: 27px;
  }
  .price_range.price_color.price_number {
    font-size: 34px;
  }
  .price_range.price_color.price_number_details {
    font-size: 18px;
  }
  .price_range.price_color.price_number_details.price_small {
    font-size: 15px;
  }
  .price_range.price_range_invert {
    font-size: 18px;
  }
  .row_price_head.row_price_head_left {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .button.feature-button.feature-button-tab.feature-button-h {
    margin-top: 0px;
  }
  .button.feature-button.feature-button-tab.feature-button-h.feature-button-m {
    margin-top: 10px;
  }
  .button.feature-button.feature-button-tab.features-button-h {
    margin-top: 0px;
  }
  .navbar {
    padding: 15px 25px;
  }
  .hero {
    height: 480px;
  }
  .hero-container {
    padding-top: 102px;
  }
  .hero-text-block {
    width: 50%;
  }
  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }
  .hero-title.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .hero-title.title-2.hero-title-mobile {
    line-height: 6vw;
  }
  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }
  .hero-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .hero-image {
    height: 310px;
  }
  .hero-image.macbook {
    top: 127px;
    right: -246px;
    height: auto;
  }
  .hero-image.phone-white {
    height: 281px;
  }
  .hero-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section {
    padding: 25px;
  }
  .section.products {
    height: auto;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 25px;
  }
  .section-title-block.testimonials {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }
  .brand-logo {
    width: 17.5%;
  }
  .container.container_price {
    display: none;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .intro-column {
    padding-bottom: 25px;
  }
  .intro-column.last {
    padding-bottom: 0px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .image-section-overlay._2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .large-phone-mockup {
    position: static;
    width: 100%;
    height: auto;
  }
  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .feature-block.feature-block-tab.feature-block-h {
    height: 300px;
  }
  .feature-block.feature-block-tab.feature-block-h.feature-block-m {
    height: 320px;
  }
  .feature-block.feature-box-pc.feature-box-tab.feature-box-h {
    height: 340px;
  }
  .footer {
    padding-top: 25px;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }
  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .model-image {
    width: auto;
    height: auto;
  }
  .page-header._404-page {
    height: auto;
  }
  .page-header-overlay {
    padding: 100px 25px 45px;
  }
  .page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }
  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }
  .page-header-container.centered {
    text-align: left;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }
  .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }
  .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pricing-feature-text {
    font-size: 14px;
  }
  .contact-form {
    width: 100%;
    padding: 0px;
  }
  .field {
    height: 42px;
    margin-bottom: 5px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-image-block {
    position: static;
    width: 100%;
  }
  .testimonial-block {
    padding-top: 19px;
  }
  .info-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .nav-menu {
    width: 50%;
  }
  .nav-menu.nav-menu-mobile.nave-menu-tab {
    width: 70%;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .photo-section-overlay {
    padding: 25px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .facts-section {
    padding: 25px;
  }
  .facts-column {
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 0px;
    text-align: left;
  }
  .facts-column.last {
    padding-bottom: 0px;
  }
  .facts-title {
    display: inline-block;
    width: 97px;
    margin-right: 22px;
    padding-bottom: 6px;
    float: left;
    border-radius: 2px;
    background-color: #292828;
    color: #fff;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }
  .facts-title.description {
    width: auto;
    margin-top: 7px;
    margin-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .clients-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .clients-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-buttons-wrapper {
    margin-top: 16px;
  }
  .contact-map {
    height: 300px;
  }
  .features-box.features-box-h {
    height: 130px;
    font-size: 16px;
    line-height: 24px;
  }
  .features-box.features-box-pc.features-box-h {
    height: 130px;
  }
  .call_us {
    float: left;
  }
  .price_box_top.small_right.price_box_mobile {
    margin-left: 0px;
  }
  .price_box_top.small_left.price_box_mobile {
    margin-right: 0px;
  }
  .price_box_top.mobile-top-10 {
    margin-top: 10px;
  }
  .price_box_bottom.small_left.price_box_mobile {
    margin-right: 0px;
  }
  .price_box_bottom.small_right.price_box_mobile {
    margin-left: 0px;
  }
  .fb_notice.paragraph_large.mobile_fb.mobile_tab {
    margin-top: 0px;
  }
  .text_std.text_std_top.text_extra_large {
    font-size: 30px;
    line-height: 44px;
  }
  .text_std.text_std_mid.align_left.underline {
    font-size: 18px;
  }
  .checkbox {
    font-size: 28px;
  }
  .content_left.content_set_3 {
    display: none;
  }
  .content_right.content_set_3 {
    display: none;
  }
  .hide_on_tab {
    display: none;
    overflow: visible;
  }
  .price_image_1 {
    display: inline-block;
  }
  .mobile_hide {
    display: none;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .button.feature-button.feature-button-tab.feature-button-h.feature-button-m {
    margin-top: 20px;
    padding-top: 15px;
  }
  .button.feature-button.feature-button-tab.features-button-h.feature-button-m {
    margin-top: 10px;
  }
  .navbar {
    padding-left: 20px;
  }
  .hero {
    height: 400px;
  }
  .hero-container {
    padding-top: 84px;
  }
  .hero-text-block {
    width: 60%;
  }
  .hero-title {
    line-height: 34px;
  }
  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }
  .hero-title.title-2.hero-title-mobile {
    margin-top: 20px;
    font-size: 6vw;
    line-height: 23px;
  }
  .hero-button {
    padding-left: 15px;
  }
  .hero-image {
    top: 145px;
    right: -20px;
    height: 200px;
  }
  .hero-image.macbook {
    top: 130px;
    right: -150px;
    height: auto;
  }
  .hero-image.macbook.macbookmobile {
    display: none;
    overflow: visible;
  }
  .hero-image.phone-white {
    top: 150px;
    right: -95px;
    height: 180px;
  }
  .section {
    padding: 20px 10px;
  }
  .section.brands-section {
    padding-bottom: 13px;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }
  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }
  .section-title.subtitle.subtitlesmaller.mobiletitle {
    margin-top: -20px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 11vw;
  }
  .section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab {
    font-size: 21px;
  }
  .section-title.subtitle.subtitlesmaller.mobiletitle.headlinetab.mobiletitleadjust {
    margin-top: 0px;
    color: rgba(51, 51, 51, .64);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .section-title.section_title_smaller.mobiletitle {
    line-height: 12vw;
  }
  .section-title.section_title_smaller.mobile-title {
    font-size: 21px;
    line-height: 9vw;
  }
  .section-title.section_title_smaller.mobile-title.adjust_title {
    padding-left: 10px;
  }
  .section-title.mobile-title.section_title_smaller {
    font-size: 20px;
  }
  .section-title.mobile-title.section_title_smaller.title_adjust {
    padding-left: 10px;
  }
  .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .container.centered {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container.centered.content_set {
    margin-top: 20px;
  }
  .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .section-divider-line.title_adjust {
    margin-left: 10px;
    padding-left: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }
  .logo-text {
    margin-top: 3px;
    font-size: 27px;
    line-height: 34px;
  }
  .intro-column {
    padding-bottom: 15px;
  }
  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }
  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }
  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }
  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }
  .image-section-overlay {
    overflow: hidden;
  }
  .image-section-overlay._2 {
    padding: 15px;
  }
  .column-title-block {
    margin-bottom: 14px;
  }
  .check-list-icon {
    width: 18px;
  }
  .check-list-item {
    margin-bottom: 7px;
  }
  .checklist-title {
    font-size: 12px;
    line-height: 13px;
  }
  .feature-title {
    line-height: 15px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .feature-block.feature-block-tab.feature-block-h.feature-block-m {
    height: 420px;
  }
  .feature-block.feature-block-tab.feature-block-h.feature-block-m.feature-block-ms {
    height: 380px;
  }
  .feature-block.feature-box-pc.feature-box-tab.feature-box-h.feature-block-m {
    height: 390px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .feature-block.feature-box-pc.feature-box-tab.feature-box-h.feature-box-l {
    height: 430px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .features-row {
    margin-top: 19px;
  }
  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .model-image {
    height: auto;
  }
  .model-image.iphone {
    width: auto;
    height: auto;
  }
  .model-slider-title {
    font-size: 15px;
  }
  .model-slider-title.subtitle {
    font-size: 10px;
  }
  .page-header-overlay {
    padding: 75px 20px 26px;
  }
  .page-header-title {
    margin-bottom: 6px;
    font-size: 7vw;
    line-height: 9vw;
  }
  .page-header-title.subtitle {
    font-size: 4.5vw;
    line-height: 7vw;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .pricing-title._2.mobile_pricing {
    font-size: 22px;
  }
  .pricing-feature-text.mobile_pricing_2 {
    font-family: 'Noto Sans';
    font-size: 12px;
  }
  .field {
    height: 36px;
    font-size: 12px;
  }
  .field.area {
    height: 116px;
  }
  .info-column-left {
    position: relative;
    display: block;
    overflow: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .testimonial-block {
    margin-top: 17px;
    padding-top: 14px;
    padding-left: 0px;
  }
  .testimonial-image {
    position: static;
    margin-bottom: 14px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .nav-menu {
    width: 80%;
  }
  .nav-menu.nav-menu-mobile {
    width: 90%;
  }
  .nav-menu.nav-menu-mobile.nave-menu-tab {
    width: 250px;
    float: none;
    clear: none;
    font-size: 13px;
  }
  .footer-list-text {
    font-size: 13px;
  }
  .facts-section {
    padding: 20px;
  }
  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }
  .facts-title.description {
    font-size: 14px;
  }
  .clients-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .process-bar-title {
    font-size: 12px;
  }
  .checklist-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-map {
    height: 260px;
  }
  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
  .features-box.features-box-h {
    height: 200px;
  }
  .features-box.features-box-pc.features-box-h {
    height: 200px;
  }
  .features-box.features-box-pc.features-box-h.features-box-l {
    height: 230px;
  }
  .dropdown_top.dropdown_mobile {
    font-family: Raleway, sans-serif;
    font-size: 14px;
  }
  .price_box_top.small_right.price_box_mobile {
    margin-left: 0px;
  }
  .price_box_top.small_left.price_box_mobile {
    margin-right: 0px;
  }
  .price_box_bottom.small_left.price_box_mobile {
    margin-right: 0px;
  }
  .price_box_bottom.small_right.price_box_mobile {
    margin-left: 0px;
  }
  .price_box_bottom.price_box_bottom_mobile {
    font-size: 29px;
  }
  .fb_notice.paragraph_large.mobile_fb {
    margin-top: 0px;
  }
  .paragraph_large.paragraph_mobile_bottom {
    margin-bottom: 30px;
  }
  .paragraph_large.mobile-top-10 {
    margin-top: 15px;
  }
  .paragraph_large.mobile_paragraph_adjust {
    margin-top: 20px;
  }
  .mobile.macbookmobile {
    display: none;
  }
  .mobile-top-10 {
    margin-top: 15px;
  }
  .container_bottom_10.container_left_adjust {
    padding-left: 10px;
  }
  .fb_insta_logo {
    overflow: hidden;
    max-width: 0%;
  }
  .fb_column_logo.fb_column_logo_mobile {
    overflow: hidden;
  }
  .text_std.text_std_top {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
  }
  .text_std.text_std_top.align_left.text_extra_large {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text_std.text_std_top.text_extra_large {
    font-size: 20px;
    line-height: 36px;
  }
  .text_std.text_std_mid {
    font-size: 18px;
  }
  .text_std.text_std_mid.align_left.underline {
    font-size: 14px;
  }
  .text_std.text_std_mid.content_set {
    font-size: 16px;
    line-height: 26px;
  }
  .text_std.text_std_bot {
    line-height: 22px;
  }
  .text_std.text_std_bot.align_left {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 22px;
  }
  .content_set.content_set_2 {
    margin-top: 0px;
  }
  .content_left.content_set_3 {
    display: none;
  }
  .content_right.content_set_3 {
    display: none;
  }
  .mobile_hide {
    display: none;
  }
}

