@charset "UTF-8";
/*!
 Theme Name: Oktawave
 */
/*  Mixins & Variables & fonts*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'fonts/', 'myfontname')
 */
@font-face {
  font-family: "Proxima-nova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/proxima-nova/Proxima-nova.eot"), url("../fonts/proxima-nova/Proxima-nova.eot#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Proxima-nova.ttf") format("opentype"), url("../fonts/proxima-nova/Proxima-nova.woff") format("woff"), url("../fonts/proxima-nova/Proxima-nova.woff2") format("woff2"), url("../fonts/proxima-nova/Proxima-nova.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Proxima-nova";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/proxima-nova/Proxima-nova_thin.eot"), url("../fonts/proxima-nova/Proxima-nova_thin.eot#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Proxima-nova_thin.ttf") format("opentype"), url("../fonts/proxima-nova/Proxima-nova_thin.woff") format("woff"), url("../fonts/proxima-nova/Proxima-nova_thin.woff2") format("woff2"), url("../fonts/proxima-nova/Proxima-nova_thin.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/proxima-nova/Proxima-nova_bold.eot"), url("../fonts/proxima-nova/Proxima-nova_bold.eot#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Proxima-nova_bold.ttf") format("opentype"), url("../fonts/proxima-nova/Proxima-nova_bold.woff") format("woff"), url("../fonts/proxima-nova/Proxima-nova_bold.woff2") format("woff2"), url("../fonts/proxima-nova/Proxima-nova_bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Proxima-nova";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/proxima-nova/Proxima-nova_super-bold.eot"), url("../fonts/proxima-nova/Proxima-nova_super-bold.eot#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/Proxima-nova_super-bold.ttf") format("opentype"), url("../fonts/proxima-nova/Proxima-nova_super-bold.woff") format("woff"), url("../fonts/proxima-nova/Proxima-nova_super-bold.woff2") format("woff2"), url("../fonts/proxima-nova/Proxima-nova_super-bold.ttf") format("truetype");
  font-display: swap; }

/* Normalize & Santize */
* {
  box-sizing: border-box; }
  *:after, *:before {
    box-sizing: border-box; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

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

.grid-wrapper {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }

.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  .row.reverse {
    flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

.hidden-xs-up {
  display: block; }

.hidden-sm-up {
  display: block; }

.hidden-md-up {
  display: block; }

.hidden-xs-down {
  display: none; }

.hidden-sm-down {
  display: none; }

@media only screen and (min-width: 48em) {
  .hidden-xs-up {
    display: none; }
  .hidden-sm-up {
    display: none; }
  .hidden-xs-down {
    display: block; }
  .hidden-sm-down {
    display: none; }
  .container {
    width: 46rem; }
  .hidden-xs {
    display: block; }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 62em) {
  .hidden-xs-up {
    display: none; }
  .container {
    width: 61rem; }
  .hidden-md-up {
    display: none; }
  .hidden-sm-down {
    display: block; }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .hidden-xs-up {
    display: none; }
  .container {
    width: 71rem; }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/* Animations */
@keyframes round-out {
  0% {
    transform: scale(1);
    border-radius: 0; }
  100% {
    border-radius: 50%;
    transform: scale(0); } }

@keyframes round-in {
  0% {
    transform: scale(0);
    border-radius: 50%; }
  100% {
    border-radius: 0;
    transform: scale(1); } }

@keyframes reward-slide {
  0% {
    left: -200px;
    opacity: 1; }
  100% {
    left: -8px;
    opacity: 1; } }

/*	npm */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Web style */
body {
  width: 100%;
  height: 100%; }
  body .hamburger {
    margin-right: 0;
    z-index: 50;
    margin-left: auto;
    display: block;
    position: relative;
    padding: 20px 25px 15px 15px; }
    body .hamburger .hamburger-box {
      width: 20px;
      height: 14px; }
      @media screen and (max-width: 768px) {
        body .hamburger .hamburger-box {
          width: 16px;
          height: 12px; } }
    body .hamburger .hamburger-inner {
      background-color: #fff; }
      body .hamburger .hamburger-inner:before, body .hamburger .hamburger-inner:after {
        background-color: #fff; }
    body .hamburger .hamburger-inner {
      width: 20px;
      height: 2px; }
      @media screen and (max-width: 768px) {
        body .hamburger .hamburger-inner {
          width: 16px; } }
      body .hamburger .hamburger-inner:before, body .hamburger .hamburger-inner:after {
        width: 20px;
        height: 2px; }
        @media screen and (max-width: 768px) {
          body .hamburger .hamburger-inner:before, body .hamburger .hamburger-inner:after {
            width: 16px; } }
    body .hamburger.is-active .hamburger-inner {
      background-color: #2DB5DA;
      transform: translate3d(0, 6px, 0) rotate(135deg); }
      body .hamburger.is-active .hamburger-inner:before, body .hamburger.is-active .hamburger-inner:after {
        background-color: #2DB5DA; }
      body .hamburger.is-active .hamburger-inner:after {
        transform: translate3d(0, -12px, 0) rotate(-270deg); }
    body .hamburger.hamburger--elastic .hamburger-inner:before {
      top: 6px; }
    body .hamburger.hamburger--elastic .hamburger-inner:after {
      top: 12px; }
  body .navigation {
    padding: 0 1em;
    z-index: 999; }
    body .navigation.scroll .hamburger .hamburger-inner {
      background-color: #2DB5DA; }
      body .navigation.scroll .hamburger .hamburger-inner:before, body .navigation.scroll .hamburger .hamburger-inner:after {
        background-color: #2DB5DA; }
      body .navigation.scroll .hamburger .hamburger-inner.is-active {
        background-color: #2DB5DA; }
        body .navigation.scroll .hamburger .hamburger-inner.is-active:before, body .navigation.scroll .hamburger .hamburger-inner.is-active:after {
          background-color: #2DB5DA; }
  body.nav-on .navigation .hamburger .hamburger-inner {
    background-color: #2DB5DA; }
    body.nav-on .navigation .hamburger .hamburger-inner:before, body.nav-on .navigation .hamburger .hamburger-inner:after {
      background-color: #2DB5DA; }
    body.nav-on .navigation .hamburger .hamburger-inner.is-active {
      background-color: #2DB5DA; }
      body.nav-on .navigation .hamburger .hamburger-inner.is-active:before, body.nav-on .navigation .hamburger .hamburger-inner.is-active:after {
        background-color: #2DB5DA; }

.slideout-menu {
  position: fixed;
  top: 58px;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-scrolling: touch;
  z-index: 0;
  display: none;
  transition: all 0.45s; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 100vh; }

.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.slideout-open .bur-menu {
  display: block; }

.bur-menu {
  display: none;
  top: 0; }
  .bur-menu > ul {
    padding-top: 58px; }
  .bur-menu ul > li.active-page > a {
    color: #2DB5DA; }
  .bur-menu ul > li ul {
    margin-top: 14px; }
    .bur-menu ul > li ul li {
      padding: 10px 0;
      text-transform: none; }
  .bur-menu ul {
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px; }
    .bur-menu ul li {
      padding-bottom: 14px;
      padding-top: 14px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 5px;
      margin-right: 5px; }
      .bur-menu ul li .btn-wrapper {
        margin-top: 16px; }
      .bur-menu ul li a {
        text-decoration: none;
        color: #555555;
        width: 100%;
        height: 100%;
        display: block; }
  .bur-menu .list-wrapper {
    display: none;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    border-left: 1px solid #E2F1F9;
    position: relative;
    min-height: 0; }
    .bur-menu .list-wrapper li ul {
      display: none; }

.lang-separator {
  color: white; }

.lang-list {
  display: flex !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  flex-direction: row-reverse; }
  .lang-list a {
    color: #fff; }

.nav-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 23%;
  z-index: 56; }
  @media screen and (max-width: 991px) {
    .nav-logos {
      display: none; } }
  .nav-logos img {
    margin: 0; }

.nav-langswitcher-container {
  display: flex;
  justify-content: center;
  z-index: 56; }

.nav-langswitcher-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 1em; }
  @media screen and (max-width: 600px) {
    .nav-langswitcher-ul {
      margin-right: 0;
      font-size: 14px; } }

.navigation-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  transition: 0.1s;
  height: 0%;
  z-index: 20;
  background: url("../images/nav/nav_background.svg") white no-repeat bottom center;
  background-size: contain; }
  @media screen and (max-width: 600px) {
    .navigation-container {
      background: white; } }
  .navigation-container .grid-wrapper {
    margin-top: 86px;
    margin-bottom: 86px; }
    @media screen and (max-width: 1200px) {
      .navigation-container .grid-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; } }
    @media screen and (max-width: 800px) {
      .navigation-container .grid-wrapper {
        overflow-x: hidden;
        margin-top: 96px; } }
  .navigation-container p, .navigation-container a, .navigation-container span {
    margin: 0;
    padding: 0; }
  .navigation-container .nav-header {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: #2DB5DA;
    text-transform: uppercase;
    font-weight: 600; }
    .navigation-container .nav-header .nav-header-ico {
      padding-right: 16px;
      margin-left: -31px; }
  .navigation-container .nav-sub-header {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #666;
    margin-top: 26px;
    text-transform: uppercase;
    font-weight: 600; }
  .navigation-container .nav-position {
    margin-top: 17px; }
    .navigation-container .nav-position a {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.02em;
      color: #666; }
  .navigation-container .last-nav-col {
    margin-top: 36px; }
  .navigation-container .nav-banner-container {
    height: 155px;
    width: 547px;
    border-radius: 6px;
    background: #2DB5DA;
    padding: 26px;
    margin-top: 54px;
    margin-left: -32px; }
    @media screen and (max-width: 1200px) {
      .navigation-container .nav-banner-container {
        height: auto;
        width: 311px;
        border-radius: 4px;
        margin-bottom: 2em;
        padding: 18px;
        margin-left: 16px; } }
    .navigation-container .nav-banner-container .nav-banner-h {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      font-weight: 600;
      letter-spacing: 0.04em;
      margin-bottom: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 1200px) {
        .navigation-container .nav-banner-container .nav-banner-h {
          font-size: 14px;
          line-height: 20px; } }
    .navigation-container .nav-banner-container .nav-banner-texts {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 1200px) {
        .navigation-container .nav-banner-container .nav-banner-texts {
          flex-direction: column;
          align-items: flex-start; } }
    .navigation-container .nav-banner-container .nav-banner-p {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 1200px) {
        .navigation-container .nav-banner-container .nav-banner-p {
          font-size: 12px;
          line-height: 18px; } }
    .navigation-container .nav-banner-container .nav-banner-cta.btn-wrapper.btn-transparent {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 6px 24px;
      min-width: auto;
      display: block;
      margin: 0;
      margin-right: 1em; }
      @media screen and (max-width: 1200px) {
        .navigation-container .nav-banner-container .nav-banner-cta.btn-wrapper.btn-transparent {
          font-size: 10px;
          margin-top: 12px;
          padding: 4px 12px; } }
      .navigation-container .nav-banner-container .nav-banner-cta.btn-wrapper.btn-transparent:hover {
        color: #2DB5DA;
        box-shadow: 0px 19px 19px -16px #00698e; }
  .navigation-container .nav-arrow {
    margin-left: 8px;
    padding-top: 2px; }
  .navigation-container .nav-box {
    margin-bottom: 40px; }
    .navigation-container .nav-box .nav-header {
      display: flex;
      margin-left: 0; }
    .navigation-container .nav-box .nav-box-row {
      display: flex;
      align-items: center;
      min-width: 270px;
      margin-top: 24px; }
      .navigation-container .nav-box .nav-box-row .nav-box-img {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .navigation-container .nav-box .nav-box-row .nav-box-img img {
          border-radius: 6px !important; }
      .navigation-container .nav-box .nav-box-row .nav-box-h {
        font-size: 16px;
        line-height: 20px;
        color: #666;
        letter-spacing: 0.04em;
        max-width: 180px; }

.h100 {
  height: 100%; }
  @media screen and (min-width: 801px) {
    .h100 {
      top: 78px;
      overflow-y: scroll; } }

.add-scroll {
  height: 390px; }

@media screen and (max-width: 1200px) {
  .nav-mobile-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column !important;
    padding-left: 2em; } }

@media screen and (max-width: 600px) {
  .nav-mobile-flex {
    align-items: flex-start; } }

@media screen and (max-width: 1200px) {
  .nav-mobile-col {
    margin-bottom: 48px; } }

@media screen and (max-width: 1200px) {
  .nav-mobile-col {
    margin-left: 2em; } }

@media screen and (max-width: 800px) {
  .col-mob-12 {
    width: 100%; } }

@media screen and (max-width: 1200px) {
  .nav-banner-desktop {
    display: none; } }

.nav-banner-mobile {
  margin-top: -4em; }
  @media screen and (min-width: 1201px) {
    .nav-banner-mobile {
      display: none; } }

@media screen and (max-width: 768px) {
  .row-all-position-nav {
    height: 95vh;
    overflow-x: hidden;
    overflow-y: scroll; } }

.nav-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .nav-contact {
      font-size: 14px;
      margin-right: 1em; } }
  @media screen and (max-width: 350px) {
    .nav-contact {
      display: none; } }
  .nav-contact a {
    color: #fff !important; }

p.nav-cta {
  margin-top: 1.5em; }
  p.nav-cta a {
    background: #2DB5DA;
    color: white !important;
    border: 2px solid #2db5da;
    border-radius: 6px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all .35s;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
    p.nav-cta a:hover {
      transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
      box-shadow: 0px 19px 19px -16px #00698e; }

body {
  font-size: 1em;
  font-family: Proxima-nova;
  letter-spacing: 1.6px; }
  body .bf-info {
    display: none; }
    @media only screen and (min-width: 48em) {
      body .bf-info {
        display: block; } }
  body.modal-open {
    position: fixed;
    overflow: hidden; }
  body h1 {
    text-transform: uppercase;
    font-size: 1.8em; }
    @media only screen and (min-width: 48em) {
      body h1 {
        font-size: 3em; } }
  body h2 {
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 1.5em; }
    @media only screen and (min-width: 48em) {
      body h2 {
        font-size: 2.125em; } }
  body h3 {
    text-transform: uppercase;
    font-size: 1.125em; }
  body p {
    color: #999999;
    padding-bottom: 1.375em;
    line-height: 1.5em; }
  body a, body a:link, body a:visited {
    color: #2DB5DA;
    text-decoration: none; }
  body a:focus, body a:hover, body a:active {
    color: #258dab; }
  body ul.arrowed {
    color: #999999; }
    body ul.arrowed li {
      margin-bottom: 20px;
      padding-left: 32px;
      background: url("../images/arrow-right.svg") no-repeat 2px 7px;
      background-size: 9px 16px; }
  body table {
    border-collapse: separate;
    border-spacing: 16px 0;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px); }
    body table tr th {
      text-transform: uppercase;
      color: #555555; }
    body table tr th, body table tr td {
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      vertical-align: top;
      padding-top: 12px;
      padding-bottom: 12px; }
    body table thead tr th, body table thead tr td {
      color: #555555;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2);
      padding-bottom: 11px; }
    body table tbody tr th, body table tbody tr td {
      color: #999999; }
      body table tbody tr th span, body table tbody tr td span {
        background: url("../images/check-simple.svg") no-repeat center center;
        background-size: 16px 16px;
        display: inline-block;
        width: 100%;
        height: 16px;
        overflow: hidden;
        text-indent: -1000em; }
    body table tbody tr:not(:last-child) th, body table tbody tr:not(:last-child) td {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      padding-bottom: 11px; }
  body .content-subtitle {
    font-size: 1.125em;
    text-transform: uppercase;
    padding-bottom: 8px; }
  body .light-style h1, body .light-style h2, body .light-style h3, body .light-style p {
    color: #fff; }
  body .light-style .item-title {
    color: #fff; }
  body .dark-style h1, body .dark-style h2, body .dark-style h3, body .dark-style p {
    color: #555555; }
  body .text-left {
    text-align: left; }
  body .text-right {
    text-align: right; }
  body .text-center {
    text-align: center; }
  body .padding-tb {
    padding: 7em 0; }
    @media only screen and (max-width: 768px) {
      body .padding-tb {
        padding: 1em 0 3em 0; } }
  body .bg-grad-tb {
    background: linear-gradient(#2DB6D8, #4381EA); }
  body .bg-grad-lr {
    background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%); }
  body .bg-grad-rl {
    background: linear-gradient(65.57deg, #449CEB 0%, #2DB5D8 100%); }
  body .bg-light {
    background-color: #D5F0F8; }
  body .bg-light-gray {
    background-color: #FAFAFA; }
  body .border-b {
    border-bottom: 2px solid #2DB5DA; }
  body .clear-margin {
    margin: 0; }
  body .clear-padding {
    padding: 0; }
  body .img-middle {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  body .bg-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0; }
  body .img-absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%); }
  body .link-simple {
    color: #2DB5DA;
    text-decoration: none;
    transition: all 0.35s;
    text-transform: uppercase;
    font-size: 0.875em;
    position: relative; }
    body .link-simple:after {
      content: ' ';
      background: url("../images/arrow-right.svg") no-repeat center center;
      position: absolute;
      width: 15px;
      height: 11px;
      margin-top: 4px;
      margin-left: 3px;
      transition: all 0.35s; }
    body .link-simple:hover:after, body .link-simple:focus:after {
      transform: translateX(5px); }
    body .link-simple.link-white {
      color: #fff; }
      body .link-simple.link-white:after {
        background: url("../images/arrow-right-white.svg") no-repeat center center; }
    body .link-simple + .link-simple {
      padding-left: 48px; }
  body .btn-wrapper {
    min-width: 200px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    transition: all .35s;
    position: relative;
    margin: auto;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 9; }
    body .btn-wrapper:after {
      content: "";
      border-radius: 3px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      opacity: 0;
      transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
    body .btn-wrapper:hover, body .btn-wrapper:focus {
      text-decoration: none; }
    body .btn-wrapper.btn-transparent {
      background: rgba(255, 255, 255, 0.25);
      border: 2px solid #fff; }
      body .btn-wrapper.btn-transparent .btn-title {
        color: #fff; }
      body .btn-wrapper.btn-transparent:after {
        opacity: 0; }
      body .btn-wrapper.btn-transparent:hover, body .btn-wrapper.btn-transparent:focus {
        background: #fff; }
        body .btn-wrapper.btn-transparent:hover .btn-title, body .btn-wrapper.btn-transparent:focus .btn-title {
          color: #2DB5DA; }
        body .btn-wrapper.btn-transparent:hover:after, body .btn-wrapper.btn-transparent:focus:after {
          opacity: 1;
          top: 2px;
          box-shadow: 0px 19px 19px -16px #00698e; }
    body .btn-wrapper.btn-blue {
      background: #2DB5DA; }
      body .btn-wrapper.btn-blue .btn-title {
        color: #fff; }
      body .btn-wrapper.btn-blue:after {
        opacity: 1;
        box-shadow: 0px 19px 19px -16px rgba(0, 105, 142, 0.5); }
      body .btn-wrapper.btn-blue:hover, body .btn-wrapper.btn-blue:focus {
        text-decoration: none; }
        body .btn-wrapper.btn-blue:hover:after, body .btn-wrapper.btn-blue:focus:after {
          opacity: 1;
          box-shadow: 0 0 13px -1px #00698e; }
    body .btn-wrapper.btn-white:after {
      box-shadow: 0px 19px 19px -16px rgba(0, 0, 0, 0.5);
      opacity: 1; }
    body .btn-wrapper.btn-white:hover, body .btn-wrapper.btn-white:focus {
      transition: all 0.35s; }
      body .btn-wrapper.btn-white:hover:after, body .btn-wrapper.btn-white:focus:after {
        opacity: 1;
        box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5); }
    body .btn-wrapper.btn-center {
      display: block;
      margin: auto; }
    body .btn-wrapper.btn-link-box {
      max-width: 264px;
      display: block;
      margin: auto; }
      body .btn-wrapper.btn-link-box .btn-title {
        padding-top: 18px;
        padding-bottom: 18px; }
    body .btn-wrapper .btn-title {
      padding: 8px 32px;
      font-size: 0.875em;
      display: block;
      color: #2DB5DA;
      z-index: 10;
      position: relative;
      transition: all .35s;
      text-align: center;
      font-weight: 600; }
      @media (min-width: 768px) {
        body .btn-wrapper .btn-title {
          padding: 11px 32px; } }
  body .divider {
    display: block;
    height: 20px;
    padding: 1em;
    background: url("../images/header-separator.svg") no-repeat center center;
    background-size: 41px 20px; }
    body .divider.align-left {
      background-position: left center; }
    body .divider .hamburger {
      margin-right: 0px;
      margin-left: auto;
      display: block; }
  body .pdfobject-container {
    width: 100%;
    margin-top: 55px; }
    body .pdfobject-container embed {
      width: 100% !important;
      margin: auto;
      display: block; }
  body .mark-down ul {
    color: #999999; }
    body .mark-down ul li {
      margin-bottom: 20px;
      padding-left: 32px;
      background: url("../images/arrow-right.svg") no-repeat 2px 7px;
      background-size: 9px 16px; }
  body .mark-down ol {
    list-style: decimal; }
    body .mark-down ol li {
      margin-bottom: 20px; }
  body .content-header-h1 {
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 1.5em; }
    @media only screen and (min-width: 48em) {
      body .content-header-h1 {
        font-size: 2.125em; } }
  @media only screen and (max-width: 768px) {
    body .mobile-none {
      display: none; } }

footer {
  padding: 24px 0;
  background: white;
  padding-bottom: 0;
  bottom: 0; }
  footer .grid-wrapper {
    width: 1400px;
    max-width: 100%;
    padding: .5em; }
  footer .fobar-links {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px; }
    @media screen and (max-width: 991px) {
      footer .fobar-links {
        padding-bottom: 0px;
        padding-top: 20px; } }
    footer .fobar-links ul li, footer .fobar-links ul a {
      font-size: 14px;
      color: #999999;
      padding-bottom: 8px;
      text-decoration: none;
      letter-spacing: 0.025em; }
    footer .fobar-links ul li:first-child {
      letter-spacing: 1.6px;
      text-transform: uppercase;
      font-size: 14px;
      color: #555555;
      padding-bottom: 20px; }
    footer .fobar-links ul li a:hover {
      color: #2DB5DA; }
  footer .lang-list {
    font-size: 13px;
    list-style-type: none;
    text-transform: uppercase;
    color: #555555;
    margin: 1.6em 0 0 0; }
    footer .lang-list li {
      display: inline-block; }
      footer .lang-list li:not(:first-child) {
        margin-left: 0.5em; }
    footer .lang-list a {
      display: inline-block; }
      footer .lang-list a.active {
        color: #999999; }
  footer .footer-logo {
    margin-bottom: 36px; }
    @media screen and (max-width: 768px) {
      footer .footer-logo {
        margin-bottom: 0; } }
  footer .copy-rights, footer .footer-address {
    font-size: 12px;
    margin-top: 14px;
    display: block;
    padding-top: 26px;
    bottom: 0;
    letter-spacing: 0.025em;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .copy-rights, footer .footer-address {
        margin-top: 0;
        padding-top: 16px; } }
  footer .copy-rights {
    right: 0; }
  footer .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 34px;
    display: none; }
    @media only screen and (min-width: 62em) {
      footer .social {
        margin-bottom: 0;
        display: block; } }
    footer .social.social-mobile {
      display: flex;
      align-content: space-between;
      margin-bottom: 24px; }
      @media only screen and (min-width: 62em) {
        footer .social.social-mobile {
          display: none; } }
      footer .social.social-mobile li {
        margin-right: 22px;
        flex: 1; }
        @media only screen and (min-width: 28em) {
          footer .social.social-mobile li {
            margin-right: 52px; } }
        footer .social.social-mobile li a {
          height: 24px;
          margin-right: auto;
          margin-left: auto; }
          footer .social.social-mobile li a:before {
            height: 24px;
            background-size: 174px 24px; }
        footer .social.social-mobile li .facebook {
          width: 13px; }
          footer .social.social-mobile li .facebook:before {
            width: 13px;
            background-position: 0 0px; }
        footer .social.social-mobile li .twitter {
          width: 29px; }
          footer .social.social-mobile li .twitter:before {
            width: 29px;
            background-position: -37px 0px; }
        footer .social.social-mobile li .youtube {
          width: 35px; }
          footer .social.social-mobile li .youtube:before {
            width: 35px;
            background-position: -139px 0px; }
        footer .social.social-mobile li .linkedin {
          width: 26px; }
          footer .social.social-mobile li .linkedin:before {
            width: 26px;
            background-position: -90px 0px; }
        footer .social.social-mobile li:last-child {
          margin-right: 0px; }
      footer .social.social-mobile .mediumcom {
        margin-left: 6%;
        margin-right: 6%; }
        footer .social.social-mobile .mediumcom img {
          height: 24px;
          width: 24px; }
    footer .social li {
      display: inline-block;
      font-size: 14px;
      color: #999999;
      margin-right: 16px; }
      footer .social li:last-child {
        margin-right: 0px; }
      footer .social li a {
        height: 16px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        display: block; }
        footer .social li a:before {
          content: "";
          float: left;
          width: 35px;
          background: url("../images/social_icons/social_icons.svg") no-repeat;
          height: 16px;
          background-size: 116px 16px; }
      footer .social li .facebook {
        width: 9px; }
        footer .social li .facebook:before {
          width: 9px;
          background-position: 0 0px; }
      footer .social li .twitter {
        width: 19px; }
        footer .social li .twitter:before {
          width: 19px;
          background-position: -25px 0px; }
      footer .social li .youtube {
        width: 23px; }
        footer .social li .youtube:before {
          width: 23px;
          background-position: -93px 0px; }
      footer .social li .linkedin {
        width: 17px; }
        footer .social li .linkedin:before {
          width: 17px;
          background-position: -60px 0px; }
    footer .social .mediumcom img {
      height: 16px;
      width: 16px; }
  footer .lang-switcher a {
    font-size: 14px; }
  footer .eu {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #FAFAFA;
    padding: 36px 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    footer .eu p {
      font-size: 10px;
      color: #999999;
      line-height: 14px;
      letter-spacing: 0.025em; }

html[lang=pl] .lang-pl {
  color: #2DB5DA; }

html[lang=en] .lang-en {
  color: #2DB5DA; }

@media screen and (max-width: 768px) {
  .row.footer-xs {
    margin-left: 0; } }

.footer-banner {
  background: #2DB5DA;
  padding: 1.5em 2em;
  margin-bottom: 1em;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 991px) {
    .footer-banner {
      flex-direction: column; } }
  .footer-banner p {
    color: #fff;
    padding: 0; }
    @media screen and (max-width: 991px) {
      .footer-banner p {
        text-align: center; } }
  .footer-banner .footer-banner-h {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: .5em; }
  .footer-banner .footer-banner-btn {
    border-radius: 6px;
    color: #fff;
    transition: all .35s;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #fff; }
    .footer-banner .footer-banner-btn:hover {
      background: #fff;
      transition: all .35s;
      border: 2px solid; }
    @media screen and (max-width: 991px) {
      .footer-banner .footer-banner-btn {
        margin-top: 1em; } }
    .footer-banner .footer-banner-btn p {
      padding: 11px 32px;
      font-size: 12px; }
      .footer-banner .footer-banner-btn p:hover {
        color: #2DB5DA;
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2); }

section#error {
  padding-bottom: 35px; }
  section#error h1 {
    color: #EAF7FB;
    font-weight: 800;
    margin-bottom: 90px;
    z-index: 12;
    line-height: 126px;
    font-size: 126px; }
    @media only screen and (min-width: 48em) {
      section#error h1 {
        line-height: 300px;
        font-size: 300px; } }
  section#error h1 + p,
  section#error img + p {
    letter-spacing: 0.8px;
    padding-bottom: 32px;
    line-height: 38px;
    color: #2DB5DA;
    text-transform: uppercase;
    font-size: 24px; }
    @media only screen and (min-width: 48em) {
      section#error h1 + p,
      section#error img + p {
        font-size: 32px; } }
  section#error .btn-wrapper .btn-title {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 48em) {
      section#error .btn-wrapper .btn-title {
        padding-left: 58px;
        padding-right: 58px; } }
  section#error .grid-wrapper {
    overflow: hidden;
    padding-bottom: 25px; }

body .mark-down {
  color: #999999;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 30px; }
  body .mark-down > p strong {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px; }
  body .mark-down hr {
    border: 1px solid #E8E7E9; }
  body .mark-down blockquote {
    font-size: 24px;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 35px;
    quotes: "”" "”"; }
    body .mark-down blockquote p {
      line-height: 36px;
      font-weight: 500;
      color: #2DB5DA;
      padding-bottom: 6px; }
    body .mark-down blockquote:before {
      content: open-quote;
      height: 0;
      line-height: 1;
      left: -70px;
      position: absolute;
      top: -14px;
      color: #2DB5DA;
      font-size: 5em; }
    body .mark-down blockquote:after {
      content: no-close-quote; }
    body .mark-down blockquote + p {
      font-size: 14px;
      letter-spacing: 0.8px;
      padding-bottom: 40px; }
  body .mark-down h1, body .mark-down h2, body .mark-down h3, body .mark-down h4, body .mark-down h5 {
    color: #555555;
    text-transform: uppercase;
    font-size: 20px; }
  body .mark-down h1, body .mark-down h2 {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin-top: 0; }
    body .mark-down h1 strong, body .mark-down h2 strong {
      font-weight: 400; }
  body .mark-down h1 {
    margin-top: 22px; }
  body .mark-down h2 {
    margin-bottom: 16px;
    padding-bottom: 0; }
  body .mark-down ul {
    color: #999999;
    margin-bottom: 2em; }
    body .mark-down ul li {
      margin-bottom: 20px;
      padding-left: 32px;
      background: url("../images/arrow-right.svg") no-repeat 2px 7px;
      background-size: 9px 16px; }
  body .mark-down ol {
    list-style: decimal;
    margin-bottom: 2em; }
    body .mark-down ol li {
      margin-bottom: 20px; }
  body .mark-down a.cta-link {
    font-size: 20px;
    margin-bottom: 32px;
    color: #2DB5DA;
    padding-right: 24px;
    background: url("../images/arrow-right2.svg") no-repeat 2px 7px;
    background-size: 16px 16px;
    background-position: right center;
    transition: padding-right .35s; }
    body .mark-down a.cta-link:hover, body .mark-down a.cta-link:focus {
      padding-right: 28px; }

/* Components */
.sub-menu {
  display: none;
  z-index: 99; }
  @media only screen and (min-width: 68em) {
    .sub-menu {
      display: block; } }
  .sub-menu .second-menu {
    height: 80px;
    background-color: #F1F1F1;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center; }
    .sub-menu .second-menu .second-menu-item {
      cursor: pointer;
      white-space: nowrap;
      font-size: 0.875em;
      font-weight: 600;
      padding-right: 2em;
      color: #999999;
      transition: color .35s; }
      .sub-menu .second-menu .second-menu-item:last-child {
        padding-right: 0; }
      .sub-menu .second-menu .second-menu-item.active {
        color: #2DB5DA; }
  .sub-menu.scroll {
    position: fixed;
    top: 58px; }
    @media only screen and (min-width: 62em) {
      .sub-menu.scroll {
        top: 80px; } }
    .sub-menu.scroll .second-menu {
      height: 60px; }
    .sub-menu.scroll + section {
      margin-top: 80px; }

body.nav-on .navigation {
  background-color: #fff;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14); }
  body.nav-on .navigation .nav-bar .primary-menu ul li a {
    color: #555555; }
    body.nav-on .navigation .nav-bar .primary-menu ul li a.icon-item img.icon-login-white {
      display: none; }
    body.nav-on .navigation .nav-bar .primary-menu ul li a.icon-item img.icon-login-gray {
      display: inline-block; }
  body.nav-on .navigation .nav-bar .primary-menu ul li ul {
    background-color: #fff; }
    body.nav-on .navigation .nav-bar .primary-menu ul li ul:before {
      background-color: #2DB5DA; }
    body.nav-on .navigation .nav-bar .primary-menu ul li ul li a:hover {
      font-weight: 400;
      color: #2DB5DA; }
    body.nav-on .navigation .nav-bar .primary-menu ul li ul li.active-page a {
      font-weight: 400;
      color: #2DB5DA; }
  body.nav-on .navigation .nav-bar .primary-menu ul li:after {
    background-color: #2DB5DA; }
  body.nav-on .navigation .nav-bar .primary-menu > ul > li.active-page a {
    color: #2DB5DA; }
  body.nav-on .navigation .company-logo-dark {
    display: block; }
  body.nav-on .navigation .company-logo {
    display: none; }
  body.nav-on .navigation .btn-nav {
    background-color: #2DB5DA; }
    body.nav-on .navigation .btn-nav .btn-title a.login-link {
      color: #fff; }
    body.nav-on .navigation .btn-nav:hover:after, body.nav-on .navigation .btn-nav:focus:after {
      opacity: 1;
      box-shadow: 0 0 13px -1px #00698e; }

.navigation {
  position: fixed;
  top: 0;
  z-index: 55;
  transition: all 0.35s; }
  .navigation + main section:first-of-type {
    padding-top: 150px; }
    @media only screen and (min-width: 48em) {
      .navigation + main section:first-of-type {
        padding-top: 196px; } }
    .navigation + main section:first-of-type.case-studies-single {
      padding-top: 150px; }
      @media only screen and (min-width: 48em) {
        .navigation + main section:first-of-type.case-studies-single {
          padding-top: 150px; } }
  .navigation.scroll {
    background-color: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14); }
    .navigation.scroll .nav-bar .primary-menu > ul > li.active-page:after {
      background-color: #2DB5DA; }
    .navigation.scroll .nav-bar .primary-menu > ul > li:hover:after {
      background-color: #2DB5DA; }
    .navigation.scroll .nav-bar .primary-menu ul li a {
      color: #555555; }
      .navigation.scroll .nav-bar .primary-menu ul li a.icon-item img.icon-login-white {
        display: none; }
      .navigation.scroll .nav-bar .primary-menu ul li a.icon-item img.icon-login-gray {
        display: inline-block; }
    .navigation.scroll .nav-bar .primary-menu ul li ul {
      background-color: #fff; }
      .navigation.scroll .nav-bar .primary-menu ul li ul:before {
        background-color: #2DB5DA; }
      .navigation.scroll .nav-bar .primary-menu ul li ul li a:hover {
        font-weight: 400;
        color: #2DB5DA; }
      .navigation.scroll .nav-bar .primary-menu ul li ul li.active-page a {
        font-weight: 400;
        color: #2DB5DA; }
    .navigation.scroll .btn-nav {
      background-color: #2DB5DA; }
      .navigation.scroll .btn-nav .btn-title a.login-link {
        color: #fff; }
      .navigation.scroll .btn-nav:after {
        opacity: 1;
        box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5); }
      .navigation.scroll .btn-nav:hover:after, .navigation.scroll .btn-nav:focus:after {
        opacity: 1;
        box-shadow: 0 0 13px -1px #00698e; }
    .navigation.scroll .company-logo-dark {
      display: block; }
    .navigation.scroll .company-logo {
      display: none; }
  .navigation .company-logo-dark {
    display: none; }
  .navigation .company-logo {
    display: block; }
  .navigation .nav-bar .primary-menu {
    text-transform: uppercase; }
    .navigation .nav-bar .primary-menu > ul > li.active-page:hover {
      border: 1px solid black; }
    .navigation .nav-bar .primary-menu ul {
      min-height: 80px;
      display: flex;
      justify-content: flex-end;
      text-align: center;
      align-items: center; }
      .navigation .nav-bar .primary-menu ul li {
        position: relative;
        line-height: 80px;
        cursor: pointer;
        padding-left: 16px;
        padding-right: 16px; }
        @media screen and (max-width: 768px) {
          .navigation .nav-bar .primary-menu ul li {
            padding-left: 16px;
            padding-right: 0px; } }
        .navigation .nav-bar .primary-menu ul li:last-child {
          padding-left: 32px;
          padding-right: 15px; }
          @media screen and (max-width: 768px) {
            .navigation .nav-bar .primary-menu ul li:last-child {
              padding-left: 24px;
              padding-right: 15px; } }
        .navigation .nav-bar .primary-menu ul li .primary-menu-item {
          font-size: 0.875em;
          color: #fff;
          text-decoration: none; }
          .navigation .nav-bar .primary-menu ul li .primary-menu-item.icon-item img.icon-login {
            height: 25px;
            position: relative;
            top: 8px; }
            .navigation .nav-bar .primary-menu ul li .primary-menu-item.icon-item img.icon-login-gray {
              display: none; }
        .navigation .nav-bar .primary-menu ul li ul {
          display: none;
          z-index: 100;
          position: absolute;
          background-color: #82CEE9;
          box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
          padding-top: 30px;
          padding-bottom: 20px;
          min-width: 190px;
          left: 50%;
          transform: translateX(-50%);
          margin-top: -15px; }
          .navigation .nav-bar .primary-menu ul li ul:before {
            content: ' ';
            position: absolute;
            top: -2px;
            width: 60%;
            margin: auto;
            height: 2px;
            background-color: #fff;
            left: 50%;
            transform: translateX(-50%); }
          .navigation .nav-bar .primary-menu ul li ul:hover {
            display: block; }
          .navigation .nav-bar .primary-menu ul li ul li {
            padding-bottom: 10px;
            padding-left: 32px;
            padding-right: 20px;
            text-align: left; }
            .navigation .nav-bar .primary-menu ul li ul li a {
              font-size: 14px;
              line-height: 17px;
              color: #fff;
              text-decoration: none; }
              .navigation .nav-bar .primary-menu ul li ul li a:hover {
                color: #244A94; }
            .navigation .nav-bar .primary-menu ul li ul li.active-page a {
              color: #244A94; }
        .navigation .nav-bar .primary-menu ul li a {
          display: block; }
        .navigation .nav-bar .primary-menu ul li:hover ul {
          display: block; }
  .navigation .company-logo,
  .navigation .company-logo-dark {
    margin-right: 1.25em;
    margin-left: 1.25em; }
    @media only screen and (min-width: 75em) {
      .navigation .company-logo,
      .navigation .company-logo-dark {
        margin-left: 0; } }
  .navigation .btn-nav {
    margin-right: 0; }
    .navigation .btn-nav .btn-title {
      padding: 7px 28px;
      font-size: 14px; }
      .navigation .btn-nav .btn-title a {
        text-decoration: none; }
        .navigation .btn-nav .btn-title a.login-link {
          color: #2DB5DA; }
    .navigation .btn-nav:hover:after, .navigation .btn-nav:focus:after {
      opacity: 1;
      box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.5); }

.main-banner {
  background-image: linear-gradient(#2DB6D8, #4381EA);
  position: relative;
  padding-bottom: 20vh;
  position: relative; }
  @media only screen and (max-height: 700px) {
    .main-banner {
      padding-top: 160px !important; } }
  .main-banner h1 {
    margin-bottom: 15px; }
    .main-banner h1 + p {
      font-size: 20px;
      padding-bottom: 40px; }
  .main-banner .text-space {
    min-height: calc(50vh - 50px); }
    @media only screen and (min-width: 48em) {
      .main-banner .text-space {
        min-height: calc(50vh - 100px); } }
  .main-banner .btn-wrapper {
    min-width: 242px; }
  .main-banner.bg-color-revers {
    background-image: linear-gradient(#439cea, #57c3e0);
    height: calc(100vh - 100px); }
    @media only screen and (max-width: 1000px) {
      .main-banner.bg-color-revers {
        height: calc(100vh - 160px); } }
    @media only screen and (min-width: 1441px) {
      .main-banner.bg-color-revers {
        height: auto; } }
    .main-banner.bg-color-revers .text-space {
      min-height: calc(60vh - 50px); }
      @media only screen and (min-width: 48em) {
        .main-banner.bg-color-revers .text-space {
          min-height: calc(60vh - 160px); } }
  .main-banner .mobile-opacity {
    opacity: .5; }
    @media only screen and (min-width: 38em) {
      .main-banner .mobile-opacity {
        opacity: 1; } }
    @media only screen and (max-height: 700px) {
      .main-banner .mobile-opacity {
        background-position: center 50% !important; } }
  .main-banner .managed-kubernetes-banner {
    opacity: .5;
    background-position: 20% bottom; }
    @media only screen and (min-width: 1100px) {
      .main-banner .managed-kubernetes-banner {
        opacity: 1; } }
    @media only screen and (max-height: 1200px) {
      .main-banner .managed-kubernetes-banner {
        background-position: bottom 10% !important; } }
  .main-banner .box {
    width: 100%;
    min-width: 600px; }
    @media only screen and (max-width: 987px) {
      .main-banner .box {
        min-width: 300px; } }
  .main-banner .reward {
    position: fixed;
    top: 145px;
    z-index: 89;
    left: -8px;
    opacity: 1;
    height: 60px;
    width: 164px;
    display: none; }
    @media only screen and (max-height: 700px) {
      .main-banner .reward {
        top: 90px; } }
    @media only screen and (min-width: 48em) {
      .main-banner .reward {
        display: block; } }
    .main-banner .reward:after {
      content: '';
      background-image: url("../images/home/label.svg");
      background-repeat: no-repeat;
      top: -24px;
      left: 3px;
      height: 105px;
      width: 164px;
      position: absolute;
      z-index: -1; }
    .main-banner .reward p {
      transform: rotate(10.6deg);
      z-index: 99;
      font-size: 14px;
      width: 95%;
      padding-top: 9px;
      letter-spacing: 1px;
      line-height: 16px; }
  .main-banner.home-page .bg-absolute:nth-of-type(2) {
    background-size: initial !important; }

.main-banner + .sub-menu .main-banner {
  height: calc(100vh - 100px); }
  @media only screen and (min-width: 75em) {
    .main-banner + .sub-menu .main-banner {
      height: auto; } }

.remove-padding-banner {
  padding-bottom: 8%;
  padding-top: 10%; }

.container-fluid.m-banner-parallax-container {
  height: 85vh;
  overflow: hidden;
  background-size: contain !important; }
  @media screen and (min-width: 769px) {
    .container-fluid.m-banner-parallax-container {
      padding-top: 0 !important; } }
  @media screen and (max-width: 768px) {
    .container-fluid.m-banner-parallax-container {
      height: auto; } }

.m-banner-parallax-container {
  background: #fefefe;
  background: #777;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .m-banner-parallax-container .m-banner-parallax {
    max-width: 1170px;
    padding: 0 30px;
    height: auto; }
    .m-banner-parallax-container .m-banner-parallax .row {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh; }
      @media screen and (max-width: 768px) {
        .m-banner-parallax-container .m-banner-parallax .row {
          height: auto; } }
  .m-banner-parallax-container h1, .m-banner-parallax-container p {
    padding: 0;
    margin: 0;
    text-transform: none; }
  .m-banner-parallax-container .m-banner-parallax-texts {
    max-width: 60%; }
    @media screen and (max-width: 768px) {
      .m-banner-parallax-container .m-banner-parallax-texts {
        max-width: 100%;
        padding: 0 1.5em; } }
    .m-banner-parallax-container .m-banner-parallax-texts .hero-subtitle {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 24px;
      letter-spacing: 0.04em; }
    .m-banner-parallax-container .m-banner-parallax-texts .hero-title {
      font-size: 52px;
      font-weight: 600;
      color: #666;
      line-height: 54px;
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .m-banner-parallax-container .m-banner-parallax-texts .hero-title {
          font-size: 36px;
          line-height: 40px; } }
    .m-banner-parallax-container .m-banner-parallax-texts .hero-lead {
      font-size: 20px;
      color: #666;
      line-height: 26px;
      padding-bottom: 38px; }
      @media screen and (max-width: 768px) {
        .m-banner-parallax-container .m-banner-parallax-texts .hero-lead {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 18px; } }
    .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container {
          flex-direction: column;
          align-items: flex-start; } }
      .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn {
        border-radius: 6px;
        padding: 12px 40px;
        text-transform: uppercase;
        transition: all .35s;
        font-weight: 600;
        cursor: pointer;
        text-align: center; }
        .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn:first-child {
          margin-right: 1em; }
        .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn:hover {
          transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
          box-shadow: 0px 19px 19px -16px #00698e; }
        @media screen and (max-width: 768px) {
          .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn {
            margin-bottom: 1em;
            font-size: 12px;
            padding: 12px 32px; } }
        @media screen and (max-width: 290px) {
          .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn {
            font-size: 11px;
            padding: 12px 28px;
            width: 100%; } }
      .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn-blue {
        background: #2DB5DA;
        color: white;
        border: 2px solid #2db5da; }
      .m-banner-parallax-container .m-banner-parallax-texts .hero-btn-container .hero-btn-white {
        background: #fff;
        color: #2DB5DA;
        border: 2px solid #2DB5DA; }
  .m-banner-parallax-container .m-banner-parallax-imgs {
    width: 40%;
    background: pink;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .m-banner-parallax-container .m-banner-parallax-imgs {
        display: none; } }
    .m-banner-parallax-container .m-banner-parallax-imgs .banner-parallax-imgs-background {
      position: absolute; }
    .m-banner-parallax-container .m-banner-parallax-imgs .banner-parallax-imgs-hero {
      position: absolute; }

.termianl-code figure {
  width: 100%;
  margin: 0;
  position: relative;
  margin-top: 25px;
  overflow: hidden; }
  @media only screen and (min-width: 48em) {
    .termianl-code figure {
      margin-top: 0; } }

.termianl-code figcaption {
  position: absolute;
  top: 0;
  left: 0;
  max-height: calc(100% - 24px);
  overflow: hidden; }
  .termianl-code figcaption .code {
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 8;
    margin: 64px 36px 24px; }
    .termianl-code figcaption .code:after {
      content: " |";
      opacity: 0;
      animation: cursor 1.5s infinite; }

.termianl-code .btn-wrapper .btn-title {
  padding: 8px 30px; }

@keyframes cursor {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.short-info {
  padding: 6.25em 0;
  background-color: #fff;
  color: #999999; }
  .short-info .content-subtitle {
    padding-bottom: 8px; }
  .short-info h1,
  .short-info h2 {
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 1.5em; }
    @media only screen and (min-width: 48em) {
      .short-info h1,
      .short-info h2 {
        font-size: 2.125em; } }
    .short-info h1 + p,
    .short-info h2 + p {
      padding-bottom: 22px; }
  .short-info code {
    background-color: #e0ffff;
    color: #555555; }
  .short-info.short-info-blue {
    background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%); }
    .short-info.short-info-blue .grid-wrapper {
      position: relative;
      overflow: hidden; }
      .short-info.short-info-blue .grid-wrapper:before {
        content: ' ';
        background: url("../images/instance/dashes_left.svg") no-repeat center center;
        position: absolute;
        width: 50%;
        top: 0;
        left: -8%;
        height: 100%; }
      .short-info.short-info-blue .grid-wrapper:after {
        content: ' ';
        background: url("../images/instance/dashes_right.svg") no-repeat center center;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: -8%; }
  .short-info .logotypes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: nowrap; }
    @media only screen and (min-width: 48em) {
      .short-info .logotypes {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .short-info .logotypes {
        margin-top: 32px; } }
    .short-info .logotypes .logotype {
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .short-info .logotypes .logotype {
          margin-bottom: 16px;
          max-width: 25%;
          height: auto; } }
      .short-info .logotypes .logotype:not(:last-child) {
        margin-right: 48px; }
    .short-info .logotypes.logotypes-col {
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center; }
      .short-info .logotypes.logotypes-col .logotype {
        flex: 1 1 105px;
        margin-right: 0px; }
        .short-info .logotypes.logotypes-col .logotype img {
          max-width: 80%; }
        @media only screen and (min-width: 48em) {
          .short-info .logotypes.logotypes-col .logotype {
            margin-bottom: 24px; }
            .short-info .logotypes.logotypes-col .logotype:not(:last-child) {
              margin-right: 48px; }
            .short-info .logotypes.logotypes-col .logotype img {
              max-width: 100%; } }
    .short-info .logotypes.logotypes-about-col {
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center; }
      .short-info .logotypes.logotypes-about-col .logotype {
        flex: 1 1 105px;
        margin-right: 0px; }
        .short-info .logotypes.logotypes-about-col .logotype img {
          max-width: 80%; }
        @media only screen and (min-width: 48em) {
          .short-info .logotypes.logotypes-about-col .logotype {
            margin-bottom: 24px; }
            .short-info .logotypes.logotypes-about-col .logotype:not(:last-child) {
              margin-right: 16px; }
            .short-info .logotypes.logotypes-about-col .logotype img {
              max-width: 100%; } }
    .short-info .logotypes .logotype-img {
      height: 120px; }
      @media only screen and (max-width: 600px) {
        .short-info .logotypes .logotype-img {
          height: 50px; } }
    .short-info .logotypes .logotype-name {
      font-size: 24px;
      line-height: 24px;
      padding-bottom: .5em;
      font-weight: 700;
      margin-top: .5em;
      margin-bottom: .5em; }
      @media only screen and (max-width: 600px) {
        .short-info .logotypes .logotype-name {
          font-size: 16px;
          line-height: 16px; } }
    .short-info .logotypes .logotype-desc {
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (max-width: 600px) {
        .short-info .logotypes .logotype-desc {
          font-size: 12px;
          line-height: 16px; } }
  .short-info.custom-ordered-list ol {
    list-style: none;
      list-style-counter-reset: item;
    text-align: center;
    position: relative; }
    .short-info.custom-ordered-list ol::after {
      height: 1px;
      background: #e2f1f9;
      left: 97px;
      right: 97px;
      top: 130px;
      position: absolute;
      content: '';
      z-index: 1; }
    .short-info.custom-ordered-list ol li {
      display: inline-block;
      width: 194px;
      counter-increment: item;
      margin-left: 40px;
      position: relative;
      padding-top: 40px; }
      .short-info.custom-ordered-list ol li:first-child {
        margin-left: 0; }
      .short-info.custom-ordered-list ol li::before {
        content: counter(item);
        height: 58px;
        opacity: 0.4;
        color: #2DB5DA;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 58px;
        display: block;
        text-align: center;
        margin-bottom: 58px; }
      .short-info.custom-ordered-list ol li::after {
        display: block;
        width: 10px;
        height: 10px;
        background: #2DB5DA;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 125px;
        content: '';
        border-radius: 5px;
        z-index: 2; }
  .short-info.extra-padding-bottom {
    padding-bottom: 90px; }

.short-info.calendry-container {
  padding-top: 4.5em; }
  @media only screen and (max-width: 500px) {
    .short-info.calendry-container {
      margin-bottom: -2em;
      padding-top: 3em; } }

.chart-container {
  padding: 0;
  margin-bottom: 36px;
  min-height: 1000px; }
  .chart-container .short-texts-container {
    background: linear-gradient(41.23deg, #04BEFE 0%, #4481EB 100%);
    padding: 126px 0 205px 0 !important; }
    .chart-container .short-texts-container h1, .chart-container .short-texts-container h2, .chart-container .short-texts-container h3, .chart-container .short-texts-container p, .chart-container .short-texts-container span, .chart-container .short-texts-container a {
      color: #fff; }
  .chart-container .short-chart-container {
    color: #fff; }
    .chart-container .short-chart-container .chart-box {
      width: 1192px;
      max-width: 100%;
      border-radius: 10px;
      background-color: #FFFFFF;
      padding: 48px 192px 36px 192px;
      text-align: left;
      box-shadow: 10px 20px 50px 0 rgba(45, 181, 218, 0.3), 5px 10px 20px 0 rgba(0, 0, 0, 0.1);
      margin-top: -136px; }
      @media screen and (max-width: 1000px) {
        .chart-container .short-chart-container .chart-box {
          padding: 48px 32px; } }
      @media screen and (max-width: 500px) {
        .chart-container .short-chart-container .chart-box {
          padding: 48px 16px; } }
      .chart-container .short-chart-container .chart-box .chart-position {
        margin-bottom: 12px; }
        .chart-container .short-chart-container .chart-box .chart-position .chart-label {
          padding: 0;
          margin: 0;
          color: #555555;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.8px;
          line-height: 24px; }
        .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box {
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
          .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box .chart-figure {
            height: 20px;
            width: 200px;
            margin-right: 16px;
            background: linear-gradient(41.23deg, #04BEFE 0%, #4481EB 100%); }
            @media screen and (max-width: 500px) {
              .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box .chart-figure {
                margin-right: 8px; } }
          .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box .chart-percent {
            color: #3491F0;
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 0.75px;
            text-align: right;
            padding: 0; }
            @media screen and (max-width: 500px) {
              .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box .chart-percent {
                font-size: 24px; } }
            @media screen and (max-width: 400px) {
              .chart-container .short-chart-container .chart-box .chart-position .chart-figure-box .chart-percent {
                font-size: 18px; } }
  .chart-container .chart-source {
    margin-top: 3em;
    text-align: center;
    font-size: 12px; }

section.short-info.chart-container.chart-wycenchmure {
  padding-top: 0 !important;
  margin-top: -1em; }

.column-scroll {
  background: #fff;
  padding-top: 4em;
  display: flex;
  justify-content: center;
  align-items: center; }
  .column-scroll .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
      .column-scroll .grid-wrapper {
        flex-direction: column;
        align-items: center; } }
  .column-scroll .scroll_text-container {
    margin-top: 56px;
    width: 454px; }
    @media screen and (max-width: 1150px) {
      .column-scroll .scroll_text-container {
        width: auto;
        top: 0;
        margin-top: .5em;
        margin-bottom: 3em; } }
  .column-scroll .scroll_box-container {
    height: 590px;
    overflow-y: scroll;
    width: 690px;
    animation: scroll-anime 3s;
    scrollbar-color: #2db5da #fafafa;
    scrollbar-width: thin; }
    @media screen and (max-width: 1150px) {
      .column-scroll .scroll_box-container {
        overflow-y: unset;
        height: auto;
        width: auto; } }
    .column-scroll .scroll_box-container::after {
      height: 530px;
      width: 690px;
      content: '';
      bottom: 0;
      background: linear-gradient(rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.4));
      pointer-events: none; }
    .column-scroll .scroll_box-container::-webkit-scrollbar {
      width: 2px;
      border-radius: 2px; }
    .column-scroll .scroll_box-container::-moz-scrollbar {
      width: 2px;
      border-radius: 2px; }
    .column-scroll .scroll_box-container::-o-scrollbar {
      width: 2px;
      border-radius: 2px; }
    .column-scroll .scroll_box-container::scrollbar {
      width: 2px;
      border-radius: 2px; }
    .column-scroll .scroll_box-container::-webkit-scrollbar-button {
      width: 50px;
      height: 50px; }
    .column-scroll .scroll_box-container::-moz-scrollbar-button {
      width: 50px;
      height: 50px; }
    .column-scroll .scroll_box-container::-o-scrollbar-button {
      width: 50px;
      height: 50px; }
    .column-scroll .scroll_box-container::scrollbar-button {
      width: 50px;
      height: 50px; }
    .column-scroll .scroll_box-container::-webkit-scrollbar-track {
      background: #fafafa; }
    .column-scroll .scroll_box-container::-moz-scrollbar-track {
      background: #fafafa; }
    .column-scroll .scroll_box-container::-o-scrollbar-track {
      background: #fafafa; }
    .column-scroll .scroll_box-container::scrollbar-track {
      background: #fafafa; }
    .column-scroll .scroll_box-container::-webkit-scrollbar-thumb {
      background: #2db5da; }
    .column-scroll .scroll_box-container::-moz-scrollbar-thumb {
      background: #2db5da; }
    .column-scroll .scroll_box-container::-o-scrollbar-thumb {
      background: #2db5da; }
    .column-scroll .scroll_box-container::scrollbar-thumb {
      background: #2db5da; }
  .column-scroll .column-scroll-h {
    color: #555;
    text-transform: uppercase;
    padding-bottom: 21px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: .8px; }
  .column-scroll .column-scroll-content {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #999;
    padding: 0;
    margin: 0; }
  .column-scroll .scroll-box {
    border: 2px solid #E2F1F9;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    max-width: 555px;
    width: 100%;
    min-height: 469px;
    border-radius: 10px;
    padding: 48px 54px;
    margin-left: 2em;
    margin-bottom: 3.5em;
    margin-top: 1em; }
    @media screen and (max-width: 1150px) {
      .column-scroll .scroll-box {
        max-width: auto;
        margin-left: 0; } }
    .column-scroll .scroll-box img {
      margin-bottom: 32px; }
    .column-scroll .scroll-box h3 {
      color: #2db5da;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 16px; }
    .column-scroll .scroll-box p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .8px; }

@keyframes scroll-anime {
  0% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0); } }

.budget {
  padding: 6.25em 0;
  background-color: #fff;
  color: #999999; }
  .budget .content-subtitle {
    padding-bottom: 8px; }
  .budget h1,
  .budget h2 {
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 1.5em; }
    @media only screen and (min-width: 48em) {
      .budget h1,
      .budget h2 {
        font-size: 2.125em; } }
    .budget h1 + p,
    .budget h2 + p {
      padding-bottom: 22px; }
  .budget code {
    background-color: #e0ffff;
    color: #555555; }
  .budget.budget-blue {
    background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%); }
    .budget.budget-blue .grid-wrapper {
      position: relative;
      overflow: hidden; }
      .budget.budget-blue .grid-wrapper:before {
        content: ' ';
        background: url("../images/instance/dashes_left.svg") no-repeat center center;
        position: absolute;
        width: 50%;
        top: 0;
        left: -8%;
        height: 100%; }
      .budget.budget-blue .grid-wrapper:after {
        content: ' ';
        background: url("../images/instance/dashes_right.svg") no-repeat center center;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: -8%; }
  .budget.custom-ordered-list ol {
    list-style: none;
    counter-reset: chapter;
    text-align: center;
    position: relative; }
    .budget.custom-ordered-list ol::after {
      height: 1px;
      background: #e2f1f9;
      left: 97px;
      right: 97px;
      top: 130px;
      position: absolute;
      content: '';
      z-index: 1; }
    .budget.custom-ordered-list ol li {
      display: inline-block;
      width: 194px;
      counter-increment: chapter;
      margin-left: 36px;
      position: relative;
      padding-top: 40px;
      line-height: 24px;
      letter-spacing: 0.8px; }
      .budget.custom-ordered-list ol li:first-child {
        margin-left: 0; }
      .budget.custom-ordered-list ol li:nth-child(2) {
        width: 206px; }
      .budget.custom-ordered-list ol li::before {
        content: counter(chapter);
        height: 58px;
        color: transparent;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 58px;
        display: block;
        text-align: center;
        margin-bottom: 58px; }
      .budget.custom-ordered-list ol li:nth-child(1)::before {
        background: url(../images/01.svg) no-repeat center; }
      .budget.custom-ordered-list ol li:nth-child(2)::before {
        background: url(../images/02.svg) no-repeat center; }
      .budget.custom-ordered-list ol li:nth-child(3)::before {
        background: url(../images/03.svg) no-repeat center; }
      .budget.custom-ordered-list ol li:nth-child(4)::before {
        background: url(../images/04.svg) no-repeat center; }
      .budget.custom-ordered-list ol li::after {
        display: block;
        width: 10px;
        height: 10px;
        background: #2DB5DA;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 125px;
        content: '';
        border-radius: 5px;
        z-index: 2; }
  .budget.extra-padding-bottom {
    padding-bottom: 90px; }

.budget-cta {
  text-align: center;
  text-transform: uppercase;
  color: #2DB5DA;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 17px;
  margin-top: 64px; }

@media only screen and (max-width: 768px) {
  .budget {
    padding-bottom: 1em; }
  .budget.custom-ordered-list ol li {
    margin-left: 0; } }

.comparision-table {
  padding: 6.25em 0; }
  .comparision-table .about-instalation {
    font-size: 1.125em;
    padding-bottom: 3.3375em; }
  .comparision-table .okta-table {
    border: 2px solid #EFEFF0;
    box-shadow: 0 0 2px 0 rgba(45, 181, 218, 0.5);
    border-radius: 4px;
    width: 100%;
    border-spacing: 1;
    border-collapse: collapse;
    margin-bottom: 2em; }
    .comparision-table .okta-table * {
      position: relative;
      color: #555555; }
    .comparision-table .okta-table th {
      text-transform: uppercase;
      background-color: rgba(45, 181, 218, 0.1);
      text-align: left;
      padding-left: 2em; }
    .comparision-table .okta-table tr {
      line-height: 48px; }
      .comparision-table .okta-table tr.t-col-4 td:nth-child(even) {
        font-weight: 600; }
    .comparision-table .okta-table td {
      border: 1px solid #EFEFF0; }
    .comparision-table .okta-table.full-size td {
      display: inline-block;
      width: 50%; }
      @media only screen and (min-width: 62em) {
        .comparision-table .okta-table.full-size td {
          display: table-cell;
          width: auto; } }

.pricing-example {
  background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%); }
  .pricing-example .bg-img {
    padding: 6.25em 0;
    background: url("../images/lines.svg") no-repeat right center; }
  .pricing-example .box-wrapper {
    position: relative;
    min-height: 420px; }
    .pricing-example .box-wrapper .item-wrapper {
      border-radius: 4px;
      border: 2px solid #E2F1F9;
      box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 266px;
      text-align: center;
      position: absolute;
      z-index: 11;
      transition: all 0.4s; }
      .pricing-example .box-wrapper .item-wrapper .item-top {
        padding: 2em 0;
        background-color: #D5F0F8;
        border-bottom: 2px solid #E2F1F9; }
        .pricing-example .box-wrapper .item-wrapper .item-top p:first-child {
          font-size: 1.125em; }
        .pricing-example .box-wrapper .item-wrapper .item-top .price {
          font-size: 3em;
          color: #2DB5DA;
          padding-bottom: 0;
          line-height: 1;
          font-weight: 600; }
          .pricing-example .box-wrapper .item-wrapper .item-top .price span {
            font-size: 14px; }
      .pricing-example .box-wrapper .item-wrapper .item-bot {
        padding: 2em 0;
        background-color: #fff;
        font-weight: 600; }
        .pricing-example .box-wrapper .item-wrapper .item-bot p {
          font-weight: 600; }
          .pricing-example .box-wrapper .item-wrapper .item-bot p:last-child {
            padding-bottom: 0; }
      .pricing-example .box-wrapper .item-wrapper.item-first {
        transform: translateY(9%); }
        .pricing-example .box-wrapper .item-wrapper.item-first .item-top p:first-child {
          padding-bottom: 11px; }
      .pricing-example .box-wrapper .item-wrapper.item-first .item-bot p {
        padding-bottom: 11px; }
      .pricing-example .box-wrapper .item-wrapper.item-second {
        left: 210px;
        z-index: 10; }
        .pricing-example .box-wrapper .item-wrapper.item-second .item-top,
        .pricing-example .box-wrapper .item-wrapper.item-second .item-bot {
          padding: 3em 0; }

.items-list {
  padding: 6.25em 0; }
  .items-list .items-wrapper {
    justify-content: space-between; }
    .items-list .items-wrapper img {
      padding-bottom: 1em; }
    .items-list .items-wrapper .item-title {
      padding-bottom: 0.5em; }
    .items-list .items-wrapper p {
      font-size: 0.875em; }
  .items-list .items-title {
    padding-bottom: 0.6875em; }
  .items-list .items-descript {
    font-size: 1.125em;
    padding-bottom: 3.625em; }

.why-us {
  background-color: #FAFAFA;
  padding: 6.25em 0; }
  .why-us .items-title {
    padding-bottom: 0.6875em; }
  .why-us .items-descript {
    font-size: 1.125em;
    padding-bottom: 3.625em; }
  .why-us .item-wrapper {
    height: auto;
    margin-bottom: 15px; }
    @media only screen and (min-width: 48em) {
      .why-us .item-wrapper {
        margin-bottom: 0;
        height: 50%; } }
    .why-us .item-wrapper h3 {
      margin: 18px auto 11px;
      color: #2DB5DA; }
  .why-us .text-right {
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .why-us .text-right {
        text-align: right; } }
  .why-us .text-left {
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .why-us .text-left {
        text-align: left; } }

.system-list {
  background-color: #FAFAFA;
  padding: 6.25em 0; }
  .system-list.bg-img {
    background: #FAFAFA url("../images/logo_bg.svg") no-repeat 90% center fixed; }
  .system-list .elements-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
    .system-list .elements-wrapper .item {
      background-color: #fff;
      border-radius: 36px;
      height: 72px;
      flex-basis: calc(100% - 15px);
      box-shadow: 0px 0px 5px #84d4e9;
      margin-bottom: 24px;
      margin-right: 15px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media only screen and (min-width: 48em) {
        .system-list .elements-wrapper .item {
          flex-basis: calc(50% - 15px); } }
      .system-list .elements-wrapper .item p {
        line-height: 72px;
        line-height: 12px;
        font-size: 0.875em;
        padding-bottom: 0;
        color: #2DB5DA;
        padding-right: 20px; }
      .system-list .elements-wrapper .item img, .system-list .elements-wrapper .item p {
        display: inline-block; }
      .system-list .elements-wrapper .item img {
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 1em; }

.info-boxes {
  padding: 6.25em 0; }
  .info-boxes .info-item {
    border: 2px solid #E2F1F9;
    border-radius: 4px;
    padding: 2.375em;
    padding-bottom: 64px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 489px; }
    .info-boxes .info-item.first {
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (min-width: 48em) {
      .info-boxes .info-item {
        margin-left: 0;
        margin-right: auto; }
        .info-boxes .info-item.first {
          margin-right: 0;
          margin-left: auto; }
        .info-boxes .info-item:first-child {
          margin-bottom: 0; } }
    .info-boxes .info-item .link-simple {
      position: absolute;
      bottom: 48px; }

.points-slider {
  padding: 3em; }
  @media only screen and (min-width: 48em) {
    .points-slider {
      padding: 6.25em 0; } }
  .points-slider h2 + p {
    font-size: 18px; }
  .points-slider .points-row {
    padding-top: 3.125em;
    padding-bottom: 0; }
    @media only screen and (min-width: 48em) {
      .points-slider .points-row {
        padding-bottom: 28px; } }
    @media only screen and (max-width: 768px) {
      .points-slider .points-row {
        padding-top: 1em; } }
    .points-slider .points-row .points-list .slide-item {
      cursor: pointer;
      background: url(../images/arrow-right.svg) no-repeat 30% 15px;
      background-size: 9px 16px; }
      @media only screen and (min-width: 48em) {
        .points-slider .points-row .points-list .slide-item {
          background: none; } }
      @media only screen and (max-width: 991px) {
        .points-slider .points-row .points-list .slide-item {
          background: none; } }
      .points-slider .points-row .points-list .slide-item.active img:first-child {
        display: none;
        animation-name: round-out;
        animation-duration: .5s; }
      .points-slider .points-row .points-list .slide-item.active img.img-point-active {
        animation-name: round-in;
        animation-duration: .5s;
        display: block; }
      .points-slider .points-row .points-list .slide-item.active .mobile-title {
        color: #2DB5DA; }
      .points-slider .points-row .points-list .slide-item img {
        height: 42px;
        width: 42px; }
        .points-slider .points-row .points-list .slide-item img:first-child {
          animation-name: round-in;
          animation-duration: .5s;
          display: block; }
        .points-slider .points-row .points-list .slide-item img.img-point-active {
          animation-name: round-out;
          animation-duration: .5s;
          display: none; }
      .points-slider .points-row .points-list .slide-item .item-title {
        font-size: 1.125em;
        text-transform: uppercase;
        margin-top: 0; }
      .points-slider .points-row .points-list .slide-item .mobile-title {
        font-size: 1.125em;
        text-transform: capitalize;
        margin-top: 1em; }
        @media only screen and (max-width: 768px) {
          .points-slider .points-row .points-list .slide-item .mobile-title {
            font-size: 14px;
            line-height: 1.25em; } }
  .points-slider .points-text {
    margin-top: 20px; }
    .points-slider .points-text .points-list .slide-item {
      font-size: 1.125em;
      text-transform: uppercase;
      cursor: pointer; }
      .points-slider .points-text .points-list .slide-item.active p {
        color: #2DB5DA; }
  .points-slider .line {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E2F1F9;
    display: none; }
    @media only screen and (min-width: 48em) {
      .points-slider .line {
        display: block; } }
    .points-slider .line .dot {
      position: absolute;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background-color: #E2F1F9;
      top: -4px;
      transition: all 0.7s; }
      .points-slider .line .dot.current {
        background-color: #2DB5DA;
        z-index: 10; }
  .points-slider .grid-wrapper {
    position: static; }
  @media only screen and (max-width: 768px) {
    .points-slider .points-slider-lead {
      font-size: 1.125em;
      text-transform: uppercase;
      padding-bottom: 8px; } }
  .points-slider .point-descript {
    margin-top: 0;
    padding: 1.625em; }
    @media only screen and (min-width: 48em) {
      .points-slider .point-descript {
        margin-top: 50px; } }
    .points-slider .point-descript .slider-text {
      opacity: 0;
      display: none; }
      .points-slider .point-descript .slider-text.active {
        opacity: 1;
        display: block; }
      .points-slider .point-descript .slider-text h3 {
        color: #2DB5DA;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 18px; }
    .points-slider .point-descript.boxed {
      border-right: 4px;
      box-shadow: 0px 5px 15px #E6E6E6; }
    .points-slider .point-descript .slider-text.slider-text-col .slider-text-row {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      width: 100%; }
      .points-slider .point-descript .slider-text.slider-text-col .slider-text-row h3 {
        margin-right: 40px;
        min-width: 229px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.6px;
        line-height: 26px;
        text-align: left; }
        @media screen and (max-width: 991px) {
          .points-slider .point-descript .slider-text.slider-text-col .slider-text-row h3 {
            min-width: 120px;
            font-size: 12px;
            line-height: 12px;
            padding-top: .3em; } }
      @media screen and (max-width: 991px) {
        .points-slider .point-descript .slider-text.slider-text-col .slider-text-row p {
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1.6px; } }
  .points-slider .tech-container {
    position: relative;
    margin-top: 26px; }
    .points-slider .tech-container .item-title {
      font-size: 18px;
      text-transform: uppercase;
      color: #2DB5DA;
      margin-top: 28px; }
    .points-slider .tech-container .item-text {
      margin-bottom: 24px; }
    .points-slider .tech-container .swiper-button-next,
    .points-slider .tech-container .swiper-button-prev {
      top: 0;
      background-size: 14px 20px;
      width: 14px;
      height: 20px;
      margin-top: 0; }
    .points-slider .tech-container .swiper-button-next {
      right: 0; }
    .points-slider .tech-container .swiper-button-prev {
      left: 0; }
    .points-slider .tech-container .swiper-pagination {
      bottom: 0; }
      .points-slider .tech-container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px;
        background: #E2F1F9;
        opacity: 1; }
      .points-slider .tech-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #2DB5DA; }

.two-col {
  padding-top: 114px;
  padding-bottom: 114px; }
  .two-col .item-wrapper + .item-wrapper {
    margin-top: 48px; }
  .two-col .item-wrapper h2, .two-col .item-wrapper img {
    padding-bottom: 24px; }
  @media only screen and (min-width: 48em) {
    .two-col .item-wrapper + .item-wrapper {
      margin-top: 0; } }

.two-col-text {
  padding-bottom: 0;
  margin-top: -74px;
  margin-bottom: 54px; }
  .two-col-text .item-wrapper img {
    padding-bottom: 24px; }
  @media only screen and (min-width: 48em) {
    .two-col-text .item-wrapper + .item-wrapper {
      margin-top: 0; } }

.two-col-text-h {
  font-size: 18px;
  line-height: 26px;
  color: #2DB5DA;
  text-transform: uppercase;
  margin-bottom: 11px; }

.two-col-text-p {
  padding: 0 0 11px 0;
  letter-spacing: 0.8px; }

.row-col2 {
  max-width: 992px;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 991px) {
  .two-col-text.home-two-col-text {
    margin-bottom: 0; } }

@media screen and (max-width: 991px) {
  .page-contact.home-page-contact {
    padding-top: 64px;
    padding-bottom: 64px; } }

.topminus6em {
  margin-top: -6em; }

.three-col {
  padding: 100px 15px 78px; }
  .three-col h2 {
    padding-bottom: 2em; }
  .three-col .item-title {
    color: #2DB5DA;
    padding: 1em 0;
    font-weight: 600;
    text-transform: uppercase; }

.three-col-boxes {
  padding: 100px 0 78px;
  background-color: #FAFAFA; }
  .three-col-boxes h2 {
    padding-bottom: 2em; }
  .three-col-boxes .grid-wrapper {
    padding: 0px 30px; }
    @media only screen and (min-width: 62em) {
      .three-col-boxes .grid-wrapper {
        padding: 0px 64px; } }
  .three-col-boxes .item-title {
    color: #2DB5DA;
    padding-top: 40px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 1.125em;
    text-transform: uppercase; }
  .three-col-boxes .box-wrapper {
    margin: auto;
    box-shadow: 0px 0px 8px #84d4e9;
    border-radius: 10px;
    padding: 38px 28px 11px;
    margin-bottom: 40px;
    margin-left: 4px;
    margin-right: 4px; }
  .three-col-boxes-alternative p.item-title {
    padding-top: 0; }

.table-col-3 {
  padding: 72px 0 78px;
  background-color: #FAFAFA; }
  @media screen and (max-width: 1500px) {
    .table-col-3 {
      overflow-x: scroll; } }
  .table-col-3 .content-subtitle {
    padding-bottom: .5em;
    text-transform: uppercase; }
  .table-col-3 .content p {
    padding-bottom: 5em; }
  .table-col-3 h2 {
    text-transform: uppercase;
      text-transform-padding-bottom: 20px; }
  .table-col-3 .grid-wrapper {
    padding: 0px 30px; }
    @media only screen and (min-width: 62em) {
      .table-col-3 .grid-wrapper {
        padding: 0px 64px; } }
  .table-col-3 .table-cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row; }
    @media only screen and (max-width: 1024px) {
      .table-col-3 .table-cont {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 1700px) {
      .table-col-3 .table-cont .col-md-7 {
        max-width: 40%; } }
    @media only screen and (max-width: 1200px) {
      .table-col-3 .table-cont .col-md-7 {
        max-width: 33%; } }
    @media only screen and (max-width: 1024px) {
      .table-col-3 .table-cont .col-md-7 {
        max-width: 100%; } }
  .table-col-3 .table-header {
    background-color: rgba(45, 181, 218, 0.1);
    border-radius: 10px 10px 0 0;
    padding-top: 28px;
    padding-bottom: 18px;
    padding-left: .5em;
    padding-right: .5em;
    position: relative; }
  .table-col-3 .item-price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .table-col-3 .item-title {
    margin-top: 32px;
    padding-bottom: 24px;
    text-transform: uppercase;
    color: #555555;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 38px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .table-col-3 .item-title {
        margin-top: 24px;
        padding-bottom: 8px;
        font-size: 1.5em; } }
  .table-col-3 .price-from {
    text-transform: uppercase;
    padding-bottom: 0; }
  .table-col-3 .item-zl {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 17px;
    text-align: left;
    color: #999; }
  .table-col-3 .item-star {
    color: #999999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center; }
  .table-col-3 .additional-info {
    text-align: left; }
  .table-col-3 .table-btn {
    position: relative;
    bottom: -40px;
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 400px; }
    @media only screen and (min-width: 1600px) {
      .table-col-3 .table-btn {
        bottom: -48px; } }
    .table-col-3 .table-btn p {
      border-radius: 4px;
      background-color: #2DB5DA;
      display: block;
      margin: 0 auto;
      color: #fff;
      padding: 23px 50px;
      text-transform: uppercase;
      transition: all .3s linear; }
      .table-col-3 .table-btn p:hover {
        color: #2DB5DA;
        background: #fff;
        border: 2px solid #2DB5DA;
        box-sizing: border-box;
        transition: all .3s linear; }
      @media only screen and (min-width: 1025px) and (max-width: 1700px) {
        .table-col-3 .table-btn p {
          font-size: 14px;
          padding: 13px 20px; } }
      @media only screen and (max-width: 500px) {
        .table-col-3 .table-btn p {
          font-size: 13px; } }
  .table-col-3 .last-btn {
    bottom: 81px;
    position: static;
    margin: 40px auto;
    display: block; }
    .table-col-3 .last-btn p {
      text-align: center !important;
      max-width: 430px; }
  .table-col-3 .table-additional-description {
    color: #999999;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 30px;
    max-width: 420px;
    display: block;
    margin: 24px auto 38px;
    text-align: left;
    padding: 0;
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .table-col-3 .table-additional-description {
        font-size: 16px;
        line-height: 24px;
        margin: 16px auto 24px; } }
  .table-col-3 .table-content {
    margin-top: 32px;
    padding: 0 1.5em; }
    .table-col-3 .table-content p {
      text-align: left; }
    .table-col-3 .table-content .tab-ul {
      list-style-type: none !important;
      max-width: 420px;
      display: block;
      margin: 0 auto; }
      .table-col-3 .table-content .tab-ul::before {
        color: #999; }
      .table-col-3 .table-content .tab-ul li {
        text-align: left;
        color: #999999;
        font-size: 16px;
        letter-spacing: 0.8px;
        padding-bottom: 1.2em;
        padding-left: 1em;
          padding-left-line-height: 24px;
        margin-bottom: 1em;
        list-style-type: none;
        padding: .25em 0 0 2.5em;
        position: relative;
        line-height: 24px; }
        @media screen and (max-width: 991px) {
          .table-col-3 .table-content .tab-ul li {
            font-size: 14px;
            line-height: 18px; } }
        .table-col-3 .table-content .tab-ul li:before {
          content: " ";
          display: block;
          border: solid .8em white;
          border-radius: .8em;
          height: 0;
          width: 0;
          position: absolute;
          left: .5em;
          top: 40%;
          margin-top: -.5em; }
        .table-col-3 .table-content .tab-ul li:after {
          content: " ";
          display: block;
          width: .3em;
          height: .6em;
          border: solid #2DB5DA;
          border-width: 0 .2em .2em 0;
          position: absolute;
          left: 1em;
          top: 25%;
          margin-top: 0;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
  .table-col-3 .item-price {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 48px;
    color: #555; }
    @media screen and (max-width: 991px) {
      .table-col-3 .item-price {
        font-size: 36px;
        line-height: 36px; } }
  .table-col-3 .box-wrapper {
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 38px 28px 11px;
    margin-bottom: 40px;
    padding: 0;
    padding-bottom: 3em;
    min-height: 680px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch; }
    @media screen and (max-width: 991px) {
      .table-col-3 .box-wrapper {
        margin-bottom: 24px; } }
  .table-col-3-alternative p.item-title {
    padding-top: 0; }
  .table-col-3 .number-container {
    color: #2DB5DA;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 26px;
    background-color: #D5F0F8;
    border-radius: 0 0 10px 10px;
    margin: .2em; }
  .table-col-3 .table-hr {
    height: 2px;
    width: 470px;
    background-color: #EFEFF0;
    margin: 32px auto 21px auto; }
    @media screen and (max-width: 991px) {
      .table-col-3 .table-hr {
        max-width: 200px;
        margin: 1.5em auto;
        height: 1px; } }
  .table-col-3 .table-additional-info {
    max-width: 420px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px; }
    @media screen and (max-width: 991px) {
      .table-col-3 .table-additional-info {
        font-size: 14px;
        line-height: 18px; } }
  .table-col-3 .table-additional-info-ul {
    max-width: 300px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .table-col-3 .table-additional-info-ul {
        padding-left: 1em; } }
    .table-col-3 .table-additional-info-ul li {
      list-style-type: disc;
      text-align: left;
      color: #999;
      font-size: 16px;
      letter-spacing: 0.8px;
        letter-spacing-line-height: 24px;
      padding-bottom: .5em; }
      @media screen and (max-width: 991px) {
        .table-col-3 .table-additional-info-ul li {
          font-size: 14px;
          line-height: 18px; } }
  @media screen and (min-width: 992px) {
    .table-col-3 #table0 {
      opacity: 1;
      transition: all .3s linear;
      margin-top: 0em; } }
  @media screen and (min-width: 992px) {
    .table-col-3 #table1 {
      opacity: 1;
      transition: all .3s linear;
      margin-top: 0em; } }
  @media screen and (min-width: 992px) {
    .table-col-3 #table2 {
      opacity: 1;
      transition: all .3s linear;
      margin-top: 0em; } }
  @media screen and (min-width: 992px) {
    .table-col-3 #table3 {
      opacity: 1;
      transition: all .3s linear;
      margin-top: 0em; } }

.table-col-3.partner-table .table-content {
  margin-top: 16px; }

.table-col-3.partner-table .price-from {
  padding-bottom: 50px; }

.table-col-3.partner-table .table-additional-description {
  margin: 32px auto 16px; }

@media screen and (max-width: 991px) {
  .table-col-3.partner-table br {
    display: none; } }

.table-col-3.partner-table .tab-ul {
  list-style-type: none !important;
  max-width: 420px;
  display: block;
  margin: 0 auto; }
  .table-col-3.partner-table .tab-ul::before {
    color: #999; }
  .table-col-3.partner-table .tab-ul li:after {
    top: 0.7em; }

.table-col-3.partner-table .last-btn {
  cursor: pointer; }

.table-col-3.partner-table .table-hr {
  width: 300px; }

.table-col-3.partner-table .table-btn a {
  border-radius: 4px;
  background-color: #2DB5DA;
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 13px 20px;
  text-transform: uppercase;
  transition: all .3s linear;
  font-size: 14px; }

.instance-type {
  padding-top: 100px;
  padding-bottom: 111px; }
  .instance-type h2 {
    padding-bottom: 28px; }
    .instance-type h2 + p {
      font-size: 18px;
      padding-bottom: 55px;
      letter-spacing: 1.6px;
      color: #999999;
      line-height: 26px; }
  .instance-type .item-wrapper {
    border-radius: 4px;
    border: 2px solid #E2F1F9;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 266px;
    text-align: center;
    z-index: 11;
    transition: all 0.4s;
    margin: auto;
    margin-bottom: 25px; }
    @media only screen and (min-width: 48em) {
      .instance-type .item-wrapper {
        margin-bottom: 0; } }
    .instance-type .item-wrapper .item-top {
      padding-top: 1.5em;
      padding-bottom: 2em;
      background-color: #D5F0F8;
      border-bottom: 2px solid #E2F1F9; }
      .instance-type .item-wrapper .item-top p:first-child {
        font-size: 18px;
        text-transform: uppercase;
        color: #555555; }
      .instance-type .item-wrapper .item-top .price {
        font-size: 3em;
        color: #2DB5DA;
        padding-bottom: 11px;
        line-height: 1;
        font-weight: 600; }
        .instance-type .item-wrapper .item-top .price span {
          font-size: 14px;
          text-transform: uppercase; }
          .instance-type .item-wrapper .item-top .price span:first-child {
            margin-right: 5px; }
          .instance-type .item-wrapper .item-top .price span:last-child {
            margin-left: -10px; }
      .instance-type .item-wrapper .item-top .below-price {
        color: #999999;
        padding-bottom: 0;
        font-size: 14px; }
    .instance-type .item-wrapper .item-bot {
      padding: 2em 0;
      background-color: #fff;
      font-weight: 600; }
      .instance-type .item-wrapper .item-bot p {
        font-weight: 600;
        color: #555555; }
        .instance-type .item-wrapper .item-bot p:last-child {
          padding-bottom: 0; }
    .instance-type .item-wrapper.item-first .item-top p:first-child {
      padding-bottom: 11px; }
    .instance-type .item-wrapper.item-first .item-bot p {
      padding-bottom: 11px; }

.link-box {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 91;
  margin-top: 2em; }
  .link-box .box-wrapper {
    background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
    border-radius: 25px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 45px 25px; }
    @media only screen and (min-width: 42em) {
      .link-box .box-wrapper {
        padding: 65px 108px 68px 105px; } }
    .link-box .box-wrapper.white-box {
      background: #fff; }
      .link-box .box-wrapper.white-box h2 {
        color: #2DB5DA; }
    .link-box .box-wrapper h2 {
      color: #fff;
      padding-bottom: 24px;
      font-size: 26px; }
      @media only screen and (min-width: 24em) {
        .link-box .box-wrapper h2 {
          font-size: 32px; } }
      @media screen and (max-width: 991px) {
        .link-box .box-wrapper h2 {
          font-size: 1.5em;
          line-height: 1.5em; } }
      .link-box .box-wrapper h2 + p {
        color: #fff;
        padding-bottom: 0;
        font-size: 24px; }
        @media only screen and (min-width: 24em) {
          .link-box .box-wrapper h2 + p {
            font-size: 32px; } }
        .link-box .box-wrapper h2 + p strong {
          font-weight: 600; }

.link-box-small {
  padding-top: 50px;
  padding-bottom: 50px; }
  .link-box-small .box-wrapper {
    position: relative;
    border-radius: 10px;
    background: #267FE5;
    background: url("../images/odns/bulb.svg") no-repeat 24px center, linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
    padding: 36px 24px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (min-width: 48em) {
      .link-box-small .box-wrapper {
        padding: 36px 48px;
        background: url("../images/odns/bulb.svg") no-repeat 48px center, linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
        flex-direction: row; } }
    .link-box-small .box-wrapper h2,
    .link-box-small .box-wrapper .btn-wrapper {
      flex: 1;
      margin-left: 90px; }
      @media only screen and (min-width: 48em) {
        .link-box-small .box-wrapper h2,
        .link-box-small .box-wrapper .btn-wrapper {
          margin-left: 120px; } }
      @media screen and (max-width: 991px) {
        .link-box-small .box-wrapper h2,
        .link-box-small .box-wrapper .btn-wrapper {
          margin-left: 16px; } }
    .link-box-small .box-wrapper h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      text-align: left;
      padding: 0;
      text-transform: none; }
    .link-box-small .box-wrapper .btn-wrapper {
      max-width: 260px;
      margin-top: 32px; }
      @media only screen and (min-width: 48em) {
        .link-box-small .box-wrapper .btn-wrapper {
          margin-top: auto;
          margin-left: auto; } }
      .link-box-small .box-wrapper .btn-wrapper.btn-link-box .btn-title {
        padding-top: 9px;
        padding-bottom: 9px; }

.link-box-small-v2 {
  padding-top: 0;
  padding-bottom: 64px;
  margin-top: -32px; }
  .link-box-small-v2 .box-wrapper {
    position: relative;
    border-radius: 10px;
    background: #267FE5;
    background: url("../images/odns/bubble_icon2.svg") no-repeat 24px center, linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
    padding: 36px 24px;
    height: 180px;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 48em) {
      .link-box-small-v2 .box-wrapper {
        padding: 36px 48px;
        padding-right: 80px;
        background: url("../images/odns/bubble_icon2.svg") no-repeat 48px center, linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
        flex-direction: row; } }
    .link-box-small-v2 .box-wrapper h2,
    .link-box-small-v2 .box-wrapper .btn-wrapper {
      flex: 1;
      margin-left: 90px; }
      @media only screen and (min-width: 48em) {
        .link-box-small-v2 .box-wrapper h2,
        .link-box-small-v2 .box-wrapper .btn-wrapper {
          margin-left: 120px; } }
      @media only screen and (max-width: 991px) {
        .link-box-small-v2 .box-wrapper h2,
        .link-box-small-v2 .box-wrapper .btn-wrapper {
          margin-left: 0; } }
      @media only screen and (max-width: 500px) {
        .link-box-small-v2 .box-wrapper h2,
        .link-box-small-v2 .box-wrapper .btn-wrapper {
          margin-left: 90px; } }
    .link-box-small-v2 .box-wrapper h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      text-align: left;
      padding: 0;
      padding-right: 1em;
      text-transform: none; }
      @media only screen and (max-width: 991px) {
        .link-box-small-v2 .box-wrapper h2 {
          font-size: 18px;
          line-height: 1.3em; } }
    .link-box-small-v2 .box-wrapper .btn-wrapper {
      max-width: 260px;
      margin-top: 0; }
      @media only screen and (min-width: 48em) {
        .link-box-small-v2 .box-wrapper .btn-wrapper {
          margin-top: auto;
          margin-left: auto; } }
      @media only screen and (max-width: 500px) {
        .link-box-small-v2 .box-wrapper .btn-wrapper {
          margin-top: 24px; } }
      .link-box-small-v2 .box-wrapper .btn-wrapper.btn-link-box .btn-title {
        padding-top: 9px;
        padding-bottom: 9px;
        max-width: 200px; }

.webinar-box {
  margin: 50px 0;
  height: 169px;
  background: linear-gradient(40.3deg, #8D68EA 0%, #00FFFF 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .webinar-box {
      margin: 2em 0; } }
  .webinar-box .img-wrapper {
    background: url("../images/modulars/link-box-webinar/icon.svg") no-repeat center center; }

.webinar-box-container {
  background-image: url("../images/modulars/link-box-webinar/bubble_icon.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 24px;
  width: 1370px;
  padding: 0 16px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.webinar-player {
  margin-right: 63px; }

.webinar-texts {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.webinar-h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  padding: 0;
  text-transform: none;
  margin-bottom: .8em;
  text-align: left;
  letter-spacing: normal; }
  @media only screen and (max-width: 768px) {
    .webinar-h2 {
      font-size: 1.5em;
      line-height: 1.22em; } }

.btn-webinar-cont {
  padding: 0 2em;
  border: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all .35s;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 9;
  font-size: 0.875em;
  box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5); }

.btn-webinar-cont:hover {
  transition: all .35s;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.4); }

.btn-title.btn-webinar {
  padding-top: 9px;
  padding-bottom: 9px;
  height: 40px;
  color: #2DB5DA;
  text-align: center; }

.video-webinar-column .img-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: -4px; }

.video-webinar-column .img-wrapper .on-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  background: url("../images/modulars/link-box-webinar/icon.svg") no-repeat center center;
  opacity: 1;
  transition: all .3s; }

.video-webinar-column h2 {
  text-transform: none;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 38px;
  margin: 0;
  padding: 0; }

.video-webinar-column .video-webinar-subtitle {
  padding: 23px 0 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.6px;
  color: #555;
  line-height: 17px; }

.video-webinar-column:hover h2 {
  color: #2DB5DA; }

.video-webinar-column:hover .img-wrapper .on-hover {
  opacity: 1;
  height: 100%; }

.video-webinar-overlay {
  top: 0;
  bottom: 0;
  position: fixed;
  width: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .5s; }

.video-webinar-overlay iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45vw;
  height: 55vh;
  transform: translate(-50%, -50%); }

.video-webinar-overlay.visible {
  width: 100%;
  opacity: 1;
  z-index: 1; }

.webinar-macbook {
  position: relative;
  z-index: 1;
  cursor: pointer; }

.webinar-miniature {
  position: absolute;
  width: 76%;
  height: 180px;
  z-index: 2;
  top: 12px;
  left: 46px;
  border-radius: 10px; }

.on-hover {
  z-index: 20;
  cursor: pointer; }

@media only screen and (min-width: 1950px) {
  .webinar-box {
    background-size: cover;
    background-position: bottom;
    height: auto;
    max-height: 180px; } }

@media only screen and (min-width: 711px) and (max-width: 1300px) {
  .video-webinar-overlay iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 282px;
    transform: translate(-50%, -50%); } }

@media only screen and (max-width: 1050px) {
  .webinar-box {
    height: auto;
    background-size: cover; }
  .webinar-box-container {
    flex-direction: column;
    background-position: top right; }
  .webinar-player {
    margin-right: 0;
    margin-top: 3em; }
  .webinar-btn {
    display: block;
    min-width: 200px; }
  .webinar-h2 {
    text-align: center;
    margin-top: .5em; }
  .webinar-btn {
    margin-top: 33px;
    text-align: center; }
  .webinar-texts {
    margin-top: 2em;
    margin-bottom: 3em;
    align-items: center; } }

@media only screen and (max-width: 710px) {
  .webinar-macbook {
    max-height: 200px; }
  .webinar-miniature {
    width: 76%;
    height: 163px;
    top: 13px;
    left: 42px; }
  .webinar-player {
    margin-right: 0;
    margin-top: 1.5em; }
  .webinar-texts {
    margin-top: 2em;
    margin-bottom: 2.5em;
    align-items: center; }
  .video-webinar-overlay iframe {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 340px;
    height: auto;
    transform: translate(-50%, -50%); } }

.text-img-row .center-mobile {
  display: block;
  margin: auto;
  margin-top: 25px; }
  @media only screen and (min-width: 48em) {
    .text-img-row .center-mobile {
      margin-left: 0;
      margin-top: 0; } }

.text-left-list-right {
  background: #FAFAFA;
  padding-top: 108px;
  padding-bottom: 108px; }
  @media only screen and (max-width: 768px) {
    .text-left-list-right {
      padding: 48px 0 16px 0; } }
  .text-left-list-right .list-wrapper {
    background: url("../images/ocs/o.svg") no-repeat center center;
    width: 100%;
    height: 100%;
    min-height: 366px;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .text-left-list-right .list-wrapper .item {
      background-color: #fff;
      border-radius: 42px;
      box-shadow: 0 0 5px #84d4e9;
      padding: 15px 0;
      margin-bottom: 24px;
      display: flex; }
      .text-left-list-right .list-wrapper .item:last-child {
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .text-left-list-right .list-wrapper .item:last-child {
            margin-bottom: 2em; } }
      .text-left-list-right .list-wrapper .item p {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0;
        padding-left: 20px;
        color: #2DB5DA;
        padding-right: 20px; }
        @media only screen and (max-width: 768px) {
          .text-left-list-right .list-wrapper .item p {
            font-size: 14px;
            line-height: 18px; } }
      .text-left-list-right .list-wrapper .item img, .text-left-list-right .list-wrapper .item p {
        display: inline-block; }
      .text-left-list-right .list-wrapper .item img {
        vertical-align: middle;
        margin-left: 27px;
        padding: 0;
        width: 27px; }

.text-slider-row .slider-wrapp {
  padding: 48px;
  width: 100%;
  max-width: 460px;
  min-height: 254px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 991px) {
    .text-slider-row .slider-wrapp {
      min-height: 400px; } }
  .text-slider-row .slider-wrapp .slider-dots {
    margin-bottom: 40px;
    background-color: #E2F1F9;
    height: 2px;
    width: 100%;
    position: relative; }
    .text-slider-row .slider-wrapp .slider-dots .dot-wrap {
      position: absolute;
      top: -4px;
      width: 10px;
      height: 10px;
      background-color: #E2F1F9;
      border: 1px solid #E2F1F9;
      border-radius: 50%;
      cursor: pointer; }
      .text-slider-row .slider-wrapp .slider-dots .dot-wrap:first-child {
        left: 10%; }
      .text-slider-row .slider-wrapp .slider-dots .dot-wrap:nth-child(2) {
        left: calc(50% - 10px); }
      .text-slider-row .slider-wrapp .slider-dots .dot-wrap:last-child {
        left: calc(90% - 10px); }
      .text-slider-row .slider-wrapp .slider-dots .dot-wrap.active {
        border: 1px solid #2DB5DA;
        top: -7px;
        width: 18px;
        height: 18px;
        background-color: #fff; }
        .text-slider-row .slider-wrapp .slider-dots .dot-wrap.active span {
          width: 10px;
          height: 10px;
          position: absolute;
          top: 3px;
          left: 3px;
          background-color: #2DB5DA;
          border-radius: 50%;
          transition: all .4s; }
  .text-slider-row .slider-wrapp .slide-text {
    display: none; }
    .text-slider-row .slider-wrapp .slide-text.active {
      display: block; }

.text-slider-row .list-wrapper {
  background: url("../images/ocs/o.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  min-height: 366px;
  background-size: contain;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .text-slider-row .list-wrapper .item {
    background-color: #fff;
    border-radius: 36px;
    height: 72px;
    box-shadow: 0 0 5px #84d4e9;
    margin-bottom: 24px;
    margin-right: 15px;
    width: 270px; }
    .text-slider-row .list-wrapper .item:last-child {
      margin-bottom: 0; }
    .text-slider-row .list-wrapper .item p {
      line-height: 72px;
      font-size: 15px;
      padding-bottom: 0;
      padding-left: 20px;
      color: #2DB5DA;
      padding-right: 20px;
      text-transform: uppercase; }
    .text-slider-row .list-wrapper .item img, .text-slider-row .list-wrapper .item p {
      display: inline-block; }
    .text-slider-row .list-wrapper .item img {
      vertical-align: middle;
      margin-left: 27px;
      padding: 0;
      width: 27px; }

.compare-box {
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 111px;
  position: relative;
  overflow: hidden; }
  .compare-box .bg-img {
    background: url("../images/ovs/lines_3.svg") no-repeat center bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0; }
  .compare-box .content-subtitle {
    padding-bottom: 10px; }
  .compare-box .content-subtitle, .compare-box h2 {
    color: #fff; }
  .compare-box h2 {
    padding-bottom: 44px; }
  .compare-box .item-wrapper {
    border-radius: 4px;
    border: 2px solid #E2F1F9;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 266px;
    text-align: center;
    z-index: 11;
    transition: all 0.4s;
    margin: auto; }
    .compare-box .item-wrapper .item-top {
      padding-top: 44px;
      padding-bottom: 38px;
      background-color: #D5F0F8;
      border-bottom: 2px solid #E2F1F9; }
      .compare-box .item-wrapper .item-top p:first-child {
        font-size: 1.125em;
        color: #555555;
        text-transform: uppercase;
        padding-bottom: 0; }
      .compare-box .item-wrapper .item-top .type {
        font-size: 58px;
        color: #2DB5DA;
        padding-bottom: 0;
        line-height: 1;
        font-weight: 600; }
    .compare-box .item-wrapper .item-bot {
      padding-top: 34px;
      padding-bottom: 34px;
      background-color: #fff; }
      .compare-box .item-wrapper .item-bot p {
        color: #555555;
        padding-bottom: 12px; }
        .compare-box .item-wrapper .item-bot p:last-child {
          padding-bottom: 0; }
  .compare-box span {
    letter-spacing: 0.8px;
    font-size: 34px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }
    @media only screen and (min-width: 48em) {
      .compare-box span {
        margin-top: 0;
        margin-bottom: 0; } }

.standard-slider {
  padding-top: 108px;
  padding-bottom: 108px; }
  @media screen and (max-width: 991px) {
    .standard-slider {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .standard-slider h2 {
    padding-bottom: 38px; }
  .standard-slider .box-wrapper {
    box-shadow: 0px 20px 40px 0 rgba(45, 181, 216, 0.3);
    border-radius: 10px;
    padding: 54px 28px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 32em) {
      .standard-slider .box-wrapper {
        padding: 88px 48px; } }
    .standard-slider .box-wrapper .sldier-position, .standard-slider .box-wrapper ul {
      display: inline-block;
      vertical-align: middle; }
    .standard-slider .box-wrapper .sldier-position {
      width: 2px;
      background-color: #E2F1F9;
      height: 100%;
      position: absolute; }
      .standard-slider .box-wrapper .sldier-position .slider-bar {
        position: absolute;
        width: 100%;
        top: 0;
        height: 33%;
        background-color: #2DB5DA;
        transition: all 0.35s ease-out; }
    .standard-slider .box-wrapper[data-slider="1"] .slider-bar {
      top: 0; }
    .standard-slider .box-wrapper[data-slider="2"] .slider-bar {
      top: 33.33%; }
    .standard-slider .box-wrapper[data-slider="3"] .slider-bar {
      top: 66.66%; }
    .standard-slider .box-wrapper.total-elements-4 .sldier-position .slider-bar {
      height: 25%; }
    .standard-slider .box-wrapper.total-elements-4[data-slider="2"] .slider-bar {
      top: 25%; }
    .standard-slider .box-wrapper.total-elements-4[data-slider="3"] .slider-bar {
      top: 50%; }
    .standard-slider .box-wrapper.total-elements-4[data-slider="4"] .slider-bar {
      top: 75%; }
    .standard-slider .box-wrapper.total-elements-2 .sldier-position .slider-bar {
      height: 50%; }
    .standard-slider .box-wrapper.total-elements-2[data-slider="2"] .slider-bar {
      top: 50%; }
    .standard-slider .box-wrapper .col-standard-slider-2 {
      display: flex;
      justify-content: center;
      align-items: center; }
    @media screen and (max-width: 991px) {
      .standard-slider .box-wrapper .standard-slider-logo {
        width: 250px;
        max-width: 90%;
        padding: 0 1em; } }
    .standard-slider .box-wrapper .slider-list {
      position: relative;
      margin-bottom: 25px; }
      @media only screen and (min-width: 48em) {
        .standard-slider .box-wrapper .slider-list {
          margin-bottom: 0; } }
      .standard-slider .box-wrapper .slider-list .slider-header {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        text-transform: uppercase;
        cursor: pointer;
        color: #999999;
        min-height: 50px;
        transition: all 0.35s;
        font-size: 16px; }
        @media only screen and (min-width: 24em) {
          .standard-slider .box-wrapper .slider-list .slider-header {
            font-size: 18px; } }
        .standard-slider .box-wrapper .slider-list .slider-header.active {
          font-weight: 600;
          color: #2DB5DA; }
    .standard-slider .box-wrapper .slider-content {
      opacity: 0;
      transition: opacity 0.4s;
      height: 0;
      padding: 0;
      visibility: hidden; }
      .standard-slider .box-wrapper .slider-content.active {
        visibility: visible;
        height: auto;
        display: block;
        opacity: 1; }
      .standard-slider .box-wrapper .slider-content ul li {
        line-height: 1.8em;
        margin-bottom: 10px; }
      .standard-slider .box-wrapper .slider-content ul.custom-list {
        list-style-type: disc;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 18px;
        color: #999; }

.numbered-boxes {
  padding: 6.25em 0;
  background-color: #fff;
  color: #999999; }
  @media only screen and (max-width: 550px) {
    .numbered-boxes {
      padding: 2em 0; } }
  .numbered-boxes .content-subtitle {
    padding-bottom: 8px; }
  .numbered-boxes h2 {
    padding-bottom: 20px; }
    .numbered-boxes h2 + p {
      padding-bottom: 22px; }
  .numbered-boxes .box-item {
    width: 265px;
    position: relative;
    border: 2px solid #E2F1F9;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: 42px;
    margin-right: 22px;
    margin-bottom: 28px; }
    @media only screen and (max-width: 550px) {
      .numbered-boxes .box-item {
        margin-top: 16px;
        font-size: 14px; }
        .numbered-boxes .box-item:first-child {
          margin-top: 1.5em; } }
    @media only screen and (min-width: 768px) {
      .numbered-boxes .box-item:last-child {
        margin-right: 0; } }
    .numbered-boxes .box-item .counter {
      font-weight: 700;
      position: absolute;
      display: block;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 150px;
      color: #E0F4FA;
      z-index: 5; }
    .numbered-boxes .box-item p {
      text-align: center;
      padding: 45px 34px 45px;
      z-index: 9;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .numbered-boxes .box-item p {
          padding: 36px 24px; } }

.list-pills {
  padding: 6.25em 0;
  color: #999999;
  background: #FAFAFA url("../images/elements.svg") no-repeat 60% 70%; }
  .list-pills .content-subtitle {
    padding-bottom: 8px; }
  .list-pills h2 {
    padding-bottom: 20px; }
    .list-pills h2 + p {
      font-size: 18px;
      padding-bottom: 22px; }
  .list-pills .elements-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 54px; }
    .list-pills .elements-wrapper .item {
      display: flex;
      background-color: #fff;
      border-radius: 150px;
      box-shadow: 0px 0px 8px #84d4e9;
      border: 1px solid #2DB5DA;
      margin-bottom: 24px;
      flex-basis: calc(100%); }
      .list-pills .elements-wrapper .item:nth-child(odd) {
        margin-right: 0; }
      .list-pills .elements-wrapper .item:nth-child(even) {
        margin-left: 0; }
      @media only screen and (min-width: 48em) {
        .list-pills .elements-wrapper .item {
          flex-basis: calc(50% - 11px); }
          .list-pills .elements-wrapper .item:nth-child(odd) {
            margin-right: 11px; }
          .list-pills .elements-wrapper .item:nth-child(even) {
            margin-left: 11px; } }
      .list-pills .elements-wrapper .item p {
        line-height: 24px;
        font-size: 16px;
        padding-bottom: 0;
        color: #2DB5DA;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        letter-spacing: 0.8px; }
      .list-pills .elements-wrapper .item img {
        vertical-align: middle;
        margin-left: 28px;
        margin-right: 16px;
        width: 28px;
        height: auto; }
  .list-pills.smaller-items .elements-wrapper .item {
    align-items: center; }
    .list-pills.smaller-items .elements-wrapper .item p {
      font-size: 16px; }
      .list-pills.smaller-items .elements-wrapper .item p span {
        display: block;
        font-size: 18px;
        text-transform: uppercase; }
  .list-pills.large-boxes .elements-wrapper .item {
    min-height: 170px;
    border-radius: 85px; }
  .list-pills.alternative-blue {
    background: rgba(45, 181, 218, 0.1); }
    .list-pills.alternative-blue h2 + p {
      font-size: 20px; }
    .list-pills.alternative-blue .elements-wrapper {
      display: block; }
      .list-pills.alternative-blue .elements-wrapper li.item {
        margin-right: 0;
        margin-left: 0;
        display: block;
        border: none;
        background: none;
        box-shadow: none;
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px; }
        .list-pills.alternative-blue .elements-wrapper li.item img {
          position: absolute;
          left: -42px;
          top: 13px;
          width: 24px; }
        .list-pills.alternative-blue .elements-wrapper li.item p {
          color: #999;
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 24px;
          margin-bottom: 15px;
          padding-bottom: 0;
          padding-top: 5px; }

.fixed-tabs-wrapper {
  position: relative; }

.navigation + .fixed-tabs-wrapper {
  padding-top: 180px; }

.fixed-tabs {
  align-items: flex-start; }
  .fixed-tabs .fixed-tabs-labels li {
    margin-bottom: 17px; }
    .fixed-tabs .fixed-tabs-labels li a {
      text-transform: uppercase;
      text-decoration: none;
      color: #999999;
      height: 27px;
      line-height: 24px;
      font-size: 1em;
      letter-spacing: .8px;
      transition: color .3s; }
      .fixed-tabs .fixed-tabs-labels li a:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px 13px;
        content: ' ';
        width: 8px;
        height: 13px;
        padding-left: 24px;
        position: relative;
        top: 1px;
        transition: padding ease-out 0.1s;
        display: inline-block; }
    .fixed-tabs .fixed-tabs-labels li:hover a:after {
      padding-left: 32px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232DB5DA'%2F%3E%3C%2Fsvg%3E"); }
    .fixed-tabs .fixed-tabs-labels li:hover a {
      color: #2DB5DA; }
    .fixed-tabs .fixed-tabs-labels li.active a {
      color: #2DB5DA; }
      .fixed-tabs .fixed-tabs-labels li.active a:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232DB5DA'%2F%3E%3C%2Fsvg%3E"); }

.fixed-tabs-sections p, .fixed-tabs-sections ul {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-bottom: 0;
  color: #999999;
  line-height: 24px; }

.fixed-tabs-sections ul {
  color: #999999;
  list-style-type: disc; }
  .fixed-tabs-sections ul li {
    margin-left: 20px;
    margin-bottom: 16px; }

.fixed-tabs-sections .fixed-tabs-sections-intro {
  margin-bottom: 32px; }
  .fixed-tabs-sections .fixed-tabs-sections-intro h1 {
    padding-bottom: 0;
    margin-bottom: 16px;
    color: #555555;
    text-transform: uppercase;
    font-size: 2.125em; }
  .fixed-tabs-sections .fixed-tabs-sections-intro h2 {
    margin-bottom: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    color: #999999;
    text-transform: uppercase;
    font-size: 1.125em;
    padding-bottom: 0; }
  .fixed-tabs-sections .fixed-tabs-sections-intro .h1-fixed-tabs {
    margin-bottom: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    color: #999999;
    text-transform: uppercase;
    font-size: 1.125em;
    padding-bottom: 0; }

.fixed-tabs-sections .fixed-tabs-section {
  margin-bottom: 32px; }
  .fixed-tabs-sections .fixed-tabs-section h3 {
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #555555; }

.partners {
  border-top: 1px solid #84d4e9;
  background-color: #2DB5DA;
  position: relative;
  z-index: 90; }
  .partners .partners-label {
    height: 100px;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: pre-line; }
    @media only screen and (max-width: 1000px) {
      .partners .partners-label {
        white-space: normal;
        float: none;
        height: auto;
        text-align: center; } }
  .partners .partners-container {
    max-width: 830px; }
  .partners .partners-list {
    height: 100px;
    position: relative; }
    .partners .partners-list li:last-child {
      margin-right: 0; }
    .partners .partners-list img {
      max-width: 142px;
      max-height: 38px;
      padding-left: 5px; }
    .partners .partners-list .swiper-slide:first-child {
      margin-right: -30px; }
    .partners .partners-list .swiper-slide:last-child:before {
      content: '';
      background-color: #ffffff;
      display: block;
      width: 1px;
      height: 80%;
      margin: 5% 0 0 -3%;
      box-sizing: border-box; }
  .partners .swiper-button-next,
  .partners .swiper-button-prev {
    display: block; }
    @media only screen and (min-width: 62em) {
      .partners .swiper-button-next,
      .partners .swiper-button-prev {
        display: none; } }

.swiper-button-prev.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232DB5DA'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232DB5DA'%2F%3E%3C%2Fsvg%3E"); }

.two-col-boxes {
  padding: 108px 0;
  background-color: #FAFAFA; }
  @media only screen and (max-width: 768px) {
    .two-col-boxes {
      padding: 48px 0 16px 0; } }
  .two-col-boxes h2 {
    margin-bottom: 45px; }
    @media only screen and (max-width: 768px) {
      .two-col-boxes h2 {
        margin-bottom: 28px; } }
  .two-col-boxes .item-wrapper {
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-bottom: 32px;
    background-color: #fff;
    padding-top: 40px; }
    .two-col-boxes .item-wrapper:nth-child(odd) {
      margin-right: 0; }
    .two-col-boxes .item-wrapper:nth-child(even) {
      margin-left: 0; }
    @media only screen and (min-width: 48em) {
      .two-col-boxes .item-wrapper:nth-child(odd) {
        margin-right: 15px; }
      .two-col-boxes .item-wrapper:nth-child(even) {
        margin-left: 15px; } }
    .two-col-boxes .item-wrapper img {
      margin-bottom: 28px; }
    .two-col-boxes .item-wrapper h3 {
      padding-bottom: 10px;
      font-size: 16px;
      color: #2DB5DA;
      font-weight: 600; }
    .two-col-boxes .item-wrapper p {
      padding: 0 67px 34px;
      font-size: 14px; }

.info-contact {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .info-contact {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .info-contact p {
    font-size: 18px; }
    @media screen and (max-width: 991px) {
      .info-contact p {
        padding-bottom: 1em; } }
  @media only screen and (min-width: 62em) {
    .info-contact {
      padding-top: 180px;
      padding-bottom: 180px; } }
  .info-contact .bg-absolute {
    z-index: -2; }
  .info-contact .box-wrapper {
    padding: 60px 48px;
    border: 2px solid #E2F1F9;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    @media screen and (max-width: 991px) {
      .info-contact .box-wrapper {
        padding: 48px 36px; } }
    .info-contact .box-wrapper p, .info-contact .box-wrapper h1, .info-contact .box-wrapper h2, .info-contact .box-wrapper h3 {
      color: #2DB5DA; }
    .info-contact .box-wrapper h2 {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 22px; }
    .info-contact .box-wrapper p {
      padding-bottom: 0;
      font-weight: 600;
      font-size: 24px; }
      @media only screen and (min-width: 62em) {
        .info-contact .box-wrapper p {
          font-size: 34px; } }
    .info-contact .box-wrapper:after {
      visibility: hidden; }
    @media only screen and (min-width: 62em) {
      .info-contact .box-wrapper:after {
        visibility: visible;
        content: '';
        width: 100%;
        height: 100%;
        border: 2px solid #E2F1F9;
        border-radius: 6px;
        position: absolute;
        height: 365px;
        width: 361px;
        transform: translate(-27%, -50%);
        top: 50%;
        z-index: -1; } }
  .info-contact .logotypes {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap; }
    .info-contact .logotypes .logotype {
      margin-bottom: 24px; }
      .info-contact .logotypes .logotype img {
        max-width: 86px;
        max-height: 40px; }
      .info-contact .logotypes .logotype:not(:last-child) {
        margin-right: 48px; }
  .info-contact.contact-form-box h2 {
    padding-bottom: 10px; }
  .info-contact.contact-form-box a.contact-link {
    box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5); }
  .info-contact.contact-form-box a.contact-link {
    background-color: #2db5da;
    border-radius: 4px;
    color: #fff;
    min-width: 201px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    letter-spacing: 1.6px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.35s; }
    .info-contact.contact-form-box a.contact-link:hover {
      box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5); }

.simple-text {
  color: #999999; }
  .simple-text h2 {
    margin-bottom: 1em;
    padding-top: 1em; }
    .simple-text h2:first-child {
      padding-top: 0; }
    .simple-text h2 + h3 {
      padding-top: 0; }
  .simple-text h3 {
    color: #555555;
    margin-bottom: 1em;
    padding-top: 1em; }
    .simple-text h3:first-child {
      padding-top: 0; }
  .simple-text h4 {
    font-size: 1.125em;
    text-transform: uppercase;
    padding-bottom: 9px; }
    .simple-text h4 + h2 {
      padding-top: 0; }
  .simple-text p {
    padding-bottom: 1em; }
  .simple-text ul {
    list-style-type: disc; }
    .simple-text ul li {
      margin-bottom: 1em;
      margin-left: 18px;
      line-height: 1.5em; }

.map-box {
  margin-top: 113px;
  margin-bottom: 113px; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 76.40%;
  max-width: 555px;
  border-radius: 6px;
  margin: 0; }
  @media only screen and (min-width: 48em) {
    .iframe-wrapper {
      margin-left: 24px; } }
  .iframe-wrapper iframe.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .iframe-wrapper p {
    font-size: 18px;
    color: #999999;
    letter-spacing: 1.6px;
    line-height: 26px; }

.company-history-timeline-wrapper {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
  z-index: 20; }
  @media only screen and (min-width: 48em) {
    .company-history-timeline-wrapper {
      padding-top: 56px; } }
  .company-history-timeline-wrapper .company-history-timeline {
    padding-top: 32px;
    padding-bottom: 64px;
    position: relative;
    z-index: 11;
    margin-left: 0;
    border-left: 0; }
    @media only screen and (min-width: 48em) {
      .company-history-timeline-wrapper .company-history-timeline {
        border-left: solid 6px #2DB5DA;
        margin-left: calc(56px - 3px); } }
    .company-history-timeline-wrapper .company-history-timeline:before {
      content: ' ';
      display: block;
      width: 112px;
      height: 112px;
      border-radius: 56px;
      position: absolute;
      margin-left: auto;
      left: 50%;
      transform: translateX(-50%);
      top: -96px;
      background: url("../images/o.svg") no-repeat center center #2DB5DA;
      background-size: 62px; }
      @media only screen and (min-width: 48em) {
        .company-history-timeline-wrapper .company-history-timeline:before {
          margin-left: -59px;
          left: 0;
          transform: translateX(0);
          top: -56px; } }
    .company-history-timeline-wrapper .company-history-timeline:after {
      content: ' ';
      display: block;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      height: calc(100% - 64px);
      width: 6px;
      background-color: #2DB5DA;
      top: 0;
      z-index: -1; }
      @media only screen and (min-width: 48em) {
        .company-history-timeline-wrapper .company-history-timeline:after {
          content: ' ';
          display: block;
          width: 28px;
          height: 28px;
          border-radius: 14px;
          background: #fff;
          border: solid 4px #2DB5DA;
          position: absolute;
          margin-left: -17px;
          bottom: -14px;
          left: unset;
          top: unset;
          transform: translateX(0); } }
    .company-history-timeline-wrapper .company-history-timeline .timeline-item {
      display: flex;
      align-items: center;
      align-content: stretch;
      margin-left: -3px;
      margin-top: 40px;
      position: relative; }
      @media only screen and (min-width: 48em) {
        .company-history-timeline-wrapper .company-history-timeline .timeline-item {
          margin-top: 24px; } }
      .company-history-timeline-wrapper .company-history-timeline .timeline-item .year {
        min-width: 84px;
        flex-grow: 0;
        position: absolute;
        transform: translateX(-50%);
        top: -17px;
        z-index: 1;
        left: 50%; }
        @media only screen and (min-width: 48em) {
          .company-history-timeline-wrapper .company-history-timeline .timeline-item .year {
            left: unset;
            top: unset;
            transform: translateX(0); } }
        .company-history-timeline-wrapper .company-history-timeline .timeline-item .year .year-label {
          line-height: 26px;
          border: solid 4px #fff;
          color: #fff;
          background-color: #2DB5DA;
          border-radius: 17px;
          text-align: center;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 1.6px;
          position: relative; }
          @media only screen and (min-width: 48em) {
            .company-history-timeline-wrapper .company-history-timeline .timeline-item .year .year-label {
              left: -50%; } }
      .company-history-timeline-wrapper .company-history-timeline .timeline-item .description {
        flex-grow: 1;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px; }
        .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip {
          padding: 26px 16px 26px 32px;
          box-shadow: 0 2px 10px 0 rgba(45, 181, 218, 0.5);
          border-radius: 20px;
          position: relative;
          background-color: #fff;
          margin-left: 0; }
          @media only screen and (min-width: 48em) {
            .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip {
              margin-left: 88px; } }
          .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip h3 {
            color: #2DB5DA;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.6px;
            line-height: 24px;
            margin-bottom: 4px; }
          .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip p {
            font-size: 16px;
            letter-spacing: 0.8px;
            line-height: 24px; }
            .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip p:last-of-type {
              padding-bottom: 0; }
          .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip .arrow {
            width: 30px;
            height: 60px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            margin-top: -30px;
            left: -30px;
            display: none; }
            @media only screen and (min-width: 48em) {
              .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip .arrow {
                display: block; } }
            .company-history-timeline-wrapper .company-history-timeline .timeline-item .description .item-tooltip .arrow:after {
              width: 40px;
              height: 40px;
              top: 50%;
              margin-top: -20px;
              left: 16px;
              content: '';
              position: absolute;
              box-shadow: -3px 3px 10px -3px rgba(45, 181, 218, 0.5);
              background-color: #fff;
              transform: rotate(45deg); }
  @media only screen and (min-width: 62em) {
    .company-history-timeline-wrapper:after {
      content: ' ';
      display: block;
      background: url("../images/oktawave_logo_background.svg") no-repeat center center;
      background-size: 60%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      z-index: 10; }
    .company-history-timeline-wrapper .company-history-timeline {
      margin-left: calc(50% - 3px);
      padding-top: 88px; }
      .company-history-timeline-wrapper .company-history-timeline .timeline-item {
        margin-top: -8px; }
        .company-history-timeline-wrapper .company-history-timeline .timeline-item.odd .description .item-tooltip {
          margin-left: 0;
          margin-right: 88px;
          left: -100%; }
          .company-history-timeline-wrapper .company-history-timeline .timeline-item.odd .description .item-tooltip .arrow {
            left: auto;
            right: -30px;
            transform: rotate(180deg); } }

.two-box-list {
  background-color: #FAFAFA;
  padding-bottom: 68px; }
  .two-box-list h2 {
    margin-bottom: 1em; }
  .two-box-list .box-wrapper {
    margin-bottom: 32px; }
    @media only screen and (min-width: 48em) {
      .two-box-list .box-wrapper:nth-child(even) {
        margin-left: 6px; }
      .two-box-list .box-wrapper:nth-child(odd) {
        margin-right: 6px; } }
    .two-box-list .box-wrapper .box-item {
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 1px 1px 18px 0 #99c2cf;
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
      .two-box-list .box-wrapper .box-item h3 {
        font-size: 18px;
        color: #555555;
        padding: 22px 15px;
        background-color: rgba(45, 181, 218, 0.2);
        line-height: 26px; }
      .two-box-list .box-wrapper .box-item ul {
        padding: 36px 32px 2px 32px; }
        .two-box-list .box-wrapper .box-item ul li {
          padding-bottom: 34px;
          color: #999999;
          position: relative;
          padding-left: 24px; }
          .two-box-list .box-wrapper .box-item ul li:before {
            content: " \B7 ";
            font-size: 30px;
            vertical-align: middle;
            line-height: 13px;
            position: absolute;
            top: 0;
            left: 0; }

.text-img-row-bg {
  position: relative; }
  .text-img-row-bg .bg-absolute {
    background-size: contain; }

.text-img-full {
  background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
  position: relative;
  overflow: hidden; }
  .text-img-full .bg-absolute {
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center 60px;
    background-repeat: no-repeat; }

section.case-studies {
  padding-top: 100px;
  padding-bottom: 66px;
  background-color: #fff;
  position: relative;
  z-index: 90; }
  section.case-studies .slide-list {
    height: 100px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px; }
    section.case-studies .slide-list li:last-child {
      margin-right: 0; }
    section.case-studies .slide-list img {
      max-width: 142px;
      max-height: 38px;
      padding-left: 5px; }
  section.case-studies .swiper-button-next,
  section.case-studies .swiper-button-prev {
    top: 68px;
    display: block; }
  section.case-studies .btn-center {
    max-width: 212px; }
  section.case-studies .btn-more {
    margin-bottom: 2em; }
  section.case-studies .btn-see-more {
    margin-top: 2em; }
  section.case-studies .swiper-button-wrapper {
    position: relative; }
  section.case-studies .slide-container .swiper-slide .cs-logo {
    filter: grayscale(1);
    opacity: 0.2; }
  section.case-studies .slide-container .swiper-slide-active .cs-logo {
    opacity: 1;
    filter: grayscale(0); }
  section.case-studies .slide-wrapper {
    display: none; }
    section.case-studies .slide-wrapper .text-wrapper p {
      font-size: 24px;
      font-weight: 300;
      line-height: 36px; }
    section.case-studies .slide-wrapper .cs-avatar {
      width: 51px;
      height: 51px;
      margin-bottom: 25px; }
    section.case-studies .slide-wrapper .cs-author-name {
      font-size: 16px;
      padding-bottom: 4px; }
    section.case-studies .slide-wrapper .cs-author-company {
      color: #2DB5DA;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 16px; }
    section.case-studies .slide-wrapper.active {
      display: block; }

section.case-studies-custom {
  position: relative;
  background: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px; }
  section.case-studies-custom .swiper-button-wrapper {
    min-height: 500px; }
    @media only screen and (max-width: 500px) {
      section.case-studies-custom .swiper-button-wrapper {
        min-height: 520px; } }
    section.case-studies-custom .swiper-button-wrapper .swiper-button-next,
    section.case-studies-custom .swiper-button-wrapper .swiper-button-prev {
      top: 50%; }
  section.case-studies-custom .custom-slide-wrapper {
    position: absolute;
    left: 110px;
    top: 0;
    right: 110px;
    opacity: 0;
    transition: opacity 0.4s; }
    @media only screen and (max-width: 500px) {
      section.case-studies-custom .custom-slide-wrapper {
        left: 70px;
        right: 70px; } }
    section.case-studies-custom .custom-slide-wrapper.active {
      opacity: 1; }
    section.case-studies-custom .custom-slide-wrapper .row {
      align-items: center;
      height: 500px; }
    section.case-studies-custom .custom-slide-wrapper .image-column {
      text-align: center; }
      @media screen and (max-width: 991px) {
        section.case-studies-custom .custom-slide-wrapper .image-column {
          display: none !important; } }
      section.case-studies-custom .custom-slide-wrapper .image-column img {
        position: static;
        width: 80%;
        transform: none;
        left: auto;
        top: auto;
        display: inline-block; }

section.case-studies-all .content-title {
  color: #555555;
  text-transform: uppercase;
  font-size: 2.125em;
  padding-bottom: 20px; }
  section.case-studies-all .content-title + p {
    font-size: 20px; }

section.case-studies-all .post-wrapper {
  margin-bottom: 30px; }

section.case-studies-all .case-studies-wrapper {
  height: 100%;
  border: 2px solid #E2F1F9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 40px;
  padding-right: 40px; }
  section.case-studies-all .case-studies-wrapper .img-wrapp {
    height: 58px; }
    section.case-studies-all .case-studies-wrapper .img-wrapp img {
      width: auto;
      max-height: 58px;
      margin-bottom: 32px; }
  section.case-studies-all .case-studies-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    padding-bottom: 5px; }
  section.case-studies-all .case-studies-wrapper .spec {
    padding-bottom: 32px; }
  section.case-studies-all .case-studies-wrapper .btn-wrapper {
    max-width: 126px;
    min-width: 126px; }

section.case-studies-all .category-list {
  padding-top: 54px;
  padding-bottom: 48px; }
  section.case-studies-all .category-list li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 22px; }
    section.case-studies-all .category-list li .p-category {
      border: 2px solid #2DB5DA;
      border-radius: 18px;
      box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
      background-color: #fff;
      padding: 8px 32px;
      font-size: 14px;
      text-transform: uppercase;
      color: #2DB5DA;
      display: block; }
      section.case-studies-all .category-list li .p-category.active, section.case-studies-all .category-list li .p-category:hover, section.case-studies-all .category-list li .p-category:focus {
        background-color: #2DB5DA;
        color: #fff;
        transition: background-color .35s, color .35s; }

section.case-studies-all.case-studies-custom-view {
  padding-top: 120px; }
  section.case-studies-all.case-studies-custom-view .category-list a:focus {
    background: #fff;
    color: #2DB5DA; }
    section.case-studies-all.case-studies-custom-view .category-list a:focus.active {
      background: #2DB5DA;
      color: #fff; }
  section.case-studies-all.case-studies-custom-view .post-wrapper {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      section.case-studies-all.case-studies-custom-view .post-wrapper {
        margin-bottom: 48px; } }
    section.case-studies-all.case-studies-custom-view .post-wrapper.hidden {
      display: none; }
    section.case-studies-all.case-studies-custom-view .post-wrapper img {
      max-height: 58px; }
      @media only screen and (max-width: 768px) {
        section.case-studies-all.case-studies-custom-view .post-wrapper img {
          max-height: 40px; } }

section.case-studies-single {
  background-image: linear-gradient(#2DB6D8, #4381EA);
  position: relative;
  position: relative;
  min-height: 50vh;
  padding-bottom: 54px;
  overflow: hidden; }
  section.case-studies-single h1 {
    margin-bottom: 28px;
    font-size: 34px;
    letter-spacing: 0.8px; }
    section.case-studies-single h1 + p {
      font-size: 20px;
      padding-bottom: 40px; }
  section.case-studies-single .post-cat {
    margin-bottom: 60px;
    margin-top: -14px; }
    section.case-studies-single .post-cat li {
      display: inline-block;
      padding: 3px 24px 6px 24px;
      border-radius: 16px;
      background-color: #7ABBEE;
      margin-right: 24px;
      margin-top: 14px; }
      section.case-studies-single .post-cat li:last-child {
        margin-right: 0; }
      section.case-studies-single .post-cat li span {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.8px;
        font-weight: 500; }
  section.case-studies-single .text-space {
    min-height: calc(50vh - 50px); }
    @media only screen and (min-width: 48em) {
      section.case-studies-single .text-space {
        min-height: calc(50vh - 100px); } }
  section.case-studies-single .bg-absolute {
    bottom: -55px; }
  section.case-studies-single .scroll-down {
    margin-left: auto;
    margin-right: auto; }
    section.case-studies-single .scroll-down img {
      cursor: pointer;
      transition: transform .35s ease-in; }
      section.case-studies-single .scroll-down img:hover, section.case-studies-single .scroll-down img:focus {
        transform: scale(1.06); }

section.short-info {
  padding-top: 54px;
  padding-bottom: 54px; }
  section.short-info .short-info-items {
    display: block; }
    @media only screen and (min-width: 48em) {
      section.short-info .short-info-items {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    section.short-info .short-info-items .breadcrumb-link,
    section.short-info .short-info-items .img-wrappe,
    section.short-info .short-info-items .info-col {
      display: inline-block;
      vertical-align: top; }
    section.short-info .short-info-items .breadcrumb-link,
    section.short-info .short-info-items .img-wrappe,
    section.short-info .short-info-items .info-col {
      width: 48%; }
      @media only screen and (min-width: 48em) {
        section.short-info .short-info-items .breadcrumb-link,
        section.short-info .short-info-items .img-wrappe,
        section.short-info .short-info-items .info-col {
          width: auto; } }
    section.short-info .short-info-items .info-col {
      margin-top: 24px;
      margin-bottom: 24px; }
      @media only screen and (min-width: 48em) {
        section.short-info .short-info-items .info-col {
          margin: 0; } }
    section.short-info .short-info-items .img-wrappe .company-logo {
      max-height: 60px; }
  section.short-info .breadcrumb-link {
    color: #2DB5DA;
    text-decoration: none;
    font-size: 14px; }
    section.short-info .breadcrumb-link:before {
      background: url(../images/arrow-right.svg) no-repeat right center;
      background-size: 6px 12px;
      content: ' ';
      display: inline-block;
      width: 9px;
      height: 16px;
      padding-right: 16px;
      position: relative;
      left: 0;
      top: 3px;
      transition: left ease-out 0.1s;
      transform: rotate(180deg); }
    section.short-info .breadcrumb-link:hover:before {
      left: -8px; }
  section.short-info .info-col p {
    font-size: 14px; }
    section.short-info .info-col p:first-of-type {
      color: #555555;
      padding-bottom: 10px;
      text-transform: uppercase; }
    section.short-info .info-col p:last-of-type {
      padding-bottom: 0; }

section.walkthrough {
  background-color: #EAF7FB;
  padding-top: 54px;
  padding-bottom: 54px; }
  section.walkthrough .info-box {
    margin-bottom: 32px; }
  section.walkthrough .box-wrap {
    padding: 30px 48px 24px 48px;
    border-radius: 10px;
    height: 100%;
    background-color: #fff;
    color: #999999;
    box-shadow: 0px 5px 15px -5px #95daec;
    font-size: 18px; }
    section.walkthrough .box-wrap.big {
      font-size: 20px; }
      section.walkthrough .box-wrap.big p {
        padding-bottom: 12px; }
    section.walkthrough .box-wrap h2 {
      color: #2DB5DA;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 500; }
    section.walkthrough .box-wrap ul {
      list-style: disc;
      padding-left: 22px;
      padding-bottom: 12px; }
      section.walkthrough .box-wrap ul li {
        padding-bottom: 12px; }

section.case-studies-md {
  padding-top: 66px;
  padding-left: calc(2rem + 15px);
  padding-right: calc(2rem + 15px); }
  @media only screen and (min-width: 48em) {
    section.case-studies-md {
      padding-left: 0;
      padding-right: 0; } }

section.case-studies-author {
  padding-left: calc(2rem + 15px);
  padding-right: calc(2rem + 15px); }
  @media only screen and (min-width: 48em) {
    section.case-studies-author {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    section.case-studies-author {
      margin-top: -3em; } }
  section.case-studies-author .avatar,
  section.case-studies-author .date-author-wrapp,
  section.case-studies-author .contact-us {
    display: inline-block;
    vertical-align: top; }
  @media only screen and (max-width: 1023px) {
    section.case-studies-author .date-author-wrapp {
      padding-bottom: 16px; } }
  section.case-studies-author .date-author-wrapp.smaller {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px; }
  section.case-studies-author .contact-us {
    max-width: 100%; }
    section.case-studies-author .contact-us a {
      cursor: pointer; }
    @media only screen and (min-width: 48em) {
      section.case-studies-author .contact-us {
        max-width: calc(73% - 124px);
        margin-top: 0; } }
  section.case-studies-author .about-author {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 16px 18px 16px; }
    section.case-studies-author .about-author .post-info {
      width: 100%;
      padding-bottom: 28px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 1023px) {
        section.case-studies-author .about-author .post-info {
          align-items: flex-start;
          flex-direction: column; } }
    section.case-studies-author .about-author span.author-role {
      padding-bottom: 0; }
  section.case-studies-author .contact-us p {
    padding-bottom: 0px; }

.btn-cases-more p {
  color: #2DB5DA; }

.case-studies-body .nav-contact a {
  color: #555 !important; }

.case-studies-body .lang-separator {
  color: #555 !important; }

.case-studies-body .lang-switcher {
  color: #555 !important; }

section.three-steps {
  padding: 100px 15px 0;
  overflow: hidden; }
  section.three-steps .item-title {
    color: #2DB5DA;
    padding: 1em 0;
    font-weight: 600;
    text-transform: uppercase; }
    section.three-steps .item-title-dark {
      color: #555; }
  section.three-steps .three-steps-tile {
    margin-top: 2em; }
  section.three-steps .three-steps-description {
    margin-top: 2.5em;
    text-align: center; }

section.form-popup-wrapper {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 48em) {
    section.form-popup-wrapper {
      overflow: hidden;
      padding-bottom: 0px;
      padding-top: 0px; } }

div.popup-form {
  background-color: #fff;
  border-radius: 25px;
  padding: 65px 48px;
  border: 2px solid #E2F1F9;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: block;
  height: auto;
  text-align: left;
  margin: auto 3vw;
  position: relative;
  max-width: 460px; }
  div.popup-form .form-field {
    position: relative; }
  div.popup-form div.exit {
    position: absolute;
    top: 16px;
    right: 14px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform .35s; }
    div.popup-form div.exit:hover, div.popup-form div.exit:focus {
      transform: rotate(180deg); }
    div.popup-form div.exit:before, div.popup-form div.exit:after {
      width: 20px;
      height: 2px;
      top: 9px;
      content: '';
      display: block;
      background-color: #2DB5DA;
      position: absolute; }
    div.popup-form div.exit:before {
      transform: rotate(135deg); }
    div.popup-form div.exit:after {
      transform: rotate(45deg); }
  div.popup-form select,
  div.popup-form input[type="text"],
  div.popup-form input[type="name"],
  div.popup-form input[type="tel"],
  div.popup-form input[type="email"],
  div.popup-form input[type="submit"],
  div.popup-form textarea {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
    height: 50px;
    border: 2px solid #CFCFD1;
    padding-left: 24px;
    transition: all 0.4s;
    font-family: Proxima-nova, sans-serif;
    color: #828282; }
    div.popup-form select:focus,
    div.popup-form input[type="text"]:focus,
    div.popup-form input[type="name"]:focus,
    div.popup-form input[type="tel"]:focus,
    div.popup-form input[type="email"]:focus,
    div.popup-form input[type="submit"]:focus,
    div.popup-form textarea:focus {
      border-color: #2DB5DA; }
    div.popup-form select.validated,
    div.popup-form input[type="text"].validated,
    div.popup-form input[type="name"].validated,
    div.popup-form input[type="tel"].validated,
    div.popup-form input[type="email"].validated,
    div.popup-form input[type="submit"].validated,
    div.popup-form textarea.validated {
      border-bottom: 2px solid #e74c3c; }
  div.popup-form textarea {
    height: 8em;
    line-height: 1.5em;
    padding-top: 12px; }
  div.popup-form .valid-chekbox {
    opacity: 0;
    font-size: 15px;
    color: #e74c3c;
    transition: all 0.4s; }
  div.popup-form input.contact-form-consent-checkbox {
    vertical-align: middle;
    line-height: 1em;
    margin: 0; }
  div.popup-form input.contact-form-consent-checkbox ~ label.inline {
    font-size: 10px;
    line-height: 7px;
    color: #999;
    height: 14px; }
  div.popup-form input.contact-form-consent-checkbox ~ label.error {
    position: absolute;
    color: #e74c3c;
    top: calc(100% + 18px); }
  div.popup-form .form-label {
    display: none; }
  div.popup-form .mail_sent,
  div.popup-form .mail_error {
    display: none;
    transition: all .4s;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2em; }
    div.popup-form .mail_sent p,
    div.popup-form .mail_error p {
      color: #27b753; }
  div.popup-form .mail_error p {
    color: #e74c3c; }
  div.popup-form.success .mail_sent {
    display: block; }
  div.popup-form.failed .mail_error {
    display: block; }
  div.popup-form .buttons {
    margin-top: 32px; }
  div.popup-form button {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
    height: 50px;
    border: 0;
    padding-left: 24px;
    background-color: #2DB5DA;
    color: #fff;
    letter-spacing: 1.6px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
    box-shadow: 0 12px 20px 0 rgba(45, 181, 218, 0.4);
    transition: all .4s; }
    div.popup-form button:focus, div.popup-form button:hover {
      background: rgba(45, 181, 218, 0.85); }
  div.popup-form span {
    font-size: 10px;
    line-height: 7px;
    color: #999;
    height: 14px; }

div #form-result {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #999; }

div label.error {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: -10px;
  margin-bottom: 15px;
  color: #e74c3c; }

form.blue-form {
  margin-top: 24px; }
  form.blue-form .form-spacer {
    margin-top: 32px;
    margin-bottom: 24px; }
    form.blue-form .form-spacer.lower p {
      padding-bottom: 0; }
  form.blue-form .form-field {
    position: relative; }
  form.blue-form .switch-toggle {
    margin-bottom: 16px; }
    form.blue-form .switch-toggle label {
      transition: all 0.5s ease; }
    form.blue-form .switch-toggle input:checked + label {
      background: #2db5da;
      color: #fff; }
  form.blue-form input::placeholder {
    color: #2db5da; }
  form.blue-form select,
  form.blue-form input[type="text"],
  form.blue-form input[type="name"],
  form.blue-form input[type="tel"],
  form.blue-form input[type="email"],
  form.blue-form input[type="submit"],
  form.blue-form textarea {
    box-sizing: border-box;
    border: solid 1px #e4f1fd;
    border-radius: 4px;
    padding: 18px 0 16px 36px;
    transition: all 0.4s;
    color: #2db5da;
    background-color: #e4f1fd;
    font-family: Proxima-nova, sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    width: 100%;
    max-width: 538px;
    margin-bottom: 24px; }
    form.blue-form select.error,
    form.blue-form input[type="text"].error,
    form.blue-form input[type="name"].error,
    form.blue-form input[type="tel"].error,
    form.blue-form input[type="email"].error,
    form.blue-form input[type="submit"].error,
    form.blue-form textarea.error {
      border-color: #e74c3c; }
    form.blue-form select:focus, form.blue-form select.error:focus,
    form.blue-form input[type="text"]:focus,
    form.blue-form input[type="text"].error:focus,
    form.blue-form input[type="name"]:focus,
    form.blue-form input[type="name"].error:focus,
    form.blue-form input[type="tel"]:focus,
    form.blue-form input[type="tel"].error:focus,
    form.blue-form input[type="email"]:focus,
    form.blue-form input[type="email"].error:focus,
    form.blue-form input[type="submit"]:focus,
    form.blue-form input[type="submit"].error:focus,
    form.blue-form textarea:focus,
    form.blue-form textarea.error:focus {
      outline: none; }
    form.blue-form select.validated,
    form.blue-form input[type="text"].validated,
    form.blue-form input[type="name"].validated,
    form.blue-form input[type="tel"].validated,
    form.blue-form input[type="email"].validated,
    form.blue-form input[type="submit"].validated,
    form.blue-form textarea.validated {
      border-bottom: 2px solid #e74c3c; }
    form.blue-form select::placeholder, form.blue-form select:-ms-input-placeholder, form.blue-form select::-ms-input-placeholder,
    form.blue-form input[type="text"]::placeholder,
    form.blue-form input[type="text"]:-ms-input-placeholder,
    form.blue-form input[type="text"]::-ms-input-placeholder,
    form.blue-form input[type="name"]::placeholder,
    form.blue-form input[type="name"]:-ms-input-placeholder,
    form.blue-form input[type="name"]::-ms-input-placeholder,
    form.blue-form input[type="tel"]::placeholder,
    form.blue-form input[type="tel"]:-ms-input-placeholder,
    form.blue-form input[type="tel"]::-ms-input-placeholder,
    form.blue-form input[type="email"]::placeholder,
    form.blue-form input[type="email"]:-ms-input-placeholder,
    form.blue-form input[type="email"]::-ms-input-placeholder,
    form.blue-form input[type="submit"]::placeholder,
    form.blue-form input[type="submit"]:-ms-input-placeholder,
    form.blue-form input[type="submit"]::-ms-input-placeholder,
    form.blue-form textarea::placeholder,
    form.blue-form textarea:-ms-input-placeholder,
    form.blue-form textarea::-ms-input-placeholder {
      color: #2db5da; }
  form.blue-form label.consent {
    color: #999;
    display: flex; }
    form.blue-form label.consent .slider {
      flex-shrink: 0;
      margin-right: 1.2em; }
    form.blue-form label.consent .required {
      display: none; }
    form.blue-form label.consent input.error ~ .slider {
      background-color: #e74c3c; }
  form.blue-form .form-label {
    display: none; }
  form.blue-form .buttons {
    margin-top: 48px; }
    form.blue-form .buttons button {
      border-radius: 4px;
      margin-bottom: 15px;
      box-sizing: border-box;
      border: 0;
      padding: 22px 64px;
      background-color: #2db5da;
      color: #fff;
      letter-spacing: 1.6px;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 16px;
      box-shadow: 0 12px 20px 0 rgba(45, 181, 218, 0.4);
      transition: all .4s;
      cursor: pointer; }
      form.blue-form .buttons button:focus, form.blue-form .buttons button:hover {
        background: rgba(45, 181, 218, 0.85); }
  form.blue-form span {
    font-size: 10px;
    line-height: 7px;
    color: #999;
    height: 14px; }
  form.blue-form label.error {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: -12px;
    margin-bottom: 15px;
    color: #e74c3c; }

section.email-form {
  position: relative; }
  section.email-form .grid-wrapper .row {
    max-width: 749px;
    margin: auto;
    padding: 24px 0; }
  section.email-form .grid-wrapper h1 {
    font-size: 48px;
    letter-spacing: 1.6px;
    line-height: 58px;
    text-align: left;
    text-transform: none;
    border-bottom: solid 2px #E8E7E9;
    padding-bottom: 42px;
    margin-bottom: 52px;
    color: #555555; }
  section.email-form .grid-wrapper h2 {
    text-align: left;
    color: #555555;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 17px; }
  section.email-form .grid-wrapper h3 {
    margin-bottom: 24px;
    color: #555555; }
  section.email-form .grid-wrapper .mail-sent,
  section.email-form .grid-wrapper .mail-error {
    display: none;
    transition: all .4s;
    text-align: left;
    margin-top: 20px;
    line-height: 1.2em; }
    section.email-form .grid-wrapper .mail-sent p,
    section.email-form .grid-wrapper .mail-error p {
      margin-bottom: 32px;
      padding: 0; }
      section.email-form .grid-wrapper .mail-sent p.green-frame,
      section.email-form .grid-wrapper .mail-error p.green-frame {
        color: #27b753;
        border-radius: 4px;
        background-color: rgba(76, 175, 80, 0.2);
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px;
        padding: 19px 0 17px 36px; }
  section.email-form .grid-wrapper .mail-error {
    width: 100%; }
    section.email-form .grid-wrapper .mail-error p {
      color: #e74c3c;
      border-radius: 4px;
      background-color: rgba(255, 70, 55, 0.2);
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      padding: 19px 0 17px 36px; }
  section.email-form .grid-wrapper.success .mail-sent {
    display: block; }
  section.email-form .grid-wrapper.failed .mail-error {
    display: block; }

@media screen and (max-width: 768px) {
  #email-contact-form10 fieldset {
    padding: 1em; } }

#email-contact-form10 .checkboxes {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

#email-contact-form10 .checkboxes label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 0;
  margin-top: 1em;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  position: inherit;
  margin-bottom: -0.6em; }
  @media screen and (max-width: 768px) {
    #email-contact-form10 .checkboxes label::before {
      margin-bottom: 0; } }

#email-contact-form10 .checkboxes input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 24px;
  text-align: center;
  margin-top: .5em; }

#email-contact-form10 select {
  padding: 0.5em;
  margin-top: 1em;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding-right: 1em;
  margin-left: 20px;
  letter-spacing: 1.6px;
  font-size: .875em; }

.contact-form {
  text-align: left;
  background: #fafafa;
  padding-top: 150px !important;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .contact-form {
      padding-top: 120px !important; } }
  .contact-form .g-recaptcha div:first-of-type {
    margin: 30px auto; }
  @media screen and (max-width: 768px) {
    .contact-form .grid-wrapper {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .contact-form h1 {
      font-size: 1.125em;
      line-height: 1.5em; } }
  .contact-form h3 {
    white-space: pre-line;
    text-transform: none;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    letter-spacing: 1.6px;
    margin-bottom: -50px; }
    .contact-form h3 + .content .mail-error {
      margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .contact-form .content-subtitle {
      font-size: .8em; } }
  .contact-form fieldset {
    margin-top: 48px;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(45, 181, 218, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 88px 56px 64px;
    text-align: left;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .contact-form fieldset {
        padding: 8px 24px 48px 24px;
        margin-top: 16px; } }
    .contact-form fieldset legend {
      position: absolute;
      left: 0;
      top: -60px;
      line-height: 38px;
      font-size: 24px;
      color: #999;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
    .contact-form fieldset .form-data .radio {
      margin-right: 44px;
      margin-bottom: 32px;
      position: relative; }
      @media (max-width: 1024px) {
        .contact-form fieldset .form-data .radio:nth-child(2n) {
          margin-right: 0 !important; }
        .contact-form fieldset .form-data .radio:nth-child(3n) {
          margin-right: 44px !important; } }
      .contact-form fieldset .form-data .radio:nth-child(3n) {
        margin-right: 0; }
      .contact-form fieldset .form-data .radio input[type=radio] {
        width: 100%;
        -moz-appearance: initial; }
        .contact-form fieldset .form-data .radio input[type=radio]::after {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          position: absolute;
          content: '';
          background-color: #E2F1F9;
          display: block;
          background-position: center 40%;
          background-repeat: no-repeat;
          background-size: auto 40%;
          border-radius: 10px;
          box-shadow: 0 10px 30px 0 rgba(45, 181, 218, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.1);
          cursor: pointer; }
        .contact-form fieldset .form-data .radio input[type=radio]::before {
          content: '';
          position: absolute;
          right: 20px;
          top: 16px;
          border: 1px solid #2DB5DA;
          width: 22px;
          height: 24px;
          z-index: 1;
          border-radius: 4px;
          background-color: #fff;
          transition: background-color .3s; }
        .contact-form fieldset .form-data .radio input[type=radio]:checked::before {
          background: url("../images/check-simple-white.svg") no-repeat center center;
          background-color: #2DB5DA;
          background-size: 12px auto; }
      .contact-form fieldset .form-data .radio label {
        position: absolute;
        bottom: 10%;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1.6px;
        line-height: 26px;
        color: #555555;
        text-transform: uppercase; }
    .contact-form fieldset label.error {
      margin-top: 0; }
    .contact-form fieldset .form-spacer {
      margin: 0; }
      .contact-form fieldset .form-spacer p {
        display: none; }
      .contact-form fieldset .form-spacer h3 {
        line-height: 36px;
        font-weight: 500;
        font-size: 24px;
        color: #555;
        letter-spacing: 0;
        margin-bottom: 30px; }
    .contact-form fieldset input[type=text],
    .contact-form fieldset input[type=email],
    .contact-form fieldset input[type=tel],
    .contact-form fieldset textarea {
      font-family: Proxima-Nova;
      width: 100%;
      max-width: none;
      height: 48px;
      line-height: 48px;
      padding: 0 24px;
      background: #E2F1F9;
      border-radius: 4px;
      color: #b1b1b4;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.8px;
      border: none;
      margin-top: 8px; }
      .contact-form fieldset input[type=text].error,
      .contact-form fieldset input[type=email].error,
      .contact-form fieldset input[type=tel].error,
      .contact-form fieldset textarea.error {
        border: 1px solid #e74c3c; }
        .contact-form fieldset input[type=text].error:focus,
        .contact-form fieldset input[type=email].error:focus,
        .contact-form fieldset input[type=tel].error:focus,
        .contact-form fieldset textarea.error:focus {
          outline: none; }
    .contact-form fieldset textarea {
      height: 200px;
      line-height: 24px;
      color: #AAAAAA;
      font-family: Proxima-Nova;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.8px;
      padding: 12px 24px; }
      .contact-form fieldset textarea:focus {
        outline: none; }
    .contact-form fieldset .form-label {
      margin-top: 24px; }
      .contact-form fieldset .form-label label {
        color: #555555;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 24px; }
        @media screen and (max-width: 768px) {
          .contact-form fieldset .form-label label {
            font-size: 14px; } }
        .contact-form fieldset .form-label label .required {
          display: none; }
    .contact-form fieldset .radio input[value=migration]:after {
      background-image: url("../images/contact-form/step2-migration.png"); }
    .contact-form fieldset .radio input[value=maintenance]:after {
      background-image: url("../images/contact-form/step2-maintenance.png"); }
    .contact-form fieldset .radio input[value=analysis]:after {
      background-image: url("../images/contact-form/step2-analysis.png"); }
    .contact-form fieldset .radio input[value=consultation]:after {
      background-image: url("../images/contact-form/step2-consultation.png"); }
    .contact-form fieldset .radio input[value=optimization]:after {
      background-image: url("../images/contact-form/step2-optimization.png"); }
    .contact-form fieldset .radio input[value=other]:after {
      background-image: url("../images/contact-form/step2-other.png"); }
  .contact-form #basic-data::before {
    background: url("../images/contact-form/bg-step1.svg") no-repeat center center; }
  .contact-form #project-type {
    padding-right: 64px;
    padding-bottom: 24px; }
    .contact-form #project-type::before {
      background: url("../images/contact-form/bg-step2.svg") no-repeat center center; }
    .contact-form #project-type .form-data {
      margin-top: 35px;
      display: flex;
      flex-wrap: wrap; }
    .contact-form #project-type .form-label {
      display: none; }
  .contact-form #additional-info::before {
    background: url("../images/contact-form/bg-step1.svg") no-repeat center center; }
  .contact-form #agreements {
    background: transparent;
    box-shadow: none;
    text-align: center;
    padding: 0;
    margin-top: 42px; }
    .contact-form #agreements::after {
      display: none; }
    .contact-form #agreements .form-spacer h3 {
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 0.8px;
      color: #999999;
      margin-bottom: 7px; }
      .contact-form #agreements .form-spacer h3 a {
        font-weight: 600; }
    .contact-form #agreements .form-field {
      display: inline-block;
      margin: 0 16px;
      margin-bottom: 10px; }
      .contact-form #agreements .form-field .form-label {
        display: none; }
      .contact-form #agreements .form-field .form-input-wrapper {
        height: 40px;
        line-height: 40px; }
        .contact-form #agreements .form-field .form-input-wrapper input[type=checkbox] {
          width: 24px;
          height: 24px;
          position: relative;
          top: 6px;
          -moz-appearance: initial; }
          .contact-form #agreements .form-field .form-input-wrapper input[type=checkbox]::before {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            border: 2px solid #2DB5DA;
            border-radius: 2px; }
          .contact-form #agreements .form-field .form-input-wrapper input[type=checkbox]:checked::before {
            background: url("../images/check-simple-white.svg") no-repeat center center;
            background-color: #2DB5DA;
            background-size: 14px auto; }
        .contact-form #agreements .form-field .form-input-wrapper label {
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 24px;
          color: #999; }
  .contact-form .buttons .button {
    height: 60px;
    line-height: 60px;
    background: #2DB5DA;
    box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 0 40px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    transition: box-shadow .3s;
    cursor: pointer;
    margin-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .contact-form .buttons .button {
        margin-top: -16px;
        margin-bottom: 72px; } }
    .contact-form .buttons .button:hover {
      box-shadow: 0 2px 30px 0 rgba(45, 181, 218, 0.8), 0 2px 30px 0 rgba(0, 0, 0, 0.4); }
  .contact-form .mail-sent,
  .contact-form .mail-error {
    display: none;
    transition: all .4s;
    text-align: left;
    margin-top: 100px;
    line-height: 1.2em; }
    .contact-form .mail-sent p,
    .contact-form .mail-error p {
      margin-bottom: 32px;
      padding: 0; }
      .contact-form .mail-sent p.green-frame,
      .contact-form .mail-error p.green-frame {
        color: #27b753;
        border-radius: 4px;
        background-color: rgba(76, 175, 80, 0.2);
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px;
        padding: 19px 0 17px 36px; }
  .contact-form .mail-sent {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 125px;
    display: block; }
    @media screen and (max-width: 768px) {
      .contact-form .mail-sent {
        margin-left: 0px;
        margin-right: 0px; } }
    .contact-form .mail-sent .col-content {
      padding: 60px 0; }
      @media screen and (max-width: 768px) {
        .contact-form .mail-sent .col-content {
          padding: 32px 16px; } }
      .contact-form .mail-sent .col-content h2 {
        color: #555555;
        font-size: 48px;
        font-weight: 500;
        letter-spacing: 1.6px;
        line-height: 58px; }
        @media screen and (max-width: 768px) {
          .contact-form .mail-sent .col-content h2 {
            font-size: 32px;
            line-height: 36px; } }
      .contact-form .mail-sent .col-content p {
        white-space: pre-line;
        color: #999999;
        font-size: 20px;
        letter-spacing: 1.6px;
        line-height: 30px; }
        @media screen and (max-width: 768px) {
          .contact-form .mail-sent .col-content p {
            font-size: 16px;
            line-height: 20px; } }
      .contact-form .mail-sent .col-content a {
        color: #2DB5DA;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.6px;
        position: relative; }
        .contact-form .mail-sent .col-content a::after {
          content: '';
          background: url("../images/arrow-right.svg") no-repeat center center;
          position: absolute;
          width: 20px;
          height: 20px; }
    .contact-form .mail-sent img {
      width: 30vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      max-width: 414px; }
      @media screen and (max-width: 768px) {
        .contact-form .mail-sent img {
          opacity: .2; } }
  .contact-form .mail-error {
    width: 100%; }
    .contact-form .mail-error p {
      color: #e74c3c;
      border-radius: 4px;
      background-color: rgba(255, 70, 55, 0.2);
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      padding: 19px 0 17px 36px; }
  .contact-form.success .mail-sent {
    display: block; }
  .contact-form.failed .mail-error {
    display: block; }
  .contact-form.contact-form-v2 .mail-sent, .contact-form.contact-form-v2 .mail-error {
    margin-top: 80px; }
    .contact-form.contact-form-v2 .mail-sent h3, .contact-form.contact-form-v2 .mail-error h3 {
      margin-bottom: 0; }
  .contact-form label.switch {
    display: flex;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .contact-form label.switch {
        margin-top: 32px; } }
    .contact-form label.switch .slider {
      flex-shrink: 0;
      margin-right: 1.2em; }
      @media screen and (max-width: 768px) {
        .contact-form label.switch .slider {
          margin-right: .6em; } }
    .contact-form label.switch .label {
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 0.8px;
      color: #999999;
      margin-bottom: 7px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .contact-form label.switch .label {
          font-size: 14px;
          line-height: 18px; } }
    .contact-form label.switch input.error ~ .slider {
      background-color: #e74c3c; }
    .contact-form label.switch label {
      display: none !important; }
    .contact-form label.switch .required {
      display: none !important; }

.partner-form {
  text-align: left;
  background: #fafafa;
  padding-top: 150px !important;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .partner-form {
      padding-top: 120px !important; } }
  .partner-form .g-recaptcha div:first-of-type {
    margin: 30px auto; }
  @media screen and (max-width: 768px) {
    .partner-form .grid-wrapper {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .partner-form h1 {
      font-size: 1.125em;
      line-height: 1.5em; } }
  .partner-form h3 {
    white-space: pre-line;
    text-transform: none;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    letter-spacing: 1.6px;
    margin-bottom: -50px; }
    .partner-form h3 + .content .mail-error {
      margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .partner-form .content-subtitle {
      font-size: .8em; } }
  .partner-form fieldset {
    margin-top: 48px;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(45, 181, 218, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 88px 56px 64px;
    text-align: left;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .partner-form fieldset {
        padding: 8px 24px 48px 24px;
        margin-top: 16px; } }
    .partner-form fieldset legend {
      position: absolute;
      left: 0;
      top: -60px;
      line-height: 38px;
      font-size: 24px;
      color: #999;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
    .partner-form fieldset .form-data .radio {
      margin-right: 44px;
      margin-bottom: 32px;
      position: relative; }
      @media (max-width: 1024px) {
        .partner-form fieldset .form-data .radio:nth-child(2n) {
          margin-right: 0 !important; }
        .partner-form fieldset .form-data .radio:nth-child(3n) {
          margin-right: 44px !important; } }
      .partner-form fieldset .form-data .radio:nth-child(3n) {
        margin-right: 0; }
      .partner-form fieldset .form-data .radio input[type=radio] {
        width: 100%;
        -moz-appearance: initial; }
        .partner-form fieldset .form-data .radio input[type=radio]::after {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          position: absolute;
          content: '';
          background-color: #E2F1F9;
          display: block;
          background-position: center 40%;
          background-repeat: no-repeat;
          background-size: auto 40%;
          border-radius: 10px;
          box-shadow: 0 10px 30px 0 rgba(45, 181, 218, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.1);
          cursor: pointer; }
        .partner-form fieldset .form-data .radio input[type=radio]::before {
          content: '';
          position: absolute;
          right: 20px;
          top: 16px;
          border: 1px solid #2DB5DA;
          width: 22px;
          height: 24px;
          z-index: 1;
          border-radius: 4px;
          background-color: #fff;
          transition: background-color .3s; }
        .partner-form fieldset .form-data .radio input[type=radio]:checked::before {
          background: url("../images/check-simple-white.svg") no-repeat center center;
          background-color: #2DB5DA;
          background-size: 12px auto; }
      .partner-form fieldset .form-data .radio label {
        position: absolute;
        bottom: 10%;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1.6px;
        line-height: 26px;
        color: #555555;
        text-transform: uppercase; }
    .partner-form fieldset label.error {
      margin-top: 0; }
    .partner-form fieldset .form-spacer {
      margin: 0; }
      .partner-form fieldset .form-spacer p {
        display: none; }
      .partner-form fieldset .form-spacer h3 {
        line-height: 36px;
        font-weight: 500;
        font-size: 24px;
        color: #555;
        letter-spacing: 0;
        margin-bottom: 30px; }
    .partner-form fieldset input[type=text],
    .partner-form fieldset input[type=email],
    .partner-form fieldset input[type=tel],
    .partner-form fieldset textarea {
      font-family: Proxima-Nova;
      width: 100%;
      max-width: none;
      height: 48px;
      line-height: 48px;
      padding: 0 24px;
      background: #E2F1F9;
      border-radius: 4px;
      color: #b1b1b4;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.8px;
      border: none;
      margin-top: 8px; }
      .partner-form fieldset input[type=text].error,
      .partner-form fieldset input[type=email].error,
      .partner-form fieldset input[type=tel].error,
      .partner-form fieldset textarea.error {
        border: 1px solid #e74c3c; }
        .partner-form fieldset input[type=text].error:focus,
        .partner-form fieldset input[type=email].error:focus,
        .partner-form fieldset input[type=tel].error:focus,
        .partner-form fieldset textarea.error:focus {
          outline: none; }
    .partner-form fieldset textarea {
      height: 200px;
      line-height: 24px;
      color: #AAAAAA;
      font-family: Proxima-Nova;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.8px;
      padding: 12px 24px; }
      .partner-form fieldset textarea:focus {
        outline: none; }
    .partner-form fieldset .form-label {
      margin-top: 24px; }
      .partner-form fieldset .form-label label {
        color: #555555;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 24px; }
        @media screen and (max-width: 768px) {
          .partner-form fieldset .form-label label {
            font-size: 14px; } }
        .partner-form fieldset .form-label label .required {
          display: none; }
    .partner-form fieldset .radio input[value=migration]:after {
      background-image: url("../images/contact-form/step2-migration.png"); }
    .partner-form fieldset .radio input[value=maintenance]:after {
      background-image: url("../images/contact-form/step2-maintenance.png"); }
    .partner-form fieldset .radio input[value=analysis]:after {
      background-image: url("../images/contact-form/step2-analysis.png"); }
    .partner-form fieldset .radio input[value=consultation]:after {
      background-image: url("../images/contact-form/step2-consultation.png"); }
    .partner-form fieldset .radio input[value=optimization]:after {
      background-image: url("../images/contact-form/step2-optimization.png"); }
    .partner-form fieldset .radio input[value=other]:after {
      background-image: url("../images/contact-form/step2-other.png"); }
  .partner-form #basic-data::before {
    background: url("../images/contact-form/bg-step1.svg") no-repeat center center; }
  .partner-form #project-type {
    padding-right: 64px;
    padding-bottom: 24px; }
    .partner-form #project-type::before {
      background: url("../images/contact-form/bg-step2.svg") no-repeat center center; }
    .partner-form #project-type .form-data {
      margin-top: 35px;
      display: flex;
      flex-wrap: wrap; }
    .partner-form #project-type .form-label {
      display: none; }
  .partner-form #additional-info::before {
    background: url("../images/contact-form/bg-step1.svg") no-repeat center center; }
  .partner-form #agreements {
    background: transparent;
    box-shadow: none;
    text-align: center;
    padding: 0;
    margin-top: 42px; }
    .partner-form #agreements::after {
      display: none; }
    .partner-form #agreements .form-spacer h3 {
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 0.8px;
      color: #999999;
      margin-bottom: 7px; }
      .partner-form #agreements .form-spacer h3 a {
        font-weight: 600; }
    .partner-form #agreements .form-field {
      display: inline-block;
      margin: 0 16px;
      margin-bottom: 10px; }
      .partner-form #agreements .form-field .form-label {
        display: none; }
      .partner-form #agreements .form-field .form-input-wrapper {
        height: 40px;
        line-height: 40px; }
        .partner-form #agreements .form-field .form-input-wrapper input[type=checkbox] {
          width: 24px;
          height: 24px;
          position: relative;
          top: 6px;
          -moz-appearance: initial; }
          .partner-form #agreements .form-field .form-input-wrapper input[type=checkbox]::before {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            border: 2px solid #2DB5DA;
            border-radius: 2px; }
          .partner-form #agreements .form-field .form-input-wrapper input[type=checkbox]:checked::before {
            background: url("../images/check-simple-white.svg") no-repeat center center;
            background-color: #2DB5DA;
            background-size: 14px auto; }
        .partner-form #agreements .form-field .form-input-wrapper label {
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 24px;
          color: #999; }
  .partner-form .buttons .button {
    height: 60px;
    line-height: 60px;
    background: #2DB5DA;
    box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 0 40px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    transition: box-shadow .3s;
    cursor: pointer;
    margin-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .partner-form .buttons .button {
        margin-top: -16px;
        margin-bottom: 72px; } }
    .partner-form .buttons .button:hover {
      box-shadow: 0 2px 30px 0 rgba(45, 181, 218, 0.8), 0 2px 30px 0 rgba(0, 0, 0, 0.4); }
  .partner-form .mail-sent,
  .partner-form .mail-error {
    display: none;
    transition: all .4s;
    text-align: left;
    margin-top: 100px;
    line-height: 1.2em; }
    .partner-form .mail-sent p,
    .partner-form .mail-error p {
      margin-bottom: 32px;
      padding: 0; }
      .partner-form .mail-sent p.green-frame,
      .partner-form .mail-error p.green-frame {
        color: #27b753;
        border-radius: 4px;
        background-color: rgba(76, 175, 80, 0.2);
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px;
        padding: 19px 0 17px 36px; }
  .partner-form .mail-sent {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 125px;
    display: block; }
    .partner-form .mail-sent .col-content {
      padding: 60px 0; }
      .partner-form .mail-sent .col-content h2 {
        color: #555555;
        font-size: 48px;
        font-weight: 500;
        letter-spacing: 1.6px;
        line-height: 58px; }
      .partner-form .mail-sent .col-content p {
        white-space: pre-line;
        color: #999999;
        font-size: 20px;
        letter-spacing: 1.6px;
        line-height: 30px; }
      .partner-form .mail-sent .col-content a {
        color: #2DB5DA;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.6px;
        position: relative; }
        .partner-form .mail-sent .col-content a::after {
          content: '';
          background: url("../images/arrow-right.svg") no-repeat center center;
          position: absolute;
          width: 20px;
          height: 20px; }
    .partner-form .mail-sent img {
      width: 30vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      max-width: 414px; }
  .partner-form .mail-error {
    width: 100%; }
    .partner-form .mail-error p {
      color: #e74c3c;
      border-radius: 4px;
      background-color: rgba(255, 70, 55, 0.2);
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      padding: 19px 0 17px 36px; }
  .partner-form.success .mail-sent {
    display: block; }
  .partner-form.failed .mail-error {
    display: block; }
  .partner-form.contact-form-v2 .mail-sent, .partner-form.contact-form-v2 .mail-error {
    margin-top: 80px; }
    .partner-form.contact-form-v2 .mail-sent h3, .partner-form.contact-form-v2 .mail-error h3 {
      margin-bottom: 0; }
  .partner-form label.switch {
    display: flex;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .partner-form label.switch {
        margin-top: 32px; } }
    .partner-form label.switch .slider {
      flex-shrink: 0;
      margin-right: 1.2em; }
      @media screen and (max-width: 768px) {
        .partner-form label.switch .slider {
          margin-right: .6em; } }
    .partner-form label.switch .label {
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 0.8px;
      color: #999999;
      margin-bottom: 7px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .partner-form label.switch .label {
          font-size: 14px;
          line-height: 18px; } }
    .partner-form label.switch input.error ~ .slider {
      background-color: #e74c3c; }
    .partner-form label.switch label {
      display: none !important; }
    .partner-form label.switch .required {
      display: none !important; }

.quote {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .quote {
      padding-top: 1em; } }
  .quote img {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .quote img {
        margin-bottom: 0; } }
  .quote h2 {
    font-size: 24px;
    color: #999;
    line-height: 36px;
    text-transform: none;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .quote h2 {
        font-size: 16px;
        line-height: 24px; } }
  .quote h3 {
    text-transform: uppercase;
    color: #2db5da;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .quote h3 {
        font-size: 14px;
        line-height: 18px; } }
  .quote p {
    font-size: 16px;
    line-height: 24px;
    color: #999; }
    @media screen and (max-width: 768px) {
      .quote p {
        font-size: 12px;
        line-height: 16px; } }

.video-columns {
  padding: 40px 0 80px 0; }
  .video-columns-column {
    cursor: pointer; }
    .video-columns-column .img-wrapper {
      width: 100%;
      position: relative; }
      .video-columns-column .img-wrapper .on-hover {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        background: #2DB5DA url("../images/video-arrow.svg") no-repeat center center;
        opacity: 0;
        transition: all .3s; }
    .video-columns-column h2 {
      text-transform: none;
      font-size: 32px;
      letter-spacing: 0.8px;
      line-height: 38px;
      margin: 0;
      padding: 0; }
    .video-columns-column .video-columns-subtitle {
      padding: 23px 0 15px 0;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.6px;
      color: #555;
      line-height: 17px; }
    .video-columns-column img {
      width: 100%; }
    .video-columns-column:hover h2 {
      color: #2DB5DA; }
    .video-columns-column:hover .img-wrapper .on-hover {
      opacity: 1;
      height: 100%; }
  .video-columns-overlay {
    top: 0;
    bottom: 0;
    position: fixed;
    width: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .5s; }
    .video-columns-overlay iframe {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 55vw;
      height: 65vh;
      transform: translate(-50%, -50%); }
    .video-columns-overlay.visible {
      width: 100%;
      opacity: 1; }

.steps-horizontal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa; }
  @media screen and (max-width: 991px) {
    .steps-horizontal-container {
      margin-top: -32px; } }
  .steps-horizontal-container .grid-wrapper {
    padding: 0; }
    @media screen and (max-width: 991px) {
      .steps-horizontal-container .grid-wrapper {
        padding: 0 36px;
        margin: 0 auto; } }
  .steps-horizontal-container .steps-horizontal-row {
    width: 915px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
      .steps-horizontal-container .steps-horizontal-row {
        justify-content: center;
        width: auto;
        padding: 0 1em;
        margin-bottom: 0; }
        .steps-horizontal-container .steps-horizontal-row:last-child {
          margin-bottom: 24px; } }
    .steps-horizontal-container .steps-horizontal-row .step-horizontal-right-img {
      text-align: right; }
      @media screen and (max-width: 991px) {
        .steps-horizontal-container .steps-horizontal-row .step-horizontal-right-img {
          display: none; } }
    .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts {
      margin-right: 172px; }
      @media screen and (max-width: 991px) {
        .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts {
          margin-right: 0; } }
      .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts .step-horizotal-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 19px; }
        .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts .step-horizotal-header h4 {
          color: #2db5d1;
          text-transform: uppercase;
          text-align: left;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 1.6px; }
        .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts .step-horizotal-header .step-number {
          color: #2db5d1;
          margin-right: 17px;
          width: 32px;
          height: 32px;
          border: 2px solid #2db5d1;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
      .steps-horizontal-container .steps-horizontal-row .step-horizotal-texts p {
        max-width: 555px;
        color: #999;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.8px;
        text-align: left; }

.curio-box {
  width: 974px;
  background: rgba(45, 181, 218, 0.1);
  border-left: 4px solid #2DB5DA;
  border-radius: 0 10px 10px 0; }
  .curio-box p {
    color: #999;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 23px;
    padding-right: 100px; }

.resources-two-col-container {
  min-height: 389px;
  background: pink;
  padding-top: 75px;
  padding-bottom: 64px;
  background: #2DB5DA; }
  @media only screen and (max-width: 768px) {
    .resources-two-col-container {
      padding-top: 48px; } }
  .resources-two-col-container .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .resources-two-col-container .grid-wrapper h2 {
      color: white;
      text-align: center;
      margin-bottom: 34px;
      font-size: 34px;
      line-height: 40px;
      letter-spacing: 0.8px; }
      @media only screen and (max-width: 768px) {
        .resources-two-col-container .grid-wrapper h2 {
          font-size: 1.5em;
          line-height: 1.2em;
          padding-bottom: 20px;
          margin-bottom: 16px; } }
    .resources-two-col-container .grid-wrapper .resources-two-col-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1150px) {
        .resources-two-col-container .grid-wrapper .resources-two-col-row {
          flex-direction: column;
          align-items: flex-start; } }
      .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col:first-child {
        margin-right: 63px; }
        @media screen and (max-width: 1150px) {
          .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col:first-child {
            margin-right: 0; } }
      .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col .resources-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 1em; }
        @media screen and (max-width: 1150px) {
          .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col .resources-box {
            padding-left: 1em; } }
        .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col .resources-box .resources-img {
          margin-right: 24px;
          width: 80px;
          height: 80px;
          border-radius: 8px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center; }
        .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col .resources-box p {
          color: white;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 1.6px;
          max-width: 350px;
          padding-bottom: 0; }
          @media screen and (max-width: 500px) {
            .resources-two-col-container .grid-wrapper .resources-two-col-row .resources-two-col-col .resources-box p {
              max-width: 220px; } }

.partner-casestudy .resources-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px; }

.faq-section .grid-wrapper h2 {
  margin-top: 2em;
  margin-bottom: 1em; }

.faq-section .grid-wrapper .accordion__item {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06); }

.faq-section .grid-wrapper .accordion__body {
  display: none;
  padding-top: 10px; }
  .faq-section .grid-wrapper .accordion__body p {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left; }

.faq-section .grid-wrapper .accordion__title {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .faq-section .grid-wrapper .accordion__title:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 20px; }
  .faq-section .grid-wrapper .accordion__title.active {
    color: #2B9FDF; }
    .faq-section .grid-wrapper .accordion__title.active:after {
      transform: rotate(-180deg); }

.faq-section .faq-arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px; }

.faq-section .down {
  transform: rotate(45deg); }

.faq-section .up {
  transform: rotate(-135deg); }

.calendry-box {
  padding-top: 0;
  padding-bottom: 64px;
  margin-top: -32px; }
  .calendry-box .box-wrapper {
    position: relative;
    border-radius: 10px;
    background: #267FE5;
    background: linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
    padding: 36px 24px;
    height: 180px;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 48em) {
      .calendry-box .box-wrapper {
        padding: 36px 48px;
        background: linear-gradient(90deg, #267FE5 0%, #6EE1F8 100%);
        flex-direction: row; } }
    .calendry-box .box-wrapper h2,
    .calendry-box .box-wrapper .btn-wrapper {
      flex: 1;
      margin-left: 0; }
    .calendry-box .box-wrapper h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      text-align: left;
      padding: 0;
      text-transform: none; }
      @media only screen and (max-width: 991px) {
        .calendry-box .box-wrapper h2 {
          line-height: 1.3em;
            line-height-text-transform: uppercase;
            line-height-padding-bottom: 20px;
            line-height-font-size: 1.5em; } }
    .calendry-box .box-wrapper .btn-wrapper {
      max-width: 260px;
      margin-top: 0;
        margin-top-margin-top: auto;
      margin-left: auto; }
      @media only screen and (min-width: 48em) {
        .calendry-box .box-wrapper .btn-wrapper {
          margin-top: auto;
          margin-left: auto; } }
      @media only screen and (max-width: 1100px) {
        .calendry-box .box-wrapper .btn-wrapper {
          margin-top: 24px;
            margin-top-display: block; } }
      .calendry-box .box-wrapper .btn-wrapper.btn-link-box .btn-title {
        padding-top: 9px;
        padding-bottom: 9px;
        max-width: 200px; }

.calendry-texts {
  max-width: 60%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-left: 1.5em; }
  @media only screen and (max-width: 1100px) {
    .calendry-texts {
      max-width: 70%; } }
  @media only screen and (max-width: 500px) {
    .calendry-texts {
      max-width: 60%; } }
  .calendry-texts .content-subtitle {
    color: white;
    padding: 0;
    font-size: 1em; }
  .calendry-texts p {
    color: white;
    padding: 0; }
  .calendry-texts .calendry-p {
    padding-top: .5em; }

/* Partials */
section.breadcrumbs .content-subtitle {
  font-size: 1em;
  padding-bottom: 54px; }
  section.breadcrumbs .content-subtitle .breadcrumb-link {
    color: #2DB5DA;
    text-decoration: none; }
    section.breadcrumbs .content-subtitle .breadcrumb-link:before {
      background: url(../images/arrow-right.svg) no-repeat right center;
      background-size: 6px 12px;
      content: ' ';
      display: inline-block;
      width: 9px;
      height: 16px;
      padding-right: 20px;
      position: relative;
      left: 0;
      top: 3px;
      transition: left ease-out 0.1s;
      transform: rotate(180deg); }
  section.breadcrumbs .content-subtitle:hover .breadcrumb-link:before {
    left: -8px; }
  section.breadcrumbs .content-subtitle .breadcrumb-separator {
    opacity: 0.3;
    display: inline-block;
    margin: auto 8px; }

.switch {
  position: relative;
  text-transform: none;
  cursor: pointer; }
  .switch .slider {
    position: relative;
    display: block;
    float: left;
    width: 1.8em;
    height: 1em;
    line-height: 1em;
    font-size: 21px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 0.5em; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 0.7em;
      width: 0.7em;
      left: 0.2em;
      bottom: 0.15em;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 1em; }
    .switch .slider.round:before {
      border-radius: 50%; }
  .switch.right .slider {
    float: right;
    margin-right: 0;
    margin-left: 0.5em; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute; }
    .switch input:checked ~ .slider {
      background-color: #2DB5DA; }
    .switch input:focus ~ .slider {
      box-shadow: 0 0 1px #2DB5DA; }
    .switch input:checked ~ .slider:before {
      -webkit-transform: translateX(0.75em);
      -ms-transform: translateX(0.75em);
      transform: translateX(0.75em); }

/* Pages */
.api-section {
  padding-top: 104px; }
  .api-section img {
    padding-top: 40px; }

.items-section {
  background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
  padding-top: 72px; }
  .items-section .item-wrapper {
    padding-bottom: 40px; }
    .items-section .item-wrapper img {
      margin-bottom: 28px; }
    .items-section .item-wrapper h3 {
      margin-bottom: 18px;
      font-weight: 600; }

.txt-img-padding {
  padding-top: 58px;
  padding-bottom: 58px; }

.iops {
  background: #FAFAFA url("../images/ovs/lines_3.svg") no-repeat center bottom;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 108px; }
  .iops .box-wrapper {
    margin-top: 72px;
    padding-top: 88px;
    padding-bottom: 88px; }
  .iops .about-iops .content-subtitle {
    padding-bottom: 10px; }
  .iops .about-iops .iops-title {
    padding-bottom: 22px; }
  .iops .about-iops .iops-text {
    font-size: 18px; }
  .iops .tiers {
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    border: 2px solid #E2F1F9;
    border-radius: 4px;
    border-spacing: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 10px 20px 30px 0 rgba(45, 181, 218, 0.3), 5px 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 48px auto 0 auto; }
    @media only screen and (min-width: 48em) {
      .iops .tiers {
        margin: 0; } }
    .iops .tiers tr th {
      border-bottom: 2px solid #E2F1F9;
      padding: 24px 33px;
      text-transform: none; }
    .iops .tiers tr td {
      border: none;
      padding: 16px 33px; }
      .iops .tiers tr td:first-child {
        padding: 12px 0px 12px 33px; }
      .iops .tiers tr td:nth-child(2) {
        padding: 12px 0px;
        color: #555555;
        font-weight: 600; }
      .iops .tiers tr td:nth-child(3) {
        color: #555555;
        font-weight: 600;
        padding: 12px 33px 12px 0; }
    .iops .tiers tr td,
    .iops .tiers tr th {
      font-size: 16px;
      font-weight: 400;
      color: #999999;
      width: 40%;
      text-align: center; }
      .iops .tiers tr td:first-child,
      .iops .tiers tr th:first-child {
        text-align: left;
        width: 20%; }
      .iops .tiers tr td:last-child,
      .iops .tiers tr th:last-child {
        text-align: right; }
    .iops .tiers tr:first-child td {
      padding-top: 24px; }
    .iops .tiers tr:last-child td {
      padding-bottom: 24px; }

.document-list {
  padding-top: 114px;
  padding-bottom: 114px; }
  .document-list .item-wrapper + .item-wrapper {
    margin-top: 48px; }
  .document-list .item-wrapper h2, .document-list .item-wrapper img {
    padding-bottom: 24px; }
  @media only screen and (min-width: 48em) {
    .document-list .item-wrapper + .item-wrapper {
      margin-top: 0; } }

.ovs_vs_ocs {
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 111px;
  position: relative;
  overflow: hidden; }
  .ovs_vs_ocs .bg-img {
    background: url("../images/ovs/lines_3.svg") no-repeat center bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0; }
  .ovs_vs_ocs .content-subtitle {
    padding-bottom: 10px; }
  .ovs_vs_ocs .content-subtitle, .ovs_vs_ocs h2 {
    color: #fff; }
  .ovs_vs_ocs h2 {
    padding-bottom: 44px; }
  .ovs_vs_ocs .item-wrapper {
    border-radius: 4px;
    border: 2px solid #E2F1F9;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 266px;
    text-align: center;
    z-index: 11;
    transition: all 0.4s; }
    .ovs_vs_ocs .item-wrapper .item-top {
      padding-top: 44px;
      padding-bottom: 38px;
      background-color: #D5F0F8;
      border-bottom: 2px solid #E2F1F9; }
      .ovs_vs_ocs .item-wrapper .item-top p:first-child {
        font-size: 1.125em;
        color: #555555;
        text-transform: uppercase;
        padding-bottom: 0; }
      .ovs_vs_ocs .item-wrapper .item-top .type {
        font-size: 58px;
        color: #2DB5DA;
        padding-bottom: 0;
        line-height: 1;
        font-weight: 600; }
    .ovs_vs_ocs .item-wrapper .item-bot {
      padding-top: 34px;
      padding-bottom: 34px;
      background-color: #fff; }
      .ovs_vs_ocs .item-wrapper .item-bot p {
        color: #555555;
        padding-bottom: 12px; }
        .ovs_vs_ocs .item-wrapper .item-bot p:last-child {
          padding-bottom: 0; }
  .ovs_vs_ocs span {
    letter-spacing: 0.8px;
    font-size: 34px;
    color: #fff; }

.ovs-link-box {
  margin-top: -130px; }
  .ovs-link-box .white-box {
    background: #fff; }
    .ovs-link-box .white-box h2 {
      color: #2DB5DA; }
  .ovs-link-box .btn-wrapper {
    max-width: 266px;
    display: block;
    margin: auto; }

section.padding-ovs {
  padding: 108px 0; }

.storage-price {
  font-size: 24px;
  color: #2DB5DA; }

.padding-ocs {
  padding: 108px 0; }

.three-col-ocs {
  padding-top: 74px;
  padding-bottom: 48px; }
  .three-col-ocs .col-item {
    padding-left: 32px;
    padding-right: 32px; }
  .three-col-ocs .title-ocs {
    margin-top: 30px;
    padding-bottom: 16px;
    font-size: 18px;
    text-transform: uppercase; }

.text-img-row.metods-ocs {
  padding-bottom: 150px; }
  .text-img-row.metods-ocs .slider-wrapp {
    padding: 48px;
    width: 100%;
    max-width: 460px;
    min-height: 254px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1); }
    .text-img-row.metods-ocs .slider-wrapp .slider-dots {
      margin-bottom: 40px;
      background-color: #E2F1F9;
      height: 2px;
      width: 100%;
      position: relative; }
      .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap {
        position: absolute;
        top: -4px;
        width: 10px;
        height: 10px;
        background-color: #E2F1F9;
        border: 1px solid #E2F1F9;
        border-radius: 50%;
        cursor: pointer; }
        .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap:first-child {
          left: 10%; }
        .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap:nth-child(2) {
          left: calc(37% - 10px); }
        .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap:nth-child(3) {
          left: calc(63% - 10px); }
        .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap:last-child {
          left: calc(90% - 10px); }
        .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap.active {
          border: 1px solid #2DB5DA;
          top: -7px;
          width: 18px;
          height: 18px;
          background-color: #fff; }
          .text-img-row.metods-ocs .slider-wrapp .slider-dots .dot-wrap.active span {
            width: 10px;
            height: 10px;
            position: absolute;
            top: 3px;
            left: 3px;
            background-color: #2DB5DA;
            border-radius: 50%;
            transition: all .4s; }
    .text-img-row.metods-ocs .slider-wrapp .slide-text {
      display: none; }
      .text-img-row.metods-ocs .slider-wrapp .slide-text.active {
        display: block; }

.text-img-row .list-wrapper {
  background: url("../images/ocs/o.svg") no-repeat center right;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-size: contain;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .text-img-row .list-wrapper .item {
    background-color: #fff;
    border-radius: 36px;
    height: 72px;
    box-shadow: 0 0 5px #84d4e9;
    margin-bottom: 24px;
    margin-right: 15px;
    width: 350px; }
    .text-img-row .list-wrapper .item:last-child {
      margin-bottom: 0; }
    .text-img-row .list-wrapper .item p {
      line-height: 72px;
      font-size: 15px;
      padding-bottom: 0;
      padding-left: 20px;
      color: #2DB5DA;
      padding-right: 20px;
      text-transform: uppercase; }
    .text-img-row .list-wrapper .item img, .text-img-row .list-wrapper .item p {
      display: inline-block; }
    .text-img-row .list-wrapper .item img {
      vertical-align: middle;
      margin-left: 27px;
      padding: 0;
      width: 27px; }
  .text-img-row .list-wrapper-alternative .item {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    padding-left: 75px;
    position: relative; }
    .text-img-row .list-wrapper-alternative .item p {
      text-transform: none;
      line-height: 26px;
      font-size: 18px;
      padding: 14px 0; }
    .text-img-row .list-wrapper-alternative .item img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .text-img-row .list-wrapper-alternative .item-supertitle {
      padding-left: 0; }
      .text-img-row .list-wrapper-alternative .item-supertitle p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.6px;
        line-height: 26px;
        text-align: center;
        width: 100%;
        padding: 14px 0;
        text-transform: uppercase; }

.link-box-ocs {
  margin-top: -140px; }
  .link-box-ocs h2 {
    font-size: 32px; }
  .link-box-ocs .btn-wrapper {
    max-width: 260px; }
    .link-box-ocs .btn-wrapper p {
      padding: 22px 32px; }

@media screen and (max-width: 420px) {
  .text-img-row .list-wrapper .item {
    width: 290px; }
    .text-img-row .list-wrapper .item p {
      font-size: 12px; } }

.jobs-list .content-subtitle {
  margin-top: 34px;
  margin-bottom: 14px; }

.jobs-list *:first-child .content-subtitle {
  margin-top: 0; }

.jobs-list .mobile-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  @media only screen and (min-width: 30em) {
    .jobs-list .mobile-link {
      display: none; } }

.jobs-list .desktop-link {
  display: none; }
  @media only screen and (min-width: 30em) {
    .jobs-list .desktop-link {
      display: block; } }

.jobs-list .jobs-list-element {
  border: 2px solid #EFEFF0;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 36px 22px 34px 22px;
  text-align: center; }
  @media only screen and (min-width: 30em) {
    .jobs-list .jobs-list-element {
      padding: 36px 55px 34px 55px;
      text-align: left; } }
  .jobs-list .jobs-list-element .jobs-list-element-content {
    line-height: 36px;
    margin: 0;
    padding: 0;
    color: #2DB5DA;
    flex-grow: 1;
    letter-spacing: 0;
    padding-right: 10px;
    font-size: 20px; }
    @media only screen and (min-width: 30em) {
      .jobs-list .jobs-list-element .jobs-list-element-content {
        font-size: 24px; } }
  .jobs-list .jobs-list-element .jobs-list-element-cta {
    min-width: auto;
    flex-grow: 0;
    box-shadow: 0 16px 32px -8px #a6cbd8;
    margin-top: 15px; }
    @media only screen and (min-width: 30em) {
      .jobs-list .jobs-list-element .jobs-list-element-cta {
        margin-top: 0; } }
    .jobs-list .jobs-list-element .jobs-list-element-cta p {
      padding: 8px 28px 7px 28px; }

.page-job {
  margin-top: 180px; }
  .page-job h3 {
    color: #2DB5DA;
    margin-top: 32px;
    margin-bottom: 16px; }
  .page-job h1 {
    color: #555555;
    text-transform: uppercase;
    font-size: 2.125em;
    padding-bottom: 20px; }
  .page-job .content-subtitle {
    font-size: 14px;
    padding-bottom: 54px; }
    .page-job .content-subtitle .breadcrumb-link {
      color: #2DB5DA;
      text-decoration: none; }
      .page-job .content-subtitle .breadcrumb-link:before {
        background: url(../images/arrow-right.svg) no-repeat right center;
        background-size: 6px 12px;
        content: ' ';
        display: inline-block;
        width: 9px;
        height: 16px;
        padding-right: 20px;
        position: relative;
        left: 0;
        top: 3px;
        transition: left ease-out 0.1s;
        transform: rotate(180deg); }
    .page-job .content-subtitle:hover .breadcrumb-link:before {
      left: -8px; }
    .page-job .content-subtitle .breadcrumb-separator {
      opacity: 0.3;
      display: inline-block;
      margin: auto 8px; }
  .page-job .page-job-content p, .page-job .page-job-content ul {
    margin-top: 16px;
    margin-bottom: 44px;
    padding-bottom: 0; }
  .page-job .page-job-content ul {
    color: #999999; }
    .page-job .page-job-content ul li {
      margin-bottom: 20px;
      padding-left: 32px;
      background: url("../images/arrow-right.svg") no-repeat 2px 2px;
      background-size: 9px 16px; }
  .page-job .cta-box {
    min-height: 300px;
    width: 230px;
    padding: 48px 16px;
    border-radius: 10px;
    background: url(../images/career-cta-box-background.svg) no-repeat center 24px, linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
    box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
    text-align: center; }
    @media only screen and (min-width: 62em) {
      .page-job .cta-box {
        width: 293px; } }
    .page-job .cta-box h3 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0;
      color: #fff;
      margin-bottom: 32px; }
  .page-job .benefits {
    background-color: rgba(45, 181, 218, 0.1);
    margin-top: 16px;
    margin-bottom: 32px; }
    .page-job .benefits .clear-padding {
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 62em) {
        .page-job .benefits .clear-padding {
          padding-right: 1rem;
          padding-left: 1rem; } }
    .page-job .benefits .cta-box {
      margin-bottom: -16px;
      margin-top: 45px;
      width: 100%;
      display: block; }
      @media only screen and (min-width: 48em) {
        .page-job .benefits .cta-box {
          margin-top: -16px;
          display: none; } }
      @media only screen and (min-width: 62em) {
        .page-job .benefits .cta-box {
          width: 293px; } }
    .page-job .benefits ul {
      list-style-type: none; }
      .page-job .benefits ul li p {
        background-size: 24px 24px;
        padding-top: 40px; }

.page-legal-notes .divider {
  margin-top: -72px;
  margin-bottom: 48px; }

.page-legal-notes .content-subtitle {
  margin-top: 34px;
  margin-bottom: 14px; }

.page-legal-notes .full-width-tiles {
  margin-bottom: 40px; }
  .page-legal-notes .full-width-tiles .full-width-tile {
    border: 2px solid #EFEFF0;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
    padding: 25px; }
    @media only screen and (min-width: 48em) {
      .page-legal-notes .full-width-tiles .full-width-tile {
        padding: 27px 55px 25px 55px; } }
    .page-legal-notes .full-width-tiles .full-width-tile a {
      margin: 0;
      padding: 0;
      flex-grow: 1;
      font-size: 16px;
      color: #2DB5DA;
      letter-spacing: 1.6px;
      line-height: 30px;
      text-transform: uppercase;
      display: block;
      background-image: none;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 13.5px 24px;
      transition: background-position ease-out 0.1s; }
      @media only screen and (min-width: 48em) {
        .page-legal-notes .full-width-tiles .full-width-tile a {
          font-size: 20px;
          background-image: url("../images/arrow-right.svg"); } }
      .page-legal-notes .full-width-tiles .full-width-tile a:hover {
        background-position: right 8px center; }

.page-legal-notes .page-legal-notes-content {
  margin-top: 64px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px; }
  .page-legal-notes .page-legal-notes-content h3 {
    color: #555555;
    margin-bottom: 16px; }

.page-privacy-policy table tr td {
  vertical-align: middle; }
  .page-privacy-policy table tr td span {
    background: url("../images/check-simple.svg") no-repeat center center;
    background-size: 16px 16px;
    display: block;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-indent: -1000em; }

.company-data-secirity-section .logotypes .logotype:not(:last-child) {
  margin-right: 40px; }
  @media only screen and (min-width: 48em) {
    .company-data-secirity-section .logotypes .logotype:not(:last-child) {
      margin-right: 104px; } }

.page-contact {
  background: url("../images/logo_bg.svg") no-repeat #fafafa;
  background-position: left calc(50% + 354px) bottom -200px;
  padding-top: 144px;
  padding-bottom: 144px; }
  .page-contact h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 38px;
    color: #2DB5DA;
    margin-top: 8px;
    margin-bottom: 32px; }
  .page-contact ul li {
    border: 1px solid #2DB5DA;
    border-radius: 40px;
    display: block;
    padding: 14px 24px 14px 24px;
    box-shadow: 0 2px 10px 0 rgba(45, 181, 218, 0.5);
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    margin-bottom: 24px;
    background-size: 25px 25px;
    background: none;
    text-align: center; }
    @media only screen and (min-width: 24em) {
      .page-contact ul li {
        text-align: left;
        font-size: 16px;
        padding: 14px 64px 14px 84px;
        background: url("../images/check-simple.svg") no-repeat 32px center #fff; } }
    .page-contact ul li h4 {
      text-transform: uppercase;
      color: #2DB5DA; }

.page-prices h3 {
  margin-top: 48px; }

.page-prices table {
  margin-bottom: 32px; }
  .page-prices table.including-taxes {
    display: none; }
  .page-prices table tr th {
    vertical-align: bottom;
    text-align: left;
    text-transform: none; }
  .page-prices table tr td {
    text-align: right; }
  .page-prices table thead tr th, .page-prices table thead tr td {
    text-align: center; }
  .page-prices table.first-left tr th:first-child, .page-prices table.first-left tr td:first-child {
    text-align: left; }

.page-prices section.short-info {
  padding-bottom: 40px; }

.page-prices section:not(.short-info):not(.navigation):not(#second-navbar) {
  padding-bottom: 60px; }

.page-prices .switch.right {
  display: block;
  float: right; }

.page-prices .simple-text .grid-wrapper {
  max-width: 1000px; }

.page-prices strong {
  font-weight: 600; }

section.blog .blog-header h1 {
  color: #555555;
  text-transform: uppercase;
  font-size: 2.125em;
  padding-bottom: 20px; }

section.blog .post-filter .hr-light-grey {
  margin-top: 24px;
  position: relative;
  display: none; }
  @media only screen and (min-width: 54em) {
    section.blog .post-filter .hr-light-grey {
      display: block; } }
  section.blog .post-filter .hr-light-grey #active-dash {
    position: absolute;
    background-color: #2DB5DA;
    height: 2px;
    top: 0;
    left: 0; }

section.blog .post-filter .cat-filter {
  margin-bottom: 42px; }
  @media only screen and (min-width: 54em) {
    section.blog .post-filter .cat-filter {
      margin-bottom: 0; } }
  section.blog .post-filter .cat-filter li {
    cursor: pointer;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-left: 2px solid #E8E7E9; }
    @media only screen and (min-width: 54em) {
      section.blog .post-filter .cat-filter li {
        border-left: 0 !important;
        display: inline;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0; } }
    section.blog .post-filter .cat-filter li a {
      margin-right: 32px;
      color: #555555;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
      section.blog .post-filter .cat-filter li a:hover, section.blog .post-filter .cat-filter li a:focus {
        color: #2DB5DA;
        border: 0; }
      section.blog .post-filter .cat-filter li a:lastchild {
        margin-right: 0; }
    section.blog .post-filter .cat-filter li.active {
      border-left: 2px solid #2DB5DA; }
      section.blog .post-filter .cat-filter li.active a {
        color: #2DB5DA; }

section.blog .img-wrapp img {
  border-radius: 4px;
  width: 100%; }

section.blog .p-summary strong {
  font-weight: 400; }

section.blog h1.p-name,
section.blog h2.p-name {
  text-transform: none;
  padding-bottom: 0;
  font-size: 2.125em;
  margin-bottom: 15px; }

section.blog .post-info .date-author-wrapp .author-link {
  margin-bottom: 1px;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #2DB5DA; }

section.blog.home .post-info .btn-raport {
  display: none; }

section.blog.raporty .post-info .avatar,
section.blog.raporty .post-info .date-author-wrapp {
  display: none; }

section.blog .list-blog-header:hover .img-wrapp, section.blog .list-blog-header:focus .img-wrapp, section.blog-post .list-blog-header:hover .img-wrapp, section.blog-post .list-blog-header:focus .img-wrapp, section.blog-author .list-blog-header:hover .img-wrapp, section.blog-author .list-blog-header:focus .img-wrapp {
  background-color: #2DB5DA; }
  section.blog .list-blog-header:hover .img-wrapp img, section.blog .list-blog-header:focus .img-wrapp img, section.blog-post .list-blog-header:hover .img-wrapp img, section.blog-post .list-blog-header:focus .img-wrapp img, section.blog-author .list-blog-header:hover .img-wrapp img, section.blog-author .list-blog-header:focus .img-wrapp img {
    opacity: 0; }
  section.blog .list-blog-header:hover .img-wrapp .blog-arrow, section.blog .list-blog-header:focus .img-wrapp .blog-arrow, section.blog-post .list-blog-header:hover .img-wrapp .blog-arrow, section.blog-post .list-blog-header:focus .img-wrapp .blog-arrow, section.blog-author .list-blog-header:hover .img-wrapp .blog-arrow, section.blog-author .list-blog-header:focus .img-wrapp .blog-arrow {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%); }

section.blog .list-blog-header .img-wrapp, section.blog-post .list-blog-header .img-wrapp, section.blog-author .list-blog-header .img-wrapp {
  border-radius: 4px;
  margin-bottom: 24px;
  transition: background-color .35s;
  position: relative; }
  section.blog .list-blog-header .img-wrapp .blog-arrow, section.blog-post .list-blog-header .img-wrapp .blog-arrow, section.blog-author .list-blog-header .img-wrapp .blog-arrow {
    width: 32px;
    height: 32px;
    opacity: 0;
    transform-origin: center;
    transform: scale(0) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .35s; }

section.blog .list-blog-header img, section.blog-post .list-blog-header img, section.blog-author .list-blog-header img {
  transition: opacity .3s;
  display: block; }

section.blog .p-category, section.blog-post .p-category, section.blog-author .p-category {
  color: #555555;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 24px;
  transition: color .35s; }
  section.blog .p-category:hover, section.blog .p-category:focus, section.blog-post .p-category:hover, section.blog-post .p-category:focus, section.blog-author .p-category:hover, section.blog-author .p-category:focus {
    color: #2DB5DA;
    border-bottom: 1px solid #2DB5DA; }

section.blog .p-name, section.blog-post .p-name, section.blog-author .p-name {
  margin-top: 14px;
  margin-bottom: 10px; }
  section.blog .p-name a, section.blog-post .p-name a, section.blog-author .p-name a {
    color: #555555;
    font-size: 32px;
    transition: color .35s; }
    section.blog .p-name a:hover, section.blog .p-name a:focus, section.blog-post .p-name a:hover, section.blog-post .p-name a:focus, section.blog-author .p-name a:hover, section.blog-author .p-name a:focus {
      color: #2DB5DA; }

section.blog .post-wrapper, section.blog-post .post-wrapper, section.blog-author .post-wrapper {
  margin-bottom: 40px; }
  section.blog .post-wrapper.post-first .img-wrapp, section.blog-post .post-wrapper.post-first .img-wrapp, section.blog-author .post-wrapper.post-first .img-wrapp {
    margin-bottom: 24px; }
    @media only screen and (min-width: 48em) {
      section.blog .post-wrapper.post-first .img-wrapp, section.blog-post .post-wrapper.post-first .img-wrapp, section.blog-author .post-wrapper.post-first .img-wrapp {
        margin-bottom: 0; } }

section.blog .e-content, section.blog-post .e-content, section.blog-author .e-content {
  padding-bottom: 8px; }

section.blog .post-info .avatar, section.blog-post .post-info .avatar, section.blog-author .post-info .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

section.blog .post-info .date-author-wrapp,
section.blog .post-info .avatar, section.blog-post .post-info .date-author-wrapp,
section.blog-post .post-info .avatar, section.blog-author .post-info .date-author-wrapp,
section.blog-author .post-info .avatar {
  display: inline-block;
  vertical-align: top; }

section.blog .post-info .list-blog-date,
section.blog .post-info .author-link, section.blog-post .post-info .list-blog-date,
section.blog-post .post-info .author-link, section.blog-author .post-info .list-blog-date,
section.blog-author .post-info .author-link {
  font-size: 14px;
  display: block;
  text-transform: uppercase; }

section.blog .post-info .author-link, section.blog-post .post-info .author-link, section.blog-author .post-info .author-link {
  margin-bottom: 1px;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #2DB5DA; }

section.blog .post-info .list-blog-date, section.blog-post .post-info .list-blog-date, section.blog-author .post-info .list-blog-date {
  color: #999999; }

section.blog .hr-light-grey, section.blog-post .hr-light-grey, section.blog-author .hr-light-grey {
  border-bottom: 2px solid #E8E7E9;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px; }

section.blog .btn-wrapper, section.blog-post .btn-wrapper, section.blog-author .btn-wrapper {
  min-width: 0; }

section.blog-post .link-copy, section.case-studies-author .link-copy {
  position: relative; }
  section.blog-post .link-copy.clicked:before, section.case-studies-author .link-copy.clicked:before {
    opacity: 1;
    top: -24px; }
  section.blog-post .link-copy:before, section.case-studies-author .link-copy:before {
    position: absolute;
    opacity: 0;
    content: 'copied';
    color: #2DB5DA;
    top: -19px;
    left: -6px;
    font-size: 12px;
    transition: opacity .35s, top .35s; }

section.blog-post .breadcrumb-link, section.case-studies-author .breadcrumb-link {
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
  margin-right: 12px; }
  section.blog-post .breadcrumb-link:hover, section.blog-post .breadcrumb-link:focus, section.case-studies-author .breadcrumb-link:hover, section.case-studies-author .breadcrumb-link:focus {
    color: #2DB5DA; }
  section.blog-post .breadcrumb-link:before, section.case-studies-author .breadcrumb-link:before {
    content: '';
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: left center;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    transform: rotate(180deg);
    transition: left .3s; }
  section.blog-post .breadcrumb-link:hover:before, section.blog-post .breadcrumb-link:focus:before, section.case-studies-author .breadcrumb-link:hover:before, section.case-studies-author .breadcrumb-link:focus:before {
    left: -3px; }

section.blog-post h1.p-name, section.case-studies-author h1.p-name {
  font-size: 48px;
  color: #555555;
  margin-top: 6px;
  text-transform: none;
  margin-bottom: 24px; }

section.blog-post .post-info .list-blog-date, section.case-studies-author .post-info .list-blog-date {
  color: #999999; }

section.blog-post .author-social,
section.blog-post .share-social, section.case-studies-author .author-social,
section.case-studies-author .share-social {
  display: flex;
  list-style: none;
  margin-right: 0;
  margin-left: auto;
  justify-content: center;
  text-align: end;
  margin-top: 20px; }
  @media only screen and (min-width: 48em) {
    section.blog-post .author-social,
    section.blog-post .share-social, section.case-studies-author .author-social,
    section.case-studies-author .share-social {
      justify-content: flex-end;
      margin-top: 0; } }
  section.blog-post .author-social li,
  section.blog-post .share-social li, section.case-studies-author .author-social li,
  section.case-studies-author .share-social li {
    display: inline;
    margin-right: 24px; }
    section.blog-post .author-social li:last-child,
    section.blog-post .share-social li:last-child, section.case-studies-author .author-social li:last-child,
    section.case-studies-author .share-social li:last-child {
      margin-right: 0; }

section.blog-post .author-social li, section.case-studies-author .author-social li {
  margin-top: 8px; }

section.blog-post .btn-raport .btn-wrapper, section.case-studies-author .btn-raport .btn-wrapper {
  margin-bottom: 35px; }

section.blog-post .p-content, section.case-studies-author .p-content {
  color: #999999;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 30px; }
  section.blog-post .p-content > p strong, section.case-studies-author .p-content > p strong {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px; }
  section.blog-post .p-content hr, section.case-studies-author .p-content hr {
    border: 1px solid #E8E7E9; }
  section.blog-post .p-content blockquote, section.case-studies-author .p-content blockquote {
    font-size: 24px;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 35px;
    quotes: "”" "”"; }
    section.blog-post .p-content blockquote p, section.case-studies-author .p-content blockquote p {
      line-height: 36px;
      font-weight: 500;
      color: #2DB5DA;
      padding-bottom: 6px; }
    section.blog-post .p-content blockquote:before, section.case-studies-author .p-content blockquote:before {
      content: open-quote;
      height: 0;
      line-height: 1;
      left: -70px;
      position: absolute;
      top: -14px;
      color: #2DB5DA;
      font-size: 5em; }
    section.blog-post .p-content blockquote:after, section.case-studies-author .p-content blockquote:after {
      content: no-close-quote; }
    section.blog-post .p-content blockquote + p, section.case-studies-author .p-content blockquote + p {
      font-size: 14px;
      letter-spacing: 0.8px;
      padding-bottom: 40px; }
  section.blog-post .p-content h1, section.blog-post .p-content h2, section.blog-post .p-content h3, section.blog-post .p-content h4, section.blog-post .p-content h5, section.case-studies-author .p-content h1, section.case-studies-author .p-content h2, section.case-studies-author .p-content h3, section.case-studies-author .p-content h4, section.case-studies-author .p-content h5 {
    color: #555555;
    text-transform: uppercase;
    font-size: 20px; }
  section.blog-post .p-content h1, section.blog-post .p-content h2, section.case-studies-author .p-content h1, section.case-studies-author .p-content h2 {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin-top: 0; }
    section.blog-post .p-content h1 strong, section.blog-post .p-content h2 strong, section.case-studies-author .p-content h1 strong, section.case-studies-author .p-content h2 strong {
      font-weight: 400; }
  section.blog-post .p-content h1, section.case-studies-author .p-content h1 {
    margin-top: 22px; }
  section.blog-post .p-content h2, section.case-studies-author .p-content h2 {
    margin-bottom: 16px;
    padding-bottom: 0; }

section.blog-post .img-wrapp, section.case-studies-author .img-wrapp {
  margin-bottom: 25px; }
  section.blog-post .img-wrapp img, section.case-studies-author .img-wrapp img {
    border-radius: 4px; }

section.blog-post .date-author-wrapp, section.case-studies-author .date-author-wrapp {
  max-width: calc( 100% - 124px); }
  section.blog-post .date-author-wrapp.date-author-smaller, section.case-studies-author .date-author-wrapp.date-author-smaller {
    max-width: calc( 100% - 52px); }

section.blog-post .about-author, section.case-studies-author .about-author {
  border-radius: 4px;
  border: 2px solid #E2F1F9;
  padding: 40px 32px 18px 40px;
  margin-top: 16px;
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    section.blog-post .about-author, section.case-studies-author .about-author {
      margin-top: 4em; } }
  section.blog-post .about-author .author-link, section.case-studies-author .about-author .author-link {
    font-size: 18px;
    padding-bottom: 0;
    color: #2DB5DA; }
  section.blog-post .about-author .author-role, section.case-studies-author .about-author .author-role {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #999999;
    padding-bottom: 12px; }
  section.blog-post .about-author .avatar, section.case-studies-author .about-author .avatar {
    width: 50px;
    height: 50px;
    margin-right: 16px; }

section.blog-post .share-info, section.case-studies-author .share-info {
  text-transform: uppercase;
  font-size: 20px;
  color: #555555;
  margin-right: 32px; }

section.blog-post .left-nav-wrapper, section.case-studies-author .left-nav-wrapper {
  position: relative; }

section.blog-post .left-fixed-tabs, section.case-studies-author .left-fixed-tabs {
  opacity: 0; }
  section.blog-post .left-fixed-tabs li, section.case-studies-author .left-fixed-tabs li {
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-right: 12px;
    color: #999999;
    cursor: pointer; }
    section.blog-post .left-fixed-tabs li.active, section.case-studies-author .left-fixed-tabs li.active {
      color: #2DB5DA; }
    section.blog-post .left-fixed-tabs li:hover, section.blog-post .left-fixed-tabs li:focus, section.case-studies-author .left-fixed-tabs li:hover, section.case-studies-author .left-fixed-tabs li:focus {
      color: #2DB5DA; }

section.blog-post .more-post .p-name, section.case-studies-author .more-post .p-name {
  line-height: 32px;
  margin-top: 12px;
  text-transform: none; }

section.blog-post .more-post .share-info, section.case-studies-author .more-post .share-info {
  margin: 58px auto 22px 0; }

section.blog-post .more-post .post-info, section.case-studies-author .more-post .post-info {
  display: none; }

.amazon-web-services section.main-banner .box {
  padding-right: 15%; }

.webinary {
  padding-top: 100px; }
  .webinary #second-navbar {
    padding: 0; }
  .webinary .container-fluid {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 75px 0; }
    .webinary .container-fluid h2 {
      font-size: 2.125em;
      padding-bottom: 20px;
      color: #555; }
    .webinary .container-fluid p.content-subtitle {
      font-size: 1.125em;
      letter-spacing: 1.6px;
      color: #999;
      padding-bottom: 8px; }
    .webinary .container-fluid.scroll {
      padding-top: 0;
      position: fixed; }
    .webinary .container-fluid-hero, .webinary .container-fluid-potwierdzenie {
      padding: 100px 0 !important;
      text-align: left; }
      .webinary .container-fluid-hero h2, .webinary .container-fluid-potwierdzenie h2 {
        font-size: 18px;
        line-height: 27px;
        color: #999;
        padding-bottom: 8px; }
      .webinary .container-fluid-hero h1, .webinary .container-fluid-potwierdzenie h1 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 1.6px;
        font-weight: 500;
        color: #555; }
      .webinary .container-fluid-hero .content, .webinary .container-fluid-potwierdzenie .content {
        padding: 0 65px;
        max-width: 730px;
        width: 100%; }
        .webinary .container-fluid-hero .content p:not(.btn-title), .webinary .container-fluid-potwierdzenie .content p:not(.btn-title) {
          width: 85%;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 1.6px;
          padding: 20px 0 40px 0; }
        .webinary .container-fluid-hero .content .btn-wrapper, .webinary .container-fluid-potwierdzenie .content .btn-wrapper {
          width: 242px;
          margin: 0; }
          .webinary .container-fluid-hero .content .btn-wrapper p, .webinary .container-fluid-potwierdzenie .content .btn-wrapper p {
            padding: 0;
            width: 100%;
            height: 48px;
            line-height: 48px; }
        .webinary .container-fluid-hero .content img, .webinary .container-fluid-potwierdzenie .content img {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 47%;
          z-index: -1; }
    .webinary .container-fluid-potwierdzenie .content h1 {
      padding-bottom: 20px; }
    .webinary .container-fluid-potwierdzenie .content p:not(.btn-title) {
      padding: 0 !important; }
    .webinary .container-fluid-potwierdzenie .content .btn-wrapper {
      margin-top: 20px;
      width: 338px; }
    .webinary .container-fluid-potwierdzenie ul.features {
      list-style: none;
      margin-top: 30px;
      margin-bottom: 50px; }
      .webinary .container-fluid-potwierdzenie ul.features li {
        position: relative;
        height: 48px;
        padding-left: 50px;
        line-height: 25px;
        margin-bottom: 15px;
        max-width: 330px;
        padding-top: 6px; }
        .webinary .container-fluid-potwierdzenie ul.features li img {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: #d8e2e9;
          position: absolute;
          left: 0;
          top: 4px;
          right: auto;
          transform: none;
          z-index: 1; }
        .webinary .container-fluid-potwierdzenie ul.features li .feature-top,
        .webinary .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #2DB5DA;
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 18px;
          font-weight: 600;
          display: block; }
        .webinary .container-fluid-potwierdzenie ul.features li .feature-top {
          text-transform: uppercase; }
        .webinary .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #999999;
          font-size: 14px;
          letter-spacing: 0.7px;
          line-height: 20px;
          font-weight: normal; }
    .webinary .container-fluid-partners {
      padding: 75px 0 45px 0; }
      .webinary .container-fluid-partners h2 {
        font-size: 1.125em;
        letter-spacing: 1.6px; }
      .webinary .container-fluid-partners p {
        text-align: center;
        line-height: 45px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 0; }
        .webinary .container-fluid-partners p img {
          max-width: 100px;
          max-height: 24px;
          margin: 0 45px;
          display: block;
          margin-bottom: 30px; }
    .webinary .container-fluid-description {
      background: #fafafa; }
      .webinary .container-fluid-description h3 {
        color: #555;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 0.8px;
        line-height: 38px; }
      .webinary .container-fluid-description p {
        color: #999999;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 36px;
        padding: 10px 0; }
      .webinary .container-fluid-description .author-info p {
        color: #999999;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px; }
        .webinary .container-fluid-description .author-info p strong {
          display: block;
          color: #2DB5DA;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          text-transform: uppercase;
          font-weight: normal;
          padding: 5px 0; }
      .webinary .container-fluid-description .author-image-wrapper {
        text-align: center; }
        .webinary .container-fluid-description .author-image-wrapper p {
          width: 50px;
          height: 50px;
          display: inline-block;
          position: relative;
          overflow: hidden;
          border-radius: 50%; }
          .webinary .container-fluid-description .author-image-wrapper p img {
            max-height: 50px;
            max-width: none;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%); }
    .webinary .container-fluid-for-who .row {
      display: flex;
      align-items: center; }
      .webinary .container-fluid-for-who .row p {
        text-align: left;
        color: #555555;
        font-size: 32px;
        letter-spacing: 0.8px;
        line-height: 38px;
        padding-bottom: 0; }
      .webinary .container-fluid-for-who .row ul {
        max-width: 384px; }
        .webinary .container-fluid-for-who .row ul li {
          border: 1px solid #2db5da;
          border-radius: 40px;
          min-height: 80px;
          display: block;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          padding: 12px 64px 12px 84px;
          color: #2db5da;
          text-align: left;
          margin: 16px 0;
          box-shadow: 0 2px 10px 0 rgba(45, 181, 218, 0.5);
          position: relative; }
          .webinary .container-fluid-for-who .row ul li::before {
            content: '';
            position: absolute;
            left: 32px;
            top: 50%;
            transform: translateY(-50%);
            background: url("../images/check-simple.svg") no-repeat center center;
            background-size: 24px 24px;
            display: block;
            width: 24px;
            height: 24px; }
        @media only screen and (max-width: 768px) {
          .webinary .container-fluid-for-who .row ul {
            max-width: none; }
            .webinary .container-fluid-for-who .row ul li {
              min-height: 0; } }
    .webinary .container-fluid-webinars {
      background: #FAFAFA;
      padding: 100px 0;
      text-align: left; }
      .webinary .container-fluid-webinars .content {
        text-align: center; }
        .webinary .container-fluid-webinars .content p {
          color: #999999;
          font-size: 20px;
          letter-spacing: 1.6px;
          line-height: 30px;
          padding-bottom: 50px; }
      .webinary .container-fluid-webinars .webinar-item {
        margin-bottom: 30px;
        box-sizing: border-box;
        border: 2px solid #E2F1F9;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 40px 32px;
        position: relative;
        height: calc(100% - 20px); }
        .webinary .container-fluid-webinars .webinar-item .free-badge {
          height: 24px;
          line-height: 24px;
          right: 32px;
          top: 40px;
          position: absolute;
          background-color: rgba(76, 175, 80, 0.3);
          border-radius: 4px;
          color: #4CAF50;
          font-weight: 600;
          font-size: 14px;
          padding: 0 16px; }
        .webinary .container-fluid-webinars .webinar-item h5 {
          font-size: 14px;
          line-height: 24px;
          color: #555;
          letter-spacing: 1.6px;
          font-weight: normal;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .webinary .container-fluid-webinars .webinar-item h3 {
          font-size: 32px;
          line-height: 36px;
          font-weight: 600;
          color: #555;
          letter-spacing: 0;
          text-transform: none;
          padding-top: 5px;
          margin-bottom: 25px; }
        .webinary .container-fluid-webinars .webinar-item ul.features {
          list-style: none; }
          .webinary .container-fluid-webinars .webinar-item ul.features li {
            position: relative;
            height: 48px;
            padding-left: 50px;
            line-height: 25px;
            margin-bottom: 15px; }
            .webinary .container-fluid-webinars .webinar-item ul.features li img {
              width: 40px;
              height: 40px;
              border-radius: 20px;
              background: #d8e2e9;
              position: absolute;
              left: 0;
              top: 2px; }
            .webinary .container-fluid-webinars .webinar-item ul.features li .feature-top,
            .webinary .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #2DB5DA;
              font-size: 16px;
              letter-spacing: 0.8px;
              line-height: 24px;
              font-weight: 400;
              display: block; }
            .webinary .container-fluid-webinars .webinar-item ul.features li .feature-top {
              text-transform: uppercase; }
            .webinary .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #999999;
              font-size: 14px;
              letter-spacing: 0.7px;
              line-height: 20px;
              font-weight: normal; }
        .webinary .container-fluid-webinars .webinar-item .btn-wrapper {
          margin-top: 35px; }
    .webinary .container-fluid-presenters {
      padding: 100px 0 80px 0;
      text-align: center; }
      .webinary .container-fluid-presenters .row-presenters {
        margin-top: 40px;
        display: flex;
        align-items: center; }
        .webinary .container-fluid-presenters .row-presenters .presenter-wrapper {
          position: relative;
          width: 100%;
          perspective: 1000px;
          margin-bottom: 30px; }
          .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner {
            position: relative;
            width: 100%;
            min-height: 360px;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            border-radius: 4px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front,
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back {
              transition: opacity 0.8s;
              z-index: 1;
              position: absolute;
              width: 100%;
              height: 100%;
              backface-visibility: hidden;
              border: 2px solid #E2F1F9;
              border-radius: 4px;
              box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2) 0;
              background: #fff; }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .flip-card-content,
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back .flip-card-content {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 100%; }
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front {
              color: black; }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper {
                display: inline-block;
                width: 160px;
                height: 160px;
                overflow: hidden;
                position: relative;
                border-radius: 50%; }
                .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper p {
                  margin-top: 0; }
                  .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper p img {
                    position: absolute;
                    height: 160px;
                    left: 50%;
                    max-width: none;
                    transform: translateX(-50%); }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front h3 {
                color: #555;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 1.6px;
                line-height: 30px;
                margin-top: 23px; }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front p {
                color: #999;
                font-size: 16px;
                letter-spacing: 0.8px;
                line-height: 24px;
                margin-top: 5px;
                padding: 0 32px; }
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back {
              z-index: 1;
              transform: rotateY(180deg);
              opacity: 0; }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back h3 {
                color: #555;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 1.6px;
                line-height: 30px;
                margin-bottom: 10px; }
              .webinary .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back p {
                color: #999;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: 0.7px;
                line-height: 20px;
                padding: 0 32px; }
          .webinary .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner {
            transform: rotateY(180deg); }
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner .flip-card-front {
              opacity: 0; }
            .webinary .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner .flip-card-back {
              opacity: 1; }
    .webinary .container-fluid-organizer {
      background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
      padding: 80px 0 110px 0;
      text-align: left; }
      .webinary .container-fluid-organizer h2 {
        font-size: 18px;
        line-height: 27px;
        color: #fff; }
      .webinary .container-fluid-organizer .grid-wrapper {
        position: static; }
      .webinary .container-fluid-organizer .bg-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55%; }
      .webinary .container-fluid-organizer p {
        color: #fff;
        font-size: 16px;
        line-height: 24px; }

.webinar-library section {
  padding-top: 0 !important;
  padding-bottom: 16px !important; }

section.webinar-library-short-info {
  padding-top: 0 !important;
  padding-bottom: 4em; }

.short-info.blog.webinar-library {
  padding-top: 0 !important;
  padding-bottom: 16px !important; }

.webinarlibrary-banner {
  background: url("/user/themes/oktawave/images/webinar-library/back_webinar.png");
  margin-bottom: 3em;
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: contain; }
  @media screen and (max-width: 1024px) {
    .webinarlibrary-banner {
      background-position: 150%; } }
  @media screen and (max-width: 768px) {
    .webinarlibrary-banner {
      background-position: bottom; } }

.webinar-library {
  padding-top: 16px; }
  .webinar-library::first-child {
    padding-top: 100px; }
  .webinar-library .container-fluid {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 75px 0; }
    .webinar-library .container-fluid h2 {
      font-size: 2.125em;
      padding-bottom: 20px;
      color: #555; }
    .webinar-library .container-fluid p.content-subtitle {
      font-size: 1.125em;
      letter-spacing: 1.6px;
      color: #999;
      padding-bottom: 8px; }
    .webinar-library .container-fluid.scroll {
      padding-top: 0;
      position: fixed; }
    .webinar-library .container-fluid-hero, .webinar-library .container-fluid-potwierdzenie {
      padding: 100px 0 !important;
      text-align: left; }
      .webinar-library .container-fluid-hero h2, .webinar-library .container-fluid-potwierdzenie h2 {
        font-size: 18px;
        line-height: 27px;
        color: #999;
        padding-bottom: 8px; }
      .webinar-library .container-fluid-hero h1, .webinar-library .container-fluid-potwierdzenie h1 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 1.6px;
        font-weight: 500;
        color: #555; }
      .webinar-library .container-fluid-hero .content, .webinar-library .container-fluid-potwierdzenie .content {
        padding: 0 65px;
        max-width: 730px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .webinar-library .container-fluid-hero .content, .webinar-library .container-fluid-potwierdzenie .content {
            padding: 0 16px; } }
        .webinar-library .container-fluid-hero .content p:not(.btn-title), .webinar-library .container-fluid-potwierdzenie .content p:not(.btn-title) {
          width: 85%;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 1.6px;
          padding: 20px 0 40px 0; }
        .webinar-library .container-fluid-hero .content .btn-wrapper, .webinar-library .container-fluid-potwierdzenie .content .btn-wrapper {
          width: 242px;
          margin: 0; }
          .webinar-library .container-fluid-hero .content .btn-wrapper p, .webinar-library .container-fluid-potwierdzenie .content .btn-wrapper p {
            padding: 0;
            width: 100%;
            height: 48px;
            line-height: 48px; }
        .webinar-library .container-fluid-hero .content img, .webinar-library .container-fluid-potwierdzenie .content img {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 47%;
          z-index: -1; }
    .webinar-library .container-fluid-potwierdzenie .content h1 {
      padding-bottom: 20px; }
    .webinar-library .container-fluid-potwierdzenie .content p:not(.btn-title) {
      padding: 0 !important; }
    .webinar-library .container-fluid-potwierdzenie .content .btn-wrapper {
      margin-top: 20px;
      width: 338px; }
    .webinar-library .container-fluid-potwierdzenie ul.features {
      list-style: none;
      margin-top: 30px;
      margin-bottom: 50px; }
      .webinar-library .container-fluid-potwierdzenie ul.features li {
        position: relative;
        height: 48px;
        padding-left: 50px;
        line-height: 25px;
        margin-bottom: 15px;
        max-width: 330px;
        padding-top: 6px; }
        .webinar-library .container-fluid-potwierdzenie ul.features li img {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: #d8e2e9;
          position: absolute;
          left: 0;
          top: 4px;
          right: auto;
          transform: none;
          z-index: 1; }
        .webinar-library .container-fluid-potwierdzenie ul.features li .feature-top,
        .webinar-library .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #2DB5DA;
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 18px;
          font-weight: 600;
          display: block; }
        .webinar-library .container-fluid-potwierdzenie ul.features li .feature-top {
          text-transform: uppercase; }
        .webinar-library .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #999999;
          font-size: 14px;
          letter-spacing: 0.7px;
          line-height: 20px;
          font-weight: normal; }
    .webinar-library .container-fluid-partners {
      padding: 75px 0 45px 0; }
      .webinar-library .container-fluid-partners h2 {
        font-size: 1.125em;
        letter-spacing: 1.6px; }
      .webinar-library .container-fluid-partners p {
        text-align: center;
        line-height: 45px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 0; }
        .webinar-library .container-fluid-partners p img {
          max-width: 100px;
          max-height: 24px;
          margin: 0 45px;
          display: block;
          margin-bottom: 30px; }
    .webinar-library .container-fluid-description {
      background: #fafafa; }
      .webinar-library .container-fluid-description h3 {
        color: #555;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 0.8px;
        line-height: 38px; }
      .webinar-library .container-fluid-description p {
        color: #999999;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 36px;
        padding: 10px 0; }
      .webinar-library .container-fluid-description .author-info p {
        color: #999999;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px; }
        .webinar-library .container-fluid-description .author-info p strong {
          display: block;
          color: #2DB5DA;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          text-transform: uppercase;
          font-weight: normal;
          padding: 5px 0; }
      .webinar-library .container-fluid-description .author-image-wrapper {
        text-align: center; }
        .webinar-library .container-fluid-description .author-image-wrapper p {
          width: 50px;
          height: 50px;
          display: inline-block;
          position: relative;
          overflow: hidden;
          border-radius: 50%; }
          .webinar-library .container-fluid-description .author-image-wrapper p img {
            max-height: 50px;
            max-width: none;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%); }
    .webinar-library .container-fluid-for-who .row {
      display: flex;
      align-items: center; }
      .webinar-library .container-fluid-for-who .row p {
        text-align: left;
        color: #555555;
        font-size: 32px;
        letter-spacing: 0.8px;
        line-height: 38px;
        padding-bottom: 0; }
      .webinar-library .container-fluid-for-who .row ul {
        max-width: 384px; }
        .webinar-library .container-fluid-for-who .row ul li {
          border: 1px solid #2db5da;
          border-radius: 40px;
          min-height: 80px;
          display: block;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          padding: 12px 64px 12px 84px;
          color: #2db5da;
          text-align: left;
          margin: 16px 0;
          box-shadow: 0 2px 10px 0 rgba(45, 181, 218, 0.5);
          position: relative; }
          .webinar-library .container-fluid-for-who .row ul li::before {
            content: '';
            position: absolute;
            left: 32px;
            top: 50%;
            transform: translateY(-50%);
            background: url("../images/check-simple.svg") no-repeat center center;
            background-size: 24px 24px;
            display: block;
            width: 24px;
            height: 24px; }
        @media only screen and (max-width: 768px) {
          .webinar-library .container-fluid-for-who .row ul {
            max-width: none; }
            .webinar-library .container-fluid-for-who .row ul li {
              min-height: 0; } }
    .webinar-library .container-fluid-webinars {
      background: #FAFAFA;
      padding: 100px 0;
      text-align: left; }
      .webinar-library .container-fluid-webinars .content {
        text-align: center; }
        .webinar-library .container-fluid-webinars .content p {
          color: #999999;
          font-size: 20px;
          letter-spacing: 1.6px;
          line-height: 30px;
          padding-bottom: 50px; }
      .webinar-library .container-fluid-webinars .webinar-item {
        margin-bottom: 30px;
        box-sizing: border-box;
        border: 2px solid #E2F1F9;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 40px 32px;
        position: relative;
        height: calc(100% - 20px); }
        .webinar-library .container-fluid-webinars .webinar-item .free-badge {
          height: 24px;
          line-height: 24px;
          right: 32px;
          top: 40px;
          position: absolute;
          background-color: rgba(76, 175, 80, 0.3);
          border-radius: 4px;
          color: #4CAF50;
          font-weight: 600;
          font-size: 14px;
          padding: 0 16px; }
        .webinar-library .container-fluid-webinars .webinar-item h5 {
          font-size: 14px;
          line-height: 24px;
          color: #555;
          letter-spacing: 1.6px;
          font-weight: normal;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .webinar-library .container-fluid-webinars .webinar-item h3 {
          font-size: 32px;
          line-height: 36px;
          font-weight: 600;
          color: #555;
          letter-spacing: 0;
          text-transform: none;
          padding-top: 5px;
          margin-bottom: 25px; }
        .webinar-library .container-fluid-webinars .webinar-item ul.features {
          list-style: none; }
          .webinar-library .container-fluid-webinars .webinar-item ul.features li {
            position: relative;
            height: 48px;
            padding-left: 50px;
            line-height: 25px;
            margin-bottom: 15px; }
            .webinar-library .container-fluid-webinars .webinar-item ul.features li img {
              width: 40px;
              height: 40px;
              border-radius: 20px;
              background: #d8e2e9;
              position: absolute;
              left: 0;
              top: 2px; }
            .webinar-library .container-fluid-webinars .webinar-item ul.features li .feature-top,
            .webinar-library .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #2DB5DA;
              font-size: 16px;
              letter-spacing: 0.8px;
              line-height: 24px;
              font-weight: 400;
              display: block; }
            .webinar-library .container-fluid-webinars .webinar-item ul.features li .feature-top {
              text-transform: uppercase; }
            .webinar-library .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #999999;
              font-size: 14px;
              letter-spacing: 0.7px;
              line-height: 20px;
              font-weight: normal; }
        .webinar-library .container-fluid-webinars .webinar-item .btn-wrapper {
          margin-top: 35px; }
    .webinar-library .container-fluid-presenters {
      padding: 100px 0 80px 0;
      text-align: center; }
      .webinar-library .container-fluid-presenters .row-presenters {
        margin-top: 40px;
        display: flex;
        align-items: center; }
        .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper {
          position: relative;
          width: 100%;
          perspective: 1000px;
          margin-bottom: 30px; }
          .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner {
            position: relative;
            width: 100%;
            min-height: 360px;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            border-radius: 4px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front,
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back {
              transition: opacity 0.8s;
              z-index: 1;
              position: absolute;
              width: 100%;
              height: 100%;
              backface-visibility: hidden;
              border: 2px solid #E2F1F9;
              border-radius: 4px;
              box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2) 0;
              background: #fff; }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .flip-card-content,
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back .flip-card-content {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 100%; }
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front {
              color: black; }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper {
                display: inline-block;
                width: 160px;
                height: 160px;
                overflow: hidden;
                position: relative;
                border-radius: 50%; }
                .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper p {
                  margin-top: 0; }
                  .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front .image-wrapper p img {
                    position: absolute;
                    height: 160px;
                    left: 50%;
                    max-width: none;
                    transform: translateX(-50%); }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front h3 {
                color: #555;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 1.6px;
                line-height: 30px;
                margin-top: 23px; }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-front p {
                color: #999;
                font-size: 16px;
                letter-spacing: 0.8px;
                line-height: 24px;
                margin-top: 5px;
                padding: 0 32px; }
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back {
              z-index: 1;
              transform: rotateY(180deg);
              opacity: 0; }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back h3 {
                color: #555;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 1.6px;
                line-height: 30px;
                margin-bottom: 10px; }
              .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper .presenter-inner .flip-card-back p {
                color: #999;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: 0.7px;
                line-height: 20px;
                padding: 0 32px; }
          .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner {
            transform: rotateY(180deg); }
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner .flip-card-front {
              opacity: 0; }
            .webinar-library .container-fluid-presenters .row-presenters .presenter-wrapper:hover .presenter-inner .flip-card-back {
              opacity: 1; }
    .webinar-library .container-fluid-organizer {
      background: linear-gradient(65.57deg, #2DB5D8 0%, #449CEB 100%);
      padding: 80px 0 110px 0;
      text-align: left; }
      .webinar-library .container-fluid-organizer h2 {
        font-size: 18px;
        line-height: 27px;
        color: #fff; }
      .webinar-library .container-fluid-organizer .grid-wrapper {
        position: static; }
      .webinar-library .container-fluid-organizer .bg-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55%; }
      .webinar-library .container-fluid-organizer p {
        color: #fff;
        font-size: 16px;
        line-height: 24px; }

.blog.webinar-library {
  padding: 0; }
  .blog.webinar-library .first-webinar {
    padding: 0; }
  .blog.webinar-library .when-webinar {
    position: absolute;
    bottom: 24px;
    height: 24px;
    border-radius: 0 12px 12px 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1em; }
  .blog.webinar-library .when-webinar-time {
    padding: 0;
    margin: 0;
    color: #2DB5DA;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 17px;
    text-transform: uppercase; }
  .blog.webinar-library .duration-t {
    display: block;
    padding: 0;
    padding-bottom: 1em;
    margin: 0;
    color: #999999;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 17px;
    text-transform: uppercase; }
  .blog.webinar-library .video-webinary-container {
    text-align: left;
    padding-top: 0; }
  .blog.webinar-library .video-columns-column h2 {
    text-transform: none;
    font-size: 32px;
    letter-spacing: 0.8px;
    line-height: 38px;
    margin: 0;
    padding: 0; }
  .blog.webinar-library .p-name a {
    font-size: 31px; }
  .blog.webinar-library .video-columns-column .video-columns-subtitle {
    padding: 23px 0 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.6px;
    color: #555;
    line-height: 17px; }
  .blog.webinar-library .modular.jobs-list.nav-on {
    margin-bottom: 0;
    padding-bottom: 0; }
  .blog.webinar-library .slideout-panel.slideout-panel-right {
    min-height: auto; }
  .blog.webinar-library .webinar-col6-text {
    padding-top: 23px; }
    .blog.webinar-library .webinar-col6-text h2 {
      padding-bottom: .5em; }
  .blog.webinar-library .webinar-col6-text-p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px; }
  .blog.webinar-library section.blog.webinar-library .e-content {
    padding-top: .6em; }
  .blog.webinar-library section.blog.webinar-library .e-content {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px; }
  .blog.webinar-library section.blog.webinar-library .p-name a {
    font-size: 31px;
    letter-spacing: 0.8px;
    line-height: 38px;
    padding-bottom: 1em; }
  .blog.webinar-library #active-dash {
    left: 0px;
    width: 47px; }

.webinar-partners {
  margin-top: 50px;
  margin-bottom: 50px; }

.webinar-partner-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 37px; }

@media only screen and (max-width: 768px) {
  .webinar-partner-logos {
    flex-direction: column; }
  .webinar-partner-logos img {
    margin-bottom: 1em; } }

.reports-page section {
  padding-top: 0 !important;
  padding-bottom: 16px !important; }

section.reports-page-short-info {
  padding-top: 0 !important;
  padding-bottom: 4em; }

.short-info.blog.reports-page {
  padding-top: 0 !important;
  padding-bottom: 16px !important; }

.webinarlibrary-banner {
  background: url("/user/themes/oktawave/images/webinar-library/back_webinar.png");
  margin-bottom: 3em;
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: contain; }
  @media screen and (max-width: 1024px) {
    .webinarlibrary-banner {
      background-position: 150%; } }
  @media screen and (max-width: 768px) {
    .webinarlibrary-banner {
      background-position: bottom; } }

.raporty-banner {
  background: url("/user/themes/oktawave/images/hero-background/hero.png");
  margin-bottom: 3em;
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: contain; }
  @media screen and (max-width: 1024px) {
    .raporty-banner {
      background-position: 150%; } }
  @media screen and (max-width: 768px) {
    .raporty-banner {
      background-position: bottom; } }

.reports-page {
  padding-top: 16px; }
  .reports-page::first-child {
    padding-top: 100px; }
  .reports-page .container-fluid {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 75px 0; }
    .reports-page .container-fluid h2 {
      font-size: 2.125em;
      padding-bottom: 20px;
      color: #555; }
    .reports-page .container-fluid p.content-subtitle {
      font-size: 1.125em;
      letter-spacing: 1.6px;
      color: #999;
      padding-bottom: 8px; }
    .reports-page .container-fluid.scroll {
      padding-top: 0;
      position: fixed; }
    .reports-page .container-fluid-hero, .reports-page .container-fluid-potwierdzenie {
      padding: 100px 0 !important;
      text-align: left; }
      .reports-page .container-fluid-hero h2, .reports-page .container-fluid-potwierdzenie h2 {
        font-size: 18px;
        line-height: 27px;
        color: #999;
        padding-bottom: 8px; }
      .reports-page .container-fluid-hero h1, .reports-page .container-fluid-potwierdzenie h1 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 1.6px;
        font-weight: 500;
        color: #555; }
      .reports-page .container-fluid-hero .content, .reports-page .container-fluid-potwierdzenie .content {
        padding: 0 65px;
        max-width: 730px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .reports-page .container-fluid-hero .content, .reports-page .container-fluid-potwierdzenie .content {
            padding: 0 16px; } }
        .reports-page .container-fluid-hero .content p:not(.btn-title), .reports-page .container-fluid-potwierdzenie .content p:not(.btn-title) {
          width: 85%;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 1.6px;
          padding: 20px 0 40px 0; }
        .reports-page .container-fluid-hero .content .btn-wrapper, .reports-page .container-fluid-potwierdzenie .content .btn-wrapper {
          width: 242px;
          margin: 0; }
          .reports-page .container-fluid-hero .content .btn-wrapper p, .reports-page .container-fluid-potwierdzenie .content .btn-wrapper p {
            padding: 0;
            width: 100%;
            height: 48px;
            line-height: 48px; }
        .reports-page .container-fluid-hero .content img, .reports-page .container-fluid-potwierdzenie .content img {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 47%;
          z-index: -1; }
    .reports-page .container-fluid-potwierdzenie .content h1 {
      padding-bottom: 20px; }
    .reports-page .container-fluid-potwierdzenie .content p:not(.btn-title) {
      padding: 0 !important; }
    .reports-page .container-fluid-potwierdzenie .content .btn-wrapper {
      margin-top: 20px;
      width: 338px; }
    .reports-page .container-fluid-potwierdzenie ul.features {
      list-style: none;
      margin-top: 30px;
      margin-bottom: 50px; }
      .reports-page .container-fluid-potwierdzenie ul.features li {
        position: relative;
        height: 48px;
        padding-left: 50px;
        line-height: 25px;
        margin-bottom: 15px;
        max-width: 330px;
        padding-top: 6px; }
        .reports-page .container-fluid-potwierdzenie ul.features li img {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: #d8e2e9;
          position: absolute;
          left: 0;
          top: 4px;
          right: auto;
          transform: none;
          z-index: 1; }
        .reports-page .container-fluid-potwierdzenie ul.features li .feature-top,
        .reports-page .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #2DB5DA;
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 18px;
          font-weight: 600;
          display: block; }
        .reports-page .container-fluid-potwierdzenie ul.features li .feature-top {
          text-transform: uppercase; }
        .reports-page .container-fluid-potwierdzenie ul.features li .feature-bottom {
          color: #999999;
          font-size: 14px;
          letter-spacing: 0.7px;
          line-height: 20px;
          font-weight: normal; }
    .reports-page .container-fluid-partners {
      padding: 75px 0 45px 0; }
      .reports-page .container-fluid-partners h2 {
        font-size: 1.125em;
        letter-spacing: 1.6px; }
      .reports-page .container-fluid-partners p {
        text-align: center;
        line-height: 45px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 0; }
        .reports-page .container-fluid-partners p img {
          max-width: 100px;
          max-height: 24px;
          margin: 0 45px;
          display: block;
          margin-bottom: 30px; }
    .reports-page .container-fluid-description {
      background: #fafafa; }
      .reports-page .container-fluid-description h3 {
        color: #555;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 0.8px;
        line-height: 38px; }
      .reports-page .container-fluid-description p {
        color: #999999;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 36px;
        padding: 10px 0; }
      .reports-page .container-fluid-description .author-info p {
        color: #999999;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 24px; }
        .reports-page .container-fluid-description .author-info p strong {
          display: block;
          color: #2DB5DA;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          text-transform: uppercase;
          font-weight: normal;
          padding: 5px 0; }
      .reports-page .container-fluid-description .author-image-wrapper {
        text-align: center; }
        .reports-page .container-fluid-description .author-image-wrapper p {
          width: 50px;
          height: 50px;
          display: inline-block;
          position: relative;
          overflow: hidden;
          border-radius: 50%; }
          .reports-page .container-fluid-description .author-image-wrapper p img {
            max-height: 50px;
            max-width: none;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%); }
    .reports-page .container-fluid-for-who .row {
      display: flex;
      align-items: center; }
      .reports-page .container-fluid-for-who .row p {
        text-align: left;
        color: #555555;
        font-size: 32px;
        letter-spacing: 0.8px;
        line-height: 38px;
        padding-bottom: 0; }
      .reports-page .container-fluid-for-who .row ul {
        max-width: 384px; }
        .reports-page .container-fluid-for-who .row ul li {
          border: 1px solid #2db5da;
          border-radius: 40px;
          min-height: 80px;
          display: block;
          font-size: 18px;
          letter-spacing: 1.6px;
          line-height: 26px;
          padding: 12px 64px 12px 84px;
          color: #2db5da;
          text-align: left;
          margin: 16px 0;
          box-shadow: 0 2px 10px 0 rgba(45, 181, 218, 0.5);
          position: relative; }
          .reports-page .container-fluid-for-who .row ul li::before {
            content: '';
            position: absolute;
            left: 32px;
            top: 50%;
            transform: translateY(-50%);
            background: url("../images/check-simple.svg") no-repeat center center;
            background-size: 24px 24px;
            display: block;
            width: 24px;
            height: 24px; }
        @media only screen and (max-width: 768px) {
          .reports-page .container-fluid-for-who .row ul {
            max-width: none; }
            .reports-page .container-fluid-for-who .row ul li {
              min-height: 0; } }
    .reports-page .container-fluid-webinars {
      background: #FAFAFA;
      padding: 100px 0;
      text-align: left; }
      .reports-page .container-fluid-webinars .content {
        text-align: center; }
        .reports-page .container-fluid-webinars .content p {
          color: #999999;
          font-size: 20px;
          letter-spacing: 1.6px;
          line-height: 30px;
          padding-bottom: 50px; }
      .reports-page .container-fluid-webinars .webinar-item {
        margin-bottom: 30px;
        box-sizing: border-box;
        border: 2px solid #E2F1F9;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 40px 32px;
        position: relative;
        height: calc(100% - 20px); }
        .reports-page .container-fluid-webinars .webinar-item .free-badge {
          height: 24px;
          line-height: 24px;
          right: 32px;
          top: 40px;
          position: absolute;
          background-color: rgba(76, 175, 80, 0.3);
          border-radius: 4px;
          color: #4CAF50;
          font-weight: 600;
          font-size: 14px;
          padding: 0 16px; }
        .reports-page .container-fluid-webinars .webinar-item h5 {
          font-size: 14px;
          line-height: 24px;
          color: #555;
          letter-spacing: 1.6px;
          font-weight: normal;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .reports-page .container-fluid-webinars .webinar-item h3 {
          font-size: 32px;
          line-height: 36px;
          font-weight: 600;
          color: #555;
          letter-spacing: 0;
          text-transform: none;
          padding-top: 5px;
          margin-bottom: 25px; }
        .reports-page .container-fluid-webinars .webinar-item ul.features {
          list-style: none; }
          .reports-page .container-fluid-webinars .webinar-item ul.features li {
            position: relative;
            height: 48px;
            padding-left: 50px;
            line-height: 25px;
            margin-bottom: 15px; }
            .reports-page .container-fluid-webinars .webinar-item ul.features li img {
              width: 40px;
              height: 40px;
              border-radius: 20px;
              background: #d8e2e9;
              position: absolute;
              left: 0;
              top: 2px; }
            .reports-page .container-fluid-webinars .webinar-item ul.features li .feature-top,
            .reports-page .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #2DB5DA;
              font-size: 16px;
              letter-spacing: 0.8px;
              line-height: 24px;
              font-weight: 400;
              display: block; }
            .reports-page .container-fluid-webinars .webinar-item ul.features li .feature-top {
              text-transform: uppercase; }
            .reports-page .container-fluid-webinars .webinar-item ul.features li .feature-bottom {
              color: #999999;
              font-size: 14px;
              letter-spacing: 0.7px;
              line-height: 20px;
              font-weight: normal; }
        .reports-page .container-fluid-webinars .webinar-item .btn-wrapper {
          margin-top: 35px; }

.blog.reports-page {
  padding: 0; }
  .blog.reports-page .first-webinar {
    padding: 0; }
  .blog.reports-page .when-webinar {
    position: absolute;
    bottom: 24px;
    height: 24px;
    border-radius: 0 12px 12px 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1em; }
  .blog.reports-page .when-webinar-time {
    padding: 0;
    margin: 0;
    color: #2DB5DA;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 17px;
    text-transform: uppercase; }
  .blog.reports-page .duration-of-the-webinar {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 24px;
    width: 128px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em; }
  .blog.reports-page .video-webinary-container {
    text-align: left;
    padding-top: 0; }
  .blog.reports-page .video-columns-column h2 {
    text-transform: none;
    font-size: 32px;
    letter-spacing: 0.8px;
    line-height: 38px;
    margin: 0;
    padding: 0; }
  .blog.reports-page .p-name a {
    font-size: 31px; }
  .blog.reports-page .video-columns-column .video-columns-subtitle {
    padding: 23px 0 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.6px;
    color: #555;
    line-height: 17px; }
  .blog.reports-page .modular.jobs-list.nav-on {
    margin-bottom: 0;
    padding-bottom: 0; }
  .blog.reports-page .slideout-panel.slideout-panel-right {
    min-height: auto; }
  .blog.reports-page .webinar-col6-text {
    padding-top: 23px; }
  .blog.reports-page .webinar-col6-text-p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px; }
  .blog.reports-page section.blog.reports-page .e-content {
    padding-top: .6em; }
  .blog.reports-page section.blog.reports-page .e-content {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px; }
  .blog.reports-page section.blog.reports-page .p-name a {
    font-size: 31px;
    letter-spacing: 0.8px;
    line-height: 38px; }
  .blog.reports-page #active-dash {
    left: 0px;
    width: 47px; }

.webinar-partners {
  margin-top: 50px;
  margin-bottom: 50px; }

.webinar-partner-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 37px; }

@media only screen and (max-width: 768px) {
  .webinar-partner-logos {
    flex-direction: column; }
  .webinar-partner-logos img {
    margin-bottom: 1em; } }

.raport-summary p {
  padding-bottom: 0; }

.raport-summary-more {
  display: block;
  margin-bottom: 1.375em;
  text-decoration: underline; }

body.customers section:not(.short-info):not(.navigation):not(#second-navbar) {
  padding-bottom: 60px; }

@media only screen and (min-width: 48em) {
  body.customers .navigation + main section:first-of-type {
    padding-top: 196px; } }

body.customers .case-studies-custom a.btn-wrapper {
  background: #2db5da;
  color: #fff; }
  body.customers .case-studies-custom a.btn-wrapper p {
    color: #fff; }

body.customers .case-studies-custom a.btn-wrapper {
  box-shadow: 0px 12px 16px -7px rgba(0, 105, 142, 0.5); }
  body.customers .case-studies-custom a.btn-wrapper:hover {
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5); }

section.home-page {
  height: 100vh;
  background: #2db5da;
  background: -moz-linear-gradient(135deg, #2db5da 0%, #3bcef6 24%, #6ad5ed 50%, #5bb0ff 76%, #316bff 92%);
  background: -webkit-linear-gradient(135deg, #2db5da 0%, #3bcef6 24%, #6ad5ed 50%, #5bb0ff 76%, #316bff 92%);
  background: linear-gradient(135deg, #2db5da 0%, #3bcef6 24%, #6ad5ed 50%, #5bb0ff 76%, #316bff 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2db5da",endColorstr="#316bff",GradientType=1);
  background: #5bb0ff;
  background: -moz-linear-gradient(135deg, #5bb0ff 0%, #2db5da 15%, #6ad5ed 43%, #3bcef6 75%, #316bff 100%);
  background: -webkit-linear-gradient(135deg, #5bb0ff 0%, #2db5da 15%, #6ad5ed 43%, #3bcef6 75%, #316bff 100%);
  background: linear-gradient(135deg, #5bb0ff 0%, #2db5da 15%, #6ad5ed 43%, #3bcef6 75%, #316bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5bb0ff",endColorstr="#316bff",GradientType=1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
  @media only screen and (max-width: 991px) {
    section.home-page {
      height: auto;
      margin-top: -32px;
      background: transparent; }
      section.home-page .row {
        margin-left: 0; } }
  section.home-page .grid-wrapper {
    width: 1360px;
    max-width: 100%;
    margin-top: -180px; }
    @media only screen and (max-width: 991px) {
      section.home-page .grid-wrapper {
        margin-top: 0; } }
  section.home-page .hp-col:first-child {
    background-position-x: 73%;
    background-position-y: 5%; }
  section.home-page .hp-subtitle {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    padding-bottom: 0; }
    @media screen and (max-width: 991px) {
      section.home-page .hp-subtitle {
        font-size: 10px;
        line-height: 15px; } }
  section.home-page .hp-main-header {
    font-size: 48px;
    padding: 16px 0;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: none; }
    @media screen and (max-width: 991px) {
      section.home-page .hp-main-header {
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        padding: 9px 0; } }
  section.home-page .hp-lead {
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 32px;
    text-transform: none; }
    @media screen and (max-width: 991px) {
      section.home-page .hp-lead {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px; } }
  section.home-page .hp-btn {
    border-radius: 6px;
    margin-right: 32px;
    min-width: auto; }
    @media screen and (max-width: 991px) {
      section.home-page .hp-btn {
        font-size: 9px;
        margin-right: 12px; } }
    section.home-page .hp-btn .btn-title {
      padding: 12px 40px;
      font-size: 12px; }
      @media screen and (max-width: 991px) {
        section.home-page .hp-btn .btn-title {
          padding: 8px 24px;
          font-size: 12px; } }
  section.home-page .hp-btn-more {
    display: inline-block;
    margin: 16px 0; }
    @media only screen and (max-width: 991px) {
      section.home-page .hp-btn-more {
        display: none; } }
    section.home-page .hp-btn-more .btn-title-more {
      padding: 0;
      text-transform: uppercase;
      font-size: 12px;
      color: #fff;
      transition: all .35s; }
      section.home-page .hp-btn-more .btn-title-more:hover {
        transition: all .35s;
        border-bottom: 1px solid #fff; }
      @media only screen and (max-width: 991px) {
        section.home-page .hp-btn-more .btn-title-more {
          font-size: 12px; } }
  section.home-page .hp-logos {
    margin-top: 72px; }
    @media only screen and (max-width: 991px) {
      section.home-page .hp-logos {
        margin-top: 48px;
        margin-bottom: 35px;
        display: flex;
        justify-content: flex-start;
        align-items: center; } }
    section.home-page .hp-logos .hp-logo {
      margin-right: 22px; }
      @media only screen and (max-width: 991px) {
        section.home-page .hp-logos .hp-logo {
          margin-right: 16px;
          max-width: 75px; } }
  @media only screen and (max-width: 991px) {
    section.home-page .hp-line-mob {
      margin-bottom: 52px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5); } }
  section.home-page .hp-line-cont {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      section.home-page .hp-line-cont .hp-line-desktop {
        width: 2px;
        background: rgba(255, 255, 255, 0.5);
        height: 450px; } }

.background-mobile {
  background: #3bcef6;
  background: -moz-linear-gradient(45deg, #3bcef6 0%, #298fee 25%, #316bff 50%, #1bced1 100%);
  background: -webkit-linear-gradient(45deg, #3bcef6 0%, #298fee 25%, #316bff 50%, #1bced1 100%);
  background: linear-gradient(45deg, #3bcef6 0%, #298fee 25%, #316bff 50%, #1bced1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bcef6",endColorstr="#1bced1",GradientType=1); }

section.tile {
  padding-bottom: 2em; }
  @media screen and (max-width: 950px) {
    section.tile .tile-banner-container {
      display: none; } }
  section.tile .tile-background-ban01 {
    border-radius: 6px; }
  section.tile .tile-background-ban02 {
    box-shadow: 0px 0px 80px rgba(7, 159, 214, 0.8);
    border-radius: 6px; }
    section.tile .tile-background-ban02 h2, section.tile .tile-background-ban02 h3, section.tile .tile-background-ban02 p {
      color: #666; }
    section.tile .tile-background-ban02 a {
      color: #0A63A3; }
    section.tile .tile-background-ban02 .tile-banner-small {
      background: #CDF0FF !important;
      border-radius: 6px !important;
      margin-top: 1em; }
      section.tile .tile-background-ban02 .tile-banner-small .tile-btn-promo {
        color: #2DB5DA !important;
        border: 2px solid #2DB5DA !important;
        box-sizing: border-box;
        border-radius: 6px;
        color: #fff;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
  section.tile p, section.tile h2, section.tile h3, section.tile h4, section.tile a {
    color: #fff; }
  section.tile .row:first-child {
    display: block; }
    @media screen and (max-width: 950px) {
      section.tile .row:first-child {
        margin-left: 0; } }
  section.tile .active {
    font-weight: 600;
    text-decoration: underline;
    color: #fff !important; }
  section.tile .tile-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    padding-bottom: 0; }
    @media screen and (max-width: 950px) {
      section.tile .tile-subtitle {
        font-size: 10px;
        line-height: 18px; } }
  section.tile .tile-main-header {
    font-size: 48px;
    padding: 16px 0 8px 0;
    line-height: 48px;
    font-weight: 600;
    text-transform: none; }
    @media screen and (max-width: 950px) {
      section.tile .tile-main-header {
        font-size: 30px;
        line-height: 30px;
        padding: 9px 0 4px 0; } }
  section.tile .tile-lead {
    font-size: 24px;
    line-height: 32px;
    font-weight: lighter;
    margin-bottom: 32px;
    text-transform: none; }
    @media screen and (max-width: 950px) {
      section.tile .tile-lead {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px; } }
  section.tile .tile-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 950px) {
      section.tile .tile-btns {
        display: none; } }
    section.tile .tile-btns .tile-btn {
      border-radius: 6px;
      margin-right: 48px;
      margin-left: 0; }
      @media screen and (max-width: 950px) {
        section.tile .tile-btns .tile-btn {
          margin-right: 23px;
          min-width: 240px !important; } }
      section.tile .tile-btns .tile-btn .btn-title {
        padding: 12px 72px; }
        @media screen and (max-width: 950px) {
          section.tile .tile-btns .tile-btn .btn-title {
            padding: 8px 24px; } }
  section.tile .tile-line {
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    width: 736px;
    max-width: 100%;
    border-radius: 2px; }
  section.tile .tile-main-container {
    margin-top: 64px;
    margin-left: -2rem; }
    @media screen and (max-width: 1024px) {
      section.tile .tile-main-container {
        margin-left: 0; } }
    @media screen and (max-width: 950px) {
      section.tile .tile-main-container {
        margin-left: 1.5rem;
        margin-top: 24px; } }
    @media screen and (max-width: 768px) {
      section.tile .tile-main-container {
        margin-top: 24px;
        margin-left: 0; } }
    section.tile .tile-main-container li {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 1.4px;
      padding-bottom: 1em; }
      @media screen and (max-width: 950px) {
        section.tile .tile-main-container li {
          font-size: 16px;
          line-height: 16px;
          padding-bottom: 0; } }
      section.tile .tile-main-container li span {
        cursor: pointer;
        color: rgba(255, 255, 255, 0.83);
        transition: width .3s; }
        section.tile .tile-main-container li span:hover {
          text-decoration: underline;
          color: #fff; }
    section.tile .tile-main-container .tile-banners {
      width: 758px;
      max-width: 100%;
      min-height: 360px; }
      @media screen and (max-width: 1024px) {
        section.tile .tile-main-container .tile-banners {
          width: 630px;
          margin-left: 1em; } }
      @media screen and (max-width: 950px) {
        section.tile .tile-main-container .tile-banners {
          margin-bottom: 2em;
          min-height: auto;
          width: 100%;
          margin-left: 0; } }
      section.tile .tile-main-container .tile-banners .tile-banner-big {
        padding: 40px 46px 40px 48px;
        min-height: 244px;
        border-radius: 6px;
        background: #fff; }
        @media screen and (max-width: 950px) {
          section.tile .tile-main-container .tile-banners .tile-banner-big {
            min-height: auto;
            padding: 15px 18px 10px 18px;
            display: flex;
            flex-direction: column-reverse; } }
        section.tile .tile-main-container .tile-banners .tile-banner-big h2 {
          text-transform: none; }
        section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 26px;
          font-weight: 600; }
          @media screen and (max-width: 950px) {
            section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title {
              margin-bottom: 0; } }
          section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title h2 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 600;
            padding-bottom: 0; }
            @media screen and (max-width: 1024px) {
              section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title h2 {
                font-size: 20px; } }
            @media screen and (max-width: 950px) {
              section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title h2 {
                display: none; } }
          section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title a {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.06em; }
            @media screen and (max-width: 1024px) {
              section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title a {
                font-size: 12px; } }
            @media screen and (max-width: 950px) {
              section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-title a {
                font-size: 14px; } }
        section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-description p {
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.02em; }
          @media screen and (max-width: 950px) {
            section.tile .tile-main-container .tile-banners .tile-banner-big .tile-banner-big-description p {
              margin-bottom: 0;
              font-size: 12px;
              line-height: 18px;
              padding-bottom: 8px; } }
      section.tile .tile-main-container .tile-banners .tile-banner-small {
        height: 116px;
        background: #165CDB;
        border-radius: 0px 0px 6px 6px;
        padding: 35px 40px 32px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 950px) {
          section.tile .tile-main-container .tile-banners .tile-banner-small {
            height: 131px;
            flex-direction: column;
            padding: 18px 18px 11px 18px;
            justify-content: center;
            align-items: inherit;
            display: none; } }
        section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-percent {
          margin-right: 24px;
          color: #fff;
          letter-spacing: 1px; }
          section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-percent .number {
            font-size: 64px;
            line-height: 64px; }
          section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-percent .percent {
            font-size: 32px;
            line-height: 32px; }
        section.tile .tile-main-container .tile-banners .tile-banner-small .btn-wrapper {
          min-width: 50px;
          margin: 0;
          border-radius: 6px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.tile .tile-main-container .tile-banners .tile-banner-small .btn-wrapper a {
            padding: 8px 20px 8px 24px;
            font-size: 14px !important;
            font-weight: 400; }
            @media screen and (max-width: 950px) {
              section.tile .tile-main-container .tile-banners .tile-banner-small .btn-wrapper a {
                padding: 12px;
                font-size: 10px;
                font-weight: 600;
                line-height: 8px; } }
        section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-small-texts h3 {
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 18px;
          letter-spacing: 0.04em;
          text-transform: uppercase;
          margin-bottom: 10px; }
          @media screen and (max-width: 950px) {
            section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-small-texts h3 {
              font-size: 14px;
              line-height: 14px;
              letter-spacing: 0.02em;
              margin-bottom: 6px; } }
        section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-small-texts p {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0.02em;
          padding-bottom: 0; }
          @media screen and (max-width: 1024px) {
            section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-small-texts p {
              font-size: 16px; } }
          @media screen and (max-width: 950px) {
            section.tile .tile-main-container .tile-banners .tile-banner-small .tile-banner-small-texts p {
              font-size: 12px;
              line-height: 18px;
              padding-bottom: 14px; } }
  section.tile .tile-img-text .ban04 {
    border-radius: 6px !important; }
    section.tile .tile-img-text .ban04 h3 {
      letter-spacing: 0.04em !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 16px !important;
      margin-bottom: .5em !important; }
    section.tile .tile-img-text .ban04 p {
      font-size: 14px !important;
      line-height: 20px !important;
      letter-spacing: 0.04em !important; }
  @media screen and (max-width: 1024px) {
    section.tile .tile-banners-webinar-container {
      width: 550px !important; } }
  @media screen and (max-width: 950px) {
    section.tile .tile-banner-small.ban04 {
      height: auto !important; } }
  @media screen and (max-width: 1024px) {
    section.tile .tile-banner-small.ban04 .btn-title {
      font-size: 10px !important; } }
  section.tile .tile-banner-webinar {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 950px) {
      section.tile .tile-banner-webinar {
        margin-bottom: 1em; } }
    section.tile .tile-banner-webinar .tile-banner-img {
      margin-right: 1em; }
  section.tile .tile-white {
    background: #fff;
    border-radius: 6px; }
    section.tile .tile-white h2, section.tile .tile-white a {
      color: #555; }
    section.tile .tile-white .tile-banner-big-description p {
      color: #2DB5DA; }
    section.tile .tile-white .tile-banner-small {
      background: #2DB5DA !important; }
  section.tile .tile-banner-small-texts.ban05 {
    margin-bottom: .4em; }
    section.tile .tile-banner-small-texts.ban05 p {
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 14px !important;
      line-height: 20px !important; }
  @media screen and (min-width: 951px) {
    section.tile .br-tile-mobile {
      display: none; } }
  @media screen and (min-width: 951px) {
    section.tile .tile-banner-mobile {
      display: none; } }
  @media screen and (max-width: 950px) {
    section.tile .tile-desktop {
      display: none; } }
  @media screen and (min-width: 951px) {
    section.tile .tile-mobile {
      display: none; } }
  @media screen and (max-width: 950px) {
    section.tile .tile-banner-percent.version-percent {
      margin-right: 16px !important;
      margin-bottom: 8px !important; } }
  @media screen and (max-width: 950px) {
    section.tile .number.version-percent {
      font-size: 32px !important;
      line-height: 32px !important; } }
  @media screen and (max-width: 950px) {
    section.tile .percent.version-percent {
      font-size: 16px !important;
      line-height: 16px !important; } }

.tile-back {
  background: #3acdf6;
  background: -moz-linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  background: -webkit-linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  background: linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3acdf6",endColorstr="#66d3ec",GradientType=1); }

.tile-products {
  background: #3acdf6;
  background: -moz-linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  background: -webkit-linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  background: linear-gradient(135deg, #3acdf6 0%, #3ac6f6 1%, #3ac2f3 8%, #36a9f5 17%, #2e8af5 35%, #3398ea 49%, #41b2e6 69%, #52c4e7 88%, #66d3ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3acdf6",endColorstr="#66d3ec",GradientType=1); }

.tile-services {
  background: #1bcdd1;
  background: -moz-linear-gradient(135deg, #1bcdd1 0%, #1bcad0 1%, #1ccad0 8%, #1eb3c8 17%, #20a6c6 35%, #2497c2 49%, #1f6cb3 69%, #2456a7 88%, #26459e 100%);
  background: -webkit-linear-gradient(135deg, #1bcdd1 0%, #1bcad0 1%, #1ccad0 8%, #1eb3c8 17%, #20a6c6 35%, #2497c2 49%, #1f6cb3 69%, #2456a7 88%, #26459e 100%);
  background: linear-gradient(135deg, #1bcdd1 0%, #1bcad0 1%, #1ccad0 8%, #1eb3c8 17%, #20a6c6 35%, #2497c2 49%, #1f6cb3 69%, #2456a7 88%, #26459e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1bcdd1",endColorstr="#26459e",GradientType=1); }

.tile-head {
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-bottom: 1em; }
  .tile-head:nth-child(2n) {
    margin-top: 1.5em; }

.tile-p-form {
  margin-top: 1em;
  font-size: 14px; }

/* mobile optimization */
/* sekcja scroll */
@media screen and (max-width: 768px) {
  .column-scroll .column-scroll-h {
    font-size: 1.5em;
    line-height: 1.2em; } }

@media screen and (max-width: 768px) {
  .content {
    line-height: 1.5em; } }

@media screen and (max-width: 768px) {
  section.short-info {
    padding-top: 3em;
    padding-bottom: 3em; } }

@media screen and (max-width: 768px) {
  .column-scroll .column-scroll-content {
    font-size: 1em;
    line-height: 1.5em; } }

@media screen and (max-width: 768px) {
  .column-scroll {
    padding-top: 3em;
    padding-bottom: 0; } }

@media screen and (max-width: 768px) {
  .column-scroll .scroll-box {
    padding: 2.5em 1.5em; } }

@media screen and (max-width: 768px) {
  .column-scroll .scroll_text-container {
    margin-bottom: 1.5em; } }

@media screen and (max-width: 768px) {
  section.case-studies-custom {
    padding-top: 32px; } }

@media screen and (max-width: 768px) {
  .resources-two-col-container {
    padding-bottom: 48px; } }

@media screen and (max-width: 768px) {
  .page-contact.home-page-contact {
    padding-top: 3em;
    padding-bottom: 2em; } }

@media screen and (max-width: 768px) {
  .page-contact ul li {
    padding: 14px 4em;
    background: url(../images/check-simple.svg) no-repeat 16px center #fff; } }

@media screen and (max-width: 768px) {
  .contact-form .buttons .button {
    margin-bottom: 3em; } }

@media screen and (max-width: 768px) {
  .list-pills {
    padding: 3em 0; } }

@media screen and (max-width: 768px) {
  .list-pills .elements-wrapper {
    margin-top: 1em; } }

@media screen and (max-width: 768px) {
  .m-banner-parallax-container .m-banner-parallax-texts .hero-title {
    padding-bottom: 16px;
    line-height: 1.1em; } }

@media screen and (max-width: 768px) {
  .m-banner-parallax-container .m-banner-parallax-texts .hero-subtitle {
    font-size: 1.125em;
    padding-bottom: 8px;
    letter-spacing: 1.6px; } }

@media screen and (max-width: 768px) {
  .m-banner-parallax-container .m-banner-parallax-texts .hero-lead {
    line-height: 1.5em; } }

@media screen and (max-width: 768px) {
  .navigation + main section:first-of-type {
    padding-top: 120px; } }

@media screen and (max-width: 768px) {
  .short-info {
    padding: 3em 0; } }

@media screen and (max-width: 768px) {
  .list-pills.smaller-items .elements-wrapper .item p {
    font-size: 12px;
    line-height: 1.5; } }

@media screen and (max-width: 768px) {
  .two-col-text {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 768px) {
  section.budget {
    padding: 3em 0; } }

@media only screen and (max-width: 768px) {
  .three-col-boxes {
    padding: 3em 0; } }

@media only screen and (max-width: 768px) {
  section.three-steps {
    padding: 3em 0; } }

@media only screen and (max-width: 768px) {
  section.three-steps .three-steps-tile {
    margin-top: 0.5em; } }

/* GDPR */
#gdprbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 48em) {
    #gdprbox {
      overflow: hidden;
      padding-bottom: 0px;
      padding-top: 0px; } }
  #gdprbox ~ #ue_widget {
    z-index: 100000 !important; }
  #gdprbox .inner-content {
    border-radius: 10px;
    background: #ffffff;
    padding: 25px;
    height: auto;
    text-align: center;
    margin: auto 3vw;
    position: relative;
    max-width: 345px;
    padding-bottom: 50px;
    font-size: 12px; }
    @media only screen and (min-width: 48em) {
      #gdprbox .inner-content {
        max-width: 945px;
        font-size: 1em;
        padding: 40px;
        padding-bottom: 40px; } }
    #gdprbox .inner-content h1 {
      margin: 0;
      font-size: 24px;
      color: #333333; }
    #gdprbox .inner-content h3 {
      text-align: left;
      font-size: 18px;
      color: #2DB5DA;
      margin-bottom: 1em; }
    #gdprbox .inner-content p {
      text-align: left;
      /*padding-bottom: 25px;*/
      /*border-bottom: 1px solid #dedede;*/
      margin-bottom: 40px;
      letter-spacing: 0.8px; }
    #gdprbox .inner-content a {
      color: #2DB5DA;
      text-decoration: none; }
    #gdprbox .inner-content .btn-gdpr {
      padding: 10px 30px;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.6px;
      white-space: wrap;
      display: block;
      position: relative; }
      @media only screen and (min-width: 48em) {
        #gdprbox .inner-content .btn-gdpr {
          white-space: nowrap;
          display: inline-block; } }
      #gdprbox .inner-content .btn-gdpr.primary {
        background: #22B6D9;
        color: #ffffff;
        transition: all .35s; }
        #gdprbox .inner-content .btn-gdpr.primary:after {
          content: "";
          border-radius: 5px;
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          box-shadow: 0px 18px 8px -16px rgba(0, 105, 142, 0.5);
          opacity: 1;
          transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
        #gdprbox .inner-content .btn-gdpr.primary:hover:after, #gdprbox .inner-content .btn-gdpr.primary:focus:after {
          opacity: 1;
          box-shadow: 0 0 13px -1px #00698e; }
    #gdprbox .inner-content .btn-lang {
      position: absolute;
      top: 22px;
      right: 25px; }
      @media only screen and (min-width: 48em) {
        #gdprbox .inner-content .btn-lang {
          top: 37px;
          right: 40px; } }
      #gdprbox .inner-content .btn-lang img {
        height: 20px; }
