/* ================================================
   MEMBERSPARK DIGITAL STYLES
    ================================================
   
   NAVIGATION GUIDE - Search for these markers:
   
   [RESET] - CSS Reset
   [BASE] - Base styles & typography
   [HEADER] - Header & navigation
   [HERO] - Hero section
   [PRODUCTS] - Product tiles section
   [FOOTER] - Footer
   [MEDIA] - Media queries
   
   Custom overrides in: memberspark.css
   
   ================================================ */

/* [RESET] CSS Reset & Base Elements
   ================================================ */
   
/* membersparkdigital.com 2025 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  outline: none;
}
body {
  font-family: 'Graphik Web', Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #dbdce9;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
}
::-webkit-scrollbar {
  display: none;
  width: 3px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  background: #eaecf2;
}
input:-moz-placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
  opacity: 0.4;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  min-width: 1180px;
}
body {
  overflow-x: hidden;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-wrapper,
.header-navigation-zone .inner {
  margin: 0 60px;
}
@media only screen and (max-width: 1260px) {
  .global-wrapper,
  .header-navigation-zone .inner {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .global-wrapper,
  .header-navigation-zone .inner {
    margin: 0 40px;
  }
}
.header-full-width-giant-menu .main-menu-wrapper {
  left: 0!important;
  right: 0!important;
}
.header-full-width .header-navigation-zone .inner {
  margin: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.valign {
  display: inline-block;
  vertical-align: middle;
}
.hentry,
.no-results {
  border: 0 none;
  margin: 0 0 80px;
  min-height: 260px;
  padding: 0;
  position: relative;
}
.entry-content p {
  line-height: 32px;
  margin: 0 0 25px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
.entry-content img.size-full,
.entry-content img.size-large {
  height: auto;
  width: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  width: 100%;
}
.hentry img {
  margin-bottom: 30px;
}
.content.content-blog {
  color: #20225e;
}
.content.content-blog ul {
  margin: 0 0 24px 24px;
  line-height: 24px;
}
/*
 * Next/Prev posts navigation
 */
.pager {
  margin: 20px 0!important;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 6px 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #9da6b2;
  border: 1px solid #eaecf2;
}
.pager li > a:hover {
  text-decoration: none;
  color: #20225e;
  border: 1px solid #20225e;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: default;
}
.content-title {
  font-size: 54px;
  line-height: 1.35em;
}
@media only screen and (max-width: 1260px) {
  .content-title {
    font-size: 28px;
    line-height: 1.32em;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .content-title {
    font-size: 28px;
    line-height: 1.32em;
  }
}
@media only screen and (min-width: 1600px) {
  .header-get-started-wrapper .content-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .content-title {
    font-size: 38px;
  }
}
.sub-content-title {
  font-size: 24px;
  line-height: 1.75em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1260px) {
  .sub-content-title {
    font-size: 18px;
    line-height: 1.77em;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .sub-content-title {
    font-size: 18px;
    line-height: 1.77em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .sub-content-title {
    font-size: 18px;
    line-height: 1.75em;
  }
}
.content-description {
  font-size: 24px;
}
@media only screen and (max-width: 1260px) {
  .content-description {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .content-description {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  color: #5f7eb4;
}
.header-get-started-wrapper {
  display: none;
}
.global-wrapper.composer .header-get-started-wrapper.composer {
  display: block;
}
.global-wrapper.vx .header-get-started-wrapper.vx {
  display: block;
}
.global-wrapper.ai .header-get-started-wrapper.ai {
  display: block;
}
.global-wrapper.id .header-get-started-wrapper.id {
  display: block;
}
.global-wrapper.go .header-get-started-wrapper.go {
  display: block;
}
.global-wrapper.contact-sales .header-get-started-wrapper,
.global-wrapper.landing .header-get-started-wrapper {
  display: block;
}
/* GIANT MENU ----------------------------------- */
/* GIANT MENU ----------------------------------- */
.main-menu {
  height: 100%;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
  /* For webkits only */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .main-menu {
    margin-right: -3px;
  }
}
.main-menu-wrapper {
  min-width: 1180px;
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  bottom: 0;
  left: 60px;
  right: 60px;
}
@media only screen and (min-width: 1180px) and (max-width: 1599px) {
  .main-menu-wrapper {
    min-width: 1100px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .main-menu-wrapper {
    left: 0;
    right: 0;
  }
}
.main-menu-wrapper .close-main-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  letter-spacing: .1em;
  padding: 0 20px 0 32px;
  box-sizing: content-box;
  background: url("../images/ms/auth-sprites-version=1460459699819.png") 0 -120px no-repeat #05136c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.main-menu .column-wrapper {
  display: table;
  table-layout: fixed;
  width: 21%;
  float: left;
  height: 100%;
}
@media (max-width: 1490px) {
  .main-menu .column-wrapper {
    width: 18%;
  }
}
@media (min-width: 1920px) {
  .main-menu .column-wrapper {
    width: 18%;
  }
}
@media (min-width: 2500px) {
  .main-menu .column-wrapper {
    width: 17%;
  }
}
.main-menu .column-about {
  display: table;
  table-layout: fixed;
  width: 37%;
  float: left;
  height: 100%;
}
@media (max-width: 1490px) {
  .main-menu .column-about {
    width: 46%;
  }
}
@media (min-width: 1920px) {
  .main-menu .column-about {
    width: 46%;
  }
}
@media (min-width: 2500px) {
  .main-menu .column-about {
    width: 49%;
  }
}
.main-menu .column {
  position: relative;
  background: rgba(245, 246, 252, 0.99);
  color: #20225e;
  display: table-cell;
  vertical-align: top;
  border-right: 2px solid #e9eaf3;
}
.main-menu .column .menu-row {
  border-bottom-color: #e9eaf3;
}
.main-menu .column .menu-tile-inner {
  border-left-color: #e9eaf3;
}
.main-menu .column .menu-tile-hover {
  background: #fff;
  box-shadow: 0 15px 50px rgba(155, 156, 172, 0.5);
}
.main-menu .column .column-heading {
  border-bottom-color: #e9eaf3;
}
.main-menu .column .menu-tile-link {
  color: #5f7eb4;
}
.main-menu .column .product-description {
  color: #20225e;
  opacity: 0.6;
}
.main-menu .column.consumers .menu-tile-link {
  color: #5f7eb4;
  text-align: center;
}
.main-menu .column.consumers .menu-tile-link .icon {
  margin-top: 35px;
}
@media (max-width: 1490px) {
  .main-menu .column.consumers .menu-tile-link .icon {
    margin-top: 22px;
  }
}
@media (min-width: 1920px) {
  .main-menu .column.consumers .menu-tile-link .icon {
    margin-top: 55px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.consumers .menu-tile-link .icon {
    margin-top: 72px;
  }
}
.main-menu .column.consumers .menu-tile-link .label {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 1490px) {
  .main-menu .column.consumers .menu-tile-link .label {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "BentonSans Medium", Arial, sans-serif;
    letter-spacing: 1px;
    margin-top: 7px;
  }
}
.main-menu .column.about {
  width: 47%;
  position: static;
  border-right: none;
}
.main-menu .column.about .menu-row {
  overflow: hidden;
}
.main-menu .column.about .column-heading {
  border-bottom-color: #eff1f7;
}
.main-menu .column.about .menu-tile {
  position: relative;
}
.main-menu .column.about .small {
  padding-top: 60px;
}
@media (max-width: 1490px) {
  .main-menu .column.about .small {
    padding-top: 40px;
  }
}
@media (min-width: 1919px) {
  .main-menu .column.about .small {
    display: none;
  }
}
@media (max-width: 1919px) {
  .main-menu .column.about .widescreen {
    display: none;
  }
}
.main-menu .column.about .about-row {
  height: 320px;
}
@media (max-width: 1490px) {
  .main-menu .column.about .about-row {
    height: 240px;
  }
}
@media (min-width: 1920px) {
  .main-menu .column.about .about-row {
    height: 200px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row {
    height: 260px;
  }
}
.main-menu .column.about .about-row.about-top {
  padding-top: 55px;
}
@media (max-width: 1490px) {
  .main-menu .column.about .about-row.about-top {
    padding-top: 10px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row.about-top {
    padding-top: 80px;
  }
}
.main-menu .column.about .about-row .email {
  padding-left: 35px;
  font-size: 28px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 1490px) {
  .main-menu .column.about .about-row .email {
    display: block;
    padding-left: 25px;
  }
}
@media (min-width: 1919px) {
  .main-menu .column.about .about-row .email {
    display: none;
  }
}
.main-menu .column.about .about-row .email-big {
  padding-left: 35px;
  font-size: 28px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 1919px) {
  .main-menu .column.about .about-row .email-big {
    display: none;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row .email-big {
    padding-left: 50px;
    font-size: 38px;
  }
}
.main-menu .column.about .about-row .address {
  float: left;
  font-size: 15px;
  margin-top: 35px;
  padding-left: 35px;
  list-style: none;
  color: #20225e;
}
.main-menu .column.about .about-row .address li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-menu .column.about .about-row .address li a {
  color: #5f7eb4;
}
@media (max-width: 1490px) {
  .main-menu .column.about .about-row .address {
    float: left;
    padding-left: 25px;
    font-size: 13px;
    margin-top: 12px;
  }
}
@media (min-width: 1491px) and (max-width: 1920px) {
  .main-menu .column.about .about-row .address {
    margin-top: 40px;
  }
}
@media (max-width: 1699px) {
  .main-menu .column.about .about-row .address {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .main-menu .column.about .about-row .address {
    display: none;
  }
}
.main-menu .column.about .about-row .address-big {
  display: none;
}
@media (min-width: 1920px) {
  .main-menu .column.about .about-row .address-big {
    display: inline-block;
    padding-left: 30px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row .address-big {
    padding-left: 50px;
  }
}
.main-menu .column.about .about-row .address-list-item {
  display: none;
  margin-top: 50px;
  color: #20225e;
}
@media (min-width: 1920px) {
  .main-menu .column.about .about-row .address-list-item {
    display: inline-block;
    float: left;
    list-style: none;
    font-size: 15px;
    font-family: "Graphik Web", Arial, sans-serif;
    font-weight: 300;
  }
  .main-menu .column.about .about-row .address-list-item li {
    margin-top: 15px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row .address-list-item li {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .main-menu .column.about .about-row .address-ny-big,
  .main-menu .column.about .about-row .address-london-big {
    padding-top: 43px;
    padding-left: 35px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row .address-ny-big,
  .main-menu .column.about .about-row .address-london-big {
    padding-top: 53px;
    padding-left: 45px;
  }
}
.main-menu .column.about .about-row .about-link {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 27px;
  padding-left: 35px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  height: 60px;
  background: #edeef7;
}
@media (max-width: 1380px) {
  .main-menu .column.about .about-row .about-link {
    font-size: 9px;
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .about-row .about-link {
    padding-left: 50px;
  }
}
.main-menu .column.about .blog-row {
  height: 320px;
  border-bottom: none;
}
@media (min-width: 1920px) {
  .main-menu .column.about .blog-row {
    overflow-y: scroll;
  }
}
.main-menu .column.about .article-title {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: rgba(64, 82, 106, 0.6);
  max-width: 80%;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 8px;
  padding-left: 35px;
  line-height: 1.35em;
}
@media (max-width: 1490px) {
  .main-menu .column.about .article-title {
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .article-title {
    font-size: 24px;
    font-family: "Graphik Web", Arial, sans-serif;
    font-weight: 300;
    padding-left: 50px;
  }
}
.main-menu .column.about .article-description {
  max-width: 85%;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
  padding-left: 35px;
  display: none;
}
@media (min-width: 1920px) {
  .main-menu .column.about .article-description {
    display: block;
  }
}
@media (min-width: 2500px) {
  .main-menu .column.about .article-description {
    max-width: 75%;
    padding-left: 50px;
  }
}
.main-menu .menu-row {
  height: 160px;
  border-bottom: 2px solid;
}
.main-menu .menu-row:last-child {
  border-bottom: none;
}
.main-menu .menu-row.no-border {
  border-bottom: none;
}
@media (max-width: 1490px) {
  .main-menu .menu-row {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .main-menu .menu-row {
    height: 200px;
  }
}
@media (min-width: 2500px) {
  .main-menu .menu-row {
    height: 260px;
  }
}
.main-menu .column-heading {
  display: table-caption;
  color: #fff;
  height: 60px;
  background: #05136c;
  line-height: 61px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 35px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  border-right: 2px solid #1f2c7e;
}
@media (max-width: 1490px) {
  .main-menu .column-heading {
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column-heading {
    padding-left: 50px;
  }
}
.main-menu .column-heading-about {
  color: #fff;
  height: 60px;
  background: #05136c;
  line-height: 61px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 35px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  border-right: none;
}
@media (max-width: 1490px) {
  .main-menu .column-heading-about {
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .column-heading-about {
    padding-left: 50px;
  }
}
.main-menu .links-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(64, 82, 106, 0.6);
  padding-left: 35px;
  padding-top: 35px;
}
@media (max-width: 1490px) {
  .main-menu .links-title {
    font-size: 9px;
    padding-top: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .links-title {
    padding-top: 50px;
    padding-left: 50px;
  }
}
.main-menu .links-list {
  font-size: 15px;
  padding-left: 35px;
  list-style: none;
}
.main-menu .links-list li {
  margin-top: 17px;
}
.main-menu .links-list li a {
  color: #5f7eb4;
}
@media (max-width: 1490px) {
  .main-menu .links-list {
    font-size: 13px;
    padding-left: 25px;
  }
  .main-menu .links-list li {
    margin-top: 13px;
  }
}
@media (min-width: 2500px) {
  .main-menu .links-list {
    padding-left: 50px;
  }
}
.main-menu .menu-tile {
  height: 100%;
}
.main-menu .menu-tile.contacts {
  position: relative;
}
.main-menu .menu-tile.half {
  float: left;
  width: 50%;
}
.main-menu .menu-tile.third {
  float: left;
  width: 33.333333%;
}
.main-menu .menu-tile-inner {
  border-left: 2px solid;
  height: 100%;
  position: relative;
}
.main-menu .menu-tile:first-child .menu-tile-inner {
  border-left: none;
}
.main-menu .menu-tile-link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main-menu .menu-tile-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0;
  z-index: 50;
}
.main-menu .menu-tile:hover .menu-tile-hover {
  opacity: 1;
  margin: -11px;
  z-index: 51;
}
.main-menu .menu-tile:hover .menu-tile-link {
  z-index: 51;
}
.main-menu .menu-tile .product-title {
  padding-left: 35px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  padding-top: 11%;
}
@media (max-width: 1490px) {
  .main-menu .menu-tile .product-title {
    padding-left: 25px;
    padding-top: 10%;
    font-size: 42px;
  }
}
@media (min-width: 1920px) {
  .main-menu .menu-tile .product-title {
    font-size: 60px;
    padding-top: 16%;
  }
}
@media (min-width: 2500px) {
  .main-menu .menu-tile .product-title {
    font-size: 80px;
    padding-left: 50px;
  }
}
.main-menu .menu-tile .product-description {
  max-width: 82%;
  padding-left: 35px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4em;
}
@media (max-width: 1490px) {
  .main-menu .menu-tile .product-description {
    max-width: 90%;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media (min-width: 1920px) {
  .main-menu .menu-tile .product-description {
    margin-top: 15px;
  }
}
@media (min-width: 2500px) {
  .main-menu .menu-tile .product-description {
    padding-left: 50px;
  }
}
.main-menu .blog-posts {
  top: 380px;
  right: 0;
  bottom: 60px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
}
.main-menu .blog-posts .links-title {
  padding-top: 30px;
}
@media (max-width: 1490px) {
  .main-menu .blog-posts .links-title {
    padding-top: 19px;
  }
}
@media (min-width: 2500px) {
  .main-menu .blog-posts .links-title {
    padding-top: 45px;
  }
}
@media (max-width: 1490px) {
  .main-menu .blog-posts {
    top: 300px;
  }
}
@media (min-width: 1920px) {
  .main-menu .blog-posts {
    top: 460px;
  }
}
@media (min-width: 2500px) {
  .main-menu .blog-posts {
    top: 580px;
    padding-bottom: 105px;
  }
}
.main-menu .icon {
  background: url("../images/ms/main-menu-icons-sprite-version=1460459699833.png") no-repeat;
  width: 53px;
  height: 53px;
  display: inline-block;
  text-indent: -9999px;
}
.main-menu .icon.lock {
  background-position: 0 0;
}
.main-menu .icon.help {
  background-position: -53px 0;
}
@media (min-width: 2500px) {
  .main-menu .icon {
    background: url("../images/ms/main-menu-icons-sprite-big-version=1460459699834.png") no-repeat;
    width: 78px;
    height: 78px;
  }
  .main-menu .icon.lock {
    background-position: 0 0;
  }
  .main-menu .icon.help {
    background-position: -78px 0;
  }
}
.main-menu .icon-address {
  display: none;
  width: 20px;
  height: 30px;
  margin-top: 85px;
  margin-right: 25px;
}
@media (min-width: 1920px) {
  .main-menu .icon-address {
    background: url("../images/ms/marker-version=1460459699834.png") no-repeat;
    display: inline-block;
    float: left;
    text-indent: -9999px;
  }
}
@media (min-width: 2500px) {
  .main-menu .icon-address {
    margin-top: 110px;
  }
}
.main-menu .arrow-icon::after {
  padding-left: 6px;
  content: url("../images/ms/main-menu-arrow-version=1460459699834.png") no-repeat;
}
.main-menu .blog-link {
  z-index: 9999;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 27px;
  padding-left: 35px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  height: 60px;
  background: #edeef7;
}
@media (max-width: 1490px) {
  .main-menu .blog-link {
    font-size: 9px;
    padding-left: 25px;
  }
}
@media (min-width: 2500px) {
  .main-menu .blog-link {
    padding-left: 50px;
  }
}
/* Animated sections
----------------------------------*/
.inview {
  opacity: 0;
  transform: translate(0, 120px);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.inview.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.inview.visible .animate-content {
  opacity: 0;
  transform: translate(0, 120px);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
/*! jQuery UI - v1.11.4 - 2015-03-27
* http://jqueryui.com
* Includes: core.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-tooltip {
  padding: 0 10px 0 8px;
  height: 20px;
  line-height: 22px;
  white-space: nowrap;
  position: absolute;
  z-index: 9999;
  text-transform: uppercase;
  background: #ffffff;
  color: #5f7eb4;
  border-radius: 10px;
  font-size: 10px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* DEPRECATED */
/*.menu-tile.image {
                    background: url("../img/main-menu-blog-img.png") left center no-repeat;
                    line-height: 249px;
                    text-align: center;

                    &:hover .read-story {
                        opacity: 1;
                    }

                    @media (max-width: 1920px) {
                        line-height: 177px;
                    }
                }

                .read-story {
                    display: inline-block;
                    font-size: 15px;
                    height: 40px;
                    line-height: 40px;
                    background: rgba(20, 62, 134, 0.9);
                    border-radius: 20px;
                    padding: 0 24px;
                    color: #ffffff;
                    opacity: 0;
                    -webkit-transition: opacity 0.15s ease-in-out;
                    -moz-transition: opacity 0.15s ease-in-out;
                    -ms-transition: opacity 0.15s ease-in-out;
                    -o-transition: opacity 0.15s ease-in-out;
                    transition: opacity 0.15s ease-in-out;
                }*/
.mr30 {
  margin-right: 30px!important;
}
.mt {
  opacity: 0.5;
  color: #ffffff;
}
.va {
  display: inline-block;
  vertical-align: middle;
}
.mb194 {
  margin-bottom: 8%!important;
}
.get-started-svg {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: url("../images/buttons/150x50-version=1460459699838.svg") 0 0 no-repeat;
  background-size: 100%;
}
.get-started {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  transform: scale(1) transform3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.09s;
  top: 0;
}
.get-started-wrapper {
  position: relative;
  height: 62px;
  display: inline-block;
  cursor: pointer;
  width: 186px;
}
.get-started-wrapper .shadow-container {
  position: absolute;
  top: -6px;
  right: 15px;
  bottom: 6px;
  left: 0;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  border-radius: 6px;
}
.get-started-wrapper .text {
  position: absolute;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.get-started-wrapper:hover .get-started {
  top: -6px;
  height: 62px;
  line-height: 62px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.get-started-wrapper:hover .shadow-container {
  box-shadow: 5px 15px 50px rgba(5, 18, 108, 0.4);
  transition-delay: 0.08s;
}
.get-started-big {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  transform: scale(1) transform3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.09s;
  top: 0;
  width: 224px;
}
.get-started-big-wrapper {
  position: static;
  height: 92px;
  display: inline-block;
  cursor: pointer;
  font-size: 28px;
}
.get-started-big-wrapper .shadow-container {
  position: absolute;
  top: -6px;
  right: 15px;
  bottom: 6px;
  left: 0;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  border-radius: 6px;
}
.get-started-big-wrapper .text {
  position: absolute;
  color: #FFFFFF;
  height: 80px;
  line-height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.get-started-big-wrapper:hover .get-started-big {
  top: -6px;
  height: 92px;
  width: 258px;
  line-height: 92px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.get-started-big-wrapper:hover .shadow-container {
  box-shadow: 5px 15px 50px rgba(5, 18, 108, 0.4);
  transition-delay: 0.08s;
}
.press-release-btn,
.modal-send-btn,
.inquire-btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  min-width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  background: #0042a2;
  font-size: 15px;
}
.press-release-btn.download-btn,
.modal-send-btn.download-btn,
.inquire-btn.download-btn {
  background: none;
  border: 1px solid #0042a2;
  height: 43px;
  line-height: 43px;
  min-width: 185px;
  color: #0042a2;
  margin-left: 12px;
}
.press-release-btn.download-btn .icon-down-arrow,
.modal-send-btn.download-btn .icon-down-arrow,
.inquire-btn.download-btn .icon-down-arrow {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../images/ms/bottom-arrow-blue-version=1460459699866.png") no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.modal-send-btn {
  position: absolute;
  z-index: 20;
  left: auto;
  right: 30px;
  bottom: -60px;
  min-width: 100px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  transition: opacity 0.55s cubic-bezier(0.075, 0.82, 0.165, 1), bottom 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.info .modal-send-btn,
.success .modal-send-btn {
  bottom: -100;
  opacity: 0;
  visibility: hidden;
}
.press-release-btn {
  display: none;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.press-release-btn {
  font-size: 18px;
  min-width: 220px;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding-left: 50px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
  background: url("../images/ms/press-release-download-ico-version=1460459699866.png") 25px center no-repeat #0042a2;
}
.sign-up-btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  background: #5f7eb4;
}
.button {
  display: inline-block;
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.button.blue {
  color: #ffffff;
  background: #5f7eb4;
}
.align-it::after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.ms-modal {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  min-height: 590px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
}
.ms-modal-close {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/modal/modal-close-btn-version=1460459699867.png") 9px 9px rgba(58, 124, 219, 0.9) no-repeat;
}
.ms-modal-wrapper {
  position: fixed;
  text-align: center;
  left: 0;
  top: -3000px;
  opacity: 0;
  transition: top 0s linear 0.8s, opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  height: 100%;
  z-index: 1101;
  font-size: 0;
}
.ms-modal-wrapper.form,
.ms-modal-wrapper.info,
.ms-modal-wrapper.success {
  opacity: 1;
  top: 0;
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ms-modal-wrapper-overlay {
  position: fixed;
  text-align: center;
  left: 0;
  top: -100%;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), top 0s linear 0.8s;
  width: 100%;
  height: 100%;
  z-index: 1100;
  font-size: 0;
  background: #20529b;
}
.ms-modal-wrapper-overlay.form,
.ms-modal-wrapper-overlay.info,
.ms-modal-wrapper-overlay.success {
  opacity: 0.95;
  top: 0;
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), top 0s;
}
.ms-modal .ms-modal-header {
  width: 100%;
  height: 0;
  transition: height 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.info .ms-modal .ms-modal-header {
  height: 160px;
}
.form .ms-modal .ms-modal-header,
.success .ms-modal .ms-modal-header {
  height: 30px;
}
.ms-modal .ms-modal-header .header {
  transition: height 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100%;
}
.composer .ms-modal .ms-modal-header .header {
  background: url("../images/modal/modal-composer9464.png") 0 0 no-repeat;
}
.vx .ms-modal .ms-modal-header .header {
  background: url("../images/modal/modal-vx9464.png") 0 0 no-repeat;
}
.ai .ms-modal .ms-modal-header .header {
  background: url("../images/modal/modal-aic62b.png") 0 0 no-repeat;
}
.id .ms-modal .ms-modal-header .header {
  background: url("../images/modal/modal-idc62b.png") 0 0 no-repeat;
}
.ms-modal .ms-modal-header .header-logo {
  display: none;
}
.ms-modal-content {
  position: relative;
  color: #20225e;
  background: #f4f4ff;
  height: 340px;
  text-align: center;
  transition: 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form .ms-modal-content,
.success .ms-modal-content {
  height: 496px;
}
.success .ms-modal-content {
  height: 470px;
}
.ms-modal .inquire-btn {
  opacity: 0;
  transition: 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.info .ms-modal .inquire-btn {
  opacity: 1;
  transition: 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0.55s;
}
.ms-modal-footer {
  overflow: hidden;
  position: relative;
  z-index: 3;
  color: #20225e;
  background: #ebebf9;
  transition: background 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.success .ms-modal-footer {
  background: #f4f4ff;
}
.ms-modal-footer-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  transition: margin-top 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form .ms-modal-footer-wrapper,
.success .ms-modal-footer-wrapper {
  opacity: 0;
  margin-top: 200px;
}
.ms-modal-footer .go-live {
  font-size: 18px;
  margin-right: 6px;
}
.ms-modal-footer .footer-text {
  opacity: 0.6;
}
.ms-modal-footer .sign-up-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: top 0.8s ease-in, opacity 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form .ms-modal-footer .sign-up-btn,
.success .ms-modal-footer .sign-up-btn {
  opacity: 0;
  top: 200px;
}
.ms-modal .modal-content {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  padding-top: 67px;
  transition: background 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ms-modal .modal-content .content-success,
.ms-modal .modal-content .content-info,
.ms-modal .modal-content .content-load {
  width: 50%;
}
.ms-modal .modal-content .content-form,
.ms-modal .modal-content .content-success,
.ms-modal .modal-content .content-info,
.ms-modal .modal-content .content-load {
  transition: height 0s 0.25s, opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* display: inline-block; */
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.info .ms-modal .modal-content .content-load,
.info .ms-modal .modal-content .content-info,
.form .ms-modal .modal-content .content-info {
  /* left: -25%; */
  width: 50%;
  overflow: visible;
  opacity: 1;
  height: auto;
}
.info .ms-modal .modal-content .content-info {
  width: 100%;
}
.form .ms-modal .modal-content .content-info,
.success .ms-modal .modal-content .content-success {
  width: 100%;
}
.info .ms-modal .modal-content .content-load {
  top: 40px;
  right: 0;
  /* left: 50%; */
  position: absolute;
}
.info .ms-modal .modal-content .content-load .inquire-btn.no-select {
  position: absolute;
  right: 135px;
  top: 146px;
  left: auto;
}
.ms-modal .modal-content-wrapper {
  width: 400px;
  margin: 0 auto;
}
.form .ms-modal .modal-content-wrapper {
  width: 500px;
}
.form .ms-modal .modal-content,
.success .ms-modal .modal-content {
  transition: background 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 590px;
}
.success .ms-modal .modal-content {
  height: 530px;
}
.form .ms-modal .modal-content {
  padding-top: 52px;
  background: #ebebf9;
}
.ms-modal .modal-back-button {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6d6d91;
}
.ms-modal .modal-back-button-wrapper {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 75px;
  left: 40px;
  width: 23px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form .ms-modal .modal-back-button-wrapper:hover {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form .ms-modal .modal-back-button-wrapper {
  transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0.55s;
  opacity: 0.6;
}
.ms-modal .modal-back-button::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -1px;
  width: 12px;
  transform: rotate(-40deg);
  height: 2px;
  background: #6d6d91;
}
.ms-modal .modal-back-button::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  width: 12px;
  transform: rotate(40deg);
  height: 2px;
  background: #6d6d91;
}
.ms-modal h1 {
  color: #20225e;
  font-size: 38px;
  line-height: 1.3em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 14px;
  transition: font-size 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ms-modal h1 span.contact-us-only,
.ms-modal h1 span.get-help-only,
.ms-modal h1 span.partner-only {
  display: none;
}
.form .ms-modal h1 {
  font-size: 38px;
}
.success .ms-modal h1 {
  font-size: 30px;
}
.partner .ms-modal h1 span.partner-only {
  display: inline;
}
.contact-us-modal .ms-modal h1 span.sales-only,
.get-help-modal .ms-modal h1 span.sales-only,
.partner .ms-modal h1 span.sales-only {
  display: none;
}
.contact-us-modal .ms-modal h1 span.contact-us-only,
.get-help-modal .ms-modal h1 span.get-help-only {
  display: inline;
}
.ms-modal .modal-content-wrapper p.we-are-sorry-you {
  display: none;
}
.get-help-modal .ms-modal .modal-content-wrapper p {
  display: none;
}
.get-help-modal .ms-modal .modal-content-wrapper p.we-are-sorry-you {
  display: block;
}
.get-help-modal .ms-modal .content-form ul li {
  width: 100%!important;
  margin-left: 0!important;
}
.get-help-modal .ms-modal .content-form ul li:nth-of-type(3),
.get-help-modal .ms-modal .content-form ul li:nth-of-type(4) {
  display: none!important;
}
.ms-modal p {
  font-size: 15px;
  opacity: 0.6;
  color: #20225e;
  line-height: 26px;
  margin-bottom: 37px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form {
  transition: height 0s 0.25s, opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul {
  font-size: 0;
  padding: 0 40px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li {
  list-style: none;
  display: inline-block;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li:not(:last-of-type) {
  margin-bottom: 20px;
  width: 350px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li:not(:last-of-type):nth-child(even) {
  margin-left: 20px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li:last-of-type {
  width: 100%;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li textarea,
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input {
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8fe;
  font-size: 15px;
  padding-left: 44px;
  color: #20225e;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li textarea.invalid,
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input.invalid {
  color: #df6240;
  border: 1px solid #e56a49;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li textarea:focus,
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input:focus {
  background-color: #fff;
  outline: none;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input {
  background: url("../images/modal/modal-field-icons896d.png") 16px 17px no-repeat #f8f8fe;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input.email {
  background-position: 16px -53px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input.company {
  background-position: 16px -124px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li input.role {
  background-position: 16px -192px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul li textarea {
  overflow: auto;
  resize: none;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  padding-top: 10px;
  background: url("../images/modal/modal-textarea-icon896d.png") 16px 14px no-repeat #f8f8fe;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul:before,
.ms-modal-wrapper .ms-modal .modal-content .content-form ul:after {
  content: " ";
  display: table;
}
.ms-modal-wrapper .ms-modal .modal-content .content-form ul:after {
  clear: both;
}
.ms-modal-wrapper.form .ms-modal .modal-content .content-form {
  display: block;
  height: 430px;
  opacity: 1;
  transition: height 0s 0.25s, opacity 0.55s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.ms-modal-wrapper .ms-modal .modal-content .content-success {
  transition: height 0s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 0;
}
.ms-modal-wrapper .ms-modal .modal-content .content-success .modal-content-wrapper {
  background: url("../images/modal/modal-success896d.png") center 77px no-repeat;
  padding-top: 86px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 430px;
}
.ms-modal-wrapper .ms-modal .modal-content .content-success .modal-content-wrapper p {
  padding-top: 10px;
}
.ms-modal-wrapper.success .ms-modal .modal-content .content-success {
  display: block;
  height: 350px;
  opacity: 1;
  transition: height 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s, opacity 0.55s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.ms-modal-wrapper.success .ms-modal .modal-content .content-success h1 {
  margin-top: 100px;
  margin-bottom: 3px;
}
.form.get-help-modal .ms-modal .modal-content {
  height: 515px;
}
.form.get-help-modal .ms-modal-content {
  height: 494px;
}
.form.get-help-modal .ms-modal {
  min-height: 540px;
}
.ms-modal-wrapper.form.get-help-modal .ms-modal .modal-content .content-form {
  height: 400px;
}
.form.get-help-modal .ms-modal-footer {
  height: 80px;
}
.header-carousel .owl-item {
  padding: 0 178px;
}
.header-carousel .owl-buttons {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.header-carousel .owl-buttons div {
  position: absolute;
  top: 30%;
  width: 17px;
  height: 30px;
  text-indent: -999em;
  background: url("../images/ms/carousel-buttons-version=1460459699877.png") 0 0 no-repeat;
}
.header-carousel .owl-buttons div.owl-prev {
  left: 120px;
}
.header-carousel .owl-buttons div.owl-next {
  right: 120px;
  background-position: -23px 0;
}
.header-carousel .owl-buttons div.owl-next,
.header-carousel .owl-buttons div.owl-prev {
  opacity: 0.2;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.header-carousel .owl-buttons div.owl-next:hover,
.header-carousel .owl-buttons div.owl-prev:hover {
  opacity: 1;
}
.owl-pagination {
  display: none;
  font-size: 0;
  line-height: normal;
  padding: 9% 0 11% 0;
}
.owl-pagination .owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0.2;
  background: #20225e;
  border-radius: 50%;
}
.owl-pagination .owl-page.active {
  opacity: 1;
}
.owl-pagination .owl-page:not(:last-of-type) {
  margin-right: 10px;
}
.brand .owl-pagination {
  display: block;
}
.brand .owl-buttons {
  display: none;
}
.global-wrapper {
  position: relative;
}
.global-wrapper.id .header-get-started-wrapper {
  max-width: 1000px;
}

/* [HEADER] Header & Navigation Section
   ================================================ */

.header {
  min-height: 400px;
}
.header-page {
  min-height: 200px;
}
.header-text {
  float: left;
  height: 100%;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  padding-right: 22px;
  line-height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-text .ml84 {
  margin-left: 70px;
}
.header-img {
  overflow: hidden;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 15px 0 0 20px;
  /*background: url("../images/spark-icon-gray.png") no-repeat;*/
}
.header-navigation-zone {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1180px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.header-navigation-zone .inner {
  height: 60px;
  background: #05136c;
}
.header-navigation-zone.white .inner {
  background: #ffffff;
}
.header-navigation-zone.white .block:not(.icons) {
  color: #20225e;
  opacity: 0.4;
}
.header-navigation-zone.white .hero-image {
  max-width: 100%;
}
.header-navigation-zone.white-auth-wrapper .icons.logged-in,
.header-navigation-zone.white-auth-wrapper .icons.login {
  border-left-color: rgba(64, 82, 106, 0.05);
}
.header-navigation-zone.white .header-auth-wrapper .block.icons {
  color: rgba(64, 82, 106, 0.4);
  background-color: #ffffff;
}
.header-navigation-zone.white .header-auth-wrapper .block.icons:hover {
  color: #ffffff;
  background-color: #5f7eb4;
}
.header-navigation-zone.white .header-auth-wrapper .block.icons.login:hover {
  background-position: 0 0;
}
.header-navigation-zone.white .header-auth-wrapper .block.icons.menu:hover {
  background-position: 0 -60px;
}
.header-navigation-zone.white .header-auth-wrapper .block.icons.logged-in {
  border-left-color: rgba(64, 82, 106, 0.05);
}
.header-navigation-zone.white .header-auth-wrapper .block.icons.logged-in:hover:after {
  background-position: 0 -60px;
}
.header-navigation-zone.white .header-auth-wrapper .block.icons.logged-in:after {
  background-position: 0 -120px;
}
.header-navigation-zone.white .header-text {
  border-right: 1px solid rgba(64, 82, 106, 0.05);
}
.header-navigation-zone.white .header-text .mt {
  opacity: 0.4;
  color: #20225e;
}
.header-navigation-zone.white .header-menu .menu-item a {
  opacity: 0.4;
  color: #20225e;
}
.header-navigation-zone.white .header-menu .menu-item a:hover {
  opacity: 1;
}
.header-navigation-zone.white .header-menu .menu-item.current_page_parent a,
.header-navigation-zone.white .header-menu .menu-item.current_page_item a {
  opacity: 1;
}
.header-navigation-zone.white .header-auth-wrapper .icons.login {
  border-left-color: rgba(64, 82, 106, 0.05);
  background-position: 0 -180px;
}
.header-navigation-zone.white .header-auth-wrapper .icons.menu {
  background-position: 0 -240px;
}
.header-menu {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
.header-menu .menu-item {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 28px;
  list-style: none;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 600;
}
.header-menu .menu-item.current_page_item a {
  color: #ffffff;
  opacity: 1;
}
.header-menu .menu-item a {
  opacity: 0.5;
  color: #ffffff;
  text-decoration: none;
}
.header-menu .menu-item a:hover {
  opacity: 1;
}
.header-auth-wrapper {
  float: right;
}
.header-auth-wrapper .menu-header-menu-pages-container {
  float: left;
  margin-right: 28px;
}
.header-auth-wrapper .block {
  position: relative;
  cursor: pointer;
  float: left;
  opacity: 0.5;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.header-auth-wrapper .block.icons {
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 0 20px 0 32px;
  box-sizing: content-box;
}
.header-auth-wrapper .block.about,
.header-auth-wrapper .block.help {
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.header-auth-wrapper .block:hover {
  opacity: 1;
}
.header-auth-wrapper .icons {
  background: url("../images/ms/auth-sprites-version=1460459699883.png") 0 0 no-repeat #05136c;
}
.header-auth-wrapper .icons:hover {
  background-color: #5f7eb4;
}
.header-auth-wrapper .icons.login {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-position: 0 0;
}
.header-auth-wrapper .icons.login:hover {
  border-left-color: transparent;
}
.header-auth-wrapper .icons.menu {
  background-position: 0 -60px;
}
.header-auth-wrapper .icons.logged-in {
  position: relative;
  overflow: hidden;
  width: 169px;
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-position: -99em;
}
.header-auth-wrapper .icons.logged-in:hover {
  border-left-color: transparent;
}
.header-auth-wrapper .icons.logged-in:hover:after {
  background-position: 0 -60px;
}
.header-auth-wrapper .icons.logged-in:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: url("../images/ms/user-avatar-gradients-version=1460459699883.png") 0 0 no-repeat;
}
.header-auth-wrapper .icons.logged-in img {
  position: relative;
  top: 12px;
  margin-right: 20px;
  border: 0 solid;
}
.header-gradient {
  background: #0e3b81;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwZTNiODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk5Y2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0e3b81), color-stop(100%, #799cd8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e3b81 30%, #799cd8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3b81', endColorstr='#799cd8', GradientType=0);
  /* IE6-8 */
}

/* [HERO] Hero Section (Homepage)
   ================================================ */

.header-get-started-wrapper {
  max-width: 100%;
  clear: both;
  margin: 60px auto 0 auto;
  padding-top: 81px;
  padding-bottom: 60px;
  text-align: center;
}
.header-get-started-wrapper .logo-with-text {
  display: inline-block;
  margin-top: 4px;
}
.global-wrapper.contact-sales .header-get-started-wrapper,
.global-wrapper.landing .header-get-started-wrapper {
  max-width: 685px;
  margin-top: 0;
  padding-top: 60px;
}
.header-get-started-wrapper .logo {
  margin-bottom: 52px;
}
.header-get-started-wrapper .content-title {
  color: #ffffff;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 17px;
}
.header-get-started-wrapper p {
  font-size: 18px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
  opacity: 0.5;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 26px;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}
.header-get-started-wrapper .get-started-wrapper {
  margin-bottom: 20px;
}
.header-carousel {
  text-align: center;
  padding-bottom: 63px;
}
.header-carousel img {
  display: inline-block;
  max-width: 100%;
}
.header-white {
  background: #fafafc;
  background: -moz-linear-gradient(top, #fafafc 0px, #efeff9 200px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #fafafc), color-stop(200px, #efeff9));
  background: -webkit-linear-gradient(top, #fafafc 0px, #efeff9 200px);
  background: -o-linear-gradient(top, #fafafc 0px, #efeff9 200px);
  background: -ms-linear-gradient(top, #fafafc 0px, #efeff9 200px);
  background: linear-gradient(to bottom, #fafafc 0px, #efeff9 200px);
}
.header-wrapper {
  position: relative;
  z-index: 1;
}
.header-wrapper .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 250px;
  vertical-align: middle;
  text-align: center;
  opacity: 0.2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header-wrapper .arrow:hover {
  opacity: 1;
  cursor: pointer;
  border: solid 0;
}
.header-wrapper .arrow:before {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-indent: -999em;
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 30px;
  background: url("../images/ms/carousel-buttons-version=1460459699886.png") 0 0 no-repeat;
}
.header-wrapper .arrow-left {
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.header-wrapper .arrow-right {
  background: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  right: 0;
}
.header-wrapper .arrow-right:before {
  background-position: -23px 0;
}
.global-wrapper.contact-sales .header-get-started-wrapper .logo,
.global-wrapper.landing .header-get-started-wrapper .logo {
  margin-top: 81px;
}
.main-illustration {
  text-align: center;
  padding: 0 100px;
}
.main-illustration img {
  max-width: 100%;
  padding: 0 0 3% 0;
}
.main-statistics {
  overflow: hidden;
  font-size: 0;
  height: 120px;
  margin: 40px 0;
}
.main-statistics .left-column {
  font-size: 0;
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
}
.main-statistics .left-column .tinypass-system-status {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  height: 13px;
  padding-left: 12px;
  margin-right: 20%;
}
.main-statistics .left-column .tinypass-system-status:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 13px;
  border-radius: 2px;
}
.main-statistics .left-column .tinypass-system-status.on:before {
  background: #4bd668;
}
.main-statistics .left-column .tinypass-systems {
  overflow: hidden;
  width: 54%;
  height: 24px;
  margin-top: -3px;
}
.main-statistics .left-column .tinypass-systems-icon {
  position: relative;
  float: left;
  width: 25%;
  height: 24px;
  background: url("../images/ms/landing-icons-version=1460459699892.png") 0 0 no-repeat;
}
.main-statistics .left-column .tinypass-systems-icon:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.main-statistics .left-column .tinypass-systems-icon.on:before {
  background: #4bd668;
}
.main-statistics .left-column .tinypass-systems .tinypass-system-api {
  width: 34px;
  height: 21px;
  margin-top: 2px;
  margin-right: 17%;
}
.main-statistics .left-column .tinypass-systems .tinypass-system-ai {
  width: 38px;
  height: 22px;
  margin-top: 1px;
  margin-right: 20%;
  background-position: 0 -20px;
}
.main-statistics .left-column .tinypass-systems .tinypass-system-payment {
  width: 32px;
  height: 20px;
  margin-top: 3px;
  margin-right: 20%;
  background-position: 0 -44px;
}
.main-statistics .left-column .tinypass-systems .tinypass-system-registration {
  width: 25px;
  height: 24px;
  background-position: 0 -66px;
}
.main-statistics .tinypass-system-status {
  font-size: 15px;
}
.main-statistics .tinypass-news {
  font-size: 0;
  width: 100%;
  height: 100%;
  padding-top: 12px;
}
.main-statistics .tinypass-news-item {
  vertical-align: top;
  font-size: 15px;
  width: 33%;
  padding-right: 2%;
  line-height: 1.35em;
}
.main-statistics .tinypass-news-item .news-date,
.main-statistics .tinypass-news-item .news-description {
  display: block;
  margin-bottom: 5px;
}
.main-statistics .tinypass-news-item .news-date {
  font-size: 10px;
  opacity: 0.6;
  color: #20225e;
  text-transform: uppercase;
}
.main-statistics .tinypass-news-item .news-link {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.main-statistics .tinypass-news-item .news-description {
  opacity: 0.6;
  color: #20225e;
  margin-bottom: 0;
}
.main-statistics .tinypass-news-wrapper {
  overflow: hidden;
  font-size: 15px;
  padding-left: 50px;
  border-left: 1px solid #d6d6e7;
  height: 100%;
}

/* [PRODUCTS] Product Tiles Section
   ================================================ */

.products-block {
  font-size: 0;
  height: 660px;
  margin-bottom: 80px;
}
.products-block .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 100%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.products-block .tile img {
  opacity: 0.2;
  -webkit-transition: margin 150ms ease-out 0ms;
  -moz-transition: margin 150ms ease-out 0ms;
  -o-transition: margin 150ms ease-out 0ms;
  transition: margin 150ms ease-out 0ms;
  margin-left: -20px;
}
.products-block .tile h1,
.products-block .tile .product-abbreviation {
  font-size: 120px;
  color: #5f7eb4;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;
}
.products-block .tile-composer h1,
.products-block .tile-composer .product-abbreviation {
    font-size: 90px;
    height: auto;
    padding-top: 0;
  }
.products-block .tile h2 {
  font-size: 24px;
  color: #20225e;
  margin-bottom: 26px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.products-block .tile p {
  padding: 0 18%;
  margin-bottom: 26px;
  color: #4A5568;
  font-size: 18px;
  line-height: 24px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.products-block .tile:nth-of-type(2) p {
  padding: 0 21%;
}
.products-block .tile:last-child p {
  padding: 0 24%;
}
.products-block .tile .background-layer {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
  background: #e8e8f4;
}
.products-block .tile .background-layer-img {
  -webkit-transition: background 250ms ease-out 0ms;
  -moz-transition: background 250ms ease-out 0ms;
  -o-transition: background 250ms ease-out 0ms;
  transition: background 250ms ease-out 0ms;
  height: 160px;
  background: rgba(14, 59, 129, 0.2);
}
.products-block .tile:hover .background-layer {
  z-index: 14;
  background-color: #ffffff;
  box-shadow: 0 40px 110px 0 rgba(16, 17, 75, 0.3);
  margin: -20px;
}
.products-block .tile:hover .background-layer-img {
  background: #0e3b81;
}
.products-block .tile:hover img {
  opacity: 1;
  margin-left: 0;
}
.products-block .tile-composer .background-layer {
  background: #e2e2f0;
}
.products-block .tile-vx .background-layer {
  background: #e8e8f4;
}
.products-block .tile-ai .background-layer {
  background: #ececf6;
}
.products-block .tile-id .background-layer {
  background: #efeff8;
}
.products-block .tile .foreground-layer {
  position: relative;
  z-index: 14;
  padding-top: 240px;
}
.products-block .tile .business-plan-type {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 93px;
  letter-spacing: .1em;
  text-align: center;
}
.products-block .tile .business-plan-type div {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  border-radius: 2px;
  color: #20225e;
  text-transform: uppercase;
  border: 1px solid rgba(64, 82, 106, 0.2);
}

/* Products Block Responsive - Tablet (2 columns) */
@media (max-width: 1199px) {
  .products-block {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .products-block .tile {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 500px;
  }
  .products-block .tile .foreground-layer {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 200px;
  }
  .products-block .tile .business-plan-type {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

/* Products Block Responsive - Mobile (1 column) */
@media (max-width: 767px) {
  .products-block .tile {
    width: 100%;
    min-height: 400px;
    padding-bottom: 40px;
  }
  .products-block .tile h1,
  .products-block .tile .product-abbreviation {
    font-size: 80px;
  }
  .products-block .tile h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .products-block .tile p {
    padding: 0 8%;
    font-size: 15px;
  }
  .products-block .tile .foreground-layer {
    padding-top: 160px;
  }
}

.global-wrapper.composer .header-carousel {
  padding-bottom: 0;
}
.global-wrapper.composer .content {
  background: #fafafd;
}
.global-wrapper.composer .system-features {
  border-top: none;
}
.global-wrapper.composer .system-features-wrapper .description {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  max-width: 400px;
}
.global-wrapper.composer .system-features-wrapper .content-title {
  max-width: 100%;
  display: block;
  text-align: center;
}
.global-wrapper.composer .system-features-left-column .inview {
  margin-right: -4px;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .global-wrapper.composer .system-features-left-column .inview {
    margin-right: -2px;
  }
}
.global-wrapper.composer .system-features-left-column,
.global-wrapper.composer .system-features-right-column {
  padding-top: 0;
  text-align: center;
  width: 50%;
  vertical-align: top;
}
.global-wrapper.composer .system-features .show-offer-image-wrapper,
.global-wrapper.composer .system-features .cards-image-wrapper {
  position: relative;
  height: 0;
  padding: 0 17% 104%;
}
.global-wrapper.composer .system-features .show-offer-image-wrapper img,
.global-wrapper.composer .system-features .cards-image-wrapper img {
  max-width: 100%;
  height: auto;
}
.global-wrapper.composer .system-features .cards-image-wrapper img {
  margin-top: 38%;
}
.global-wrapper.composer .footer-text-wrapper .content-title.composer {
  display: inline-block;
}
.global-wrapper.composer .footer-text-wrapper .content-title.non-composer {
  display: none;
}
.global-wrapper.composer .header-get-started-wrapper p {
  max-width: 760px;
}
.right-context-wrapper {
  padding-top: 8%;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.right-context-wrapper .content-title {
  margin-bottom: 3%;
}
.right-context-wrapper .sub-content-title {
  color: #40526a;
  opacity: 0.6;
  margin-bottom: 9%;
}
.right-context-wrapper .right-context-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.right-audience-wrapper {
  background: #7d9ff5;
  padding-top: 8%;
  padding-bottom: 5%;
  width: 100%;
}
.right-audience-wrapper .content-title {
  color: #ffffff;
  margin-bottom: 3%;
}
.right-audience-wrapper .sub-content-title {
  color: #ffffff;
  margin-bottom: 4%;
}
.right-audience-wrapper .right-audience-content {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}
.right-audience-wrapper .right-audience-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.right-audience-wrapper .right-audience-platforms {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.right-audience-wrapper .platforms-label {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 40px;
}
.right-audience-wrapper .platforms-logos {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 50px;
}
.right-audience-wrapper .platform-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
.right-audience-wrapper .platform-logo.pianoai {
  position: relative;
  top: 5px;
}
.think-it-block {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.think-it-block .content-title {
  margin-bottom: 3%;
  color: #ffffff;
}
.think-it-block .sub-content-title {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
  text-align: center;
  margin-bottom: 6%;
}
.think-it-block .think-it-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.content {
  float: left;
  width: 100%;
  background: #f6f7fe;
}
.content-title {
  color: #20225e;
  text-align: center;
  margin-bottom: 5%;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.business-model-slogan {
  color: #20225e;
  opacity: 0.6;
}
.business-model-slogan-wrapper {
  text-align: center;
  max-width: 1645px;
  margin: 0 auto 60px auto;
  padding-top: 60px;
}
.business-model-slogan-wrapper .content-title {
  margin-bottom: 37px;
}
.brand {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
}
.brand:nth-of-type(4n+4),
.brand:nth-of-type(4n+1) {
  background: #efeff8;
}
.brand-wrapper {
  overflow: hidden;
  font-size: 0;
}
.brand .brand-poster {
  width: 100%;
}
.brand .brand-logo {
  text-align: center;
  height: 140px;
  margin: -140px 0 6% 0;
}
.brand .content-title {
  margin-bottom: 7%;
}
.brand .description {
  text-align: center;
  line-height: 42px;
}
.brand .description .text {
  color: #20225e;
  opacity: 0.6;
  margin: 0 auto;
  padding: 0 44px;
  max-width: 735px;
}
.system-features {
  position: relative;
  z-index: 2;
  display: table;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #4269ac;
  border-bottom: 4px solid #4269ac;
  margin: 0 auto 8% auto;
}
.system-features-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.system-features-img.desktop {
  display: block;
}
.system-features-img.mobile {
  display: none;
}
.system-features-wrapper {
  overflow: hidden;
  display: block;
  color: #ffffff;
  background: #19438a;
  line-height: 26px;
}
.system-features-wrapper .content-title {
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  line-height: 70px;
}
.system-features-wrapper .description {
  opacity: 0.6;
}
.system-features-wrapper .graphical-reporting {
  position: relative;
  z-index: 2;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.system-features-wrapper .graphical-reporting .description {
  display: block;
  width: 710px;
}
.system-features-wrapper .graphical-reporting .content-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 42px;
}
.system-features-left-column,
.system-features-right-column {
  display: table-cell;
  vertical-align: middle;
  padding: 7% 0 9% 0;
}
.system-features-left-column .content-title,
.system-features-right-column .content-title {
  color: #ffffff;
  margin-bottom: 40px;
}
.system-features-left-column {
  border-right: 4px solid #4269ac;
  text-align: left;
}
.system-features-left-column .content-title {
  text-align: left;
  max-width: 200px;
}
.system-features-left-column .description {
  max-width: 546px;
}
.system-features-right-column {
  text-align: right;
}
.system-features-right-column .content-title {
  text-align: right;
  display: inline-block;
  max-width: 300px;
}
.system-features-right-column .description {
  display: inline-block;
  max-width: 550px;
}
.content-big-zone {
  position: relative;
  height: 735px;
  background: #5f7eb4;
}
.content-big-zone .beautiful-reporting-img {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -146px;
  max-width: 2440px;
  width: 100%;
  height: 1595px;
  transition: all 150ms ease-out 0ms;
  background: url("../images/ms/beautiful-reporting-version=1460459699906.png") -400px 0 no-repeat;
}
.finance-instruments-wrapper {
  font-size: 0;
  overflow: hidden;
  padding: 50px 100px;
}
.finance-instruments-wrapper .tile {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.finance-instruments-wrapper .tile-content {
  position: relative;
  margin: 20px;
}
.finance-instruments-wrapper .tile-content .image {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 21px;
  background: url("../images/ms/sprites-version=1460459699906.png") -50px 0 no-repeat;
}
.finance-instruments-wrapper .tile-content.universal-payments .image {
  background-position: 0 0px;
}
.finance-instruments-wrapper .tile-content.promotions .image {
  background-position: 0 -42px;
}
.finance-instruments-wrapper .tile-content.support .image {
  background-position: 0 -84px;
}
.finance-instruments-wrapper .tile-content.white-labeled .image {
  background-position: 0 -126px;
}
.finance-instruments-wrapper .tile-content.tax-and-accounting .image {
  background-position: 0 -168px;
}
.finance-instruments-wrapper .tile-content.content-security .image {
  background-position: 0 -210px;
}
.finance-instruments-wrapper .tile-content.global .image {
  background-position: 0 -252px;
}
.finance-instruments-wrapper .tile-content.marketing .image {
  background-position: 0 -294px;
}
.finance-instruments-wrapper .tile-content.testing .image {
  background-position: 0 -336px;
}
.finance-instruments-wrapper .tile-content.customer-care .image {
  background-position: 0 -378px;
}
.finance-instruments-wrapper .tile-content.targeting .image {
  background-position: 0 -420px;
}
.finance-instruments-wrapper .tile-content.mobile-first .image {
  background-position: 0 -462px;
}
.finance-instruments-wrapper .tile-content .content-title {
  font-size: 24px;
  color: #20225e;
  margin-bottom: 20px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.finance-instruments-wrapper .tile-content .description {
  display: block;
  min-height: 78px;
  color: #20225e;
  opacity: 0.6;
  line-height: 26px;
  padding: 0 50px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.finance-instruments-wrapper .tile .background-layer {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}
.finance-instruments-wrapper .tile:hover .background-layer {
  background-color: #ffffff;
  box-shadow: 0 25px 20px rgba(64, 82, 106, 0.1);
  margin: -32px;
}
.finance-instruments-wrapper .tile-relative {
  position: relative;
  z-index: 12;
}
.systems-wrapper {
  display: table;
  width: 100%;
  border-top: 3px solid #eaecf2;
}
.systems-wrapper .left-column,
.systems-wrapper .right-column {
  display: table-cell;
  width: 50%;
  font-size: 0;
  vertical-align: middle;
}
.systems-wrapper .right-column {
  text-align: center;
  background: #ffffff;
}
.systems-wrapper .tile {
  cursor: pointer;
  position: relative;
  float: left;
  width: 50%;
  height: 300px;
  border: 3px solid #eaecf2;
  border-left-width: 0;
  border-bottom-width: 0;
  text-align: center;
  box-sizing: border-box;
}
.systems-wrapper .tile:first-child {
  border-top: 0;
}
.systems-wrapper .tile:first-child + .tile {
  border-top: 0;
}
.systems-wrapper .tile img {
  max-width: 100%;
}
.systems-wrapper .tile-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.systems-wrapper .tile .background-layer {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}
.systems-wrapper .tile:hover .background-layer {
  background-color: #ffffff;
  box-shadow: 0 25px 20px rgba(64, 82, 106, 0.1);
  margin: -32px;
}
.systems-wrapper .tile-relative {
  position: relative;
  z-index: 12;
}
.systems-wrapper .tile::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.systems-wrapper .partner-wrapper {
  color: #8b9ab2;
  width: 100%;
  max-width: 685px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.systems-wrapper .partner-wrapper::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.systems-wrapper .partner-wrapper .description {
  padding: 0 22px;
  line-height: 43px;
}
.systems-wrapper .partner-wrapper .partner-with-us {
  margin-top: 46px;
  display: inline-block;
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.systems-wrapper .partner-wrapper .partner-with-us.blue {
  color: #ffffff;
  background: #5f7eb4;
}
.systems-wrapper .partner-wrapper .content-title {
  color: #20225e;
  line-height: 73px;
  margin-bottom: 34px;
}
.systems-wrapper .partner-wrapper .content-title .new-line {
  display: block;
}
.how-we-work {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-size: 0;
  background: #19438a;
}
.how-we-work .tp-user-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 530px;
  background: url("../images/ms/tp-user-list-version=1460459699916.png") 0 bottom no-repeat;
  background-size: contain;
}
.how-we-work .tp-chart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 530px;
  background: url("../images/ms/tp-chart-version=1460459699916.png") right bottom no-repeat;
  background-size: contain;
}
.how-we-work .tp-meter-paywall {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  margin: 8.465% auto 0 auto;
}
.how-we-work .tp-meter-paywall img {
  max-width: 100%;
}
.from-a-z {
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 0;
}
.from-a-z-wrapper {
  padding: 8% 0 8% 0;
  background: #5f7eb4;
}
.from-a-z .content-title {
  margin-bottom: 9%;
  color: #ffffff;
}
.from-a-z .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: 32%;
  padding: 0 60px;
}
.from-a-z .tile:first-child {
  padding-left: 0;
}
.from-a-z .tile:last-child {
  padding-right: 0;
}
.from-a-z .tile .step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.from-a-z .tile .step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 50px;
  background: #ffffff;
  color: #5f7eb4;
  border-radius: 2px;
}
.from-a-z .tile .step-number::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 0;
  left: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.from-a-z .tile .step-number::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 50%;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.from-a-z .tile .step-number .wrap {
  position: relative;
  z-index: 3;
}
.from-a-z .tile .step-number .wrap::before {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 50px;
  background: #5f7eb4;
  right: -30px;
}
.from-a-z .tile .step-number .wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 50px;
  background: #5f7eb4;
  left: -30px;
}
.from-a-z .tile:first-child .step-number::after {
  height: 0;
}
.from-a-z .tile:first-child .wrap::after {
  background: transparent;
}
.from-a-z .tile:last-child .step-number::before {
  height: 0;
}
.from-a-z .tile:last-child .wrap::before {
  background: transparent;
}
.from-a-z .tile .step-title {
  margin-bottom: 40px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.from-a-z .tile .step-description {
  line-height: 23px;
  opacity: 0.6;
}
@media only screen and (max-width: 2000px) {
  .system-features-wrapper {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .content-big-zone .beautiful-reporting-img {
    background-position: -530px 0;
  }
}
@media only screen and (min-width: 2561px) {
  .content-big-zone .beautiful-reporting-img {
    max-width: none;
    background-position: right 0;
  }
}
@media only screen and (max-width: 720px) {
  .content-title {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .business-model-slogan-wrapper {
    margin: 0 auto 60px auto;
    padding-top: 100px;
    max-width: 1100px;
  }
  .brand .description .text {
    padding: 0 38px;
    max-width: 642px;
  }
  .brand:first-child .description .text {
    padding: 0 42px;
  }
  .system-features {
    margin: 0 auto 5% auto;
  }
  .system-features-wrapper .content-title {
    line-height: 1.75em;
  }
  .system-features-left-column,
  .system-features-right-column {
    padding: 5% 0 6% 0;
  }
  .system-features-left-column .content-title,
  .system-features-right-column .content-title {
    line-height: 1.35em;
    margin-bottom: 40px;
  }
  .system-features-left-column .content-title {
    max-width: 190px;
  }
  .system-features-left-column .description {
    max-width: 412px;
  }
  .system-features-right-column .content-title {
    max-width: 250px;
  }
  .system-features-right-column .description {
    max-width: 416px;
  }
  .mb194 {
    margin-bottom: 6%!important;
  }
  .vx-makes {
    position: relative;
    z-index: 2;
    line-height: 1.42em;
    max-width: 1000px;
    margin: 0 auto;
  }
  .finance-instruments-wrapper .tile {
    width: 33.33%;
  }
  .systems-wrapper .partner-wrapper .content-title,
  .systems-wrapper .partner-wrapper .sub-content-title {
    line-height: 1.35em;
  }
  .systems-wrapper .partner-wrapper .description {
    display: inline-block;
    padding: 0 16%;
  }
  .from-a-z .tile {
    width: 28%;
  }
  .from-a-z-wrapper {
    padding: 6% 0;
  }
  .how-we-work .tp-meter-paywall img {
    max-width: 98%;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .header-get-started-wrapper p {
    font-size: 15px;
    line-height: 1.86em;
    max-width: 635px;
  }
  .business-model-slogan-wrapper {
    max-width: 1045px;
  }
  .brand .description .text {
    font-size: 15px;
    padding: 0 52px;
    max-width: 510px;
  }
  .brand:first-child .description .text {
    padding: 0 53px;
  }
  .system-features {
    margin: 0 auto 5% auto;
    border-width: 2px;
  }
  .system-features-wrapper {
    padding: 0 80px 0 80px;
  }
  .system-features-wrapper .content-title {
    line-height: 1.75em;
  }
  .system-features-wrapper .graphical-reporting .content-title {
    margin-bottom: 20px;
  }
  .system-features-wrapper .graphical-reporting .description {
    font-size: 15px;
    width: 420px;
  }
  .system-features-left-column,
  .system-features-right-column {
    padding: 5% 0 6% 0;
  }
  .system-features-left-column .content-title,
  .system-features-right-column .content-title {
    line-height: 1.35em;
    margin-bottom: 20px;
  }
  .system-features-left-column {
    border-width: 2px;
  }
  .system-features-left-column .content-title {
    max-width: 130px;
  }
  .system-features-left-column .description {
    font-size: 15px;
    max-width: 412px;
  }
  .system-features-right-column .content-title {
    max-width: 180px;
  }
  .system-features-right-column .description {
    font-size: 15px;
    max-width: 416px;
  }
  /*1260-1470*/
  .content-big-zone {
    height: 370px;
  }
  .content-big-zone .beautiful-reporting-img {
    background-position: -210px bottom;
    background-size: 1600px auto;
    bottom: -172px;
  }
  .vx-makes {
    position: relative;
    z-index: 2;
    line-height: 1.42em;
    max-width: 1000px;
    margin: 0 auto;
  }
  .finance-instruments-wrapper .tile {
    width: 50%;
  }
  .systems-wrapper .tile {
    height: 200px;
  }
  .systems-wrapper .partner-wrapper .content-title {
    line-height: 1.35em;
  }
  .systems-wrapper .partner-wrapper .sub-content-title {
    line-height: 1.67em;
  }
  .systems-wrapper .partner-wrapper .description {
    display: inline-block;
    padding: 0 16%;
  }
  .systems-wrapper .tile img {
    width: 66%;
  }
  .systems-wrapper .tile:nth-of-type(4) img {
    width: 32%;
  }
  .from-a-z .tile {
    width: 28%;
    padding: 0 30px;
  }
  .from-a-z .tile .step-description {
    font-size: 13px;
  }
  .from-a-z-wrapper {
    padding: 6% 0;
  }
  .how-we-work .tp-meter-paywall img {
    max-width: 98%;
  }
}
@media only screen and (min-width: 1471px) and (max-width: 1599px) {
  .content-big-zone {
    height: 370px;
  }
  .content-big-zone .beautiful-reporting-img {
    background-position: 0 bottom;
  }
}
.global-wrapper.ai .header-get-started-wrapper p {
  max-width: 635px;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .global-wrapper.ai .sub-content-title {
    font-size: 15px;
    line-height: 1.77em;
  }
}
.stay-up-to-date {
  position: relative;
  background: #739aff;
  color: #ffffff;
}
.stay-up-to-date-img {
  margin: 0 auto 0;
  max-width: 100%;
  display: block;
  position: relative;
  top: 130px;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .stay-up-to-date-img {
    top: 160px;
  }
}
.stay-up-to-date .content-title {
  padding-top: 196px;
  margin: 0;
  color: #ffffff;
  max-width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .stay-up-to-date .content-title {
    padding-top: 100px;
  }
}
.stay-up-to-date .content-description {
  opacity: .6;
  max-width: 1262px;
  margin: 38px auto 0;
  text-align: center;
  line-height: 1.75em;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .stay-up-to-date .content-description {
    max-width: 940px;
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .stay-up-to-date .content-description {
    max-width: 300px;
  }
}
@media (max-width: 1260px) {
  .stay-up-to-date .content-description {
    max-width: 801px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .stay-up-to-date .content-title {
    padding-top: 100px;
  }
}
@media (max-width: 720px) {
  .stay-up-to-date {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stay-up-to-date .content-title {
    padding-top: 45px;
  }
  .stay-up-to-date-img {
    bottom: -50px;
  }
}
.segment-audience {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px 200px;
}
.segment-audience .left-column {
  width: 35.33%;
  margin-right: 11.61%;
  float: left;
  padding-top: 165px;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .segment-audience .left-column {
    padding-top: 10px;
    margin-right: 5.61%;
    width: 41.33%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .segment-audience .left-column {
    max-width: 382px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .segment-audience .left-column {
    margin-right: 9.61%;
    width: 37.33%;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .segment-audience .left-column .content-title {
    padding-top: 15%;
  }
}
.segment-audience .content-title {
  color: #ffffff;
  text-align: left;
}
.segment-audience .right-column {
  float: right;
  width: 53.06%;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .segment-audience .right-column {
    width: 47.06%;
  }
}
.segment-audience-wrapper {
  background: #0b3f97;
  padding-top: 70px;
  color: #ffffff;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .segment-audience-wrapper {
    padding-top: 7%;
  }
}
.segment-audience .content-description {
  opacity: .6;
  line-height: 1.75em;
}
.segment-audience-img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .segment-audience {
    padding-bottom: 90px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .segment-audience {
    padding-bottom: 7%;
  }
}
@media (max-width: 720px) {
  .segment-audience {
    padding-left: 10px;
    padding-right: 10px;
  }
  .segment-audience .right-column,
  .segment-audience .left-column {
    float: none;
    width: 100%;
  }
  .segment-audience .right-column .content-title,
  .segment-audience .left-column .content-title,
  .segment-audience .right-column .content-description,
  .segment-audience .left-column .content-description {
    text-align: center;
  }
  .segment-audience .right-column .segment-audience-img,
  .segment-audience .left-column .segment-audience-img {
    margin-top: 100px;
  }
}
.powerful-tool {
  position: relative;
  background: #efeff9;
}
.powerful-tool-background {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ms/ai-powerful-tool.png") center bottom / contain no-repeat;
}
.powerful-tool .content-title {
  padding-top: 196px;
  margin: 0;
  color: #20225e;
  max-width: 100%;
}
.powerful-tool .content-description {
  max-width: 1342px;
  opacity: .6;
  margin: 42px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.75em;
  padding-left: 30px;
  padding-right: 30px;
  color: #20225e;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .powerful-tool .content-description {
    max-width: 1042px;
  }
}
.powerful-tool-img {
  position: relative;
  z-index: 4;
  max-width: 93%;
  display: block;
  padding-top: 3%;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .powerful-tool-img {
    padding-top: 3%;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .powerful-tool .content-title {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .powerful-tool .content-title {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .powerful-tool .content-title {
    padding-top: 100px;
  }
}
.global-wrapper.go .header-get-started-wrapper p {
  max-width: 678px;
}
.go-publishers {
  width: 1220px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-publishers-wrapper {
  padding-top: 100px;
  padding-bottom: 105px;
  background: #f5f5fb;
}
.go-publishers .content-title {
  margin-bottom: 20px;
}
.go-publishers .content-description {
  color: rgba(64, 82, 106, 0.6);
}
.go-publishers-logos {
  list-style: none;
  margin-top: 45px;
}
.go-publishers-logos > li {
  display: inline-block;
  margin-left: 44px;
  vertical-align: middle;
}
.go-publishers-logos > li:first-child {
  margin-left: 0;
}
.go-basics {
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.go-basics-wrapper {
  background: #5f7eb4;
}
.go-basics .left-column {
  padding-top: 141px;
  padding-bottom: 310px;
  width: 61.22%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .go-basics .left-column {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .go-basics .left-column {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}
.go-basics .left-column .content-title {
  text-align: left;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.35em;
}
.go-basics .left-column .content-description {
  color: #e0ebff;
  font-size: 18px;
  line-height: 1.75em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.go-basics .right-column {
  width: 33.78%;
  background: #143e86;
  display: table-cell;
  vertical-align: top;
  padding-top: 141px;
  padding-bottom: 310px;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .go-basics .right-column {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .go-basics .right-column {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}
.go-basics .right-column .content-subtitle {
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.35em;
  text-align: left;
}
.go-basics .right-column .content-note {
  color: #d4e4ff;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.75em;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .go-basics .right-column .content-note {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1921px) {
  .go-basics .right-column .content-note {
    font-size: 18px;
  }
}
.go-basics .right-column .content-subtitle,
.go-basics .right-column .content-note {
  margin-left: 50px;
  margin-right: 45px;
}
.explore-wrapper {
  padding-top: 150px;
  padding-bottom: 125px;
  background: #e9e9f3;
  text-align: center;
}
.explore-message {
  font-size: 24px;
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.75em;
  color: #20225e;
}
.explore-btn {
  background: #143e86;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  padding: 0 60px;
  margin-top: 40px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.how-go-works-wrapper {
  background: #143e86;
  padding-top: 100px;
  padding-bottom: 110px;
}
.how-go-works .content-title {
  color: #ffffff;
  margin-bottom: 100px;
}
.how-go-works .content-description {
  color: #ffffff;
  line-height: 1.75em;
  text-align: center;
  margin-top: 75px;
  padding: 0 100px;
  opacity: 0.6;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.how-go-works-tabs {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.how-go-works-tab-links .icon {
  background: url("../images/ms/how-go-works-sprite-version=1460459699924.png");
  display: inline-block;
  text-indent: -9999px;
  vertical-align: baseline;
  width: 48px;
  height: 48px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .how-go-works-tab-links .icon {
    background-image: url("../images/ms/how-go-works-sprite@2x-version=1460459699925.png");
    -webkit-background-size: 198px 98px;
    background-size: 198px 98px;
  }
}
.how-go-works-tab-links .icon.newspaper {
  background-position: 0 -50px;
}
.how-go-works-tab-links .icon.palette {
  background-position: -50px -50px;
}
.how-go-works-tab-links .icon.camera {
  background-position: -100px -50px;
}
.how-go-works-tab-links .icon.book {
  background-position: -150px -50px;
}
.how-go-works-tab-link {
  float: left;
  width: 25%;
  border-bottom: 2px solid #0d3476;
  text-align: center;
  padding-bottom: 26px;
  cursor: pointer;
}
.how-go-works-tab-link span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #d4e4ff;
  letter-spacing: 1px;
  margin-top: 25px;
}
.how-go-works-tab-link.active {
  border-bottom-color: #ffffff;
}
.how-go-works-tab-link.active span {
  color: #ffffff;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.how-go-works-tab-link.active .icon.newspaper {
  background-position: 0 0;
}
.how-go-works-tab-link.active .icon.palette {
  background-position: -50px 0;
}
.how-go-works-tab-link.active .icon.camera {
  background-position: -100px 0;
}
.how-go-works-tab-link.active .icon.book {
  background-position: -150px 0;
}
.how-go-works-carousel-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  height: 400px;
  width: 800px;
  max-width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e9f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9f3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9f3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e9e9f3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e9e9f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e9e9f3 100%);
  position: relative;
}
.how-go-works-carousel-wrapper .owl-carousel,
.how-go-works-carousel-wrapper .owl-wrapper-outer,
.how-go-works-carousel-wrapper .owl-wrapper {
  height: 100%;
}
.how-go-works-carousel-wrapper .owl-prev,
.how-go-works-carousel-wrapper .owl-next {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 30px;
  margin-top: -15px;
  text-indent: -9999px;
  background: url("../images/ms/carousel-buttons-version=1460459699925.png") no-repeat;
}
.how-go-works-carousel-wrapper .owl-prev {
  background-position: 0 -30px;
  left: 50px;
}
.how-go-works-carousel-wrapper .owl-next {
  background-position: -23px -30px;
  right: 50px;
}
.how-go-works-carousel-wrapper .carousel-label {
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(64, 82, 106, 0.6);
  text-align: center;
  letter-spacing: 1px;
}
.how-go-works-carousel-wrapper .logo {
  margin-top: 80px;
  text-align: center;
  height: 100px;
  font-size: 0;
}
.how-go-works-carousel-wrapper .logo img {
  display: inline-block;
  vertical-align: middle;
}
.how-go-works-carousel-wrapper .item-note {
  font-size: 18px;
  line-height: 1.77em;
  text-align: center;
  width: 100%;
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.how-go-works-carousel-wrapper:before {
  content: '';
  display: block;
  background: #beceea;
  height: 10px;
  bottom: -10px;
  left: 10px;
  right: 10px;
  position: absolute;
}
.how-go-works-carousel-wrapper:after {
  content: '';
  display: block;
  background: #7493c6;
  height: 10px;
  bottom: -20px;
  left: 20px;
  right: 20px;
  position: absolute;
}
.how-go-works-tab-content {
  display: none;
}
.how-go-works-tab-content.active {
  display: block;
}
.go-products {
  color: #ffffff;
}
.go-products-wrapper {
  padding-top: 100px;
  padding-bottom: 175px;
  background: #10114B;
  background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #363872 0%, #10114B 100%);
  background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #363872 0%, #10114B 100%);
  background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #363872 0%, #10114B 100%);
  background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 553, color-stop(0, #363872), color-stop(1, #10114B));
  background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #363872 0%, #10114B 100%);
  background-image: radial-gradient(ellipse farthest-corner at center bottom, #363872 0%, #10114B 100%);
}
.go-products .content-title {
  color: #ffffff;
  margin-bottom: 25px;
}
.go-products .content-description {
  opacity: 0.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75em;
  text-align: center;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .go-products .content-description {
    max-width: 750px;
  }
}
@media (max-width: 720px) {
  .go-products .content-description {
    display: none;
  }
}
.go-products .content-subtitle {
  font-size: 36px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.go-products .content-note {
  line-height: 1.75em;
  margin-top: 30px;
  padding: 0 10%;
  opacity: 0.6;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.go-products-list {
  max-width: 1800px;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .go-products-list {
    max-width: 1400px;
  }
}
.go-products-list > li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.go-products-list .image {
  background-image: url("../images/ms/go-products-sprite-version=1460459699933.png");
  -webkit-background-size: 342px 137px;
  background-size: 342px 137px;
  display: inline-block;
}
.go-products-list .image-wrapper {
  height: 280px;
  display: table;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.go-products-list .image-inner {
  display: table-cell;
  vertical-align: middle;
}
.go-products-list .paywall .image {
  background-position: 0 0;
  width: 120px;
  height: 108px;
}
.go-products-list .video .image {
  background-position: -121px -9px;
  width: 120px;
  height: 106px;
}
.go-products-list .downloads .image {
  background-position: -242px 0;
  width: 100px;
  height: 136px;
}
.go-answers {
  padding: 0 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.go-answers-wrapper {
  background: #e9e9f3;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .go-answers-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.go-answers .questions-list {
  list-style: none;
  margin-top: 115px;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .go-answers .questions-list {
    margin-top: 80px;
  }
}
.go-answers .questions-list > li {
  margin-top: 70px;
}
.go-answers .questions-list > li:first-child {
  margin-top: 0;
}
.go-answers .content-title {
  color: #20225e;
}
.go-answers .content-answer {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.75em;
  margin-top: 25px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.go-answers .answer-content-title {
  font-size: 38px;
}
@media only screen and (min-width: 1921px) {
  .go-answers .answer-content-title {
    font-size: 54px;
  }
}
.go-answers .content-subtitle {
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #20225e;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .go-answers .content-subtitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1921px) {
  .go-answers .content-subtitle {
    font-size: 36px;
  }
}
.go-answers .learn-more {
  display: block;
  height: 70px;
  line-height: 70px;
  background: rgba(58, 124, 219, 0.06);
  text-align: center;
  font-size: 18px;
  color: #5f7eb4;
  margin-top: 75px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.global-wrapper.id .header-get-started-wrapper {
  max-width: 718px;
}
.global-wrapper.id .header-get-started-wrapper p {
  max-width: 100%;
}
.content-p-text {
  color: rgba(255, 255, 255, 0.6);
}
.global-wrapper.id .content h1.content-title {
  color: #ffffff;
}
.targeting-segments {
  max-width: 2108px;
  margin: 0 auto;
}
.targeting-segments-wrapper {
  float: left;
  width: 100%;
  background: #19438a;
}
.targeting-segments img {
  max-width: 100%;
}
.targeting-segments .left-column {
  float: left;
  padding-left: 3%;
  max-width: 1902px;
  padding-top: 9%;
}
.targeting-segments .left-column img {
  position: relative;
  z-index: 2;
  top: 65px;
}
.targeting-segments .right-column {
  overflow: hidden;
  text-align: right;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 9%;
}
.targeting-segments .right-column .content-title {
  text-align: right;
  display: inline-block;
  max-width: 560px;
  margin-top: 215px;
}
.targeting-segments .right-column .content-p-text {
  display: inline-block;
  max-width: 698px;
}
.build-id {
  display: table;
  width: 1690px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.build-id-wrapper {
  float: left;
  width: 100%;
  background: #739aff;
}
.build-id .left-column,
.build-id .right-column {
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
  padding: 11% 0;
}
.build-id .left-column {
  width: 640px;
}
.build-id .right-column {
  text-align: right;
}
.build-id .right-column .contact-us-page-id {
  display: inline-block;
  overflow: hidden;
  width: 710px;
  height: 690px;
  padding-left: 198px;
  text-align: center;
  background: url("../images/ms/build-id-version=1460459699939.png") 0 0 no-repeat;
}
.build-id .right-column .contact-us-page-id .get-started-big-wrapper {
  position: relative;
  top: 50%;
  margin-top: -45px;
}
.build-id .right-column .contact-us-converse {
  position: relative;
  top: -5px;
  left: 10px;
  font-size: 18px;
  color: #cedaff;
}
.build-id .right-column .contact-us-converse a {
  color: #ffffff;
  text-decoration: none;
}
.build-id .content-title {
  text-align: left;
  margin-bottom: 4%;
  margin-top: 185px;
}
.build-id .content-p-text {
  max-width: 642px;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .targeting-segments {
    display: table;
    width: 100%;
  }
  .targeting-segments .left-column,
  .targeting-segments .right-column {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1%;
  }
  .targeting-segments .left-column {
    padding-left: 100px;
  }
  .targeting-segments .left-column img {
    top: 35px;
    max-width: 480px;
  }
  .targeting-segments .right-column {
    text-align: right;
    padding-right: 100px;
  }
  .global-wrapper.id .targeting-segments .right-column .content-title {
    max-width: 400px;
    margin-bottom: 22px;
    margin-top: 0;
  }
  .targeting-segments .right-column .sub-content-title {
    max-width: 340px;
  }
  .global-wrapper.id .content .content-title {
    line-height: 1.32em;
  }
  .global-wrapper.id .content .sub-content-title {
    font-size: 15px;
    line-height: 1.73em;
  }
  .build-id {
    width: 1180px;
    padding: 0 100px;
  }
  .build-id .sub-content-title {
    max-width: 360px;
  }
  .build-id .content-title {
    margin-top: 95px;
  }
  .build-id .left-column,
  .build-id .right-column {
    padding: 6% 0;
  }
  .build-id .right-column .contact-us-page-id {
    width: 465px;
    height: 440px;
    background-size: 100%;
    padding-left: 0;
    background-position: center center;
  }
  .build-id .right-column .contact-us-converse {
    display: none;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .targeting-segments .left-column img {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1430px) and (max-width: 1599px) {
  .targeting-segments .left-column img {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1470px) and (max-width: 1599px) {
  .targeting-segments .left-column img {
    max-width: 790px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .targeting-segments {
    display: table;
    width: 100%;
  }
  .targeting-segments .left-column,
  .targeting-segments .right-column {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-top: 4%;
  }
  .targeting-segments .left-column {
    padding-left: 100px;
  }
  .targeting-segments .left-column img {
    top: 35px;
    max-width: 680px;
  }
  .targeting-segments .right-column {
    text-align: right;
    padding-right: 100px;
  }
  .global-wrapper.id .targeting-segments .right-column .content-title {
    max-width: 400px;
    margin-bottom: 22px;
    margin-top: 0;
  }
  .targeting-segments .right-column .sub-content-title {
    max-width: 500px;
  }
  .global-wrapper.id .content .content-title {
    line-height: 1.32em;
  }
  .build-id {
    width: 1300px;
    padding: 0 100px;
  }
  .build-id .sub-content-title {
    max-width: 490px;
  }
  .build-id .content-title {
    margin-top: 95px;
  }
  .build-id .left-column,
  .build-id .right-column {
    padding: 8% 0;
  }
  .build-id .right-column .contact-us-page-id {
    width: 465px;
    height: 440px;
    background-size: 100%;
    padding-left: 0;
    background-position: center center;
  }
  .build-id .right-column .contact-us-converse {
    display: none;
  }
}
@media only screen and (min-width: 1750px) and (max-width: 1920px) {
  .targeting-segments .left-column img {
    max-width: 790px;
  }
}
@media only screen and (min-width: 1820px) and (max-width: 1920px) {
  .targeting-segments .left-column img {
    max-width: 840px;
  }
}
@media only screen and (min-width: 1880px) and (max-width: 1920px) {
  .targeting-segments .left-column img {
    max-width: 920px;
  }
}
.global-wrapper.about header {
  padding-bottom: 167px;
}
.global-wrapper.about .header-get-started-wrapper {
  display: block;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 50px;
}
.global-wrapper.about .header-get-started-wrapper h1 {
  color: #20225e;
  line-height: 1.52em;
  margin-bottom: 77px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .global-wrapper.about .header-get-started-wrapper h1 {
    max-width: 730px;
  }
}
.global-wrapper.about .header-get-started-wrapper .logo {
  margin-top: 81px;
  margin-bottom: 68px;
}
.bordered-tiles {
  width: 100%;
  max-width: 1600px;
  display: table;
  table-layout: fixed;
  border-top: 3px solid #dddeec;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bordered-tiles-location-hovered,
.bordered-tiles-hovered {
  position: absolute;
  background: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 25px 25px rgba(64, 82, 106, 0.05);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  margin: 0;
  z-index: 10;
}
.bordered-tiles:hover .tile-inner {
  z-index: 52;
}
.bordered-tiles:hover .bordered-tiles-hovered {
  opacity: 1;
  margin: -32px;
  z-index: 50;
}
.bordered-tiles:last-child {
  border-bottom: 3px solid #dddeec;
}
.bordered-tiles .tile-inner {
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.bordered-tiles .tile {
  display: table-cell;
  border-left: 3px solid #dddeec;
  vertical-align: middle;
  padding: 86px 0;
}
.bordered-tiles .tile.lets-talk {
  padding: 70px 0;
}
.bordered-tiles .tile:first-child {
  border-left: none;
}
.bordered-tiles .tile.third {
  width: 33.3333%;
}
.bordered-tiles .tile.two-half {
  width: 66.6666%;
}
.bordered-tiles .tile.with-icon {
  position: relative;
}
.bordered-tiles .tile.action {
  text-align: center;
}
@media only screen and (min-width: 1260px) and (max-width: 1484px) {
  .bordered-tiles .tile.action {
    padding: 60px 0;
  }
}
.bordered-tiles .tile.action .large {
  display: inline-block;
  font-size: 38px;
  margin-right: 31px;
  vertical-align: middle;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.bordered-tiles .tile.action .btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 7px;
  background: #387fe4;
  font-size: 24px;
  color: #ffffff;
  border-radius: 30px;
  padding: 0 35px;
  vertical-align: middle;
}
.bordered-tiles .tile.action .btn.white {
  color: #20225e;
  background: #ffffff;
}
.bordered-tiles .tile:hover .bordered-tiles-location-hovered {
  opacity: 1;
  margin: -15px;
}
.bordered-tiles.locations {
  display: block;
  font-size: 0;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.bordered-tiles.locations .newyork .icon {
  width: 86px;
  background-position: 0 0;
}
.bordered-tiles.locations .london .icon {
  width: 90px;
  background-position: -89px -11px;
}
.bordered-tiles.locations .slovakia .icon {
  width: 149px;
  background-position: -183px 0;
}
.bordered-tiles.locations .russia .icon {
  width: 146px;
  background-position: -336px 0;
}
.bordered-tiles.locations .icon {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: top;
  background: url("../images/ms/locations-icons-sprite-version=1460459699943.png") no-repeat;
  position: relative;
  margin-right: 40px;
  margin-top: -13px;
  height: 139px;
  z-index: 22;
}
@media (max-width: 1670px) {
  .bordered-tiles.locations .icon {
    width: 20px!important;
    height: 65px!important;
    background-position: -601px 35px !important;
  }
}
.bordered-tiles.locations .tile {
  color: #20225e;
  font-size: 24px;
  display: inline-block;
  text-align: center;
}
.bordered-tiles.locations .tile:not(:first-child) {
  margin-left: -3px;
}
.bordered-tiles.locations .tile .label {
  position: relative;
  z-index: 22;
  display: inline-block;
  text-align: left;
  line-height: 1.75em;
}
@media only screen and (min-width: 1260px) and (max-width: 1670px) {
  .bordered-tiles.locations .tile .label {
    font-size: 18px;
  }
}
.bordered-tiles.locations .tile.action .label {
  position: relative;
  left: 35px;
  top: 15px;
}
.publishers-grid {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.publishers-grid-wrapper {
  padding-top: 134px;
  padding-bottom: 171px;
}
.publishers-grid-wrapper .content-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.publishers-grid-row:before,
.publishers-grid-row:after {
  content: " ";
  display: table;
}
.publishers-grid-row:after {
  clear: both;
}
.publishers-grid-item {
  float: left;
  margin-left: 0.8333%;
  margin-right: 0.8333%;
  width: 32.2222%;
}
.publishers-grid-item + .publishers-grid-item {
  margin-right: 0.8333%;
}
.publishers-grid-item:first-child {
  margin-left: 0;
}
.publishers-grid-item:last-child {
  margin-right: 0;
}
.publishers-grid-item.double {
  width: 66.1111%;
}
.publishers-grid-item.double .publishers-grid-image {
  margin-top: 2.5210%;
  padding-bottom: 23.1092%;
}
.publishers-grid-image {
  height: 0;
  padding-bottom: 47.4137%;
  background: #ececf6;
  margin-top: 5.1724%;
  overflow: hidden;
  position: relative;
  display: block;
}
.publishers-grid-image .background-image {
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.publishers-grid-image .logo-image {
  position: absolute;
  left: 50%;
  top: 50%;
}
.publishers-grid-image:hover .background-image {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.publishers-grid-image.high {
  padding-bottom: 100%;
}
.publishers-grid-image .go-publishers-inner {
  position: absolute;
  top: 5.1724%;
  right: 5.1724%;
  bottom: 5.1724%;
  left: 5.1724%;
  background: #ffffff;
}
.publishers-grid-image .go-publishers-inner .logo-image {
  position: static;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (max-width: 1700px) {
  .publishers-grid-image .go-publishers-inner .logo-image {
    margin-top: 20px;
  }
}
.publishers-grid-image .go-publishers-inner .label {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.77em;
  color: #20225e;
}
@media (max-width: 1800px) {
  .publishers-grid-image .go-publishers-inner .label {
    font-size: 15px;
  }
}
.publishers-grid-image .go-publishers-inner .label .text {
  opacity: 0.6;
}
.publishers-grid-image .go-publishers-inner .link {
  color: #5f7eb4;
  font-size: 18px;
  line-height: 1.77em;
}
@media (max-width: 1800px) {
  .publishers-grid-image .go-publishers-inner .link {
    font-size: 15px;
  }
}
.publishers-grid-image .go-publishers-inner h2 {
  font-size: 38px;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 1260px) and (max-width: 1920px) {
  .publishers-grid-image .go-publishers-inner h2 {
    font-size: 28px;
  }
}
@media (max-width: 1800px) {
  .publishers-grid-image .go-publishers-inner h2 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media (max-width: 1260px) {
  .publishers-grid-image .go-publishers-inner h2 {
    font-size: 20px;
    margin-top: 25px;
  }
}
.whats-new-wrapper {
  background: #eeeef9;
  padding: 0 100px 120px 100px;
}
.whats-new .whats-new-tiles .bordered-tiles .tile {
  vertical-align: top;
}
.whats-new .bordered-tiles .logo-tile {
  text-align: center;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .whats-new .bordered-tiles .resize-small {
    width: 150px;
  }
}
.whats-new .bordered-tiles .date {
  margin-left: 80px;
  font-size: 15px;
  color: #20225e;
  opacity: 0.6;
}
.whats-new .bordered-tiles h2 {
  margin-left: 80px;
  margin-top: 26px;
  font-size: 24px;
  line-height: 36px;
  color: #5f7eb4;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.thereismore-block {
  height: 102px;
  line-height: 102px;
  color: #20225e;
  font-size: 24px;
  text-align: center;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.whats-new-tiles .bordered-tiles {
  border-bottom: 3px solid #dddeec;
  margin-top: -3px;
}
.whats-new-tiles .bordered-tiles.hidden {
  display: none;
}
.whats-new-tiles .bordered-tiles .tile {
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.whats-new-tiles .bordered-tiles .tile:hover .bordered-tiles-hovered {
  opacity: 1;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  z-index: 50;
}
.whats-new-tiles .bordered-tiles .date {
  margin-left: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #20225e;
  opacity: 0.6;
  letter-spacing: 1px;
}
.whats-new-tiles .bordered-tiles .tile-link {
  color: #5f7eb4;
  font-size: 18px;
  line-height: 1.77em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  margin: 26px 22% 0;
  height: 95px;
  overflow: hidden;
}
.whats-new-tiles .bordered-tiles .logo-wrapper {
  height: 116px;
  line-height: 116px;
}
.whats-new-tiles .bordered-tiles .logo-wrapper img {
  vertical-align: middle;
}
.whats-new-tiles .bordered-tiles:hover .tile-inner {
  z-index: 52;
}
.whats-new-tiles .bordered-tiles:hover .bordered-tiles-hovered {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bottom-arrow {
  width: 32px;
  height: 17px;
  position: relative;
  margin: 55px auto 0;
  cursor: pointer;
}
.bottom-arrow:before,
.bottom-arrow:after {
  content: '';
  display: block;
  width: 19px;
  height: 3px;
  background: #c6c7db;
  position: absolute;
  top: 7px;
}
.bottom-arrow:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.bottom-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.header-help-inner {
  padding-bottom: 60px;
}
.header-help-inner .header-get-started-wrapper {
  display: block;
}
.header-help-inner .header-get-started-wrapper .logo {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header-help-inner .header-get-started-wrapper .logo img {
  vertical-align: top;
}
.header-help-inner .header-get-started-wrapper h1 {
  color: #20225e;
  line-height: 1.52em;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .header-help-inner .header-get-started-wrapper h1 {
    max-width: 730px;
  }
}
.help-icon {
  background: url("../images/ms/help-icons.png") no-repeat;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  height: 133px;
}
.help-icon.safe {
  width: 101px;
  background-position: 0 0;
}
.help-icon.mail {
  width: 100px;
  background-position: -101px 0;
}
.help-icon.lock {
  width: 100px;
  background-position: -201px 0;
}
.help-icon.phone {
  width: 100px;
  background-position: -301px 0;
}
.help-icon.close {
  width: 110px;
  background-position: -401px 0;
}
.help-icon.guy {
  width: 101px;
  background-position: -511px 0;
}
.help-tiles {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 59px;
}
.help-tiles .bordered-tiles {
  border-bottom: 3px solid #dddeec;
  margin-top: -3px;
}
.help-tiles .bordered-tiles.hidden {
  display: none;
}
.help-tiles .bordered-tiles .tile {
  padding-top: 44px;
  padding-bottom: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.help-tiles .bordered-tiles .tile:hover .bordered-tiles-hovered {
  opacity: 1;
  margin: -32px;
  z-index: 50;
}
.help-tiles .bordered-tiles .tile-link {
  color: #5f7eb4;
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  margin: 14px 16% 0;
}
@media (max-width: 1400px) {
  .help-tiles .bordered-tiles .tile-link {
    font-size: 18px;
  }
}
.help-tiles .bordered-tiles .tile-link.dark {
  color: #20225e;
}
.help-tiles .bordered-tiles .logo-wrapper {
  height: 133px;
  line-height: 133px;
}
.help-tiles .bordered-tiles:hover .tile-inner {
  z-index: 52;
}
.help-tiles .bordered-tiles:hover .bordered-tiles-hovered {
  opacity: 0;
  margin: 0;
}
.help-tiles + .submit-request-block {
  border-top: none;
}
.submit-request-block {
  padding: 100px 0;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 3px solid #dddeec;
}
.submit-request-block h2 {
  font-size: 28px;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 35px;
}
.submit-request-btn {
  height: 50px;
  line-height: 50px;
  background: #5f7eb4;
  color: #eeeef8;
  display: inline-block;
  padding: 0 25px;
  border-radius: 25px;
}
.header-help-inner {
  min-height: 0;
  padding-bottom: 5px;
}
.header-help-inner .header-get-started-wrapper {
  display: block;
  position: relative;
}
.back-button-wrapper {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 0;
  width: 23px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.back-button-wrapper:hover {
  opacity: 1;
}
.back-button {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6d6d91;
}
.back-button::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -1px;
  width: 12px;
  transform: rotate(-40deg);
  height: 2px;
  background: #6d6d91;
}
.back-button::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  width: 12px;
  transform: rotate(40deg);
  height: 2px;
  background: #6d6d91;
}
.global-wrapper .header-common {
  min-height: 220px;
  height: 220px;
}
.global-wrapper .header-common .header-get-started-wrapper {
  display: block;
}
.global-wrapper .header-common.header-gradient {
  background: #0e3b81;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwZTNiODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk5Y2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0e3b81), color-stop(100%, #799cd8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e3b81 30%, #799cd8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e3b81 30%, #799cd8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3b81', endColorstr='#799cd8', GradientType=0);
  /* IE6-8 */
}
.global-wrapper .content .pricing {
  padding-top: 40px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.global-wrapper .content .pricing h1,
.global-wrapper .content .pricing h2 {
  font-weight: normal;
}
.global-wrapper .content .pricing h1 {
  margin-top: 40px;
  font-size: 38px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.global-wrapper .content .pricing h2 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 34px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.global-wrapper .content .pricing p,
.global-wrapper .content .pricing ul,
.global-wrapper .content .pricing ol {
  line-height: 26px;
  color: #20225e;
  margin: 10px auto 0 auto;
}
.global-wrapper .content .pricing ul,
.global-wrapper .content .pricing ol {
  margin-left: 50px;
}
.global-wrapper .content .pricing ul li,
.global-wrapper .content .pricing ol li {
  margin-top: 20px;
}
.global-wrapper .content .pricing ul li strong,
.global-wrapper .content .pricing ol li strong {
  opacity: 1;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
}
.global-wrapper .content .pricing ul li span,
.global-wrapper .content .pricing ol li span {
  opacity: 0.6;
}
.global-wrapper .content .pricing .prices {
  margin: 40px auto;
  width: 900px;
  text-align: left;
}
.global-wrapper .content .pricing .table-headers {
  font-size: 18px;
  display: block;
  height: 70px;
}
.global-wrapper .content .pricing .table-headers .t-header-left {
  width: 55%;
  float: left;
  padding: 25px 0 0 50px;
}
.global-wrapper .content .pricing .table-headers .t-header-right {
  width: 45%;
  float: right;
  padding-top: 25px;
}
.global-wrapper .content .pricing .price-blue {
  display: block;
  margin: 0 auto;
  height: 120px;
  background-color: #5f7eb4;
  color: #fff;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  border-radius: 4px 4px 0 0;
}
.global-wrapper .content .pricing .price-blue .transaction-blue {
  width: 55%;
  font-size: 24px;
  float: left;
  padding: 50px 0 0 50px;
}
.global-wrapper .content .pricing .price-blue .fee-blue {
  width: 45%;
  font-size: 38px;
  float: right;
  padding-top: 42px;
}
.global-wrapper .content .pricing .price-gray {
  display: block;
  margin-bottom: 90px;
  height: 120px;
  background-color: #efeff8;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  border-radius: 0 0 4px 4px;
}
.global-wrapper .content .pricing .price-gray .transaction-gray {
  font-size: 24px;
  width: 55%;
  float: left;
  padding: 50px 0 0 50px;
}
.global-wrapper .content .pricing .price-gray .fee-gray {
  font-size: 38px;
  width: 45%;
  float: right;
  padding-top: 42px;
}
.global-wrapper .content .pricing .divider {
  margin: 0 auto 80px auto;
  width: 1180px;
  height: 1px;
  background-color: #e5e8ed;
}
.global-wrapper .content .pricing .enterprise {
  margin-bottom: 100px;
}
.global-wrapper .header-common {
  min-height: 220px;
  height: 220px;
}
.global-wrapper .header-common .header-get-started-wrapper {
  display: block;
}
.global-wrapper .header-common h1.content-title {
  font-size: 38px;
}
.global-wrapper .header-common.header-common {
  background: #1c4588;
}
.global-wrapper .content {
  color: #20225e;
}
.global-wrapper .content.gray {
  background-color: #efeff9;
}
.global-wrapper .content .common {
  padding: 50px 0 7%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .global-wrapper .content .common {
    max-width: 960px;
  }
}
.global-wrapper .content .common.help-article {
  padding-bottom: 100px;
  padding-top: 10px;
}
.global-wrapper .content .common.help-article p,
.global-wrapper .content .common.help-article ul,
.global-wrapper .content .common.help-article ol {
  line-height: 32px;
  font-size: 18px;
  margin: 21px auto 0 auto;
}
.global-wrapper .content .common.help-article img.full-width {
  max-width: 100%;
  margin-bottom: 47px;
}
.global-wrapper .content .common h2 {
  margin-top: 35px;
  margin-bottom: -7px;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.global-wrapper .content .common h2.h2-new-section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e8ed;
}
.global-wrapper .content .common h3 {
  margin-top: 30px;
  margin-bottom: -5px;
  font-weight: normal;
  font-size: 18px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.global-wrapper .content .common h3.h3-new-section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e8ed;
}
.global-wrapper .content .common h4 {
  margin-top: 18px;
  font-weight: normal;
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.global-wrapper .content .common h5 {
  opacity: 0.6;
  font-weight: normal;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
}
.global-wrapper .content .common p,
.global-wrapper .content .common ul,
.global-wrapper .content .common ol {
  line-height: 26px;
  font-size: 15px;
  color: #20225e;
  margin: 15px auto 0 auto;
}
.global-wrapper .content .common ul,
.global-wrapper .content .common ol {
  margin-left: 50px;
}
.global-wrapper .content .common ul li,
.global-wrapper .content .common ol li {
  margin-top: 20px;
}
.global-wrapper .content .common ul li strong,
.global-wrapper .content .common ol li strong {
  opacity: 1;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
}
.global-wrapper .content .common ul li span,
.global-wrapper .content .common ol li span {
  opacity: 0.6;
}
.header-get-started-wrapper.blog {
  overflow: hidden;
  display: block;
  background: #f6f7fe;
}
.header-get-started-wrapper.blog-inner .logo {
  position: relative;
  margin: 0 auto 52px auto;
  max-width: 800px;
}
.header-get-started-wrapper.blog-inner h2 {
  font-size: 54px;
  color: #20225e;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.header-get-started-wrapper.blog .logo {
  margin-bottom: 70px;
}
.header-get-started-wrapper.blog .back-button-wrapper {
  top: 18px;
}
.content.page-content-blog {
  padding-bottom: 60px;
}
.content.page-content-blog .page-centered {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.content.page-content-blog .left-column {
  width: 800px;
}
.content.page-content-blog .right-column {
  position: absolute;
  left: 890px;
  top: 12px;
  font-size: 18px;
  width: 350px;
  line-height: 32px;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 400;
}
.content.page-content-blog .right-column .top-level {
  margin-bottom: 16px;
}
.content.page-content-blog .right-column li {
  list-style: none;
}
.content.page-content-blog .right-column ul {
  margin-bottom: 35px;
}
.content.page-content-blog .right-column .need-help {
  margin-bottom: 10px;
}
.content.page-content-blog .entry-title {
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 22px;
}
.content.page-content-blog .entry-title a {
  color: #20225e;
}
.content.page-content-blog .entry-title a:hover {
  color: #5f7eb4;
}
.content.page-content-blog .blog-release-information {
  font-size: 0;
  text-align: center;
  margin-bottom: 33px;
}
.content.page-content-blog .blog-release-item {
  position: relative;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 500;
}
.content.page-content-blog .blog-release-item-date {
  margin-right: 23px;
}
.content.page-content-blog .blog-release-item-date:before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #20225e;
}
.content.page-content-blog .blog-release-item-date:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 4px;
  width: 2px;
  height: 3px;
  border: 1px solid #20225e;
  border-right-width: 0;
  border-top-width: 0;
}
.content.page-content-blog .blog-release-item-category div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  border: 1px solid #20225e;
  border-right-width: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content.page-content-blog .blog-release-item-category div:before {
  content: '';
  position: absolute;
  right: -3px;
  top: 0;
  width: 5px;
  height: 6px;
  border: 1px solid #20225e;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
}
.content.page-content-blog .blog-release-item-category div:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 2px;
  height: 2px;
  background: #20225e;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media only screen and (min-width: 1180px) and (max-width: 1439px) {
  .content.page-content-blog .page-centered {
    max-width: 500px;
  }
  .content.page-content-blog .left-column {
    width: 500px;
  }
  .content.page-content-blog .right-column {
    width: 205px;
    left: 550px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1870px) {
  .content.page-content-blog .page-centered {
    max-width: 700px;
  }
  .content.page-content-blog .left-column {
    width: 700px;
  }
  .content.page-content-blog .right-column {
    width: 215px;
    left: 760px;
    font-size: 16px;
  }
}

/* [FOOTER] Footer Section
   ================================================ */

.footer {
  overflow: hidden;
  position: relative;
  padding: 0 60px;
  margin: 0 -60px;
  background: #dbdce9;
}
@media only screen and (max-width: 1260px) {
  .footer {
    padding: 0 40px;
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .footer {
    padding: 0 40px;
    margin: 0 -40px;
  }
}
.footer-big-zone {
  float: left;
  width: 100%;
  height: 360px;
  font-size: 0;
  text-align: center;
}
.footer-big-zone.monetizing {
  background: #5f7eb4;
}
.footer-big-zone.monetizing .va {
  position: relative;
  top: 8px;
  width: 258px;
  height: 92px;
  text-align: center;
}
.id .footer-big-zone.monetizing {
  display: none;
}
.footer-big-zone.ms-social {
  background: #10114b;
}
.footer-text-wrapper {
  display: inline-block;
  height: 100%;
}
.footer-text-wrapper::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.footer-text-wrapper .va-f {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 70px;
}
.footer-text-wrapper .content-title {
  margin-top: -3px;
  margin-bottom: 0;
  font-family: "Graphik Web", Arial, sans-serif;
  font-weight: 300;
}
.footer-text-wrapper .content-title.composer {
  display: none;
}
.footer .ms-credentials {
  float: left;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
.footer .ms-credentials ul {
  font-size: 0;
  height: 100%;
  text-align: center;
}
.footer .ms-credentials ul li {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .1em;
  color: #20225e;
  text-transform: uppercase;
}
.footer .ms-credentials ul li:not(:last-child) {
  margin-right: 40px;
}
.footer .ms-credentials ul li:last-child {
  margin-left: 10px;
}
.footer .ms-credentials ul li a {
  color: #20225e;
  text-decoration: none;
}
.footer.embedded {
  margin: 0!important;
  padding: 0!important;
}
.shadow-bottom-25 {
  box-shadow: 0 25px 25px 0 rgba(64, 82, 106, 0.23);
}
.social {
  cursor: pointer;
  float: left;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background: url("../images/ms/socials-version=1460459699949.png") 0 -50px no-repeat;
}
.social.twitter {
  background-position: 0 0;
}
.social.facebook {
  background-position: -57px 0;
}
.social.contact {
  background-position: -114px 0;
}
.social.miny {
  background-position: -171px 0;
}
@media only screen and (min-width: 1260px) and (max-width: 1599px) {
  .footer-big-zone {
    height: 280px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .footer-big-zone {
    height: 300px;
  }
.align-baseline {
  vertical-align: baseline;
}    
    
}