@charset "UTF-8";
html {
  padding: 0;
  margin: 0;
  font-size: 10px; }

body {
  font-size: 1.5rem;
  line-height: 130%;
  color: #0e0e0e;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }
  body.no-scroll {
    overflow: hidden; }

p {
  line-height: 160%; }

a {
  color: #0090c1;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0A6F93; }

h1 {
  line-height: 110%; }

h2, h3, h4  {
  line-height: 130%; }

ul li {
  margin: 1rem 0;
  line-height: 160%; }

* {
  box-sizing: border-box; }

.no-bottom-padding {
  padding-bottom: 0; }

.no-top-padding {
  padding-top: 0; }

.img-100 img {
  width: 100%;
  height: auto; }

.ajax-load-more-wrap.blue {
  background-color: transparent !important; }

.customer-testimonials-table .wp-block-image img {
  width: 100%;
  height: auto; }

.button {
  display: inline-block;
  text-decoration: none;
  margin: 1rem 2rem 1rem 0; }
  .button:hover, .button:focus {
    outline: none; }

.button-round {
  border-radius: 6rem; }

.button-medium {
  padding: 1rem 2.5rem;
  font-size: 1.4rem; }

.button-large {
  padding: 1rem 3rem;
  font-size: 1.6rem; }

.button-xlarge {
  padding: 1.5rem 3rem;
  font-size: 1.6rem; }

.button-positive {
  border: 0.2rem solid; }
  .button-positive.action-primary {
    color: #0090c1;
    border-color: #0090c1; }
    .button-positive.action-primary:visited {
      color: #0090c1;
      border-color: #0090c1; }
    .button-positive.action-primary:hover, .button-positive.action-primary:focus {
      color: #00b6f4;
      border-color: #00b6f4; }
  .button-positive.action-secondary {
    color: #0e0e0e;
    border-color: #0e0e0e; }
    .button-positive.action-secondary:visited {
      color: #0e0e0e;
      border-color: #0e0e0e; }
    .button-positive.action-secondary:hover, .button-positive.action-secondary:focus {
      color: #282828;
      border-color: #282828; }

.button-dark {
  background-color: #201F1E;
  color: #fff;
  opacity: 1; }
  .button-dark:visited {
    background-color: #201F1E;
    color: #fff; }
  .button-dark:hover, .button-dark:focus {
    opacity: 0.7; }

.button-blue {
  background-color: #0090c1;
  color: #fff; }
  .button-blue:visited {
    background-color: #0090c1;
    color: #fff; }
  .button-blue:hover, .button-blue:focus {
    background-color: #0A6F93;
    color: #fff; }

.button-product {
  display: inline-block;
  position: relative;
  border-radius: 30rem;
  text-decoration: none;
  overflow: hidden; }
  .button-product .button-product-content {
    z-index: 3;
    position: relative;
    display: block;
    margin: 0.2rem;
    border-radius: 30rem;
    color: #0e0e0e;
    transition: all 0.2s ease-in-out; }
  .button-product.button-small .button-product-content {
    padding: 1rem 2rem; }
  .button-product:before {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30rem;
    content: ""; }
  .button-product:after {
    z-index: 2;
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    border-radius: 30rem;
    content: "";
    transition: all 0.1s ease-in-out;
    background-color: #F6F6F6; }
  .button-product.background-white:after {
    background-color: #fff; }
  .button-product:hover, .button-product:focus {
    outline: none; }
    .button-product:hover:after, .button-product:focus:after {
      left: 100%;
      border-radius: 0rem; }
    .button-product:hover .button-product-content, .button-product:focus .button-product-content {
      color: #fff;
      background-color: transparent; }
  .button-product.product-none:before {
    background-color: #0090c1; }
  .button-product.product-virtual-labs:before {
    background-image: linear-gradient(-135deg, #0FC2FF 0%, #15643C 100%); }
  .button-product.product-tahoe:before {
    background-image: linear-gradient(-135deg, #0090C1 0%, #13546E 60%, #154E66 93%, #154D64 100%); }
  .button-product.product-mobile-apps:before {
    background-image: linear-gradient(89deg, #0090C1 1%, #0FC2FF 100%); }
  .button-product.product-enterprise:before {
    background-image: linear-gradient(-135deg, #0090C1 0%, #2F488B 100%); }
  .button-product.product-taxoman:before {
    background-image: linear-gradient(-135deg, #0090C1 0%, #57D5F9 100%); }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box; }

.container-wide {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10rem;
  box-sizing: border-box; }
  @media (max-width: 1100px) {
    .container-wide {
      padding: 0 3rem; } }
.container-narrow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box; }

body main.main-content {
  flex-grow: 1;
  flex-shrink: 0; }

.main-site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

.main-content.index-content {
  background-color: #f6f6f6; }

.main-content.hero-extended-1 {
  margin-bottom: -8rem; }

.main-content.hero-extended-static {
  margin-bottom: -12rem; }

.main-content.hero-extended-pricing {
  margin-bottom: -22rem; }

.main-content--content {
  position: relative;
  z-index: 2; }
  .main-content--content.hero-extended-1 {
    top: -8rem; }
  .main-content--content.hero-extended-static {
    top: -12rem; }
  .main-content--content.hero-extended-pricing {
    top: -22rem; }

.grid--row {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem; }
  @media (max-width: 956px) {
    .grid--row {
      flex-wrap: wrap; } }
  .grid--row .row-column {
    padding: 0 2rem;
    max-width: 100%;
    overflow: hidden; }
    .grid--row .row-column img {
      max-width: 100%;
      height: auto; }
      .grid--row .row-column img.aligncenter {
        display: block;
        margin: 0 auto; }

.grid--one-one {
  margin-left: -2rem;
  margin-right: -2rem; }
  .grid--one-one .column-one, .grid--one-one .column-two {
    flex: 0 0 50%;
    padding: 0 2rem; }
    @media (max-width: 956px) {
      .grid--one-one .column-one, .grid--one-one .column-two {
        flex: 0 0 100%; } }
  @media (max-width: 956px) {
    .grid--one-one .column-two {
      margin-top: 3rem; } }
.grid--three-two .column-one {
  flex: 1 1 60%; }
  @media (max-width: 956px) {
    .grid--three-two .column-one {
      flex: 0 0 100%; } }
.grid--three-two .column-two {
  flex: 0 0 40%; }
  @media (max-width: 956px) {
    .grid--three-two .column-two {
      flex: 0 0 100%;
      margin-top: 3rem; } }
.grid--two-three .column-one {
  flex: 1 1 40%; }
  @media (max-width: 956px) {
    .grid--two-three .column-one {
      flex: 0 0 100%; } }
.grid--two-three .column-two {
  flex: 0 0 60%; }
  @media (max-width: 956px) {
    .grid--two-three .column-two {
      flex: 0 0 100%;
      margin-top: 3rem; } }
.align-columns--vcenter {
  align-items: center; }

@media (max-width: 420px) {
  .hidden-xs {
    display: none; } }

@media (max-width: 1100px) {
  .hidden-sm {
    display: none; } }

.animate--slide-from-left {
  transition: all 0.5s ease-in-out;
  transform: translateX(-10rem);
  opacity: 0; }
  .animate--slide-from-left.in-view {
    transform: translateX(0);
    opacity: 1; }

.animate--slide-from-right {
  transition: all 0.5s ease-in-out;
  transform: translateX(10rem);
  opacity: 0; }
  .animate--slide-from-right.in-view {
    transform: translateX(0);
    opacity: 1; }

.animate--bg-slide-from-bottom {
  transition: all 0.9s ease-in-out;
  background-position: center 16rem; }
  .animate--bg-slide-from-bottom.in-view {
    background-position: center bottom; }

.tooltip--trigger {
  position: relative; }
  .tooltip--trigger i {
    font-size: 1.2rem;
    margin-right: 0.5rem; }
  .tooltip--trigger:hover .tooltip--content {
    display: block; }

.tooltip--content {
  position: absolute;
  left: 100%;
  top: -2rem;
  left: 2rem;
  width: 28rem;
  border: 0.1rem solid #D8D8D8;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1.2rem;
  z-index: 101;
  display: none;
  text-align: left;
  color: #0e0e0e;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }

.growIn {
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  opacity: 0;
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  opacity: 0;
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  opacity: 0;
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing.go {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

/*********************
* imageZoomOutSlow
*********************/
@-webkit-keyframes imageZoomOutSlow {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes imageZoomOutSlow {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

.imageZoomOutSlow {
  transform: scale(1.05); }
  .imageZoomOutSlow__parent {
    overflow: hidden; }
  .imageZoomOutSlow.go {
    -webkit-animation-name: imageZoomOutSlow;
            animation-name: imageZoomOutSlow;
    transition: all 0.9 ease-in-out; }

.header {
  display: flex;
  background-color: #fff;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 956px) {
    .header {
      overflow: hidden; } }
  @media (min-width: 956px) {
    .header.scrolled-fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 1001;
      box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4); }
      .header.scrolled-fixed.scrolled-fixed--start {
        top: -10rem;
        box-shadow: none; } }
.header--nav {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 8.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative; }
  .header--nav__logo {
    padding: 0.5rem 3rem 0 0;
    margin: 0;
    border-right: 0.1rem solid #D8D8D8; }
    .header--nav__logo img {
      height: 4rem;
      width: auto; }
    @media (max-width: 956px) {
      .header--nav__logo {
        border: none; }
        .header--nav__logo img {
          height: 4.8rem; } }
  .header--nav__logo-negative {
    padding: 0.5rem 3rem 0 0;
    margin: 0;
    transition: none;
    transition-delay: 0;
    position: fixed;
    z-index: 1003;
    top: -10rem;
    left: 3rem; }
    .header--nav__logo-negative img {
      height: 4.8rem; }
    @media (max-width: 956px) {
      .header--nav__logo-negative {
        display: block; } }
  .header--nav__left-nav {
    display: flex;
    padding: 0;
    margin: 0 0 0 1.5rem; }
    @media (max-width: 956px) {
      .header--nav__left-nav {
        display: block;
        position: fixed;
        top: 8rem;
        left: 0;
        right: 0;
        bottom: -5rem;
        margin: 0;
        padding: 2rem 3rem 8rem;
        z-index: 1000;
        background-color: #0090c1;
        transition: all 0.4s ease-in-out;
        transform: translateX(100%); }
        .header--nav__left-nav:after {
          position: absolute;
          top: -8rem;
          left: 0;
          right: 0;
          height: 8rem;
          background-color: #0090c1;
          content: "";
          z-index: 1002; } }
  .header--nav__right-nav {
    display: flex;
    padding: 0;
    margin: 0 0 0 auto; }
    .header--nav__right-nav > .header--nav__item:last-child {
      padding-right: 0; }
    @media (max-width: 956px) {
      .header--nav__right-nav {
        display: none; } }
  .header--nav__slideout-toggle {
    position: relative;
    z-index: 1001;
    margin-left: auto;
    display: flex;
    flex: 0 0 3.6rem; }
    @media (min-width: 956px) {
      .header--nav__slideout-toggle {
        display: none; } }
    .header--nav__slideout-toggle__button {
      width: 100%;
      padding: 0;
      border: none;
      outline: none;
      min-height: 3.6rem;
      background: transparent;
      cursor: pointer; }
      .header--nav__slideout-toggle__button .toggle-bar {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        height: 0.3rem;
        background-color: #414141;
        border-radius: 1rem;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
        transition-delay: 0.4s; }
        .header--nav__slideout-toggle__button .toggle-bar:nth-child(1) {
          transform: rotate(0) translateY(-0.8rem); }
        .header--nav__slideout-toggle__button .toggle-bar:nth-child(3) {
          transform: rotate(0) translateY(0.8rem); }
      .header--nav__slideout-toggle__button:hover .toggle-bar:nth-child(1), .header--nav__slideout-toggle__button:focus .toggle-bar:nth-child(1) {
        transform: rotate(0) translateY(-1rem); }
      .header--nav__slideout-toggle__button:hover .toggle-bar:nth-child(3), .header--nav__slideout-toggle__button:focus .toggle-bar:nth-child(3) {
        transform: rotate(0) translateY(1rem); }
      .header--nav__slideout-toggle__button.toggled .toggle-bar {
        margin: 0 auto;
        width: 80%; }
        .header--nav__slideout-toggle__button.toggled .toggle-bar:nth-child(1) {
          transform: rotate(45deg) translateY(0);
          top: 0.3rem; }
        .header--nav__slideout-toggle__button.toggled .toggle-bar:nth-child(2) {
          width: 0; }
        .header--nav__slideout-toggle__button.toggled .toggle-bar:nth-child(3) {
          transform: rotate(-45deg) translateY(0);
          top: -0.3rem; }
  .header--nav__item {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0e0e0e;
    padding: 2.5rem 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-height: 8.8rem;
    text-decoration: none;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 956px) {
      .header--nav__item.mobile-menu-only {
        display: none; } }
    .header--nav__item__item-link {
      color: #0e0e0e;
      text-decoration: none;
      cursor: pointer; }
      @media (max-width: 956px) {
        .header--nav__item__item-link {
          color: #fff;
          margin: 0 auto; } }
      .header--nav__item__item-link.menu-button {
        display: block;
        padding: 1rem 1.5rem;
        border-radius: 3rem;
        background-color: #0090c1;
        color: #fff; }
        .header--nav__item__item-link.menu-button:hover, .header--nav__item__item-link.menu-button:focus {
          background-color: #0A6F93; }
        @media (max-width: 956px) {
          .header--nav__item__item-link.menu-button {
            background: none;
            border: 0.2rem solid #fff; } }
        .header--nav__item__item-link.menu-button.secondary-action {
          background-color: #0e0e0e; }
          .header--nav__item__item-link.menu-button.secondary-action:hover, .header--nav__item__item-link.menu-button.secondary-action:focus {
            background-color: black; }
    .header--nav__item.submenu-exists:hover, .header--nav__item.submenu-exists:focus {
      background-color: #0090c1;
      color: #fff; }
    .header--nav__item.active {
      border-top: 0.4rem solid transparent;
      border-bottom: 0.4rem solid #0090c1; }
  .header--nav__item-submenu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 1rem 1.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    @media (min-width: 956px) {
      .header--nav__item-submenu {
        background-color: #0090c1;
        overflow: visible; }
        .header--nav__item-submenu:before, .header--nav__item-submenu:after {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 2000px;
          content: "";
          background-color: #0090c1;
          display: block; }
        .header--nav__item-submenu:before {
          right: 100%; }
        .header--nav__item-submenu:after {
          left: 100%; } }
    .header--nav__item-submenu__mobile-back {
      display: none; }
      @media (max-width: 956px) {
        .header--nav__item-submenu__mobile-back {
          display: flex;
          align-items: center;
          font-size: 1.4rem;
          color: rgba(255, 255, 255, 0.5);
          cursor: pointer;
          padding: 2rem 0; }
          .header--nav__item-submenu__mobile-back i {
            font-size: 3.2rem;
            margin-right: 1rem; } }
    .header--nav__item-submenu li {
      list-style-type: none; }
    .header--nav__item-submenu__group {
      width: 28rem;
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      position: relative;
      z-index: 2;
      padding: 0;
      flex-shrink: 0;
      padding: 1.5rem 3rem;
      margin: 1.5rem 0;
      border-left: 0.1rem solid rgba(255, 255, 255, 0.4); }
      .header--nav__item-submenu__group:nth-child(2) {
        padding-left: 0;
        border-left: none; }
      .header--nav__item-submenu__group.two-column-group {
        width: 56rem; }
      @media (max-width: 956px) {
        .header--nav__item-submenu__group {
          display: block; } }
    .header--nav__item-submenu__subtitle {
      font-size: 1.2rem;
      margin: 0 1rem 1.5rem 0;
      flex: 0 0 28rem;
      padding-right: 3rem; }
    .header--nav__item-submenu__item {
      list-style-type: none;
      display: block;
      margin: 1rem 0;
      flex: 0 0 22rem;
      cursor: pointer;
      opacity: 1;
      transition: all 0.3s ease-in-out; }
      .header--nav__item-submenu__item:hover, .header--nav__item-submenu__item:focus, .header--nav__item-submenu__item.active {
        opacity: 0.6; }
      .header--nav__item-submenu__item__container {
        display: flex;
        align-items: center;
        text-decoration: none;
        cursor: pointer; }
        .header--nav__item-submenu__item__container .item-icon {
          width: 2.4rem;
          margin-right: 1rem;
          flex-shrink: 0; }
        .header--nav__item-submenu__item__container .item-title {
          color: #fff; }
          .header--nav__item-submenu__item__container .item-title__prefix {
            display: block; }
          .header--nav__item-submenu__item__container .item-title__main {
            display: block;
            font-family: 'Roboto', sans-serif;
            font-weight: 700; }
  .header--nav__item:hover .header--nav__item-submenu, .header--nav__item:focus .header--nav__item-submenu {
    display: flex;
    align-items: flex-start;
    z-index: 100; }
  .header--nav.mobile-nav-toggled .header--nav__left-nav {
    transform: translateY(0); }
  .header--nav.mobile-nav-toggled .header--nav__logo-negative {
    transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
    top: 1.5rem; }
  .header--nav.mobile-nav-toggled .header--nav__slideout-toggle__button .toggle-bar {
    background-color: #fff;
    transition-delay: 0; }
  .header--nav.mobile-nav-toggled .header--nav__item {
    min-height: 1rem;
    font-size: 1.6rem;
    color: #fff;
    padding: 2.5rem 0; }
    .header--nav.mobile-nav-toggled .header--nav__item > span {
      display: block;
      margin: 0 auto;
      font-size: 1.8rem; }
  .header--nav.mobile-nav-toggled .header--nav__item-submenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem 3rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s ease-in-out;
    transform: translateX(100%);
    background-color: #0090c1;
    display: block; }
    @media (max-width: 956px) {
      .header--nav.mobile-nav-toggled .header--nav__item-submenu {
        padding-left: 3rem !important; } }
    .header--nav.mobile-nav-toggled .header--nav__item-submenu.submenu-visible {
      transform: translateX(0); }
    .header--nav.mobile-nav-toggled .header--nav__item-submenu__group {
      width: 100%;
      border-left: none;
      padding: 1.5rem 0;
      border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4); }
      .header--nav.mobile-nav-toggled .header--nav__item-submenu__group:last-child {
        border-bottom: none; }
      .header--nav.mobile-nav-toggled .header--nav__item-submenu__group.two-column-group  {
        width: 100%; }
    .header--nav.mobile-nav-toggled .header--nav__item-submenu__item {
      padding: 1rem 0;
      font-size: 1.6rem; }

.appsembler-sitewide-notification {
  padding: 2rem 0;
  background-color: #0090c1;
  color: #fff;
  text-decoration: none; }
  .appsembler-sitewide-notification:hover, .appsembler-sitewide-notification:focus {
    color: rgba(255, 255, 255, 0.7); }
  .appsembler-sitewide-notification__inner {
    text-align: center; }

.footer {
  padding-bottom: 8rem;
  background-color: #fff; }
  .footer--container {
    display: flex;
    flex: 0 0 100%;
    padding-top: 8rem;
    padding-bottom: 4rem;
    border-top: 0.1rem solid #D8D8D8; }
    @media (max-width: 956px) {
      .footer--container {
        flex-wrap: wrap; } }
  .footer--copyright-container {
    text-align: center; }
    .footer--copyright-container span {
      font-size: 1.2rem;
      color: #bfbfbf; }
  .footer--logo-section {
    padding: 0;
    margin: 0; }
    @media (max-width: 956px) {
      .footer--logo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%; } }
    .footer--logo-section li {
      list-style-type: none; }
    .footer--logo-section__main-logo {
      width: 5rem;
      padding: 0 0 0.5rem; }
      .footer--logo-section__main-logo img {
        width: 100%; }
      @media (max-width: 956px) {
        .footer--logo-section__main-logo {
          width: 7rem;
          flex: 0 0 7rem;
          margin: 0 auto; } }
    .footer--logo-section__separator {
      border-top: 0.1rem solid rgba(14, 14, 14, 0.2);
      border-bottom: 0.1rem solid rgba(14, 14, 14, 0.2);
      width: 100%;
      height: 0.1rem;
      margin: 1.5rem 0; }
    .footer--logo-section__social-icon {
      padding: 0.5rem;
      text-align: center; }
      @media (max-width: 956px) {
        .footer--logo-section__social-icon {
          display: inline-block;
          font-size: 1.6rem; } }
  .footer--main-separator {
    border-left: 0.1rem solid rgba(14, 14, 14, 0.2);
    border-right: 0.1rem solid rgba(14, 14, 14, 0.2);
    width: 0.1rem;
    margin: 0 6rem; }
    @media (max-width: 956px) {
      .footer--main-separator {
        display: none; } }
  .footer--menu {
    display: flex;
    font-size: 1.2rem; }
    @media (max-width: 956px) {
      .footer--menu {
        display: none; } }
    .footer--menu__group {
      flex: 1 1 12rem;
      padding: 0;
      margin: 0 5rem 4rem 0; }
      .footer--menu__group li {
        list-style-type: none; }
      .footer--menu__group__heading {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        margin: 0 0 1rem;
        height: 3.6rem;
        padding-bottom: 1rem;
        border-bottom: 0.1rem solid #ddd;
        box-sizing: content-box; }
      .footer--menu__group__item {
        padding: 0.3rem 0; }
        .footer--menu__group__item__container {
          text-decoration: none;
          color: #0e0e0e; }
          .footer--menu__group__item__container:hover, .footer--menu__group__item__container:focus {
            color: #0090c1; }
  .footer--newsletter-subscribe {
    max-width: 35rem;
    flex: 0 1 100%; }
    @media (max-width: 956px) {
      .footer--newsletter-subscribe {
        flex: 0 0 100%;
        margin-top: 5rem;
        text-align: center;
        margin: 7rem auto 3rem; } }
    .footer--newsletter-subscribe__heading {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #0090c1;
      margin: 0.2rem 0 1.3rem; }
    .footer--newsletter-subscribe p {
      margin: 0.3rem 0;
      font-size: 1.2rem; }
    .footer--newsletter-subscribe__hubspot-form {
      margin-top: 1rem; }
      .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field label {
        display: block;
        font-size: 1.2rem;
        margin: 0 0 0.5rem; }
      .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field .input .hs-input {
        padding: 0.5rem;
        width: 100%;
        transition: all 0.3s ease-in-out;
        border: 0.1rem solid #ddd; }
        .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field .input .hs-input:hover, .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field .input .hs-input:focus {
          outline: none;
          border-color: #0090c1; }
      .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field .hs-error-msgs {
        margin: 1rem 0;
        padding: 0; }
        .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form .field .hs-error-msgs li {
          list-style-type: none;
          font-size: 1.2rem;
          color: #DC3023; }
      .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form input.hs-button {
        margin-top: 1rem;
        display: block;
        background: none;
        border: 0.1rem solid #0090c1;
        color: #0090c1;
        font-size: 1.2rem;
        padding: 0.5rem 2rem;
        text-align: center;
        border-radius: 3rem;
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
        .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form input.hs-button:hover, .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form input.hs-button:focus {
          background-color: #0090c1;
          color: #fff; }
        @media (max-width: 956px) {
          .footer--newsletter-subscribe__hubspot-form .hbspt-form .hs-form input.hs-button {
            margin: 1rem auto; } }
.social-link {
  transition: all 0.3s ease-in-out; }
  .social-link.facebook {
    color: #3b5998; }
    .social-link.facebook:hover, .social-link.facebook:focus {
      color: #2d4373; }
  .social-link.twitter {
    color: #00aced; }
    .social-link.twitter:hover, .social-link.twitter:focus {
      color: #0087ba; }
  .social-link.linkedin {
    color: #007bb6; }
    .social-link.linkedin:hover, .social-link.linkedin:focus {
      color: #005983; }
  .social-link.youtube {
    color: #bb0000; }
    .social-link.youtube:hover, .social-link.youtube:focus {
      color: #880000; }
  .social-link.github {
    color: #333; }
    .social-link.github:hover, .social-link.github:focus {
      color: #1a1a1a; }
  .social-link.medium {
    color: #00ab6c; }
    .social-link.medium:hover, .social-link.medium:focus {
      color: #00784c; }
  .social-link.dribbble {
    color: #ea4c89; }
    .social-link.dribbble:hover, .social-link.dribbble:focus {
      color: #e51e6b; }
  .social-link.website-url {
    color: #0090c1; }
    .social-link.website-url:hover, .social-link.website-url:focus {
      color: #006a8e; }

.hero {
  position: relative;
  z-index: 2; }
  .hero__container {
    display: flex;
    align-items: center; }
    @media (max-width: 956px) {
      .hero__container {
        flex-wrap: wrap; } }
  .hero__left {
    flex: 1 1 60%;
    margin: 0 4rem 0 3rem; }
    @media (max-width: 956px) {
      .hero__left {
        flex: 1 1 100%;
        margin: 0; } }
  .hero__right {
    flex: 0 0 40%;
    margin: 0 3rem; }
    @media (max-width: 956px) {
      .hero__right {
        display: none; } }
  .hero__video-embed-container {
    padding: 0.8rem;
    background-color: rgba(14, 14, 14, 0.1); }
    .hero__video-embed-container.blue-border {
      background-color: #0090c1; }
  .hero__image-container {
    position: relative; }
    .hero__image-container img {
      width: 100%;
      height: auto; }
  .hero h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .hero h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    .hero h2 b {
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
  .hero.hero--index .container {
    padding: 8rem 3rem; }
  @media (min-width: 956px) {
    .hero.hero--index .container {
      background-image: url("../images/hero-bgs/index-hero-bg.svg");
      background-repeat: no-repeat;
      background-position: right 8rem;
      padding: 8rem 3rem 7rem; }
      .hero.hero--index .container.in-view {
        background-position: right 2rem; } }
  .hero.hero--index h1 {
    font-size: 5.4rem;
    margin: 0 0 2rem; }
    @media (max-width: 956px) {
      .hero.hero--index h1 {
        font-size: 4.2rem; } }
  .hero.hero--index h2 {
    font-size: 1.8rem;
    margin: 0 0 3rem; }
  .hero.hero--static {
    background-color: #F6F6F6; }
    .hero.hero--static .hero--static__content {
      max-width: 80rem;
      text-align: left; }
      .hero.hero--static .hero--static__content.two-column {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center; }
      .hero.hero--static .hero--static__content .hero__left {
        flex: 1 1 100%;
        margin: 0; }
        @media (max-width: 956px) {
          .hero.hero--static .hero--static__content .hero__left {
            flex: 0 0 100%; } }
      .hero.hero--static .hero--static__content .hero__right {
        flex: 0 0 28rem;
        margin: 0 0 0 4rem; }
        @media (max-width: 956px) {
          .hero.hero--static .hero--static__content .hero__right {
            flex-grow: 0 0 28rem;
            margin: 3rem auto 0; } }
      .hero.hero--static .hero--static__content h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 5.6rem;
        margin: 0 0 2rem; }
        @media (max-width: 956px) {
          .hero.hero--static .hero--static__content h1 {
            font-size: 4.6rem; } }
      .hero.hero--static .hero--static__content h2 {
        color: #0090c1;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 4.6rem;
        margin: 0 0 2rem; }
        @media (max-width: 956px) {
          .hero.hero--static .hero--static__content h2 {
            font-size: 3.2rem; } }
      .hero.hero--static .hero--static__content h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        margin: 0 0 1rem;
        line-height: 150%; }
      .hero.hero--static .hero--static__content p {
        margin: 0.7rem 0;
        font-size: 1.6rem;
        line-height: 140%; }
  .hero.hero--positive {
    border-bottom: 0.1rem solid #ddd; }
    .hero.hero--positive h1 {
      color: #0090c1; }
    .hero.hero--positive h4 {
      color: #0e0e0e; }
    .hero.hero--positive p {
      color: #0e0e0e; }
  .hero.hero--negative {
    border-bottom: 0.1rem solid #0A6F93; }
    .hero.hero--negative h1, .hero.hero--negative h2, .hero.hero--negative h4, .hero.hero--negative p {
      color: #fff; }
  .hero.hero-extended-1 .container {
    padding: 9rem 3rem 16rem; }
    @media (max-width: 1100px) {
      .hero.hero-extended-1 .container {
        padding: 6rem 3rem 16rem; } }
  .hero.hero-404 .container {
    padding: 12rem 3rem;
    margin-bottom: 4rem; }
  .hero.hero-extended-static .container {
    padding: 6rem 3rem 16rem; }
  .hero.hero-centered-text .container .hero--static__content {
    text-align: center;
    width: 100%;
    max-width: 100%; }
  .hero.hero--product-overview .container {
    padding: 4rem 3rem 14rem; }
  .hero.hero--product-overview h1 {
    font-size: 4.6rem;
    margin: 0 0 2rem; }
    @media (max-width: 956px) {
      .hero.hero--product-overview h1 {
        font-size: 3.2rem; } }
  .hero.hero--product-overview h2 {
    font-size: 1.8rem;
    margin: 0 0 3rem; }
    @media (max-width: 956px) {
      .hero.hero--product-overview h2 {
        font-size: 1.6rem; } }
  .hero.hero--product-overview .container {
    padding: 4rem 3rem 16rem; }
  .hero.hero--product-pricing .container {
    padding: 7rem 3rem 24rem; }
    .hero.hero--product-pricing .container .pricing-hero-content {
      text-align: center;
      width: 100%; }
      .hero.hero--product-pricing .container .pricing-hero-content h1 {
        color: #0090c1;
        font-size: 5.6rem;
        line-height: 120%;
        margin: 0 auto 3rem;
        max-width: 72rem;
        font-weight: 900; }
        @media (max-width: 956px) {
          .hero.hero--product-pricing .container .pricing-hero-content h1 {
            font-size: 3.6rem; } }
      .hero.hero--product-pricing .container .pricing-hero-content h2 {
        font-size: 1.8rem;
        margin: 0 auto 3rem;
        max-width: 72rem; }
        @media (max-width: 956px) {
          .hero.hero--product-pricing .container .pricing-hero-content h2 {
            font-size: 1.6rem; } }
      .hero.hero--product-pricing .container .pricing-hero-content p {
        color: #0e0e0e;
        font-size: 1.8rem;
        line-height: 160%; }
        .hero.hero--product-pricing .container .pricing-hero-content p p {
          margin: 1rem 0; }
        .hero.hero--product-pricing .container .pricing-hero-content p a {
          font-weight: bold;
          color: #0090c1; }
  .hero.hero-extended-blog {
    background-size: cover;
    background-position: center center;
    text-align: left; }
    .hero.hero-extended-blog .container-wide {
      padding: 4rem 0 10rem; }

.index-updates {
  display: flex;
  position: relative;
  margin-bottom: -7rem;
  z-index: 3; }
  @media (max-width: 956px) {
    .index-updates {
      flex-wrap: wrap; } }
  .index-updates__section {
    flex: 1 1 33.3%;
    padding: 4rem 3rem 3rem;
    color: #fff; }
    @media (max-width: 956px) {
      .index-updates__section {
        flex: 0 0 100%; } }
    .index-updates__section.updates-section-product {
      background-color: #0090c1; }
    .index-updates__section.updates-section-events {
      background-color: #0FC2FF; }
    .index-updates__section.updates-section-blog {
      background-color: #0A6F93; }
    .index-updates__section__title {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 1.8rem;
      margin: 0 0 2.5rem; }
  .index-updates__updates-container {
    padding: 0;
    margin: 0; }
  .index-updates__update {
    list-style-type: none;
    margin: 1.5rem 0; }
    .index-updates__update .date {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.2rem; }
    .index-updates__update h4 {
      font-size: 1.4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      margin: 0.2rem 0 0.5rem; }
    .index-updates__update .article-link {
      display: block;
      font-size: 1.2rem;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }
    .index-updates__update.update--event-update {
      display: flex; }
      .index-updates__update.update--event-update .update--event-update__date-container {
        padding-right: 1.5rem;
        border-right: 0.1rem solid #fff;
        margin-right: 1.5rem;
        flex-shrink: 0;
        flex-grow: 0;
        text-align: center; }
        .index-updates__update.update--event-update .update--event-update__date-container .month {
          display: block;
          font-size: 1.2rem; }
        .index-updates__update.update--event-update .update--event-update__date-container .day {
          display: block;
          font-size: 1.8rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 900; }
      .index-updates__update.update--event-update h4 {
        margin: 0; }
      .index-updates__update.update--event-update .location {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: italic;
        display: block;
        margin: 0 0 0.5rem; }

.index-case-studies {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media (max-width: 956px) {
    .index-case-studies {
      padding: 5rem 1.5rem; } }
  .index-case-studies h2 {
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    margin: 0 3rem 4rem;
    max-width: 90rem; }
    @media (max-width: 956px) {
      .index-case-studies h2 {
        font-size: 2.4rem; } }
  .index-case-studies__studies-container {
    margin: 0 1.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .index-case-studies__study {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 1.5rem;
    box-sizing: border-box; }
    @media (max-width: 956px) {
      .index-case-studies__study {
        width: 100%; } }
    .index-case-studies__study__graphic {
      flex: 0 0 7rem;
      margin-right: 2rem; }
      .index-case-studies__study__graphic img {
        width: 80%; }
      .index-case-studies__study__graphic.larger-logo img {
        width: 100%; }
    .index-case-studies__study__info {
      flex: 1 1 10rem; }
      .index-case-studies__study__info .subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.3rem;
        color: rgba(14, 14, 14, 0.5);
        margin: 0 0 0.5rem;
        display: block;
        text-transform: uppercase; }
      .index-case-studies__study__info h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        margin: 0 0 1rem; }
      .index-case-studies__study__info .case-study-link {
        color: #0e0e0e;
        font-size: 1.4rem; }
        .index-case-studies__study__info .case-study-link:hover, .index-case-studies__study__info .case-study-link:focus {
          color: #414141; }

.index-appsembler-benefits {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media (max-width: 956px) {
    .index-appsembler-benefits {
      padding: 5rem 1.5rem; } }
  .index-appsembler-benefits h2 {
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    margin: 0 3rem 4rem;
    max-width: 90rem; }
    @media (max-width: 956px) {
      .index-appsembler-benefits h2 {
        font-size: 2.4rem; } }
  .index-appsembler-benefits__benefits-container {
    margin: 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .index-appsembler-benefits__benefit {
    width: 33.3%;
    padding: 2.5rem;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center; }
    @media (max-width: 956px) {
      .index-appsembler-benefits__benefit {
        width: 100%; } }
    .index-appsembler-benefits__benefit__graphic {
      width: 16rem;
      margin: 0 auto 3rem; }
      .index-appsembler-benefits__benefit__graphic img {
        width: 100%; }
    .index-appsembler-benefits__benefit__info h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      margin: 0 0 1rem;
      text-align: left; }
    .index-appsembler-benefits__benefit__info p {
      text-align: justify; }

.customer-logo-stripe {
  background-color: #eee; }
  .customer-logo-stripe.index-logos {
    margin-bottom: 8rem;
    border-top: 0.4rem solid #0090c1;
    border-bottom: 0.1rem solid #ddd; }
  .customer-logo-stripe__container {
    font-size: 10px;
    padding: 3.5rem 1.5rem 3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .customer-logo-stripe__container h1 {
      flex: 0 0 100%;
      text-align: center;
      font-size: 1.6rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      color: #9B9B9B;
      margin: 1rem 0 2rem; }
  .customer-logo-stripe .logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; }
  .customer-logo-stripe__logo {
    margin: 1.5rem; }
    .customer-logo-stripe__logo:hover, .customer-logo-stripe__logo:focus {
      transform: scale(1.1); }

.index-testimonial {
  background-color: #0090c1;
  color: #fff;
  padding: 10rem 3rem;
  overflow: hidden; }
  .index-testimonial__container {
    display: flex;
    align-items: center; }
  @media (max-width: 956px) {
    .index-testimonial__content {
      flex: 0 0 100%; } }
  .index-testimonial__content .testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 150%;
    position: relative;
    margin: 0 0 4rem; }
    .index-testimonial__content .testimonial-text:after {
      position: absolute;
      z-index: 1;
      height: 0.1rem;
      width: 75rem;
      left: 0;
      bottom: -2.5rem;
      content: "";
      background-color: #fff; }
      @media (max-width: 956px) {
        .index-testimonial__content .testimonial-text:after {
          width: 100%; } }
  .index-testimonial__content .testimonial-customer {
    display: flex;
    align-items: center; }
    .index-testimonial__content .testimonial-customer__avatar {
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 100%;
      overflow: hidden;
      margin: 1rem 1.5rem 1rem 0; }
      .index-testimonial__content .testimonial-customer__avatar img {
        width: 100%; }
    .index-testimonial__content .testimonial-customer__info {
      font-size: 1.4rem; }
      .index-testimonial__content .testimonial-customer__info .name  {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        display: block; }
      .index-testimonial__content .testimonial-customer__info .position {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: italic;
        display: block; }
  .index-testimonial__graphic {
    position: relative;
    z-index: 2;
    width: 57rem;
    max-width: 100%;
    flex-shrink: 0;
    flex-grow: 0; }
    @media (max-width: 956px) {
      .index-testimonial__graphic {
        display: none; } }
    .index-testimonial__graphic img {
      width: 100%; }

.index-products-showcase {
  padding: 10rem 5rem 8rem;
  background-color: #fff; }
  @media (max-width: 956px) {
    .index-products-showcase {
      padding: 5rem 1.5rem 3rem; } }
  .index-products-showcase__content {
    max-width: 1150px;
    margin: 0 auto; }
  .index-products-showcase__section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 2rem;
    text-align: left;
    color: #0090c1;
    font-size: 3.2rem;
    character-spacing: 0.53; }
    @media (max-width: 956px) {
      .index-products-showcase__section-title {
        font-size: 2.4rem; } }
  .index-products-showcase__all-products-cta {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgba(14, 14, 14, 0.5);
    font-size: 1.8rem;
    margin: 0 0 2rem;
    text-decoration: underline; }
    .index-products-showcase__all-products-cta:visited {
      color: rgba(14, 14, 14, 0.5); }
    .index-products-showcase__all-products-cta:hover, .index-products-showcase__all-products-cta:focus {
      color: #0A6F93; }
  .index-products-showcase__products-container {
    margin: 0 -3rem;
    padding: 0;
    display: flex; }
    @media (max-width: 956px) {
      .index-products-showcase__products-container {
        overflow-x: auto; } }
  .index-products-showcase__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    flex: 1 1 33.3%;
    list-style-type: none;
    padding: 3rem; }
    @media (max-width: 956px) {
      .index-products-showcase__product {
        flex: 0 0 85%; } }
    .index-products-showcase__product__wrapper {
      width: 100%; }
    .index-products-showcase__product .product-name-container {
      height: 6rem;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative; }
      .index-products-showcase__product .product-name-container .product-logo {
        height: 6rem; }
      .index-products-showcase__product .product-name-container span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        margin: 0; }
      .index-products-showcase__product .product-name-container h2 {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 2rem;
        margin: 0; }
    .index-products-showcase__product .product-under-bar {
      display: block;
      width: 12rem;
      height: 0.6rem;
      margin: 1rem 0 2rem; }
      .index-products-showcase__product .product-under-bar.appsembler-tahoe {
        background-image: linear-gradient(-135deg, #0090C1 0%, #13546E 60%, #154E66 93%, #154D64 100%); }
      .index-products-showcase__product .product-under-bar.appsembler-virtual-labs {
        background-image: linear-gradient(-135deg, #0FC2FF 0%, #15643C 100%); }
      .index-products-showcase__product .product-under-bar.appsembler-mobile-apps {
        background-image: linear-gradient(89deg, #0090C1 1%, #0FC2FF 100%); }
      .index-products-showcase__product .product-under-bar.appsembler-enterprise {
        background-image: linear-gradient(-135deg, #0090C1 0%, #2F488B 100%); }
      .index-products-showcase__product .product-under-bar.appsembler-taxoman {
        background-image: linear-gradient(-135deg, #0090C1 0%, #57D5F9 100%); }
      .index-products-showcase__product .product-under-bar.appsembler-none {
        background-color: #0090c1; }
    .index-products-showcase__product .product-cta {
      margin: 2rem 0 0;
      align-self: flex-start; }
      .index-products-showcase__product .product-cta.button-product:after {
        background-color: #fff; }

.index-why-open-edx {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media (max-width: 956px) {
    .index-why-open-edx {
      padding: 5rem 1.5rem; } }
  .index-why-open-edx h2 {
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    margin: 0 3rem 4rem;
    max-width: 90rem; }
    @media (max-width: 956px) {
      .index-why-open-edx h2 {
        font-size: 2.4rem; } }
  .index-why-open-edx__benefits-container {
    margin: 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .index-why-open-edx__benefit {
    width: 33.3%;
    padding: 2.5rem;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center; }
    @media (max-width: 956px) {
      .index-why-open-edx__benefit {
        width: 100%; } }
    .index-why-open-edx__benefit__graphic {
      width: 16rem;
      margin: 0 auto 3rem; }
      .index-why-open-edx__benefit__graphic img {
        width: 100%; }
    .index-why-open-edx__benefit__info h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      margin: 0 0 1rem;
      text-align: left; }
    .index-why-open-edx__benefit__info p {
      text-align: justify; }

.static-testimonial {
  background-color: #0090c1;
  color: #fff;
  padding: 6rem 3rem;
  overflow: hidden; }
  .static-testimonial__container {
    display: flex;
    align-items: center; }
  @media (max-width: 956px) {
    .static-testimonial__content {
      flex: 0 0 100%; } }
  .static-testimonial__content .testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 150%;
    position: relative;
    margin: 0 0 4rem; }
    .static-testimonial__content .testimonial-text:after {
      position: absolute;
      z-index: 1;
      height: 0.1rem;
      width: 80rem;
      left: 0;
      bottom: -2.5rem;
      content: "";
      background-color: #fff; }
      @media (max-width: 956px) {
        .static-testimonial__content .testimonial-text:after {
          width: 100%; } }
  .static-testimonial__content .testimonial-customer {
    display: flex;
    align-items: center; }
    .static-testimonial__content .testimonial-customer__avatar {
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 100%;
      overflow: hidden;
      margin: 1rem 1.5rem 1rem 0; }
      .static-testimonial__content .testimonial-customer__avatar img {
        width: 100%; }
    .static-testimonial__content .testimonial-customer__info {
      font-size: 1.4rem; }
      .static-testimonial__content .testimonial-customer__info .name  {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        display: block; }
      .static-testimonial__content .testimonial-customer__info .position {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: italic;
        display: block; }
  .static-testimonial__graphic {
    position: relative;
    z-index: 2;
    width: 57rem;
    max-width: 100%;
    flex-shrink: 0;
    flex-grow: 0; }
    @media (max-width: 956px) {
      .static-testimonial__graphic {
        display: none; } }
    .static-testimonial__graphic img {
      width: 100%;
      position: absolute;
      top: -10rem; }

.content--bg-normal {
  background-color: #fff; }

.content--wrapper.wrapper-bg-darker-1 {
  background-color: #eee; }

.content--container {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .content--container:first-of-type {
    padding-top: 7rem; }
  @media (min-width: 956px) {
    .content--container.content--product {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (min-width: 956px) {
    .content--container.content--product.container-wide {
      padding-left: 10rem;
      padding-right: 10rem; } }
.content--container.content-first {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (max-width: 956px) {
    .content--container.content-first {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
.content--container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #0090c1;
  font-size: 2.4rem;
  margin: 3.5rem 0 2.5rem;
  line-height: 120%; }

.content--container h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0090c1;
  font-size: 1.8rem;
  margin: 2.5rem 0 2rem;
  line-height: 130%; }

.content--container p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0e0e0e;
  font-size: 1.4rem;
  margin: 1.5rem 0;
  line-height: 160%; }

.content--container ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0e0e0e;
  font-size: 1.4rem;
  line-height: 160%;
  margin: 0.7rem 0; }

.content--container .content--image {
  margin: 4rem; }
  .content--container .content--image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .content--container .content--image__label {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #414141;
    margin: 3rem 0 0; }

.content--container .row-column *:first-child {
  margin-top: 0; }

.contact--channels {
  display: flex;
  justify-content: center;
  padding: 6rem 0;
  position: relative; }
  @media (max-width: 956px) {
    .contact--channels {
      flex-wrap: wrap; } }
  .contact--channels__channel {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 30rem;
    max-width: 100%;
    margin: 2rem;
    padding: 0 4rem;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    transform: scale(1); }
    @media (max-width: 956px) {
      .contact--channels__channel {
        margin: 2rem auto; } }
    .contact--channels__channel .channel-icon {
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin-bottom: 3rem; }
      .contact--channels__channel .channel-icon i {
        font-size: 3.6rem;
        color: #0090c1; }
    .contact--channels__channel .channel-info {
      color: #0e0e0e; }
    .contact--channels__channel:hover, .contact--channels__channel:focus {
      transform: scale(1.05); }

.contact--social {
  margin: 7rem 0 12rem; }
  .contact--social h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #0e0e0e;
    margin: 0 0 3rem;
    text-align: center; }
  .contact--social__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .contact--social__social-icon {
    list-style-type: none;
    margin: 1rem 2rem;
    font-size: 2.2rem;
    transform: scale(1);
    transition: all 0.3s ease-in-out; }
    .contact--social__social-icon:hover, .contact--social__social-icon:focus {
      transform: scale(1.1); }

.blog--hero__tags {
  margin-top: 2rem; }
  .blog--hero__tags__title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    line-height: 120%;
    font-size: 1.2rem;
    color: rgba(14, 14, 14, 0.7); }
  .blog--hero__tags .single-tag {
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.5rem 1.5rem;
    color: #fff;
    background-color: #0090c1;
    border-radius: 3rem;
    text-decoration: none;
    text-transform: capitalize; }
    .blog--hero__tags .single-tag:hover, .blog--hero__tags .single-tag:focus {
      text-decoration: none;
      color: #fff;
      background-color: #0FC2FF;
      cursor: pointer; }

.blog--search-field {
  margin: 0 -3rem 3rem;
  padding: 0 3rem 3rem;
  border-bottom: 0.2rem solid #eee; }
  .blog--search-field.results {
    margin: 0 -3rem -3rem; }
  .blog--search-field__label {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    line-height: 120%;
    font-size: 1.2rem;
    color: rgba(14, 14, 14, 0.7); }
  .blog--search-field .search-form {
    display: flex;
    align-items: center;
    width: 100%; }
    .blog--search-field .search-form label {
      width: 100%; }
      .blog--search-field .search-form label .screen-reader-text {
        display: none; }
      .blog--search-field .search-form label .search-field {
        border: none;
        border-bottom: 0.1rem solid #ddd;
        font-size: 1.4rem;
        padding: 1rem 0;
        transition: all 0.3s ease-in-out;
        width: 100%; }
        .blog--search-field .search-form label .search-field:hover, .blog--search-field .search-form label .search-field:focus {
          border-bottom: 0.2rem solid #0090c1;
          outline: none;
          font-size: 1.6rem;
          padding: 1.5rem 0; }
    .blog--search-field .search-form input[type="submit"] {
      -webkit-appearance: none;
      flex-shrink: 0;
      flex-grow: 0;
      margin-left: 1rem;
      padding: 1rem 2.5rem;
      font-size: 1.4rem;
      outline: none;
      box-shadow: none;
      background-color: #ddd;
      color: #0e0e0e;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .blog--search-field .search-form input[type="submit"]:hover, .blog--search-field .search-form input[type="submit"]:focus {
        background-color: #0090c1;
        color: #0090c1; }

.blog--listing.content--container {
  padding-top: 5rem; }

.blog--listing__featured-post {
  margin-left: -3rem;
  margin-right: -3rem; }
  @media (max-width: 956px) {
    .blog--listing__featured-post {
      padding: 0 2rem; } }
  .blog--listing__featured-post__container {
    width: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border: 0.1rem solid #efefef;
    opacity: 1; }
    .blog--listing__featured-post__container:hover, .blog--listing__featured-post__container:focus {
      opacity: 0.7; }
  .blog--listing__featured-post__info {
    flex: 1 1 100%;
    padding-right: 5rem; }
    @media (max-width: 956px) {
      .blog--listing__featured-post__info {
        padding: 0; } }
    .blog--listing__featured-post__info .listing-type {
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      margin: 0 0 2rem;
      text-transform: uppercase; }
    .blog--listing__featured-post__info .post-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 3.2rem;
      margin: 0 0 1.5rem;
      color: #0090c1; }
      @media (max-width: 956px) {
        .blog--listing__featured-post__info .post-title {
          font-size: 2.4rem; } }
    .blog--listing__featured-post__info .post-excerpt {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #0e0e0e;
      font-size: 1.4rem;
      line-height: 150%; }
  .blog--listing__featured-post__image {
    flex: 0 0 32rem;
    max-width: 100%; }
    @media (max-width: 956px) {
      .blog--listing__featured-post__image {
        display: none; } }
    .blog--listing__featured-post__image img {
      width: 32rem;
      max-width: 100%; }

.blog--listing__group {
  padding: 3rem 0; }
  .blog--listing__group__header {
    margin: 0 0 2rem; }
    .blog--listing__group__header .listing-type {
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
  .blog--listing__group__posts-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .blog--listing__group__footer {
    display: flex;
    align-items: center;
    margin: 3rem 0 0; }
    .blog--listing__group__footer .category-action-button {
      flex: 0 0 28rem;
      margin: 0 2rem 0 0;
      font-size: 1.4rem;
      text-align: center; }
      .blog--listing__group__footer .category-action-button:visited {
        color: #0090c1;
        border-color: #0090c1; }
    .blog--listing__group__footer .category-action-sideline {
      flex: 1 1 100%;
      height: 0.1rem;
      background-color: #D8D8D8; }

.blog--listing__post {
  display: flex;
  flex: 0 0 33.3%;
  padding: 1.5rem;
  margin: 1.5rem 0;
  max-width: 33.3%; }
  @media (max-width: 956px) {
    .blog--listing__post {
      flex: 0 0 100%;
      max-width: 100%; } }
  .blog--listing__post__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    opacity: 1; }
    .blog--listing__post__container:hover, .blog--listing__post__container:focus {
      opacity: 0.7; }
  .blog--listing__post__post-info img {
    width: 100%;
    height: auto;
    margin: 0 0 1.5rem; }
  .blog--listing__post__post-info .post-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #0e0e0e;
    margin: 0 0 1rem; }
  .blog--listing__post__post-info .post-excerpt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 1.4rem;
    line-height: 150%;
    margin: 0; }
  .blog--listing__post__author-info {
    margin-top: 0.5rem; }

.blog--listing .alm-btn-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin: 3rem 0 0; }
  .blog--listing .alm-btn-wrap:after {
    content: "";
    flex: 1 1 100%;
    height: 0.1rem;
    background-color: #D8D8D8; }

.blog--listing .blog-button-ajax-load {
  background: transparent;
  cursor: pointer;
  border-color: #0090c1;
  color: #0090c1;
  flex: 0 0 28rem;
  margin: 0 2rem 0 0;
  font-size: 1.4rem; }
  .blog--listing .blog-button-ajax-load:hover, .blog--listing .blog-button-ajax-load:focus {
    border-color: #0FC2FF;
    color: #0FC2FF; }

.post-author-container {
  display: flex;
  align-items: center; }
  .post-author-container img {
    width: 3.2rem;
    height: auto;
    margin-right: 1rem; }
  .post-author-container .author-info {
    margin-top: 0.6rem; }
    .post-author-container .author-info span {
      display: block;
      line-height: 120%;
      font-size: 1.2rem;
      color: rgba(14, 14, 14, 0.7); }

.hero--blog__content {
  width: 60%;
  background-color: #fff;
  padding: 4rem 5rem 2rem 10rem; }
  @media (max-width: 956px) {
    .hero--blog__content {
      width: 80%;
      margin-top: 20%;
      padding: 4rem 3rem 2rem 3rem; } }
  .hero--blog__content .tags a {
    margin-right: 0.5rem; }
  .hero--blog__content h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4.2rem;
    margin: 0 0 2rem;
    color: #0090c1; }
    @media (max-width: 956px) {
      .hero--blog__content h1 {
        font-size: 3.2rem; } }
  .hero--blog__content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    color: #0e0e0e; }
  .hero--blog__content p {
    margin: 0.7rem 0;
    font-size: 1.6rem;
    color: #0e0e0e;
    line-height: 140%; }
  .hero--blog__content .post-author-container {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 0; }
    .hero--blog__content .post-author-container img {
      width: 3.2rem;
      height: auto;
      margin-right: 1rem; }
    .hero--blog__content .post-author-container .author-info {
      margin-top: 0.6rem; }
      .hero--blog__content .post-author-container .author-info span {
        display: block;
        line-height: 120%;
        font-size: 1.2rem;
        color: rgba(14, 14, 14, 0.7); }
      .hero--blog__content .post-author-container .author-info a {
        color: #0090c1;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none; }

.blog-single--content__container {
  padding-bottom: 6rem; }

.blog-single--content h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #0090c1;
  font-size: 2.8rem;
  margin: 3.5rem 0 2.5rem;
  line-height: 120%; }

.blog-single--content h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #0090c1;
  font-size: 2.4rem;
  margin: 3.5rem 0 2.5rem;
  line-height: 120%; }

.blog-single--content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0090c1;
  font-size: 2rem;
  margin: 2.5rem 0 2rem;
  line-height: 130%; }

.blog-single--content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0e0e0e;
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 160%;
  text-align: justify; }

.blog-single--content ul li, .blog-single--content ol li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0e0e0e;
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 160%;
  text-align: justify; }

.blog-single--content img {
  max-width: 100%;
  height: auto; }

.blog-single--content .wp-caption {
  margin: 3rem auto;
  max-width: 100%; }
  .blog-single--content .wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .blog-single--content .wp-caption .wp-caption-text {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #414141;
    margin: 3rem 0 0; }

.blog-single--content .aligncenter {
  display: block;
  margin: 3rem auto; }

.blog-single--content .end-of-post {
  position: relative;
  width: 100%;
  height: 0.1rem;
  background-color: #0090c1;
  text-align: center;
  margin-top: 4rem; }
  .blog-single--content .end-of-post span {
    position: relative;
    font-size: 1.4rem;
    color: #0090c1;
    font-style: italic;
    background-color: #fff;
    top: -2.4rem;
    display: inline-block;
    padding: 1rem 2rem; }

.blog-single--content .disqus-container {
  margin-top: 5rem; }

.events--listing.content--container {
  padding-top: 5rem; }

.events--listing__featured-event {
  margin-left: -3rem;
  margin-right: -3rem; }
  @media (max-width: 956px) {
    .events--listing__featured-event {
      padding: 0 2rem; } }
  .events--listing__featured-event__container {
    width: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border: 0.1rem solid #efefef;
    opacity: 1; }
    .events--listing__featured-event__container:hover, .events--listing__featured-event__container:focus {
      opacity: 0.7; }
  .events--listing__featured-event__info {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding-right: 5rem; }
    @media (max-width: 956px) {
      .events--listing__featured-event__info {
        padding: 0; } }
    .events--listing__featured-event__info .listing-type {
      flex-grow: 0;
      flex-shrink: 0;
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      margin: 0 0 2rem;
      text-transform: uppercase; }
    .events--listing__featured-event__info .event-info-container {
      display: flex; }
      .events--listing__featured-event__info .event-info-container .event-date {
        flex-grow: 0 0 4rem;
        text-align: center;
        color: #0090c1;
        padding-right: 2rem;
        margin-right: 2rem;
        border-right: 0.1rem solid #0090c1; }
        .events--listing__featured-event__info .event-info-container .event-date .month {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 1.4rem;
          margin: 0; }
        .events--listing__featured-event__info .event-info-container .event-date .day {
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          font-size: 2rem;
          margin: 0; }
      .events--listing__featured-event__info .event-info-container .event-info-wrapper {
        display: flex;
        align-items: center; }
      .events--listing__featured-event__info .event-info-container .event-info {
        display: block; }
        .events--listing__featured-event__info .event-info-container .event-info .event-title {
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          font-size: 2.2rem;
          color: #0090c1;
          margin: 0; }
        .events--listing__featured-event__info .event-info-container .event-info .event-location {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1.6rem;
          color: #0e0e0e;
          margin: 1rem 0 2rem; }
          .events--listing__featured-event__info .event-info-container .event-info .event-location i {
            margin-right: 1rem; }
        .events--listing__featured-event__info .event-info-container .event-info .event-excerpt {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          color: #0e0e0e;
          font-size: 1.4rem;
          line-height: 150%; }
        .events--listing__featured-event__info .event-info-container .event-info .faux-cta {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          color: #0090c1;
          font-size: 1.6rem; }
  .events--listing__featured-event__image {
    flex: 0 0 32rem;
    max-width: 100%; }
    @media (max-width: 956px) {
      .events--listing__featured-event__image {
        display: none; } }
    .events--listing__featured-event__image img {
      width: 32rem;
      max-width: 100%; }

.events--listing__group {
  padding: 3rem 0; }
  .events--listing__group__header {
    margin: 0 0 2rem; }
    .events--listing__group__header .listing-type {
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
  .events--listing__group__events-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .events--listing__group__footer {
    display: flex;
    align-items: center;
    margin: 5rem 0 1rem;
    border-bottom: 0.1rem solid #D8D8D8; }

.events--listing__event {
  display: flex;
  flex: 0 0 33.3%;
  padding: 2.5rem;
  max-width: 33.3%; }
  @media (max-width: 956px) {
    .events--listing__event {
      flex: 0 0 100%;
      max-width: 100%; } }
  .events--listing__event__container {
    display: flex;
    width: 100%;
    text-decoration: none;
    opacity: 1; }
    .events--listing__event__container:hover, .events--listing__event__container:focus {
      opacity: 0.7; }
    .events--listing__event__container .event-date {
      flex-grow: 0 0 4rem;
      text-align: center;
      color: #0090c1;
      padding-right: 2rem;
      margin-right: 2rem;
      border-right: 0.1rem solid #0090c1; }
      .events--listing__event__container .event-date .month {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
        margin: 0; }
      .events--listing__event__container .event-date .day {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 2rem;
        margin: 0; }
    .events--listing__event__container .event-info-wrapper {
      display: flex;
      align-items: center; }
    .events--listing__event__container .event-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .events--listing__event__container .event-info .event-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #0090c1;
        margin: 0; }
      .events--listing__event__container .event-info .event-location {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #0e0e0e;
        margin: 0.5rem 0 1rem; }
        .events--listing__event__container .event-info .event-location i {
          margin-right: 1rem; }
      .events--listing__event__container .event-info .event-excerpt {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #0e0e0e;
        font-size: 1.2rem;
        line-height: 150%;
        margin: 0 0 1rem; }
      .events--listing__event__container .event-info .faux-cta {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #0090c1;
        font-size: 1.4rem; }

.videos--listing.content--container {
  padding-top: 5rem; }
  @media (max-width: 956px) {
    .videos--listing.content--container {
      padding-top: 0; } }
.videos--listing__featured-video {
  margin-left: -3rem;
  margin-right: -3rem;
  padding: 3rem;
  display: flex;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #efefef; }
  @media (max-width: 956px) {
    .videos--listing__featured-video {
      display: none; } }
  .videos--listing__featured-video__info {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 956px) {
      .videos--listing__featured-video__info {
        display: none; } }
    .videos--listing__featured-video__info .listing-type {
      flex-grow: 0;
      flex-shrink: 0;
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      margin: 0 0 2rem;
      text-transform: uppercase; }
    .videos--listing__featured-video__info .video-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #0090c1;
      font-size: 2.4rem;
      margin: 0 0 2rem; }
    .videos--listing__featured-video__info .video-description {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #0e0e0e;
      font-size: 1.4rem;
      line-height: 150%; }
  .videos--listing__featured-video__player-container {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0.2rem;
    background-color: #D8D8D8; }
    .videos--listing__featured-video__player-container img {
      width: 32rem;
      max-width: 100%; }

.videos--listing__group {
  padding: 3rem 0; }
  .videos--listing__group__header {
    margin: 0 0 2rem; }
    .videos--listing__group__header .listing-type {
      color: rgba(14, 14, 14, 0.5);
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
  .videos--listing__group__videos-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .videos--listing__group__footer {
    display: flex;
    align-items: center;
    margin: 3rem 0 0; }
    .videos--listing__group__footer .category-action-button {
      flex: 0 0 28rem;
      margin: 0 2rem 0 0;
      font-size: 1.4rem;
      text-align: center; }
    .videos--listing__group__footer .category-action-sideline {
      flex: 1 1 100%;
      height: 0.1rem;
      background-color: #D8D8D8; }

.videos--listing__video {
  flex: 0 0 33.3%;
  padding: 2.5rem;
  max-width: 33.3%; }
  @media (max-width: 956px) {
    .videos--listing__video {
      flex: 0 0 100%;
      max-width: 100%; } }
  .videos--listing__video__player-container {
    width: 100%;
    margin: 0 0 2rem; }
  .videos--listing__video .video-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #0090c1;
    margin: 0; }
  .videos--listing__video .video-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 1.4rem;
    line-height: 150%;
    margin-top: 1rem; }

.customer-success--resources {
  background-color: #EEEEEE;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .customer-success--resources__heading {
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    padding: 0 0 2.5rem;
    border-bottom: 0.2rem solid #cdcdcd;
    margin: 0 0 1.5rem;
    width: 100%; }
  .customer-success--resources__list {
    display: flex;
    align-items: center;
    margin: 0 -2rem;
    padding: 0; }
  .customer-success--resources__resource {
    list-style-type: none;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex: 0 0 50%; }
    @media (max-width: 956px) {
      .customer-success--resources__resource {
        flex: 0 0 100%; } }
    .customer-success--resources__resource .resource-icon {
      flex: 0 0 12rem;
      margin-right: 3rem;
      width: 16rem; }
      @media (max-width: 956px) {
        .customer-success--resources__resource .resource-icon {
          display: none; } }
    .customer-success--resources__resource .resource-info h3 {
      font-size: 2.4rem;
      margin: 0; }

.customer-success--plans-table {
  padding: 4rem 0 0;
  border-top: 0.2rem solid #ddd;
  margin: 5rem -2rem 4rem;
  overflow-x: auto; }
  .customer-success--plans-table .table-row--head {
    min-width: 92rem;
    display: flex;
    list-style-type: none;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
    .customer-success--plans-table .table-row--head .table-column--item {
      border-bottom: none; }
  .customer-success--plans-table .table-row--value {
    min-width: 92rem;
    display: flex;
    list-style-type: none;
    margin: 0; }
  .customer-success--plans-table .table-column--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 40%;
    width: 40%;
    padding: 1.5rem 2rem;
    border-color: transparent;
    border-bottom: 0.1rem solid #ddd; }
    .customer-success--plans-table .table-column--item span.note {
      display: block;
      font-size: 1.2rem; }
    .customer-success--plans-table .table-column--item.first-margin {
      padding-top: 2.5rem; }
    .customer-success--plans-table .table-column--item.last-margin {
      padding-bottom: 2.5rem;
      border-bottom: none; }
  .customer-success--plans-table .table-column--value {
    display: flex;
    align-items: center;
    flex: 1 1 15%;
    width: 15%;
    margin: 0 1rem;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 2rem; }
    .customer-success--plans-table .table-column--value.not-available {
      opacity: 0.35;
      display: block; }
      .customer-success--plans-table .table-column--value.not-available span {
        font-size: 1.2rem;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 120%; }
  .customer-success--plans-table .value-color--top {
    border-top: 0.2rem solid;
    border-left: 0.2rem solid;
    border-right: 0.2rem solid;
    border-bottom: 0.1rem solid #ddd !important;
    padding-top: 2.5rem; }
  .customer-success--plans-table .value-color--bottom {
    border-left: 0.2rem solid;
    border-right: 0.2rem solid;
    border-bottom: 0.2rem solid;
    padding-bottom: 2.5rem; }
  .customer-success--plans-table .value-color--mid {
    border-left: 0.2rem solid;
    border-right: 0.2rem solid;
    border-bottom: 0.1rem solid #ddd !important; }
  .customer-success--plans-table .value-color--basic {
    border-color: #fff; }
  .customer-success--plans-table .value-color--bronze {
    border-color: #cd7f32; }
  .customer-success--plans-table .value-color--silver {
    border-color: #c0c0c0; }
  .customer-success--plans-table .value-color--gold {
    border-color: #ffd700; }

.product-step-by-step {
  padding: 3rem;
  background-color: #fff;
  margin-bottom: 4rem; }
  .product-step-by-step__wrapper {
    padding: 0;
    margin: 0;
    display: flex; }
    @media (max-width: 956px) {
      .product-step-by-step__wrapper {
        overflow-x: auto; } }
  .product-step-by-step__step {
    flex: 1 1 15rem;
    list-style-type: none;
    text-align: center;
    border-right: 0.1rem solid #D8D8D8;
    padding-bottom: 2rem; }
    @media (max-width: 956px) {
      .product-step-by-step__step {
        min-width: 20rem; } }
    .product-step-by-step__step:last-child {
      border-right: none; }
    .product-step-by-step__step .step-graphic {
      margin: 0 0 1rem;
      padding: 3rem; }
      .product-step-by-step__step .step-graphic img {
        width: 6.4rem; }
    .product-step-by-step__step .step-label {
      display: flex;
      justify-content: center; }
      .product-step-by-step__step .step-label .step-number {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0090c1;
        color: #fff;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 100%;
        margin: 0 1rem 0 0; }
      .product-step-by-step__step .step-label .step-description {
        font-size: 1.6rem; }

.product-features__group {
  padding: 5rem 0;
  border-bottom: 0.1rem solid #D8D8D8; }
  .product-features__group:last-of-type {
    border-bottom: none; }
  .product-features__group__header {
    padding: 0 0 1rem; }
    .product-features__group__header .group-title {
      font-size: 2.4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #0090c1;
      margin: 0 0 2rem; }
    .product-features__group__header .group-description {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 1.6rem; }

.product-features__list-container {
  padding: 0;
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap; }

.product-features__feature {
  list-style-type: none;
  width: 33.3%;
  padding: 2rem 1.5rem; }
  @media (max-width: 956px) {
    .product-features__feature {
      width: 100%; } }
  .product-features__feature .feature-title {
    font-size: 1.8rem;
    color: #0e0e0e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 0.5rem; }
  .product-features__feature p {
    text-align: justify;
    line-height: 140%; }
  .product-features__feature .feature-availability {
    font-size: 1.2rem;
    color: #666;
    margin: 0; }
    .product-features__feature .feature-availability i:last-of-type {
      margin-right: 0.5rem; }
  .product-features__feature .feature-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0090c1;
    text-decoration: none; }

.product-release-update {
  margin-bottom: 8rem;
  position: relative; }
  .product-release-update:after {
    width: 100%;
    height: 0.1rem;
    background-color: #D8D8D8;
    position: absolute;
    bottom: -4rem;
    left: 0;
    content: ""; }
  .product-release-update .update-type {
    color: rgba(14, 14, 14, 0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 0 0 2rem;
    text-transform: uppercase;
    display: none; }
  .product-release-update .update-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #0090c1;
    margin: 0 0 1rem;
    text-transform: none; }
  .product-release-update .update-date {
    font-size: 1.2rem;
    color: #666;
    margin: 0 0 2.5rem; }
    .product-release-update .update-date i {
      margin-right: 1rem; }
  .product-release-update .update-short-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6rem; }
  .product-release-update .update-content {
    display: none; }
    .product-release-update .update-content__section {
      padding: 2.5rem 0; }
      .product-release-update .update-content__section h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #0e0e0e;
        margin: 0 0 1.5rem; }
    .product-release-update .update-content__table {
      padding: 0;
      margin: 0; }
      .product-release-update .update-content__table .table-row {
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 0.1rem solid #D8D8D8; }
        .product-release-update .update-content__table .table-row:last-child {
          border-bottom: none; }
        .product-release-update .update-content__table .table-row .type {
          flex: 0 0 16rem;
          margin-right: 3rem;
          font-size: 1.2rem; }
          .product-release-update .update-content__table .table-row .type .feature {
            font-family: 'Roboto', sans-serif;
            font-weight: 900; }
          @media (max-width: 956px) {
            .product-release-update .update-content__table .table-row .type {
              flex: 0 0 6rem; } }
        .product-release-update .update-content__table .table-row .description {
          flex: 1 1 100%; }
          .product-release-update .update-content__table .table-row .description a {
            font-family: 'Roboto', sans-serif;
            font-weight: 500; }
        .product-release-update .update-content__table .table-row .component-name {
          flex: 1 1 50%;
          text-align: left; }
        .product-release-update .update-content__table .table-row .component-version {
          flex: 1 1 50%;
          text-align: right; }
          .product-release-update .update-content__table .table-row .component-version i {
            margin-right: 0.5rem;
            font-size: 1.2rem;
            color: #0090c1; }
  .product-release-update .update-expand-button {
    background: transparent;
    border-color: #0090c1;
    color: #0090c1;
    margin: 0;
    cursor: pointer; }
  .product-release-update:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
    padding: 3rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border: 0.1rem solid #efefef;
    margin-bottom: 6rem; }
    .product-release-update:first-child:after {
      display: none; }
    .product-release-update:first-child .update-type {
      display: block; }
    .product-release-update:first-child .update-content {
      display: block; }
    .product-release-update:first-child .update-expand-button {
      display: none; }

.product-pricing__form {
  padding-bottom: 10rem; }
  @media (max-width: 956px) {
    .product-pricing__form {
      overflow-x: auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.product-pricing .plan-container {
  display: flex;
  flex-direction: column;
  flex: 0 0 32rem;
  margin: 0 1.5rem;
  max-width: 100%;
  text-align: center;
  padding: 0 3rem;
  background-color: #fff;
  border: 0.1rem solid #D8D8D8; }
  .product-pricing .plan-container.plan-coming-soon {
    position: relative; }
    .product-pricing .plan-container.plan-coming-soon:after {
      content: "Coming soon!";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 100%;
      background-image: linear-gradient(-135deg, #0090C1 0%, #13546E 60%, #154E66 93%, #154D64 100%);
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .product-pricing .plan-container.plan-coming-soon:hover, .product-pricing .plan-container.plan-coming-soon:focus {
      border-color: #0090c1; }
      .product-pricing .plan-container.plan-coming-soon:hover:after, .product-pricing .plan-container.plan-coming-soon:focus:after {
        opacity: 0.9; }
  .product-pricing .plan-container .plan-icon {
    width: 6rem;
    margin: 3rem auto 2rem; }
  .product-pricing .plan-container .plan-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #0e0e0e;
    margin: 0; }
    .product-pricing .plan-container .plan-name span {
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }
  .product-pricing .plan-container .plan-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #0e0e0e;
    margin: 1rem 0; }
  .product-pricing .plan-container .plan-price {
    margin: 2rem 0 0;
    padding: 2rem 0;
    border-top: 0.1rem solid #D8D8D8;
    border-bottom: 0.1rem solid #D8D8D8; }
    .product-pricing .plan-container .plan-price .amount-container {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      color: #0090c1;
      font-size: 4.2rem;
      line-height: 4.2rem;
      margin: 0; }
    .product-pricing .plan-container .plan-price .onboarding-fee-container {
      margin: 1rem auto 0;
      display: inline-block;
      border-top: 0.1rem solid #D8D8D8;
      padding: 1.3rem 0 0;
      font-size: 1.2rem; }
      .product-pricing .plan-container .plan-price .onboarding-fee-container span {
        font-size: 1.6rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #0090c1; }
    .product-pricing .plan-container .plan-price .subtitle {
      font-size: 1.2rem;
      color: #9b9b9b;
      display: block;
      margin: 0; }
    .product-pricing .plan-container .plan-price .plan-button {
      display: block;
      margin: 0 auto;
      line-height: 120%; }
  .product-pricing .plan-container .plan-main-included {
    margin: 1.5rem 0;
    padding: 0.5rem 0;
    font-size: 1.2rem; }
    .product-pricing .plan-container .plan-main-included li {
      margin: 0.7rem 0;
      list-style-type: none; }
    .product-pricing .plan-container .plan-main-included.underlined {
      padding-bottom: 2rem;
      border-bottom: 0.1rem solid #D8D8D8;
      margin-bottom: 0; }
  .product-pricing .plan-container .plan-perks {
    margin: 1.5rem 0;
    padding: 0.5rem 0;
    flex-grow: 1; }
    .product-pricing .plan-container .plan-perks.underlined {
      padding-bottom: 2rem;
      border-bottom: 0.1rem solid #D8D8D8;
      margin-bottom: 0; }
    .product-pricing .plan-container .plan-perks li {
      list-style-type: none;
      margin: 1rem 0; }
    .product-pricing .plan-container .plan-perks.smaller {
      font-size: 1.2rem; }
      .product-pricing .plan-container .plan-perks.smaller li {
        margin: 0.7rem 0; }
    .product-pricing .plan-container .plan-perks .perk {
      position: relative; }
      .product-pricing .plan-container .plan-perks .perk.lighter {
        color: #9B9B9B; }
      .product-pricing .plan-container .plan-perks .perk p {
        display: inline-block;
        margin: 0; }
      .product-pricing .plan-container .plan-perks .perk .perk-description-trigger {
        position: relative;
        border: none;
        background: none;
        outline: none;
        display: inline-block;
        color: #9B9B9B; }
        .product-pricing .plan-container .plan-perks .perk .perk-description-trigger .perk-description {
          position: absolute;
          left: 2rem;
          top: -2rem;
          width: 28rem;
          border: 0.1rem solid #D8D8D8;
          background-color: #fff;
          padding: 1.5rem;
          font-size: 1.2rem;
          z-index: 101;
          display: none; }
        .product-pricing .plan-container .plan-perks .perk .perk-description-trigger:hover, .product-pricing .plan-container .plan-perks .perk .perk-description-trigger:focus {
          color: #0090c1;
          cursor: pointer; }
          .product-pricing .plan-container .plan-perks .perk .perk-description-trigger:hover .perk-description, .product-pricing .plan-container .plan-perks .perk .perk-description-trigger:focus .perk-description {
            display: block;
            color: #0e0e0e; }
    .product-pricing .plan-container .plan-perks .subtitle {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-style: italic;
      color: #9b9b9b;
      margin-bottom: 1.5rem; }
    .product-pricing .plan-container .plan-perks .already-included {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-style: italic; }
  .product-pricing .plan-container .plan-button-container {
    padding: 3rem 0;
    border-top: 0.1rem solid #D8D8D8; }
    .product-pricing .plan-container .plan-button-container .plan-button {
      background-color: transparent;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .product-pricing .plan-container .plan-button-container .plan-button:hover, .product-pricing .plan-container .plan-button-container .plan-button:focus {
        color: #fff;
        background-color: #0090c1; }

.product-pricing__plans-upper {
  display: flex;
  justify-content: center; }
  @media (max-width: 956px) {
    .product-pricing__plans-upper {
      justify-content: flex-start; } }
.product-pricing__plans-common {
  border: 0.1rem solid #D8D8D8;
  background-color: #fff;
  margin: 0 auto;
  width: 102rem;
  padding: 3.5rem 3rem 2.5rem; }
  @media (max-width: 956px) {
    .product-pricing__plans-common {
      display: none; } }
  .product-pricing__plans-common .support-plans__container {
    text-align: center; }
  .product-pricing__plans-common .support-plans__selected-plan {
    font-size: 1.6rem; }
    .product-pricing__plans-common .support-plans__selected-plan .support-plan-name {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      text-transform: capitalize; }
    .product-pricing__plans-common .support-plans__selected-plan .support-plan-price {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-style: italic; }
  .product-pricing__plans-common .support-plans__selector {
    padding: 0;
    margin: 2rem auto;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .product-pricing__plans-common .support-plans__selector__plan-container {
      margin: 0 2rem;
      display: flex;
      flex-direction: column;
      list-style-type: none; }
      .product-pricing__plans-common .support-plans__selector__plan-container input {
        margin: 0 auto; }
      .product-pricing__plans-common .support-plans__selector__plan-container label {
        margin: 1rem 0 0;
        font-size: 1.2rem;
        color: #9B9B9B; }
        .product-pricing__plans-common .support-plans__selector__plan-container label span {
          display: block;
          position: relative; }
      .product-pricing__plans-common .support-plans__selector__plan-container .perk-description-trigger {
        border: none;
        background: none;
        outline: none;
        display: inline-block;
        color: #9B9B9B; }
        .product-pricing__plans-common .support-plans__selector__plan-container .perk-description-trigger:hover, .product-pricing__plans-common .support-plans__selector__plan-container .perk-description-trigger:focus {
          color: #0090c1;
          cursor: pointer; }
      .product-pricing__plans-common .support-plans__selector__plan-container .perk-description {
        position: absolute;
        left: 100%;
        top: -2rem;
        width: 28rem;
        border: 0.1rem solid #D8D8D8;
        background-color: #fff;
        padding: 1.5rem;
        font-size: 1.2rem;
        z-index: 101;
        display: none;
        text-align: left; }
        .product-pricing__plans-common .support-plans__selector__plan-container .perk-description.visible {
          display: block; }
      .product-pricing__plans-common .support-plans__selector__plan-container .description-backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0.1;
        display: none; }
        .product-pricing__plans-common .support-plans__selector__plan-container .description-backdrop.visible {
          display: block; }
  .product-pricing__plans-common .mau-plans__container {
    width: 100%;
    max-width: 80rem;
    margin: 1.5rem auto 4rem;
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid #D8D8D8; }
    .product-pricing__plans-common .mau-plans__container:last-child {
      margin: 1.5rem auto;
      padding-bottom: 0;
      border: none; }
  .product-pricing__plans-common .mau-plans__selector {
    position: relative;
    padding: 0.2rem 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    .product-pricing__plans-common .mau-plans__selector:after {
      height: 0.2rem;
      width: 100%;
      position: absolute;
      top: 0.7rem;
      background-color: #D8D8D8;
      content: "";
      z-index: 2; }
    .product-pricing__plans-common .mau-plans__selector__plan-container {
      list-style-type: none; }
      .product-pricing__plans-common .mau-plans__selector__plan-container .mau-plan-select-button {
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 5;
        background-color: #fff;
        transition: all 0.2s ease-in-out;
        transform: scale(1); }
        .product-pricing__plans-common .mau-plans__selector__plan-container .mau-plan-select-button:checked {
          z-index: 4;
          background-color: #0090c1; }
          .product-pricing__plans-common .mau-plans__selector__plan-container .mau-plan-select-button:checked:after {
            height: 0.4rem;
            width: 80rem;
            position: absolute;
            top: 0.4rem;
            right: 1rem;
            background-color: #0090c1;
            content: "";
            z-index: 3; }
      .product-pricing__plans-common .mau-plans__selector__plan-container label {
        display: block;
        margin-top: 1.5rem;
        position: relative;
        text-align: center; }
        .product-pricing__plans-common .mau-plans__selector__plan-container label .number {
          display: block; }
        .product-pricing__plans-common .mau-plans__selector__plan-container label .extra {
          display: block;
          font-size: 1.2rem; }
        .product-pricing__plans-common .mau-plans__selector__plan-container label:before {
          width: 0.2rem;
          margin-left: -0.1rem;
          height: 0.5rem;
          top: -1rem;
          left: 50%;
          background-color: #D8D8D8;
          position: absolute;
          content: ""; }

.product-pricing__plans-lower {
  display: flex;
  justify-content: center; }
  @media (max-width: 956px) {
    .product-pricing__plans-lower {
      justify-content: flex-start; } }
  .product-pricing__plans-lower .plan-container {
    border-top: none;
    border-bottom: none;
    position: relative; }
    .product-pricing__plans-lower .plan-container:before {
      height: 0.1rem;
      left: 0;
      width: 3rem;
      top: -0.1rem;
      background-color: #fff;
      position: absolute;
      content: ""; }
    .product-pricing__plans-lower .plan-container:after {
      height: 0.1rem;
      right: 0;
      width: 3rem;
      top: -0.1rem;
      background-color: #fff;
      position: absolute;
      content: ""; }

.product-pricing__plans-buttons {
  display: flex;
  justify-content: center; }
  @media (max-width: 956px) {
    .product-pricing__plans-buttons {
      justify-content: flex-start; } }
  .product-pricing__plans-buttons .plan-container {
    border-top: none; }

.product-pricing__faq {
  padding-top: 3rem;
  padding-bottom: 6rem; }
  .product-pricing__faq__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    margin: 0 0 5rem;
    text-align: center;
    font-size: 3.6rem; }
  .product-pricing__faq__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 98rem; }
  .product-pricing__faq__item {
    flex: 0 0 50%;
    list-style-type: none;
    padding: 1.5rem 3rem; }
    @media (max-width: 956px) {
      .product-pricing__faq__item {
        flex: 0 0 100%; } }
    .product-pricing__faq__item .question {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #0e0e0e;
      margin: 0 0 1.5rem;
      font-size: 1.8rem; }
    .product-pricing__faq__item .answer {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #0e0e0e;
      font-size: 1.4rem;
      line-height: 150%;
      text-align: justify; }

.product-pricing-banner-stripe {
  text-align: center;
  padding: 10rem 0;
  background-color: #eaeaea; }
  .product-pricing-banner-stripe h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0090c1;
    margin: 0 0 2rem; }
  .product-pricing-banner-stripe__cta.action-primary {
    border-color: #0e0e0e;
    color: #0e0e0e;
    margin: 2rem auto 0; }

.pricing-hero__mau-selector {
  margin-bottom: 3rem; }
  .pricing-hero__mau-selector__separator {
    width: 14rem;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    margin: 1rem auto 1rem; }
  .pricing-hero__mau-selector p {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .pricing-hero__mau-selector__input {
    width: 28rem;
    height: 4.8rem;
    font-size: 1.4rem; }

.pricing-cta {
  padding: 2rem 3.5rem;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
  margin: 1rem 1rem;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border-radius: 5rem;
  transition: all 0.3s ease-in-out; }
  .pricing-cta:hover {
    opacity: 0.6;
    cursor: pointer; }
  .pricing-cta.primary-cta {
    background-color: #0090c1;
    color: #fff;
    padding: 2.2rem 3.7rem; }
  .pricing-cta.secondary-cta {
    background: none;
    border: 0.2rem solid #0090c1;
    color: #0090c1; }
    .pricing-cta.secondary-cta.scheme-negative {
      border-color: #fff;
      color: #fff; }

.pricing-ctas {
  text-align: center; }
  .pricing-ctas.pricing-hero-ctas {
    margin-bottom: 3rem; }
  .pricing-ctas.pricing-below-table-ctas {
    margin: 5rem auto; }

.pricing-plans-summary__table {
  display: flex;
  max-width: 100rem;
  overflow-x: auto;
  margin: 0 auto;
  padding: 3rem 2rem;
  overflow: hidden;
  overflow-x: auto; }

.pricing-plans-summary__plan-container {
  background-color: #fff;
  list-style-type: none;
  flex: 1 1 32rem;
  max-width: 100%;
  min-width: 32rem;
  padding: 2rem 3rem 1rem;
  border: 0.1rem solid #ddd;
  position: relative;
  z-index: 2; }
  .pricing-plans-summary__plan-container.highlighted {
    background-color: #fff;
    border: 0.1rem solid #ddd;
    z-index: 1; }
    .pricing-plans-summary__plan-container.highlighted:before, .pricing-plans-summary__plan-container.highlighted:after {
      content: '';
      position: absolute;
      left: -0.2rem;
      right: -0.2rem;
      height: 3rem;
      background-color: #fff;
      border: 0.2rem solid #ddd; }
    .pricing-plans-summary__plan-container.highlighted:before {
      top: -3rem;
      border-bottom: none;
      border-top-right-radius: 1rem;
      border-top-left-radius: 1rem; }
    .pricing-plans-summary__plan-container.highlighted:after {
      bottom: -3rem;
      border-top: none;
      border-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem; }
    .pricing-plans-summary__plan-container.highlighted .plan-ribbon {
      position: absolute;
      top: 0.5rem;
      right: 5rem;
      transform: rotate(45deg);
      margin-right: -35rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70rem;
      height: 2.4rem;
      background-color: #0090c1; }
      .pricing-plans-summary__plan-container.highlighted .plan-ribbon .ribbon-text {
        width: 10rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center; }
  .pricing-plans-summary__plan-container:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .pricing-plans-summary__plan-container:last-child {
    border-right: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .pricing-plans-summary__plan-container .plan-header {
    padding: 2rem 0;
    text-align: center; }
    .pricing-plans-summary__plan-container .plan-header .plan-name {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 3.2rem;
      margin: 0 0 2rem; }
    .pricing-plans-summary__plan-container .plan-header .plan-start-price {
      color: #0090c1;
      font-size: 1.6rem; }
      .pricing-plans-summary__plan-container .plan-header .plan-start-price span {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 2rem; }
  .pricing-plans-summary__plan-container .plan-description {
    padding: 2rem 0;
    text-align: center;
    font-size: 1.4rem;
    min-height: 11rem;
    display: flex;
    align-items: center;
    border-top: 0.1rem solid #ddd;
    border-bottom: 0.1rem solid #ddd; }
  .pricing-plans-summary__plan-container .plan-features {
    padding: 2rem 0;
    margin: 0;
    text-align: center; }
    .pricing-plans-summary__plan-container .plan-features li {
      display: block;
      margin: 1.5rem 0;
      width: 100%;
      font-size: 1.6rem; }
      .pricing-plans-summary__plan-container .plan-features li.from-previous {
        color: #0090c1; }

.detailed-plan-comparison {
  max-width: 96rem;
  margin: 8rem auto; }
  @media (max-width: 956px) {
    .detailed-plan-comparison {
      max-width: 100%; } }
  .detailed-plan-comparison h2 {
    text-align: center;
    font-size: 4.2rem;
    color: #0e0e0e;
    margin: 0 0 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .detailed-plan-comparison__table {
    margin: 0;
    padding: 0; }
    .detailed-plan-comparison__table .table-row {
      display: flex;
      align-items: center;
      padding: 1.5rem;
      border-bottom: 0.1rem solid #ddd; }
      .detailed-plan-comparison__table .table-row.table-main-header-row {
        padding: 0 1.5rem; }
      .detailed-plan-comparison__table .table-row.table-group-header-row {
        padding: 2.2rem 1.5rem;
        background-color: #ddd;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        font-weight: 700; }
      .detailed-plan-comparison__table .table-row.feature-group-name {
        font-size: 1.8rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        .detailed-plan-comparison__table .table-row.feature-group-name i {
          width: 3rem; }
      .detailed-plan-comparison__table .table-row .feature-title-cell {
        flex: 0 0 48rem;
        position: relative; }
        @media (max-width: 956px) {
          .detailed-plan-comparison__table .table-row .feature-title-cell {
            flex: 1 1 60%; } }
        .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger {
          position: relative;
          border: none;
          background: none;
          outline: none;
          display: inline-block;
          color: #9B9B9B; }
          .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger .feature-description {
            position: absolute;
            left: 0.5rem;
            bottom: 1rem;
            width: 63rem;
            border: 0.1rem solid #D8D8D8;
            background-color: #fff;
            padding: 1.5rem;
            font-size: 1.2rem;
            z-index: 101;
            display: none; }
          .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger:hover, .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger:focus {
            color: #0090c1;
            cursor: pointer; }
            .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger:hover .feature-description, .detailed-plan-comparison__table .table-row .feature-title-cell .feature-description-trigger:focus .feature-description {
              display: block;
              color: #0e0e0e; }
      .detailed-plan-comparison__table .table-row .feature-availability-cell {
        flex: 1 1 100%;
        min-width: 7rem;
        text-align: center; }
        .detailed-plan-comparison__table .table-row .feature-availability-cell .available-icon {
          color: #0090c1; }
        @media (max-width: 956px) {
          .detailed-plan-comparison__table .table-row .feature-availability-cell {
            flex: 1 1 20%;
            padding: 0 1rem; } }
      .detailed-plan-comparison__table .table-row .plan-name {
        padding: 2.5rem 0;
        font-size: 2rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #0090c1; }
        @media (max-width: 956px) {
          .detailed-plan-comparison__table .table-row .plan-name {
            font-size: 1.8rem; } }
.pricing-bottom-blue-area {
  background-color: #0090c1;
  color: #fff;
  margin-top: 7rem;
  padding-bottom: 7rem; }
  .pricing-bottom-blue-area .faq-more-banner__container {
    display: flex; }
    @media (max-width: 956px) {
      .pricing-bottom-blue-area .faq-more-banner__container {
        display: block; } }
    .pricing-bottom-blue-area .faq-more-banner__container .banner-left {
      width: 50%;
      position: relative; }
      @media (max-width: 956px) {
        .pricing-bottom-blue-area .faq-more-banner__container .banner-left {
          width: 100%; } }
      .pricing-bottom-blue-area .faq-more-banner__container .banner-left img {
        display: block;
        margin: 0 auto;
        top: -8rem;
        position: relative;
        max-width: 100%;
        height: auto; }
    .pricing-bottom-blue-area .faq-more-banner__container .banner-right {
      width: 50%;
      padding: 4rem; }
      @media (max-width: 956px) {
        .pricing-bottom-blue-area .faq-more-banner__container .banner-right {
          width: 100%;
          padding-top: 0;
          margin-top: -5rem;
          margin-bottom: 3rem; } }
      .pricing-bottom-blue-area .faq-more-banner__container .banner-right h2 {
        font-size: 2.4rem; }
      .pricing-bottom-blue-area .faq-more-banner__container .banner-right p {
        font-size: 1.6rem;
        line-height: 150%; }
      .pricing-bottom-blue-area .faq-more-banner__container .banner-right .faq-more-cta {
        padding: 1.5rem 2.5rem;
        font-size: 1.6rem;
        display: inline-block;
        text-decoration: none;
        margin: 2rem 0 0;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        border-radius: 5rem;
        transition: all 0.3s ease-in-out;
        background: none;
        border: 0.2rem solid #fff;
        color: #fff; }
        .pricing-bottom-blue-area .faq-more-banner__container .banner-right .faq-more-cta:hover {
          opacity: 0.6;
          cursor: pointer; }
  .pricing-bottom-blue-area .pricing-contact-section__container {
    max-width: 72rem; }
    .pricing-bottom-blue-area .pricing-contact-section__container h2 {
      font-size: 3.2rem; }
    .pricing-bottom-blue-area .pricing-contact-section__container p {
      line-height: 150%;
      font-size: 1.6rem;
      margin-bottom: 3rem; }

.request-demo-container {
  padding-top: 3rem;
  padding-bottom: 8rem; }

.request-demo--row {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 956px) {
    .request-demo--row {
      flex-wrap: wrap; } }
.request-demo--content {
  flex: 0 0 50%;
  margin-right: 5rem; }
  @media (max-width: 956px) {
    .request-demo--content {
      margin-bottom: 3rem;
      flex: 0 0 100%; } }
.request-demo--form {
  flex: 1 1 50%;
  position: relative;
  padding: 3rem;
  top: -18rem;
  margin-bottom: -18rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 0.1rem solid #D8D8D8; }
  @media (max-width: 956px) {
    .request-demo--form {
      top: 0;
      margin-bottom: 0;
      flex: 0 0 100%;
      padding: 0;
      box-shadow: none;
      border: none; } }
.hero--single-event__content {
  width: 60%;
  background-color: #fff;
  padding: 4rem 5rem 2rem 10rem; }
  @media (max-width: 956px) {
    .hero--single-event__content {
      width: 80%;
      margin-top: 20%;
      padding: 4rem 3rem 2rem 3rem; } }
  .hero--single-event__content .tags a {
    margin-right: 0.5rem; }
  .hero--single-event__content .event-info .event-location {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #0e0e0e;
    margin: 1rem 0 2rem; }
    .hero--single-event__content .event-info .event-location i {
      margin-right: 1rem; }
  .hero--single-event__content .event-info .event-date {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #0090c1; }
  .hero--single-event__content h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4.2rem;
    margin: 0 0 2rem;
    color: #0090c1; }
    @media (max-width: 956px) {
      .hero--single-event__content h1 {
        font-size: 3.2rem; } }
  .hero--single-event__content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    color: #0e0e0e; }
  .hero--single-event__content p {
    margin: 0.7rem 0;
    font-size: 1.6rem;
    color: #0e0e0e;
    line-height: 140%; }
  .hero--single-event__content .post-author-container {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 0; }
    .hero--single-event__content .post-author-container img {
      width: 3.2rem;
      height: auto;
      margin-right: 1rem; }
    .hero--single-event__content .post-author-container .author-info {
      margin-top: 0.6rem; }
      .hero--single-event__content .post-author-container .author-info span {
        display: block;
        line-height: 120%;
        font-size: 1.2rem;
        color: rgba(14, 14, 14, 0.7); }
      .hero--single-event__content .post-author-container .author-info a {
        color: #0090c1;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none; }

.event-single--content {
  display: flex; }
  @media (max-width: 956px) {
    .event-single--content {
      flex-wrap: wrap; } }
  .event-single--content__container {
    padding-bottom: 6rem; }
    .event-single--content__container.webinar-content {
      flex: 0 0 60%;
      padding-right: 5rem;
      margin-top: -3.5rem; }
      @media (max-width: 956px) {
        .event-single--content__container.webinar-content {
          flex: 0 0 100%;
          padding-right: 0;
          padding-bottom: 3rem; } }
  .event-single--content h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0090c1;
    font-size: 2.8rem;
    margin: 3.5rem 0 2.5rem;
    line-height: 120%; }
  .event-single--content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0090c1;
    font-size: 2.4rem;
    margin: 3.5rem 0 2.5rem;
    line-height: 120%; }
  .event-single--content h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    font-size: 2rem;
    margin: 2.5rem 0 2rem;
    line-height: 130%; }
  .event-single--content img {
    max-width: 100%;
    height: auto; }
  .event-single--content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 1.6rem;
    margin: 2rem 0;
    line-height: 160%;
    text-align: justify; }
  .event-single--content ul li, .event-single--content ol li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 1.6rem;
    margin: 1rem 0;
    line-height: 160%;
    text-align: justify; }
  .event-single--content .wp-caption {
    margin: 3rem auto;
    max-width: 100%; }
    .event-single--content .wp-caption img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .event-single--content .wp-caption .wp-caption-text {
      display: block;
      text-align: center;
      font-size: 1.2rem;
      color: #414141;
      margin: 3rem 0 0; }
  .event-single--content .aligncenter {
    display: block;
    margin: 3rem auto; }
  .event-single--content .end-of-post {
    position: relative;
    width: 100%;
    height: 0.1rem;
    background-color: #0090c1;
    text-align: center;
    margin-top: 4rem; }
    .event-single--content .end-of-post span {
      position: relative;
      font-size: 1.4rem;
      color: #0090c1;
      font-style: italic;
      background-color: #fff;
      top: -2.4rem;
      display: inline-block;
      padding: 1rem 2rem; }
  .event-single--content .disqus-container {
    margin-top: 5rem; }

.event-single--signup__container {
  flex: 0 0 40%; }
  @media (max-width: 956px) {
    .event-single--signup__container {
      flex: 0 0 100%;
      margin-left: -2rem; } }
.event-single--signup__form.hubspot-form .form-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #0090c1;
  font-size: 2.4rem;
  margin: 0 2rem 2.5rem;
  line-height: 120%;
  text-align: left; }

.event-single--signup__form.hubspot-form .form-instruction {
  text-align: left;
  margin-left: 2rem;
  margin-right: 2rem; }
  @media (max-width: 956px) {
    .event-single--signup__form.hubspot-form .form-instruction {
      margin-bottom: 1rem; } }
.hero--product-trial-page .hero__container {
  padding: 2rem 3rem 16rem; }
  .hero--product-trial-page .hero__container .hero-content {
    text-align: center;
    max-width: 72rem;
    margin: 0 auto; }
    .hero--product-trial-page .hero__container .hero-content h1 {
      font-size: 5.6rem;
      margin: 0 auto 1rem; }
      @media (max-width: 956px) {
        .hero--product-trial-page .hero__container .hero-content h1 {
          font-size: 3.6rem; } }
    .hero--product-trial-page .hero__container .hero-content p {
      font-size: 1.8rem;
      line-height: 150%; }
  .hero--product-trial-page .hero__container .hero__action  {
    margin-top: 3rem; }

.product-trial--why-points__points-container {
  display: flex;
  max-width: 96rem;
  margin: 0 auto 3rem;
  flex-wrap: wrap; }

.product-trial--why-points .why-point {
  list-style-type: none;
  flex: 1 1 18rem;
  max-width: 24rem;
  margin: 2rem 3rem;
  text-align: center; }
  .product-trial--why-points .why-point__icon {
    width: 8.2rem;
    display: block;
    margin: 0 auto 3rem; }
  .product-trial--why-points .why-point__heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    font-size: 1.6rem; }

.product-trial--whats-included {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .product-trial--whats-included h1 {
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    margin: 0 0 3.5rem;
    text-align: center; }
  .product-trial--whats-included__items-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 3rem -3rem; }
  .product-trial--whats-included .included-item {
    display: flex;
    align-items: center;
    padding: 3rem;
    list-style-type: none;
    width: 50%; }
    @media (max-width: 956px) {
      .product-trial--whats-included .included-item {
        width: 100%; } }
    .product-trial--whats-included .included-item__graphic {
      flex: 0 0 15rem;
      max-width: 35%;
      margin-right: 2rem; }
      .product-trial--whats-included .included-item__graphic img {
        width: 100%; }
    .product-trial--whats-included .included-item__description {
      flex: 1 1 100%; }
      .product-trial--whats-included .included-item__description h2 {
        font-size: 1.8rem;
        color: #0e0e0e;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        margin: 0 0 2rem; }
      .product-trial--whats-included .included-item__description p {
        line-height: 140%; }

.product-trial--horizontal-separator .separator-line {
  width: 100%;
  height: 0.2rem;
  background-color: #0090c1;
  margin: 3rem 0;
  display: block; }

.product-trial--description-content ul {
  padding: 0 2rem; }
  .product-trial--description-content ul li {
    margin: 0.5rem 0;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 150%;
    text-align: justify; }

.product-trial--description-content__cta-container {
  display: flex;
  padding: 4rem 3rem 0;
  justify-content: space-around; }

.container-background {
  background-position: center top;
  background-size: contain; }

.hero--index {
  background-color: #fff; }

.appsembler-blue-bg-gradient {
  background-image: linear-gradient(45deg, #0090c1 0%, #0FC2FF 100%); }

.product-bg-gradient--tahoe {
  background-image: linear-gradient(-135deg, #0090C1 0%, #13546E 60%, #154E66 93%, #154D64 100%); }

.product-bg-gradient--virtual-labs {
  background-image: linear-gradient(-135deg, #0FC2FF 0%, #15643C 100%); }

.product-bg-gradient--mobile-apps {
  background-image: linear-gradient(89deg, #0090C1 1%, #0FC2FF 100%); }

.product-bg-gradient--taxoman {
  background-image: linear-gradient(-135deg, #0090C1 0%, #57D5F9 100%); }

.product-bg-gradient--enterprise {
  background-image: linear-gradient(-135deg, #0090C1 0%, #2F488B 100%); }

.hero-tahoe-bg-rockets .container {
  background-image: url("../images/hero-bgs/rockets-hero-bg--white.svg");
  background-repeat: no-repeat;
  background-position: right 8rem; }
  .hero-tahoe-bg-rockets .container.in-view {
    background-position: right 2rem; }
    @media (max-width: 956px) {
      .hero-tahoe-bg-rockets .container.in-view {
        background-position: right 18rem; } }
.hero-tahoe-bg-rockets.pricing-hero .container {
  background-repeat: repeat;
  background-size: 80rem;
  background-position: 100rem 0; }
  .hero-tahoe-bg-rockets.pricing-hero .container.in-view {
    background-position: 100rem -10rem; }

.hero-enterprise-bg .container {
  background-image: url("../images/hero-bgs/enterprise-hero-bg--white.svg");
  background-repeat: no-repeat;
  background-position: right 8rem; }
  .hero-enterprise-bg .container.in-view {
    background-position: right 2rem; }
    @media (max-width: 956px) {
      .hero-enterprise-bg .container.in-view {
        background-position: right 18rem; } }
.hero-enterprise-bg.pricing-hero .container {
  background-repeat: repeat;
  background-size: 80rem;
  background-position: 100rem 0; }
  .hero-enterprise-bg.pricing-hero .container.in-view {
    background-position: 100rem -10rem; }

.hero-mobile-apps-bg .container {
  background-image: url("../images/hero-bgs/mobile-hero-bg--white.svg");
  background-repeat: no-repeat;
  background-position: right 8rem; }
  .hero-mobile-apps-bg .container.in-view {
    background-position: right 2rem; }
    @media (max-width: 956px) {
      .hero-mobile-apps-bg .container.in-view {
        background-position: right 18rem; } }
.hero-mobile-apps-bg.pricing-hero .container {
  background-repeat: repeat;
  background-size: 80rem;
  background-position: 100rem 0; }
  .hero-mobile-apps-bg.pricing-hero .container.in-view {
    background-position: 100rem -10rem; }

.hero-taxoman-bg .container {
  background-image: url("../images/hero-bgs/taxoman-hero-bg--white.svg");
  background-repeat: no-repeat;
  background-position: right 8rem; }
  .hero-taxoman-bg .container.in-view {
    background-position: right 2rem; }
    @media (max-width: 956px) {
      .hero-taxoman-bg .container.in-view {
        background-position: right 18rem; } }
.hero-taxoman-bg.pricing-hero .container {
  background-repeat: repeat;
  background-size: 80rem;
  background-position: 100rem 0; }
  .hero-taxoman-bg.pricing-hero .container.in-view {
    background-position: 100rem -10rem; }

.hero-virtual-labs-bg .container {
  background-image: url("../images/hero-bgs/wharf-hero-bg--white.svg");
  background-repeat: no-repeat;
  background-position: right 8rem; }
  .hero-virtual-labs-bg .container.in-view {
    background-position: right 2rem; }
    @media (max-width: 956px) {
      .hero-virtual-labs-bg .container.in-view {
        background-position: right 18rem; } }
.hero-virtual-labs-bg.pricing-hero .container {
  background-repeat: repeat;
  background-size: 80rem;
  background-position: 100rem 0; }
  .hero-virtual-labs-bg.pricing-hero .container.in-view {
    background-position: 100rem -10rem; }

#about--appsembler-product-palette {
  max-width: 28rem; }

@media (max-width: 956px) {
  #about--nate {
    display: none; } }

#tahoe-bundling-graphic {
  width: 50rem;
  max-width: 100%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #tahoe-bundling-graphic {
      width: 100%; } }
#tahoe-scalability-graphic {
  width: 30rem;
  max-width: 100%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #tahoe-scalability-graphic {
      width: 100%; } }
#tahoe-overview-amc-video {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #tahoe-overview-amc-video {
      width: 100%; } }
#vl-screenshot-01 {
  width: 51rem;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #vl-screenshot-01 {
      width: 100%; } }
#vl-screenshot-02 {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #vl-screenshot-02 {
      width: 100%; } }
#vl-vendors-logos {
  width: 43rem;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 956px) {
    #vl-vendors-logos {
      width: 100%; } }
#overview-tahoe-web-mockup {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 80%; }

#hero-tahoe-web-mockup {
  margin-left: -4rem;
  margin-right: -4rem; }

.why-appsembler--case-studies {
  display: flex; }
  .why-appsembler--case-studies .case-study {
    flex: 1 1 50%;
    margin: 2rem !important;
    text-align: center; }
    .why-appsembler--case-studies .case-study__icon {
      display: block;
      width: 90%;
      margin: 0 auto 2.5rem; }
    .why-appsembler--case-studies .case-study span {
      color: #414141;
      font-size: 1.2rem; }

.container.hero__container.container-background__index.customer-photo-display {
  padding-top: 3rem;
  padding-bottom: 0;
  align-items: flex-end; }
  .container.hero__container.container-background__index.customer-photo-display .hero__left {
    padding: 0 0 8rem; }
  .container.hero__container.container-background__index.customer-photo-display h1 {
    font-size: 4.8rem;
    line-height: 130%; }
  .container.hero__container.container-background__index.customer-photo-display h2 {
    font-size: 1.6rem;
    line-height: 150%; }
  .container.hero__container.container-background__index.customer-photo-display .customer-container {
    position: relative;
    margin-bottom: -0.5rem; }
    .container.hero__container.container-background__index.customer-photo-display .customer-container img {
      position: relative;
      z-index: 2;
      right: 3%; }
    .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials {
      position: absolute;
      z-index: 1;
      top: 12rem;
      left: 80%;
      width: 20rem; }
      .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-name {
        display: block;
        font-size: 2rem;
        font-weight: 500; }
      .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-position {
        display: block;
        font-size: 1.2rem;
        font-weight: normal; }
      .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-site {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 1.5rem 0 0;
        color: #0e0e0e;
        text-decoration: none;
        opacity: 1; }
        .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-site:hover, .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-site:focus {
          cursor: pointer;
          color: #0090c1;
          opacity: 0.5; }
        .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .customer-site img {
          height: 2rem;
          width: auto;
          right: unset; }
      .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .separator-line {
        display: block;
        height: 0.2rem;
        width: 100%;
        position: relative;
        margin: 1.2rem 0; }
        .container.hero__container.container-background__index.customer-photo-display .customer-container .customer-credentials .separator-line:after {
          content: "";
          height: 0.2rem;
          background-color: #0090c1;
          right: 0;
          left: -20rem;
          display: block;
          position: absolute; }

.banner--stripe {
  text-align: center;
  background-color: #0090c1;
  color: #fff;
  position: relative; }
  .banner--stripe:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8rem;
    background-color: #0A6F93;
    content: ""; }
  .banner--stripe.grey {
    background-color: #eee;
    color: #0e0e0e; }
    .banner--stripe.grey:after {
      background-color: #ddd; }
  .banner--stripe .container {
    padding-top: 10rem;
    padding-bottom: 10rem; }
    .banner--stripe .container h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 3.2rem;
      margin: 0 0 2rem; }
    .banner--stripe .container .button {
      min-width: 28rem;
      text-align: center; }

.banner--hiring {
  background-size: auto;
  background-repeat: no-repeat; }
  @media (max-width: 956px) {
    .banner--hiring {
      background-size: contain; } }
  .banner--hiring.in-view  {
    background-position: center bottom; }

.banner--resources {
  background-image: url("../images/banner-graphics/banner--bg--resources.jpg");
  background-size: cover;
  background-position: center; }

.banner--tahoe-trial.index--tahoe-trial {
  margin-bottom: -8rem;
  padding-top: 7rem; }

.banner--tahoe-trial .banner-text {
  font-size: 1.6rem;
  max-width: 92rem;
  margin: 3rem auto; }

.banner--tahoe-trial__steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem; }
  @media (max-width: 956px) {
    .banner--tahoe-trial__steps {
      display: none; } }
  .banner--tahoe-trial__steps .step {
    flex: 1 1 12rem;
    list-style-type: none;
    padding: 2rem; }
    .banner--tahoe-trial__steps .step .step-icon {
      height: 8rem; }
    .banner--tahoe-trial__steps .step .step-label {
      margin: 2rem 0 0;
      font-size: 1.4rem;
      height: 3.2rem;
      color: #fff; }
  .banner--tahoe-trial__steps .step-separator {
    flex-grow: 0;
    flex-shrink: 0;
    list-style-type: none;
    padding: 0 3rem; }
    .banner--tahoe-trial__steps .step-separator .step-icon-separator {
      height: 22rem; }

.hubspot-form, .hbspt-form {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .hubspot-form .form-title, .hbspt-form .form-title {
    color: #0e0e0e;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center; }
  .hubspot-form .hs-form-checkbox-display, .hbspt-form .hs-form-checkbox-display {
    display: flex;
    font-size: 1.5rem;
    line-height: 150%;
    color: #0e0e0e;
    padding: 0.5rem 0; }
    .hubspot-form .hs-form-checkbox-display .hs-input, .hbspt-form .hs-form-checkbox-display .hs-input {
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 1rem; }
  .hubspot-form .form-instruction, .hbspt-form .form-instruction {
    display: block;
    color: #414141;
    font-size: 1.2rem;
    margin: 0 0 4rem;
    text-align: center; }
  .hubspot-form fieldset, .hbspt-form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .hubspot-form form, .hubspot-form .hbspt-form, .hbspt-form form, .hbspt-form .hbspt-form {
    max-width: 720px;
    margin: 0 auto; }
  .hubspot-form .hs-richtext, .hbspt-form .hs-richtext {
    display: none; }
  .hubspot-form .form-columns-1 .field, .hbspt-form .form-columns-1 .field {
    width: 100%;
    padding: 0 15px; }
  .hubspot-form .form-columns-2 .field, .hbspt-form .form-columns-2 .field {
    width: 50%;
    padding: 0 15px;
    display: inline-block; }
  .hubspot-form .hs-form fieldset, .hbspt-form .hs-form fieldset {
    max-width: none; }
  .hubspot-form .hs-form-field, .hbspt-form .hs-form-field {
    margin-bottom: 30px; }
  .hubspot-form .hs-form fieldset.form-columns-1 .input, .hubspot-form .hs-form fieldset.form-columns-2 .input, .hbspt-form .hs-form fieldset.form-columns-1 .input, .hbspt-form .hs-form fieldset.form-columns-2 .input {
    padding: 0;
    margin: 0; }
  .hubspot-form .hs-form fieldset.form-columns-1 .hs-input, .hubspot-form .hs-form fieldset.form-columns-2 .hs-input, .hbspt-form .hs-form fieldset.form-columns-1 .hs-input, .hbspt-form .hs-form fieldset.form-columns-2 .hs-input {
    width: 100%;
    padding: 1.2rem 1rem;
    border-top: none;
    border-left: none;
    border-right: none; }
  .hubspot-form label, .hbspt-form label {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(14, 14, 14, 0.7);
    display: block;
    margin: 0 0 5px; }
  .hubspot-form input, .hbspt-form input {
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(14, 14, 14, 0.4); }
    .hubspot-form input:focus, .hbspt-form input:focus {
      outline: none;
      border-bottom: 2px solid #0090c1; }
  .hubspot-form .inputs-list, .hbspt-form .inputs-list {
    padding: 15px 0 5px; }
    .hubspot-form .inputs-list li, .hbspt-form .inputs-list li {
      list-style-type: none; }
  .hubspot-form .hs-error-msgs, .hbspt-form .hs-error-msgs {
    padding: 0; }
    .hubspot-form .hs-error-msgs li, .hbspt-form .hs-error-msgs li {
      list-style-type: none; }
      .hubspot-form .hs-error-msgs li label, .hbspt-form .hs-error-msgs li label {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #e74c3c;
        margin: 10px 0 0 0; }
  .hubspot-form .hs-field-desc, .hbspt-form .hs-field-desc {
    font-size: 12px;
    color: rgba(14, 14, 14, 0.7);
    margin: 0 10px; }
  .hubspot-form .hs-form-radio, .hbspt-form .hs-form-radio {
    list-style-type: none;
    margin-bottom: 10px; }
    .hubspot-form .hs-form-radio input, .hbspt-form .hs-form-radio input {
      width: auto !important;
      margin-right: 10px; }
    .hubspot-form .hs-form-radio span, .hbspt-form .hs-form-radio span {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
  .hubspot-form textarea, .hbspt-form textarea {
    min-height: 160px;
    border: 1px solid rgba(14, 14, 14, 0.4);
    transition: all 0.3s ease-in-out;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    color: #0e0e0e; }
    .hubspot-form textarea:focus, .hbspt-form textarea:focus {
      margin: 15px 0;
      outline: none;
      border: 2px solid #0090c1; }
  .hubspot-form span.hs-form-required, .hbspt-form span.hs-form-required {
    margin-left: 5px;
    color: #0090c1; }
  .hubspot-form .hs-form-checkbox-display input, .hbspt-form .hs-form-checkbox-display input {
    width: auto !important;
    margin-right: 10px; }
  .hubspot-form .hs-form-checkbox-display span, .hbspt-form .hs-form-checkbox-display span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .hubspot-form .hs-button, .hbspt-form .hs-button {
    padding: 1.5rem 4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0090c1;
    background-color: transparent;
    border: 0.2rem solid #0090c1;
    outline: none;
    width: auto;
    min-width: 24rem;
    max-width: 100%;
    display: block;
    margin: 2rem auto 0;
    transition: all 0.3s ease-in-out;
    border-radius: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.6rem; }
    .hubspot-form .hs-button:hover, .hubspot-form .hs-button:focus, .hbspt-form .hs-button:hover, .hbspt-form .hs-button:focus {
      background-color: #0090c1;
      color: #fff;
      min-width: 24rem;
      margin: 2rem auto 0; }
  .hubspot-form .submitted-message, .hbspt-form .submitted-message {
    width: 100%;
    padding: 60px 20px;
    font-size: 2.2rem;
    line-height: 130%;
    text-align: center; }
  .hubspot-form.on-dark, .hbspt-form.on-dark {
    text-align: left; }
    .hubspot-form.on-dark label, .hbspt-form.on-dark label {
      color: #fff; }
      .hubspot-form.on-dark label a, .hbspt-form.on-dark label a {
        font-weight: bold;
        color: #fff; }
    .hubspot-form.on-dark input, .hbspt-form.on-dark input {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      color: #fff; }
      .hubspot-form.on-dark input:focus, .hbspt-form.on-dark input:focus {
        border-bottom: 2px solid #0090c1; }
    .hubspot-form.on-dark .hs-field-desc, .hbspt-form.on-dark .hs-field-desc {
      color: rgba(255, 255, 255, 0.7); }
    .hubspot-form.on-dark textarea, .hbspt-form.on-dark textarea {
      border: 1px solid rgba(255, 255, 255, 0.4); }
      .hubspot-form.on-dark textarea:focus, .hbspt-form.on-dark textarea:focus {
        border: 2px solid #0090c1; }
    .hubspot-form.on-dark span.hs-form-required, .hbspt-form.on-dark span.hs-form-required {
      color: #0090c1; }
    .hubspot-form.on-dark .hs-button, .hbspt-form.on-dark .hs-button {
      background-color: #0090c1; }
    .hubspot-form.on-dark .hs-button, .hbspt-form.on-dark .hs-button {
      color: #fff;
      border: 0.2rem solid #fff; }
      .hubspot-form.on-dark .hs-button:hover, .hubspot-form.on-dark .hs-button:focus, .hbspt-form.on-dark .hs-button:hover, .hbspt-form.on-dark .hs-button:focus {
        background-color: #fff;
        color: #0090c1; }
  .hubspot-form .hs-fieldtype-checkbox .input .hs-form-checkbox, .hbspt-form .hs-fieldtype-checkbox .input .hs-form-checkbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
  .hubspot-form .hs-form-booleancheckbox-display, .hbspt-form .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    font-size: 1.5rem; }
    .hubspot-form .hs-form-booleancheckbox-display input, .hbspt-form .hs-form-booleancheckbox-display input {
      width: auto !important;
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 1.5rem; }
    .hubspot-form .hs-form-booleancheckbox-display span, .hbspt-form .hs-form-booleancheckbox-display span {
      margin-left: 0 !important;
      flex-grow: 1;
      flex-shrink: 1;
      width: 100%; }

.hubspot-footer-subscribe {
  padding: 0;
  margin-top: 15px; }
  .hubspot-footer-subscribe label {
    display: none; }
  .hubspot-footer-subscribe .hs-button {
    margin-top: 0; }
  .hubspot-footer-subscribe input {
    padding: 5px 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(14, 14, 14, 0.4); }
    .hubspot-footer-subscribe input:focus {
      outline: none;
      border-bottom: 2px solid #0090c1; }
  .hubspot-footer-subscribe .hs-button, .hubspot-footer-subscribe input.hs-button {
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: rgba(14, 14, 14, 0.4);
    outline: none;
    border: none;
    width: auto;
    display: block;
    margin: -20px auto 0;
    transition: all 0.3s ease-in-out;
    border-radius: 40px; }
    .hubspot-footer-subscribe .hs-button:hover, .hubspot-footer-subscribe .hs-button:focus, .hubspot-footer-subscribe input.hs-button:hover, .hubspot-footer-subscribe input.hs-button:focus {
      width: auto;
      margin: -20px auto 0;
      background-color: #0090c1; }
  .hubspot-footer-subscribe .submitted-message {
    font-size: 1.4rem;
    text-align: left;
    color: #0090c1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0; }

.post-password-form {
  font-size: 1.6rem;
  width: 64rem;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center; }
  .post-password-form p {
    font-size: 1.6rem; }
  .post-password-form label {
    font-size: 1.2rem; }
  .post-password-form input[type="password"] {
    font-size: 1.6rem;
    padding: 1.5rem 2.5rem;
    width: 100%;
    border: 0.1rem solid #0090c1;
    transition: all 0.3s ease-in-out;
    border-radius: 6rem; }
    .post-password-form input[type="password"]:hover, .post-password-form input[type="password"]:focus {
      padding: 2rem 2.5rem;
      border: 0.2rem solid #0FC2FF;
      outline: none; }
  .post-password-form input[type="submit"] {
    display: block;
    text-decoration: none;
    margin: 2rem auto;
    border-radius: 6rem;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    border: 0.2rem solid;
    color: #0090c1;
    border-color: #0090c1;
    background-color: transparent;
    min-width: 28rem; }
    .post-password-form input[type="submit"]:visited {
      color: #0090c1;
      border-color: #0090c1; }
    .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
      color: #00b6f4;
      border-color: #00b6f4;
      outline: none; }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*SA CSS START */
.f-cat {
  opacity: 0;
  display: none;
}
.f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.sa-all-customers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}
.single-customer-grid-item {
    background-color: #FFF;
    box-shadow: 0px 0px 100px #f0f0f0;
}
.single-customer-grid-item-content {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.single-customer-grid-item-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-customer-grid-item-image img {
    height: 100%;
    object-fit: cover;
}
.single-customer-grid-item-title {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    transform: translate(0px, 100%);
    transition: 0.5s;
}
.single-customer-grid-item-content:hover .single-customer-grid-item-title {
    transform: translate(0px, 0%);
}
.single-customer-grid-item-title h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sa-search-and-filter-area {
    background-color: #eee;
    padding: 20px 0px;
}
.sa-search-and-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.single-search-and-filter {
    width: 21%;
}
.single-search-and-filter select {
    height: 45px;
    padding: 10px;
    border: 1px solid #000;
}
.single-search-and-filter select:focus {
    border: 1px solid #000;
    outline: none;
}
.sa-customers-area {
    padding: 0px 0px 60px 0px;
}
.sa-search-and-filter-count p {
    margin: 0;
    font-size: 24px;
}
.sa-search-and-filter-count {
    padding: 25px 0px;
}

.sa-customer-hero {
    background-size: cover;
    background-position: center;
    position: relative;
}
.sa-customer-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hero.hero-extended-static.sa-customer-hero .container {
    padding: 6rem 3rem 6rem;
    position: relative;
    z-index: 2;
}
.hero.hero--positive.sa-customer-hero h4 {
    color: #ffffff;
}
.hero.hero--static.sa-customer-hero .hero--static__content h2 {
    color: #ffffff;
    font-weight: 600;
}

.sa-single-customer-row {
    display: flex;
}
.sa-single-customer-left {
    flex: 1 1 100%;
}
.sa-single-customer-right {
    flex: 0 0 35rem;
    margin: 0 0 0 4rem;
    max-width: 100%;
    padding-top: 30px;
    position: relative;
}
.stickycustomeraside.fixed {
    position: fixed;
    top: 110px;
}

.customer-right-single-info {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0px;
    border-bottom: 2px solid #DDD;
}
.customer-right-single-info-left i {
    font-size: 48px;
    color: #0090c1;
}
.customer-right-single-info-left img {
    width: 50px;
}
.customer-right-single-info-right h4 {
    margin: 0;
    font-size: 16px;
    color: #aaaaaa;
}
.customer-right-single-info-right p {
    margin: 0;
    margin-top: 4px;
    font-size: 16px;
    text-transform: uppercase;
    color: #0090c1;
    font-weight: 600;
}
.customer-right-single-info.sa--link a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
}
.customer-right-single-info.sa--link a i {
    margin-right: 5px;
}
.customer-right-single-info.sa--button {
    border-bottom: none;
}
.customer-right-single-info.sa--button a {
    background-color: #00b78a;
    padding: 16px 48px;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
}

.sa-back-button-area {
    background-color: #000;
    margin-top: -1px;
    position: relative;
    z-index: 9;
    padding: 16px 0px;
}
.sa-back-button a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
}
.sa-back-button a:hover {
    opacity: .8;
}

.page-id-3280 .scrolling-logos.animatedParent {
    background-color: #FFF;
}
.page-id-3280 .scrolling-logos.animatedParent .scrolling-logos__subtitle {
    display: none;
}

/*SA CSS END */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%; }
  .carousel.carousel-slider {
    top: 0;
    left: 0; }
    .carousel.carousel-slider .carousel-fixed-item {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 1; }
      .carousel.carousel-slider .carousel-fixed-item.with-indicators {
        bottom: 68px; }
    .carousel.carousel-slider .carousel-item {
      width: 100%;
      height: 100%;
      min-height: 400px;
      position: absolute;
      top: 0;
      left: 0; }
      .carousel.carousel-slider .carousel-item h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px; }
      .carousel.carousel-slider .carousel-item p {
        font-size: 15px; }
  .carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0; }
    .carousel .carousel-item > img {
      width: 100%; }
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .carousel .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background-color .3s;
      border-radius: 50%; }
      .carousel .indicators .indicator-item.active {
        background-color: #fff; }
  .carousel.scrolling .carousel-item .materialboxed,
  .carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none; }

.index-hero {
  overflow: hidden; }
  .index-hero__container {
    display: grid;
    grid-template-columns: 1fr 64rem;
    grid-column-gap: 3rem;
    align-items: flex-end; }
    @media (max-width: 956px) {
      .index-hero__container {
        grid-template-columns: 1fr; } }
  .index-hero__main-content {
    padding: 8rem 0 8rem; }
    .index-hero__main-content .main-site-title {
      color: #0090c1;
      font-size: 7.2rem;
      line-height: 120%;
      margin: 0 0 3rem; }
      @media (max-width: 956px) {
        .index-hero__main-content .main-site-title {
          font-size: 5rem; } }
    .index-hero__main-content .featured-message {
      font-size: 1.6rem;
      max-width: 56rem;
      line-height: 160%; }
      .index-hero__main-content .featured-message p {
        margin: 1rem 0; }
      .index-hero__main-content .featured-message a {
        font-weight: bold;
        color: #0090c1; }
    .index-hero__main-content .buttons-container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 3rem; }
  .index-hero__cta {
    display: inline-block;
    margin: 1.5rem 2rem 1.5rem 0;
    padding: 1.5rem 3.5rem;
    border-radius: 4rem;
    text-decoration: none;
    font-size: 1.8rem; }
    .index-hero__cta.primary-cta {
      background-color: #0090c1;
      color: #fff; }
      .index-hero__cta.primary-cta:hover, .index-hero__cta.primary-cta:focus {
        background-color: #005775; }
    .index-hero__cta.secondary-cta {
      background-color: #0e0e0e;
      color: #fff; }
      .index-hero__cta.secondary-cta:hover, .index-hero__cta.secondary-cta:focus {
        background-color: #343434; }
  .index-hero__customer-testimonial {
    overflow: visible;
    position: relative; }
    @media (max-width: 956px) {
      .index-hero__customer-testimonial {
        display: none; } }
    .index-hero__customer-testimonial .testimonial__customer-backdrop {
      position: absolute;
      bottom: 0;
      left: -8rem;
      right: -8rem;
      border-top-left-radius: 80rem;
      border-top-right-radius: 80rem;
      padding-bottom: 60%;
      background-color: #0090c1;
      z-index: 1; }
    .index-hero__customer-testimonial .testimonial__customer-image-container {
      position: relative;
      z-index: 2; }
    .index-hero__customer-testimonial .testimonial__customer-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    .index-hero__customer-testimonial .testimonial__customer-info {
      position: absolute;
      top: 5rem;
      right: 0;
      width: 18rem;
      z-index: 1; }
      .index-hero__customer-testimonial .testimonial__customer-info .customer-name {
        display: block;
        font-weight: bold;
        color: #0090c1;
        font-size: 1.6rem; }
      .index-hero__customer-testimonial .testimonial__customer-info .separator {
        display: block;
        height: 2px;
        background-color: #0090c1;
        position: relative;
        width: 100%;
        margin: 1rem 0; }
        .index-hero__customer-testimonial .testimonial__customer-info .separator:before {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          left: 0;
          top: 0;
          bottom: 0;
          background-color: #0090c1;
          transition: all 0.7s ease-in-out;
          transition-delay: 0.5s; }
      .index-hero__customer-testimonial .testimonial__customer-info .customer-position {
        font-size: 1.3rem;
        display: block; }
      .index-hero__customer-testimonial .testimonial__customer-info .customer-organisation {
        font-size: 1.3rem;
        display: block;
        margin: 0.5rem 0 0;
        font-weight: bold; }
      .index-hero__customer-testimonial .testimonial__customer-info.go .separator:before {
        width: 10rem;
        left: -10rem; }

.scrolling-logos {
  background-color: #ececec;
  padding: 4rem 0; }
  @media (max-width: 956px) {
    .scrolling-logos {
      padding: 3rem 0; } }
  .scrolling-logos__subtitle {
    max-width: 92rem;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: center;
    padding: 0 2rem;
    display: block;
    line-height: 160%; }
    @media (max-width: 956px) {
      .scrolling-logos__subtitle {
        font-size: 1.6rem; } }
    .scrolling-logos__subtitle a {
      color: #0090c1;
      font-weight: bold; }
  .scrolling-logos__logos-container {
    padding-top: 2rem;
    font-size: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 956px) {
      .scrolling-logos__logos-container {
        font-size: 8px;
        padding-top: 1rem; } }
    .scrolling-logos__logos-container .js-marquee-wrapper {
      display: flex;
      align-items: center;
      margin-left: 0; }
    .scrolling-logos__logos-container .js-marquee {
      display: flex;
      align-items: center; }
    .scrolling-logos__logos-container .single-logo {
      margin: 0 6rem;
      display: block;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .scrolling-logos__logos-container .single-logo:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      .scrolling-logos__logos-container .single-logo img {
        max-width: unset; }
      @media (max-width: 956px) {
        .scrolling-logos__logos-container .single-logo {
          margin: 0 3rem; } }
.image-text-block, .text-image-block {
  padding: 10rem 0; }
  .image-text-block__container, .text-image-block__container {
    display: grid;
    grid-column-gap: 8rem;
    grid-row-gap: 5rem;
    align-items: center; }
  .image-text-block__content, .text-image-block__content {
    font-size: 1.7rem;
    line-height: 160%; }
    .image-text-block__content h2, .text-image-block__content h2 {
      font-weight: normal;
      font-size: 3.2rem;
      line-height: 150%;
      margin: 1.5rem 0 3rem; }
      @media (max-width: 956px) {
        .image-text-block__content h2, .text-image-block__content h2 {
          font-size: 2.6rem; } }
    .image-text-block__content h4, .text-image-block__content h4 {
      font-size: 1.8rem;
      font-weight: 900;
      color: #0090c1;
      margin: 1.5rem 0 2rem; }
      @media (max-width: 956px) {
        .image-text-block__content h4, .text-image-block__content h4 {
          font-size: 1.6rem; } }
      .image-text-block__content h4:after, .text-image-block__content h4:after {
        display: block;
        content: "";
        height: 0.4rem;
        width: 12rem;
        margin-top: 2rem;
        background-color: #0090c1; }
    .image-text-block__content p, .text-image-block__content p {
      margin: 1.5rem 0; }
      @media (max-width: 956px) {
        .image-text-block__content p, .text-image-block__content p {
          font-size: 1.4rem; } }
  .image-text-block__image img, .text-image-block__image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.text-image-block__container {
  grid-template-columns: 2fr 3fr; }
  @media (max-width: 956px) {
    .text-image-block__container {
      grid-template-columns: 1fr; } }
.image-text-block__container {
  grid-template-columns: 3fr 2fr; }
  @media (max-width: 956px) {
    .image-text-block__container {
      grid-template-columns: 1fr; } }
.large-statement-block {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .large-statement-block__statement {
    font-size: 4rem;
    color: #0090c1;
    line-height: 150%;
    text-align: center;
    max-width: 110rem;
    margin: 0 auto; }
    @media (max-width: 956px) {
      .large-statement-block__statement {
        font-size: 3.2rem; } }
.sections-icons-block {
  padding: 8rem 0; }
  .sections-icons-block__sections-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 8rem;
    grid-row-gap: 3rem; }
    @media (max-width: 956px) {
      .sections-icons-block__sections-container {
        grid-template-columns: 1fr; } }
  .sections-icons-block__section {
    text-align: center; }
    .sections-icons-block__section .section-icon {
      height: 15rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px; }
    .sections-icons-block__section .section-title  {
      font-weight: normal;
      font-size: 2.2rem;
      display: block;
      margin: 0 0 1rem; }
    .sections-icons-block__section .section-text {
      font-size: 1.2rem; }
  .sections-icons-block__cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0 0;
    text-align: center; }
    @media (max-width: 956px) {
      .sections-icons-block__cta-container .button {
        margin: 1rem 0; } }
.testimonials-carousel-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0090c1; }
  .testimonials-carousel-block__container {
    display: flex; }
  .testimonials-carousel-block__button-container {
    flex: 0 0 20rem;
    display: flex;
    align-items: center; }
    @media (max-width: 956px) {
      .testimonials-carousel-block__button-container {
        display: none; } }
  .testimonials-carousel-block__button {
    width: 4.8rem;
    height: 4.8rem;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: none; }
    .testimonials-carousel-block__button svg {
      width: 2.4rem;
      fill: #fff;
      transition: all 0.5s ease-in-out; }
    .testimonials-carousel-block__button:hover {
      background-color: #fff; }
      .testimonials-carousel-block__button:hover svg {
        fill: #0090c1; }
    .testimonials-carousel-block__button.next-button {
      margin-left: auto; }
  .testimonials-carousel-block__carousel {
    flex: 1 1 100%;
    min-height: 40rem; }
    .testimonials-carousel-block__carousel .indicators .indicator-item {
      background-color: rgba(255, 255, 255, 0.3);
      transition: all 0.5s ease-in-out; }
      .testimonials-carousel-block__carousel .indicators .indicator-item.active {
        background-color: #fff; }
  .testimonials-carousel-block .single-testimonial__container {
    display: flex;
    align-items: center;
    padding-bottom: 5rem; }
    .testimonials-carousel-block .single-testimonial__container.carousel-item {
      height: auto; }
  .testimonials-carousel-block .single-testimonial__content {
    color: #fff; }
    @media (max-width: 956px) {
      .testimonials-carousel-block .single-testimonial__content {
        flex: 0 0 100%; } }
    .testimonials-carousel-block .single-testimonial__content .testimonial-text {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.8rem;
      line-height: 150%;
      position: relative;
      margin: 0 0 4rem; }
      .testimonials-carousel-block .single-testimonial__content .testimonial-text:after {
        position: absolute;
        z-index: 1;
        height: 0.1rem;
        width: 70rem;
        left: 0;
        bottom: -2.5rem;
        content: "";
        background-color: #fff; }
        @media (max-width: 956px) {
          .testimonials-carousel-block .single-testimonial__content .testimonial-text:after {
            width: 100%; } }
    .testimonials-carousel-block .single-testimonial__content .testimonial-customer {
      display: flex;
      align-items: center; }
      .testimonials-carousel-block .single-testimonial__content .testimonial-customer__avatar {
        width: 4.8rem;
        height: 4.8rem;
        border-radius: 100%;
        overflow: hidden;
        margin: 1rem 1.5rem 1rem 0; }
        .testimonials-carousel-block .single-testimonial__content .testimonial-customer__avatar img {
          width: 100%;
          height: auto; }
      .testimonials-carousel-block .single-testimonial__content .testimonial-customer__info {
        font-size: 1.4rem; }
        .testimonials-carousel-block .single-testimonial__content .testimonial-customer__info .name  {
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          display: block; }
        .testimonials-carousel-block .single-testimonial__content .testimonial-customer__info .position {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-style: italic;
          display: block; }
  .testimonials-carousel-block .single-testimonial__graphic {
    position: relative;
    z-index: 2;
    width: 57rem;
    max-width: 100%;
    flex-shrink: 0;
    flex-grow: 0; }
    @media (max-width: 956px) {
      .testimonials-carousel-block .single-testimonial__graphic {
        display: none; } }
    .testimonials-carousel-block .single-testimonial__graphic img {
      width: 100%; }

.cta-area-block {
  padding: 8rem 0;
  text-align: center; }
  .cta-area-block__container {
    padding-bottom: 1rem; }
  .cta-area-block__buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem; }
  .cta-area-block__cta {
    display: inline-block;
    margin: 1.5rem 2rem;
    padding: 1.5rem 3.5rem;
    border-radius: 4rem;
    text-decoration: none;
    font-size: 1.6rem; }
    .cta-area-block__cta.primary-cta {
      background-color: #0090c1;
      color: #fff; }
      .cta-area-block__cta.primary-cta:hover, .cta-area-block__cta.primary-cta:focus {
        background-color: #005775; }
    .cta-area-block__cta.secondary-cta {
      background-color: #0e0e0e;
      color: #fff; }
      .cta-area-block__cta.secondary-cta:hover, .cta-area-block__cta.secondary-cta:focus {
        background-color: #343434; }

.static-hero {
  overflow: hidden;
  padding: 8rem 0 8rem; }
  .static-hero.reduced-bottom-padding {
    padding-bottom: 0rem; }
  .static-hero__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem;
    align-items: center;
    margin: 0 auto; }
    .static-hero__container:not(.has-right-content) {
      width: 92rem;
      max-width: 100%;
      justify-content: center; }
    @media (min-width: 956px) {
      .static-hero__container.has-right-content {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10rem; } }
  .static-hero__main-content h1 {
    color: #0090c1;
    font-size: 5.6rem;
    line-height: 120%;
    margin: 0 0 3rem;
    max-width: 72rem; }
    @media (max-width: 956px) {
      .static-hero__main-content h1 {
        font-size: 3.6rem; } }
  .static-hero__main-content .featured-message {
    font-size: 1.8rem;
    line-height: 160%; }
    .static-hero__main-content .featured-message p {
      margin: 1rem 0; }
    .static-hero__main-content .featured-message a {
      font-weight: bold;
      color: #0090c1; }
  .static-hero__main-content .buttons-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    align-items: center; }
  .static-hero__main-content.align-center {
    text-align: center; }
    .static-hero__main-content.align-center h1 {
      margin: 0 auto 3rem; }
    .static-hero__main-content.align-center .buttons-container {
      justify-content: center; }
  .static-hero__cta {
    display: inline-block;
    margin: 1.5rem 2rem 1.5rem 0;
    padding: 1.5rem 3.5rem;
    border-radius: 4rem;
    text-decoration: none;
    font-size: 1.8rem; }
    .static-hero__cta.primary-cta {
      background-color: #0090c1;
      color: #fff; }
      .static-hero__cta.primary-cta:hover, .static-hero__cta.primary-cta:focus {
        background-color: #005775; }
    .static-hero__cta.secondary-cta {
      background-color: #0e0e0e;
      color: #fff; }
      .static-hero__cta.secondary-cta:hover, .static-hero__cta.secondary-cta:focus {
        background-color: #343434; }
  .static-hero__right-area img  {
    width: 100%;
    height: auto; }

.wp-block-table tr th, .wp-block-table tr td {
  padding: 2rem; }

.qb-block-accordion {
  max-width: 92rem; }
  .qb-block-accordion .qb-accordion-title {
    padding: 3rem 2rem !important;
    font-size: 1.8rem;
    color: #0090c1;
    transition: all 0.3s ease-in-out; }
    .qb-block-accordion .qb-accordion-title:hover, .qb-block-accordion .qb-accordion-title:focus {
      cursor: pointer;
      outline: none;
      color: #0e0e0e; }
  .qb-block-accordion .qb-accordion-text {
    line-height: 160%; }
    .qb-block-accordion .qb-accordion-text ul li {
      margin: 1rem 0; }

.progress-steps-block {
  text-align: center; }
  @media (max-width: 956px) {
    .progress-steps-block {
      display: none; } }
  .progress-steps-block__wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .progress-steps-block__step {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 24rem;
    position: relative; }
    .progress-steps-block__step .step-icon {
      flex-shrink: 0;
      flex-grow: 0;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 100%;
      border: 2px solid #0090c1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .progress-steps-block__step .step-label {
      display: block;
      width: 100%;
      margin: 2rem 3rem 0;
      font-size: 1.4rem; }
    .progress-steps-block__step:before, .progress-steps-block__step:after {
      display: block;
      content: '';
      height: 2px;
      background-color: #ddd;
      width: 10.8rem;
      position: absolute;
      top: 1.1rem; }
    .progress-steps-block__step:before {
      left: 0; }
    .progress-steps-block__step:after {
      right: 0; }
    .progress-steps-block__step.step-done .step-icon:after {
      display: block;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 100%;
      background-color: #0090c1;
      content: ''; }
    .progress-steps-block__step.step-done .step-label {
      color: #aaa; }
    .progress-steps-block__step.step-done:before, .progress-steps-block__step.step-done:after {
      background-color: #0090c1; }
    .progress-steps-block__step.previous-was-done:before, .progress-steps-block__step:first-child:before {
      background-color: #0090c1; }

.team-members-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .team-members-block .our-team--single {
    flex: 0 0 20%;
    padding: 1.5rem 2rem;
    box-sizing: content-box; }
    @media (max-width: 956px) {
      .team-members-block .our-team--single {
        flex: 0 0 100%; } }
    .team-members-block .our-team--single__photo-container {
      width: 16rem;
      margin: 0 auto 2rem;
      position: relative;
      height: 21rem; }
      .team-members-block .our-team--single__photo-container .team-photo-background-logo {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 1; }
      .team-members-block .our-team--single__photo-container .team-photo-photo {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        z-index: 3;
        transition: all 0.3s ease-in-out;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .team-members-block .our-team--single__photo-container .team-photo-front-overlay {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 4; }
      .team-members-block .our-team--single__photo-container .personal-info {
        position: absolute;
        z-index: 2;
        left: 100%;
        bottom: 18rem;
        padding-bottom: 1rem;
        border-bottom: 0.2rem solid #0090c1;
        transition: none;
        opacity: 0;
        transform: translate(-12rem, 16rem); }
        .team-members-block .our-team--single__photo-container .personal-info:before {
          position: absolute;
          width: 0;
          height: 0.2rem;
          right: 100%;
          bottom: -0.2rem;
          content: "";
          background-color: #0090c1;
          transition: none; }
        .team-members-block .our-team--single__photo-container .personal-info:after {
          position: absolute;
          width: 0.2rem;
          left: -4rem;
          height: 0rem;
          bottom: -0.2rem;
          content: "";
          background-color: #0090c1;
          transition: none;
          transition-delay: 0; }
        .team-members-block .our-team--single__photo-container .personal-info .title {
          font-size: 1rem;
          min-width: 6rem;
          color: #0090c1;
          display: block;
          margin: 0 0 0.5rem 0.7rem; }
        .team-members-block .our-team--single__photo-container .personal-info__icons {
          display: flex;
          align-items: center;
          transform: translate(-1rem);
          opacity: 0;
          transition: all 0.5s ease-in-out; }
          .team-members-block .our-team--single__photo-container .personal-info__icons .social-link {
            font-size: 1.6rem;
            margin: 0 0.7rem; }
    .team-members-block .our-team--single__info-container {
      text-align: center; }
      .team-members-block .our-team--single__info-container .name {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        color: #0090c1;
        margin: 0 0 0.5rem; }
      .team-members-block .our-team--single__info-container .position {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #666;
        margin: 0 0 0.2rem; }
      .team-members-block .our-team--single__info-container .location {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        opacity: 0.6;
        font-size: 1.2rem; }
        .team-members-block .our-team--single__info-container .location i {
          flex: 0 0 2rem;
          text-align: left; }
        .team-members-block .our-team--single__info-container .location span {
          display: inline-block; }
    .team-members-block .our-team--single:hover, .team-members-block .our-team--single:focus {
      outline: none; }
      .team-members-block .our-team--single:hover .our-team--single__photo-container .team-photo-photo, .team-members-block .our-team--single:focus .our-team--single__photo-container .team-photo-photo {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      .team-members-block .our-team--single:hover .our-team--single__photo-container .personal-info, .team-members-block .our-team--single:focus .our-team--single__photo-container .personal-info {
        transform: translate(0);
        opacity: 1;
        transition: opacity 0.2s ease-in-out; }
        .team-members-block .our-team--single:hover .our-team--single__photo-container .personal-info:before, .team-members-block .our-team--single:focus .our-team--single__photo-container .personal-info:before {
          width: 4rem;
          transition: all 0.2s ease-in-out; }
        .team-members-block .our-team--single:hover .our-team--single__photo-container .personal-info:after, .team-members-block .our-team--single:focus .our-team--single__photo-container .personal-info:after {
          height: 12rem;
          bottom: -12.2rem;
          transition: all 0.3s ease-in-out;
          transition-delay: 0.2s; }
        .team-members-block .our-team--single:hover .our-team--single__photo-container .personal-info__icons, .team-members-block .our-team--single:focus .our-team--single__photo-container .personal-info__icons {
          transform: translate(0);
          opacity: 1; }

.careers--list {
  position: relative;
  padding: 8rem 0 5rem;
  width: 100%; }
  .careers--list:before {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    height: 0.4rem;
    border-top: 0.1rem solid #D8D8D8;
    border-bottom: 0.1rem solid #D8D8D8;
    content: ""; }
  .careers--list h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    margin: 0 0 3rem;
    color: #0090c1; }
  .careers--list__list-container, .careers--list .whr-items {
    padding: 0;
    margin: 0; }
  .careers--list__list-item, .careers--list .whr-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
    color: #0e0e0e;
    font-size: 1.4rem;
    border-top: 0.1rem solid #D8D8D8;
    min-height: 10rem; }
    @media (max-width: 956px) {
      .careers--list__list-item, .careers--list .whr-item {
        flex-direction: column; } }
    .careers--list__list-item span, .careers--list .whr-item span {
      display: block;
      margin: 0.5rem 0; }
      .careers--list__list-item span.lighter, .careers--list .whr-item span.lighter {
        color: #747474; }
    .careers--list__list-item .position, .careers--list__list-item .whr-title, .careers--list .whr-item .position, .careers--list .whr-item .whr-title {
      flex: 0 0 30%;
      text-align: left;
      font-size: 1.6rem; }
      .careers--list__list-item .position a, .careers--list__list-item .whr-title a, .careers--list .whr-item .position a, .careers--list .whr-item .whr-title a {
        text-decoration: none; }
    .careers--list__list-item .whr-info, .careers--list .whr-item .whr-info {
      padding: 0;
      flex-grow: 1;
      flex-shrink: 1;
      width: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 956px) {
        .careers--list__list-item .whr-info, .careers--list .whr-item .whr-info {
          flex: 0 0 100%;
          display: block; } }
      .careers--list__list-item .whr-info li, .careers--list .whr-item .whr-info li {
        list-style-type: none;
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left; }
        .careers--list__list-item .whr-info li.whr-code, .careers--list .whr-item .whr-info li.whr-code {
          display: none; }
        @media (max-width: 956px) {
          .careers--list__list-item .whr-info li, .careers--list .whr-item .whr-info li {
            flex: 0 0 100%;
            text-align: left;
            justify-content: flex-start; } }
        .careers--list__list-item .whr-info li span, .careers--list .whr-item .whr-info li span {
          margin: 0 1rem 0 0;
          font-size: 1.2rem;
          color: #666; }
        .careers--list__list-item .whr-info li:last-child, .careers--list .whr-item .whr-info li:last-child {
          justify-content: flex-end;
          text-align: center; }
          @media (max-width: 956px) {
            .careers--list__list-item .whr-info li:last-child, .careers--list .whr-item .whr-info li:last-child {
              justify-content: flex-start; } }
    .careers--list__list-item .location, .careers--list .whr-item .location {
      flex: 0 0 20%;
      text-align: left; }
    .careers--list__list-item .department, .careers--list .whr-item .department {
      flex: 0 0 20%;
      text-align: left; }
    .careers--list__list-item .link, .careers--list .whr-item .link {
      flex: 0 0 20%;
      text-align: right; }
      .careers--list__list-item .link a, .careers--list .whr-item .link a {
        text-decoration: none; }
    @media (max-width: 956px) {
      .careers--list__list-item .position, .careers--list__list-item .whr-title, .careers--list__list-item .location, .careers--list__list-item .department, .careers--list__list-item .link, .careers--list .whr-item .position, .careers--list .whr-item .whr-title, .careers--list .whr-item .location, .careers--list .whr-item .department, .careers--list .whr-item .link {
        text-align: left;
        justify-content: flex-start; }
      .careers--list__list-item .position, .careers--list__list-item .whr-title, .careers--list .whr-item .position, .careers--list .whr-item .whr-title {
        margin: 0 0 1rem;
        width: 100%; } }

@media (max-width: 990px) {
    .sa-all-customers {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .single-search-and-filter {
        width: 46%;
    }
    .sa-single-customer-right-wraper {
      position: unset !important;
    }
    .sa-single-customer-row {
        display: block;
    }
    .sa-single-customer-right {
        margin: 0px;
    }
}
@media (max-width: 550px) {
    .sa-all-customers {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }
    .single-search-and-filter select {
        font-size: 14px;
    }
    .single-customer-grid-item-title {
        transform: translate(0px, 0%);
    }
    


}


/*# sourceMappingURL=main.css.map */