@import url('https://fonts.googleapis.com/css?family=Lato');

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        position: relative;
        -moz-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slide-down {
    0% {
        opacity: 0;
        position: relative;
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        position: relative;
        -moz-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slide-up {
    0% {
        opacity: 0;
        position: relative;
        -o-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes phone-slide-left {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translatex(250px);
        transform: translatex(250px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes phone-slide-left {
    0% {
        opacity: 0;
        position: relative;
        -moz-transform: translatex(250px);
        transform: translatex(250px)
    }
    100% {
        opacity: 1;
        position: relative;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes phone-slide-left {
    0% {
        opacity: 0;
        position: relative;
        -o-transform: translatex(250px);
        transform: translatex(250px)
    }
    100% {
        opacity: 1;
        position: relative;
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes phone-slide-left {
    0% {
        opacity: 0;
        position: relative;
        -webkit-transform: translatex(250px);
        -moz-transform: translatex(250px);
        -o-transform: translatex(250px);
        transform: translatex(250px)
    }
    100% {
        opacity: 1;
        position: relative;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes card-slide-left {
    0% {
        opacity: 0;
        position: absolute;
        -webkit-transform: translatex(300px);
        transform: translatex(300px)
    }
    100% {
        opacity: 1;
        position: absolute;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes card-slide-left {
    0% {
        opacity: 0;
        position: absolute;
        -moz-transform: translatex(300px);
        transform: translatex(300px)
    }
    100% {
        opacity: 1;
        position: absolute;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes card-slide-left {
    0% {
        opacity: 0;
        position: absolute;
        -o-transform: translatex(300px);
        transform: translatex(300px)
    }
    100% {
        opacity: 1;
        position: absolute;
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes card-slide-left {
    0% {
        opacity: 0;
        position: absolute;
        -webkit-transform: translatex(300px);
        -moz-transform: translatex(300px);
        -o-transform: translatex(300px);
        transform: translatex(300px)
    }
    100% {
        opacity: 1;
        position: absolute;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes card-1 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(-45deg);
        transform: translateY(500px) rotateZ(-45deg)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-moz-keyframes card-1 {
    0% {
        visibility: visible;
        -moz-transform: translateY(500px) rotateZ(-45deg);
        transform: translateY(500px) rotateZ(-45deg)
    }
    100% {
        visibility: visible;
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-o-keyframes card-1 {
    0% {
        visibility: visible;
        transform: translateY(500px) rotateZ(-45deg)
    }
    100% {
        visibility: visible;
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes card-1 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(-45deg);
        -moz-transform: translateY(500px) rotateZ(-45deg);
        transform: translateY(500px) rotateZ(-45deg)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes card-2 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(45deg);
        transform: translateY(500px) rotateZ(45deg)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-moz-keyframes card-2 {
    0% {
        visibility: visible;
        -moz-transform: translateY(500px) rotateZ(45deg);
        transform: translateY(500px) rotateZ(45deg)
    }
    100% {
        visibility: visible;
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-o-keyframes card-2 {
    0% {
        visibility: visible;
        transform: translateY(500px) rotateZ(45deg)
    }
    100% {
        visibility: visible;
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes card-2 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(45deg);
        -moz-transform: translateY(500px) rotateZ(45deg);
        transform: translateY(500px) rotateZ(45deg)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes card-3 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(0);
        transform: translateY(500px) rotateZ(0)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-moz-keyframes card-3 {
    0% {
        visibility: visible;
        -moz-transform: translateY(500px) rotateZ(0);
        transform: translateY(500px) rotateZ(0)
    }
    100% {
        visibility: visible;
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-o-keyframes card-3 {
    0% {
        visibility: visible;
        transform: translateY(500px) rotateZ(0)
    }
    100% {
        visibility: visible;
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes card-3 {
    0% {
        visibility: visible;
        -webkit-transform: translateY(500px) rotateZ(0);
        -moz-transform: translateY(500px) rotateZ(0);
        transform: translateY(500px) rotateZ(0)
    }
    100% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateZ(0);
        -moz-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: .7
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .7
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Lato, "Lato", sans-serif
}

body.menu-visible {
    overflow: hidden;
    position: fixed
}

input,
select,
textarea {
    font-family: Lato, "Lato", sans-serif
}

.container {
    max-width: 1120px;
    padding: 0 30px;
    margin: 0 auto
}

.container--supercard {
    max-width: 1120px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center
}

.container--supertag {
    padding-bottom: 30px
}

.container--mini {
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto
}

.hidden {
    display: none !important
}

h1 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 52px
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
    color: #190f27;
    line-height: 1.4
}

.h2--small {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0
}

.h2--support {
    display: block
}

h3 {
    font-size: 16px;
    font-weight: 600;
    color: #190f27
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #190f27;
    letter-spacing: 1px
}

p {
    font-size: 14px;
    color: rgba(25, 15, 39, .5);
    line-height: 20px
}

a {
    color: #633ea5
}

.heading-support {
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 26px;
    max-width: 580px
}

.heading-support__express p {
    max-width: 610px
}

.heading-with-icon {
    padding-left: 40px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center
}

.text-white {
    color: #FFF;
}

.text-light {
    color: rgb(25, 15, 39, .5)
}

.text-faded {
    color: rgba(25, 15, 39, .5)
}

.shadow-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.flexbox--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flexbox--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flexbox--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vertical-center {
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.vertical-center--supercard {
    width: 10%;
    position: absolute;
    -webkit-transform: translateX(-725%);
    -moz-transform: translateX(-725%);
    -ms-transform: translateX(-725%);
    -o-transform: translateX(-725%);
    transform: translateX(-725%);
    top: 103%
}

.supercard--image {
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(0);
    top: 50%
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -moz-transition-property: opacity, filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    -webkit-transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 18px;
    height: 11px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -4px
}

.hamburger-inner::after {
    bottom: -4px
}

.hamburger .hamburger-inner {
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger .hamburger-inner::before {
    -webkit-transition: top .1s .14s ease, opacity .1s ease;
    -moz-transition: top .1s .14s ease, opacity .1s ease;
    -o-transition: top .1s .14s ease, opacity .1s ease;
    transition: top .1s .14s ease, opacity .1s ease
}

.hamburger .hamburger-inner::after {
    -webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: bottom .1s .14s ease, -moz-transform .1s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s .14s ease, -o-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease, opacity .1s .14s ease;
    -moz-transition: top .1s ease, opacity .1s .14s ease;
    -o-transition: top .1s ease, opacity .1s .14s ease;
    transition: top .1s ease, opacity .1s .14s ease
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: bottom .1s ease, -moz-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom .1s ease, -o-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}

.loader {
    border: 4px solid #f4f4f4;
    border-top: 4px solid #e60a6f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.banner {
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 20px;
    background: #00b898;
    color: #fff;
    position: relative;
    font-size: 16px;
    text-align: center;
    top: -40px;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px)
}

.banner:after {
    content: '';
    position: absolute;
    right: -55px;
    top: -19px;
    background: url(../img/banner-right.html) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 70px;
    height: 40px
}

.banner:before {
    content: '';
    position: absolute;
    left: -54px;
    bottom: -19px;
    background: url(../img/banner-left.html) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 70px;
    height: 40px
}

.banner a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none
}

.banner a:first-of-type {
    color: #fff;
    text-decoration: underline
}

.banner a:hover {
    text-decoration: underline
}

.inner-page-hero {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 2
}

.inner-page-hero .content__description {
    width: 60%;
    margin: 15px auto 30px
}

.inner-page-hero--thin {
    padding: 50px 0
}

.inner-section {
    text-align: center;
    padding: 50px 0 80px;
    border-bottom: 1px solid #f4f4f4
}

.inner-section--supercard {
    padding: 140px 0 80px
}

.inner-section--generic-page {
    text-align: left
}

.inner-section--generic-page p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px
}

.inner-section--generic-page h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px
}

.inner-section--generic-page h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px
}

.inner-section--generic-page a {
    text-decoration: none;
    color: #633ea5
}

.inner-section--generic-page a:hover {
    text-decoration: underline
}

.inner-section--generic-page ol,
.inner-section--generic-page ul {
    padding-left: 40px;
    margin-bottom: 30px
}

.inner-section--generic-page ol li,
.inner-section--generic-page ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(25, 15, 39, .5)
}

.inner-section--generic-page ol li ol,
.inner-section--generic-page ol li ul,
.inner-section--generic-page ul li ol,
.inner-section--generic-page ul li ul {
    margin-top: 10px;
    margin-bottom: 20px
}

.inner-section--gray {
    background: #f4f4f4
}

.text__align--left {
    text-align: left;
    padding-left: 20px
}

.anchor-link {
    text-decoration: none
}

.anchor--link {
    color: #3551ff
}

.anchor--link:hover {
    text-decoration: none
}

.pd__top_10 {
    padding-top: 10px
}

.pd__bottom--10 {
    padding-bottom: 10px
}

.pd__tb--10 {
    padding-top: 30px;
    padding-bottom: 10px
}

.pd__tb--20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.smcx-modal {
    right: 30px;
    bottom: 30px;
    top: auto !important;
    left: auto !important;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    background: #000 !important;
    max-width: 400px !important
}

.smcx-modal-content {
    background: #000 !important;
    color: #fff !important;
    font-family: Lato, "Lato", sans-serif !important;
    max-width: 400px !important
}

.smcx-modal-h1 {
    color: #fff !important;
    font-family: Lato, "Lato", sans-serif !important
}

.smcx-modal-h1 {
    color: #fff !important;
    font-family: Lato, "Lato", sans-serif !important
}

.smcx-modal-p {
    color: rgba(255, 255, 255, .5) !important;
    font-family: Lato, "Lato", sans-serif !important
}

.smcx-btn {
    font-family: Lato, "Lato", sans-serif !important;
    font-weight: 600
}

.smcx-btn-secondary {
    background: #484848 !important
}

.block--mg--bottom {
    margin-bottom: 5px;
    color: rgba(25, 15, 39, .5)
}

.list--mg--bottom li {
    margin-bottom: 0 !important
}

.supercard--nextlevel {
    font-size: 28px;
    font-weight: 600;
    color: #190f27;
    line-height: 68px
}

.mg--top--zero {
    margin-top: 0
}

.mg--top--40 {
    margin-top: 40px
}

.zeta--express--range {
    max-width: 900px
}

.bg--gray--color {
    background-color: #f5f5f5
}

.pd__t__45 {
    padding-top: 45px
}

.font__size__22 {
    font-size: 22px
}

.btn--top--mg {
    margin-top: 20px
}

.pos__relative__parent {
    position: relative
}

.pos__reserved__symbol {
    position: absolute;
    top: -4px;
    left: 151px
}

#downloadSubmitBtn {
    display: none
}

#handBookDownloadBtn {
    display: none
}

.modalbox__download__btn {
    padding: 10px 20px 50px 20px
}

.font--weight--bold {
    font-weight: 700
}

.btn,
.supercard-activate-link {
    padding: 0 30px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, .25);
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.btn img,
.supercard-activate-link img {
    vertical-align: middle;
    margin-right: 10px
}

.btn--pink {
    background: #e60a6f;
    border-color: #e60a6f
}

.btn--pink:hover {
    background: #f62d89;
    border-color: #f62d89
}

.btn--yellow {
    background: #ffbc00;
    border-color: #ffbc00
}

.btn--yellow:hover {
    background: #ffc933;
    border-color: #ffc933
}

.btn--green {
    background: #00b898;
    border-color: #00b898
}

.btn--green:hover {
    background: #00ebc2;
    border-color: #00ebc2
}

.btn--white,
.supercard-activate-link {
    background: #fff;
    border-color: #fff
}

.btn--sun {
    background: #fdad0c
}

.btn--hollow,
.supercard-activate-link {
    background: 0 0
}

.btn--light-text {
    color: #fff
}

.btn--dark-text {
    color: #e60a6f
}

.modal-visible {
    overflow: hidden
}

.modal-visible .modal--visible {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 101
}

.modal-visible .modal-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 100
}

.modal-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    z-index: -1
}

.modal {
    visibility: hidden;
    opacity: 0;
    width: 650px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px;
    text-align: center;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal h2 {
    font-size: 26px
}

.modal .heading-support {
    margin: 8px auto 0;
    width: 65%;
    position: relative
}

.modal--l {
    width: 800px
}

.modal--xl {
    width: 900px
}

.modal--video {
    padding: 0;
    width: auto;
    font-size: 0
}

.modal__header {
    margin-bottom: 30px;
    position: relative
}

.modal__close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 5px;
    opacity: .5;
    top: 15px
}

.modal__close:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    background: #190f27;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__close:before {
    content: '';
    position: absolute;
    width: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 15px;
    background: #190f27;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__content {
    max-height: -webkit-calc(100vh - 250px);
    max-height: -moz-calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow-y: hidden
}

.modal__content:hover {
    overflow: auto
}

.modal__content___buttons {
    text-align: center
}

.modal__download-button {
    margin: 15px;
    display: inline-block;
    width: 220px;
    height: 60px;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.modal__download-button--apple {
    background-image: url(../img/buttons/apple.png)
}

.modal__download-button--google {
    background-image: url(../img/buttons/google.png)
}

.modal__download-button--windows {
    background-image: url(../img/buttons/microsoft.png);
    width: 170px
}

.enquiry-type {
    text-align: left;
    margin-bottom: 30px
}

.enquiry-type--border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px
}

.enquiry-type__category {
    font-size: 12px;
    color: rgba(25, 15, 39, .5);
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    -webkit-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    margin-right: 40px;
    letter-spacing: 1px
}

.enquiry-type__content {
    font-size: 12px;
    color: #190f27
}

.enquiry-type__contact {
    text-decoration: none;
    font-size: 16px;
    color: #190f27;
    font-weight: 600;
    display: block;
    margin-top: 10px
}

.optima-referral {
    background-color: #f2a612;
    padding: 52px 0 18px 0;
    width: 100%;
    height: 100%
}

.optima-referral--img {
    width: 50%;
    height: 50%;
    padding: 5px
}

.optima-referral--h1 {
    color: #ad5512;
    padding: 23px;
    font-size: 50px;
    font-weight: 600;
    opacity: .7
}

.optima-referral--h4 {
    color: #fff;
    padding: 24px;
    font-size: 33px;
    font-weight: 600;
    line-height: 37px
}

.optima-referral--text {
    text-align: center;
    padding: 0 2px
}

.optima-referral--text ::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

.optima-referral--text ::-moz-placeholder {
    color: #fff;
    opacity: .5
}

.optima-referral--text :-ms-input-placeholder {
    color: #fff;
    opacity: .5
}

.optima-referral--text :-moz-placeholder {
    color: #fff;
    opacity: .5
}

.optima-referral--text input:focus {
    border-left: none;
    border-right: none;
    border-top: none
}

.optima-referral--input {
    border-left: none;
    border-right: none;
    border-top: none
}

.optima-referral--submit {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    padding-left: 30px;
    padding-right: 30px
}

.modal-overlay--refer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75) !important;
    z-index: -1
}

.optima-referral--para {
    font-size: 30px;
    color: #bc6606;
    line-height: 31px;
    opacity: 1.5
}

.optima-referral-div {
    width: 50%;
    margin: 0 auto
}

.flex-table {
    padding: 20px
}

.flex-table h3 {
    text-align: left;
    padding: 15px 20px;
    background-color: #f4f4f4;
    color: #190f27;
    margin: 15px 0 5px;
    font-size: 14px
}

.flex-table--bordered {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid rgba(25, 15, 39, .1)
}

.flex-table__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 5px;
    -space: nowrap;
    overflow: hidden;
    font-size: 14px
}

.flex-table__item__legend {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}

.flex-table__item {
    display: inline-block;
    padding: 5px 15px;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    color: rgba(25, 15, 39, .5)
}

.flex-table__item--highlighted {
    color: #633ea5
}

.flex-table__header {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.flex-table__header .flex-table__item {
    color: #190f27
}

.flex-table__item--medium {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.flex-table__item--large {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.flex-table__item--left {
    text-align: left;
    color: #190f27
}

.flex-table__item--truncate {
    display: inline-block;
    min-width: 0
}

.flex-table__modal-scrollable {
    max-height: -webkit-calc(100vh - 250px);
    max-height: -moz-calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow: auto
}

.flex-table__modal-scrollable--with-buttons {
    height: -webkit-calc(100vh - 460px);
    height: -moz-calc(100vh - 460px);
    height: calc(100vh - 460px)
}

.demo-form {
    width: 420px;
    margin: 10px auto 20px
}

.demo-form .btn,
.demo-form .supercard-activate-link {
    width: 100%;
    text-align: center
}

input,
select {
    display: block;
    padding: 0 18px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #190f27;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e4e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 42px
}

input[disabled] {
    pointer-events: none;
    cursor: auto
}

.select-input-wrapper {
    position: relative
}

.select-input-wrapper:after {
    position: absolute;
    content: '';
    right: 18px;
    top: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #c3c3c3
}

.select-input-wrapper--small:after {
    top: 15px
}

.select-input-wrapper--small .select-input {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    height: 34px;
    line-height: 34px
}

input:active,
input:focus,
select:active,
select:focus {
    border: 1px solid #633ea5
}

input.error,
select.error,
textarea.error {
    border: 1px solid #d94a49
}

.input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.input-wrap input {
    margin-right: 20px
}

.input-wrap input:last-child {
    margin-right: 0
}

::-webkit-input-placeholder {
    color: rgba(25, 15, 39, .3)
}

:-moz-placeholder {
    color: rgba(25, 15, 39, .3)
}

::-moz-placeholder {
    color: rgba(25, 15, 39, .3)
}

:-ms-input-placeholder {
    color: rgba(25, 15, 39, .3)
}

select:invalid {
    color: rgba(25, 15, 39, .3)
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: -webkit-calc(100% - 36px);
    height: -moz-calc(100% - 36px);
    height: calc(100% - 36px)
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides:not(.rslides--home) img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    font-size: 0;
    list-style: none;
    margin: 30px auto 0;
    text-align: center;
    width: 100%
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 10px
}

.rslides_tabs a {
    width: auto;
    height: auto;
    background: #e7e7e7;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.rslides_tabs li:first-child {
    margin-left: 0
}

.rslides_tabs .rslides_here a {
    background: #e60a6f
}

.rslides--arrow--type {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: -webkit-calc(100% - 36px);
    height: -moz-calc(100% - 36px);
    height: calc(100% - 36px)
}

.rslides--arrow--type li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.rslides--arrow--type li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides--arrow--type:not(.rslides--home) img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.list--customer--mg0 {
    margin-left: 0 !important
}

.customers__carousel .rslides_tabs {
    margin-top: 0;
    margin-bottom: 30px
}

.large-btns_nav {
    position: absolute;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: -70px;
    background: url(../img/testimonials/left-arrow-pre.html) no-repeat left 50%;
    width: 25px
}

.large-btns_nav.next {
    left: auto;
    background: url(../img/testimonials/right-arrow-nxt.html) no-repeat right 50%;
    right: -70px
}

.z-layout-parent {
    overflow: hidden
}

.z-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.z-layout:last-child {
    padding-bottom: 80px
}

.z-layout__right {
    text-align: left;
    margin: 0 0 0 100px
}

.z-layout__right h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.z-layout__right p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    width: 75%;
    color: #353535
}

.z-layout-parent:nth-child(2n+1) .z-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.z-layout-parent:nth-child(2n+1) .z-layout .z-layout__right {
    margin: 0 100px 0 0
}

.z-layout-parent:nth-child(2n) .z-layout:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: -webkit-calc(-100vw/2 + 50%);
    left: -moz-calc(-100vw/2 + 50%);
    left: calc(-100vw/2 + 50%);
    top: 0;
    background: #fff;
    z-index: -1
}

.z-layout__left--location {
    position: relative;
    left: -100px
}

.z-layout__left--location:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../img/sub-sections/map.html);
    left: -140px;
    height: 120px;
    width: 534px;
    bottom: -20px;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.z-layout__left--location:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: url(../img/sub-sections/card.html);
    left: 80px;
    height: 203px;
    width: 348px;
    bottom: -25px;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.top-section {
    background-image: -webkit-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -moz-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -o-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: linear-gradient(221deg, #633ea5 13%, #36215a 65%);
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    margin-top: -165px;
    padding-top: 165px
}

.top-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2
}

.top-section--supercard--top {
    background-image: -webkit-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -moz-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -o-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: linear-gradient(221deg, #633ea5 13%, #36215a 65%);
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    margin-top: -165px;
    padding-top: 165px
}

.top-section--supercard {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.top-section--supercard--background {
    background-image: url(../img/bgsuper.html);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #3d206d
}

.top-section--supercard--after {
    background-image: url(../img/bgsuper.html)
}

.top-section--about:after {
    background-image: url(../img/team/about-cover.html)
}

.top-section--contact:after {
    background-image: url(../img/team/contact-cover.html);
    background-position: center bottom
}

.top-section--careers:after {
    background-image: url(../img/team/careers-cover.html);
    background-position: center
}

.top-section--support .inner-page-hero {
    padding: 30px 0 110px
}

.header {
    padding: 30px 0;
    margin-bottom: 60px;
    opacity: 0;
    -webkit-animation: slide-down .5s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    -moz-animation: slide-down .5s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    -o-animation: slide-down .5s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    animation: slide-down .5s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    position: relative;
    z-index: 3
}

.header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-bottom {
    display: inline-block;
    width: 130px;
    height: 23px;
    background-image: url(/img/rechargex_white_logo.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.logo-top {
    display: inline-block;
    width: 130px;
    height: 23px;
    background-image: url(/img/rechargex_full_white_logo.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.logo-bottom--express,
.logo-express {
    display: inline-block;
    width: 57px;
    height: 23px;
    background-image: url(../logo-white%402x.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.optima-bottom,
.optima-top {
    display: inline-block;
    width: 124px;
    height: 48px;
    background-image: url(../optima-logo-website.html);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: -7px;
    zoom: .9;
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    transform: scale(.9, .9)
}

.express-bottom,
.express-top {
    display: inline-block;
    width: 124px;
    height: 48px;
    background-image: url(../img/express/express-zeta-logo.html);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: -7px;
    zoom: .9;
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    transform: scale(.9, .9)
}

.spotlight-bottom,
.spotlight-top {
    display: inline-block;
    width: 131px;
    height: 46px;
    background-image: url(../img/spotlight-logo.html);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: -7px;
    zoom: .9;
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    transform: scale(.9, .9)
}

.nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav__item {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-left: 40px
}

.nav__item--active:after,
.nav__item--active:hover::after {
    bottom: -10px;
    opacity: 1
}

.nav__link {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    position: relative
}

.download-link {
    margin-right: 30px
}

.nav__item:hover .nav__dropdown {
    top: 30px;
    opacity: 1;
    visibility: visible
}

.nav__dropdown {
    position: absolute;
    font-size: 14px;
    padding: 5px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    width: 240px
}

.nav__dropdown:after {
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    right: 0;
    height: 10px
}

.nav__dropdown:before {
    position: absolute;
    content: '';
    left: 25px;
    top: -4px;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: -1
}

.nav__dropdown___item a {
    text-decoration: none;
    color: #190f27;
    padding: 10px 20px;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav__dropdown___item a p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 2px;
    color: rgba(25, 15, 39, .5)
}

.nav__dropdown___item a:hover {
    background-color: #f3f5f7
}

.nav__dropdown--signup {
    top: 60px;
    width: -webkit-calc(100vw - 32px);
    width: -moz-calc(100vw - 32px);
    width: calc(100vw - 32px);
    max-width: 310px;
    right: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    -moz-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    -o-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms
}

.nav__dropdown--signup:before {
    left: auto;
    right: 51px
}

.nav__dropdown--signup .nav__dropdown___item a {
    padding: 15px 20px;
    padding-left: 80px;
    color: #190f27;
    background-repeat: no-repeat;
    -moz-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
    background-position: 17px 49%;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0
}

.nav__dropdown___item--hr a {
    background-image: url(../img/icon-hr-new.png)
}

.nav__dropdown___item--employee a {
    background-image: url(../img/icon-emp-new.png)
}

.nav__item--signup {
    margin-left: 0
}

.nav__item--signup:hover .nav__dropdown--signup {
    top: 60px;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s, 0s, .2s;
    -moz-transition-delay: 0s, 0s, .2s;
    -o-transition-delay: 0s, 0s, .2s;
    transition-delay: 0s, 0s, .2s
}

.mobile-nav {
    background: #f44b53;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding-top: 60px;
    text-align: center;
    overflow: auto
}

.mobile-nav .mobile-nav__link {
    display: block;
    padding: 18px 0
}

.mobile-nav .mobile-nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.25, .1, .25, 1);
    -moz-transition: all .25s cubic-bezier(.25, .1, .25, 1);
    -o-transition: all .25s cubic-bezier(.25, .1, .25, 1);
    transition: all .25s cubic-bezier(.25, .1, .25, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.mobile-nav .mobile-nav__item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.mobile-nav.mobile-nav--visible {
    opacity: 1;
    visibility: visible
}

.mobile-nav.mobile-nav--visible .mobile-nav__item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(1) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(2) {
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(3) {
    -webkit-transition-delay: .18s;
    -moz-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(4) {
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    -o-transition-delay: .24s;
    transition-delay: .24s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(5) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(6) {
    -webkit-transition-delay: .36s;
    -moz-transition-delay: .36s;
    -o-transition-delay: .36s;
    transition-delay: .36s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(7) {
    -webkit-transition-delay: .42s;
    -moz-transition-delay: .42s;
    -o-transition-delay: .42s;
    transition-delay: .42s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(8) {
    -webkit-transition-delay: .48s;
    -moz-transition-delay: .48s;
    -o-transition-delay: .48s;
    transition-delay: .48s
}

.mobile-nav.mobile-nav--visible .mobile-nav__item:nth-of-type(9) {
    -webkit-transition-delay: .54s;
    -moz-transition-delay: .54s;
    -o-transition-delay: .54s;
    transition-delay: .54s
}

.carousel {
    position: relative;
    z-index: 2
}

.carousel__left-arrow,
.carousel__right-arrow {
    width: 17px;
    height: 52px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -webkit-calc(-26px - 50px);
    margin-top: -moz-calc(-26px - 50px);
    margin-top: calc(-26px - 50px);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.carousel__left-arrow {
    left: 30px;
    background-image: url(../img/carousel-arrow-left.png)
}

.carousel__right-arrow {
    right: 30px;
    background-image: url(../img/carousel-arrow-right.png)
}

.main-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-section__content {
    width: 530px
}

.main-section__content .content__cta .btn,
.main-section__content .content__cta .supercard-activate-link {
    margin: 0
}

.main-section__content--supercard {
    width: 62%
}

.main-section__animation {
    min-width: 300px;
    height: 420px;
    top: 10px;
    text-align: right;
    position: relative;
    opacity: 0;
    -webkit-animation: phone-slide-left 1s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -moz-animation: phone-slide-left 1s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -o-animation: phone-slide-left 1s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    animation: phone-slide-left 1s cubic-bezier(.25, .1, .25, 1) .6s forwards
}

.main-section__animation video {
    position: absolute;
    height: 322px;
    right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 48px;
    z-index: 3
}

.main-section__animation .phone-template {
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 420px;
    width: 208px
}

.main-section__animation .phone-template:after {
    position: absolute;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: -20px 15px 50px -15px rgba(0, 0, 0, .2);
    -moz-box-shadow: -20px 15px 50px -15px rgba(0, 0, 0, .2);
    box-shadow: -20px 15px 50px -15px rgba(0, 0, 0, .2);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px
}

.main-section__animation .hero-super-card,
.main-section__animation .rupay__zeta__card {
    z-index: 1;
    height: 170px;
    right: 120px;
    opacity: 0;
    bottom: -6px;
    -webkit-animation: card-slide-left 1.2s cubic-bezier(.25, .1, .25, 1.2) 1s forwards;
    -moz-animation: card-slide-left 1.2s cubic-bezier(.25, .1, .25, 1.2) 1s forwards;
    -o-animation: card-slide-left 1.2s cubic-bezier(.25, .1, .25, 1.2) 1s forwards;
    animation: card-slide-left 1.2s cubic-bezier(.25, .1, .25, 1.2) 1s forwards;
    position: absolute !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-section__animation .rupay__zeta__card {
    right: 198px;
    height: 180px;
    bottom: 0;
    margin-bottom: 0;
    z-index: 3
}

.main-section__animation .zeta-super-tag {
    z-index: 1;
    height: 90px;
    right: 220px;
    opacity: 0;
    top: 165px;
    -webkit-animation: card-slide-left 2s cubic-bezier(.25, .1, .25, 1.2) 2s forwards;
    -moz-animation: card-slide-left 2s cubic-bezier(.25, .1, .25, 1.2) 2s forwards;
    -o-animation: card-slide-left 2s cubic-bezier(.25, .1, .25, 1.2) 2s forwards;
    animation: card-slide-left 2s cubic-bezier(.25, .1, .25, 1.2) 2s forwards;
    position: absolute !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.height--none {
    position: relative;
    height: initial;
    top: 0
}

.main--section--align {
    text-align: center;
    top: 40px
}

.main-section__animation--google {
    min-width: 360px;
    text-align: center
}

.animation__card {
    height: 195px;
    width: 316px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    background: url(../img/cards/2.html);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 5px;
    left: 50px;
    -webkit-animation: card-1 1.3s cubic-bezier(.25, .1, .25, 1) .2s forwards;
    -moz-animation: card-1 1.3s cubic-bezier(.25, .1, .25, 1) .2s forwards;
    -o-animation: card-1 1.3s cubic-bezier(.25, .1, .25, 1) .2s forwards;
    animation: card-1 1.3s cubic-bezier(.25, .1, .25, 1) .2s forwards;
    z-index: 0;
    visibility: hidden
}

.animation__card--2 {
    background-image: url(../img/cards/4.html);
    top: 60px;
    left: 200px;
    -webkit-animation: card-2 1.3s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    -moz-animation: card-2 1.3s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    -o-animation: card-2 1.3s cubic-bezier(.25, .1, .25, 1) .3s forwards;
    animation: card-2 1.3s cubic-bezier(.25, .1, .25, 1) .3s forwards
}

.animation__card--3 {
    background-image: url(../img/cards/3.html);
    top: 120px;
    left: 0;
    -webkit-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .4s forwards;
    -moz-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .4s forwards;
    -o-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .4s forwards;
    animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .4s forwards
}

.animation__card--4 {
    background-image: url(../img/cards/5.html);
    top: 180px;
    left: 120px;
    -webkit-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .5s forwards;
    -moz-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .5s forwards;
    -o-animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .5s forwards;
    animation: card-3 1.3s cubic-bezier(.25, .1, .25, 1) .5s forwards
}

.content__category {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    margin-bottom: 20px
}

.content__category--primary {
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards
}

.content__optima-logo {
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    margin-bottom: 10px
}

.content__with--radius {
    margin-bottom: 5px
}

.content__with--radius span {
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .6s forwards;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #2e1d50;
    color: #968ea7;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 5px;
    letter-spacing: 1px
}

.content__with--radius .sodexo--note--radius {
    background-color: rgba(28, 12, 56, .26)
}

.content__with--radius--supercard {
    margin-bottom: 5px
}

.content__with--radius--supercard span {
    color: #968ea7;
    background-color: rgba(54, 33, 90, .48)
}

.content__heading {
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards
}

.content__heading.hide {
    display: none
}

.content__heading.small-heading {
    font-size: 34px
}

.content__heading--adwords {
    width: 569px
}

.content__heading--supercard {
    font-size: 48px;
    font-weight: 700
}

.content__description--supercard {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    color: #fff
}

.content__description {
    width: 85%;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin: 14px 0 30px;
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .7s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .7s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .7s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .7s forwards
}

.content__description.small-margin {
    margin-bottom: 20px
}

.content__description--adwords {
    width: 100%
}

.content--sub__description {
    width: 60%
}

.content__cta--supercard {
    position: relative;
    top: 0;
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards
}

.content__cta--supercard .btn,
.content__cta--supercard .supercard-activate-link {
    margin: 0 5px
}

.content__category--secondary {
    margin-top: 60px;
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards
}

.clients-list-top {
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .85s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .85s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .85s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .85s forwards
}

.content__video-btn {
    margin-left: 20px;
    padding-right: 50px;
    background-image: url(../img/arrow-right.png);
    background-position: right 25px center;
    background-repeat: no-repeat;
    -moz-background-size: 5px 10px;
    -o-background-size: 5px 10px;
    background-size: 5px 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.content__video-btn:hover {
    background-position: right 20px center
}

.clients-list-top {
    list-style-type: none;
    font-size: 0
}

.clients-list-top li {
    display: inline-block;
    margin-right: 40px
}

.clients-list-top li:last-of-type {
    margin-right: 0
}

.pagination {
    display: block;
    text-align: center;
    margin: 50px auto 0;
    list-style: none;
    font-size: 0;
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards
}

.pagination__item {
    display: inline-block
}

.pagination__item a {
    height: 6px;
    display: inline-block;
    background: #fff;
    opacity: .3;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px
}

.pagination__item--active a {
    opacity: 1
}

.features {
    padding: 10px 10px 80px;
    border-bottom: 1px solid #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.features__item {
    background-color: #f3f5f7;
    width: 25%;
    margin-right: 10px;
    padding: 40px 20px;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-position: right -20px center;
    background-repeat: no-repeat
}

.features__item:hover {
    background-color: #e7ebef;
    background-position: right -10px center
}

.features__item:last-of-type {
    margin-right: 0
}

.features__item--benefits {
    background-image: url(../img/features/benefits.html);
    -moz-background-size: 97px 116px;
    -o-background-size: 97px 116px;
    background-size: 97px 116px
}

.features__item--rewards {
    background-image: url(../img/features/rewards.html);
    -moz-background-size: 97px 116px;
    -o-background-size: 97px 116px;
    background-size: 97px 116px
}

.features__item--expense {
    background-image: url(../img/features/expense.html);
    -moz-background-size: 97px 116px;
    -o-background-size: 97px 116px;
    background-size: 97px 116px
}

.features__item--wallet {
    background-image: url(../img/features/benefits.html);
    -moz-background-size: 97px 116px;
    -o-background-size: 97px 116px;
    background-size: 97px 116px
}

.feature-heading {
    font-size: 16px;
    font-weight: 600;
    color: #190f27;
    margin-top: 5px
}

.feature-description {
    font-size: 12px;
    color: #190f27;
    opacity: .5;
    margin-top: 10px;
    line-height: 18px;
    width: 70%
}

.feature-link {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #190f27;
    letter-spacing: 1px;
    display: block;
    margin-top: 18px;
    padding-left: 20px;
    background-image: url(../img/arrow-right.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    -moz-background-size: 5px 10px;
    -o-background-size: 5px 10px;
    background-size: 5px 10px
}

.featured-clients {
    margin-top: 80px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 80px
}

.client-logos-rotator {
    margin-top: 70px;
    width: 13008px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0;
    text-align: center
}

.featured-clients__title {
    color: rgba(25, 15, 39, .5)
}

.featured-clients__title .highlight {
    color: #190f27
}

.featured-clients__logos {
    display: inline-block;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.featured-clients__logos.move-right {
    -webkit-transition: all 120s linear;
    -moz-transition: all 120s linear;
    -o-transition: all 120s linear;
    transition: all 120s linear;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.sub-categories {
    text-align: center;
    padding-top: 30px;
    height: 183px
}

.sub-categories__nav {
    background: #fff;
    margin-top: 30px;
    list-style: none;
    font-size: 0;
    position: relative;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .15)
}

.sub--ul--block {
    border-top: 1px solid #e8e7e7
}

.sub-categories__nav--sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 5;
    -webkit-transition: top .25s ease;
    -moz-transition: top .25s ease;
    -o-transition: top .25s ease;
    transition: top .25s ease
}

.sub-categories__nav--hidden {
    -webkit-transition: top .25s ease;
    -moz-transition: top .25s ease;
    -o-transition: top .25s ease;
    transition: top .25s ease;
    top: -62px
}

.sub-categories__nav___item {
    display: inline-block;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.sub-categories__nav___item--active {
    border-bottom: 2px solid #633ea5
}

.sub-categories__nav___item a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #190f27;
    letter-spacing: 1px;
    display: inline-block;
    padding: 25px 0 20px
}

.sub-section {
    padding: 50px 0 50px;
    background: #fff
}

.sub-section__express {
    background: #fff;
    border-bottom: 1px solid #f4f4f4
}

.express-easy--spend--block {
    padding-top: 30px;
    max-width: 750px
}

.bg--gray--color {
    background-color: #f5f5f5
}

.sub-section__heading {
    text-align: center;
    margin-bottom: 60px
}

.sub-section__kiosk p {
    padding: 0 40px 0 60px
}

.sub-section__text--para {
    width: 60%
}

.sub-section__animation,
.sub-section__info {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sub-section__animation {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px)
}

.sub-section__text p {
    width: 57%;
    text-align: center;
    margin: 0 auto
}

.sub-section__text--super p {
    width: 61%;
    text-align: center;
    margin: 0 auto
}

.sub-section__text--express {
    width: 61%;
    text-align: center;
    margin: 0 auto
}

.flexbox--reverse .sub-section__animation {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px)
}

.express--section {
    text-align: center
}

.express--section img {
    height: 343px;
    width: 311px;
    padding: 22px
}

.express--section__kiosk {
    text-align: center
}

.express--section__kiosk img {
    width: 50%;
    text-align: center
}

.express--section__remote {
    text-align: center
}

.express--section__remote img {
    width: 249px;
    position: relative;
    top: 6px
}

.sub-section--gift .sub-section__animation {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
}

.info-points {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info-points__item {
    text-align: center;
    -webkit-flex-basis: -webkit-calc(50% - 60px);
    -ms-flex-preferred-size: calc(50% - 60px);
    flex-basis: -moz-calc(50% - 60px);
    flex-basis: calc(50% - 60px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 60px;
    margin-right: 60px
}

.info-points__item:last-of-type,
.info-points__item:nth-of-type(2n) {
    margin-right: 0
}

.info-points__item:nth-of-type(n+2) {
    margin-bottom: 0
}

.info-points__item___icon {
    margin-bottom: 15px;
    height: 60px
}

.info-points__item___heading {
    margin-bottom: 6px
}

.info-points__item___description {
    padding: 0 10px
}

.info-points__item___icon__padding {
    padding-left: 30px
}

.info-points__item:last-of-type .info-points__item___description {
    width: 60%;
    margin: 0 auto
}

.info-points__item___icon--supertag {
    width: 60px
}

.info-points__item___icon--super {
    height: 40px;
    margin-top: 20px
}

.info-points__item:nth-of-type(4n) .info-points__item___description {
    width: 100%
}

.sub-section__text--exp {
    width: 69% !important
}

.more-points__learn-more {
    margin: 40px 0 60px
}

.supercard-section {
    background-image: -webkit-linear-gradient(270deg, #ffffff 0, #ffffff 100%);
    background-image: -moz-linear-gradient(270deg, #633ea5 0, #36215a 100%);
    background-image: -o-linear-gradient(270deg, #633ea5 0, #36215a 100%);
    background-image: linear-gradient(-180deg, #ffffff 0, #ffffff 100%);
    text-align: center;
    padding: 50px 0 70px;
    overflow: hidden
}

.supercard-section--optima {
    background-image: -webkit-linear-gradient(270deg, #f6f5f7 0, #eceeef 100%);
    background-image: -moz-linear-gradient(270deg, #f6f5f7 0, #eceeef 100%);
    background-image: -o-linear-gradient(270deg, #f6f5f7 0, #eceeef 100%);
    background-image: linear-gradient(-180deg, #f6f5f7 0, #eceeef 100%);
    text-align: center;
    overflow: hidden
}

.supercard-section--supercard {
    background-image: -webkit-linear-gradient(2deg, #35215a 50%, #633ea5 74%);
    background-image: -moz-linear-gradient(2deg, #35215a 50%, #633ea5 74%);
    background-image: -o-linear-gradient(2deg, #35215a 50%, #633ea5 74%);
    background-image: linear-gradient(-272deg, #35215a 50%, #633ea5 74%);
    text-align: center;
    overflow: hidden;
    padding-bottom: 100px
}

.supercard__scroller {
    position: relative;
    margin: 60px 0;
    height: 260px
}

.zeta-supercard {
    -webkit-box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
    box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
    position: absolute;
    left: 50%;
    margin-left: -205px;
    z-index: 3;
    height: 259px
}

.zeta-supercard--height {
    -webkit-box-shadow: 0 rgba(203, 203, 203, .41);
    -moz-box-shadow: 0 rgba(203, 203, 203, .41);
    box-shadow: 0 rgba(203, 203, 203, .41);
    position: absolute;
    left: 50%;
    margin-left: -255px;
    z-index: 3;
    height: 354px;
    margin-top: -20px
}

.claims--card--height {
    height: 257px;
    margin-left: -206px;
    margin-top: 0
}

.claims--btn-width {
    width: 270px
}

.zeta-supercard--animation {
    -webkit-box-shadow: 0 rgba(203, 203, 203, .41);
    -moz-box-shadow: 0 rgba(203, 203, 203, .41);
    box-shadow: 0 rgba(203, 203, 203, .41);
    position: absolute;
    left: 50%;
    margin-left: -273px;
    z-index: 3;
    height: 388px;
    margin-top: -27px
}

.zeta-supercard--animation--height {
    height: 0
}

.supercard__scroller___list {
    text-align: center;
    list-style: none;
    padding: 30px 0;
    font-size: 0;
    white-space: nowrap;
    position: absolute;
    top: 0;
    width: 4000px;
    left: 50%;
    margin-left: -2000px
}

.supercard__scroller___list::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 36px;
    background-image: url(../img/cards/particles.html);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    left: 50%;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.supercard__scroller___list--shine::before {
    -webkit-transition: top .5s ease, opacity .6s ease-in;
    -moz-transition: top .5s ease, opacity .6s ease-in;
    -o-transition: top .5s ease, opacity .6s ease-in;
    transition: top .5s ease, opacity .6s ease-in;
    top: -45px;
    opacity: 0
}

.supercard__scroller___list li {
    display: inline-block;
    margin: 0 40px;
    -webkit-transition: -webkit-transform 0s;
    -moz-transition: -moz-transform 0s;
    -o-transition: -o-transform 0s;
    transition: transform 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.model-google--page {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.supercard__scroller___list li.move-left {
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform: translateX(-396px);
    -moz-transform: translateX(-396px);
    -ms-transform: translateX(-396px);
    -o-transform: translateX(-396px);
    transform: translateX(-396px)
}

.supercard__points {
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.supercard__points__item {
    -webkit-flex-basis: -webkit-calc(33.33% - 70px);
    -ms-flex-preferred-size: calc(33.33% - 70px);
    flex-basis: -moz-calc(33.33% - 70px);
    flex-basis: calc(33.33% - 70px);
    margin: 50px 100px 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.supercard__points__item:last-of-type,
.supercard__points__item:nth-of-type(3n) {
    margin-right: 0
}

.supercard__points__item___icon {
    height: 60px;
    min-width: 60px
}

.supercard__points__item___heading {
    margin-bottom: 6px;
    padding: 0 0 0 30px;
    font-weight: 400
}

.supercard__points__item___description {
    padding: 0 0 0 30px;
    font-weight: 300
}

.more-points {
    padding: 50px 0 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4
}

.more-points .heading-support {
    margin-left: auto;
    margin-right: auto
}

.modal__confirm__cntr {
    max-width: 480px;
    width: 100%;
    padding: 0
}

.modal__confirm__cntr .header--subscribie--block {
    background-color: #633ea5
}

.modal__confirm__cntr .header--subscribie--block h2 {
    color: #fff;
    padding-bottom: 30px
}

.modal__confirm__cntr .modal--confirm--body {
    padding: 30px 20px 60px 20px
}

.modal__confirm__cntr .modal--confirm--body p {
    text-align: center
}

.modal__confirm__cntr .modal--confirm--body img {
    width: 210px;
    height: auto
}

.modal__confirm__cntr .modal--confirm--body .heading-support {
    width: 82%;
    padding-top: 30px
}

.more-points .feature-link {
    width: 100px;
    padding-left: 10px;
    margin: 20px auto 0
}

.info-points--three-column {
    margin-top: 80px
}

.info-points--three-column .info-points__item {
    -webkit-flex-basis: -webkit-calc(33.33% - 60px);
    -ms-flex-preferred-size: calc(33.33% - 60px);
    flex-basis: -moz-calc(33.33% - 60px);
    flex-basis: calc(33.33% - 60px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 60px;
    margin-right: 60px
}

.info-points--three-column .info-points__item:last-of-type,
.info-points--three-column .info-points__item:nth-of-type(3n) {
    margin-right: 0
}

.info-points--three-column .info-points__item___icon {
    margin-bottom: 20px
}

.info-points--three-column .info-points__item___heading {
    margin-bottom: 6px;
    font-size: 19px
}

.info-points--three-column .info-points__item___description {
    padding: 0 30px
}

.info-points--three-column .info-points__item:last-of-type .info-points__item___description {
    width: 100%
}

.testimonials {
    padding: 80px 0 180px;
    position: relative
}

.testimonials:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 540px;
    background-image: -webkit-radial-gradient(50% 100%, #36215a 0, #311c54 100%);
    background-image: -moz-radial-gradient(50% 100%, #36215a 0, #311c54 100%);
    background-image: -o-radial-gradient(50% 100%, #36215a 0, #311c54 100%);
    background-image: radial-gradient(50% 100%, #36215a 0, #311c54 100%);
    -webkit-box-shadow: inset 0 40px 80px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 40px 80px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 40px 80px 0 rgba(0, 0, 0, .3);
    z-index: -1
}

.testimonials--supercard {
    width: 100%;
    padding: 115px 11px 0;
    position: relative
}

.testimonials__heading {
    text-align: center;
    margin: 0 0 40px;
    padding-top: 30px;
    background: url(../img/heart.png) no-repeat;
    background-position: top center;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px
}

.testimonials__cover {
    width: 100%;
    height: 470px;
    position: relative
}

.cover__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: top center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.cover__video-supercard {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    height: 100%
}

.cover__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.cover__video .cover__video--active {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
    z-index: 2
}

.cover__video-supercard .cover__video--active-supercard {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
    z-index: 2
}

.cover__overlay {
    opacity: .2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #301271;
    z-index: 3;
    pointer-events: none
}

.container--supercard--layer {
    opacity: 2.2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #9e0b06;
    z-index: 3;
    pointer-events: none
}

.cover__overlay--supercard {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #190f27;
    pointer-events: none
}

.cover__content {
    position: relative;
    z-index: 4;
    text-align: center;
    height: 100%
}

.cover__content--supercard {
    background-image: url(img/cards/super-new.html)
}

.cover__play-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/play.html);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 120px 0 0
}

.cover__quote {
    margin: -50px auto 0;
    font-size: 26px;
    line-height: 38px;
    width: 80%;
    font-weight: 300;
    padding: 80px 50px;
    background-image: url(../img/quote.html);
    -moz-background-size: 96px 76px;
    -o-background-size: 96px 76px;
    background-size: 96px 76px;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.cover__quote___text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 50px;
    opacity: 0
}

.cover__quote___text--active {
    opacity: 1
}

.testimonials__list {
    list-style: none;
    text-align: center;
    font-size: 0;
    margin-top: -34px;
    position: relative;
    z-index: 5
}

.list__customer {
    display: inline-block;
    margin: 0 40px
}

.customer__toggle {
    display: block;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.testimonials__play {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: 2px solid #fff;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, .05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.testimonials__play:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff
}

.testimonials__play:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: -webkit-radial-gradient(transparent 50%, #fff 60%, transparent 100%);
    background: -moz-radial-gradient(transparent 50%, #fff 60%, transparent 100%);
    background: -o-radial-gradient(transparent 50%, #fff 60%, transparent 100%);
    background: radial-gradient(transparent 50%, #fff 60%, transparent 100%);
    -webkit-animation: pulse 2s cubic-bezier(.25, .1, .25, 1) forwards infinite;
    -moz-animation: pulse 2s cubic-bezier(.25, .1, .25, 1) forwards infinite;
    -o-animation: pulse 2s cubic-bezier(.25, .1, .25, 1) forwards infinite;
    animation: pulse 2s cubic-bezier(.25, .1, .25, 1) forwards infinite
}

.customer__avatar {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.customer__company {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -12px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.customer__information {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.customer__toggle--active+.customer__information {
    visibility: visible;
    opacity: 1
}

.customer__name {
    font-size: 24px;
    color: #190f27
}

.customer__designation {
    font-size: 12px;
    color: rgba(25, 15, 39, .5);
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 600
}

.footer {
    background: #190f27;
    padding: 80px 0 50px
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.links__column {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.links__column--grow {
    -webkit-box-flex: 1.2;
    -webkit-flex-grow: 1.2;
    -moz-box-flex: 1.2;
    -ms-flex-positive: 1.2;
    flex-grow: 1.2
}

.column__header {
    color: #fff
}

.column__list {
    margin-top: 20px;
    list-style: none
}

.column__list a {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    line-height: 29px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.column__list a:hover {
    color: #fff
}

.footer__bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__download-buttons,
.footer__logo,
.footer__social {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.footer__social {
    list-style: none;
    font-size: 0;
    margin-top: 30px
}

.social__icon {
    display: inline-block;
    margin-right: 25px
}

.social__icon:last-of-type {
    margin: 0
}

.social__icon a {
    display: inline-block;
    height: 15px;
    background-image: url(../img/social/facebook.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 15px;
    background-repeat: no-repeat
}

.social__icon--twitter a {
    background-image: url(../img/social/twitter.png);
    height: 14px
}

.social__icon--instagram a {
    background-image: url(../img/social/instagram.png)
}

.social__icon--youtube a {
    width: 21px;
    background-image: url(../img/social/zeta-youtube.png)
}

.social__icon--linkedin a {
    width: 16px;
    background-image: url(../img/social/linkedin.png)
}

.social__icon--google a {
    width: 20px;
    background-image: url(../img/social/google.png)
}

.footer__logo {
    text-align: left
}

.copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
    margin-top: 5px
}

.footer__download-buttons {
    font-size: 0
}

.footer__download-buttons a {
    display: inline-block
}

.footer__download-buttons .google-play,
.footer__download-buttons .web {
    margin-left: 15px
}

.footer__download-buttons .web,
.footer__download-buttons .windows {
    margin-top: 15px
}

.compliance-logos {
    text-align: center;
    font-size: 0;
    padding: 40px 0;
    background: #f4f4f4
}

.compliance-logos img {
    margin: 30px 15px 0
}

.how-it-works {
    margin: 80px -25px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.how-it-works--optima {
    margin: 58px 55px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.how-it-works__step {
    text-align: center;
    padding: 0 25px
}

.mg--top--40 {
    margin-top: 40px
}

.step__counter {
    font-size: 14px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c9cadc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 30px auto 20px;
    color: #190f27
}

.step__heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #190f27
}

.express--step__heading {
    margin-bottom: 15px;
    margin-top: 35px
}

.step--heading--pdtb {
    padding-top: 15px
}

.clearfix {
    clear: both
}

.mg__top--30 {
    margin-top: 30px
}

.nav__child___dropdown a {
    background-color: #f3f1f5;
    padding-left: 35px
}

.optima-logo__container {
    padding-top: 34px;
    padding-bottom: 45px
}

.section-content__overight {
    width: 71%
}

.overwrite--pd__top {
    padding-top: 0
}

.overwrite--mg__top {
    margin: 60px -25px 0
}

.mg__top--Reports {
    margin-top: 16px
}

.mg__top--13 {
    margin-top: 13px
}

.mg__top--2 {
    margin-top: 2px
}

.mg__top--3 {
    margin-top: 3px
}

.mg__top--5 {
    margin-top: 5px
}

.mg__top--6 {
    margin-top: 6px
}

.mg__top--7 {
    margin-top: 7px
}

.mg__top--4 {
    margin-top: 4px
}

.mg__top--10 {
    margin-top: 10px
}

.mg__top--17 {
    margin-top: 17px
}

.mg__top--21 {
    margin-top: 21px
}

.mg__top--25 {
    margin-top: 25px
}

.without__animation {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.height__100 {
    height: 100px
}

.width__percentage__50 {
    width: 50%
}

.max__height--custom {
    max-height: calc(100% - 200px);
    max-height: -webkit-calc(100% - 200px);
    max-height: -moz-calc(100% - 200px)
}

.gradient__red {
    background-image: -webkit-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
    background-image: -moz-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
    background-image: -o-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
    background-image: linear-gradient(242deg, #e90c71 13%, #d20555 65%)
}

.bgcolor__red>span {
    background-color: #c81255;
    color: #e282a8
}

.btn--white__bgcolor {
    background-color: #fff;
    color: #b30c59
}

.btn--yellow__bgcolor {
    background-color: #ffbc00;
    color: #fff
}

.btn--blue__bgcolor {
    background-color: #00c6e8;
    color: #fff
}

.font__size--17 {
    font-size: 17px
}

.main-heading {
    font-size: 20px;
    font-weight: 600;
    color: #190f27
}

.main-heading span {
    border-bottom: 1px solid #898490
}

.text-transform_none {
    text-transform: none
}

.column__width--555 {
    width: 555px
}

.height--100 {
    height: 100px
}

.height--120 {
    height: 100px
}

.mg__right--14 {
    margin-right: 14px
}

.mg__right--20 {
    margin-right: 20px
}

.mg__right--0 {
    margin-right: 0
}

.pd__right--10 {
    padding-right: 10px
}

.pd__right--0 {
    padding-right: 0
}

.pd__right--20 {
    padding-right: 20px
}

.pd__left--15 {
    padding-left: 15px
}

.pd__right--15 {
    padding-right: 15px
}

.pd__left--0 {
    padding-left: 0
}

.pd__right--12 {
    padding-right: 12px
}

.pd--lr-10 {
    padding: 0 10px
}

.pd--b--15 {
    padding-bottom: 15px
}

.express-image img {
    width: 45.4px;
    height: 90px
}

.text--center {
    text-align: center
}

.thumbnails--column--pdlr {
    padding: 0 40px 0 40px
}

.btn--inline-block {
    display: inline-block
}

.display__none {
    display: none
}

.inner--block--modify {
    padding: 50px 0 50px;
    border-bottom: 0 solid
}

.pipe__line {
    color: #c0a2f7;
    display: inline-block;
    position: relative;
    top: 2px
}

.inner-section--contact {
    padding-bottom: 20px
}

.inner-section--careers {
    padding-top: 80px;
    text-align: left;
    padding-bottom: 0
}

.executive-team__member {
    margin-top: 80px;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.member__image {
    min-width: 440px;
    margin-right: 60px
}

.member__image img {
    width: 100%
}

.executive-team__member:nth-of-type(2n) .member__image {
    margin-right: 0;
    margin-left: 60px
}

.member__description___name {
    font-size: 24px;
    color: #190f27
}

.member__description___designation {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(25, 15, 39, .5);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 10px
}

.member__description___bio {
    font-size: 16px;
    line-height: 25px;
    color: rgba(25, 15, 39, .5);
    margin-top: 30px
}

.people-culture {
    border-bottom: 0;
    padding-bottom: 0
}

.photo-stream {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 60px
}

.photo-stream__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/team/1.html)
}

.photo-stream__photo:before {
    content: '';
    float: left;
    padding-top: 100%
}

.photo-stream__photo:nth-of-type(2) {
    background-image: url(../img/team/2.html)
}

.photo-stream__photo:nth-of-type(3) {
    background-image: url(../img/team/3.html)
}

.photo-stream__photo:nth-of-type(4) {
    background-image: url(../img/team/4.html)
}

.photo-stream__photo:nth-of-type(5) {
    background-image: url(../img/team/5.html)
}

.photo-stream__photo:nth-of-type(6) {
    background-image: url(../img/team/6.html)
}

.join-team {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.join-team__cover {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/team/7.html);
    max-width: 33.33%;
    min-width: 33.33%;
    margin-right: 60px
}

.join-team__cover:before {
    content: '';
    float: left;
    padding-top: 100%
}

.join-team__pitch {
    text-align: left;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: -webkit-calc(100vw - (100vw / 3 + 60px) - ((100vw - 1120px)/ 2));
    max-width: -moz-calc(100vw - (100vw / 3 + 60px) - ((100vw - 1120px)/ 2));
    max-width: calc(100vw - (100vw / 3 + 60px) - ((100vw - 1120px)/ 2))
}

.pitch__heading {
    font-size: 24px;
    margin-bottom: 15px
}

.pitch__paragraph {
    font-size: 16px;
    line-height: 24px;
    color: rgba(25, 15, 39, .5);
    margin-bottom: 35px;
    width: 80%
}

.career__text-block {
    color: #190f27;
    margin-bottom: 40px
}

.career__text-block p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #190f27
}

.career__text-block p.career__text-block___feel {
    font-size: 18px;
    font-weight: 600
}

.career__text-block h3 {
    margin-top: 20px;
    font-weight: 400
}

.career__text-block .h2--small {
    margin-bottom: 40px;
    line-height: 1.6
}

.career__text-block ul {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: -20px
}

.career__text-block li {
    margin-top: 25px;
    width: 85%;
    line-height: 1.6
}

.careers-slideshow {
    height: 500px;
    position: relative;
    margin: 80px 0 50px
}

.careers-slideshow .slideshow-image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.careers-slideshow img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 20px
}

.heading-container h2,
.heading-container input,
.heading-container select {
    margin: 0
}

.heading-container__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.heading-container__right {
    text-align: right
}

.positions-section {
    margin: 40px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4
}

.positions__list {
    font-size: 0;
    margin: 20px -20px 0
}

.positions__item {
    display: inline-block;
    width: -webkit-calc(33.33% - 40px);
    width: -moz-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin: 20px;
    vertical-align: top;
    position: relative
}

.positions__item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    background: url(../img/arrow-right-outline.png);
    -moz-background-size: 7px 14px;
    -o-background-size: 7px 14px;
    background-size: 7px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 7px;
    opacity: 0;
    right: 30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.positions__item:hover::after {
    right: 16px;
    opacity: 1
}

.position__title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding-right: 40px;
    display: inline-block;
    color: #190f27
}

.position__location {
    font-size: 14px;
    color: rgba(25, 15, 39, .5);
    margin-top: 7px
}

.no-positions {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    color: #190f27;
    padding: 80px 0;
    background-color: #f4f4f4
}

.no-positions a {
    font-weight: 600;
    color: #190f27;
    text-decoration: underline
}

.careers-loader {
    text-align: center;
    margin: 100px auto
}

.careers-slider {
    margin: 80px 0 50px;
    height: 750px
}

.careers-slider .slide-image {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.careers-slider .slide-image:nth-of-type(1) {
    background-image: url(../img/team/new/9_slim.html)
}

.careers-slider .slide-image:nth-of-type(2) {
    background-image: url(../img/team/new/10_slim.html)
}

.careers-slider .slide-image:nth-of-type(3) {
    background-image: url(../img/team/new/11_slim.html)
}

.heading-with-icon--engineering {
    background-image: url(../img/heading-icons/engineering.png)
}

.heading-with-icon--design {
    background-image: url(../img/heading-icons/design.png)
}

.heading-with-icon--human-resources {
    background-image: url(../img/heading-icons/hr.png)
}

.heading-with-icon--operations {
    background-image: url(../img/heading-icons/ops-headset.png)
}

.support-category {
    text-align: left;
    margin-top: 60px;
    padding-bottom: 20px
}

.support-category.support-category--mail {
    border-bottom: 1px solid #f4f4f4
}

.support-category .support-category__left,
.support-category .support-category__right,
.support-category.support-category--chat,
.support-category.support-category--phone {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.support-category .support-category__left,
.support-category.support-category--phone {
    padding-right: 40px
}

.support-category .h2--small {
    margin-bottom: 40px
}

.support-category .enquiry-type {
    position: relative;
    margin-bottom: 40px
}

.support-category .enquiry-type__category {
    text-align: left;
    margin-bottom: 13px
}

.support-category .enquiry-type__contact {
    margin-top: 7px
}

.heading-with-icon--mail {
    background-image: url(../img/heading-icons/mail.png);
    background-position: left 0
}

.heading-with-icon--phone {
    background-image: url(../img/heading-icons/phone.png)
}

.heading-with-icon--chat {
    background-image: url(../img/heading-icons/chat.png)
}

.map {
    width: 100%;
    height: 420px
}

.map__content {
    padding: 20px;
    text-align: center
}

.map__heading {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #633ea5;
    font-family: Lato, "Lato", sans-serif
}

.map__address {
    line-height: 22px;
    font-size: 16px;
    font-family: Lato, "Lato", sans-serif
}

.contact-menu {
    margin-top: 40px;
    font-size: 0
}

.contact-menu__link {
    display: inline-block;
    padding: 10px 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #f4f4f4;
    font-size: 12px;
    color: #190f27;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.contact-menu__link--active {
    border-bottom-color: #633ea5
}

.inner-page-hero--faq {
    padding: 50px 0
}

.inner-section--faq {
    background-color: #fafafa
}

.container--faq {
    max-width: 840px
}

.faq-tabs {
    white-space: nowrap;
    font-size: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.faq-tabs__item {
    display: inline-block;
    width: 33.33%;
    font-size: 16px;
    height: 80px;
    background: #fff;
    text-decoration: none;
    color: #190f27;
    font-weight: 600;
    text-align: left;
    line-height: 80px;
    padding-left: 100px;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -moz-background-size: auto 44px;
    -o-background-size: auto 44px;
    background-size: auto 44px;
    background-position: 45px center;
    background-repeat: no-repeat;
    border-bottom: 2px solid transparent
}

.faq-tabs__item:first-of-type {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.faq-tabs__item:last-of-type {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.faq-tabs__item--hr {
    background-image: url(../img/icon-hr.html)
}

.faq-tabs__item--emp {
    background-image: url(../img/icon-emp-alt.html)
}

.faq-tabs__item--merch {
    background-image: url(../img/icon-merchant.html);
    padding-left: 110px
}

.faq-tabs__item--active {
    border-bottom: 2px solid #633ea5
}

.faqs-list {
    text-align: left;
    margin-top: 40px
}

.faqs-list__section {
    padding-bottom: 30px
}

.faqs-list__section:last-of-type {
    border: none
}

.faqs-list__section h2 {
    font-size: 26px;
    padding-left: 65px
}

.faqs-list__questions {
    list-style: none;
    margin-top: 30px
}

.faqs-list__questions>li {
    border-bottom: 1px solid #e6e6e6
}

.faqs-list__questions a {
    text-decoration: none
}

.faqs-list__questions>li>a {
    padding: 15px 0 15px 65px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    position: relative
}

.faqs-list__questions>li>a:after,
.faqs-list__questions>li>a:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    height: 10px;
    width: 2px;
    background: #633ea5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.faqs-list__questions>li>a:before {
    left: 26px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    height: 2px;
    width: 10px
}

.faqs-list__expanded>a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faqs-list__expanded>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0
}

.faqs-list__expanded .faqs-list__answer {
    max-height: 300px;
    padding-bottom: 15px
}

.faqs-list__answer {
    padding-left: 65px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.faqs-list__answer p {
    margin-top: 10px
}

.faqs-list__answer ul {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(25, 15, 39, .5)
}

.faqs-list__view-all {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #633ea5;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    padding-left: 65px
}

.faqs-list__view-all:hover {
    text-decoration: underline
}

.content__search--faq {
    top: -75px;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 660px;
    margin: 0 auto
}

.content__search--faq form {
    max-width: 660px
}

.content__search--faq input {
    margin-bottom: 0
}

.faqs__tabs--section {
    max-width: 720px;
    margin: 0 auto;
    margin-top: -90px
}

.faqs__tabs--section a {
    border-right: 1px solid #e6e6e6
}

.faqs__tabs--section a:last-of-type {
    border-right: 0 solid
}

.top-section--supercard .inner-page-hero {
    padding: 50px 0 80px
}

.top-section--supercard .inner-page-hero .content__description {
    margin: 0 auto;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    -o-animation-delay: .65s;
    animation-delay: .65s
}

.top-section--supercard .inner-page-hero .content__heading {
    margin: 5px auto 30px;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s
}

.inner-section--supercard-benefits {
    text-align: center;
    background-image: -webkit-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -moz-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: -o-linear-gradient(229deg, #633ea5 13%, #36215a 65%);
    background-image: linear-gradient(221deg, #633ea5 13%, #36215a 65%);
    border-bottom: 0
}

.inner-section--supercard-benefits h2,
.inner-section--supercard-benefits h3 {
    color: #fff
}

.inner-section--supercard-benefits p {
    color: rgba(255, 255, 255, .5)
}

.inner-section--supercard-benefits--p {
    text-align: center;
    background-image: -webkit-linear-gradient(229deg, #fafafa 13%, #fafafa 65%);
    background-image: -moz-linear-gradient(229deg, #fafafa 13%, #fafafa 65%);
    background-image: -o-linear-gradient(229deg, #fafafa 13%, #fafafa 65%);
    background-image: linear-gradient(221deg, #fafafa 13%, #fafafa 65%);
    border-bottom: 0
}

.inner-section--supercard-benefits--p p {
    color: #000
}

.inner-section--supercard-benefits--p h2,
.inner-section--supercard-benefits--p h3 {
    color: #000
}

.inner-section--supercard-security {
    padding: 230px 0 180px;
    position: relative;
    border-bottom: none;
    background: #fff
}

.inner-section--supercard-security:nth-of-type(2n+1) {
    padding: 0;
    background: #f6f6f6
}

.inner-section--supercard-security .container {
    max-width: 960px
}

.supercard-benefits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.info-points--supercard .info-points__item {
    max-width: 220px;
    margin: 30px 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 60px
}

.info-points--supercard .info-points__item .info-points__item___description {
    width: 100%
}

.info-points--supercard--space .info-points__item {
    max-width: 220px;
    margin: 30px 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 60px
}

.info-points--supercard--space .info-points__item .info-points__item___description {
    width: 100%
}

.info-points--bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.info-points--bottom .info-points__item {
    max-width: 240px;
    margin: 0 30px
}

.info-points--bottom .info-points__item .info-points__item___description {
    width: 100%
}

.info-points--bottom .info-points__item .info-points__item___description--super {
    width: 100%;
    font-size: 13px
}

.info-points__item--width p {
    color: #8f8f8f
}

.supercard-benefits-image {
    width: 430px;
    height: 270px;
    margin: 0 70px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    z-index: 5
}

.supercard-benefits-image img {
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 40px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 40px 60px rgba(0, 0, 0, .3)
}

.inner-section--supercard-activate {
    padding-top: 120px;
    padding-bottom: 140px;
    border-bottom: 0
}

.inner-section--supercard-activate h2 {
    margin-bottom: 20px
}

.inner-section--supercard-activate .supercard-activate-link {
    color: #190f27;
    border-color: #190f27
}

.supercard-bottom-image {
    max-height: 270px;
    max-width: 430px;
    margin: 0 auto
}

.supercard-bottom-image img {
    margin-top: -180px;
    margin-bottom: 30px;
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 40px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 40px 60px rgba(0, 0, 0, .3)
}

.supercard-activate-link {
    color: #fff;
    opacity: .5
}

.supercard-activate-link:hover {
    opacity: 1
}

.supercard-perspective-container {
    left: 0;
    right: 0;
    top: -160px;
    text-align: center;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute
}

.supercard-perspective {
    display: inline-block;
    height: 300px;
    width: 480px;
    background: url(../img/cards/super-new.html) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 3px 0 -1px #2f1d53, 0 6px 0 -3px #2f1d53, 0 9px 0 -3px #2f1d53, 0 9px 8px 2px rgba(0, 0, 0, .3), 0 12px 20px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 0 -1px #2f1d53, 0 6px 0 -3px #2f1d53, 0 9px 0 -3px #2f1d53, 0 9px 8px 2px rgba(0, 0, 0, .3), 0 12px 20px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 0 -1px #2f1d53, 0 6px 0 -3px #2f1d53, 0 9px 0 -3px #2f1d53, 0 9px 8px 2px rgba(0, 0, 0, .3), 0 12px 20px 5px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-200px) rotateX(0);
    -moz-transform: translateY(-200px) rotateX(0);
    transform: translateY(-200px) rotateX(0);
    opacity: 0;
    -webkit-animation: card-appear .8s cubic-bezier(.25, .1, .25, 1) 1s forwards;
    -moz-animation: card-appear .8s cubic-bezier(.25, .1, .25, 1) 1s forwards;
    -o-animation: card-appear .8s cubic-bezier(.25, .1, .25, 1) 1s forwards;
    animation: card-appear .8s cubic-bezier(.25, .1, .25, 1) 1s forwards
}

@-webkit-keyframes card-appear {
    0% {
        -webkit-transform: translateY(-200px) translateZ(-50px) rotateX(0);
        transform: translateY(-200px) translateZ(-50px) rotateX(0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) translateZ(0) rotateX(60deg);
        transform: translateY(0) translateZ(0) rotateX(60deg);
        opacity: 1
    }
}

@-moz-keyframes card-appear {
    0% {
        -moz-transform: translateY(-200px) translateZ(-50px) rotateX(0);
        transform: translateY(-200px) translateZ(-50px) rotateX(0);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0) translateZ(0) rotateX(60deg);
        transform: translateY(0) translateZ(0) rotateX(60deg);
        opacity: 1
    }
}

@-o-keyframes card-appear {
    0% {
        transform: translateY(-200px) translateZ(-50px) rotateX(0);
        opacity: 0
    }
    100% {
        transform: translateY(0) translateZ(0) rotateX(60deg);
        opacity: 1
    }
}

@keyframes card-appear {
    0% {
        -webkit-transform: translateY(-200px) translateZ(-50px) rotateX(0);
        -moz-transform: translateY(-200px) translateZ(-50px) rotateX(0);
        transform: translateY(-200px) translateZ(-50px) rotateX(0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) translateZ(0) rotateX(60deg);
        -moz-transform: translateY(0) translateZ(0) rotateX(60deg);
        transform: translateY(0) translateZ(0) rotateX(60deg);
        opacity: 1
    }
}

#supercard-canvas {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    pointer-events: none
}

.location-shield {
    padding: 80px 0 0;
    font-size: 0
}

.location-shield h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.location-shield p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #353535;
    width: 80%;
    margin: 0 auto;
    position: relative
}

.location-shield video {
    position: relative;
    left: -85px
}

.heading--security {
    text-align: left;
    background: url(../img/security_img.html) no-repeat;
    background-position: left center;
    -moz-background-size: 86px;
    -o-background-size: 86px;
    background-size: 86px;
    padding: 20px 0 20px 110px;
    margin: 0 auto;
    max-width: 600px
}

.z-layout--instant .z-layout__left,
.z-layout--superpin .z-layout__left {
    margin-top: -300px
}

.z-layout-parent .z-layout--swipe .z-layout__left {
    margin-left: -100px
}

.z-layout-parent .z-layout--swipe .z-layout__right {
    margin: 0 0 0 20px
}

.z-layout-parent .z-layout--swipe .z-layout__right p {
    width: 90%
}

.z-layout--instant .z-layout__left,
.z-layout--superpin .z-layout__left {
    margin-top: 0;
    margin-bottom: -300px
}

.supercard-spacer {
    height: 350px
}

.supercard--header h2 {
    padding: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.supercard--header p {
    font-size: 14px;
    color: #bfbcbc;
    line-height: 20px
}

.supercard--video {
    background-image: -webkit-linear-gradient(62deg, #2f1262 45%, #d92779 93%);
    background-image: -moz-linear-gradient(62deg, #2f1262 45%, #d92779 93%);
    background-image: -o-linear-gradient(62deg, #2f1262 45%, #d92779 93%);
    background-image: linear-gradient(-332deg, #2f1262 45%, #d92779 93%);
    position: absolute;
    height: 451px;
    width: 797px;
    left: 50%;
    top: 687px;
    margin-top: -225px;
    margin-left: -396px
}

.supercard--video--align {
    height: 449px;
    position: relative;
    top: 0
}

.video video::-internal-media-controls-download-button {
    display: none
}

.video video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.video video::-webkit-media-controls-panel {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
}

.supercard--video--align-none {
    display: none
}

.supercard--video--image {
    position: relative;
    z-index: 2;
    top: -32px;
    width: 53%;
    height: 489px
}

.supercard--video--play {
    position: absolute;
    top: 343px;
    padding: 21px;
    z-index: 1
}

.cover--space {
    width: 97%;
    height: 389px;
    position: relative;
    top: 75px
}

.cover--space--supercard {
    width: 97%;
    height: 325px;
    position: relative;
    top: 75px
}

.vertical-align-supercard h3 {
    position: relative;
    top: 140px;
    padding-left: 116px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    z-index: 0
}

.supercard--benefits--header {
    padding-bottom: 140px
}

.supercard--stepheading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #190f27;
    padding-top: 14px
}

.supercard--benefits--header h2 {
    font-size: 32px !important;
    font-weight: 500 !important
}

.supercard--benefits--innner p {
    color: #8f8f8f;
    font-size: 18px;
    width: 86%;
    font-weight: 300
}

.supercard--benefits--para p {
    color: #8f8f8f;
    font-weight: 100
}

.supercard--h2 h2 {
    font-size: 32px;
    font-weight: 600
}

.supercard--video--images {
    display: inline-block;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    border-radius: 20px 20px;
    position: relative;
    top: 90px
}

.w3-animate-zoom {
    -webkit-animation: animatezoom .6s;
    -moz-animation: animatezoom .6s;
    -o-animation: animatezoom .6s;
    animation: animatezoom .6s
}

.w3-animate-zoom--1 {
    -webkit-animation: animatezoom 1.6s;
    -moz-animation: animatezoom 1.6s;
    -o-animation: animatezoom 1.6s;
    animation: animatezoom 1.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes animatezoom {
    from {
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes animatezoom {
    from {
        -o-transform: scale(0);
        transform: scale(0)
    }
    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.w3-center {
    text-align: center !important
}

.inner__super {
    color: #8f8f8f;
    font-size: 18px;
    padding: 0 97px;
    line-height: 31px;
    width: 100% !important
}

.supercard--subheading {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    color: rgba(255, 255, 255, .84);
    width: 75%
}

.inner-section--get-supercard {
    padding: 50px 0 110px;
    text-align: center;
    background-image: -webkit-linear-gradient(198deg, #49287c, #633ea5);
    background-image: -moz-linear-gradient(198deg, #49287c, #633ea5);
    background-image: -o-linear-gradient(198deg, #49287c, #633ea5);
    background-image: linear-gradient(252deg, #49287c, #633ea5);
    border-bottom: 0
}

.inner-section--get-supercard h2,
.inner-section--get-supercard h3,
.inner-section--get-supercard p {
    color: #fff
}

.inner-section--get-supercard h2 {
    margin-top: 5px
}

.inner-section--get-supercard p.margin-top-low {
    margin-top: 27px
}

.inner-section--get-supercard p.margin-top-high {
    margin-top: 60px
}

.inner-section--get-supercard select {
    padding: 10px 17px;
    width: 135px;
    margin: 0 auto;
    color: #565454;
    font-size: 18px;
    margin-top: 17px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 0;
    height: auto;
    line-height: 1em;
    -webkit-box-shadow: 0 2px 15px 0 #5d408d;
    -moz-box-shadow: 0 2px 15px 0 #5d408d;
    box-shadow: 0 2px 15px 0 #5d408d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.inner-section--get-supercard .pos-rel {
    display: inline-block;
    position: relative
}

.inner-section--get-supercard .pos-rel .arrow-down {
    position: absolute;
    bottom: 15px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #757575
}

.inner-section--supercard-landing .how-it-works {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inner-section--supercard-landing .employee--list__icon {
    width: 100%
}

.inner-section--supercard-landing h2 {
    margin-top: 100px;
    color: #494949;
    font-weight: 400
}

.inner-section--supercard-landing .how-it-works__step {
    width: 33%;
    margin-bottom: 60px
}

.inner-section--supercard-landing .how-it-works__step img {
    height: 100px;
    margin-bottom: 26px
}

.z-layout--supercard-landing {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.z-layout--supercard-landing:last-child {
    padding-bottom: 30px
}

.z-layout--supercard-landing .mobile-only {
    display: none !important
}

.z-layout--supercard-landing .btn,
.z-layout--supercard-landing .supercard-activate-link {
    padding: 0 15px;
    display: inline-block;
    margin-top: 30px !important
}

.z-layout--supercard-landing .btn:last-child,
.z-layout--supercard-landing .supercard-activate-link:last-child {
    margin-left: 20px
}

.z-layout--supercard-landing .btn--yellow {
    background: #fdad0c;
    border-color: #fdad0c
}

.z-layout--supercard-landing .btn--pink {
    background: #eb3b8c;
    border-color: #eb3b8c
}

.z-layout--supercard-landing .z-layout__left,
.z-layout--supercard-landing .z-layout__right {
    margin: 0;
    padding: 0;
    width: 50%
}

.z-layout--supercard-landing .z-layout__left {
    padding-right: 20px
}

.z-layout--supercard-landing .z-layout__right img {
    max-width: 100%;
    width: 432px;
    float: right;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .3), 0 1px 30px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 30px 30px rgba(0, 0, 0, .3), 0 1px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .3), 0 1px 30px rgba(0, 0, 0, .3);
    margin-top: 23px
}

.z-layout--supercard-landing h1 {
    font-size: 44px;
    line-height: 1.2em;
    max-width: 490px;
    letter-spacing: .2px
}

.z-layout--supercard-landing .content__description {
    line-height: 1.61;
    letter-spacing: 1.5px;
    margin-bottom: 0 !important
}

.inner-section--supercard-contact {
    margin-top: -130px
}

.inner-section--supercard-contact .pos-contacts {
    margin-bottom: 72px
}

.inner-section--supercard-contact .pos-contact {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 13px 0 rgba(227, 227, 227, .5);
    -moz-box-shadow: 0 2px 13px 0 rgba(227, 227, 227, .5);
    box-shadow: 0 2px 13px 0 rgba(227, 227, 227, .5);
    width: 40%;
    padding: 32px;
    margin: 10px;
    line-height: 37px;
    font-size: 14px
}

.inner-section--supercard-contact .pos-contact.hide {
    display: none
}

.inner-section--supercard-contact .pos-contact h4 {
    letter-spacing: 0;
    font-size: 18px;
    color: #363538;
    text-transform: capitalize
}

.inner-section--supercard-contact p {
    font-size: 18px;
    color: #494949;
    margin-bottom: 30px
}

.inner-section--supercard-contact .supercard-landing-feature {
    width: 112px;
    margin: 76px 33px 0
}

.inner-section--supercard-contact form label {
    font-size: 14px;
    color: #494949;
    padding-bottom: 8px;
    display: inline-block
}

.inner-section--supercard-contact form .input-container {
    max-width: 250px;
    width: 33%;
    margin: 0 22px;
    display: inline-block
}

.inner-section--supercard-contact form input:not([type=submit]) {
    background-color: #f8f8f8;
    border: solid 1px #ededed;
    margin-bottom: 60px
}

.inner-section--supercard-contact form input[type=submit] {
    margin-top: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-transform: capitalize;
    font-size: 14px;
    background: #eb3b8c;
    border-color: #eb3b8c
}

.top-section--supercard-landing {
    background-image: -webkit-linear-gradient(157deg, #50279c, #35215a);
    background-image: -moz-linear-gradient(157deg, #50279c, #35215a);
    background-image: -o-linear-gradient(157deg, #50279c, #35215a);
    background-image: linear-gradient(293deg, #50279c, #35215a)
}

.top-section--supercard-landing .container {
    max-width: 1180px
}

.header----supercard-landing {
    padding: 30px 0 30px
}

.header----supercard-landing .container {
    max-width: 1180px
}

.header----supercard-landing .btn--pink {
    background: #eb3b8c;
    border-color: #eb3b8c;
    padding: 0 20px
}

.footer--supercard-landing {
    padding: 65px 0 50px
}

.footer--supercard-landing .footer__links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer--supercard-landing .footer__social {
    margin-top: 42px
}

.footer--supercard-landing a,
.footer--supercard-landing p {
    color: #fff;
    text-align: center
}

.footer--supercard-landing .get-in-touch {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.footer--supercard-landing .for-any-assistance {
    font-size: 16px;
    line-height: 19px
}

.footer--supercard-landing .footer__download-buttons {
    margin-top: 26px
}

.footer--supercard-landing .links__column {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -moz-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial
}

.footer--supercard-landing .links__column.links__download {
    width: 210px;
    text-align: right
}

.footer--supercard-landing .links__column.links__social {
    width: 210px
}

.content__search {
    opacity: 0;
    text-align: center;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards
}

.content__search form {
    max-width: 600px;
    margin: auto
}

.content__search button {
    width: 130px;
    height: 48px;
    background: #ffbc00;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    cursor: pointer
}

.content__search input {
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    border: 0;
    padding-left: 60px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    background-image: url(../img/icon-search.png);
    background-position: 27px center;
    background-repeat: no-repeat;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px
}

.content__search input:active {
    border: 0
}

.search__field--part {
    max-width: 720px
}

.search__field--part form {
    max-width: 720px
}

.faq-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .8s forwards;
    position: relative;
    z-index: 3
}

.faq-categories__item {
    background: #fff;
    padding: 140px 24px 30px;
    margin: 0 20px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    position: relative;
    margin-top: -170px;
    background-repeat: no-repeat;
    background-position: center 35px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.faq-categories__item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08)
}

.faq-categories__item p {
    margin-top: 10px
}

.faq-categories__item.faq-categories__item--hr {
    background-image: url(../img/icon-hr-alt.html);
    -moz-background-size: 105px 73px;
    -o-background-size: 105px 73px;
    background-size: 105px 73px
}

.faq-categories__item.faq-categories__item--employees {
    background-image: url(../img/icon-emp-alt.html);
    -moz-background-size: 62px 80px;
    -o-background-size: 62px 80px;
    background-size: 62px 80px
}

.faq-categories__item.faq-categories__item--merchants {
    background-image: url(../img/icon-merchant.html);
    -moz-background-size: 84px 73px;
    -o-background-size: 84px 73px;
    background-size: 84px 73px
}

.inner-section--support {
    background: #f4f4f4;
    padding-bottom: 30px
}

.inner-section--debrief-chief {
    text-align: center
}

.more-help {
    padding-top: 80px
}

.anyday-explanation {
    margin-top: 80px;
    font-size: 12px
}

.more-help__categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 40px
}

.help-categories__item {
    -webkit-flex-basis: 265px;
    -ms-flex-preferred-size: 265px;
    flex-basis: 265px;
    margin: 0 40px;
    padding-left: 85px;
    position: relative;
    background-repeat: no-repeat;
    -moz-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    background-position: left center
}

.help-categories__item.help-categories__item--chat {
    background-image: url(../img/support/icon-chat.html)
}

.help-categories__item.help-categories__item--mail {
    background-image: url(../img/support/icon-mail.html)
}

.help-categories__item.help-categories__item--call {
    background-image: url(../img/support/icon-call.html)
}

.help-categories__item p {
    margin-top: 10px
}

.inner-section--debrief-chief {
    padding: 100px 0
}

.debrief-chief {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn--support {
    font-size: 22px;
    font-weight: 300;
    color: #190f27;
    border: 1px solid rgba(215, 215, 215, .32);
    text-transform: none;
    height: 56px;
    line-height: 54px;
    padding-right: 180px;
    letter-spacing: 0;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.btn--support:hover {
    background: #f5f5f5
}

.btn--support:after {
    content: '';
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    height: 16px;
    width: 8px;
    background: url(../img/support/chevron-right.html) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.btn--support-with-icon {
    padding-left: 65px
}

.debrief-chief__content {
    width: 500px;
    margin-right: 80px;
    text-align: left
}

.debrief-chief__content h2 {
    margin: 0 0 15px
}

.debrief-chief__content .btn,
.debrief-chief__content .supercard-activate-link {
    margin-top: 30px
}

.debrief-chief__content .btn:before,
.debrief-chief__content .supercard-activate-link:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
    height: 27px;
    width: 27px;
    background: url(../img/support/icon-mail-alt.html) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.inner-section--superstars {
    background: #f4f4f4;
    padding: 70px 0 100px
}

.inner-section--superstars p {
    width: 600px;
    margin: 40px auto 0
}

.superstars__photos {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px
}

.superstars__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/team/1.html)
}

.superstars__photo:before {
    content: '';
    float: left;
    padding-top: 100%
}

.superstars__photo:nth-of-type(2) {
    background-image: url(../img/team/2.html)
}

.superstars__photo:nth-of-type(3) {
    background-image: url(../img/team/3.html)
}

.superstars__photo:nth-of-type(4) {
    background-image: url(../img/team/4.html)
}

.superstars__photo:nth-of-type(5) {
    background-image: url(../img/team/5.html)
}

.superstars__photo:nth-of-type(6) {
    background-image: url(../img/team/6.html)
}

.inner-section--support-results {
    padding: 70px 0 100px;
    background: #f4f4f4
}

.support-results__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.support-results__item {
    margin: 0 50px;
    padding-top: 75px;
    background-position: top center;
    -moz-background-size: auto 55px;
    -o-background-size: auto 55px;
    background-size: auto 55px;
    background-repeat: no-repeat
}

.support-results__numbers {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3
}

.support-results__supporting-text {
    font-size: 16px;
    font-weight: 600;
    color: #190f27
}

.support-results__item--customers {
    background-image: url(../img/support/icon-customers.html)
}

.support-results__item--customers .support-results__numbers {
    color: #e60a6f
}

.support-results__item--tickets {
    background-image: url(../img/support/icon-tickets.html)
}

.support-results__item--tickets .support-results__numbers {
    color: #633ea5
}

.support-results__item--turnaround {
    background-image: url(../img/support/icon-turnaround.html)
}

.support-results__item--turnaround .support-results__numbers {
    color: #f3940a
}

.our-habitats {
    background: #38215d;
    position: relative;
    overflow: hidden
}

.our-habitats .container {
    position: relative
}

.map--support {
    height: 700px;
    pointer-events: none;
    position: relative
}

.our-habitats__details {
    z-index: 5;
    position: absolute;
    padding: 60px 0 80px
}

.our-habitats__details h2 {
    color: #fff
}

.our-habitats__list {
    width: 400px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 16px
}

.our-habitats__list-item {
    padding: 25px;
    border-bottom: 1px solid #e6e6e6
}

.our-habitats__list-item:last-of-type {
    border: 0
}

.our-habitats__list-item:nth-of-type(1) h4 {
    color: #e60a6f
}

.our-habitats__list-item:nth-of-type(2) h4 {
    color: #f79227
}

.our-habitats__list-item:nth-of-type(3) h4 {
    color: #00b898
}

.our-habitats__list-item h4 {
    font-size: 16px
}

.our-habitats__list-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 4px
}

.our-habitats__list-item a {
    color: #633ea5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px
}

.our-habitats__pointers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.our-habitats__pointer {
    position: absolute;
    width: 350px;
    padding-left: 75px
}

.our-habitats__pointer h3 {
    font-size: 22px;
    color: #fff
}

.our-habitats__pointer p {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .5);
    margin-top: 4px;
    text-transform: uppercase
}

.grievance__policy__block {
    padding: 40px 20px
}

.grievance__policy__block h2 {
    text-align: center;
    margin-top: 0
}

.grievance__policy__block .content__cta {
    padding-top: 10px
}

.our-habitats__pointer___pulse {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 14px solid #00b898;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px)
}

.our-habitats__pointer___pulse:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #00b898;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: map-pulse 2s ease infinite;
    -moz-animation: map-pulse 2s ease infinite;
    -o-animation: map-pulse 2s ease infinite;
    animation: map-pulse 2s ease infinite
}

.our-habitats__pointer:nth-of-type(1) {
    right: -34px;
    top: 155px
}

.our-habitats__pointer:nth-of-type(1) .our-habitats__pointer___pulse {
    border-color: #00b898
}

.our-habitats__pointer:nth-of-type(1) .our-habitats__pointer___pulse:before {
    background: #00b898
}

.our-habitats__pointer:nth-of-type(2) {
    right: 61px;
    top: 412px
}

.our-habitats__pointer:nth-of-type(2) .our-habitats__pointer___pulse {
    border-color: #f79227
}

.our-habitats__pointer:nth-of-type(2) .our-habitats__pointer___pulse:before {
    background: #f79227
}

.our-habitats__pointer:nth-of-type(3) {
    right: -46px;
    top: 537px
}

.our-habitats__pointer:nth-of-type(3) .our-habitats__pointer___pulse {
    border-color: #e60a6f
}

.our-habitats__pointer:nth-of-type(3) .our-habitats__pointer___pulse:before {
    background: #e60a6f
}

@-webkit-keyframes map-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(12);
        transform: scale(12);
        opacity: 0
    }
}

@-moz-keyframes map-pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -moz-transform: scale(12);
        transform: scale(12);
        opacity: 0
    }
}

@-o-keyframes map-pulse {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -o-transform: scale(12);
        transform: scale(12);
        opacity: 0
    }
}

@keyframes map-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(12);
        -moz-transform: scale(12);
        -o-transform: scale(12);
        transform: scale(12);
        opacity: 0
    }
}

.support-slider {
    margin: 50px 0 50px;
    height: 600px
}

.support-slider .slide-image {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.support-slider .slide-image:nth-of-type(1) {
    background-image: url(../img/support/superstars/1.html)
}

.support-slider .slide-image:nth-of-type(2) {
    background-image: url(../img/support/superstars/2.html)
}

.read__more--section {
    padding: 40px
}

.read__more--section .read--more--text--width {
    width: 52%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 600
}

.read__more--section .heading_text {
    font-size: 24px;
    color: #1a1a1a;
    text-align: center
}

.read__more--section .sub_heading-text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.read__more--section .award__img__block {
    text-align: center;
    padding-bottom: 22px
}

.read__more--section .award__sub__tittle {
    font-size: 18px;
    color: #b2b2b2;
    text-align: center;
    padding-top: 5px
}

.carousel__section {
    padding: 40px;
    background-color: #f3f3f3;
    min-height: 380px
}

.carousel__section .heading_text {
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
    padding-bottom: 40px
}

.optima__carousel--section {
    max-width: 820px;
    margin: 0 auto
}

.optima__carousel--section .user__profile--details {
    padding: 40px !important;
    background-color: #fff;
    width: 100%;
    min-height: 190px;
    overflow: visible !important
}

.optima__carousel--section .user__profile--details .prifile__img {
    height: 94px;
    width: 94px;
    position: absolute;
    left: -87px;
    top: 10px
}

.optima__carousel--section .user__profile--details .user__profile_row {
    position: relative;
    width: 100%
}

.optima__carousel--section .user__profile--details .user__profile_row .user__profile_right {
    width: 100%;
    padding-left: 40px
}

.optima__carousel--section .sliders ul {
    width: auto !important;
    height: auto !important
}

.optima__carousel--section .sliders ul li {
    width: 100%;
    overflow: visible
}

.optima__carousel--section .logo__name--section {
    width: 100%;
    padding-top: 20px
}

.optima__carousel--section .logo__name--section .customers__logo {
    float: left;
    width: 14%;
    padding-top: 12px
}

.optima__carousel--section .logo__name--section .customers__logo img {
    width: 100px;
    height: 25px
}

.optima__carousel--section .logo__name--section .customers__logo span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f7931d
}

.optima__carousel--section .logo__name--section .customers__line {
    float: left;
    width: 4%
}

.optima__carousel--section .logo__name--section .customers__line span {
    display: inline-block;
    width: 1px;
    height: 48px;
    background-color: #979797
}

.optima__carousel--section .logo__name--section .customers__name {
    float: left;
    width: 48%;
    padding-top: 6px
}

.optima__carousel--section .logo__name--section .customers__name strong {
    font-size: 16px;
    letter-spacing: 1px;
    color: #080808
}

.optima__carousel--section .logo__name--section .customers__button {
    float: left;
    width: 34%
}

.employee--list__icon {
    width: 75%;
    margin: 0 auto
}

.law__banner--section .banner__table {
    display: table;
    width: 100%
}

.law__banner--section .banner__table .banner__row {
    display: table-row
}

.law__banner--section .banner__table .banner__row .banner__cell--left {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    text-align: center
}

.law__banner--section .banner__table .banner__row .banner__cell--left img {
    width: 316px;
    height: 238px
}

.law__banner--section .banner__table .banner__row .banner__cell--right {
    display: table-cell;
    vertical-align: middle;
    width: 55%
}

.law__banner--section .banner__sub--title {
    font-size: 22px;
    color: #b3abc4;
    line-height: 40px
}

.law__banner--section .banner--subtitle--elements {
    line-height: 30px
}

.content__section {
    width: 80%;
    margin: 0 auto;
    padding: 60px 20px
}

.content__section .content__text--heading {
    color: #828282;
    font-size: 26px;
    font-weight: 500
}

.content__section .tab__list--content {
    width: 100%;
    padding-top: 30px
}

.content__section .tab__list--content .tab__list--section {
    float: left;
    width: 300px
}

.content__section .tab__list--content .tab__list--section ul.parent__list {
    margin: 0;
    padding: 0
}

.content__section .tab__list--content .tab__list--section ul.parent__list li {
    list-style-type: none;
    margin-bottom: 30px
}

.content__section .tab__list--content .tab__list--section ul.parent__list li a {
    display: inline-block;
    padding: 5px 0 5px 16px;
    color: #828282;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    font-weight: 600;
    border-left: 3px solid #36215a;
    width: 200px
}

.content__section .tab__list--content .tab__list--section ul.parent__sub--list {
    margin: 0;
    padding: 0;
    margin-left: 30px
}

.content__section .tab__list--content .tab__list--section ul.parent__sub--list li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px
}

.content__section .tab__list--content .tab__list--section ul.parent__sub--list li a {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 16px;
    color: #828282;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    font-weight: 400;
    border-left: 0 solid #36215a;
    width: 200px;
    top: 5px
}

.content__section .tab__list--content .tab__list--section ul.parent__sub--list li .active_tab {
    position: relative;
    background-color: #36215a;
    display: inline-block;
    color: #fff;
    width: 200px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-border-left-radius: 2px;
    -webkit-border-border-left-radius: 2px
}

.content__section .tab__list--content .tab__list--section ul.parent__sub--list li .active_tab:after {
    border-left: 13px solid #36215a;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: -13px
}

.content__section .tab__list--content .tab__content--section {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px)
}

.content__section .list__arrow--icon {
    position: relative;
    top: 1px
}

.content__section .discription__text {
    padding-top: 10px
}

.pd__top_30 {
    padding-top: 30px
}

.tab__item {
    display: none
}

.tab__item.active {
    display: block
}

.parent__list .parent__sub--list {
    display: none
}

.parent__list .active_group .list__arrow--icon {
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.parent__list .active_group .parent__sub--list {
    display: block
}

.bullet__list--text ul {
    padding: 0;
    margin: 0;
    margin-left: 35px;
    padding-top: 8px
}

.sub__child--heading {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 14px
}

.color__light--gray {
    color: #828282
}

.content__section--tabs {
    width: 100%;
    padding: 0 20px
}

.featured-news {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 80px
}

.featured-news__item {
    text-align: center;
    -webkit-flex-basis: -webkit-calc(33.33% - 20px);
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: -moz-calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    position: relative;
    padding: 20px;
    margin: 10px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 100px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.featured-news__item p {
    margin-bottom: 0
}

.featured-news__item:hover {
    border-color: #ccc
}

.featured-news__item:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.featured-news__item--1:after {
    background-image: url(../img/press/zee_news.html)
}

.featured-news__item--2:after {
    background-image: url(../img/press/Economic_Times.html)
}

.featured-news__item--3:after {
    background-image: url(../img/press/Business_Standard.html)
}

.featured-news__item--4:after {
    background-image: url(../img/press/DNA.html)
}

.featured-news__item--5:after {
    background-image: url(../img/press/5.html)
}

.featured-news__item--6:after {
    background-image: url(../img/press/6.html)
}

.featured-news__item--7:after {
    background-image: url(../img/press/7.html)
}

.featured-news__item--8:after {
    background-image: url(../img/press/the-financial-express.html)
}

.featured-news__item--9:after {
    background-image: url(../img/press/india-today-in.html)
}

.featured-news__item--10:after {
    background-image: url(../img/press/the-telegraph.html)
}

.recent-news-articles {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: left
}

.recent-news-articles h4 {
    margin-bottom: 30px
}

.news-sidebar {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left
}

.news-sidebar h4 {
    margin-bottom: 20px
}

.news-sidebar h3 {
    margin-bottom: 10px
}

.news-sidebar a {
    text-decoration: none
}

.news-sidebar__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5
}

.news-sidebar__item:last-of-type {
    border-bottom: 0
}

.news-sidebar__item--twitter {
    margin: 0 -10px 20px
}

.press-release {
    margin-bottom: 20px
}

.press-release:last-of-type {
    margin: 0
}

.press-release a {
    font-size: 14px
}

.recent-news-list .article-item {
    margin-bottom: 20px;
    display: none
}

.recent-news-list .article-item a {
    text-decoration: none
}

.news-pagination {
    margin-top: 40px
}

.news-pagination__btn {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: top
}

.news-pagination__btn:hover {
    background: #f5f5f5
}

.news-pagination__btn:after {
    position: absolute;
    content: '';
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 0;
    height: 0;
    background: 0 0;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #633ea5
}

.news-pagination__btn--prev:after {
    border-right: 6px solid #633ea5;
    border-left: 6px solid transparent;
    left: -webkit-calc(50% - 9px);
    left: -moz-calc(50% - 9px);
    left: calc(50% - 9px)
}

.news-pagination__count {
    display: inline-block;
    height: 40px;
    width: 60px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #190f27;
    vertical-align: top
}

.spotlight--list__icon {
    width: 50%;
    margin: 0 auto
}

.spotlight-gift-img {
    zoom: .5;
    -ms-zoom: .5;
    -webkit-zoom: .5;
    -moz-transform: scale(.5, .5);
    -moz-transform-origin: top left
}

.dot--circle,
.dot--circle--wh {
    position: relative;
    top: 4px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #eb3b8c
}

.dot--blue--bgcolor {
    background-color: #00c6e8
}

.dot--circle--wh {
    width: 10px;
    height: 10px
}

.move__right {
    position: relative;
    right: -15px
}

.move__left {
    position: relative;
    left: -15px
}

.move--left {
    position: relative;
    left: 12px
}

.spotlight__uses--container {
    background-color: #f3f3f3;
    padding: 40px 20px
}

.spotlight__uses--container .spotlight__heading {
    font-size: 36px;
    font-weight: 600px;
    color: #190f27;
    text-align: center;
    padding-bottom: 40px
}

.spotlight__uses--container .spotlight__text--img {
    width: 86%;
    margin: 0 auto
}

.spotlight__uses--container .spotlight__table {
    display: table;
    width: 100%
}

.spotlight__uses--container .spotlight__table .spotlight__table--row {
    display: table-row
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-left {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-left p {
    font-size: 18px;
    color: #8f8a96;
    padding: 20px 0
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-center {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-center .spotlight__gift--img {
    height: 189px;
    width: 317px
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .banking--img--cell {
    width: 40%
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-right {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-right p {
    font-size: 18px;
    color: #8f8a96;
    padding: 20px 20px
}

.spotlight__uses--container.banking--bgcolor--white {
    background-color: #fff;
    padding-top: 0
}

.inner-page-hero--hall-of-fame {
    background-image: url(../img/hall-of-fame.html);
    background-position: top center;
    -moz-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
    background-repeat: no-repeat;
    padding-top: 280px
}

.inner-section--hall-of-fame {
    position: relative;
    padding-top: 150px
}

.inner-section--hall-of-fame:after {
    content: '';
    position: absolute;
    top: -130px;
    width: 300px;
    height: 210px;
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: calc(50% - 150px);
    background: url(../img/hall-badge.html);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat
}

.inner-section--hall-of-fame .container {
    max-width: 700px;
    text-align: left
}

.inner-section--hall-of-fame .container p {
    font-size: 18px;
    line-height: 1.5
}

.hall-of-fame__filter {
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin: 60px auto 20px;
    list-style: none;
    border-bottom: 1px solid #eaeaea
}

.hall-of-fame__filter li {
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 10px
}

.hall-of-fame__filter li:first-of-type {
    margin-left: 0
}

.hall-of-fame__filter li a {
    color: rgba(25, 15, 39, .5);
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hall-of-fame__filter li a:hover {
    border-bottom: 2px solid rgba(25, 15, 39, .2)
}

.hall-of-fame__filter li.active a,
.hall-of-fame__filter li.active a:hover {
    color: #190f27;
    border-bottom: 2px solid #190f27
}

.hall-of-fame__list {
    margin: 0 auto;
    text-align: left
}

.hall-of-fame__list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hall-of-fame__list li {
    padding: 15px 0;
    padding-left: 50px;
    background-image: url(../img/user-avatar.png);
    -moz-background-size: 34px;
    -o-background-size: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left center
}

.hall-of-fame__list li.bdr-radius-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.hall-of-fame__list li.hall-anand-p {
    background-image: url(../img/hall-of-fame/anand-p.html)
}

.hall-of-fame__list li.hall-aayush-d {
    background-image: url(../img/hall-of-fame/aayush-d.html)
}

.hall-of-fame__list li.hall-pethuraj-m {
    background-image: url(../img/hall-of-fame/Pethuraj-M.html)
}

.hall-of-fame__list li.hall-anand-thumbnails {
    background-image: url(../img/hall-of-fame/hall-anand-thumbnails.html)
}

.hall-of-fame__list li.hall-pankaj-rane-thumbnails {
    background-image: url(../img/hall-of-fame/pankaj-rane-thumbnails.html)
}

.hall-of-fame__list li.hall-pal-patel-thumbnails {
    background-image: url(../img/hall-of-fame/hall-pal-patel-thumbnails.html)
}

.hall-of-fame__list li.hall-johns-simon-thumbnails {
    background-image: url(../img/hall-of-fame/Johns-Simon.html)
}

.hall-of-fame__list li.hall-akshay-nandkumar-thumbnails {
    background-image: url(../img/hall-of-fame/akshay-nandkumar.html)
}

.hall-of-fame__list li.hall-paras-thumbnails {
    background-image: url(../img/hall-of-fame/paras-hall-of-fame.html)
}

.text--center {
    text-align: center
}

.text--right {
    text-align: right
}

.date__section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.date__section p:first-child {
    float: left;
    width: 50%;
    text-align: left
}

.date__section p:last-child {
    float: right;
    width: 50%;
    text-align: right
}

.container-thankyou {
    background-image: -webkit-linear-gradient(54deg, #35215a 42%, #633ea5 70%);
    background-image: -moz-linear-gradient(54deg, #35215a 42%, #633ea5 70%);
    background-image: -o-linear-gradient(54deg, #35215a 42%, #633ea5 70%);
    background-image: linear-gradient(-324deg, #35215a 42%, #633ea5 70%);
    text-align: center;
    position: relative;
    top: 110px
}

.container-thankyou img {
    width: 80%
}

.paper__vouchers {
    display: table;
    padding-top: 40px
}

.paper__vouchers:after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.paper__vouchers .paper__vouchers__left {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding-right: 30px
}

.paper__vouchers .paper__vouchers__right {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center
}

.paper__vouchers .paper__vouchers__img {
    background-color: #f7f7f7;
    padding: 30px
}

.paper__vouchers .paper__vouchers__img img {
    width: 280px
}

.paper__vouchers .hand__book__img {
    text-align: left
}

.paper__vouchers .hand__book__img img {
    width: 300px
}

.paper__vouchers h1 {
    color: #080808;
    text-transform: uppercase
}

.paper__vouchers .linkedin__heading__title {
    font-size: 48px;
    color: #777;
    text-transform: uppercase;
    font-weight: 400
}

.paper__vouchers .linkedin__heading__subtitle {
    color: #080808;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    margin-top: -13px;
    line-height: 42px;
    width: 92%
}

.paper__vouchers .divider__pink__line {
    background-color: #5843b0;
    display: inline-block;
    width: 82px;
    height: 3px;
    margin-top: 20px
}

.paper__vouchers .linkedin__heading__discription p {
    color: #131313;
    line-height: 26px;
    padding-top: 4px;
    font-size: 20px;
    text-align: justify
}

.RBI__section {
    display: table;
    width: 100%;
    padding-top: 60px
}

.RBI__section:after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.RBI__section .rbi__box_column {
    display: table-cell;
    vertical-align: middle;
    width: 40%
}

.RBI__section .rbi__list_column {
    display: table-cell;
    vertical-align: middle;
    width: 60%
}

.RBI__section .rbi--list--column--block {
    width: 100%
}

.RBI__section .rbi__box_rectangle {
    position: relative;
    border: 3px solid #5843b0
}

.RBI__section .rbi__box__content {
    padding: 40px 10px 20px 10px;
    text-align: center
}

.RBI__section .rbi__box__content img {
    height: 280px
}

.RBI__section .rbi__list__item {
    margin: 0;
    padding: 0;
    padding-left: 20%
}

.RBI__section .rbi__list__item li {
    font-size: 26px;
    color: #eb3b8c
}

.RBI__section .rbi__list__item li p {
    font-size: 20px;
    line-height: 26px;
    color: #131313;
    text-align: justify
}

.RBI__section .rbi--list--item--block {
    padding-left: 6%
}

.RBI--section--modify--block {
    padding-top: 30px
}

.handbook__header__block {
    padding-top: 50px
}

.handbook__header__block p {
    font-size: 42px;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 2px
}

.paper--vouchers--block {
    padding-top: 25px
}

.para__elements__style {
    color: #131313;
    line-height: 26px;
    padding-top: 4px;
    font-size: 20px;
    text-align: justify
}

.handbook__subtitle__block {
    font-size: 23px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 30px 10px
}

.download__submitbtn__text {
    text-align: center;
    font-size: 22px;
    color: #828282;
    padding-bottom: 20px
}

.free__demo__setion {
    padding-top: 30px;
    padding-bottom: 30px
}

.free__demo__setion p {
    color: #131313;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: justify
}

.horizontal__line__gray {
    height: 1px;
    width: 80%;
    background-color: #9d9d9d;
    margin: 0 auto
}

.benefits__icons__text__section {
    text-align: center;
    padding-bottom: 70px
}

.benefits__icons__text__section h2 {
    margin-bottom: 30px
}

.video__form__section {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px
}

.video__form__section:after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.video__form__section .video__heading {
    font-size: 20px;
    color: #080808;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    padding-bottom: 40px
}

.video__form__section .vide__form__table {
    display: table;
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0 0 2px 1px #ddd;
    -webkit-box-shadow: 0 0 2px 1px #ddd;
    box-shadow: 0 0 2px 1px #ddd
}

.video__form__section .vide__form__table:after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.video__form__section .vide__form__table .video__column {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.video__form__section .vide__form__table .form__column {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 50px;
    width: 50%
}

.linkedin__video__thumnails {
    height: 360px;
    width: auto;
    background-image: url(../img/linkedin/linkedin_video_thumbnail.html);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1
}

.linkedin__video__section .right--column {
    position: relative
}

.linkedin__video__section .text-left {
    text-align: left
}

.linkedin__video__section #play-btn-wrap {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 998
}

.linkedin__video__section .play-btn {
    display: inline-block;
    width: 73px;
    height: 73px;
    background-color: #6f7c86;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    text-align: center;
    z-index: 999;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.linkedin__video__section .play-btn:hover {
    transform: scale(1.1) rotateZ(-2deg);
    -moz-transform: scale(1.1) rotateZ(-2deg);
    -webkit-transform: scale(1.1) rotateZ(-2deg);
    -o-transform: scale(1.1) rotateZ(-2deg);
    opacity: .7
}

.linkedin__video__section #play {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -6px;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent
}

.suit__heading__section {
    padding-top: 30px;
    text-align: center
}

.suit__heading__section p {
    font-size: 18px
}

.fournotfour__body {
    background-color: #764bbc;
    padding: 6% 0 0 6%;
    height: 100vh;
    width: 100%
}

.fournotfour__body .fournotfour__left__block {
    width: 376px;
    height: auto;
    border: 3px solid #fff;
    padding: 8px;
    text-align: center
}

.fournotfour__body .fournotfour__left__block img {
    height: 139px
}

.fournotfour__body .fournotfour__left__block .fournotfour__text {
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 81%;
    margin: auto;
    padding: 10px 0
}

.fournotfour__body .fournotfour__right__block {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right
}

.fournotfour__body .fournotfour__right__block img {
    width: 80%;
    height: auto
}

.banking__solution__block {
    background-image: -webkit-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -moz-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -o-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: linear-gradient(243deg, #6f0be9, #c609e2, #d20554);
    background-image: url(../img/banking-solutions/banking-banner-gradient.html);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    top: -165px;
    margin-bottom: -165px;
    padding-top: 165px
}

.banking__solution__block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2
}

.banking__solution__block .content__heading {
    text-align: center;
    width: 72%;
    margin: 0 auto
}

.banking__solution__block .content__description {
    text-align: center;
    width: 47%;
    margin: 30px auto;
    color: rgba(255, 255, 255, .8)
}

.banking__solution__block .content__cta {
    text-align: center
}

.banking__solution__block .banking__stockpile {
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 90px
}

.banking__solution__block .banking__stockpile img {
    width: 50%
}

.banking__solution__block .indexing--overlay--layer {
    position: relative;
    z-index: 9
}

.banking--text-img {
    border-bottom: 1px solid #a3a3a3
}

.banking--text-img .spotlight__table {
    padding-bottom: 40px
}

.banking--text-img .banking--img--cell img {
    margin-left: 30px
}

.banking__tabs__block {
    padding: 0 20px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px
}

.banking__tabs__block .banking__heading {
    font-size: 36px;
    font-weight: 600px;
    color: #555b62;
    text-align: center;
    padding-bottom: 40px
}

.banking__tabs__block .tabs-menu {
    text-align: center
}

.banking__tabs__block .tabs-menu img {
    width: 86px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.banking__tabs__block .tabs-menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.banking__tabs__block .tabs-menu li {
    float: left;
    list-style-type: none;
    background-color: #fff;
    width: 33.333%;
    min-height: 270px;
    max-height: 270px
}

.banking__tabs__block .tabs-menu li.current {
    position: relative;
    background-color: #eaeef1;
    z-index: 5
}

.banking__tabs__block .tabs-menu li a {
    padding: 30px 45px;
    font-size: 18px;
    color: #555b62;
    text-decoration: none;
    width: 100%;
    display: inline-block
}

.banking__tabs__block .tabs-menu .current a {
    color: #555b62
}

.banking__tabs__block .tab {
    border: 2px solid #eaeef1;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto
}

.banking__tabs__block .tab .tabs__content__table {
    display: table;
    width: 100%
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row {
    display: table-row
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__left {
    display: table-cell;
    text-align: center;
    width: 50%;
    padding: 20px
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__left img {
    width: 18%
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__left .hotlist__icon__size {
    width: 14%
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right {
    display: table-cell;
    text-align: center;
    width: 50%;
    padding: 20px
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right img {
    width: 18%
}

.banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right .hotlist__icon__size {
    width: 14%
}

@media (max-width:768px) {
    .banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__left,
    .banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right {
        display: block;
        width: 100%
    }
}

.banking__tabs__block .tab .tabs__content__table .tabs__heading {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #555b62
}

.banking__tabs__block .tab .tabs__content__table .tabs__description__text {
    font-size: 14px;
    color: #555b62;
    line-height: 20px
}

.banking__tabs__block .tab-content {
    padding: 80px 40px;
    display: none
}

.banking__tabs__block #tab-1 {
    display: block
}

.banking__tabs__block:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.bottom__gradient__block {
    background-image: url(../img/banking-solutions/btn-bg-gradient.html);
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%
}

.bottom__gradient__block .bottom__btn__txt__block {
    padding: 70px 10px;
    text-align: center
}

.bottom__gradient__block p {
    font-size: 18px;
    color: #fff
}

.bottom__gradient__block div {
    padding-top: 30px
}

.partners__banner__block {
    background-image: -webkit-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -moz-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -o-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: linear-gradient(243deg, #6f0be9, #c609e2, #d20554);
    background-image: url(../img/partner/partner-banner.html);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: -165px;
    padding-top: 165px;
    min-height: 680px
}

.partners__banner__block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2
}

.partners__banner__block .content__heading {
    text-align: center;
    width: 60%;
    margin: 0 auto
}

.partners__banner__block .content__description {
    text-align: center;
    width: 47%;
    margin: 20px auto;
    color: rgba(255, 255, 255, .8)
}

.partners__banner__block .content__cta {
    text-align: center
}

.partners__banner__block .banking__stockpile {
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 90px
}

.partners__banner__block .banking__stockpile img {
    width: 50%
}

.partners__banner__block .indexing--overlay--layer {
    position: relative;
    z-index: 9
}

.partner__container__block {
    position: relative;
    top: -140px;
    margin-bottom: -70px
}

.partner__container__block .partner__table {
    width: 100%;
    color: #555b62
}

.partner__container__block .partner__table .partner__row {
    display: table-row
}

.partner__container__block .partner__table .partner__row .partner__col__left .box {
    margin-left: 0
}

.partner__container__block .partner__table .partner__row .partner__col__center,
.partner__container__block .partner__table .partner__row .partner__col__left,
.partner__container__block .partner__table .partner__row .partner__col__right {
    display: table-cell;
    vertical-align: top;
    width: 33%
}

.partner__container__block .partner__table .partner__row .partner__col__left:first-child {
    margin-left: 0
}

.partner__container__block .partner__table .box {
    padding: 20px 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f8f9;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
    text-align: justify
}

.partner__container__block .partner__table .box p {
    font-size: 16px;
    line-height: 20px;
    color: #555b62
}

.partner__container__block .partner__table .box .partner__company__name {
    font-size: 10px;
    color: 979797;
    text-align: right;
    border-bottom: solid .8px #979797
}

.partner__container__block .partner__table .para__text__dicription {
    padding-top: 20px
}

.partner__container__block .partner__table .partner__readmore {
    text-align: right;
    padding-top: 15px
}

.partner__container__block .partner__table .partner__readmore a {
    text-decoration: none;
    font-size: 12px;
    color: #e9096e;
    text-transform: uppercase
}

.partner__container__block .partner__table .partner__readmore a:hover {
    color: #811852
}

.sodexo__banner__block {
    background-image: -webkit-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -moz-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: -o-linear-gradient(207deg, #6f0be9, #c609e2, #d20554);
    background-image: linear-gradient(243deg, #6f0be9, #c609e2, #d20554);
    background-image: url(../img/sodexo/sodexo-banner-bg.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: -165px;
    padding-top: 165px
}

.sodexo__banner__block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2
}

.sodexo__banner__block .content__heading {
    text-align: left;
    width: 100%;
    margin: 0 auto
}

.sodexo__banner__block .content__description {
    text-align: left;
    width: 100%;
    margin: 20px auto;
    color: rgba(255, 255, 255, .6)
}

.sodexo__banner__block .content__cta {
    text-align: center
}

.sodexo__banner__block .banking__stockpile {
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 90px
}

.sodexo__banner__block .banking__stockpile img {
    width: 50%
}

.sodexo__banner__block .indexing--overlay--layer {
    position: relative;
    z-index: 9
}

.normal--text--center {
    width: 80%;
    margin: 0 auto;
    line-height: 26px
}

.typo--img--block {
    background-color: #f5f5f5;
    margin-top: 55px;
    border-bottom: 0 solid
}

.list--icon--typo-block {
    width: 85%
}

.sodexo--read--more--block {
    background-color: #f5f5f5
}

.paper__digital__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #60409e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#633ea5), to(#37235c));
    background-image: -webkit-linear-gradient(top, #633ea5, #37235c);
    background-image: -moz-linear-gradient(top, #633ea5, #37235c);
    background-image: -o-linear-gradient(top, #633ea5, #37235c);
    background-image: linear-gradient(to bottom, #633ea5, #37235c);
    padding: 20px;
    height: 100%;
    width: 100%;
    overflow: auto
}

.paper__digital__container .paper__digital__heading {
    padding: 0 20px
}

.paper__digital__container .paper__digital__heading .heading__first {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 26px
}

.paper__digital__container .paper__digital__heading .heading__second {
    color: #533489;
    font-size: 14px;
    padding: 20px 20px;
    text-align: center
}

.paper__digital__container .form__details__block {
    padding: 20px
}

.paper__digital__container .form__details__block .select__box__none {
    display: none
}

.paper__digital__container .form__details__block .select__box__block {
    display: block
}

.paper__digital__container .paper__digital__body {
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0 auto;
    max-width: 430px;
    width: 100%
}

.paper__digital__container .select__box__left {
    float: left;
    width: 47%
}

.paper__digital__container .select__box__middle {
    float: left;
    width: 6%
}

.paper__digital__container .select__box__right {
    float: right;
    width: 47%
}

.paper__digital__container select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.paper__digital__container label {
    color: #5f5f5f;
    font-size: 14px;
    padding-bottom: 6px;
    display: inline-block
}

.paper__digital__container .select-input-wrapper::after {
    top: 46px
}

.paper__digital__container .input__text__area {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #190f27;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e4e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.paper__digital__container textarea:active,
.paper__digital__container textarea:focus {
    border: 1px solid #633ea5
}

.paper__digital__container .submit__button {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #f4f4f4;
    color: #68be0a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer
}

.video__container {
    position: relative;
    height: auto
}

.video__container .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/video-thumbnail.html);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1
}

.video__container video {
    width: 100%;
    height: auto
}

.video__container video::-internal-media-controls-download-button {
    display: none
}

.video__container video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.video__container video::-webkit-media-controls-panel {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
}

.video__container #play-btn-wrap {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 998
}

.video__container .play-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    text-align: center;
    z-index: 999;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.video__container .play-btn:hover {
    transform: scale(1.1) rotateZ(-2deg);
    -moz-transform: scale(1.1) rotateZ(-2deg);
    -webkit-transform: scale(1.1) rotateZ(-2deg);
    -o-transform: scale(1.1) rotateZ(-2deg);
    opacity: .7
}

.video__container #play {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    border-top: 20px solid transparent;
    border-left: 30px solid #7d7d7d;
    border-bottom: 20px solid transparent
}

.container--h2 h2 {
    font-size: 22px;
    font-weight: 400
}

.video__circle--section {
    background-color: #f3f3f3;
    padding: 80px 20px
}

.video__circle--section .left--column {
    float: left;
    width: 50%
}

.video__circle--section .left--column--adwords {
    width: 60%
}

.video__circle--section .right--column {
    position: relative;
    float: left;
    width: 50%;
    text-align: center
}

.video__circle--section .right--column--adwords {
    width: 40%
}

.video__circle--section h3 {
    font-size: 46px;
    color: #080808;
    font-weight: 600
}

.video__circle--section p {
    font-size: 22px;
    font-weight: 300;
    color: #080808;
    line-height: 26px
}

.video__circle--section .text-left {
    text-align: left
}

.video__circle--section .video__text--width {
    padding-left: 26%
}

.video__circle--section .video__text--width--adwords {
    padding-left: 20%
}

.video__circle--section #play-btn-wrap {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 998
}

.video__circle--section .play-btn {
    display: inline-block;
    width: 73px;
    height: 73px;
    background-color: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    text-align: center;
    z-index: 999;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.video__circle--section .play-btn:hover {
    transform: scale(1.1) rotateZ(-2deg);
    -moz-transform: scale(1.1) rotateZ(-2deg);
    -webkit-transform: scale(1.1) rotateZ(-2deg);
    -o-transform: scale(1.1) rotateZ(-2deg);
    opacity: .7
}

.video__circle--section #play {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -6px;
    border-top: 15px solid transparent;
    border-left: 20px solid #7d7d7d;
    border-bottom: 15px solid transparent
}

.video__thumbnail--section {
    position: absolute;
    height: 360px;
    width: 360px;
    background-image: url(../img/optima-video-thumbnail.html);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border: 20px solid #f3f3f3;
    left: 20%;
    top: -24px
}

.video__thumbnail--section--adwords {
    left: 6%
}

.optima__video--dom {
    width: 100%
}

.video-modal-content video::-internal-media-controls-download-button {
    display: none
}

.video-modal-content video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.video-modal-content video::-webkit-media-controls-panel {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
}

.main__toggle--section {
    padding-top: 30px
}

.switch {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 34px
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: #6342a3;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

input:checked+.slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    -moz-transform: translateX(37px);
    -o-transform: translateX(37px);
    transform: translateX(37px)
}

.slider.round {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px
}

.slider.round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.label__text {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    position: relative;
    top: -12px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600
}

.text__disable {
    opacity: .4
}

.optima__carousel--section {
    position: relative;
    zoom: 1
}

.optima__carousel--section .sliders img {
    vertical-align: bottom
}

.optima__carousel--section .sliders {
    margin: 0;
    padding: 0
}

.optima__carousel--section .sliders {
    position: relative
}

.optima__carousel--section .sliders li {
    overflow: hidden;
    list-style-type: none
}

.optima__carousel--section .sliders li a img {
    border: 0
}

.optima__carousel--section .pager {
    padding: 10px 0;
    text-align: center
}

.optima__carousel--section .pager li {
    display: inline-block;
    list-style-type: none;
    zoom: 1
}

.optima__carousel--section .pager a {
    margin: 240px 3px 0 3px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/pager_off.png) no-repeat left top;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0
}

.optima__carousel--section .pager .current a,
.optima__carousel--section .pager a:hover {
    color: red;
    text-decoration: none;
    background: url(../img/pager_on.png) no-repeat left top
}

.optima__carousel--section .prev {
    margin-top: -25px;
    margin-left: -450px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/prev_off.html) no-repeat left top;
    text-indent: -9999px;
    z-index: 50;
    cursor: pointer
}

.optima__carousel--section .prev:hover {
    background-image: url(../img/prev_on.html)
}

.optima__carousel--section .next {
    margin-top: -25px;
    margin-left: 400px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/next_off.html) no-repeat left top;
    text-indent: -9999px;
    z-index: 50;
    cursor: pointer
}

.optima__carousel--section .next:hover {
    background-image: url(../img/next_on.html)
}

.zeta-main--carousel .laptop-template {
    width: 70%;
    height: auto
}

.zeta-main--carousel .laptop-template:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.zeta-main--carousel .laptop-template img {
    width: 100%;
    height: auto
}

.zeta-main--carousel .laptop-template__video {
    top: 80px
}

.zeta-main--carousel .laptop-template__video video {
    width: 48%;
    height: auto;
    top: 14px;
    right: 11%
}

.zeta-main--carousel .laptop-template__first {
    top: 0
}

.zeta-main--carousel .main__content--area {
    width: 85%
}

.watch__video {
    position: relative;
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 12px;
    padding: 15px 30px 15px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #e60a6f;
    color: #e60a6f
}

.watch__video img {
    width: 7px;
    height: 10px
}

.watch__video::before {
    position: absolute;
    content: "";
    background-image: url(../img/video-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 7px;
    height: 10px;
    top: 17px;
    left: 35px
}

.watch__video:hover {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: .5
}

.btn--color--white {
    padding: 15px 30px 15px 45px;
    color: #fff;
    border: 1px solid #60517b
}

.btn--color--white::before {
    left: 25px
}

.btn--color--white:hover {
    border: 1px solid #fff;
    opacity: 1
}

.btn--move--mgl {
    margin-left: 20px
}

.btn--without--icon {
    padding: 15px 30px 15px 30px
}

.btn--without--icon::before {
    background-image: none
}

.mv__legal--section {
    padding: 30px 0 30px 0
}

.mv__legal--section .mv__taxbenefits--tab {
    position: relative;
    font-size: 14px;
    color: #828282;
    text-align: center;
    font-weight: 400;
    padding: 7px 15px 7px 0;
    letter-spacing: 1px;
    border: 1px solid #ececec;
    border-left: 0 solid;
    margin-top: 10px;
    margin-bottom: 10px
}

.mv__legal--section .mv__taxbenefits--tab:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 4px;
    height: 33px;
    left: 0;
    top: -1px;
    background-color: #36215a
}

.mv__legal--section .mv__arrow {
    text-align: right;
    position: relative;
    top: 5px
}

.mv__legal--section .mv__sub--tab {
    border-bottom: 1px solid #a3a3a3;
    text-align: center;
    padding: 7px 15px 7px 0;
    color: #828282;
    font-size: 14px
}

.mv__legal--section .mv__active .mv__sub--tab {
    background-color: #36215a;
    color: #fff;
    margin-top: -10px
}

.mv__legal--section .mv__active .mv__tab--content {
    display: block
}

.mv__legal--section .mv__tab--content {
    padding: 20px 0;
    display: none
}

.mv__legal--section .mv__tab--content h4 {
    font-size: 14px;
    text-transform: none
}

.mv__legal--section .mv__tab--content .mv__pd--top {
    padding-top: 15px
}

.mv__legal--section .mv__tab--content .mv__pdtop--25 {
    padding-top: 25px
}

.mv__legal--section .parent__tab--content h4 {
    font-size: 14px;
    text-transform: none
}

.mv__legal--section .parent__tab--content .mv__pd--top {
    padding-top: 15px
}

.mv__legal--section .parent__tab--content .mv__pdtop--25 {
    padding-top: 25px
}

.mv__legal--section .mv__arrow--spin {
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.fb--modal__content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.fb--modal__content .fb-form__group {
    position: relative
}

.fb--modal__content .fb-form__group .fb-form__col--left {
    float: left;
    width: 50%
}

.fb--modal__content .fb-form__group .fb-form__col--right {
    position: relative;
    float: left;
    width: 50%
}

.fb--modal__content .fb-form__group .fb-form__col--right .input--field__text {
    padding-left: 10px
}

.fb--modal__content .fb-form__group .input--field__text {
    border: 0;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #aeaeae;
    color: #959393;
    font-size: 16px;
    padding-left: 32px
}

.fb--modal__content .fb-form__group .input--field__text:focus {
    border-color: #e60a6f
}

.fb--modal__content .fb-form__group .bdr-left__vertical {
    position: absolute;
    left: 0;
    border-left: 1px solid #aeaeae;
    display: inline-block;
    height: 35px
}

.fb--modal__content .fb-form__group .input--field__img {
    position: absolute;
    left: 0;
    top: 9px
}

.fb--modal__content .fb-form__group .icon--pos__down {
    position: absolute;
    top: 12px
}

.fb--modal__content .fb-form__group .icon--pos__departmentname {
    position: absolute;
    top: 5px !important
}

.fb--modal__content .btn--width {
    width: auto
}

.videoModal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 20px 20px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    width: 80%
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.nav__sub--parent {
    float: left;
    width: 350px
}

.nav__sub--parent>li {
    list-style-type: none
}

.nav__sub--parent>li>a:hover {
    background-color: #f3f5f7
}

.nav__sub--parent2 {
    float: left;
    width: 350px
}

.nav__sub--parent2>li {
    list-style-type: none
}

.nav__sub--parent2>li>a:hover {
    background-color: #f3f5f7
}

.nav__sub--parent3 {
    float: left;
    width: 350px
}

.nav__sub--parent3>li {
    list-style-type: none
}

.nav__sub--parent3>li>a:hover {
    background-color: #f3f5f7
}

.nav__sub--parent4 {
    float: left;
    width: 350px
}

.nav__sub--parent4>li {
    list-style-type: none
}

.nav__sub--parent4>li>a:hover {
    background-color: #f3f5f7
}

.nav__sub--parent5 {
    float: left;
    width: 350px
}

.nav__sub--parent5>li {
    list-style-type: none
}

.nav__sub--parent5>li>a:hover {
    background-color: #f3f5f7
}

.nav__sub--child {
    float: left;
    width: 200px;
    display: none;
    position: absolute;
    left: 346px;
    background-color: #f3f5f7;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav__sub--child>li {
    list-style-type: none
}

.nav__sub--child>li>a {
    color: #939292;
    cursor: pointer
}

.nav__sub--child>li>a:hover {
    color: #6135a9
}

.nav__sub--child2 {
    float: left;
    width: 300px;
    display: none;
    position: absolute;
    left: 346px;
    color: #939292;
    background-color: #f3f5f7;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav__sub--child2>li {
    list-style-type: none
}

.nav__sub--child2>li>a {
    width: 250px;
    color: #939292;
    cursor: pointer
}

.nav__sub--child3 {
    float: left;
    width: 300px;
    display: none;
    position: absolute;
    left: 245px;
    color: #939292;
    background-color: #f3f5f7;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav__sub--child3>li {
    list-style-type: none
}

.nav__sub--child3>li>a {
    color: #939292;
    width: 250px;
    cursor: pointer
}

.nav__sub--child4 {
    float: left;
    width: 300px;
    display: none;
    position: absolute;
    left: 245px;
    color: #939292;
    background-color: #f3f5f7;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav__sub--child4>li {
    list-style-type: none
}

.nav__sub--child4>li>a {
    color: #939292;
    width: 250px;
    cursor: pointer
}

.navbar__unorder--two {
    clear: both;
    position: relative
}

.height--max {
    padding-top: 0;
    height: 368px;
    width: 350px
}

.width-max {
    width: 250px
}

.optima__navbar--tax-active,
.optima__navbar--tax-active5 {
    width: 27px;
    height: 25px;
    position: relative;
    top: 5px
}

.optima__navbar--tax-active2 {
    width: 32px;
    height: 25px;
    position: relative;
    top: 3px
}

.optima__navbar--tax-active3 {
    width: 36px;
    height: 23px;
    position: relative;
    top: 3px
}

.optima__navbar--tax-active4 {
    width: 27px;
    height: 25px;
    position: relative;
    top: 2px
}

.optima__navbar--tax-active5 {
    width: 20px;
    height: 30px;
    top: 1px;
    left: 3px;
    margin-right: 8px
}

.tax__header--text {
    font-size: 14px;
    color: #190f27;
    padding-left: 20px;
    font-weight: 600
}

.tax__subheader--text {
    font-size: 12px;
    color: #898490;
    letter-spacing: normal;
    position: relative;
    left: 20px
}

.tax__subheader--text--express {
    font-size: 12px;
    color: #898490;
    letter-spacing: normal;
    padding-left: 30px
}

.nav__dropdown___navbar {
    padding-top: 14px !important;
    padding-bottom: 13px !important
}

.nav__dropdown___navbar--express {
    padding-top: 14px !important;
    padding-bottom: 13px !important;
    padding-left: 10px !important
}

@-webkit-keyframes loop {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-66.6%);
        -ms-transform: translateX(-66.6%);
        -webkit-transform: translateX(-66.6%);
        transform: translateX(-66.6%)
    }
}

@-moz-keyframes loop {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-66.6%);
        -ms-transform: translateX(-66.6%);
        -webkit-transform: translateX(-66.6%);
        transform: translateX(-66.6%)
    }
}

@-o-keyframes loop {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-66.6%);
        -ms-transform: translateX(-66.6%);
        -webkit-transform: translateX(-66.6%);
        -o-transform: translateX(-66.6%);
        transform: translateX(-66.6%)
    }
}

@keyframes loop {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-66.6%);
        -ms-transform: translateX(-66.6%);
        -webkit-transform: translateX(-66.6%);
        -o-transform: translateX(-66.6%);
        transform: translateX(-66.6%)
    }
}

.cssanimations .marquee {
    position: relative;
    width: 100%;
    overflow: hidden
}

.cssanimations .marquee>ul {
    list-style: none;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 300% !important;
    height: 80px;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: loop 29s linear infinite;
    -moz-animation: loop 29s linear infinite;
    -o-animation: loop 29s linear infinite;
    animation: loop 29s linear infinite
}

.cssanimations .marquee>ul>li {
    white-space: normal;
    position: relative;
    text-align: justify;
    text-justify: distribute-all-lines;
    line-height: 0;
    letter-spacing: -.31em;
    float: left;
    width: 33.333333%;
    overflow: hidden;
    height: 170px
}

.cssanimations .marquee>ul>li:before {
    content: '';
    position: relative;
    height: 100%;
    width: 0
}

.cssanimations .marquee>ul>li:before,
.cssanimations .marquee>ul>li>* {
    vertical-align: middle;
    display: inline-block
}

.cssanimations .marquee>ul>li:after {
    content: '.';
    display: inline-block;
    height: 0 !important;
    width: 100%;
    overflow: hidden !important;
    visibility: hidden;
    font-size: 0;
    word-spacing: 100%
}

.cssanimations .marquee>ul>li>* {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    letter-spacing: 0
}

.cssanimations .marquee>ul>li img {
    margin: 0 1.6%;
    margin-left: 100px
}

.thumbnails-section .thumbnails-block {
    display: table;
    width: 100%;
    padding-top: 80px
}

.thumbnails-section .thumbnails-block .thumbnails__col1,
.thumbnails-section .thumbnails-block .thumbnails__col2,
.thumbnails-section .thumbnails-block .thumbnails__col3,
.thumbnails-section .thumbnails-block .thumbnails__col4 {
    display: table-cell;
    width: 25%;
    padding: 0 15px 0 15px
}

.thumbnails-section .thumbnails--block--pdlr .thumbnails__col1,
.thumbnails-section .thumbnails--block--pdlr .thumbnails__col2,
.thumbnails-section .thumbnails--block--pdlr .thumbnails__col3,
.thumbnails-section .thumbnails--block--pdlr .thumbnails__col4 {
    padding: 0 60px 0 60px
}

.thumbnails-section .thumbnails--modify .thumbnails__col1,
.thumbnails-section .thumbnails--modify .thumbnails__col2,
.thumbnails-section .thumbnails--modify .thumbnails__col3,
.thumbnails-section .thumbnails--modify .thumbnails__col4 {
    padding: 0 35px 0 35px
}

.thumbnails-section .thumbnails--modify--gap .thumbnails__col1,
.thumbnails-section .thumbnails--modify--gap .thumbnails__col2,
.thumbnails-section .thumbnails--modify--gap .thumbnails__col3,
.thumbnails-section .thumbnails--modify--gap .thumbnails__col4 {
    padding: 0 26px 0 26px
}

.thumbnails-section:after {
    clear: both;
    content: " "
}

.thumbnails-section .dot__list__column__left {
    float: left;
    width: 3%
}

.thumbnails-section .dot__list__column__right {
    float: left;
    width: 97%;
    padding-bottom: 12px
}

.row--press--model>.column {
    padding: 0 8px
}

.row--press--model:after {
    content: "";
    display: table;
    clear: both
}

.column--press--model {
    float: left;
    width: 25%
}

.modal--press--model {
    display: none;
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

.modal--press--model1 {
    display: none;
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

.modal-content--press--model {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px
}

.close--press--model {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700
}

.close--press--model:focus,
.close--press--model:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides--press--model {
    display: none
}

.mySlides--press--model img {
    padding: 20px
}

.cursor--press--model {
    cursor: pointer
}

.next--press--model,
.prev--press--model {
    cursor: pointer;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #264fcd;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.next--press--model {
    right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.next--press--model:hover,
.prev--press--model:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext--press--model {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

img {
    margin-bottom: -4px
}

.caption-container--press--model {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

.demo--press--model {
    opacity: .6
}

.active,
.demo--press--model:hover {
    opacity: 1
}

img.hover-shadow--press--model {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hover-shadow--press--model:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.modal--press--models {
    display: none;
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

.modal-content--press--models {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px
}

.close--press--models {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700
}

.close--press--models:focus,
.close--press--models:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides--press--models {
    display: none
}

.mySlides--press--models img {
    padding: 20px
}

.cursor--press--models {
    cursor: pointer
}

.next--press--models,
.prev--press--models {
    cursor: pointer;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #264fcd;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.next--press--models {
    right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.next--press--models:hover,
.prev--press--models:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext--press--models {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

img {
    margin-bottom: -4px
}

.caption-container--press--models {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

.demo--press--models {
    opacity: .6
}

.active,
.demo--press--models:hover {
    opacity: 1
}

img.hover-shadow--press--models {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hover-shadow--press--models:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.nav-hamburger .mobile-nav--block .nav__block__level2 {
    padding: 0;
    margin: 0;
    background-color: #36225a;
    display: none
}

.nav-hamburger .mobile-nav--block .nav__block__level2 li {
    list-style-type: none
}

.nav-hamburger .mobile-nav--block .nav__block__level2 li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.nav-hamburger .mobile-nav--block .nav__block__level2 li a .nav__item__item--active {
    background-color: #36225a
}

.nav-hamburger .mobile-nav--block .nav__block__level2 li span {
    display: block;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #63547d;
    margin: 0 auto;
    width: 90%
}

.nav-hamburger .mobile-nav--block .nav__block__level2 li:last-child>span {
    border-bottom: 0 solid
}

.nav-hamburger .mobile-nav--block .aboutus__list__block {
    padding: 0;
    margin: 0;
    background-color: #36225a;
    display: none
}

.nav-hamburger .mobile-nav--block .aboutus__list__block li {
    list-style-type: none
}

.nav-hamburger .mobile-nav--block .aboutus__list__block li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.nav-hamburger .mobile-nav--block .aboutus__list__block li a .nav__item__item--active {
    background-color: #36225a
}

.nav-hamburger .mobile-nav--block .aboutus__list__block li span {
    display: block;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #63547d;
    margin: 0 auto;
    width: 90%
}

.nav-hamburger .mobile-nav--block .aboutus__list__block li:last-child>span {
    border-bottom: 0 solid
}

.nav-hamburger .mobile-nav--block .knowmore__list__block {
    padding: 0;
    margin: 0;
    background-color: #36225a;
    display: none
}

.nav-hamburger .mobile-nav--block .knowmore__list__block li {
    list-style-type: none
}

.nav-hamburger .mobile-nav--block .knowmore__list__block li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.nav-hamburger .mobile-nav--block .knowmore__list__block li a .nav__item__item--active {
    background-color: #36225a
}

.nav-hamburger .mobile-nav--block .knowmore__list__block li span {
    display: block;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #63547d;
    margin: 0 auto;
    width: 90%
}

.nav-hamburger .mobile-nav--block .knowmore__list__block li:last-child>span {
    border-bottom: 0 solid
}

.nav-hamburger .mobile-nav--block .nav__block__level3 {
    background-color: #241346;
    display: none
}

.nav-hamburger .mobile-nav--block .nav__block__level3 li span {
    border-bottom: 1px solid #63547d
}

.nav-hamburger .mobile-nav--block .nav__block__level3 li:last-child>span {
    border-bottom: 0 solid
}

.nav-hamburger .border--bottom--none {
    border-bottom: 0 solid !important
}

.header__hamburger {
    width: 100%;
    display: table;
    padding: 16px
}

.header__hamburger .header__hamburger__center,
.header__hamburger .header__hamburger__left,
.header__hamburger .header__hamburger__right {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%
}

.header__hamburger .header__hamburger__center {
    text-align: center
}

.header__hamburger .header__hamburger__right {
    text-align: right
}

.header__hamburger--bgcolor {
    background-color: #df334c
}

.rbi__arrow__steep {
    position: relative;
    left: -30px;
    top: 30px;
    background-color: #5843b0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px;
    width: 120%
}

.rbi__arrow__steep:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #42308e transparent transparent;
    border-style: solid;
    border-width: 30px;
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: -1
}

.newsletter__model__block {
    display: none;
    padding: 0;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    min-width: 460px;
    max-width: 460px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.newsletter__model__block .modal__header {
    background-color: #633ea5
}

.newsletter__model__block .modal__header h2 {
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center
}

.newsletter__model__block .modal__header a {
    cursor: pointer
}

.newsletter__model__block .modal__header .modal__close:after,
.newsletter__model__block .modal__header .modal__close:before {
    background-color: #fff
}

.newsletter__model__block .modal__content {
    text-align: center
}

.newsletter__model__block .modal__content img {
    width: 150px;
    height: auto
}

.newsletter__model__block .modal__content .list__items {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 20px 15px
}

.newsletter__model__block .modal__content .list__items p {
    color: #898989;
    font-size: 16px;
    line-height: 24px
}

.newsletter__model__block .newsletter__modal__footer {
    background-color: #07b797;
    padding: 10px;
    text-align: center
}

.newsletter__model__block .newsletter__modal__footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.newsletter__model__block .newsletter__modal__footer .btn__transparent__block {
    padding: 10px 5px
}

.newsletter__model__block .newsletter__modal__footer .btn__transparent__block a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #02866f;
    font-size: 14px;
    color: #02715d;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    width: 60%;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.newsletter__model__block .newsletter__modal__footer .btn__transparent__block input[type=text] {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: solid 1px #02866f;
    font-size: 14px;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    width: 60%;
    display: inline-block;
    background-color: transparent;
    color: #02715d
}

.newsletter__model__block .newsletter__modal__footer .newsletter__btn__block input[type=submit] {
    width: 50%;
    background-color: #633ea5;
    border: 1px solid #633ea5
}

.newsletter__model__block ::-webkit-input-placeholder {
    color: #02715d
}

.newsletter__model__block ::-moz-placeholder {
    color: #02715d
}

.newsletter__model__block :-ms-input-placeholder {
    color: #02715d
}

.newsletter__model__block :-moz-placeholder {
    color: #02715d
}

.newsletter__model__block .conformation__mail__text {
    display: none
}

.newsletter__model__block .conformation__mail__text span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px 10px;
    display: inline-block;
    width: 80%
}

.newsletter__modal__overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 92;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #281043;
    background-color: rgba(40, 16, 67, .9);
    overflow-x: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.terms__dropdown {
    display: none
}

.terms__dropdown ul {
    margin: 0;
    padding: 0;
    background-color: #342a42;
    width: 90%;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.terms__dropdown ul li {
    list-style-type: none
}

.terms__dropdown ul li a {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    line-height: 29px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 5px 10px;
    display: inline-block;
    width: 100%
}

.terms__dropdown ul li a:first-child {
    border-bottom: 1px solid #0a090a
}

.terms__dropdown ul li a:hover {
    color: #fff;
    background-color: #7c6f8e
}

.terms__dropdown .arrow_box {
    position: relative
}

.terms__dropdown .arrow_box:after,
.terms__dropdown .arrow_box:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.terms__dropdown .arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #342a42;
    border-width: 6px;
    margin-left: -6px
}

.terms__dropdown .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #342a42;
    border-width: 7px;
    margin-left: -7px
}

.banner__divider__block {
    display: table;
    width: 100%;
    height: 420px
}

.banner__divider__block .divider__cell__row {
    display: table-row
}

.banner__divider__block .divider__cell__row .divider__cell__left {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.banner__divider__block .divider__cell__row .divider__cell__right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center
}

.banner__divider__block .divider__cell__row .divider__cell__right img {
    max-width: 500px;
    width: 100%
}

.banner__divider__block .divider__cell__row .divider__cell__right.sodexo--card--phone {
    text-align: right
}

.banner__divider__block .divider__cell__row .divider__cell__right.sodexo--card--phone img {
    width: 350px
}

.testimonials__block {
    padding: 50px 0 100px 0
}

.testimonials__block .testimonial__carousel__block {
    position: relative;
    width: 80%;
    margin: 0 auto
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block {
    display: table;
    width: 100%
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .inner__carousel__list {
    display: table-row
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .inner__carousel__list .carousel__item__center,
.testimonials__block .testimonial__carousel__block .inner__carousel__block .inner__carousel__list .carousel__item__left,
.testimonials__block .testimonial__carousel__block .inner__carousel__block .inner__carousel__list .carousel__item__right {
    width: 33%;
    display: table-cell;
    vertical-align: top
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white {
    position: relative;
    background-color: #fff;
    padding: 50px 30px;
    margin-right: 25px;
    height: 430px;
    text-align: center
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .company__name,
.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .user__name {
    font-size: 18px;
    font-weight: 500;
    color: #080808;
    padding-bottom: 20px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .company__logo {
    padding-bottom: 6px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .company__logo img {
    width: auto;
    height: 60px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .company__logo .testimonial--custom--size {
    width: 160px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .user__name {
    font-size: 16px;
    padding-top: 20px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .user__name span {
    font-size: 12px;
    color: #838282;
    display: block;
    font-weight: 400
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .text__discription {
    font-size: 12px;
    color: #000;
    padding-top: 10px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .center__line__gray {
    padding: 0 0
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .center__line__gray span {
    width: 70px;
    display: inline-block;
    height: 1px;
    background-color: #979797
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white .watch__video__txt {
    position: absolute;
    bottom: 50px;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    width: 80%;
    padding-bottom: 10px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .box--square--universal {
    padding: 40px 50px;
    height: 400px
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .carousel__item__right .box__square__white {
    margin-right: 0
}

.testimonials__block .testimonial__carousel__block .inner__carousel__block .carousel__item__right .mg__right--0 {
    margin: 0
}

.testimonials__block .testimonial__carousel__block .quotes__symbol__left,
.testimonials__block .testimonial__carousel__block .quotes__symbol__right {
    position: absolute;
    top: -84px;
    left: -89px;
    background: url(../img/testimonials/quote-left-side.html) no-repeat left 50%;
    width: 140px;
    height: 101px
}

@media (max-width:768px) {
    .testimonials__block .testimonial__carousel__block .quotes--symbol--left--pos.quotes__symbol__right,
    .testimonials__block .testimonial__carousel__block .quotes__symbol__left.quotes--symbol--left--pos {
        top: -60px
    }
}

.testimonials__block .testimonial__carousel__block .quotes__symbol__right {
    background: url(../img/testimonials/quote-right-side.html) no-repeat right 100%;
    left: auto;
    top: auto;
    right: -89px;
    bottom: -84px
}

.testimonials__block .testimonial__carousel__block .quotes__symbol__right.quotes--right--top {
    bottom: 0
}

.testimonials__block .testimonial__carousel__block .testimonial__playbtn__block {
    margin-right: 25px
}

.testimonials__block .testimonial__carousel__block .testimonial__playbtn__block .testimonial__play__btn {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #f7368b;
    -webkit-box-shadow: 0 5px 5px rgba(215, 34, 114, .9);
    -moz-box-shadow: 0 5px 5px rgba(215, 34, 114, .9);
    box-shadow: 0 5px 5px rgba(215, 34, 114, .9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    bottom: 44px;
    z-index: 999
}

.testimonials__block .testimonial__carousel__block .testimonial__playbtn__block .testimonial__play__btn:hover {
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(215, 34, 114, 0);
    -moz-box-shadow: 0 5px 5px rgba(215, 34, 114, 0);
    box-shadow: 0 5px 5px rgba(215, 34, 114, 0);
    background-color: #d72272;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.testimonials__block .testimonial__carousel__block .testimonial__playbtn__block .testimonial__play__btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    -moz-transform: translateX(-40%) translateY(-50%);
    -ms-transform: translateX(-40%) translateY(-50%);
    -o-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100
}

.testimonials__block .testimonial__carousel__block .testimonial__playbtn__empty {
    height: 70px
}

.testimonials__block.pd--b--0 {
    padding-bottom: 0
}

@media (min-width:1030px) {
    .mobile-only {
        display: none
    }
}

@media (max-width:1030px) {
    .mobile-only {
        display: none
    }
    .download-link {
        display: none
    }
    .features {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .features__item {
        margin-right: 0;
        margin-bottom: 10px;
        -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: -moz-calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .features__item:nth-of-type(2n-1) {
        margin-right: 10px;
        -webkit-flex-basis: -webkit-calc(50%);
        -ms-flex-preferred-size: calc(50%);
        flex-basis: -moz-calc(50%);
        flex-basis: calc(50%)
    }
}

@media (max-width:750px) {
    .banner {
        font-size: 14px;
        top: 0;
        margin: 40px auto 20px
    }
    .pitch__paragraph {
        width: 100%
    }
    .main-section {
        display: block
    }
    .content__description,
    .inner-page-hero .content__description {
        width: 100%
    }
    .footer__links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .links__column {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-bottom: 30px
    }
    .sub-section__flexbox {
        display: block
    }
    .sub-section__animation,
    .sub-section__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
    .sub-section__animation {
        margin-bottom: 60px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .sub-section__animation video {
        width: 100%
    }
    .flexbox--reverse .sub-section__animation {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .inner-section {
        padding: 10px 0 40px
    }
    .inner-section--careers {
        padding-top: 40px
    }
    .executive-team__member {
        display: block;
        margin-top: 40px
    }
    .member__image {
        margin: 0;
        margin-bottom: 30px;
        min-width: 100%
    }
    .executive-team__member:nth-of-type(2n) .member__image {
        margin-left: 0
    }
    .photo-stream {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .photo-stream__photo:nth-of-type(1) {
        -webkit-flex-basis: -webkit-calc(50% - 1px);
        -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: -moz-calc(50% - 1px);
        flex-basis: calc(50% - 1px);
        margin-right: 1px;
        margin-bottom: 1px
    }
    .photo-stream__photo:nth-of-type(2) {
        -webkit-flex-basis: -webkit-calc(50% - 1px);
        -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: -moz-calc(50% - 1px);
        flex-basis: calc(50% - 1px);
        margin-bottom: 1px
    }
    .photo-stream__photo:nth-of-type(3) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1px
    }
    .photo-stream__photo:nth-of-type(4) {
        -webkit-flex-basis: -webkit-calc(33.33% - 1px);
        -ms-flex-preferred-size: calc(33.33% - 1px);
        flex-basis: -moz-calc(33.33% - 1px);
        flex-basis: calc(33.33% - 1px);
        margin-right: 1px
    }
    .photo-stream__photo:nth-of-type(5) {
        -webkit-flex-basis: -webkit-calc(33.33% - 1px);
        -ms-flex-preferred-size: calc(33.33% - 1px);
        flex-basis: -moz-calc(33.33% - 1px);
        flex-basis: calc(33.33% - 1px);
        margin-right: 1px
    }
    .photo-stream__photo:nth-of-type(6) {
        -webkit-flex-basis: -webkit-calc(33.33% - 1px);
        -ms-flex-preferred-size: calc(33.33% - 1px);
        flex-basis: -moz-calc(33.33% - 1px);
        flex-basis: calc(33.33% - 1px)
    }
    .join-team {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1px
    }
    .join-team__pitch {
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 16px
    }
    .join-team__cover {
        max-width: 100%;
        min-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .our-habitats__pointers {
        display: none
    }
    .our-habitats__details,
    .our-habitats__list {
        width: 100%
    }
    .our-habitats__details {
        position: relative
    }
    .map--support {
        display: none
    }
    .help-categories__item {
        -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        margin: 0 20px;
        padding-left: 0;
        padding-top: 85px;
        background-position: top center;
        text-align: center
    }
    .debrief-chief {
        display: block
    }
    .debrief-chief .debrief-chief__content {
        text-align: center;
        width: 100%;
        margin-top: 50px
    }
    .debrief-chief .btn--support {
        max-width: 100%
    }
    .debrief-chief img {
        width: 100%;
        margin-top: 50px;
        height: auto
    }
    .z-layout-parent:nth-child(2n) .z-layout,
    .z-layout-parent:nth-child(2n+1) .z-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .z-layout-parent:nth-child(2n) .z-layout .z-layout__right,
    .z-layout-parent:nth-child(2n+1) .z-layout .z-layout__right {
        margin: 40px 0 0
    }
    .z-layout-parent .z-layout--swipe .z-layout__right p,
    .z-layout__right p {
        width: 100%
    }
    .z-layout__right {
        text-align: center
    }
    .featured-news__item {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: -moz-calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
    .news-sidebar,
    .recent-news-articles {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .recent-news-articles {
        margin-bottom: 50px
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 16px
    }
    .desktop-only {
        display: none
    }
    .mobile-only {
        display: unset
    }
    .btn--inline-block {
        display: inline-block
    }
    .customer__name {
        font-size: 19px
    }
    h2 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px
    }
    .heading-support {
        font-size: 16px;
        line-height: 22px
    }
    .nav__dropdown--signup:before {
        right: 14px;
        left: auto
    }
    .nav__item--signup:hover .nav__dropdown--signup {
        top: 30px
    }
    .header.mobile-only {
        margin-bottom: 0;
        display: block;
        padding: 0;
        position: relative;
        z-index: 10
    }
    .header__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__container a {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        text-decoration: none
    }
    .header__container .menu-toggle {
        width: 48px;
        height: 21px;
        padding: 5px 0;
        position: relative;
        text-align: left
    }
    .header__container .mobile-nav__link {
        font-size: 14px;
        padding: 15px 0
    }
    .inner-page-hero {
        padding: 80px 0
    }
    .testimonials {
        padding: 40px 0 140px
    }
    .testimonials:after {
        height: 300px
    }
    .testimonials__cover {
        height: 200px
    }
    .cover__video___img:first-of-type {
        background: url(../img/testimonials/ayesha-cover.html) no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        height: 100%
    }
    .testimonials__play {
        height: 40px;
        width: 40px
    }
    .testimonials__play:after {
        margin: -7px 0 0 -4px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #fff
    }
    .top-section {
        padding-bottom: 40px;
        background-image: -webkit-linear-gradient(225deg, #633ea5 0, #36215a 100%);
        background-image: -moz-linear-gradient(225deg, #633ea5 0, #36215a 100%);
        background-image: -o-linear-gradient(225deg, #633ea5 0, #36215a 100%);
        background-image: linear-gradient(225deg, #633ea5 0, #36215a 100%);
        overflow: visible;
        text-align: center
    }
    .gradient__red {
        background-image: -webkit-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
        background-image: -moz-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
        background-image: -o-linear-gradient(208deg, #e90c71 13%, #d20555 65%);
        background-image: linear-gradient(242deg, #e90c71 13%, #d20555 65%)
    }
    .content__heading {
        font-size: 28px;
        line-height: 34px;
        font-weight: 600
    }
    .content__heading--text {
        width: 81%;
        margin: 20px auto
    }
    .content__description {
        font-size: 18px;
        line-height: 24px
    }
    .content__description--text {
        width: 96%;
        margin: 20px auto
    }
    .optima-referral--reponse {
        width: 100%
    }
    .main-section__content {
        width: 100%;
        padding-top: 30px
    }
    .clients-list-top li {
        margin-right: 20px
    }
    .clients-list-top li:last-child {
        margin-right: 0
    }
    .content__cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .content__signup-btn {
        text-align: center
    }
    .content__video-btn {
        background-image: none;
        padding: 0 30px
    }
    .sub-section__animation {
        margin-bottom: 20px
    }
    .features__item {
        margin: 0 0 10px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .features__item:nth-of-type(2n-1) {
        margin-right: 0
    }
    .links__column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .info-points__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .info-points__item:nth-of-type(n+2) {
        margin-bottom: 60px
    }
    .info-points__item:last-of-type .info-points__item___description {
        width: 100%
    }
    .sub-section__animation video {
        width: 100%;
        height: auto
    }
    .sub-categories {
        margin: 15px 0;
        padding: 0;
        height: 34px
    }
    .sub-categories h2 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(25, 15, 39, .5);
        margin: 0
    }
    .sub-categories__heading--tag h2 {
        font-size: 22px;
        letter-spacing: 1px;
        color: rgba(25, 15, 39, .5);
        margin: 0 auto;
        width: 64%;
        text-transform: inherit
    }
    .sub-categories__heading {
        padding: 15px 0;
        background: #fff
    }
    .sub-categories__heading--sticky {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        z-index: 6;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }
    .sub-categories__heading--hidden {
        top: -50px
    }
    .sub-categories__nav {
        display: none
    }
    .sub-section {
        text-align: center
    }
    .sub-section h2.mobile-only {
        display: block;
        margin-bottom: 10px
    }
    .sub-section p {
        font-size: 18px;
        line-height: 27px
    }
    .sub-section__text p {
        width: 62%;
        text-align: center;
        margin: 0 auto
    }
    .sub-section--res p {
        font-size: 14px;
        line-height: 18px
    }
    .express--section__remote--res img {
        width: 100%
    }
    .sub-section__kiosk--res p {
        margin-top: 10px
    }
    .sub-section__paragraph p {
        width: 60%;
        text-align: center;
        margin: 0 auto
    }
    .sub-section__paragraph--section p {
        width: 78%;
        text-align: center;
        margin: 0 auto
    }
    .sub-section__express--remote {
        display: block;
        margin: 19px auto;
        position: inherit;
        width: 96%
    }
    .sub-section__express--tag p {
        width: 235px;
        height: 34px;
        font-family: ProximaNova;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: rgba(25, 15, 39, .5)
    }
    .supercard-section {
        padding: 20px 0
    }
    .supercard__scroller {
        height: auto;
        margin: 30px 0
    }
    .supercard__scroller___list {
        display: none
    }
    .zeta-supercard {
        -webkit-box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
        -moz-box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
        box-shadow: 0 60px 95px rgba(0, 0, 0, .41);
        position: static;
        left: auto;
        z-index: 3;
        margin-left: 0;
        height: auto;
        width: -webkit-calc(100vw - 32px);
        width: -moz-calc(100vw - 32px);
        width: calc(100vw - 32px)
    }
    .supercard__points__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
        margin: 20px 0
    }
    .supercard__points__item___icon {
        margin-bottom: 15px
    }
    .supercard__points__item___description,
    .supercard__points__item___heading {
        padding: 0;
        margin: 15px 0 0 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px
    }
    .supercard__points__item___description {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400
    }
    .info-points--three-column {
        display: block;
        margin-top: 20px
    }
    .info-points--three-column .info-points__item {
        margin: 20px 0 0;
        padding-bottom: 20px;
        margin-right: 0
    }
    .info-points--three-column .info-points__item___description,
    .info-points--three-column .info-points__item___heading {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 0 0
    }
    .info-points--three-column .info-points__item___heading {
        font-size: 18px;
        font-weight: 600
    }
    .info-points--three-column .info-points__item___icon {
        margin-bottom: 10px
    }
    .info-points--three-column .info-points__item:last-of-type .info-points__item___description {
        margin: 15px 0 0 0
    }
    .more-points {
        padding: 20px 0
    }
    .optima_header--response {
        float: none !important;
        width: 100% !important
    }
    .optima-logo--response {
        padding-top: 162px !important;
        padding-bottom: 30px !important
    }
    .form__optima--response {
        padding: 0 18px 0;
        text-align: center
    }
    .optima_align--right--response {
        padding-top: 23px !important;
        padding-bottom: 20px !important;
        float: none !important
    }
    .optima-line-response {
        line-height: inherit
    }
    .optima-text-response {
        color: #fff
    }
    .optima_align--response {
        text-align: center;
        width: 100% !important;
        height: 100%;
        padding: 0 !important
    }
    .mv--claims--card--width {
        width: 80% !important
    }
    .optima-supercard--align {
        text-align: center;
        width: 90%;
        height: 90%
    }
    .modal__header--response {
        border-bottom: none !important
    }
    .model__close--response {
        top: -23px;
        right: -3px
    }
    .optima-referral--h1--response {
        color: #ad5512;
        padding: 12px;
        font-size: 34px;
        font-weight: 600;
        opacity: .7;
        line-height: 37px
    }
    .optima-referral--h4--response {
        color: #fff;
        padding: 4px;
        font-size: 22px;
        font-weight: 400;
        line-height: 24px
    }
    .optima-referral--para--response {
        font-size: 16px;
        color: #bc6606;
        line-height: 40px;
        opacity: 1.5
    }
    .modal {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .modal__header {
        padding: 0 15px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f4f4f4
    }
    .modal__header h2 {
        margin-top: 0;
        font-size: 24px
    }
    .modal__header .heading-support {
        width: 100%;
        padding: 0 20px
    }
    .modal__close {
        top: 0;
        right: -10px
    }
    .newsletter__model__block .modal__header a.modal__close {
        top: 10px;
        right: 0
    }
    .modal__content {
        max-height: -webkit-calc(100vh - 140px);
        max-height: -moz-calc(100vh - 140px);
        max-height: calc(100vh - 140px)
    }
    .modal__content .enquiry-type {
        display: block
    }
    .modal__content .enquiry-type__category {
        text-align: left;
        margin-bottom: 10px
    }
    .modal-visible .modal {
        top: 0
    }
    .demo-form {
        width: 100%
    }
    .footer {
        padding: 40px 0 16px;
        text-align: center
    }
    .footer__social {
        margin-top: 30px
    }
    .footer__logo {
        text-align: center
    }
    .links__column {
        margin-top: 30px
    }
    .links__column a {
        font-size: 15px;
        line-height: 32px
    }
    .links__column:first-child {
        margin-top: 0
    }
    .links__column:last-child {
        margin-bottom: 0
    }
    .footer__download-buttons.mobile-only {
        display: block
    }
    .footer__download-buttons.mobile-only a {
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: 163px;
        margin: 0 0 16px;
        font-size: 0;
        line-height: 0
    }
    .footer__download-buttons.mobile-only a img {
        width: 100%
    }
    .footer__download-buttons.mobile-only .download-buttons__row a:first-of-type {
        margin-right: 16px
    }
    .footer__download-buttons.mobile-only .download-buttons__row:last-of-type a {
        margin-bottom: 0
    }
    .member__image {
        min-width: -webkit-calc(100% + 32px);
        min-width: -moz-calc(100% + 32px);
        min-width: calc(100% + 32px);
        margin-left: -16px
    }
    .executive-team__member:nth-of-type(2n) .member__image {
        margin-left: -16px
    }
    .member__description___bio {
        font-size: 18px;
        line-height: 27px
    }
    .inner-section--contact .flexbox {
        display: block
    }
    .inner-section--contact .flexbox.contact-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .support-category {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 0
    }
    .support-category.support-category--mail,
    .support-category.support-category--phone {
        border-bottom: none
    }
    .support-category .support-category__left,
    .support-category.support-category--phone {
        padding-right: 0
    }
    .support-category .h2--small {
        display: none
    }
    .support-category .enquiry-type {
        padding: 16px;
        border: 2px solid #f4f4f4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: left;
        margin-bottom: 16px
    }
    .support-category .enquiry-type p {
        font-size: 16px;
        line-height: 22px
    }
    .support-category .enquiry-type__category {
        text-align: left;
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #190f27;
        text-transform: none;
        letter-spacing: 0
    }
    .support-category .enquiry-type__contact {
        margin-top: 13px;
        font-size: 16px;
        font-weight: 400;
        color: #190f27;
        padding-left: 20px;
        background-image: url(../img/arrow-right.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        -moz-background-size: 5px 10px;
        -o-background-size: 5px 10px;
        background-size: 5px 10px
    }
    .featured-clients {
        padding-bottom: 40px;
        margin-top: 40px
    }
    .featured-clients__logos {
        max-height: 150px
    }
    .heading-container {
        display: block;
        text-align: center
    }
    .heading-container h2 {
        margin-bottom: 30px
    }
    .heading-container .select-input-wrapper {
        width: 250px;
        margin: 0 auto
    }
    .positions__list {
        margin: 20px 0 0
    }
    .positions__item {
        width: 100%;
        margin: 0 0 16px;
        padding: 16px;
        border: 2px solid #f4f4f4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .positions__item:after {
        opacity: 1;
        right: 16px
    }
    .careers-slider {
        height: 300px;
        margin: 40px 0 10px
    }
    .career__text-block li {
        width: 100%
    }
    .how-it-works {
        display: block
    }
    .how-it-works__step {
        margin-bottom: 60px
    }
    .how-it-works__step:last-of-type {
        margin: 0
    }
    .help-categories__item {
        -moz-background-size: 45px;
        -o-background-size: 45px;
        background-size: 45px;
        padding-top: 60px;
        position: relative
    }
    .help-categories__item h3 {
        font-size: 14px;
        font-weight: 400
    }
    .help-categories__item p {
        display: none
    }
    .help-categories__item:nth-of-type(2):after,
    .help-categories__item:nth-of-type(2):before {
        content: '';
        position: absolute;
        left: -20px;
        width: 1px;
        height: 100%;
        background: #e6e6e6;
        top: 0
    }
    .help-categories__item:nth-of-type(2):before {
        right: -20px;
        left: auto
    }
    .our-habitats__details {
        padding: 40px 0 16px
    }
    .our-habitats__details h2 {
        text-align: center
    }
    .top-section--support .inner-page-hero {
        padding: 30px 0 0
    }
    .inner-section--supercard-activate .content__cta,
    .top-section--supercard .content__cta {
        display: block
    }
    .inner-section--supercard-activate .content__cta a,
    .top-section--supercard .content__cta a {
        display: block;
        margin-bottom: 20px
    }
    .top-section--supercard .inner-page-hero {
        padding-bottom: 0
    }
    .heading--security {
        text-align: center;
        padding: 140px 20px 20px;
        background-position: center 30px
    }
    .location-shield {
        padding: 40px 0
    }
    .location-shield h2 {
        font-size: 24px
    }
    .location-shield p {
        width: 100%
    }
    .z-layout__right h2 {
        font-size: 24px
    }
    .z-layout-parent .z-layout--swipe .z-layout__left {
        margin-right: 0
    }
    .z-layout-parent .z-layout--swipe .z-layout__right {
        margin: 20px 0 0 0
    }
    .z-layout-parent .z-layout--swipe .z-layout__right p {
        width: 100%
    }
    .z-layout--instant .z-layout__left,
    .z-layout--superpin .z-layout__left {
        margin-top: 0;
        margin-bottom: 0
    }
    .supercard-benefits {
        display: block
    }
    .info-points__item:nth-of-type(n+2) {
        margin: 30px 0
    }
    .info-points--bottom .info-points__item {
        max-width: 100%;
        margin: 15px 0
    }
    .info-points--supercard .info-points__item {
        max-width: 100%
    }
    .info-points--bottom {
        margin-top: -15px
    }
    .supercard-bottom-image {
        margin-bottom: 40px
    }
    .how-it-works {
        margin: 80px 0 0
    }
    .mv-how--works--modify {
        margin: 20px 0 0
    }
    .faq-categories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .faq-categories__item {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        text-align: left;
        margin-top: 20px;
        padding: 30px 24px 30px 140px;
        background-position: 20px center
    }
    .faq-categories__item.faq-categories__item--employees {
        background-position: 40px center
    }
    .faq-categories__item.faq-categories__item--merchants {
        background-position: 28px center
    }
    .support-slider {
        height: 300px
    }
    .inner-section--superstars p {
        width: 100%
    }
    .featured-news__item {
        -webkit-flex-basis: -webkit-calc(100% - 20px);
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: -moz-calc(100% - 20px);
        flex-basis: calc(100% - 20px)
    }
    .spotlight--list__icon {
        width: 100%
    }
    .mv__pd--lr-spot {
        padding-left: 30px;
        padding-right: 30px
    }
    .content__heading--response {
        width: 100%
    }
    .content__heading--form {
        width: 100%
    }
    .main-section__animation--response {
        text-align: center !important
    }
    .main-section__animation--google {
        min-width: 100%
    }
    .supercard__heading {
        text-align: center;
        padding: 14px
    }
    .supercard--subheading {
        font-size: 14px;
        line-height: 21px;
        padding: 0 26px;
        text-align: center
    }
    .content__supercard--btn {
        position: relative;
        top: 4px;
        text-align: center;
        -webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
        -moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
        -o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards;
        animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .75s forwards
    }
    .supercard--videoplay {
        text-align: center;
        position: relative;
        top: 40px
    }
    .supercard--videoplay h3 {
        font-size: 13px;
        font-weight: 600;
        color: #f3f5f7;
        line-height: 4;
        z-index: -1
    }
    .supercard--videoplay img {
        text-align: center;
        position: relative;
        top: 8px
    }
    .supercard--play {
        display: inline-block;
        top: 40px
    }
    .supercard--play img {
        display: inline-block;
        top: 10px
    }
    .supercard--video--mobile {
        height: 189px;
        position: relative;
        top: 2px;
        z-index: 4
    }
    .supercard--benefits--video {
        position: relative;
        top: 30px;
        text-align: center
    }
    .inner--supercard {
        color: #8f8f8f;
        font-size: 15px;
        width: 100%;
        line-height: 21px
    }
    .supercard--nextlevel--res {
        font-size: 28px;
        font-weight: 600;
        color: #190f27;
        line-height: 30px
    }
    .supercard--inner--res {
        color: #8f8f8f !important;
        font-size: 15px !important;
        width: 100% !important;
        line-height: 23px !important;
        padding: 9px 0 !important
    }
    .supercard--h2-res h2 {
        font-size: 22px !important;
        font-weight: 600 !important
    }
    .newsletter__model__block {
        min-width: 0;
        width: 88%
    }
    .newsletter__model__block .modal__header {
        padding: 0
    }
    .newsletter__model__block .modal__header h2 {
        font-size: 14px
    }
    .newsletter__model__block .modal__content img {
        width: 100px
    }
    .newsletter__model__block .modal__content .list__items {
        width: 100%;
        padding: 15px
    }
    .newsletter__model__block .modal__content .list__items P {
        font-size: 10px
    }
    .newsletter__model__block .newsletter__modal__footer .btn__transparent__block input[type=text] {
        width: 90%
    }
    .newsletter__model__block .newsletter__modal__footer .newsletter__btn__block input[type=submit] {
        width: 70%
    }
}

@media (max-width:360px) {
    .content__cta .btn,
    .content__cta .supercard-activate-link {
        padding: 0 10px
    }
    .content__video-btn {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .video__container {
        height: auto
    }
    .video__container .play-btn {
        height: 75px;
        width: 75px
    }
    .video__circle--section {
        padding-bottom: 160px
    }
    .video__circle--section .left--column {
        width: 100%
    }
    .video__circle--section .right--column {
        width: 100%
    }
    .video__thumbnail--section {
        left: 14%;
        width: 260px;
        height: 260px;
        top: 20px
    }
    .video__circle--section .video__text--width {
        padding-left: 0
    }
    .video__circle--section h3 {
        font-size: 26px;
        text-align: center
    }
    .video__circle--section p {
        text-align: center !important
    }
    .mv__height--200 {
        height: 200px
    }
    .pd__right--0 {
        padding-right: 25px
    }
    .pd__right--20 {
        padding-right: 25px
    }
    .pd__left--15 {
        padding-left: 25px
    }
    .customers__carousel .rslides_tabs {
        margin-top: 30px
    }
    .customer__designation {
        margin-top: initial
    }
    .paper__vouchers {
        display: block
    }
    .paper__vouchers .paper__vouchers__left {
        display: block;
        width: 100%;
        padding-right: 0
    }
    .paper__vouchers .linkedin__heading__title {
        font-size: 26px;
        font-weight: 400
    }
    .paper__vouchers .linkedin__heading__subtitle {
        font-size: 26px;
        margin-top: 3px;
        line-height: 28px
    }
    .paper__vouchers h1 {
        font-size: 26px;
        line-height: 25px
    }
    .paper__vouchers .paper__vouchers__right {
        padding-top: 30px;
        width: 100%;
        display: block
    }
    .RBI__section .rbi__box_column {
        vertical-align: top
    }
    .RBI__section {
        display: block;
        width: 90%;
        margin: 20px auto
    }
    .RBI__section .rbi__box_column {
        display: block;
        width: 100%
    }
    .RBI__section .rbi__list_column {
        display: block;
        width: 100%
    }
    .rbi__arrow__steep {
        font-size: 12px;
        padding: 10px
    }
    .RBI__section .rbi__box__content img {
        width: 100%;
        height: auto
    }
    .RBI__section .rbi__list__item {
        padding-top: 30px;
        padding-left: 6%
    }
    .video__form__section .video__heading {
        width: 97%
    }
    .video__form__section .vide__form__table {
        display: block
    }
    .video__form__section .vide__form__table .form__column,
    .video__form__section .vide__form__table .video__column {
        display: block;
        width: 100%
    }
    .video__form__section .vide__form__table .form__column {
        padding-left: 5px;
        padding-right: 5px
    }
    .linkedin__video__thumnails {
        height: 250px
    }
    .paper__vouchers .paper__vouchers__img img {
        width: 100%
    }
    .fournotfour__body .fournotfour__left__block {
        width: 100%;
        height: auto;
        padding: 0
    }
    .fournotfour__body .fournotfour__left__block img {
        width: 100%;
        height: auto
    }
    .fournotfour__body {
        padding: 20% 10%
    }
    .fournotfour__body .fournotfour__right__block img {
        width: 100%
    }
    .fournotfour__body .fournotfour__left__block .fournotfour__text {
        font-size: 12px
    }
    .mv--text--center {
        text-align: center
    }
    .handbook__header__block p {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 26px
    }
    .handbook__subtitle__block {
        width: 100%
    }
    .paper__vouchers .hand__book__img {
        text-align: center
    }
    .mv--pd--lr-10 {
        padding: 0 10px
    }
    .banking__tabs__block .tabs-menu img {
        width: 43px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .banking__tabs__block .tabs-menu li a {
        font-size: 14px;
        text-align: center;
        padding: 20px 8px
    }
    .banking__tabs__block .tabs-menu li {
        min-height: 160px;
        max-height: 160px
    }
    .banking__tabs__block .tab-content {
        padding: 20px 20px
    }
    .banking__solution__block .content__heading {
        width: 100%
    }
    .banking__solution__block .content__description {
        width: 100%
    }
    .banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__left img {
        width: 25%
    }
    .banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right img {
        width: 25%
    }
    .banking__solution__block .banking__stockpile img {
        display: none
    }
    .banking__tabs__block .tab .tabs__content__table .tabs__content__row .content__cell__right .hotlist__icon__size {
        width: 25%
    }
    .banner__divider__block {
        height: inherit
    }
    .banner__divider__block .divider__cell__row .divider__cell__left {
        display: block;
        width: 100%
    }
    .banner__divider__block .divider__cell__row .divider__cell__right {
        display: block;
        width: 100%
    }
    .banner__divider__block .divider__cell__row .divider__cell__right img {
        display: none
    }
    .partners__banner__block {
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
    .partners__banner__block .content__heading {
        width: 95%
    }
    .partners__banner__block .content__description {
        width: 95%
    }
    .partner__container__block .partner__table .partner__row .partner__col__center,
    .partner__container__block .partner__table .partner__row .partner__col__left,
    .partner__container__block .partner__table .partner__row .partner__col__right {
        display: block;
        width: 100%
    }
    .partner__container__block .partner__table .box {
        margin-left: 0
    }
    .sodexo__banner__block {
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
    .sodexo__banner__block .content__heading {
        width: 95%;
        text-align: center
    }
    .sodexo__banner__block .content__description {
        width: 95%;
        text-align: center
    }
    .sodexo__banner__block .content__with--radius {
        text-align: center
    }
    .sodexo__banner__block .request__video__btn {
        text-align: center
    }
    .carousel--section--testimonials {
        padding: 40px 10px
    }
    .testimonials__block .testimonial__carousel__block .inner__carousel__block .box__square__white {
        margin-right: 0
    }
    .testimonials__block .testimonial__carousel__block .quotes__symbol__left,
    .testimonials__block .testimonial__carousel__block .quotes__symbol__right {
        zoom: .5;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        -moz-transform: scale(.5)
    }
    .testimonials__block .testimonial__carousel__block .quotes__symbol__right {
        bottom: 77px
    }
    .testimonials__block .testimonial__carousel__block .mv__quotes__symbol__right {
        bottom: -60px
    }
    .testimonials__block .testimonial__carousel__block .inner__carousel__block .box--square--universal {
        height: auto;
        padding: 20px
    }
    .large-btns_nav {
        left: 33%;
        background: url(../img/testimonials/left-arrow-pre.html) no-repeat left 100%;
        bottom: -100px
    }
    .large-btns_nav.next {
        right: 33%;
        background: url(../img/testimonials/right-arrow-nxt.html) no-repeat right 100%;
        bottom: -100px
    }
}

@media (max-width:600px) {
    .zeta-main--carousel .main__content--area {
        width: 100%
    }
    .carousel__section .heading_text {
        font-size: 20px;
        padding-bottom: 0
    }
    .carousel--section--testimonials .heading_text {
        padding-bottom: 30px
    }
    .label__text {
        font-size: 12px
    }
    .optima__carousel--section .user__profile--details {
        padding: 20px !important;
        margin-top: 35%
    }
    .optima__carousel--section .user__profile--details .prifile__img {
        position: static;
        margin-top: -72px
    }
    .optima__carousel--section .user__profile--details .user__profile_row .user__profile_right {
        padding-left: 0;
        padding-top: 50px
    }
    .carousel__section {
        min-height: 687px
    }
    .optima__carousel--section .logo__name--section .customers__logo {
        float: none;
        width: 100%;
        text-align: center
    }
    .optima__carousel--section .logo__name--section .customers__logo img {
        border-bottom: 1px solid #979797;
        margin-bottom: 15px;
        padding-bottom: 10px;
        height: 40px
    }
    .optima__carousel--section .logo__name--section .customers__line {
        display: none
    }
    .optima__carousel--section .logo__name--section .customers__name {
        float: none;
        width: 100%;
        text-align: center
    }
    .optima__carousel--section .logo__name--section .customers__button {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
    .user__profile_left {
        text-align: center
    }
    .optima__carousel--section .pager a {
        margin: 562px 5px 0 5px
    }
    .content__with--radius span {
        background-color: #442a71
    }
    .law__banner--section .banner__table .banner__row .banner__cell--left {
        width: 100%;
        display: block
    }
    .law__banner--section .banner__table .banner__row .banner__cell--right {
        width: 100%;
        display: block;
        text-align: center
    }
    .law__banner--section .banner__table .banner__row .banner__cell--right h1 {
        font-size: 30px
    }
    .law__banner--section .banner__sub--title {
        font-size: 20px;
        line-height: 25px;
        padding-left: 30px;
        padding-right: 30px
    }
    .law__banner--section .banner__table .banner__row .banner__cell--left img {
        width: 100%;
        height: auto
    }
    .spotlight__uses--container .spotlight__heading {
        font-size: 24px
    }
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-left p,
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-right p {
        font-size: 16px
    }
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-center .spotlight__gift--img {
        width: 100%;
        height: auto
    }
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-center,
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-left,
    .spotlight__uses--container .spotlight__table .spotlight__table--row .spotlight__table--cell-right {
        width: 100%;
        display: block;
        text-align: center
    }
    .testimonials__block .testimonial__carousel__block .testimonial__playbtn__block {
        margin-right: 0
    }
    .move__left,
    .move__right {
        display: none
    }
    .search__field--part {
        max-width: 90%
    }
    .search__field--part:from {
        max-width: 90%
    }
    .content__search--faq {
        top: -37px
    }
    .mobile__show--desktop-hide {
        display: block
    }
    .faq-tabs__item--merch {
        padding-left: 0
    }
    .faq-tabs__item {
        font-size: 10px;
        width: 33.33%;
        text-align: center;
        padding-left: 0;
        background-position: center center;
        height: 120px;
        line-height: 67px
    }
    .btn--response {
        padding: 0 10px 0 10px
    }
    .request__video__btn a {
        width: 94%;
        margin-bottom: 20px
    }
    .request__video__btn .btn--move--mgl {
        margin-left: 0
    }
    .move--left {
        left: 10px
    }
    .mv--font--size--24 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .mv__legal--section {
        display: block !important
    }
    .content__section .content__text--heading {
        text-align: center
    }
    .content__section {
        width: 100%
    }
    .employee--list__icon {
        width: 100%
    }
    .read__more--section {
        padding: 30px
    }
    .mv-fb__container h1 {
        font-size: 24px
    }
    .mv-fb__container p {
        font-size: 14px
    }
    .desktop-view-faqs {
        display: none
    }
    .mobile-view-faqs {
        display: block
    }
    .read__more--section .read--more--text--width {
        width: 100%
    }
}

@media (min-width:768px) {
    .tab__list--content {
        display: block !important
    }
    .desktop-view-faqs {
        display: block
    }
    .mobile-view-faqs {
        display: none
    }
}

@media (max-width:600px) {
    .inner-section--supercard-landing {
        padding-top: 70px
    }
    .inner-section--supercard-landing .how-it-works {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px
    }
    .inner-section--supercard-landing .how-it-works__step {
        width: 50%
    }
    .inner-section--supercard-landing .how-it-works__step br {
        display: none
    }
    .inner-section--supercard-landing .how-it-works__step p {
        font-size: 11px;
        line-height: 1em
    }
    .inner-section--supercard-landing .how-it-works__step p.step__heading {
        font-size: 12px;
        margin-bottom: 10px
    }
    .inner-section--supercard-landing .how-it-works__step img {
        height: 50px;
        margin-bottom: 15px
    }
    .z-layout--supercard-landing {
        padding: 0;
        display: block
    }
    .z-layout--supercard-landing .mobile-only {
        display: inline-block !important
    }
    .z-layout--supercard-landing h1 {
        font-size: 20px;
        padding: 0 25px
    }
    .z-layout--supercard-landing p {
        padding: 0 25px
    }
    .z-layout--supercard-landing .btn,
    .z-layout--supercard-landing .supercard-activate-link {
        margin-left: 10px;
        margin-right: 10px
    }
    .z-layout--supercard-landing .btn:last-child,
    .z-layout--supercard-landing .supercard-activate-link:last-child {
        margin-left: 0
    }
    .z-layout--supercard-landing .content__description {
        font-size: 14px;
        letter-spacing: 1.2px
    }
    .z-layout--supercard-landing .z-layout__left,
    .z-layout--supercard-landing .z-layout__right {
        width: 100%
    }
    .z-layout--supercard-landing .z-layout__left {
        padding: 40px 0 0
    }
    .z-layout--supercard-landing .z-layout__right {
        height: 0;
        margin-top: 30px;
        margin-bottom: 12px;
        padding-right: 0
    }
    .z-layout--supercard-landing .z-layout__right img {
        margin-top: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        float: none;
        width: auto;
        max-height: 164px
    }
    .inner-section--get-supercard {
        background-image: -webkit-linear-gradient(320deg, #50279c, #35215a);
        background-image: -moz-linear-gradient(320deg, #50279c, #35215a);
        background-image: -o-linear-gradient(320deg, #50279c, #35215a);
        background-image: linear-gradient(130deg, #50279c, #35215a);
        padding: 34px 0 70px
    }
    .inner-section--get-supercard h2 {
        font-size: 20px;
        font-weight: 400
    }
    .inner-section--supercard-contact {
        margin-top: -40px
    }
    .inner-section--supercard-contact .pos-contacts {
        margin: 0 20px 38px
    }
    .inner-section--supercard-contact .pos-contact {
        width: 100%;
        padding: 20px;
        margin: 10px 0
    }
    .inner-section--supercard-contact .pos-contact div {
        font-size: 11px
    }
    .inner-section--supercard-contact .pos-contact div b {
        font-size: 14px
    }
    .inner-section--supercard-contact p {
        font-size: 12px;
        color: #494949;
        margin-bottom: 25px
    }
    .inner-section--supercard-contact form .input-container {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .inner-section--supercard-contact form input:not([type=submit]) {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 14px
    }
    .inner-section--supercard-contact form input[type=submit] {
        margin-top: 60px;
        display: block;
        margin: 0 auto;
        margin-top: 24px
    }
    .inner-section--supercard-contact .supercard-landing-feature {
        width: 50px;
        margin: 54px 16px 0
    }
    .top-section--supercard-landing {
        background-image: -webkit-linear-gradient(133deg, #50279c, #35215a);
        background-image: -moz-linear-gradient(133deg, #50279c, #35215a);
        background-image: -o-linear-gradient(133deg, #50279c, #35215a);
        background-image: linear-gradient(317deg, #50279c, #35215a)
    }
    .header__container_mobile {
        margin-top: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .express-tag img {
        width: 100%
    }
    .express-tag_important p {
        width: 94% !important
    }
    .thumbnails-section .thumbnails-block .thumbnails__col1,
    .thumbnails-section .thumbnails-block .thumbnails__col2,
    .thumbnails-section .thumbnails-block .thumbnails__col3,
    .thumbnails-section .thumbnails-block .thumbnails__col4 {
        display: block;
        width: 100%;
        padding: 20px 35px 20px 35px
    }
    .thumbnails-section .thumbnails-block {
        padding-top: 10px
    }
}

@media (max-width:750px) {
    .inner-section--get-supercard {
        padding: 50px 0 110px
    }
    .inner-section--supercard-contact {
        padding: 52px 0 80px
    }
    .footer--supercard-landing .footer__download-buttons,
    .footer--supercard-landing .footer__social {
        margin-top: 0
    }
    .footer--supercard-landing .footer__download-buttons .download-buttons__row a {
        width: auto;
        height: 42px
    }
    .footer--supercard-landing .links__column {
        width: 100% !important;
        text-align: center
    }
    .footer--supercard-landing .links__column.links__get-in-touch {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .footer--supercard-landing .links__column.links__social {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .footer--supercard-landing .links__column.links__social a {
        width: 20px !important;
        height: 20px !important
    }
    .footer--supercard-landing .links__column.links__download {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0 !important
    }
}

@media (max-width:1024px) {
    .video__circle--section h3 {
        font-size: 35px
    }
}

@media (max-width:360px) {
    .video__thumbnail--section {
        left: 7%
    }
}

@media (min-width:601px) {
    .mobile__show--desktop-hide {
        display: none
    }
}

@media (max-width:768px) {
    .desktop--view {
        display: none
    }
    .mobile--view {
        display: block
    }
}

@media (min-width:769px) {
    .mobile--view {
        display: none
    }
}

.optima_header {
    padding: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

.optima_align {
    text-align: center;
    width: 100%;
    padding: 30px
}

.optima_align img {
    text-align: center;
    width: 50%;
    height: 50%
}

.optima_align--right {
    padding-top: 192px;
    padding-bottom: 20px;
    float: right
}

.top-section-header {
    background-color: #f2a611;
    background-image: none
}

.top-section-header .carousel__item .section-content__overight_chg,
.top-section-header .main-section .section-content__overight_chg,
.top-section-header .mv-fb__container .section-content__overight_chg {
    float: left;
    width: 65%
}

.top-section-header .carousel__item .section-content__overight_chg h1,
.top-section-header .main-section .section-content__overight_chg h1,
.top-section-header .mv-fb__container .section-content__overight_chg h1 {
    font-size: 34px;
    line-height: 42px
}

.top-section-header .carousel__item .section-content__overight_chg p,
.top-section-header .main-section .section-content__overight_chg p,
.top-section-header .mv-fb__container .section-content__overight_chg p {
    font-size: 16px;
    line-height: 21px
}

.top-section-header .carousel__item .section-content__right,
.top-section-header .main-section .section-content__right,
.top-section-header .mv-fb__container .section-content__right {
    width: 35%;
    float: left
}

.top-section-header .carousel__item .section-content__right p,
.top-section-header .main-section .section-content__right p,
.top-section-header .mv-fb__container .section-content__right p {
    font-size: 26px;
    margin-bottom: 70px;
    color: #b55d05
}

.optima-heading {
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.top-section-padding {
    padding: 0 0 42px
}

.form__optima form {
    background-color: #fff;
    padding: 2px 24px 6px 31px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.header__optima--h2 p {
    font-size: 26px !important;
    text-align: center !important;
    padding: 58px 13px 33px 13px !important
}

.header__optima--h2 h2 {
    text-align: center;
    font-size: 26px;
    color: #b55d05;
    padding-bottom: 18px;
    font-weight: 500
}

.optima-supercard--font {
    font-size: 30px
}

.inner-section--optima h2 {
    text-align: center !important;
    border-bottom: 1px solid #fff !important
}

.inner-section--companies {
    padding: 10px 0 0 0 !important
}

.optima-companies-padding {
    padding: 57px 0 15px 0
}

.optima-heading--size {
    font-size: 41px
}

.optima-logo--align {
    padding-top: 67px;
    padding-bottom: 81px
}

.optima-companies-image img {
    text-align: center;
    margin-left: 172px
}

.optima-companies-image ul {
    margin-left: 200px
}

.optima_para--text {
    color: #000;
    font-weight: 500
}

.Spotlight-suite {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto
}

.Spotlight-suite h2 {
    text-align: center;
    padding-bottom: 66px
}

.Spotlight-suite .thumnali-block {
    width: 100%
}

.Spotlight-suite .thumnali-block .thumnali-block__left,
.Spotlight-suite .thumnali-block .thumnali-block__middle,
.Spotlight-suite .thumnali-block .thumnali-block__right {
    position: relative;
    float: left;
    width: 29.33%;
    min-height: 282px;
    display: inline-block;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .07);
    border: solid 1px #e2e2e2;
    text-align: center;
    padding: 47px 20px 32px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    border: 4px solid transparent
}

.Spotlight-suite .thumnali-block .thumnali-block__left .thumnali--block-firstimg,
.Spotlight-suite .thumnali-block .thumnali-block__middle .thumnali--block-firstimg,
.Spotlight-suite .thumnali-block .thumnali-block__right .thumnali--block-firstimg {
    margin-left: 30px;
    margin-top: 5px;
    width: 120px;
    height: 79px
}

.Spotlight-suite .thumnali-block .thumnali-block__left img,
.Spotlight-suite .thumnali-block .thumnali-block__middle img,
.Spotlight-suite .thumnali-block .thumnali-block__right img {
    width: 119px;
    height: auto;
    text-align: center
}

.Spotlight-suite .thumnali-block .thumnali-block__left .thumnali-block__caption,
.Spotlight-suite .thumnali-block .thumnali-block__middle .thumnali-block__caption,
.Spotlight-suite .thumnali-block .thumnali-block__right .thumnali-block__caption {
    font-size: 24px;
    font-weight: 600;
    color: #190f27;
    padding-top: 16px;
    padding-bottom: 10px
}

.Spotlight-suite .thumnali-block .thumnali-block__left .thumnali-block__caption span,
.Spotlight-suite .thumnali-block .thumnali-block__middle .thumnali-block__caption span,
.Spotlight-suite .thumnali-block .thumnali-block__right .thumnali-block__caption span {
    border-bottom: 1px solid #c9c7c7;
    display: inline-block;
    padding: 0 20px 11px 20px
}

.Spotlight-suite .thumnali-block .thumnali-block__left .thumnali-block__subcaption,
.Spotlight-suite .thumnali-block .thumnali-block__middle .thumnali-block__subcaption,
.Spotlight-suite .thumnali-block .thumnali-block__right .thumnali-block__subcaption {
    font-size: 16px;
    font-weight: 400;
    color: #95919b
}

.Spotlight-suite .thumnali-block .thumnali-block__left:hover,
.Spotlight-suite .thumnali-block .thumnali-block__middle:hover,
.Spotlight-suite .thumnali-block .thumnali-block__right:hover {
    border: 4px solid #eb3b8c;
    cursor: pointer
}

.Spotlight-suite .thumnali-block .thumnali-block__middle {
    margin: 0 6% 0 6%
}

.Spotlight-suite .thumnali-block .thumnali-block__middle .thumnali--block-img {
    margin-top: 16px;
    width: 118px;
    height: 68px
}

.Spotlight-suite .thumnali-block .thumnali-block__right {
    float: right
}

.Spotlight-suite .thumnali-block .thumnali-block__right .thumnali--block-lastimg {
    width: 103px;
    height: 84px
}

@media (max-width:768px) {
    .Spotlight-suite .thumnali-block .thumnali-block__left,
    .Spotlight-suite .thumnali-block .thumnali-block__middle,
    .Spotlight-suite .thumnali-block .thumnali-block__right {
        float: none;
        width: 100%;
        margin: 0 0 40px 0
    }
    .Spotlight-suite h2 {
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .Spotlight-suite {
        max-width: 1024px;
        width: 100%
    }
}