@import url(https://fonts.googleapis.com/css?family=Lato:400,700);@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  vertical-align: baseline;
  background: transparent; }

svg path, svg g {
  fill: inherit; }

article, aside, figure, footer, header, nav, section {
  display: block; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%; }

html, body {
  -ms-overflow-style: none;
  height: 100%;
  width: 100%; }

body {
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  color: #4A4A4A;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff; }

.f {
  display: flex; }

.fr {
  flex-flow: row !important; }

.fc {
  flex-flow: column !important; }

.jc-c {
  justify-content: center; }

.jc-top {
  justify-content: flex-start; }

.jc-sa {
  justify-content: space-around; }

.jc-sb {
  justify-content: space-between; }

.ai-c {
  align-items: center; }

.ai-s {
  align-items: stretch; }

.f-grow {
  flex: 1; }

#querloEmbd .avatar {
  background: #fff; }

small {
  font-weight: 400;
  font-size: 75%;
  color: #798892; }

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #f1f1f1; }

button, .butt {
  transition: all .3s;
  border: 0;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  background: #009bde;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3rem; }
  button i, .butt i {
    margin-right: .5rem; }
  button:hover, .butt:hover {
    color: rgba(255, 255, 255, 0.8);
    background: #12b7ff; }
  button[disabled], .butt[disabled] {
    background: #888;
    cursor: not-allowed; }

.butt.secondary {
  border: 1px solid #ccc;
  background: #fff;
  color: #4A4A4A !important; }
  .butt.secondary:hover {
    border-color: #b3b3b3; }

.butt.huge {
  color: #fff;
  text-transform: capitalize;
  padding: 1.7rem 4rem;
  line-height: 2.1rem;
  letter-spacing: 1px;
  font-size: 2rem;
  min-width: 27rem;
  display: inline-block; }
  .butt.huge:hover {
    transform: scale(1.05); }

h1, h2, h3, h4 {
  font-weight: 400;
  text-align: center;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  margin-bottom: 4rem;
  text-align: center; }
  @media (max-width: 830px) {
    h1 {
      font-size: 4rem;
      line-height: 5.2rem; } }

h2 {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 4.2rem;
  line-height: 5.7rem;
  margin-bottom: 3.2rem; }
  @media (max-width: 830px) {
    h2 {
      font-size: 3.5rem;
      line-height: 4rem; } }

h2.content, .full p, p {
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  color: #565454;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 2.4rem 0;
  font-weight: 300;
  text-align: center; }

h3 {
  font-size: 3.4rem;
  line-height: 4rem;
  margin: 0; }
  @media (max-width: 830px) {
    h3 {
      font-size: 3rem;
      line-height: 3.8rem; } }

.calltoaction a:first-child {
  margin: 0 2rem 0 0; }
  @media (max-width: 830px) {
    .calltoaction a:first-child {
      margin: 0 0 2rem 0; } }

.calltoaction a:last-child {
  margin: 0; }

a {
  text-decoration: none;
  transition: all .3s;
  color: #4A4A4A; }
  a:hover {
    color: #009bde; }

.mainWrp {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto; }

div[role=main] {
  padding-top: 6rem; }
  div[role=main] > div {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

p, ul, ol {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  margin-bottom: 1.5rem;
  list-style: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem;
  overflow: hidden; }
  section.cols {
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 830px) {
      section.cols {
        flex-direction: column; }
        section.cols img:first-child {
          margin: 0 0 2rem 0 !important; }
        section.cols img.right {
          margin: 2rem 0 0 0 !important; } }
    section.cols h2, section.cols p {
      text-align: left; }
    section.cols img {
      margin-right: 4rem; }
      section.cols img.right {
        margin: 0 0 0 4rem; }
  section p, section h1, section h2 {
    max-width: 88rem; }

.art {
  width: 100%; }

.full {
  color: #fff;
  background: #009bde; }
  .full.grey {
    background: #f5f5f5; }
    .full.grey h2, .full.grey h3, .full.grey li {
      color: #4A4A4A; }
    .full.grey h3 {
      font-size: 3.8rem;
      line-height: 4.8rem; }
    .full.grey p, .full.grey a {
      color: #565454; }
  .full h2, .full p {
    color: #fff; }

.withBackground {
  padding: 0;
  margin-top: 4rem;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover; }
  .withBackground h1, .withBackground h2 {
    margin: 0 auto; }
  .withBackground .titleWrp {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 2rem;
    margin-top: 8rem;
    text-align: center; }

.imgHolder {
  overflow: hidden; }
  .imgHolder img {
    width: 100%;
    max-width: 750px;
    display: block; }
  @media (max-width: 830px) {
    .imgHolder {
      margin-left: -10%;
      width: 155%; }
      .imgHolder.full {
        width: 146%;
        margin-left: 0; } }

blockquote {
  font-size: 1.4em;
  width: 60%;
  margin: 50px auto;
  font-style: italic;
  color: #555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #009bde;
  line-height: 1.6;
  position: relative;
  background: #f5f5f5;
  text-align: left; }
  blockquote::before {
    content: "\201C";
    color: #009bde;
    font-size: 5em;
    position: absolute;
    left: 10px;
    top: -10px; }
  blockquote::after {
    content: ''; }
  blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em; }
  @media (max-width: 830px) {
    blockquote {
      width: 90%; } }

.phoneWrp {
  position: relative; }
  .phoneWrp .iframeWrp {
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 20px;
    border-radius: 33px;
    overflow: hidden; }
    .phoneWrp .iframeWrp > div {
      height: 2rem;
      background: #000; }
  .phoneWrp img {
    height: 60rem; }
  .phoneWrp iframe {
    width: 28.8rem;
    display: block;
    height: 54.7rem; }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated2 {
  animation-duration: 6s;
  animation-fill-mode: both; }

.delay05 {
  animation-delay: .5s; }

.delay {
  animation-delay: 1s; }

.delay15 {
  animation-delay: 1.5s; }

.delay2 {
  animation-delay: 2s; }

.delay25 {
  animation-delay: 2.5s; }

.delay3 {
  animation-delay: 3s; }

.delay35 {
  animation-delay: 3.5s; }

.delay4 {
  animation-delay: 4s; }

.delay45 {
  animation-delay: 4.5s; }

.delay5 {
  animation-delay: 5s; }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.97); }
  35% {
    transform: scale(0.9); }
  45% {
    transform: scale(1.1); }
  55% {
    transform: scale(0.9); }
  65% {
    transform: scale(1.1); }
  75% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
header {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  padding: 1.5rem 2.4rem 0.75rem 2.4rem;
  width: 100%;
  z-index: 1; }
  header .mainWrp {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .logo {
    text-align: center; }
    header .logo img {
      height: 4.8rem; }
    header .logo div {
      font-size: 12px; }
  header .accessButt a {
    border-radius: 2.5rem; }
    @media (max-width: 830px) {
      header .accessButt a {
        border-radius: 0; } }
  header .accessButt.register a {
    margin: 0 1.5rem;
    color: #fff;
    background: #009bde; }
    header .accessButt.register a:hover {
      background: #12b7ff; }
    @media (max-width: 830px) {
      header .accessButt.register a {
        margin: 0; } }
  header .accessButt.login a {
    border: 1px solid #ccc; }
    header .accessButt.login a:hover {
      border-color: #b3b3b3; }
    @media (max-width: 830px) {
      header .accessButt.login a {
        border-right: 0;
        border-left: 0; } }
  header nav {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    header nav ul {
      margin: 0; }
      header nav ul li.hovered ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
      header nav ul ul {
        opacity: 0;
        position: absolute;
        background: #fff;
        padding: .5rem;
        border-top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: all .3s;
        visibility: hidden;
        transform: translateY(-2rem); }
        header nav ul ul li {
          display: block; }
    header nav li {
      display: inline-block; }
      header nav li a {
        display: block;
        line-height: 2.2rem;
        font-size: 1.4rem;
        border-bottom: 1px solid transparent;
        padding: .8rem 1.3rem;
        position: relative; }
        header nav li a.sel, header nav li a:hover {
          color: #4A4A4A;
          border-bottom: 1px solid #4A4A4A; }
        header nav li a:hover {
          color: #4A4A4A;
          border-bottom: 1px solid #ccc; }
    @media (max-width: 830px) {
      header nav {
        display: none;
        position: absolute;
        top: 6.5rem;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: rgba(255, 255, 255, 0.9);
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        z-index: 999; }
        header nav ul {
          display: flex;
          justify-content: center;
          align-items: center;
          max-height: 100vh;
          width: 100%;
          flex-direction: column; }
          header nav ul li ul {
            transition: none; }
          header nav ul li.hovered ul {
            position: static !important; }
        header nav li {
          text-align: center;
          width: 100%; }
        header nav a {
          font-size: 3rem; } }

@media (max-width: 830px) {
  .openMenu header nav {
    display: block; } }
.hamburgher {
  display: none;
  width: 2.8rem;
  height: 2.3rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 830px) {
    .hamburgher {
      display: block !important; } }
  .hamburgher span {
    display: block;
    position: absolute;
    height: .3rem;
    width: 100%;
    background: #2aa6db;
    border-radius: .2rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .hamburgher span:nth-child(1) {
    top: 0; }
  .hamburgher span:nth-child(2) {
    top: 1rem; }
  .hamburgher span:nth-child(3) {
    top: 2rem; }

.openMenu .hamburgher span:nth-child(1) {
  top: 1rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.openMenu .hamburgher span:nth-child(2) {
  opacity: 0;
  left: -3rem; }

.openMenu .hamburgher span:nth-child(3) {
  top: 1rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }
footer {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  background-color: #2c3e50;
  padding: 3rem 3rem 10rem 3rem; }
  footer .mainWrp {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 830px) {
      footer .mainWrp {
        flex-direction: column; }
        footer .mainWrp .socials {
          margin-top: 2rem; } }
  footer p {
    margin: 0;
    color: #ffffff6e; }
  footer ul {
    list-style: none;
    margin-bottom: 1rem; }
    footer ul li {
      display: inline-block;
      position: relative; }
      footer ul li::after {
        background-color: #bbb;
        content: "";
        position: absolute;
        left: 0;
        height: 57%;
        top: 25%;
        width: 1px; }
      footer ul li:first-child::after {
        content: none; }
      footer ul li:first-child a {
        padding-left: 0; }
      footer ul li:last-child {
        border: 0; }
        footer ul li:last-child a {
          padding-right: 0; }
    footer ul a {
      color: #bbb;
      padding: 0 1.6rem;
      font-size: 1.6rem; }
  footer .socials li {
    border: 0; }
    footer .socials li::after {
      content: none; }
    footer .socials li i {
      font-size: 2.1rem; }
    footer .socials li a {
      padding: 0 1rem; }
/*.products {
  background: $grey;
  
  h2 {
    color: $mainFontCol;
    margin-top: 6rem
  }
  h3,p,li {
    color: $maincol
  }
}*/
.prods h2 {
  padding: 8rem 2rem 8rem 2rem;
  margin: 0 auto;
  max-width: 88rem; }

/*
.clients ul {
  text-align: center;
  overflow: hidden;
  margin-top: 1.5rem;
  li {
    display: inline-block;
    width: 25%;
    padding-bottom: 6rem;

    @media (max-width: $break-small) {
      display: block;
      width: 100%
    }
  }
}



.clients img {height:4.4rem;vertical-align: middle}

#client-tetrapak {height:8rem}
#client-philip-morris {height:8.5rem}
#client-svarosky {height:7rem}
#client-hsbc {height:3.2rem}
#client-yomiuri {height: 2.8rem}
#client-pepsi {height: 10rem}
#client-lavazza {height: 3.8rem}
#client-forbes {height: 4rem}

@media all and (max-width: 720px) {
  .clients img {height:4.4rem}
  #client-tetrapak {height:8rem}
  #client-hsbc {height:3.5rem}
  #client-yomiuri {height:2.6rem}
    #client-forbes {height: 3.8rem}
}*/
.clients ul {
  text-align: center;
  overflow: hidden;
  margin-top: 1.5rem; }
  .clients ul li {
    display: inline-block;
    width: 25%;
    padding-bottom: 6rem; }
    @media (max-width: 830px) {
      .clients ul li {
        display: block;
        width: 100%; } }

.clients img {
  height: 4.4rem;
  vertical-align: middle; }

#client-tetrapak {
  height: 8rem; }

#client-vfs {
  height: 8rem; }

#client-philip-morris {
  height: 8.5rem; }

#client-svarosky {
  height: 7rem; }

#client-hsbc {
  height: 3.2rem; }

#client-yomiuri {
  height: 2.8rem; }

#client-pepsi {
  height: 10rem; }

#client-lavazza {
  height: 3.8rem; }

#client-forbes {
  height: 4rem; }

#client-pfizer {
  height: 6rem;
  filter: grayscale(100%); }

@media all and (max-width: 720px) {
  .clients img {
    height: 4.4rem; }
  #client-tetrapak {
    height: 8rem; }
  #client-hsbc {
    height: 3.5rem; }
  #client-yomiuri {
    height: 2.6rem; }
  #client-forbes {
    height: 3.8rem; } }
.frame {
  position: relative;
  text-align: center; }
  .frame .inframeWrp {
    position: absolute;
    max-width: 100%; }
  .frame .inframeWrp {
    overflow: hidden; }
  .frame.macbookair .inframeWrp {
    width: 68.5%;
    left: 16%;
    height: 81%;
    top: 5%; }
  .frame.ipad .inframeWrp {
    width: 86.5%;
    left: 6.6%;
    top: 4.8%; }
  .frame.iphonex .frameImg {
    width: 75%;
    margin: 0 auto; }
  .frame.iphonex .inframeWrp {
    width: 63.5%;
    left: 18.3%;
    top: 3%;
    border-radius: 3rem;
    height: 93%; }
  @media (max-width: 830px) {
    .frame.iphonex .frameImg {
      width: 75%;
      margin: 0 auto; } }
  .frame img, .frame video {
    max-width: 100%; }
.prodsDemo {
  position: relative;
  padding: 0 2rem;
  margin: 0 auto; }
  .prodsDemo .numbers {
    font-size: 3.5rem;
    color: #009bde;
    letter-spacing: -1px;
    padding-right: .1rem;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 8.1rem;
    font-family: arial; }
    .prodsDemo .numbers i {
      font-size: 4rem; }
    .prodsDemo .numbers span {
      font-size: 2.5rem;
      margin: 0 -1px;
      text-align: center; }
  .prodsDemo li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .prodsDemo li span {
      font-size: 1.8rem;
      line-height: 1.11;
      margin-left: 2px;
      flex: 1; }
  .prodsDemo .butt {
    margin-top: 3rem;
    display: inline-block;
    padding: 1rem 4rem; }
  .prodsDemo .descr {
    padding: 21rem 3rem 24rem 0;
    width: 40%; }
    .prodsDemo .descr:first-child {
      padding-top: 7rem; }
    .prodsDemo .descr h3, .prodsDemo .descr p {
      text-align: left; }
    .prodsDemo .descr h3 {
      color: #009bde;
      display: flex;
      align-items: center;
      font-size: 2.5rem;
      height: 3rem; }
      .prodsDemo .descr h3 img {
        height: 4.5rem;
        margin-right: 1rem; }
    @media (max-width: 830px) {
      .prodsDemo .descr {
        padding: 3rem 0 3rem 0;
        width: 100%; } }
  .prodsDemo .demo {
    text-align: center;
    width: 60%;
    position: absolute;
    right: 0;
    top: calc(200px - 50vh);
    padding-top: calc(50vh - 200px);
    bottom: 20rem;
    opacity: 1;
    transform: scale(1); }
    .prodsDemo .demo.hide {
      opacity: 0;
      transform: scale(0.8);
      transition: all .3s ease; }
    .prodsDemo .demo .demoWrp {
      top: calc(50vh - 200px);
      position: sticky;
      display: flex;
      justify-content: center; }
    @media (max-width: 830px) {
      .prodsDemo .demo {
        position: static;
        top: auto;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        padding-bottom: 3rem; }
        .prodsDemo .demo.hide {
          opacity: 1;
          transform: scale(1); } }
.product .frameWrp {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0 2rem; }
  .product .frameWrp.col:first-child {
    padding-top: 3rem; }

.product .details {
  padding-top: 0; }

@media (max-width: 830px) {
  .product .frameWrp {
    flex-flow: column;
    margin-top: 4rem; }
  .product .frame {
    padding-top: 0; } }

.product .col {
  width: 50%;
  float: left; }

.product .padLeft {
  padding-left: 6rem; }
  .product .padLeft h2 {
    font-size: 3rem;
    text-align: left;
    line-height: 3.8rem; }

.product .features {
  display: block; }
  .product .features h2 {
    text-align: center;
    max-width: none; }
  .product .features h3 {
    font-size: 2.5rem;
    line-height: 3rem; }
  .product .features h3 i {
    font-size: 2.2rem;
    margin-right: .5rem; }
  .product .features p {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .product .features .mainWrp > .col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    float: none; }
  .product .features .mainWrp {
    overflow: hidden; }
  .product .features .mainWrp > .col.allalone {
    margin: 0 auto;
    float: none; }
  .product .features .col {
    width: 50%; }
    .product .features .col h3 {
      text-align: left; }
    .product .features .col .col {
      padding-left: 4rem; }
  .product .features .col.first {
    padding-left: 4rem; }
  @media (max-width: 1000px) {
    .product .features .mainWrp {
      margin-bottom: 0; }
      .product .features .mainWrp h3 {
        text-align: left; } }
  @media (max-width: 830px) {
    .product .features .mainWrp .col {
      display: block;
      width: 100%; }
    .product .features .col .col {
      padding-left: 0; } }

@media (max-width: 830px) {
  .product .col {
    width: 100%;
    float: none; }
  .product .padLeft {
    padding-left: 0;
    margin-top: 2rem; }
    .product .padLeft h2 {
      text-align: center;
      padding: 0 4rem; }
  .product section.body.center {
    padding-bottom: 0; } }
#omnichannel .circleWrp {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative; }

#omnichannel .circleWrpWrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #omnichannel .circleWrpWrp h3 {
    font-size: 3.4rem; }

#omnichannel .circleGroup {
  border: 4px solid #009bde;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  max-height: 500px;
  max-width: 500px;
  position: absolute; }
  #omnichannel .circleGroup li {
    position: absolute; }
    #omnichannel .circleGroup li > div {
      border-radius: 50%;
      background: #fff;
      margin: 0 auto;
      padding: 1rem;
      height: 7rem;
      width: 7rem;
      overflow: hidden;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  #omnichannel .circleGroup p {
    margin: .5rem 0 0 0;
    padding: .2rem 1rem;
    border-radius: 3rem;
    background: #fff;
    font-size: 1.3rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    text-align: center; }
  #omnichannel .circleGroup img {
    width: 100%; }

#omnichannel .circleSection {
  flex-direction: row;
  padding-top: 0; }

#omnichannel #callcenter {
  top: 0;
  left: 10%; }

#omnichannel #social {
  top: 40%;
  left: -9%; }

#omnichannel #retailer {
  bottom: 0;
  left: 10%; }

#omnichannel #chatbots {
  top: 0;
  right: 10%; }

#omnichannel #webportal {
  top: 40%;
  right: -9%; }

#omnichannel #mobile {
  bottom: 0;
  right: 10%; }

@media (max-width: 830px) {
  #omnichannel .circleWrp {
    margin-bottom: 4rem; }
  #omnichannel .circleSection {
    flex-flow: column; }
  #omnichannel #callcenter {
    top: -5%;
    left: 5%; }
  #omnichannel #social {
    top: 34%;
    left: -13%; }
  #omnichannel #chatbots {
    top: -5%;
    right: 5%; }
  #omnichannel #webportal {
    top: 34%;
    right: -14%; }
  #omnichannel #retailer {
    bottom: -13%;
    left: 10%; }
  #omnichannel #mobile {
    bottom: -13%;
    right: 10%; } }
.plansWrp {
  position: relative; }

.plans .contactUs, .plans .contactUs:hover {
  font-size: 1.5rem;
  color: #fff; }

.plans li {
  float: left;
  width: 22rem;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  background: #f5f5f5;
  background-clip: padding-box;
  border-width: 2px 0 2px 2px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-height: 25.5rem; }
  .plans li:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px; }
  .plans li:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px; }

.plans .moreDetails {
  text-align: center; }

.plans h3 {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #595f6b;
  border-bottom: 1px dashed #d2d2d2; }

.plans .pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1rem;
  background: #009bde;
  margin: 0;
  color: #fff;
  text-align: center; }

.plans .price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #009bde;
  border-radius: 45px;
  text-align: center; }

.plans .time {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center; }

.plans .tall {
  position: relative;
  margin: 0;
  background-color: white;
  border-radius: 7px;
  border: 2px solid #009bde;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .plans .tall h3 {
    margin-top: 1rem;
    font-size: 18px; }
  .plans .tall .price {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
    border-radius: 50px; }
  .plans .tall .time {
    font-size: 13px; }

@media (max-width: 830px) {
  .plans li {
    float: none;
    margin: 0; }
    .plans li:first-child {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .plans li:last-child {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .plans li.tall {
      margin: -1rem 0 0 -1.5rem;
      width: 25rem; } }

.pricingDetails .divTableRow:nth-child(2n) {
  background: #fafafa; }

.pricingDetails i {
  color: #009bde; }
.divTable {
  display: table;
  width: 100%; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group; }

.divTableCell, .divTableHead {
  display: table-cell;
  padding: 3px 10px; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold; }

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold; }

.divTableBody {
  display: table-row-group; }
#aisociallab .downloads a {
  margin: 0 4rem; }

#aisociallab .downloads img {
  height: 64pxp; }

#aisociallab .doublecol .mainWrp {
  display: flex;
  justify-content: space-between; }
  #aisociallab .doublecol .mainWrp > .col {
    display: flex;
    justify-content: space-between;
    width: 50%;
    float: left;
    flex-flow: column;
    padding: 0 4%; }
    #aisociallab .doublecol .mainWrp > .col:first-child {
      border-right: 1px solid #009bde; }

#aisociallab .mlt {
  width: 120px; }

@media (max-width: 830px) {
  #aisociallab .downloads a {
    margin: 2rem 0;
    display: block; }
  #aisociallab .downloads img {
    height: 44px; }
  #aisociallab .doublecol .mainWrp {
    display: block; }
    #aisociallab .doublecol .mainWrp > .col {
      display: block;
      width: 100%;
      float: none; }
      #aisociallab .doublecol .mainWrp > .col:first-child {
        border: 0; } }
.forbes #forbesChat {
  width: 100%;
  max-width: 110rem;
  height: 60rem; }

.forbes .logoWrp {
  margin: 6rem 0 12rem 0; }
  .forbes .logoWrp img {
    max-width: 100%;
    width: 400px; }
  .forbes .logoWrp div {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    font-size: 2.2rem; }

.forbes .imgHolder {
  margin-left: 0;
  width: auto; }

.forbes ul {
  list-style: circle;
  padding-left: 2rem; }

.forbes .changecol {
  color: #94c8f4;
  font-size: inherit; }

.forbes .cols {
  justify-content: space-between;
  align-items: flex-start; }
  .forbes .cols h3 {
    text-align: left;
    display: flex; }
  .forbes .cols img {
    height: 3rem;
    margin: 0 1rem 1rem 0 !important; }
  .forbes .cols > .col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }

.forbes .col {
  width: 50%;
  margin-left: 1.5rem; }

.forbes .col:first-child {
  margin-left: 0; }

@media (max-width: 830px) {
  .forbes .cols > .col {
    width: 100%;
    margin-left: 2rem; } }

@media (max-width: 480px) {
  .forbes .cols > .col {
    display: block;
    margin: 0;
    padding: 0 2rem; }
  .forbes .cols .col .col {
    width: 100%;
    margin: 0 0 4rem 0; } }
#forbesleadinsights .note {
  font-size: 1.1rem;
  background: #f5f5f5; }

#forbesleadinsights .cols {
  display: flex; }
  @media (max-width: 830px) {
    #forbesleadinsights .cols {
      flex-direction: column; } }
  #forbesleadinsights .cols .col {
    width: 48%;
    max-width: 48rem; }

#forbesleadinsights .logoWrp {
  margin: 2rem 0;
  text-align: center; }
  #forbesleadinsights .logoWrp img {
    width: 23rem; }
  #forbesleadinsights .logoWrp div {
    border: 0;
    font-size: 1.5rem;
    padding-top: 0; }

#forbesleadinsights .mainWrp .cols {
  width: 100%;
  align-items: flex-end; }
  #forbesleadinsights .mainWrp .cols h2, #forbesleadinsights .mainWrp .cols h4 {
    text-align: left; }
  #forbesleadinsights .mainWrp .cols h4 {
    font-weight: bold; }

#forbesleadinsights .mainWrp .col {
  display: block; }
  #forbesleadinsights .mainWrp .col img {
    width: 100%;
    height: auto; }
  @media (max-width: 830px) {
    #forbesleadinsights .mainWrp .col {
      width: 100%;
      max-width: none; } }

#cloudexplain {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 830px) {
    #cloudexplain {
      flex-direction: column;
      margin-bottom: 3rem; } }
  #cloudexplain .bidi-arrows {
    max-width: 5rem;
    margin: 0 2rem; }
    @media (max-width: 830px) {
      #cloudexplain .bidi-arrows {
        transform: rotate(90deg);
        margin: 2rem 0; } }
  #cloudexplain .computer {
    width: 27rem; }
  #cloudexplain .cloud {
    width: 15rem; }
  #cloudexplain .array {
    width: 35rem; }

#cloudExplainWrp h3 {
  font-size: 3rem;
  color: #009bde;
  margin: 2rem 0 5rem 0; }

#specialColumnsWrp h3 {
  margin-bottom: 4rem; }
  #specialColumnsWrp h3 span {
    color: #009bde;
    font-weight: bold; }

#specialColumnsWrp h4 {
  background: #f5f5f5;
  margin-bottom: 3rem;
  padding: .5rem 1rem; }

#specialColumnsWrp .columnsofcolumns, #specialColumnsWrp .columnsWrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

#specialColumnsWrp .columnofcolumn {
  width: 32%; }

#specialColumnsWrp .columnsWrp .column {
  width: 48%;
  font-size: 1.3rem;
  max-width: 30rem; }

#specialColumnsWrp .columnsWrp .imgWrp {
  margin-bottom: 2rem;
  display: flex;
  height: 7rem;
  justify-content: center;
  align-items: center; }

#specialColumnsWrp .columnsWrp img {
  width: 6rem; }

@media (max-width: 830px) {
  #specialColumnsWrp .columnsofcolumns {
    flex-direction: column; }
  #specialColumnsWrp .columnofcolumn {
    width: 100%;
    margin-bottom: 2rem; } }
#contacts ul {
  max-width: 71rem;
  list-style: none;
  display: grid;
  grid-gap: 5rem 5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: start; }
  @media (max-width: 830px) {
    #contacts ul {
      grid-template-columns: 1fr; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #contacts ul li {
      float: left;
      width: 40%;
      margin: 0 2rem 4rem 2rem; } }
  #contacts ul li {
    display: inline-grid;
    text-align: center; }
    #contacts ul li img {
      margin: 0 auto;
      max-width: 100%; }
    #contacts ul li h3 {
      font-size: 2.6rem;
      line-height: 4.2rem;
      margin: 1.6rem 0; }
    #contacts ul li p {
      text-align: center;
      margin: 0; }
#careers .office img {
  width: 40.5rem; }

#careers .cols {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  #careers .cols img {
    height: 9rem;
    margin-bottom: 1.5rem; }
  #careers .cols li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 2rem;
    padding: 3rem; }
  #careers .cols h3 {
    font-size: 2rem;
    line-height: 2.5rem; }
  @media (max-width: 830px) {
    #careers .cols li {
      width: 50%; } }
#partners .filters {
  margin-bottom: 3rem; }
  #partners .filters li {
    display: inline-block; }
  @media (max-width: 830px) {
    #partners .filters .icon {
      padding: 0;
      margin-right: 1rem;
      height: 5rem;
      width: 5rem; }
      #partners .filters .icon div {
        min-height: 2.9rem;
        min-width: 5rem; }
        #partners .filters .icon div i {
          font-size: 2rem;
          line-height: 5rem; } }

#partners .skills {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
  display: flex; }
  @media (max-width: 830px) {
    #partners .skills {
      flex-direction: column; } }
  #partners .skills li {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin: 0 1rem 1rem 1.7rem;
    text-transform: capitalize; }

#partners .contacts i {
  margin-right: 1rem; }
  @media (max-width: 830px) {
    #partners .contacts i {
      margin-right: .5rem; } }

#partners .contacts div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f1f1f1;
  border-right: 0;
  border-left: 0;
  padding: 2rem 1rem 0 1rem; }
  @media (max-width: 830px) {
    #partners .contacts div {
      flex-direction: column; } }
  #partners .contacts div p {
    margin: 0; }

#partners .icon {
  padding: 0 3rem 3rem 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 8rem; }
  #partners .icon div {
    min-width: 6rem;
    border: 1px dashed #009bde;
    background: aliceblue;
    border-radius: 50%;
    flex: 0;
    text-align: center; }
  #partners .icon.sel div {
    box-shadow: 0 0 0 5px yellow; }
  #partners .icon i {
    color: #009bde;
    font-size: 25px;
    line-height: 6rem; }

#partners .logoWrp {
  height: 6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  #partners .logoWrp #forbes {
    height: 5rem; }
  #partners .logoWrp a {
    display: block;
    height: 100%; }

#partners .cols {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  #partners .cols .icon {
    padding: 0;
    margin-right: 2rem;
    height: 3rem; }
    #partners .cols .icon div {
      min-height: 2.9rem;
      min-width: 3rem; }
      #partners .cols .icon div i {
        font-size: 12px;
        line-height: 2.9rem; }
  #partners .cols img {
    max-width: 70%;
    max-height: 100%; }
  #partners .cols > li {
    width: 47%;
    padding: 2rem 3rem 0 3rem;
    margin-bottom: 5.5rem;
    min-height: 28rem;
    box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.4); }
  @media (max-width: 830px) {
    #partners .cols li {
      width: 100%; } }
#becomepartners .icon {
  padding: 0 3rem 3rem 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 8rem; }
  #becomepartners .icon div {
    min-height: 6rem;
    min-width: 6rem;
    border: 1px dashed #009bde;
    background: aliceblue;
    border-radius: 50%;
    flex: 0;
    text-align: center; }
  #becomepartners .icon i {
    color: #009bde;
    font-size: 25px;
    line-height: 6rem; }

#becomepartners .types {
  max-width: 71rem; }
  #becomepartners .types li {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 830px) {
      #becomepartners .types li {
        flex-direction: column; } }
  #becomepartners .types .descr {
    padding-left: 2rem; }
  #becomepartners .types h3 {
    font-size: 2.8rem;
    line-height: 2rem; }
  #becomepartners .types h3, #becomepartners .types p {
    text-align: left; }
  #becomepartners .types p {
    margin-bottom: 3rem; }
#about .story ul {
  max-width: 71rem;
  padding-top: 3rem;
  margin: 0;
  width: 100%; }
  #about .story ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem; }
    #about .story ul li:last-child {
      margin-bottom: 0; }
    #about .story ul li::before {
      content: "";
      border-radius: 100%;
      background-color: #ccc;
      height: 10px;
      position: absolute;
      left: 15rem;
      top: 1rem;
      width: 1rem; }
    #about .story ul li::after {
      border-right: 2px solid #bbb;
      border-image: linear-gradient(#bbb, #7EBBFF) 2;
      content: "";
      height: calc(100% + 3rem);
      position: absolute;
      left: 15.4rem;
      top: 2.5rem; }
    #about .story ul li:nth-child(2)::before {
      background-color: #7EBBFF; }
    #about .story ul li:nth-child(3)::before {
      background-color: #009bde; }
    #about .story ul li:nth-child(2)::after {
      border-image: linear-gradient(#7EBBFF, #009bde) 2; }
    #about .story ul li:last-child::after {
      content: none; }
    #about .story ul li h3 {
      width: 18rem;
      text-align: left;
      padding-right: 5rem;
      font-size: 2.7rem;
      line-height: 3.6rem; }
    #about .story ul li p {
      flex: 1;
      text-align: left;
      font-size: 2rem;
      line-height: 2.8rem;
      padding-left: 5rem;
      margin: 0;
      color: #666; }
    @media (max-width: 830px) {
      #about .story ul li {
        flex-direction: column; }
        #about .story ul li h3 {
          width: auto;
          margin-bottom: 3rem; }
        #about .story ul li h3, #about .story ul li p {
          padding: 0 0 0 3rem; }
        #about .story ul li::before {
          top: 1.5rem;
          left: 0; }
        #about .story ul li::after {
          top: 3rem;
          left: .4rem; } }

#about figure .portrait, #about .team figure > div {
  overflow: hidden;
  width: 19rem;
  height: 19rem;
  border-radius: 2%; }
  #about figure .portrait img, #about .team figure > div img {
    width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #about .founder {
    display: block; } }

#about .founder figure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #about .founder figure h3 {
    text-align: left; }
  #about .founder figure h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #009bde;
    text-align: left; }
  #about .founder figure > div {
    margin-right: 6rem; }
  #about .founder figure .portrait {
    width: 100%;
    height: 40rem; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #about .founder figure {
      display: block; }
      #about .founder figure > div {
        float: left;
        margin-right: 3%;
        width: 36%; }
      #about .founder figure figcaption {
        float: left;
        width: 60%; } }
  @media (max-width: 830px) {
    #about .founder figure {
      flex-direction: column; }
      #about .founder figure > div {
        margin: 0; } }

#about .team ul {
  max-width: 90rem;
  list-style: none;
  display: grid;
  grid-gap: 6rem 7rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: start; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #about .team ul li {
      float: left;
      width: 25%;
      margin: 0 2rem 4rem 2rem; } }
  @media (max-width: 830px) {
    #about .team ul, #about .team ul li {
      display: block !important; }
    #about .team ul li {
      margin-bottom: 6rem; } }
  #about .team ul li {
    display: inline-grid;
    text-align: center;
    min-width: 25rem; }
  #about .team ul h3 {
    font-size: 2.2rem;
    margin: 2.8rem 0 .8rem 0;
    line-height: 2.6rem; }
  #about .team ul h4 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: .9rem 0;
    color: #009bde; }
  #about .team ul figure div {
    margin: 0 auto;
    border-radius: 50%; }
#youtubePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }
  #youtubePopup .closePopup {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: #0FA0CE;
    padding: 1rem;
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    cursor: pointer; }
  #youtubePopup i {
    margin: 0;
    font-size: 2.8rem;
    margin-left: .5rem; }

/*# sourceMappingURL=bundle.css.map*/