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 {
  display: block;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  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;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 700;
}
.button.intro-button:hover {
  border-color: black;
  background-color: black;
  color: white;
}
.button.feature-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: black;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 15px;
}
.button.feature-button:hover {
  background-color: #e31064;
}
.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: black;
}
.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/colors.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}
.hero-container {
  position: relative;
  display: block;
  height: auto;
  padding-top: 276px;
  border: 1px solid transparent;
}
.hero-text-block {
  position: relative;
  z-index: 500;
  display: none;
  width: 540px;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
}
.hero-title {
  display: inline;
  margin-top: 1px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: white 1px 0px 3px;
}
.hero-title.title-2 {
  display: none;
  margin-top: 21px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.hero-title.word {
  display: inline-block;
  margin-right: 0px;
  background-color: transparent;
  color: white;
  font-size: 50px;
  font-weight: 900;
  text-shadow: black 4px 3px 29px;
}
.hero-button {
  display: inline-block;
  margin-right: 6px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #26acc7;
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-button:hover {
  background-color: #3fd4f2;
}
.hero-button._2 {
  background-color: #e31064;
}
.hero-button._2:hover {
  background-color: #fc3585;
}
.hero-image {
  position: absolute;
  top: 215px;
  right: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 440px;
}
.hero-image.macbook {
  top: 185px;
  right: -285px;
  display: block;
  height: 440px;
  margin-left: 0px;
  padding-right: 80px;
  border-radius: 0px;
  background-color: transparent;
}
.hero-image.macbook.g6 {
  display: none;
}
.hero-image.phone-white {
  top: 223px;
  right: -105px;
  height: 420px;
}
.hero-overlay {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 113, 150, 0.6);
}
.section {
  display: block;
  height: auto;
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #26acc7;
}
.section.tint {
  display: block;
  background-color: #ededed;
}
.section.tint.solution {
  display: none;
}
.section.tint.g6 {
  display: none;
}
.section.tint.g10 {
  display: none;
}
.section.tint.g13 {
  display: none;
}
.section.products {
  display: block;
  height: 400px;
  background-color: white;
  color: black;
}
.section.products.g2 {
  display: none;
}
.section.products.cc {
  height: 500px;
}
.section.brands-section {
  display: none;
  padding-bottom: 85px;
}
.section.dark {
  height: 600px;
  background-color: white;
  color: black;
}
.section.dark.first {
  display: none;
}
.section._22 {
  display: block;
}
.section.ggggg {
  display: none;
}
.section.dup {
  width: auto;
  height: 400px;
  background-color: white;
  opacity: 1;
}
.section.hosted {
  height: auto;
  background-image: url('../images/alu_sust2014_590x273_strategy_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.home {
  height: 555px;
  background-color: white;
}
.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}
.section-title-block.centered {
  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-size: 25px;
  line-height: 27px;
  font-weight: 400;
}
.brand-logo {
  display: inline-block;
  width: 10.2%;
  margin-right: 2%;
  margin-bottom: 12px;
  margin-left: 2%;
  opacity: 0.4;
}
.container {
  position: relative;
  height: 145px;
}
.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: rgba(255, 255, 255, 0.29);
}
.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 14px;
}
.nav-link:hover {
  color: white;
}
.nav-link.w--current {
  opacity: 1;
  color: white;
}
.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: black;
  font-weight: 300;
}
.logo-container {
  padding-top: 7px;
  transition: all 500ms ease;
}
.logo-container:hover {
  text-shadow: white 0px 0px 16px;
}
.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 {
  display: none;
  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: black;
}
.link.below-paragraph {
  display: none;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e31064;
  text-decoration: none;
}
.link.below-paragraph:hover {
  color: black;
  text-decoration: underline;
}
.link.footer-link {
  display: block;
  color: #a8a8a8;
}
.link.footer-link:hover {
  color: white;
}
.link.footer-text-link:hover {
  color: white;
}
.image-section {
  background-image: url('../images/BG-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.image-section-overlay {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 650px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(18, 113, 150, 0.6);
  color: white;
}
.image-section-overlay._2 {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(69, 87, 102, 0.4);
}
.image-section-overlay.ggggg {
  display: none;
}
._2-column-row {
  display: block;
  opacity: 1;
}
.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: white;
}
.checklist-title.gggg {
  display: none;
}
.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 22px;
  font-weight: 900;
  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: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 2px;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
}
.feature-block:hover {
  border-color: white;
  background-color: white;
  color: black;
}
.features-row {
  margin-top: 51px;
}
.footer {
  padding-top: 75px;
  background-color: black;
  color: #b3b3b3;
}
.bottom-footer {
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #292929;
  text-align: center;
}
.bottom-footer-text {
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 12px;
}
.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  transition: color 350ms ease;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}
.column-title.small-font {
  font-size: 27px;
  text-align: center;
}
.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: 650px;
  height: 450px;
  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, 0.8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}
.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: white;
  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/BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.page-header.contact {
  background-image: url('../images/BG-1.jpg');
}
.page-header._404-page {
  height: 100%;
}
.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 175px;
  padding-bottom: 105px;
  background-color: rgba(18, 113, 150, 0.6);
}
.page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
}
.page-header-title {
  margin-top: 0px;
  color: white;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}
.page-header-title.subtitle {
  display: block;
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}
.page-header-title.subtitle.g {
  display: none;
}
.page-header-title.subtitle.g7 {
  display: none;
}
.page-header-title.subtitle.g12 {
  display: none;
}
.page-header-title.subtitle.g20 {
  display: none;
}
.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-x: hidden;
  overflow-y: hidden;
  border-radius: 4px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 13px 0px;
  transition: -webkit-transform 300ms ease;
  transition: 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 {
  color: #e31064;
}
.pricing-title._3 {
  color: #26acc7;
}
.pricing-price-wrapper {
  display: none;
  padding: 25px;
  background-color: white;
}
.pricing-feature-list {
  margin-top: -20px;
}
.pricing-feature-list-item {
  display: none;
  padding: 9px 25px;
  border-top: 1px solid #e3e3e3;
  background-color: white;
}
.pricing-feature-text {
  font-family: Raleway, sans-serif;
}
.pricing-button-wrapper {
  display: none;
  padding: 25px;
  background-color: #1d3042;
}
.contact-form {
  display: none;
  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: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background-color: white;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: black;
}
.field:hover {
  border-color: black;
  background-color: white;
}
.field:focus {
  border-color: #26acc7;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 23px 0px;
}
.field.area {
  height: 170px;
  padding-top: 12px;
}
.column-left {
  padding-right: 90px;
}
.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: #e31064;
  color: white;
}
.info-column-left {
  padding-right: 100px;
}
.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: 3px;
  background-color: #e31064;
}
.info-tooltip-line._2 {
  width: 260px;
}
.info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 5px solid #e31064;
  border-radius: 100%;
  background-color: white;
}
.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, 0.09);
  opacity: 1;
}
.testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid white;
  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-left: 45px;
}
.footer-column {
  text-align: left;
}
.footer-link {
  color: #919191;
}
.footer-link:hover {
  color: white;
}
.footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 200;
}
.footer-list {
  display: block;
}
.footer-list-item {
  display: block;
  margin-bottom: 6px;
}
.footer-list-text {
  font-family: Raleway, 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, 0.58);
  color: white;
}
.content-features-row._2 {
  margin-top: 30px;
}
.content-features-column {
  padding-right: 15px;
}
.features-block {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-left: 44px;
}
.features-block.g {
  display: none;
}
.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  opacity: 0.3;
}
.feature-block-title {
  display: none;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.feature-block-title.gg {
  display: none;
}
.feature-paragraph {
  color: #5e5959;
}
.facts-section {
  display: none;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ebebeb;
}
.facts-column {
  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: Raleway, sans-serif;
  color: white;
  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-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: rgba(156, 156, 156, 0.49);
}
.process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #e31064;
}
.process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.process-bar-title.number {
  float: right;
  opacity: 0.4;
}
.hero-buttons-wrapper {
  margin-top: 25px;
}
.contact-map {
  display: block;
}
.success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: white;
  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: white;
}
.dropdown-toggle {
  display: block;
  padding-right: 30px;
  color: white;
  text-align: left;
  text-decoration: none;
}
.dropdown-toggle:hover {
  color: white;
}
.dropdown-toggle.w--open {
  color: white;
}
.dropdown-toggle.solutions {
  margin-right: -18px;
  padding-right: 20px;
}
.dropdown-icon {
  margin-right: 10px;
}
.dropdown-list.w--open {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 7px 0px;
}
.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 13px;
  text-decoration: none;
}
.dropdown-link:hover {
  background-color: #e31064;
  color: white;
}
.dropdown-link.w--current {
  color: #26acc7;
}
.dropdown-link.w--current:hover {
  color: white;
}
.logo-head {
  margin-left: -38px;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.84;
}
.title-head {
  color: rgba(18, 113, 150, 0.85);
}
.new-slide {
  width: 650px;
  background-image: url('../images/voice-cloud-data-featured.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-slide._1-1 {
  background-image: url('../images/b-console.jpg');
}
.new-slide._1-2 {
  background-image: url('../images/training-solutions1.jpg');
}
.new-slide-2 {
  background-image: url('../images/hosted-pbx2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-slide-2._2-2 {
  background-image: url('../images/b-console_1.jpg');
  background-size: 650px 459px;
}
.new-slide-3 {
  display: inline-block;
  min-width: 75px;
  background-image: url('../images/Hero_E4_1079x487.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-slide-3._3-3 {
  background-image: url('../images/voice-solutions_1.jpg');
  background-size: 650px 450px;
}
.new-slide-3._4-2 {
  background-image: url('../images/wingsstock-1.jpg');
  background-size: 650px 450px;
}
.slide-mask1 {
  position: relative;
  width: 650px;
  height: 450px;
  padding-left: 0px;
  float: right;
}
.nav-icon {
  margin-right: 5px;
}
.nav-icon.solution {
  margin-right: 25px;
}
.gggg {
  display: none;
}
.title-about {
  text-decoration: underline;
}
.jusrify {
  text-align: justify;
}
.jusrify.g3 {
  margin-top: 88px;
}
.jusrify.data {
  margin-top: 0px;
  color: black;
}
.jusrify.data.white {
  color: white;
}
.jusrify.d {
  margin-top: 49px;
}
.solution-row {
  margin-top: 0px;
  padding-bottom: 25px;
}
.row {
  margin-top: 25px;
  padding-top: 0px;
}
.column-g5 {
  color: white;
}
.image-1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 460px;
  height: 290px;
  margin-top: 0px;
  padding-top: 0px;
  float: right;
}
.image-1.center {
  margin-top: 0px;
  padding-top: 97px;
  float: right;
}
.t1 {
  padding-top: 12px;
}
.alu-logo {
  margin-top: 15px;
}
.text-service {
  color: white;
  text-decoration: none;
}
.nav-service {
  color: white;
  text-decoration: none;
}
.link-news {
  color: #e31064;
}
.slide-arrow-1 {
  height: 450px;
  margin-top: 0px;
  margin-left: -30px;
}
.slide-nav-1 {
  margin-top: -147px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}
.slide-image-1 {
  float: none;
  background-image: url('../images/voice-solutions.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.head-div {
  display: none;
  height: 520px;
}
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="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%;
}
@media (max-width: 991px) {
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
    margin-top: 1px;
    padding-top: 0px;
  }
  .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.word {
    font-size: 47px;
  }
  .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-x: hidden;
    overflow-y: 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: 17px;
  }
  .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #26acc7;
  }
  .intro-row {
    margin-bottom: 32px;
  }
  .image-section-overlay {
    height: auto;
    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-block {
    padding: 15px;
  }
  .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: rgba(255, 255, 255, 0.49);
    border-radius: 4px;
    transition: background-color 250ms ease;
    color: white;
    text-align: center;
  }
  .menu-button:hover {
    background-color: white;
    color: #e31064;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    background-color: black;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .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.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%;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .intro-column {
    padding-bottom: 25px;
  }
  .intro-column.last {
    padding-bottom: 0px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .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;
  }
  .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;
  }
  .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: white;
    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;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .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-button {
    padding-left: 15px;
  }
  .hero-image {
    top: 145px;
    right: -20px;
    height: 200px;
  }
  .hero-image.macbook {
    top: 130px;
    right: -150px;
    height: auto;
  }
  .hero-image.phone-white {
    top: 150px;
    right: -95px;
    height: 180px;
  }
  .section {
    padding: 20px;
  }
  .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;
  }
  .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .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;
  }
  .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: 12px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .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;
  }
  .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .field {
    height: 36px;
    font-size: 12px;
  }
  .field.area {
    height: 116px;
  }
  .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;
  }
  .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: 20px;
  }
  .checklist-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-map {
    height: 260px;
  }
  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
}

