@charset "UTF-8";



.blue {
  color: #112349;
  font-weight: bold;
}
.green {
  color: #00bfa5;
}


html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 100%;
  font-family: 'Arimo', 'Verdana', sans-serif;
  font-size: 17px;
  color: #112349;
}
body ::selection {
  background: #112349;
  color: #fff;
}
body ::-moz-selection {
  background: #112349;
  color: #fff;
}
a {
  color: #112349;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.contentContainer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
li {
  break-inside: avoid;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input {
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
button,
input {
  border: none;
  background: none;
}
button {
  cursor: pointer;
}
blockquote {
  margin: 0;
}
.vline-div {
  padding: 0 5px;
}
.sidepad {
  padding-left: 50px;
  padding-right: 50px;
}
.sidepadM {
  padding-left: 25px;
  padding-right: 25px;
}
.sidepadM2 {
  padding-left: 20px;
  padding-right: 20px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.break {
  display: block;
  width: 0;
  height: 0px;
  flex-basis: 100%;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.absr {
  position: absolute;
  right: 0;
  top: 0;
}
.absb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.vspace {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.abs-cenv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-t {
  display: inline-block;
  vertical-align: top;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.no-breakout {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.boost-accel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.noflicker {
  -webkit-transform-style: preserve-3d;
}
.offscreen {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-5000px);
}
.div-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler {
  visibility: hidden;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*-webkit-justify-content: space-between;*/
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.showflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #112349;
  opacity: .95;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 50px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.overlayWrap .contentContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  height: auto;
  min-height: 100%;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.sized img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.background .base img {
  width: 100%;
  height: auto;
  display: block;
}
.background .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.background .layer img {
  width: 100%;
  height: auto;
  display: block;
}
.background.cn {
  left: 50%;
  width: 1800px;
  margin-left: -900px;
}
.basic-scaler {
  transform-origin: center top;
}
.willScale.tl,
.basic-scaler.tl {
  transform-origin: left top;
}
.willScale.tr,
.basic-scaler.tr {
  transform-origin: right top;
}
.willScale.tc,
.basic-scaler.tc {
  transform-origin: center top;
}
.willScale.cb,
.basic-scaler.cb {
  transform-origin: center bottom;
}
.sizer {
  visibility: hidden;
}
.image-wrap {
  position: relative;
}



/* Global */
section h1,
.global h1 {
  font-family: 'Arimo', 'Verdana', sans-serif;
}
section h2,
.global h2 {
  font-size: 33px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 20px;
}
section h3,
.global h3 {
  font: 'Arimo', 'Verdana', sans-serif;
  color: #112349;
}
section p,
.global p {
  line-height: 1.76;
}
section p.intro,
.global p.intro {
  font: 'Arimo', 'Verdana', sans-serif;
}
section p + p,
.global p + p {
  margin-top: 30px;
}
section header,
.global header {
  text-align: center;
}
section header h2,
.global header h2 {
  margin-bottom: 20px;
}
section header p,
.global header p {
  font: 'Arimo', 'Verdana', sans-serif;
}
section header p + p,
.global header p + p {
  margin-top: 20px;
}
section.dark,
.global.dark {
  color: #fff;
}
.short-caps {
  font: 'Arimo', 'Verdana', sans-serif;
  text-transform: uppercase;
  color: #112349;
  letter-spacing: .3em;
}
.social-links ul {
  font-size: 0px;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 55px;
  height: 57px;
}
.social-links li ~ li {
  margin-left: 28px;
}
.social-links li .icon {
  font-size: 25px;
  color: #fff;
  line-height: 56px;
  position: relative;
  width: 100%;
}
.social-links li .icon.fa-facebook {
  font-size: 23px;
}
.social-links li .icon.fa-github {
  font-size: 30px;
}
.social-links li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.social-links li svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.social-links li svg path {
  fill: #112349;
  transform: scale(1);
}
.cta-btn {
  font-size: 17px;
  border-radius: 10px;
  background-color: #112349;
  color: #fff;
  padding: 13px 23px 14px;
  text-align: center;
  display: inline-block;
}
.cta-btn.lrg {
  padding: 20px 35px;
  height: 59px;
}
.cta-btn.ol {
  /*border: 1px solid #00bfa5;
  color: #00bfa5;*/
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding-top: 19px;
}
.btn-group .cta-btn {
  display: inline-block;
  vertical-align: middle;
}
.btn-group .cta-btn + .cta-btn {
  margin-left: 12px;
}
.basic-btn {
  color: #112349;
  border-bottom: 1px solid #112349;
  padding-bottom: 1px;
  line-height: 1.5;
}
.bucket-row .basic-btn:before,
.content-rows .basic-btn:before {
  display: block;
  content: '';
  margin-top: 15px;
}
.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  left: 10px;
  transform-origin: left top;
}
.shadow img {
  display: block;
  width: 100%;
  height: 100%;
}
.oval-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 832px;
  background-color: #fff;
  overflow: hidden;
}
.oval-wrap.bot {
  top: auto;
  bottom: 0px;
}
.oval-wrap.bot .bg-oval {
  top: -432px;
}
.bg-oval {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 2424px;
  height: 866px;
}
.bg-oval img {
  width: 100%;
  height: 100%;
  display: block;
}
.row-div {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid rgba(61, 90, 254, 0.2);
  margin: 100px 0;
}
.close-btn {
  cursor: pointer;
  width: 57px;
  height: 58px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 31;
}
.close-btn span {
  font-size: 20px;
  color: #112349;
  display: block;
  position: relative;
  line-height: 58px;
  margin-left: -2px;
}
.close-btn svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.close-btn svg path {
  fill: #fff;
}
.close-btn .menu-line {
  display: none;
  background-color: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
}
.close-btn .menu-line.top {
  transform: rotate(45deg) translate3d(0, 0px, 0);
}
.close-btn .menu-line.bot {
  transform: rotate(-45deg) translate3d(0, 0px, 0);
}
.partners-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.arrow-lines {
  position: absolute;
  right: 2px;
  bottom: 12px;
  width: 10px;
  z-index: 4;
}
.arrow-lines .arrow-line {
  position: absolute;
  top: 3px;
  width: 9px;
  height: 2px;
  border-radius: 10px;
  background-color: #112349;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.arrow-lines .arrow-line.left {
  left: -2px;
  transform: rotate(45deg);
}
.arrow-lines .arrow-line.right {
  right: -2px;
  transform: rotate(-45deg);
}
/*! - GLOBAL: 0a LAYOUT REUSE */
.buckets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.buckets .bucket {
  width: 31.5%;
  max-width: 375px;
  position: relative;
}
.buckets .bucket-wrap,
.buckets .bucket-contents {
  position: relative;
}
.buckets .bucket-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*cursor: pointer;*/
}
.buckets .bucket-wrap > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.buckets .bucket-contents {
  border-radius: 14px;
}
.buckets .bucket-shadow {
  transform: scaleX(1.015) scaleY(1.05);
}
.buckets.light {
  text-align: center;
}
.buckets.light .bucket-contents {
  border: 1px solid #112349;
  background-color: #fff;
  height: 100%;
  padding: 35px 25px 60px;
}
.buckets.light .bucket-shadow,
.buckets.light .bucket-contents {
  height: 350px;
}
.buckets.light .bucket-icon {
  width: 100%;
  height: 130px;
  position: relative;
  margin: 25px 0 20px;
}
.buckets.light .bucket-icon .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.buckets.light p {
  height: 58px;
}
.buckets.light .cta-wrap {
  position: absolute;
  left: 0;
  top: 0;
  top: 325px;
  width: 100%;
  height: 0px;
}
.buckets.dark .bucket {
  height: 435px;
}
.buckets.dark .bucket-wrap {
  height: 405px;
}
.buckets.dark .bucket-contents {
  background-color: #112349;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
}
.buckets.dark .bucket-shadow,
.buckets.dark .bucket-contents {
  height: 405px;
}
.buckets.dark .bucket-txt {
  padding: 20px 25px;
  height: 143px;
  background-color: #112349;
}
.buckets.dark .bucket-img {
  height: 263px;
  width: 100%;
  position: relative;
}
.buckets.dark .bucket-img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.8);
}
.buckets.dark .printbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: -15px;
  width: 375px;
}
.buckets.dark time {
  font-size: 17px;
  line-height: 1.76;
  color: #4dd0e1;
  display: block;
  margin-bottom: 5px;
}
.buckets.dark h3 {
  color: #fff;
  line-height: 1.6;
  height: 64px;
  overflow: hidden;
}
.buckets.two-col .bucket {
  width: 48.5%;
  max-width: none;
}
.buckets.two-col .bucket-wrap {
  cursor: auto;
}
.buckets.two-col .icon {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.buckets.two-col .bucket-contents {
  padding: 40px;
}
.buckets.two-col .cta-btn {
  margin-top: 20px;
}
.buckets.two-col .bucket-shadow {
  top: 10px;
  transform: scaleX(1.015) scaleY(1.03);
}
.content-rows {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.content-rows.sm {
  padding-left: 0px;
  padding-right: 0px;
}
.content-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-row .background {
  width: 615px;
}
.content-row + .content-row {
  margin-top: 130px;
}
.content-row .col {
  position: relative;
}
.content-row .col.txt {
  width: 37.5%;
  max-width: 450px;
}
.content-row .col.image {
  width: 62.5%;
  max-width: 650px;
}
.content-row .col.image.left {
  padding-right: 30px;
}
.content-row .col.image.left .willScale {
  transform-origin: left center;
}
.content-row .col.image.left .img-side-text {
  left: -40px;
}
.content-row .col.image.right {
  padding-left: 30px;
  max-width: 680px;
  text-align: right;
}
.content-row .col.image.right .sizer {
  display: inline-block;
}
.content-row .col.image.right .willScale {
  transform-origin: right center;
  left: auto;
  right: 0px;
}
.content-row .col.image.right .img-side-text {
  left: auto;
  right: -40px;
}
.content-row .cta-btn {
  margin-top: 32px;
}
.content-row p {
  font: 'Arimo', 'Verdana', sans-serif;
}
.content-row .img-side-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.content-row .img-side-text h3 {
  font: 'Arimo', 'Verdana', sans-serif;
  text-transform: uppercase;
  color: #112349;
  letter-spacing: .3em;
  width: 110px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.content-row p.footnote {
  font-family: 'Arimo', 'Verdana', sans-serif;
  font-size: 14px;
}

/*Buckets cols*/
.bucket-cols {
  position: relative;
}
.bucket-cols .bucket-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.bucket-cols .bucket-row.first .bucket-box {
  padding-top: 0px;
  border: none;
}
.bucket-cols .col {
  width: 50%;
}
.bucket-cols .col:first-child {
  padding-right: 25px;
}
.bucket-cols .col + .col {
  border-left: 1px solid rgba(61, 90, 254, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-left: 25px;
}
.bucket-cols .bucket-box {
  max-width: 515px;
  padding-top: 70px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(61, 90, 254, 0.2);
}
.bucket-cols .bucket-box h3 {
  margin-bottom: 15px;
  line-height: 1.6;
}
.bucket-cols .bucket-box .icon {
  width: 90px;
  height: 100%;
  float: left;
  display: block;
  text-align: center;
}
.bucket-cols .bucket-box .icon img {
  display: inline-block;
}
.bucket-cols .bucket-box .txt {
  width: auto;
  margin-left: 90px;
  padding-left: 35px;
}
.scroll-divider {
  width: 35px;
  margin: 150px auto 130px;
}
.ornament-dots {
  position: absolute;
}

#page-generic #tier-hero {
  min-height: 500px;
}
/*! - GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 60;
}
/*! - GLOBAL: 2 HEADER */
#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 20;
  overflow: visible;
}
#globalHeader.sticky .sticky-bar {
  transform: translateY(0%);
}
#globalHeader.sticky .sticky-bar:after {
  opacity: 1;
}
#globalHeader.sticky .logo.sounilogo {
  /*transform: scale(1) translate(-6px, -21px);*/
  transform: translate(-6px, -21px);
}
#globalHeader.sticky .logo.sounilogo .letter {
  opacity: 0;
}
/*#globalHeader.sticky .logo.sounilogo a {
  width: 65px;
}*/
#globalHeader.sticky .toplinks,
#globalHeader.sticky .cta-items,
#globalHeader.sticky .submenu {
  transform: translateY(-23px);
}
#globalHeader .sticky-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 0;
  transform: translateY(-100%);
  background-color: #fff;
  border-bottom: 1px solid rgba(61, 90, 254, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .sticky-bar:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#globalHeader .logo {
  position: absolute;
  /*top: 32px;*/
  top: 27px;
  /*left: 32px;*/
  left: 100px;
  /*width: 182px;*/
  width: 70px;
  /* overflow: hidden; */
  /* .clipped(0, 0, 0, 0); */
  transform-origin: left top;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .logo img {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#globalHeader .logo .letter {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  /*transform: translateY(0px);*/
}


#globalHeader .logo .letter {
  transition-delay: .1s;
}

/*#globalHeader .logo .letter.u1 {
  transition-delay: .5s;
}
#globalHeader .logo .letter.n1 {
  transition-delay: .5s;
}
#globalHeader .logo .letter.i1 {
  transition-delay: .5s;
}
#globalHeader .logo .letter.q1 {
  transition-delay: .5s;
}
#globalHeader .logo .letter.u2 {
  transition-delay: .5s;
}
#globalHeader .logo .letter.e1 {
  transition-delay: .5s;
}
*/





#globalHeader .toplinks,
#globalHeader .cta-items {
  display: inline-block;
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  font-size: 15px;
}
#globalHeader .toplinks .cta-btn,
#globalHeader .cta-items .cta-btn {
  font-size: 15px;
}
#globalHeader .toplinks li,
#globalHeader .cta-items li {
  display: inline-block;
  vertical-align: middle;
}
#globalHeader .toplinks {
  padding-top: 50px;
  position: relative;
}
#globalHeader .toplinks li {
  position: relative;
}
#globalHeader .toplinks li + li {
  margin-left: 46px;
}
#globalHeader .toplinks .hasSub a {
  padding-right: 20px;
  position: relative;
  display: block;
}
#globalHeader .toplinks .hasSub .icon {
  font-size: 7px;
  color: #112349;
  position: absolute;
  right: 0px;
  bottom: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .toplinks .hasSub.open a {
  color: #112349;
}
#globalHeader .toplinks .hasSub.open .arrow-lines .arrow-line.left {
  transform: rotate(-45deg);
}
#globalHeader .toplinks .hasSub.open .arrow-lines .arrow-line.right {
  transform: rotate(45deg);
}
#globalHeader .toplinks li.on a {
  color: #112349;
}
#globalHeader .cta-items {
  position: absolute;
  top: 40px;
  right: 33px;
  text-align: right;
}
#globalHeader .cta-items li.hasIcon a > * {
  display: inline-block;
  vertical-align: middle;
}
#globalHeader .cta-items li.hasIcon .icon {
  font-size: 19px;
  margin: -1px 8px 0 0;
}
#globalHeader .cta-items li.green a {
  color: #00bfa5;
}
#globalHeader .cta-items li:not(.cta) {
  margin-top: -5px;
}
#globalHeader .cta-items li + li {
  margin-left: 22px;
}
#globalHeader .submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  top: 93px;
  display: none;
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .submenu .submenu-wrap {
  position: relative;
  width: 100%;
  max-width: 944px;
  display: inline-block;
  opacity: 0;
  transform: translateY(-10px);
}
#globalHeader .submenu .submenu-shadow {
  transform: scaleX(1.01) scaleY(1.1);
  opacity: .05;
}
#globalHeader .submenu .submenu-contents {
  position: relative;
  background-color: #112349;
  border-radius: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#globalHeader .submenu .submenu-contents .submenu-item {
  width: 33.3%;
  padding: 34px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#globalHeader .submenu .submenu-contents .submenu-item .icon {
  float: left;
  width: 56px;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt {
  width: auto;
  margin-left: 56px;
  padding-left: 18px;
  color: #fff;
  text-align: left;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt h4 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt p {
  font-size: 14px;
  line-height: 1.71;
}
#globalHeader .submenu .submenu-contents .submenu-item + .submenu-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#globalHeader .submenu .submenu-contents .submenu-item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*! - GLOBAL: 3 CTA */
#footer-cta {
  overflow: visible;
  text-align: center;
  padding-top: 438px;
  padding-bottom: 100px;
}
#footer-cta h3 {
  color: #112349;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.9;
  margin-bottom: 45px;
}
#footer-cta .bg-wrap {
  height: 533px;
  top: -135px;
}
#footer-cta .background {
  width: 605px;
  margin-left: -302px;
}
#footer-cta .background .main {
  width: 605px;
}
/*! - GLOBAL: 4 FOOTER */
#globalFooter {
  background-color: #112349;
  padding-top: 137px;
  padding-bottom: 80px;
}
#globalFooter .print-lines {
  width: 1440px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-left: -485px;
}
#globalFooter .logo-icon {
  /*width: 140px;*/
  width: 80px;
  /*margin-left: -28px;*/
  margin-left: -15px;
  /*margin-bottom: 5px;*/
  margin-bottom: 20px;
}
#globalFooter h2 {
  color: #fff;
}
#globalFooter .row.main .col.left {
  width: 420px;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
#globalFooter .row.main .col.right {
  width: 66%;
  max-width: 664px;
}
#globalFooter .btn-group {
  margin-top: 60px;
}
#globalFooter .btn-group .cta-btn:first-child {
  width: 175px;
}
#globalFooter .footer-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 12px;
}
#globalFooter .footer-links ul {
  display: inline-block;
  list-style: none;
}
#globalFooter .footer-links .title-li {
  font-weight: 700;
  /*color: #112349;*/
  color: #fff;
  margin-bottom: 25px;
}
#globalFooter .footer-links a {
  color: #fff;
}
#globalFooter .footer-links li + li {
  margin-top: 26px;
}
#globalFooter .row.social {
  margin-top: 90px;
}
#globalFooter .copyright {
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}

/*! - GLOBAL: 6 FORMS */
.form-wrap,
.signup-wrap,
.form-elem {
  position: relative;
}
.form-wrap form,
.signup-wrap form,
.form-elem form {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.form-wrap form ::-webkit-input-placeholder,
.signup-wrap form ::-webkit-input-placeholder,
.form-elem form ::-webkit-input-placeholder {
  color: #112349;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.form-wrap form :-moz-placeholder,
.signup-wrap form :-moz-placeholder,
.form-elem form :-moz-placeholder {
  color: #112349;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
.form-wrap form ::-moz-placeholder,
.signup-wrap form ::-moz-placeholder,
.form-elem form ::-moz-placeholder {
  color: #112349;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
.form-wrap form :-ms-input-placeholder,
.signup-wrap form :-ms-input-placeholder,
.form-elem form :-ms-input-placeholder {
  color: #112349;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.form-wrap form input:-webkit-autofill,
.signup-wrap form input:-webkit-autofill,
.form-elem form input:-webkit-autofill,
.form-wrap form input:-webkit-autofill:hover,
.signup-wrap form input:-webkit-autofill:hover,
.form-elem form input:-webkit-autofill:hover,
.form-wrap form input:-webkit-autofill:focus,
.signup-wrap form input:-webkit-autofill:focus,
.form-elem form input:-webkit-autofill:focus,
.form-wrap form input:-webkit-autofill:active,
.signup-wrap form input:-webkit-autofill:active,
.form-elem form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #112349;
}
.form-wrap form .form-row,
.signup-wrap form .form-row,
.form-elem form .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  height: 60px;
  position: relative;
  margin-bottom: 18px;
}
.form-wrap form .form-row .field-wrap,
.signup-wrap form .form-row .field-wrap,
.form-elem form .form-row .field-wrap {
  width: 48.5%;
}
.form-wrap form .field-wrap,
.signup-wrap form .field-wrap,
.form-elem form .field-wrap {
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  position: relative;
}
.form-wrap form .field-wrap .field-contents,
.signup-wrap form .field-wrap .field-contents,
.form-elem form .field-wrap .field-contents {
  position: relative;
  height: 60px;
  /*padding: 15px 25px;*/
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #112349;
  overflow: hidden;
  border-radius: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-wrap form .field-wrap.error .field-contents,
.signup-wrap form .field-wrap.error .field-contents,
.form-elem form .field-wrap.error .field-contents {
  border-color: #FF4081;
}
.form-wrap form .field-wrap.error .field-contents ::-webkit-input-placeholder,
.signup-wrap form .field-wrap.error .field-contents ::-webkit-input-placeholder,
.form-elem form .field-wrap.error .field-contents ::-webkit-input-placeholder {
  color: #FF4081;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.form-wrap form .field-wrap.error .field-contents :-moz-placeholder,
.signup-wrap form .field-wrap.error .field-contents :-moz-placeholder,
.form-elem form .field-wrap.error .field-contents :-moz-placeholder {
  color: #FF4081;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
.form-wrap form .field-wrap.error .field-contents ::-moz-placeholder,
.signup-wrap form .field-wrap.error .field-contents ::-moz-placeholder,
.form-elem form .field-wrap.error .field-contents ::-moz-placeholder {
  color: #FF4081;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
.form-wrap form .field-wrap.error .field-contents :-ms-input-placeholder,
.signup-wrap form .field-wrap.error .field-contents :-ms-input-placeholder,
.form-elem form .field-wrap.error .field-contents :-ms-input-placeholder {
  color: #FF4081;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.form-wrap form .field-wrap.error input,
.signup-wrap form .field-wrap.error input,
.form-elem form .field-wrap.error input {
  color: #FF4081;
}
.form-wrap form .field-wrap.error .select2-container .select2-choice,
.signup-wrap form .field-wrap.error .select2-container .select2-choice,
.form-elem form .field-wrap.error .select2-container .select2-choice {
  color: #FF4081;
}
.form-wrap form .field-wrap.hasS2,
.signup-wrap form .field-wrap.hasS2,
.form-elem form .field-wrap.hasS2 {
  cursor: pointer;
  text-align: left;
}
.form-wrap form .field-wrap.hasS2 .field-contents,
.signup-wrap form .field-wrap.hasS2 .field-contents,
.form-elem form .field-wrap.hasS2 .field-contents {
  padding: 0px;
}
.form-wrap form .field-wrap.ta,
.signup-wrap form .field-wrap.ta,
.form-elem form .field-wrap.ta {
  height: 180px;
}
.form-wrap form .field-wrap.ta .field-contents,
.signup-wrap form .field-wrap.ta .field-contents,
.form-elem form .field-wrap.ta .field-contents {
  height: 180px;
  padding: 0px;
}
.form-wrap form .field-shadow,
.signup-wrap form .field-shadow,
.form-elem form .field-shadow {
  left: 12px;
  top: 6px;
  transform: scaleY(1.05);
}
.form-wrap form input[type="text"],
.signup-wrap form input[type="text"],
.form-elem form input[type="text"],
.form-wrap form input[type="email"],
.signup-wrap form input[type="email"],
.form-elem form input[type="email"] {
  width: 100%;
  color: #112349;
  padding: 0;
  line-height: normal;
}
.form-wrap form textarea,
.signup-wrap form textarea,
.form-elem form textarea {
  width: 100%;
  height: 100%;
  border: none;
  color: #112349;
  line-height: 1.5;
  padding: 15px 25px;
}
.form-wrap .cta-btn,
.signup-wrap .cta-btn,
.form-elem .cta-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 43px;
}
.form-wrap .form-circletext,
.signup-wrap .form-circletext,
.form-elem .form-circletext {
  width: 150px;
  left: -267px;
  top: 13px;
}
.form-wrap .form-person,
.signup-wrap .form-person,
.form-elem .form-person {
  width: 300px;
  left: -300px;
  top: auto;
  bottom: 0px;
}
.form-wrap .thank-you,
.signup-wrap .thank-you,
.form-elem .thank-you {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px;
  border-radius: 14px;
  background-color: #fff;
  z-index: 5;
  display: none;
  opacity: 0;
}
.form-wrap .thank-you .txt,
.signup-wrap .thank-you .txt,
.form-elem .thank-you .txt {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  opacity: 0;
}
.form-wrap .thank-you h2,
.signup-wrap .thank-you h2,
.form-elem .thank-you h2,
.form-wrap .thank-you h3,
.signup-wrap .thank-you h3,
.form-elem .thank-you h3 {
  color: #112349;
}
.form-wrap .thank-you .icon,
.signup-wrap .thank-you .icon,
.form-elem .thank-you .icon {
  display: inline-block;
  width: 108px;
  margin-bottom: 15px;
}
.form-wrap {
  width: 100%;
  max-width: 577px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 14px;
}
.signup-wrap form .field-wrap {
  height: 66px;
  margin-bottom: 0px;
}
.signup-wrap form .field-wrap .field-contents {
  padding: 9px;
  height: 66px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.signup-wrap form .field-wrap .field-contents input[type="email"] {
  flex-grow: 1;
  height: 46px;
  padding: 0 15px;
  display: block;
}
.signup-wrap form .field-wrap .field-contents .cta-btn {
  text-align: center;
  flex-grow: 0;
  margin: 0px;
  padding: 13px 30px 14px;
}
.signup-wrap .thank-you {
  padding: 0px;
  border-radius: 0px;
  top: 85px;
  background-color: transparent;
  z-index: 1;
}
.select2-container--default .select2-selection--single {
  padding: 15px 25px;
  border: none;
  border-radius: 0px;
  background: none;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  right: 21px;
  top: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow .icon {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
  padding: 0px;
  line-height: normal;
  color: #112349;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #112349;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #112349;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #112349;
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
  padding: 12px 0;
  max-height: 235px;
}
.select2-dropdown {
  margin-top: 20px;
  margin-left: -1px;
  border-radius: 14px;
  border: 1px solid #112349;
  background-color: #112349;
  box-sizing: content-box;
}
.select2-dropdown--above {
  margin-top: -20px;
}
.select2-results__option {
  padding: 9px 25px 8px;
  color: #fff;
  font-size: 17px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 14px;
}
.select2-container--open .select2-selection__arrow .arrow-lines .arrow-line.left {
  transform: rotate(-45deg);
}
.select2-container--open .select2-selection__arrow .arrow-lines .arrow-line.right {
  transform: rotate(45deg);
}
/*! - GLOBAL: 7 OVERLAYS */
#contactOverlay {
  padding-left: 0px;
  padding-right: 0px;
}
#contactOverlay .overlayWrap {
  padding: 75px 25px;
}
#contactOverlay header {
  text-align: center;
  margin-bottom: 55px;
}
#contactOverlay header h2,
#contactOverlay header p {
  color: #fff;
}

/* Hovers */
@media screen and (min-width: 1025px) {
  a,
  button {
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
  }
  .cta-btn:hover {
    background-color: #112349;
  }
  .cta-btn.ol:hover {
    color: #112349;
    background-color: #fff;
  }
  .basic-btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .basic-btn:hover {
    color: #112349;
    border-color: #112349;
  }
  .social-links li:hover > svg .soinvestors {
    fill: #112349;
  }
  #globalHeader .toplinks a:hover {
    color: #112349;
  }
  #globalHeader .cta-items li.green a:hover {
    color: #112349;
  }
  #globalHeader .submenu-item .icon {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  #globalHeader .submenu-item:hover > .icon {
    transform: translateY(-5px);
  }
  #globalFooter .footer-links a:hover {
    color: #112349;
  }
  .overlay .close-btn:hover > svg .soinvestors {
    fill: #3d5afe;
  }
  #home-about .bucket-wrap .bucket-shadow,
  #home-about .bucket-wrap .bucket-contents {
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .buckets.dark .bucket-wrap {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .buckets.dark .bucket-wrap .bucket-contents {
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .buckets.dark .bucket-wrap .bucket-txt {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translateY(0px);
  }
  .buckets.dark .bucket-wrap .printbg,
  .buckets.dark .bucket-wrap .bucket-img {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform: translateY(0px);
  }
  .buckets.dark .bucket-wrap:hover {
    height: 435px;
    transform: translateY(-15px);
  }
  .buckets.dark .bucket-wrap:hover > .bucket-contents {
    height: 435px;
  }
  .buckets.dark .bucket-wrap:hover > .bucket-contents .bucket-txt {
    height: 158px;
    transform: translateY(15px);
  }
  .buckets.dark .bucket-wrap:hover > .bucket-contents .printbg,
  .buckets.dark .bucket-wrap:hover > .bucket-contents .bucket-img {
    transform: translateY(15px);
  }
  #globalMenu .cta-btn:hover {
    background-color: #112349;
  }
  #globalMenu .cta-btn.ol:hover {
    color: #00bfa5;
    background-color: transparent;
  }
  #insights-article a,
  #page-developers .bodytext a,
  #page-api .bodytext a,
  #page-api #api-lang .lang-menu a {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #insights-article a:hover,
  #page-developers .bodytext a:hover,
  #page-api .bodytext a:hover,
  #page-api #api-lang .lang-menu a:hover {
    opacity: .6;
  }
  .api-code .copy-cb img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .api-code .copy-cb:hover > img {
    opacity: .6;
  }
}
/*! - PAGE ***************************** */
/*! - PAGE: 0 HOME -> 0 HERO */
#home-hero {
  padding-top: 160px;
  padding-bottom: 315px;
  position: static;
}
#home-hero h1 {
  margin-bottom: 28px;
  position: relative;
}
#home-hero .contentContainer {
  z-index: 3;
}
#home-hero .txt {
  margin-top: 120px;
  max-width: 400px;
  position: relative;
}
#home-hero .txt .fingerprint {
  position: absolute;
  left: -73px;
  top: -34px;
  width: 122px;
}
#home-hero .btn-group {
  margin-top: 37px;
}
#home-hero .btn-group .cta-btn:first-child {
  width: 175px;
}

/* Home about intro */
#home-about {
  overflow: visible;
  z-index: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 300px;
  padding-bottom: 0px;
}
#home-about .hero-anim {
  height: 1600px;
  top: -836px;
  z-index: 1;
}
#home-about .hero-anim .background {
  width: 1502px;
  margin-left: -16px;
  transform-origin: left top;
}
#home-about .hero-anim .background .main {
  width: 1502px;
}
#home-about .about-intro,
#home-about .content-rows {
  padding-left: 50px;
  padding-right: 50px;
}
#home-about .about-intro {
  padding-top: 110px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  background-color: #f4f6ff;
}
#home-about .about-intro header {
  text-align: left;
  max-width: 600px;
  margin-top: 112px;
}
#home-about .about-intro .logo-group {
  max-width: 760px;
  margin-top: 30px;
}
#home-about .about-intro .partner-mover-wrap {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-5000px);
}
#home-about .buckets {
  /*margin-top: 120px;*/
  margin-top: 80px;
  height: 360px;
}
#home-about .content-rows {
  margin-top: 135px;
  /*padding-bottom: 70px;*/
  padding-bottom: 170px;
  overflow: hidden;
}
#home-about .content-rows .content-row .background {
  width: 650px;
}
#home-about .content-rows .content-row[data-num="1"] .background {
  right: 15px;
  height: 478px;
  overflow: hidden;
}
#home-about .content-rows .content-row[data-num="1"] .col.txt {
  padding-top: 10%;
}
#home-about .content-rows .content-row[data-num="2"] .background {
  top: -20px;
}
#home-about .content-rows .content-row[data-num="2"] .col.txt {
  padding-top: 5.5%;
}
/*! - PAGE: 0 HOME -> 2 INSIGHTS */
#home-insights {
  background-color: #f4f6ff;
  padding-top: 110px;
  padding-bottom: 264px;
}
#home-insights .cta-wrap {
  margin-top: 25px;
  text-align: center;
}
#home-insights .buckets {
  margin-top: 55px;
}


/* Animations */
path {
  -webkit-transition: fill 0.3s linear;
  -moz-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.part svg {
  position: absolute;
  left: 0;
  top: 0;
}
.svg-mask {
  position: absolute;
  width: 0px;
  height: 0px;
}
.svg-mask path {
  stroke: transparent !important;
}
.shape-path svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shape-path path {
  fill: none;
  stroke: #112349;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}
.shape-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.path-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #112349;
}
.typer-field {
  position: absolute;
  left: 0;
  top: 0;
}
.typer-field p {
  font-family: 'Arimo', 'Verdana', sans-serif;
  color: #112349;
}
.dial {
  position: absolute;
  background-color: #112349;
  border-radius: 10px;
  transform-origin: center bottom;
}
#footer-cta .blob[data-num="1"] {
  width: 198px;
  left: 1px;
  top: 242px;
}
#footer-cta .blob[data-num="2"] {
  width: 155px;
  left: 450px;
  top: 89px;
}
#footer-cta .man {
  width: 151px;
  left: 390px;
  top: 169px;
}
#footer-cta .shape-path {
  position: absolute;
  left: 61px;
  top: 5px;
  width: 468px;
  height: 480px;
}
#footer-cta .shape-path path {
  fill: none;
  stroke-width: 1;
}
#footer-cta.on .blob {
  -webkit-animation: floatY infinite 10s ease-in-out;
  -moz-animation: floatY infinite 10s ease-in-out;
  animation: floatY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}
#footer-cta.on .blob[data-num="2"] {
  animation-delay: -5s;
}
#footer-cta.on .blob[data-num="2"] img {
  animation-delay: -4s;
}
#footer-cta.on .blob img {
  -webkit-animation: aboutWheelSpin infinite 15s linear;
  -moz-animation: aboutWheelSpin infinite 15s linear;
  animation: aboutWheelSpin infinite 15s linear;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}


/* Animations keyframes */
@-moz-keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slide-left {
  -webkit-animation: slideLeft infinite 10s linear;
  -moz-animation: slideLeft infinite 10s linear;
  animation: slideLeft infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.horz-scroll {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.vert-scroll {
  -webkit-animation: vertScroll infinite 3s linear;
  -moz-animation: vertScroll infinite 3s linear;
  animation: vertScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-y {
  -webkit-animation: floatY infinite 10s ease-in-out;
  -moz-animation: floatY infinite 10s ease-in-out;
  animation: floatY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes floatX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes floatX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.float-x {
  -webkit-animation: floatX infinite 10s ease-in-out;
  -moz-animation: floatX infinite 10s ease-in-out;
  animation: floatX infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinker {
  -webkit-animation: blink infinite 1.5s ease-in-out;
  -moz-animation: blink infinite 1.5s ease-in-out;
  animation: blink infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
@-webkit-keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
@keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
.meter-move {
  -webkit-animation: meterMove infinite 6s ease-in-out;
  -moz-animation: meterMove infinite 6s ease-in-out;
  animation: meterMove infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes keysColor {
  0% {
    fill: #00bfa5;
  }
  5% {
    fill: #FF4081;
  }
  10% {
    fill: #00bfa5;
  }
  100% {
    fill: #00bfa5;
  }
}
@-webkit-keyframes keysColor {
  0% {
    fill: #00bfa5;
  }
  5% {
    fill: #FF4081;
  }
  10% {
    fill: #00bfa5;
  }
  100% {
    fill: #00bfa5;
  }
}
@keyframes keysColor {
  0% {
    fill: #00bfa5;
  }
  5% {
    fill: #FF4081;
  }
  10% {
    fill: #00bfa5;
  }
  100% {
    fill: #00bfa5;
  }
}
.keys-color {
  -webkit-animation: keysColor infinite 6s ease-in-out;
  -moz-animation: keysColor infinite 6s ease-in-out;
  animation: keysColor infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotFadeSeq {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dotFadeSeq {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dotFadeSeq {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.dotfade-seq {
  -webkit-animation: dotFadeSeq infinite 1s linear;
  -moz-animation: dotFadeSeq infinite 1s linear;
  animation: dotFadeSeq infinite 1s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes shieldSlide {
  0% {
    transform: translateY(100px);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  20% {
    transform: translateY(95px);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  85% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes shieldSlide {
  0% {
    transform: translateY(100px);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  20% {
    transform: translateY(95px);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  85% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes shieldSlide {
  0% {
    transform: translateY(100px);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  20% {
    transform: translateY(95px);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  85% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.shield-slide {
  -webkit-animation: shieldSlide infinite 2.5s linear;
  -moz-animation: shieldSlide infinite 2.5s linear;
  animation: shieldSlide infinite 2.5s linear;
  animation-fill-mode: forwards;
}


/* Home hero about */
#home-about .hero-anim p {
  font-size: 15px;
  color: #112349;
}
#home-about .hero-anim .phone,
#home-about .hero-anim .phone-shadow {
  width: 305px;
  left: 0px;
  top: 0px;
}
#home-about .hero-anim .typer-field {
  left: 45px;
}
#home-about .hero-anim .typer-field[data-num="1"] {
  top: 182px;
}
#home-about .hero-anim .typer-field[data-num="2"] {
  top: 268px;
}
#home-about .hero-anim .button {
  position: absolute;
  left: 69px;
  top: 341px;
  width: 148px;
  height: 38px;
  border-radius: 6px;
  background-color: #f4f6ff;
  color: #112349;
  text-align: center;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
#home-about .hero-anim .button p {
  line-height: 38px;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
#home-about .hero-anim .button.on {
  background-color: #112349;
}
#home-about .hero-anim .button.on p {
  color: #fff;
}
#home-about .hero-anim .shield-wrap {
  width: 101px;
  height: 165px;
  left: 98px;
  top: 411px;
}
#home-about .hero-anim .shield-wrap .shield {
  width: 101px;
  top: 10px;
  transform: translateY(160px);
}
#home-about .hero-anim .person.locked {
  width: 127px;
}
#home-about .hero-anim .person.checked {
  width: 116px;
}
#home-about .hero-anim .person .check-circle {
  width: 36px;
  left: 81px;
  top: 39px;
  opacity: 0;
}
#home-about .hero-anim .shape-path {
  position: absolute;
}
#home-about .hero-anim .shape-path[data-num="1"] {
  width: 864px;
  height: 1166px;
  left: 188px;
  top: 97px;
}
#home-about .hero-anim .shape-path[data-num="2"] {
  width: 760px;
  height: 1183px;
  left: 238px;
  top: 327px;
}

#home-about .bucket[data-num="1"] .phone-buttons {
  width: 32px;
  height: 52px;
  left: 20px;
  top: 34px;
}
#home-about .bucket[data-num="1"] .phone-buttons path {
  fill: #00bfa5;
}
#home-about .bucket[data-num="2"] .meter-dots {
  width: 57px;
  height: 6px;
  left: 17px;
  top: 86px;
}
#home-about .bucket[data-num="2"] .meter-dots path {
  fill: #112349;
}
#home-about .bucket[data-num="3"] .shield {
  width: 27px;
  left: 45px;
  opacity: 0;
}
#home-about .content-row[data-num="1"] .blob[data-num="1"] {
  width: 237px;
  top: 295px;
}
#home-about .content-row[data-num="1"] .blob[data-num="2"] {
  width: 180px;
  left: 457px;
  top: 165px;
}
#home-about .content-row[data-num="1"] .grid {
  width: 236px;
  left: 202px;
  top: 30px;
}
#home-about .content-row[data-num="1"] .dot {
  width: 5px;
}
#home-about .content-row[data-num="1"] .dot[data-num="1"] {
  left: -2px;
  top: 14px;
}
#home-about .content-row[data-num="1"] .dot[data-num="2"] {
  left: 53px;
  top: 14px;
  animation-delay: -4s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="3"] {
  left: 108px;
  top: 14px;
  animation-delay: -2s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="4"] {
  left: 164px;
  top: 14px;
  animation-delay: -6s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="5"] {
  left: 220px;
  top: 14px;
  animation-delay: -1s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="6"] {
  left: -2px;
  top: 70px;
  animation-delay: -6.5s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="7"] {
  left: -2px;
  top: 125px;
  animation-delay: -5s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="8"] {
  left: -2px;
  top: 181px;
  animation-delay: -3s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="9"] {
  left: -2px;
  top: 234px;
  animation-delay: -8s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="10"] {
  left: -2px;
  top: 14px;
  animation-delay: -1.5s !important;
}
#home-about .content-row[data-num="2"] .souni-box {
  width: 328px;
  left: 317px;
  top: 100px;
}
#home-about .content-row[data-num="2"] .falling-items {
  left: 30px;
  top: 2px;
  width: 165px;
  height: 288px;
}
#home-about .content-row[data-num="2"] .falling-items[data-num="2"] {
  opacity: 1;
}
#home-about .content-row[data-num="2"] .falling-items .item {
  width: 42px;
  top: -42px;
}
#home-about .content-row[data-num="2"] .wheel-center {
  width: 62px;
  left: 208px;
  top: 226px;
}
#home-about .content-row[data-num="2"] .wheel {
  width: 480px;
  left: 1px;
  top: 12px;
}
#home-about .content-row[data-num="2"] .wheel .product {
  width: 140px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="1"] {
  left: 170px;
  top: 414px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="2"] {
  left: 11px;
  top: -12px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="3"] {
  left: 404px;
  top: 71px;
}
#home-about .content-row[data-num="2"] .heart.sm {
  width: 21px;
}
#home-about .content-row[data-num="2"] .heart.big {
  width: 30px;
}
#home-about .content-row[data-num="2"] .heart[data-num="1"] {
  left: 20px;
}
#home-about .content-row[data-num="2"] .heart[data-num="2"] {
  left: 40px;
}
#home-about .content-row[data-num="2"] .heart[data-num="3"] {
  left: 30px;
  width: 24px;
}
#home-about .content-row[data-num="2"] .heart-group {
  position: absolute;
  left: 140px;
  top: 120px;
  z-index: 5;
}
@-moz-keyframes aboutHomeAnimV1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(222px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes aboutHomeAnimV1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(222px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes aboutHomeAnimV1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(222px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-griddotv1 {
  -webkit-animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  -moz-animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes aboutHomeAnimH1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(220px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes aboutHomeAnimH1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(220px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes aboutHomeAnimH1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(220px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes aboutWheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes aboutWheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes aboutWheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-wheelspin {
  -webkit-animation: aboutWheelSpin infinite 15s linear;
  -moz-animation: aboutWheelSpin infinite 15s linear;
  animation: aboutWheelSpin infinite 15s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes aboutItemDrop {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(330px);
  }
  100% {
    transform: translateY(330px);
  }
}
@-webkit-keyframes aboutItemDrop {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(330px);
  }
  100% {
    transform: translateY(330px);
  }
}
@keyframes aboutItemDrop {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(330px);
  }
  100% {
    transform: translateY(330px);
  }
}
.about-itemdrop {
  -webkit-animation: aboutItemDrop infinite 15s ease-in;
  -moz-animation: aboutItemDrop infinite 15s ease-in;
  animation: aboutItemDrop infinite 15s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes heartFloatY2 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    transform: translateY(-100px);
    opacity: 1;
  }
  90% {
    transform: translateY(-120px);
    opacity: 0;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}
@-webkit-keyframes heartFloatY2 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    transform: translateY(-100px);
    opacity: 1;
  }
  90% {
    transform: translateY(-120px);
    opacity: 0;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}
@keyframes heartFloatY2 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    transform: translateY(-100px);
    opacity: 1;
  }
  90% {
    transform: translateY(-120px);
    opacity: 0;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}
.heart-floatY2 {
  -webkit-animation: heartFloatY2 infinite 6s linear;
  -moz-animation: heartFloatY2 infinite 6s linear;
  animation: heartFloatY2 infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes heartFloatX2 {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes heartFloatX2 {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes heartFloatX2 {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.heart-floatX2 {
  -webkit-animation: heartFloatX2 infinite 4s ease-in-out;
  -moz-animation: heartFloatX2 infinite 4s ease-in-out;
  animation: heartFloatX2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="1"] .buttons-anim path {
  -webkit-animation: keysColor infinite 6s ease-in-out;
  -moz-animation: keysColor infinite 6s ease-in-out;
  animation: keysColor infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="2"] .meter-dots path {
  -webkit-animation: dotFadeSeq infinite 1s linear;
  -moz-animation: dotFadeSeq infinite 1s linear;
  animation: dotFadeSeq infinite 1s linear;
  animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="3"] .shield {
  -webkit-animation: shieldSlide infinite 2.5s linear;
  -moz-animation: shieldSlide infinite 2.5s linear;
  animation: shieldSlide infinite 2.5s linear;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="1"] .blob {
  -webkit-animation: floatY infinite 10s ease-in-out;
  -moz-animation: floatY infinite 10s ease-in-out;
  animation: floatY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}
#home-about .content-row.on[data-num="1"] .blob[data-num="2"] {
  animation-delay: -5s;
}
#home-about .content-row.on[data-num="1"] .blob[data-num="2"] img {
  animation-delay: -4s;
}
#home-about .content-row.on[data-num="1"] .blob img {
  -webkit-animation: aboutWheelSpin infinite 15s linear;
  -moz-animation: aboutWheelSpin infinite 15s linear;
  animation: aboutWheelSpin infinite 15s linear;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}
#home-about .content-row.on[data-num="1"] .dot.vert {
  -webkit-animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  -moz-animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  animation: aboutHomeAnimV1 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="1"] .dot.horz {
  -webkit-animation: aboutHomeAnimH1 infinite 10s ease-in-out;
  -moz-animation: aboutHomeAnimH1 infinite 10s ease-in-out;
  animation: aboutHomeAnimH1 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .wheel {
  -webkit-animation: aboutWheelSpin infinite 15s linear;
  -moz-animation: aboutWheelSpin infinite 15s linear;
  animation: aboutWheelSpin infinite 15s linear;
  animation-fill-mode: forwards;
  animation-delay: -14.5s;
}
#home-about .content-row.on[data-num="2"] .product {
  -webkit-animation: aboutWheelSpin infinite 15s linear;
  -moz-animation: aboutWheelSpin infinite 15s linear;
  animation: aboutWheelSpin infinite 15s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-delay: -14.5s;
}
#home-about .content-row.on[data-num="2"] .falling-items .item {
  -webkit-animation: aboutItemDrop infinite 15s ease-in;
  -moz-animation: aboutItemDrop infinite 15s ease-in;
  animation: aboutItemDrop infinite 15s ease-in;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="2"] {
  left: 10px;
  animation-delay: 1s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="3"] {
  left: 55px;
  animation-delay: .5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="4"] {
  left: 40px;
  animation-delay: 1.75s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="5"] {
  left: 100px;
  animation-delay: 1.25s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="1"] {
  animation-delay: 5s;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="2"] {
  left: 30px;
  animation-delay: 6.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="3"] {
  left: 55px;
  animation-delay: 4.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="4"] {
  left: 80px;
  animation-delay: 5.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="5"] {
  left: 100px;
  animation-delay: 6s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="1"] {
  animation-delay: 11s;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="2"] {
  left: 0px;
  animation-delay: 12s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="3"] {
  left: 55px;
  animation-delay: 11.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="4"] {
  left: 80px;
  animation-delay: 12.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="5"] {
  left: 100px;
  animation-delay: 10.5s !important;
}
#home-about .content-row.on[data-num="2"] .heart {
  -webkit-animation: heartFloatY2 infinite 6s linear;
  -moz-animation: heartFloatY2 infinite 6s linear;
  animation: heartFloatY2 infinite 6s linear;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .heart img {
  -webkit-animation: heartFloatX2 infinite 4s ease-in-out;
  -moz-animation: heartFloatX2 infinite 4s ease-in-out;
  animation: heartFloatX2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="2"] {
  animation-delay: -4s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="2"] img {
  animation-delay: -1s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="3"] {
  animation-delay: -2s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="3"] img {
  animation-delay: -3s;
}
@media screen and (max-width: 650px) {
  #home-about.on .home-partner-mover {
    -webkit-animation: slideLeft infinite 10s linear;
    -moz-animation: slideLeft infinite 10s linear;
    animation: slideLeft infinite 10s linear;
    animation-fill-mode: forwards;
    animation-duration: 15s;
  }
}

/*! MQ: 0a -> 1200px */
@media screen and (max-width: 1200px) {
  #globalHeader .toplinks li {
    font-size: 15px;
  }
  #globalHeader .toplinks li + li {
    margin-left: 35px;
  }
  #globalHeader .cta-items li {
    font-size: 15px;
  }
  #globalHeader .cta-items li + li {
    margin-left: 15px;
  }
  #globalHeader .cta-items li:not(.cta) {
    margin-top: -3px;
  }
  #globalHeader .cta-items .cta-btn {
    font-size: 15px;
  }
}
/*! MQ: 1 -> 1024px */
@media screen and (max-width: 1024px) {
  section:not(.nopad),
  .global {
    padding-left: 25px;
    padding-right: 25px;
  }
  section h1,
  .global h1 {
    font-size: 40px;
  }
  section h2,
  .global h2 {
    font-size: 30px;
  }
  section h3,
  .global h3,
  section p.intro,
  .global p.intro,
  section header p,
  .global header p,
  section .content-row p,
  .global .content-row p {
    font-size: 18px;
  }
  .buckets p br {
    display: none;
  }
  .buckets.dark .bucket,
  .buckets.dark .bucket-wrap,
  .buckets.dark .bucket-contents,
  .buckets.dark .bucket-txt,
  .buckets.dark h3 {
    height: auto;
  }
  .buckets.dark .bucket-shadow {
    height: 99%;
  }
  .buckets.dark .bucket-img {
    height: 200px;
  }
  .buckets.dark .bucket-txt {
    padding: 20px;
  }
  .buckets.dark time {
    font-size: 15px;
  }
  .buckets.light p {
    font-size: 15px;
  }
  .buckets.light .bucket-contents {
    padding: 25px 15px 45px;
  }
  .buckets.light .bucket-icon {
    margin: 20px 0 10px;
  }
  .bucket-cols .bucket-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .bucket-cols .bucket-box .icon {
    transform: scale(0.9);
  }
  .bucket-cols .bucket-box .txt {
    padding-left: 15px;
  }
  .content-rows {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content-rows .img-side-text {
    display: none;
  }
  .basic-scaler {
    transform: scale(0.8);
  }
  .row-div {
    margin: 50px 0;
  }
  .cta-btn {
    font-size: 15px;
    padding: 15px 23px 15px;
  }
  .cta-btn.lrg {
    padding: 15px 18px;
    width: auto !important;
    height: 47px;
  }
  .cta-btn.lrg.ol {
    padding-top: 14px;
  }
  .btn-group .cta-btn + .cta-btn {
    margin-left: 10px;
  }
  .social-links:not(.share) li {
    width: 47px;
    height: 48px;
  }
  .social-links:not(.share) li .icon {
    font-size: 20px;
    line-height: 48px;
  }
  .social-links:not(.share) li .fa-github {
    font-size: 27px !important;
  }
  .social-links:not(.share) li + li {
    margin-left: 25px;
  }
  .social-links:not(.share) path {
    transform: scale(0.84);
  }
  .form-wrap .form-circletext,
  .form-wrap .form-person {
    display: none;
  }
  #globalHeader {
    position: absolute;
  }
  #globalHeader .toplinks,
  #globalHeader .cta-items,
  #globalHeader .sticky-bar {
    display: none;
  }
  #globalHeader .logo {
    left: 25px;
  }
  #globalHeader .logo.sounilogo {
    display: none;
  }
  #globalHeader .logo.mob {
    display: block;
  }
  #globalMenu {
    display: block;
  }
  #globalMenu .menu-wrap .logo {
    left: 26px;
  }
  #footer-cta {
    padding-top: 350px;
  }
  #globalFooter {
    padding-top: 92px;
    padding-bottom: 45px;
  }
  #globalFooter .logo-icon {
    width: 80px;
    margin-bottom: 0px;
  }
  #globalFooter h2 {
    line-height: 1.44;
    font-size: 24px;
  }
  #globalFooter .footer-links {
    padding-top: 8px;
    font-size: 15px;
  }
  #globalFooter .row.main .col.left {
    width: 310px;
  }
  #globalFooter .row.main .col.right {
    width: 55%;
  }
  #globalFooter .btn-group {
    margin-top: 35px;
  }
  #globalFooter .row.social {
    margin-top: 65px;
  }
  #home-hero {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #home-hero .txt {
    width: 47%;
  }
  #home-hero .btn-group {
    margin-top: 35px;
  }
  #home-about .about-intro,
  #home-about .content-rows {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-about .about-intro {
    padding-bottom: 85px;
  }
  #home-about .about-intro .logo-group {
    width: 80%;
  }
  #home-about .about-intro header {
    margin-top: 75px;
  }
  #home-about .hero-anim {
    top: -650px;
  }
  #home-about .hero-anim .background {
    margin-left: 0px;
  }
  #home-about .buckets {
    margin-top: 40px;
    height: auto;
  }
  #home-about .buckets .bucket-contents,
  #home-about .buckets p {
    height: auto;
  }
  #home-about .buckets .bucket-shadow {
    height: 99%;
  }
  #home-about .buckets .cta-wrap {
    top: auto;
    bottom: 23px;
  }
  #home-about .content-rows {
    margin-top: 50px;
  }
  #home-about .content-row[data-num="1"] {
    padding-bottom: 25px;
  }
}

/*! MQ: 2 -> 768px */
@media screen and (max-width: 768px) {
  section h1,
  .global h1 {
    font-size: 36px;
  }
  section h2,
  .global h2 {
    font-size: 25px;
    line-height: 1.44;
  }
  section h3,
  .global h3,
  section p.intro,
  .global p.intro,
  section header p,
  .global header p,
  section .content-row p,
  .global .content-row p {
    font-size: 18px;
    line-height: 1.8;
  }
  section header h2,
  .global header h2 {
    margin-bottom: 12px;
  }
  h2 br,
  h3 br,
  p br {
    display: none;
  }
  .basic-scaler {
    transform: scale(0.6);
  }
  .bg-oval {
    min-width: 1800px;
  }
  .scroll-divider {
    margin: 75px auto 45px;
  }
  .content-row .col.txt {
    width: 50%;
    max-width: none;
    padding-top: 0px !important;
  }
  .content-row .col.image {
    width: 50%;
  }
  .content-row .col.image .background {
    top: 50% !important;
    margin-top: -275px;
  }
  .bucket-cols .bucket-box {
    text-align: center;
  }
  .bucket-cols .bucket-box .icon {
    height: 100px;
    width: 100%;
    float: none;
  }
  .bucket-cols .bucket-box .txt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .bucket-cols .ornament-dots {
    display: none;
  }
  #globalHeader .logo {
    /*width: 127px;
    top: 18px;*/
    width: 100px;
    top: 10px;
  }
  #globalMenu .menu-btn {
    top: 15px;
    right: 7px;
  }
  #globalMenu .menu-wrap .logo {
    top: 18px;
    left: 25px;
    width: 44px;
  }
  #globalMenu .menu-wrap .mobile-nav {
    padding-top: 80px;
    padding-bottom: 27px;
  }
  #globalMenu .menu-wrap .mobile-nav li:not(.submenu-item) > a {
    font-size: 20px;
  }
  #globalMenu .menu-wrap .mobile-nav li.green {
    margin-top: 30px;
  }
  #globalMenu .menu-wrap .mobile-nav li.green a {
    font-size: 15px !important;
  }
  #footer-cta {
    padding-top: 160px;
  }
  #footer-cta h3 {
    max-width: 450px;
  }
  #footer-cta h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-cta .bg-wrap {
    top: -155px;
  }
  #footer-cta .bg-wrap .background {
    transform: scale(0.55);
  }
  #globalFooter .row.main {
    display: block;
  }
  #globalFooter .row.main .col.left {
    width: 100%;
    max-width: 450px;
  }
  #globalFooter .row.main .col.right {
    width: 100%;
    margin-top: 50px;
  }
  #globalFooter .footer-links .title-li {
    margin-bottom: 15px;
  }
  #globalFooter .footer-links li + li {
    margin-top: 16px;
  }
  #globalFooter .print-lines {
    margin-left: -535px;
    top: 2px;
  }
  .form-wrap {
    padding: 25px;
    max-width: 480px;
  }
  .form-wrap .cta-btn {
    margin-bottom: 25px;
  }
  #contactOverlay header {
    max-width: 350px;
    margin-bottom: 27px;
  }
  #contactOverlay .blanket {
    opacity: 1;
  }
  #contactOverlay .close-btn {
    right: 7px;
    top: 14px;
    width: 50px;
    height: 52px;
  }
  #contactOverlay .close-btn svg,
  #contactOverlay .close-btn .icon-closex {
    display: none;
  }
  #contactOverlay .close-btn .menu-line {
    display: block;
  }
  #contactOverlay .close-btn span {
    line-height: 52px;
  }
  #contactOverlay .close-btn .soinvestors {
    transform: scale(0.91);
  }
  #contactOverlay .close-btn.sounilogo {
    display: none;
  }
  #contactOverlay .close-btn.mob {
    display: block;
  }
  #home-hero {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  #home-hero h1 {
    margin-bottom: 12px;
  }
  #home-hero .btn-group {
    margin-top: 25px;
  }
  #home-hero .txt .fingerprint {
    transform: scale(0.7);
  }
  #home-about .about-intro {
    padding-top: 55px;
    z-index: 2;
  }
  #home-about .about-intro .partners-logo img {
    transform: scale(0.9);
  }
  #home-about .about-intro .logo-group {
    width: 100%;
    margin-top: 20px;
  }
  #home-about .about-intro header {
    margin-top: 55px;
  }
  #home-about .about-intro p.blue {
    font-size: 15px;
  }
  #home-about .hero-anim {
    top: -500px;
  }
}
/*! MQ: 3 -> 680px */
@media screen and (max-width: 680px) {
  .buckets:not(.two-col) {
    display: block;
  }
  .buckets:not(.two-col) .bucket {
    width: 100%;
    max-width: none;
  }
  .buckets:not(.two-col) .bucket-shadow {
    height: 100% !important;
    transform: scaleX(1.01) scaleY(1.04);
  }
  .buckets:not(.two-col).light .bucket + .bucket {
    margin-top: 45px;
  }
  .buckets:not(.two-col).dark .bucket + .bucket {
    margin-top: 20px;
  }
  .buckets:not(.two-col).dark .bucket-img {
    height: 234px;
    text-align: center;
  }
  .buckets:not(.two-col).dark .bucket-img img {
    position: relative;
    display: inline-block;
    left: auto;
    top: auto;
    transform: none;
    height: 100%;
    width: auto;
  }
  .buckets:not(.two-col).dark .printbg {
    transform: scale(0.9);
    transform-origin: left top;
  }
  .content-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-row + .content-row {
    margin-top: 130px;
  }
  .content-row h2 {
    margin-bottom: 10px;
  }
  .content-row .cta-btn {
    margin-top: 20px;
  }
  .content-row .col {
    position: relative;
  }
  .content-row .col.txt {
    width: 100% !important;
    max-width: none !important;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-row .col.image {
    width: 100%;
    max-width: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    padding: 0px !important;
  }
  .content-row .col.image .background {
    top: 0px !important;
    left: 0px !important;
    right: auto !important;
    margin: 0 !important;
    transform-origin: left top !important;
  }
  #home-hero {
    padding-bottom: 485px;
  }
  #home-hero .txt {
    margin-top: 35px;
    width: 100%;
    max-width: 425px;
  }
  #home-hero .txt .fingerprint {
    display: none;
  }
  #home-about .hero-anim {
    top: -432px;
  }
  #home-about .hero-anim .background {
    left: 25px;
  }
  #home-about .content-row[data-num="2"] .col.image {
    margin-top: 20px;
  }
}
/*! MQ: 3a -> 650px */
@media screen and (max-width: 650px) {
  #home-about .content-rows,
  #home-about p.blue,
  #home-about header,
  #home-about .buckets {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-about .about-intro {
    padding-left: 0px;
    padding-right: 0px;
  }
  #home-about .about-intro .partner-mover-wrap {
    margin-top: 20px;
    /*height: 26px;*/
    /*height: 60px;*/
    height: 80px;
    position: relative;
    overflow: hidden;
    transform: none;
  }
  #home-about .about-intro .home-partner-mover {
    position: absolute;
    left: 0;
    top: 0;
    width: 1300px;
  }
  #home-about .about-intro .logo-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    margin-top: 0px !important;
    -webkit-transform-style: preserve-3d;
  }
  #home-about .about-intro .logo-group.sounilogo {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-5000px);
  }
  #home-about .about-intro .logo-group:nth-child(2) {
    left: 600px;
    margin-left: 50px;
  }
}


/* Buckets cols */
@media screen and (max-width: 550px) {
  .bucket-cols .bucket-row {
    display: block;
  }
  .bucket-cols .bucket-row .col {
    width: 100%;
    padding: 0;
  }
  .bucket-cols .bucket-row.first .col.right .bucket-box {
    border-top: 1px solid rgba(61, 90, 254, 0.2);
    padding-top: 35px;
  }
  .bucket-cols .col + .col {
    border-left: none;
  }
  .bucket-cols .bucket-box {
    padding: 35px 0;
  }
  .bucket-cols .bucket-box .txt {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .bucket-cols .bucket-box h3 {
    margin-bottom: 5px;
  }
  .bucket-cols .bucket-box p {
    font-size: 15px;
    line-height: 1.8;
  }
  .bucket-cols .bucket-box .icon {
    height: auto;
    margin-bottom: 5px;
    transform-origin: center top;
  }
  .bucket-cols .bucket-box .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*! MQ: 5 -> 480px */
@media screen and (max-width: 480px) {
  .gridline.l {
    left: 20px;
  }
  .gridline.r {
    left: auto;
    right: 20px;
  }
  section:not(.nopad),
  .global {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-oval {
    min-width: 1400px;
  }
  .bucket-row .basic-btn,
  .content-rows .basic-btn {
    font-size: 15px;
  }
  .bucket-row .basic-btn:before,
  .content-rows .basic-btn:before {
    margin-top: 10px;
  }
  .signup-wrap .thank-you h3 {
    font-size: 15px;
  }
  .content-rows {
    padding-left: 20px;
    padding-right: 20px;
  }
  #globalHeader .logo,
  #globalMenu .menu-wrap .logo {
    left: 20px;
  }
  #footer-cta {
    padding-bottom: 60px;
  }
  #footer-cta h2 {
    max-width: 275px;
    margin-bottom: 12px;
  }
  #footer-cta h3 {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #footer-cta .basic-btn {
    font-size: 15px;
  }
  #globalFooter .row.main .col.left {
    max-width: 285px;
  }
  #globalFooter .row.main .col.right {
    width: 80%;
    max-width: 270px;
  }
  #globalFooter .footer-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #globalFooter .footer-links ul {
    width: 50%;
    margin-bottom: 25px;
  }
  #globalFooter .row.social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  #globalFooter .row.social .social-links {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #globalFooter .row.social .copyright {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 50px;
  }
  #globalFooter .print-lines.sounilogo {
    display: none;
  }
  #globalFooter .print-lines.mob {
    display: block;
    width: 632px;
    margin-left: -115px;
    top: 3px;
  }
  .form-wrap form,
  .form-elem form {
    font-size: 15px;
  }
  .form-wrap form .field-wrap,
  .form-elem form .field-wrap {
    height: 47px;
  }
  .form-wrap form .field-wrap .field-contents,
  .form-elem form .field-wrap .field-contents {
    padding: 10px;
    height: 47px;
    border-radius: 10px;
  }
  .form-wrap form .field-wrap.ta,
  .form-elem form .field-wrap.ta {
    height: 105px;
  }
  .form-wrap form .field-wrap.ta .field-contents,
  .form-elem form .field-wrap.ta .field-contents {
    height: 105px;
  }
  .form-wrap form .form-row,
  .form-elem form .form-row {
    display: block;
    height: auto;
    margin-bottom: 0px;
  }
  .form-wrap form .form-row .shadow.sounilogo,
  .form-elem form .form-row .shadow.sounilogo {
    display: none;
  }
  .form-wrap form .form-row .shadow.mob,
  .form-elem form .form-row .shadow.mob {
    display: block;
  }
  .form-wrap form .form-row .field-wrap,
  .form-elem form .form-row .field-wrap {
    width: 100%;
  }
  .form-wrap form .field-shadow,
  .form-elem form .field-shadow {
    left: 5px;
    top: 2px;
    transform: scaleY(1.1) scaleX(1.01);
  }
  .form-wrap form textarea,
  .form-elem form textarea {
    padding: 10px;
  }
  .form-wrap .cta-btn,
  .form-elem .cta-btn {
    margin-top: 38px;
  }
  .form-wrap {
    padding: 20px 15px;
  }
  .select2-container--default .select2-selection--single {
    padding: 10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
    top: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .select2-container--default .select2-results > .select2-results__options {
    padding: 5px 0;
  }
  .select2-dropdown {
    border-radius: 10px;
  }
  .select2-results__option {
    padding: 6px 10px;
    font-size: 15px;
  }
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    border-radius: 10px;
  }
  #contactOverlay .overlayWrap {
    padding: 75px 20px 20px;
  }
  .signup-wrap form {
    font-size: 15px;
  }
  .signup-wrap form .field-wrap .field-contents input[type="email"] {
    padding-left: 5px;
  }
  .signup-wrap form .field-shadow {
    left: 5px;
    top: 2px;
    transform: scaleY(1.1) scaleX(1.01);
  }
  #home-hero .txt {
    max-width: 325px;
  }
  #home-about .buckets p {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  #home-about .content-rows,
  #home-about p.blue,
  #home-about header,
  #home-about .buckets {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-about .about-intro header h2 {
    max-width: 250px;
  }
}

@media screen and (max-width: 350px) {
  .btn-group .cta-btn + .cta-btn {
    margin-left: 0px;
    margin-top: 20px;
  }
}

/*@-moz-document url-prefix() {
  #globalHeader .logo {
    height: 65px;
    padding-top: 1px;
    padding-left: 1px;
  }
}*/
