body {
  background-color: #f7f7fa;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 54px;
  font-weight: 900;
  text-transform: capitalize;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}

a {
  display: inline;
  color: #e54444;
  text-decoration: underline;
}

a:hover {
  color: #c73333;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
  list-style-type: none;
}

li {
  list-style-type: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 30px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.s-line-sep {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, .1);
}

.s-container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0px 30px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s-container.no-margin {
  max-width: 1300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.s-body {
  background-color: #f7f7fa;
  font-family: Lato, sans-serif;
}

.subtitle {
  margin-bottom: 14px;
  color: rgba(51, 51, 51, .7);
  font-size: 14px;
}

.item-wrapper {
  padding-top: 0px;
  padding-bottom: 15px;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.light {
  margin-top: 10px;
  font-weight: 300;
}

.light.special {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.light.special {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 23px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.center {
  text-align: center;
}

.s-text-center {
  display: block;
  text-align: center;
}

.s-form-block {
  display: block;
  width: 45%;
  margin: auto;
  padding: 0px;
}

.s-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s-input {
  height: 46px;
  margin-top: 10px;
  margin-right: 16px;
  padding: 0px 10px;
}

.s-input:hover {
  border: 1px solid #00a0d1;
}

.s-input:focus {
  border: 1px solid #00a0d1;
  box-shadow: 0 0 6px 0 rgba(0, 195, 255, .18);
}

.s-btn-2 {
  display: block;
  width: 40%;
  height: 46px;
  margin: 10px auto 20px;
  padding: 0px 20px;
  border-radius: 3px;
  background-color: #ff4c4c;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .22);
  color: #fff;
  font-weight: 700;
}

.s-btn-2:hover {
  background-color: #e54444;
}

.div-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsbar {
  width: 100%;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .1);
  color: #333;
  text-align: center;
}

.s-message {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.success-message {
  background-color: transparent;
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #66b324;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.error-message {
  margin-top: -20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 13px;
}

.embeddedvideo {
  position: relative;
  height: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2);
}

.embeddedvideo.special {
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .3);
}

.image-3 {
  margin-bottom: 6px;
}

.hero {
  background-color: #fff;
}

.hero.center {
  position: relative;
  padding-top: 72px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(3, 83, 107, .31)), url('../images/numeric-bg.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(3, 83, 107, .31)), url('../images/numeric-bg.svg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s-buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: transparent;
}

.s-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .3);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 200ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 200ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 200ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 200ms cubic-bezier(.455, .03, .515, .955);
  text-decoration: none;
}

.s-button:hover {
  box-shadow: 0 10px 30px 3px rgba(0, 0, 0, .7);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.s-button.lightbg {
  width: 100%;
  margin-right: 14px;
  margin-left: 14px;
  padding: 20px 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  text-decoration: none;
}

.s-button.lightbg:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #e54444;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.s-button.lightbg.special {
  border-top-style: none;
  border-bottom-style: none;
  background-color: hsla(0, 0%, 95%, .95);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .2);
}

.s-button.lightbg.special:hover {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .4);
}

.s-button.lightbg.compare {
  position: relative;
  width: auto;
  padding: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: box-shadow 300ms cubic-bezier(.445, .05, .55, .95);
  transition: box-shadow 300ms cubic-bezier(.445, .05, .55, .95);
}

.s-button.lightbg.compare:hover {
  border-bottom-color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .25);
}

.s-tagline-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .6);
}

.s-tagline-block.s-text-center {
  max-width: 690px;
  padding-bottom: 20px;
}

.s-tagline-block.s-text-center.special {
  padding-top: 10px;
  padding-bottom: 10px;
}

.s-product-label {
  color: rgba(51, 51, 51, .5);
  font-size: 13px;
  font-weight: 700;
}

.s-heading-4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 900;
}

.s-heading-4.special {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.paragraph {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0px;
  color: rgba(51, 51, 51, .75);
  font-size: 15px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.smaller {
  overflow: hidden;
  margin-top: 0px;
  font-size: 14px;
}

.s-button-content {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.red-div {
  display: inline-block;
  width: 10%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #e54444;
}

.red-div.left {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

.s-heading-3 {
  margin-top: 0px;
  font-weight: 300;
  text-align: center;
}

.s-logo-container {
  display: block;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.hero-news-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  background-color: rgba(0, 0, 0, .7);
  box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, .2);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.hero-news-bar:hover {
  border-top-color: hsla(0, 0%, 100%, .25);
  background-color: rgba(13, 63, 77, .9);
}

.hero-news-bar.hidden {
  display: none;
}

.text-block-4 {
  display: inline-block;
  margin-right: 15px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.s-section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.s-logo-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccced3;
  background-color: #f9f9fc;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}

.s-logo-bar.special {
  border-bottom-width: 0px;
  background-color: #fff;
}

.div-block-11 {
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  display: inline-block;
  max-width: 96px;
  min-width: 80px;
}

.s-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.s-section.special {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom-width: 0px;
  background-color: rgba(0, 17, 46, .04);
}

.s-button-content-light {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.s-button-content-light.special {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

.s-secttion-title-block {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.s-secttion-title-block.white {
  color: #fff;
}

.html-embed {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f2f5;
}

.s-section-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #333;
  box-shadow: inset 0 -2px 5px 0 rgba(0, 0, 0, .6);
}

.s-text-block-special {
  width: 210px;
  padding-right: 14px;
  padding-left: 14px;
  border-style: solid none solid solid;
  border-width: 0px 0px 0px 2px;
  border-right-color: #000;
  border-left-color: hsla(0, 0%, 100%, .2);
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, .2);
}

.s-section-special {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #f2f2f5;
}

.logo-special {
  margin: 10px 10px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.s-special-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.s-section-img-bg {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #000;
  background-image: url('../images/homehero2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraph-special {
  padding-top: 10px;
  padding-right: 160px;
  padding-left: 160px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.mask {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.s-heading-1 {
  text-transform: none;
}

.s-heading-1.special {
  text-shadow: 0 4px 2px rgba(0, 0, 0, .9);
}

.s-heading-1.special.dark {
  color: #333;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.s-buttons-block-hro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  min-width: 768px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: transparent;
}

.logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.s-stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.s-logo-container-top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.wargaming-hero-image {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/wargaming-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  padding-right: 50px;
  padding-left: 0px;
}

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

.s-line-sep-copy {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, .1);
}

.subtitle-copy {
  margin-top: 30px;
  margin-bottom: 0px;
  color: rgba(51, 51, 51, .5);
  font-size: 12px;
  text-transform: uppercase;
}

.item-wrapper-copy {
  padding-top: 0px;
  padding-bottom: 10px;
}

.link-4 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-10 {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.heading-black {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 900;
}

.text-span {
  color: #00a0d1;
}

.italic-text {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgba(229, 68, 68, .1);
  color: #000;
  font-weight: 700;
}

.italic-text-2 {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgba(229, 68, 68, .1);
  color: #000;
  font-weight: 700;
}

.s-li {
  list-style-type: disc;
}

.s-li.num {
  padding-left: 8px;
  list-style-type: decimal;
}

.s-li.disc {
  margin-left: 30px;
  list-style-type: disc;
}

.s-ul {
  font-size: 17px;
  list-style-type: disc;
}

.s-ul.num {
  color: rgba(51, 51, 51, .8);
  list-style-type: decimal;
}

.s-ul.disc {
  padding-left: 0px;
  color: rgba(51, 51, 51, .8);
  list-style-type: square;
}

.heading {
  margin-bottom: 20px;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 900;
}

.heading-4.hdr-with-logo {
  display: inline-block;
}

.heading-5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 15px;
}

.heading-5.special {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-style: none;
  font-size: 13px;
}

.paragraph-2 {
  padding-bottom: 14px;
  color: rgba(51, 51, 51, .8);
  font-size: 17px;
  line-height: 32px;
}

.paragraph-2.list {
  padding-bottom: 0px;
}

.paragraph-2.bigger {
  font-size: 19px;
  line-height: 34px;
}

.paragraph-2.smaller {
  margin-bottom: 5px;
  padding-bottom: 0px;
  font-size: 15px;
}

.paragraph-2.smaller.list {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
}

.paragraph-3 {
  color: rgba(51, 51, 51, .8);
}

.heading-7 {
  display: inline-block;
  font-size: 17px;
}

.image-11 {
  position: relative;
  top: -3px;
  margin-right: 14px;
}

.image-14 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-15 {
  position: relative;
  left: 8px;
  top: -53px;
  border: 3px solid transparent;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, .8);
}

.image-15:hover {
  background-color: #000;
}

.bold-text-2 {
  border-bottom: 2px dashed #00a0d1;
  color: #00a0d1;
}

.bold-text-3 {
  border-bottom: 2px dashed #6b459b;
  color: #6b459b;
}

.gaming-hero-image {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/gaming-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 60px;
  background-color: #fff;
  background-image: url('../images/baseline-arrow_upward-24px.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 #000;
}

.div-block-18.w--current {
  z-index: 1;
}

.block-quote {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left-color: rgba(0, 0, 0, .06);
  font-size: 24px;
  line-height: 40px;
  font-style: normal;
  font-weight: 300;
}

.block-quote.special {
  display: block;
  width: 80%;
  max-width: 1100px;
  margin: 20px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left-style: none;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 4px 2px #000;
}

.bold-text-4 {
  display: block;
  margin-top: 10px;
  font-size: 19px;
  font-style: normal;
}

.contact-confirmation-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/contact-us-confirmation-hero.jpg');
  background-position: 50% 42%;
  background-size: cover;
}

.heading-8 {
  margin-bottom: 0px;
  font-style: italic;
}

.sub-header {
  display: block;
  max-width: 560px;
  margin: 0px auto 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 4px 2px rgba(0, 0, 0, .9);
}

.sub-header.dark {
  color: #333;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.connect-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 580px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  color: #fff;
  text-align: center;
}

.buttton {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #e54444;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 15px;
}

.buttton:hover {
  background-color: #c73333;
  color: #fff;
}

.buttton.line-rounded {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .8);
  border-radius: 33px;
  background-color: rgba(0, 0, 0, .5);
  color: hsla(0, 0%, 100%, .8);
}

.buttton.line-rounded:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .8);
  color: #fff;
}

.buttton.line {
  width: 50%;
  border: 2px solid #333;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  -webkit-transition: background-color 350ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 350ms cubic-bezier(.645, .045, .355, 1);
  color: #333;
}

.buttton.line:hover {
  border-color: #333;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.buttton.line.dark {
  min-width: 160px;
  margin: 10px 0px 30px;
  border-color: #000;
  background-color: transparent;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transition-duration: 250undefined;
  transition-duration: 250undefined;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.buttton.line.dark:hover {
  background-color: #333;
  color: #fff;
}

.buttton.line.dark.fullwidth {
  width: 100%;
}

.buttton.special {
  width: 50%;
  border: 2px solid #e54444;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  -webkit-transition: background-color 250ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 250ms cubic-bezier(.645, .045, .355, 1);
}

.buttton.special:hover {
  border-color: #c53538;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.s-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.s-section-copy.special {
  background-color: rgba(0, 11, 31, .01);
}

.div-block-11-copy {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.black {
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.black.dark {
  margin-bottom: 10px;
  color: #333;
}

.black.special {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

._50px {
  height: 50px;
  background-color: transparent;
}

.image-18 {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.html-embed-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-msg {
  display: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sccs-msg {
  display: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #528523;
  text-align: center;
}

.casestudies-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-nav-2 {
  margin-bottom: 20px;
  font-size: 13px;
}

.right-arrow-2 {
  margin-right: 20px;
}

.left-arrow-2 {
  margin-left: 20px;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content.special {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
}

.cs-slide-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/wz132_1680_1050.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/wz132_1680_1050.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ref {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
}

.cs-slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Mbenz.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Mbenz.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contactus {
  height: 1px;
  background-color: #ededef;
}

.row {
  width: 100%;
  max-width: 1300px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.row.lft {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.row-first {
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.row-first.lft {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-22 {
  width: 100%;
}

.hero-block.special {
  padding-top: 60px;
  margin-bottom: 20px;
}

.s-buttons-block-no-anim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: transparent;
}

.s-buttons-block-no-anim.special {
  width: 90%;
}

.s-secttion-title-block-no-anim {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.pro-tag {
  position: relative;
  top: -3px;
  margin-left: 6px;
  padding: 4px 11px;
  border-radius: 22px;
  background-color: #76ca2c;
  box-shadow: 0 2px 0 0 #569721;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.price-tag {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  color: rgba(51, 51, 51, .75);
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.ribbon {
  position: absolute;
  top: -3px;
  right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #333;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, .22);
  color: #fff;
  font-size: 13px;
}

.tabs-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link-tab-3 {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  background-color: #fff;
  -webkit-transition: border-color 200ms ease-out;
  transition: border-color 200ms ease-out;
  color: #333;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-3:hover {
  border-bottom: 2px solid rgba(0, 0, 0, .3);
  color: #333;
}

.tab-link-tab-3.w--current {
  border-bottom: 4px solid #e54444;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
}

.tabs-bar {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccced3;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}

.os-logo {
  margin-right: 14px;
}

.downloads-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.downloads-item-block.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.downloads-item-block.expand.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.downloads-item-block.expand.center:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.downloads-item-block.special {
  overflow: hidden;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.downloads-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-7 {
  margin-right: 15px;
  font-size: 13px;
}

.downloads-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.tabs-content {
  position: static;
  width: 100%;
  max-width: 1100px;
}

.indi-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  min-height: 580px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sync-home-hero-image.jpg');
  background-position: 50% 97%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.s-section-darkgrey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #07323f, rgba(2, 37, 48, .5)), url('../images/numeric-bg.svg');
  background-image: linear-gradient(180deg, #07323f, rgba(2, 37, 48, .5)), url('../images/numeric-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.social-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #e2e2e7;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
}

.html-embed-4 {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
  transition: -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
  transition: transform 200ms cubic-bezier(.445, .05, .55, .95);
  transition: transform 200ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
}

.html-embed-4:hover {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.tweets-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.twitter {
  padding-bottom: 20px;
}

.modal-wrapper {
  position: fixed;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
}

.modal-window {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 800px;
  min-width: 700px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f4f4f7;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .6);
}

.close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10000;
  display: block;
  overflow: visible;
  width: 60px;
  height: 60px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 5px;
  border-radius: 33px;
  background-image: url('../images/round-close-24px.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-icon:hover {
  border-radius: 33px;
  background-color: rgba(0, 0, 0, .4);
}

.close-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow: hidden;
  cursor: pointer;
}

.tab-pane-tab-1 {
  position: static;
}

.tab-pane-tab-2 {
  position: static;
}

.tab-pane-tab-3 {
  position: static;
}

.s-lightbox-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-buttons-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: transparent;
}

.connect-ref-div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-image: -webkit-linear-gradient(270deg, #eaeaed, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, #eaeaed, hsla(0, 0%, 100%, 0));
  text-decoration: none;
}

.connect-ref-div-block:hover {
  border-top-color: rgba(0, 0, 0, .15);
  background-image: -webkit-linear-gradient(270deg, #e6e6eb, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, #e6e6eb, hsla(0, 0%, 100%, 0));
}

.heading-9 {
  overflow: hidden;
  margin-bottom: 5px;
}

.paragraph-4 {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: rgba(51, 51, 51, .75);
  line-height: 20px;
}

.image-24 {
  overflow: hidden;
}

.white-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .3);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  text-decoration: none;
}

.white-button:hover {
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, .5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.white-button.lightbg {
  width: 100%;
  margin-right: 14px;
  margin-left: 14px;
  padding: 20px 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  text-decoration: none;
}

.white-button.lightbg:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #e54444;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.white-button.lightbg.center {
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
  transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
}

.white-button.lightbg.center:hover {
  border-bottom-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .25);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.white-button.lightbg.center.js-download-free {
  overflow: hidden;
}

.white-button.lightbg.center.js-download-business.no-bottom-padding {
  overflow: hidden;
}

.image-25 {
  overflow: hidden;
}

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

.div-block-31 {
  height: 15px;
}

.connect-strip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeef2;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  text-decoration: none;
}

.connect-strip:hover {
  background-color: #e6e7ec;
}

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

.image-27 {
  position: relative;
  top: 0px;
  margin-right: 12px;
}

.hero-container-100vh {
  position: relative;
  z-index: 2;
  height: 100vh;
}

.image-28 {
  position: relative;
  top: 2px;
  margin-left: 0px;
}

.text-span-2 {
  font-weight: 100;
}

.get-demo-link {
  -webkit-transition: opacity 200ms cubic-bezier(.445, .05, .55, .95);
  transition: opacity 200ms cubic-bezier(.445, .05, .55, .95);
  color: #e54444;
}

.get-demo-link:hover {
  color: #c73333;
  text-decoration: underline;
}

.border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(0deg, #d7e0e7, #cdd3df 50%, #97a2b3);
  background-image: linear-gradient(90deg, #d7e0e7, #cdd3df 50%, #97a2b3);
}

.border.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  background-color: #cdd9e4;
  background-image: none;
}

.trust-pilot-carousel {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  background-image: -webkit-linear-gradient(135deg, #444, #222);
  background-image: linear-gradient(315deg, #444, #222);
  box-shadow: inset 0 0 6px 0 #000;
}

.trustpilot-div {
  margin-top: 30px;
}

.html-embed-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.bold-text-5 {
  color: #e54444;
}

.bold-text-5:hover {
  color: #c73333;
  text-decoration: underline;
}

.text-span-3 {
  color: #f15858;
}

.text-span-3:hover {
  text-decoration: underline;
}

.image-29 {
  position: absolute;
  top: -16px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

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

@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
  .s-container {
    left: 230px;
    display: block;
    width: 100%;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 36px;
    padding-left: 36px;
  }
  .light {
    font-size: 26px;
  }
  .s-special {
    font-size: 20px;
  }
  .s-form-block {
    width: 70%;
  }
  .newsbar {
    padding: 8px;
  }
  .s-buttons-block {
    min-width: 300px;
    padding-top: 0px;
  }
  .s-button {
    margin-right: 15px;
    margin-left: 15px;
  }
  .s-button.lightbg {
    margin-right: 14px;
    margin-left: 14px;
  }
  .s-button.lightbg.compare {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .s-tagline-block {
    width: 80%;
  }
  .s-heading-4 {
    font-size: 15px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .red-div {
    display: block;
  }
  .s-heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  .s-logo-container {
    display: block;
    width: 80%;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-section-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-11 {
    margin-left: 0px;
  }
  .grid-div-block {
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-13 {
    display: none;
  }
  .s-grid-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-secttion-title-block {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .s-text-block-special {
    display: inline-block;
    width: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
  }
  .s-section-special {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-section-img-bg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-special {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
  }
  .slider {
    height: 40px;
  }
  .s-heading-1 {
    font-size: 36px;
  }
  .s-heading-1.special {
    margin-top: 10px;
    font-size: 34px;
    line-height: 44px;
  }
  .s-buttons-block-hro {
    min-width: 300px;
    padding-top: 0px;
  }
  .logo {
    display: inline-block;
  }
  .s-stats-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-logo-container-top {
    display: block;
    width: 80%;
    min-width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column {
    padding-right: 0px;
  }
  .paragraph-2.bigger {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .block-quote {
    font-size: 22px;
  }
  .block-quote.special {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .sub-header {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  .connect-hero {
    min-height: 500px;
  }
  .buttton {
    padding-right: 70px;
    padding-left: 70px;
  }
  .buttton.line {
    min-width: 250px;
  }
  .buttton.line.dark {
    margin-bottom: 15px;
  }
  .buttton.special {
    min-width: 250px;
  }
  .s-section-copy {
    padding: 20px;
  }
  .div-block-11-copy {
    position: static;
    margin: 20px 0px 0px;
    padding: 0px 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .black {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .casestudies-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-arrow-2 {
    margin-right: 0px;
  }
  .left-arrow-2 {
    margin-left: 0px;
  }
  .slide-content {
    padding-right: 60px;
    padding-left: 60px;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.lft {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row-first.lft {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-4 {
    margin-top: 10px;
  }
  .hero-block.special {
    max-width: 390px;
    margin-bottom: 5px;
  }
  .s-buttons-block-no-anim {
    min-width: 300px;
    padding-top: 0px;
  }
  .s-buttons-block-no-anim.special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-secttion-title-block-no-anim {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .price-tag {
    line-height: 26px;
  }
  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-link-tab-3 {
    background-color: transparent;
    font-size: 15px;
  }
  .tabs-bar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .downloads-item-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .downloads-div-block {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .indi-hero {
    height: auto;
  }
  .s-section-darkgrey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-buttons-dl {
    min-width: 300px;
  }
  .paragraph-4 {
    font-size: 15px;
  }
  .white-button {
    margin-right: 15px;
    margin-left: 15px;
  }
  .white-button.lightbg {
    margin-right: 14px;
    margin-left: 14px;
  }
  .connect-strip {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-container-100vh {
    height: auto;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  .s-container {
    left: 0px;
    top: 190px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section {
    padding-right: 10px;
  }
  .light {
    margin-top: 10px;
    font-size: 22px;
  }
  .light.s-text-center {
    font-size: 28px;
  }
  .light.special {
    font-size: 20px;
    line-height: 30px;
  }
  .light.special {
    font-size: 16px;
    line-height: 30px;
  }
  .s-form-block {
    width: 100%;
  }
  .hero.center {
    height: auto;
  }
  .s-buttons-block {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-button {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s-button.lightbg {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .s-button.lightbg.special {
    margin-top: 10px;
  }
  .s-tagline-block {
    padding-bottom: 0px;
  }
  .s-heading-4 {
    margin-top: 10px;
  }
  .paragraph {
    display: block;
    font-size: 13px;
    line-height: 22px;
  }
  .red-div {
    display: block;
  }
  .red-div.left {
    display: none;
    float: none;
  }
  .s-heading-3 {
    font-size: 18px;
  }
  .s-logo-container {
    display: block;
    width: 90%;
    min-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-11 {
    margin-right: 20px;
    margin-left: 0px;
  }
  .grid-div-block {
    min-width: 300px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .div-block-13 {
    display: none;
  }
  .s-grid-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-secttion-title-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .s-text-block-special {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slider {
    height: 50px;
  }
  .s-heading-1 {
    font-size: 26px;
    line-height: 40px;
  }
  .s-heading-1.special {
    font-size: 26px;
    line-height: 32px;
  }
  .s-buttons-block-hro {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .s-stats-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-logo-container-top {
    display: block;
    width: 80%;
    min-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading {
    line-height: 44px;
  }
  .paragraph-2.bigger {
    font-size: 17px;
    line-height: 28px;
  }
  .block-quote.special {
    font-size: 20px;
    line-height: 28px;
  }
  .sub-header {
    font-size: 18px;
    line-height: 26px;
  }
  .buttton.line {
    line-height: 16px;
  }
  .buttton.special {
    line-height: 16px;
  }
  .s-section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-11-copy {
    margin: 20px 0px 0px;
    padding-bottom: 0px;
  }
  .black {
    font-size: 22px;
  }
  .black.special {
    display: none;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .right-arrow-2 {
    margin-right: 0px;
  }
  .left-arrow-2 {
    margin-left: 0px;
  }
  .slide-content {
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cs-slide-1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/wz132_1680_1050.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/wz132_1680_1050.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .ref {
    font-size: 15px;
    line-height: 26px;
  }
  .cs-slide-3 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Mbenz.JPG');
    background-image: linear-gradient(180deg, null, null), url('../images/Mbenz.JPG');
    background-position: 0px 0px, 50% 50%;
  }
  .image-21 {
    width: 300px;
    height: 68px;
  }
  .row-first.lft {
    margin-top: 0px;
  }
  .hero-block.special {
    max-width: 280px;
  }
  .s-buttons-block-no-anim {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-secttion-title-block-no-anim {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .price-tag {
    display: block;
    font-size: 20px;
    line-height: 22px;
  }
  .tabs-bar {
    display: none;
  }
  .downloads-item-block.special {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .indi-hero {
    min-height: 500px;
  }
  .modal-window {
    min-width: 280px;
    padding: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-buttons-dl {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .connect-ref-div-block {
    display: none;
    padding-right: 14px;
    padding-left: 14px;
  }
  .heading-9 {
    margin-bottom: 0px;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }
  .white-button {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .white-button.lightbg {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .white-button.lightbg.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .white-button.lightbg.center.js-download-business.no-bottom-padding {
    margin-bottom: 0px;
  }
  .image-25 {
    width: 60px;
  }
  .connect-strip {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .s-container {
    top: 190px;
  }
  .section {
    padding-right: 0px;
  }
  .subtitle {
    font-size: 13px;
  }
  .light {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .light.s-text-center {
    font-size: 20px;
    line-height: 30px;
  }
  .light.special {
    font-size: 20px;
    line-height: 30px;
  }
  .light.special {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .s-text-center {
    font-size: 13px;
  }
  .s-special {
    font-size: 18px;
  }
  .s-form-block {
    width: 100%;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .s-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-input {
    font-size: 13px;
  }
  .s-btn-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .s-message {
    font-size: 11px;
  }
  .embeddedvideo.special {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .s-buttons-block {
    min-width: 230px;
  }
  .s-button.lightbg.compare {
    margin-top: 10px;
    padding: 30px;
  }
  .s-heading-4 {
    font-size: 16px;
  }
  .s-heading-4.special {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
  }
  .s-logo-container {
    min-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-4 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .s-section-white {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-div-block {
    min-width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-section {
    border-bottom: 1px solid #ccced3;
  }
  .s-secttion-title-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .s-section-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-text-block-special {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
    border-left-width: 0px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .s-section-special {
    background-color: #f2f2f5;
  }
  .logo-special {
    width: 50%;
    height: 50%;
  }
  .s-special-container {
    min-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paragraph-special {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .s-heading-1 {
    line-height: 35px;
  }
  .s-heading-1.special {
    margin-top: 0px;
    font-size: 26px;
    line-height: 32px;
  }
  .s-buttons-block-hro {
    min-width: 280px;
    padding-bottom: 114px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    width: 50%;
    height: 50%;
  }
  .s-stats-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 280px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-logo-container-top {
    display: block;
    min-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subtitle-copy {
    font-size: 13px;
  }
  .heading-black {
    font-size: 24px;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-4 {
    font-size: 18px;
  }
  .paragraph-2 {
    font-size: 15px;
    line-height: 28px;
  }
  .paragraph-2.bigger {
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }
  .block-quote {
    font-size: 20px;
  }
  .block-quote.special {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 20px;
    text-shadow: 0 4px 2px rgba(0, 0, 0, .8);
  }
  .bold-text-4 {
    font-size: 16px;
    line-height: 30px;
  }
  .sub-header {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .sub-header.dark {
    margin-top: 0px;
  }
  .connect-hero {
    padding-right: 19px;
    padding-left: 19px;
  }
  .buttton.line-rounded {
    padding-right: 30px;
    padding-left: 30px;
  }
  .buttton.line {
    min-width: 200px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 16px;
  }
  .buttton.line.dark {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .buttton.special {
    min-width: 200px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 16px;
  }
  .s-section-copy {
    padding-top: 10px;
    border-bottom: 1px solid #ccced3;
  }
  .div-block-11-copy {
    margin: 0px 0px 10px;
  }
  .black {
    font-size: 20px;
    line-height: 30px;
  }
  .black.special {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .slider-2 {
    max-height: 40vh;
    min-height: 630px;
  }
  .slide-nav-2 {
    margin-bottom: 10px;
  }
  .slide-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ref {
    font-size: 14px;
    line-height: 30px;
  }
  .image-21 {
    width: 212px;
    height: 48px;
  }
  .row.lft {
    width: 100%;
  }
  .row.rght {
    width: 100%;
  }
  .row-first.lft {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-buttons-block-no-anim {
    min-width: 230px;
  }
  .s-secttion-title-block-no-anim {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .downloads-item-block.special {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .indi-hero {
    padding-right: 19px;
    padding-left: 19px;
  }
  .s-section-darkgrey {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-window {
    min-width: 240px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-buttons-dl {
    min-width: 230px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .connect-ref-div-block {
    height: 130px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-4 {
    font-size: 13px;
    line-height: 17px;
  }
  .white-button.lightbg.center {
    padding: 10px;
  }
  .image-25 {
    width: 80px;
  }
  .image-28 {
    display: none;
  }
}

