.lity {
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    box-sizing: border-box
}

.lity-wrap:before {
    height: 100%;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    white-space: normal;
    max-width: 100%;
    max-height: 100%
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background: 0 0;
    box-shadow: none;
    border: 0;
    text-align: center;
    outline: 0;
    text-decoration: none
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lc-tasx .dashes-wrap,
.lc-tasx .dot,
.lc-tasx .svg-dump,
.lc-tasx .wheel,
.lity-hide {
    display: none
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1rem, 0);
        transform: translate3d(0, 1rem, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1rem, 0);
        transform: translate3d(0, 1rem, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes leftToRight80ish {
    from {
        right: 81.6666%
    }
    to {
        right: 0
    }
}

@keyframes leftToRight80ish {
    from {
        right: 81.6666%
    }
    to {
        right: 0
    }
}

@-webkit-keyframes leftToRight20ish {
    from {
        right: 100%
    }
    to {
        right: 81.6666%
    }
}

@keyframes leftToRight20ish {
    from {
        right: 100%
    }
    to {
        right: 81.6666%
    }
}

@-webkit-keyframes leftToRight50Right {
    from {
        right: 50%
    }
    to {
        right: 0
    }
}

@keyframes leftToRight50Right {
    from {
        right: 50%
    }
    to {
        right: 0
    }
}

@-webkit-keyframes leftToRight50Left {
    from {
        right: 100%
    }
    to {
        right: 50%
    }
}

@keyframes leftToRight50Left {
    from {
        right: 100%
    }
    to {
        right: 50%
    }
}

@-webkit-keyframes topToBottom {
    from {
        bottom: 100%
    }
    to {
        bottom: 0
    }
}

@keyframes topToBottom {
    from {
        bottom: 100%
    }
    to {
        bottom: 0
    }
}

@-webkit-keyframes rightToLeft {
    from {
        left: 100%
    }
    to {
        left: 0
    }
}

@keyframes rightToLeft {
    from {
        left: 100%
    }
    to {
        left: 0
    }
}

@-webkit-keyframes bottomToTop {
    from {
        top: 100%
    }
    to {
        top: 0
    }
}

@keyframes bottomToTop {
    from {
        top: 100%
    }
    to {
        top: 0
    }
}

@-webkit-keyframes logoSlideIn {
    0% {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes logoSlideIn {
    0% {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes logoTextFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes logoTextFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes contentFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes contentFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes cpIntroImageMdFadeIn {
    0% {
        margin-right: -100px;
        width: 264px;
        height: 264px
    }
    100% {
        margin-right: 0;
        width: 440px;
        height: 440px
    }
}

@keyframes cpIntroImageMdFadeIn {
    0% {
        margin-right: -100px;
        width: 264px;
        height: 264px
    }
    100% {
        margin-right: 0;
        width: 440px;
        height: 440px
    }
}

@-webkit-keyframes cpIntroImageLgFadeIn {
    0% {
        width: 446px;
        height: 446px
    }
    100% {
        width: 744px;
        height: 744px
    }
}

@keyframes cpIntroImageLgFadeIn {
    0% {
        width: 446px;
        height: 446px
    }
    100% {
        width: 744px;
        height: 744px
    }
}

@-webkit-keyframes cp2blockImageMdCircleFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 290px
    }
    100% {
        margin-left: 0;
        width: 484px;
        height: 484px
    }
}

@keyframes cp2blockImageMdCircleFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 290px
    }
    100% {
        margin-left: 0;
        width: 484px;
        height: 484px
    }
}

@-webkit-keyframes cp2blockImageLgCircleFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 290px
    }
    100% {
        margin-left: 0;
        width: 682px;
        height: 682px
    }
}

@keyframes cp2blockImageLgCircleFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 290px
    }
    100% {
        margin-left: 0;
        width: 682px;
        height: 682px
    }
}

@-webkit-keyframes cp2blockImageMdHexFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 338px
    }
    100% {
        margin-left: 0;
        width: 484px;
        height: 564px
    }
}

@keyframes cp2blockImageMdHexFadeIn {
    0% {
        margin-left: -200px;
        width: 290px;
        height: 338px
    }
    100% {
        margin-left: 0;
        width: 484px;
        height: 564px
    }
}

@-webkit-keyframes cp2blockImageLgHexFadeIn {
    0% {
        margin-left: -200px;
        width: 484px;
        height: 564px
    }
    100% {
        margin-left: 0;
        width: 682px;
        height: 792px
    }
}

@keyframes cp2blockImageLgHexFadeIn {
    0% {
        margin-left: -200px;
        width: 484px;
        height: 564px
    }
    100% {
        margin-left: 0;
        width: 682px;
        height: 792px
    }
}

@-webkit-keyframes cloudExperienceIconRing {
    0% {
        opacity: 0;
        width: 0;
        height: 0
    }
    100% {
        opacity: 1;
        width: 74px;
        height: 74px
    }
}

@keyframes cloudExperienceIconRing {
    0% {
        opacity: 0;
        width: 0;
        height: 0
    }
    100% {
        opacity: 1;
        width: 74px;
        height: 74px
    }
}

@-webkit-keyframes cloudExperienceIconSymbol {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes cloudExperienceIconSymbol {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes curveCBFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes curveCBFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes gemLargeCurve {
    0% {
        opacity: 0;
        -webkit-transform: translate(-200px, 0);
        transform: translate(-200px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes gemLargeCurve {
    0% {
        opacity: 0;
        -webkit-transform: translate(-200px, 0);
        transform: translate(-200px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes gemSlideContentFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes gemSlideContentFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes gemContactCurve {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes gemContactCurve {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes gemCircleImagePan {
    0% {
        left: -50px
    }
    100% {
        left: 0
    }
}

@keyframes gemCircleImagePan {
    0% {
        left: -50px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes scrollArrow {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@keyframes scrollArrow {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@-webkit-keyframes curveTextAnimation {
    0%,
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

@keyframes curveTextAnimation {
    0%,
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes curveTextAnimationtwo {
    0%,
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes curveTextAnimationtwo {
    0%,
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes curveTextAnimationReverse {
    0%,
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes curveTextAnimationReverse {
    0%,
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.lc-tasx {
    font-family: Montserrat, sans-serif;
    font-size: 16px
}

.lc-tasx .wheel-wrap {
    position: relative;
    width: 10em;
    height: 10em
}

.lc-tasx .wheel-wrap .icon-wheel-inner,
.lc-tasx .wheel-wrap .icon-wheel-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: wheelSpin;
    animation-name: wheelSpin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.lc-tasx .wheel-wrap .icon-wheel-outer {
    width: 100%;
    height: 100%
}

.lc-tasx .wheel-wrap .icon-wheel-inner {
    width: 33.33333%;
    height: 33.33333%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4
}

.lc-tasx .dot-wrap {
    position: relative;
    width: 10em;
    height: 10em
}

.lc-tasx .icon-dot,
.lc-tasx .icon-wheel {
    width: 1em;
    height: 1em
}

.lc-tasx .icon-arrow-down-next-section {
    fill: #5c656d
}

.lc-tasx .icon-wheel-green {
    fill: #69c346;
    color: #46c8e1
}

.lc-tasx .icon-wheel-blue {
    fill: #46c8e1;
    color: #69c346
}

.lc-tasx .icon-dot {
    display: block
}

.lc-tasx .icon-dot-green {
    fill: #69c346
}

.lc-tasx .icon-dot-yellow {
    fill: #ffe600
}

.lc-tasx .wrapper {
    margin: 0 auto;
    padding: 0 1em
}

@media screen and (min-width:1024px) {
    .lc-tasx .wheel {
        display: block
    }
    .lc-tasx .wrapper {
        padding: 0 1em
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx .wrapper {
        padding: 0;
        max-width: 1170px
    }
}

.lc-tasx .wrapper:after {
    content: ' ';
    display: block;
    clear: both
}

.lc-tasx .wrapper .inner-wrapper {
    margin: 0 auto
}

.lc-tasx h1,
.lc-tasx h2,
.lc-tasx h3 {
    font-weight: 700;
    line-height: 1
}

.lc-tasx h1 {
    font-size: 2.25em
}

@media screen and (min-width:768px) {
    .lc-tasx .dot {
        display: block
    }
    .lc-tasx .wrapper .inner-wrapper {
        max-width: 1200px;
        padding: 0
    }
    .lc-tasx h1 {
        font-size: 2.75em
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx h1 {
        font-size: 3.125em
    }
}

.lc-tasx h2 {
    font-size: 1.875em
}

@media screen and (min-width:768px) {
    .lc-tasx h2 {
        font-size: 2.125em
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx h2 {
        font-size: 2.5em
    }
}

.lc-tasx h3 {
    font-size: 1.375em
}

@media screen and (min-width:768px) {
    .lc-tasx h3 {
        font-size: 1.5em
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx h3 {
        font-size: 1.75em
    }
}

.lc-tasx p {
    font-size: 1.25em;
    line-height: 1.4
}

.lc-tasx p .highlight {
    color: #46c8e1
}

.lc-tasx .btn {
    display: inline-block;
    padding: .5em 1.5em;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #69c346;
    font-size: 1.25em;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    text-align: center
}

@media screen and (min-width:400px) {
    .lc-tasx .btn {
        font-size: 1.625em
    }
}

.lc-tasx .btn:hover {
    background: #69c346
}

.lc-tasx .btn-alt {
    border-color: #46c8e1
}

.lc-tasx .btn-alt:hover {
    background: #46c8e1
}

.lc-tasx .btn-download {
    position: relative;
    padding-left: 3em;
    padding-right: 1em;
    color: #46c8e1;
    background: #fff;
    border-color: #46c8e1;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
}

.lc-tasx .btn-download .download-title {
    display: inline-block;
    vertical-align: middle
}

.lc-tasx .btn-download .icon {
    position: absolute;
    top: 50%;
    left: .75em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1.75em;
    height: .5em
}

.lc-tasx .btn-download .icon .icon-arrow-down-download {
    fill: #46c8e1
}

.lc-tasx .btn-download:hover {
    color: #fff;
    background: #46c8e1
}

.lc-tasx footer,
.lc-tasx header {
    background: #d9d8d6
}

.lc-tasx .btn-download:hover .icon-arrow-down-download {
    fill: #fff
}

.lc-tasx header .content {
    position: relative
}

@media screen and (min-width:768px) {
    .lc-tasx header .logo-wrap {
        z-index: 99999999;
        position: fixed;
        -webkit-transform: rotate(-90deg) translate(-100%, 0);
        -ms-transform: rotate(-90deg) translate(-100%, 0);
        transform: rotate(-90deg) translate(-100%, 0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left
    }
}

.lc-tasx header svg {
    display: none;
    margin: 0 auto;
    width: 201px;
    height: 64px
}

.lc-tasx header .icon-lenovo-logo-main {
    color: #69c346;
    fill: #fff
}

.lc-tasx footer {
    padding: 2em 0 6em
}

.lc-tasx footer p {
    margin: 0;
    font-size: .75em
}

.lc-tasx footer .mainFooter {
    background: 0 0!important
}

.lc-tasx footer .footer-bottomBar {
    margin: 1em 0 0;
    padding: 0;
    color: inherit;
    background: 0 0!important;
    line-height: 1.75
}

.lc-tasx footer .footer-bottomBar a:not(:last-child) {
    margin-right: 1em
}

.lc-tasx section {
    z-index: 2;
    position: relative;
    padding: 0em 0;
    color: #fff;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .lc-tasx section {
        padding: 0em 0
    }
    .lc-tasx section.intro .content {
        position: relative;
        margin-left: 50%;
        margin-right: 5%
    }
}

.lc-tasx section.case-studies,
.lc-tasx section.diagram,
.lc-tasx section.intro,
.lc-tasx section.links,
.lc-tasx section.services {
    background: #333f48
}

.lc-tasx section.description,
.lc-tasx section.videos {
    background: #5c656d
}

.lc-tasx section.intro {
    padding-bottom: 4em
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .lc-tasx section.intro .content h1 {
        font-size: 2.25em
    }
    .lc-tasx section.intro .content p {
        font-size: 1.25em
    }
}

.lc-tasx section.intro .thinkagile {
    width: 140px
}

.lc-tasx section.intro h1 {
    color: #46c8e1
}

.lc-tasx section.intro p {
    font-size: 1.75em
}

.lc-tasx section.intro p:last-child {
    margin-bottom: 0
}

.lc-tasx section.intro .stack {
    display: none
}

@media screen and (min-width:768px) {
    .lc-tasx section.intro .stack {
        display: block;
        z-index: 2;
        position: absolute;
        top: 3em;
        left: 0;
        width: 40%
    }
    
}

@media screen and (min-width:1024px) {
    .lc-tasx section.intro .content {
        padding-bottom: 110px;
        margin-left: 40%;
        margin-right: 15%
    }
    .lc-tasx section.intro .stack {
        display: block;
        left: -webkit-calc(50% - 720px);
        left: calc(50% - 720px);
        width: 432px
    }
    .lc-tasx section.intro .intel-xeon {
        position: absolute;
        bottom: 3em;
        right: -7em
    }
}

.lc-tasx section.intro .intel-xeon {
    display: block;
    margin: 0 auto;
    width: 115px
}

.lc-tasx section.description {
    z-index: 10
}

@media screen and (min-width:768px) {
    .lc-tasx section.description .content {
        margin-left: 15%;
        margin-right: 15%
    }
}

.lc-tasx section.description p .highlight {
    font-size: 1.375em
}

.lc-tasx section.diagram {
    z-index: 0;
    padding-top: 5.5em;
    text-align: center
}

.lc-tasx section.diagram h2 {
    margin-left: auto;
    margin-right: auto
}

.lc-tasx section.diagram h2 span {
    display: block;
    color: #46c8e1;
    font-size: .75em
}

.lc-tasx section.diagram .diagram-footnotes {
    margin: 0 auto;
    color: #9fa0a5;
    text-align: left;
    counter-reset: section
}

.lc-tasx section.diagram .diagram-footnotes .diagram-footnote {
    position: relative;
    padding-left: 1em;
    line-height: 1.4
}

.lc-tasx section.diagram .diagram-footnotes .diagram-footnote:before {
    counter-increment: section;
    content: counters(section, "");
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

.lc-tasx section.videos {
    padding: 7em 0
}

.lc-tasx section.videos h3 {
    margin: 0 0 .25em;
    color: #69c346
}

.lc-tasx section.videos p {
    margin: 0 0 2em
}

.lc-tasx section.videos .video:nth-child(2n) {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .lc-tasx section.diagram h2 {
        width: 65%;
        text-align: left
    }
    .lc-tasx section.diagram .diagram-footnotes {
        width: 70%
    }
    .lc-tasx section.videos .video {
        display: inline-block;
        vertical-align: top;
        width: 42%
    }
    .lc-tasx section.videos .video:nth-child(2n) {
        margin-top: 0;
        margin-left: 16%
    }
    .lc-tasx section.videos .video .video-text {
        min-height: 230px
    }
    .lc-tasx section.videos .video .video-text p {
        margin-bottom: 0
    }
}

@media screen and (min-width:840px) {
    .lc-tasx section.videos .video .video-text {
        min-height: 180px
    }
}

.lc-tasx section.videos .video-poster {
    display: block
}

.lc-tasx section.videos .video-poster img {
    display: block;
    width: 100%
}

.lc-tasx section.videos .video-poster:active,
.lc-tasx section.videos .video-poster:active img,
.lc-tasx section.videos .video-poster:focus,
.lc-tasx section.videos .video-poster:focus img {
    outline: 0
}

.lc-tasx section.videos .video h3 {
    margin-top: 30px
}

.lc-tasx section.videos .resources-wrap img {
    display: block;
    margin: 60px auto 30px;
    width: 200px
}

@media screen and (min-width:768px) {
    .lc-tasx section.videos .resources-wrap {
        margin: 100px auto 0;
        width: 75%
    }
    .lc-tasx section.videos .resources-wrap img {
        float: left;
        margin: 0 2em 0 0;
        width: auto;
        height: 150px
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx section.videos .video .video-text {
        min-height: 175px
    }
    .lc-tasx section.videos .resources-wrap {
        width: 60%
    }
    .lc-tasx section.videos .resources-wrap img {
        height: 155px
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx section.intro .intel-xeon {
        bottom: 2em;
        right: -4em
    }
    .lc-tasx section.videos .resources-wrap {
        width: 55%
    }
    .lc-tasx section.videos .resources-wrap img {
        height: 164px
    }
}

.lc-tasx section.case-studies {
    padding-bottom: 8em
}

.lc-tasx section.case-studies .case-study:not(:first-child) {
    margin-top: 60px
}

@media screen and (min-width:768px) {
    .lc-tasx section.case-studies .case-study {
        float: left;
        width: 31%
    }
    .lc-tasx section.case-studies .case-study:not(:first-child) {
        margin-top: 0
    }
    .lc-tasx section.case-studies .case-study:nth-child(2) {
        margin: 0 3.5%
    }
    .lc-tasx section.case-studies .case-study h3 {
        font-size: 1.25em
    }
    .lc-tasx section.case-studies .case-study p {
        min-height: 210px
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx section.case-studies .case-study h3 {
        font-size: 1.5em
    }
    .lc-tasx section.case-studies .case-study p {
        min-height: 160px
    }
}

.lc-tasx section.case-studies .case-study-poster {
    display: block;
    margin: 0 auto 2em;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.lc-tasx section.case-studies h3 {
    color: #46c8e1
}

.lc-tasx section.white-papers {
    color: #333f48;
    background: #d9d8d6;
    text-align: center
}

.lc-tasx section.white-papers h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 2.25em
}

.lc-tasx section.white-papers .white-paper .white-paper-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5
}

.lc-tasx section.white-papers .white-paper a {
    display: block;
    margin-top: 20px
}

.lc-tasx section.white-papers .white-paper a .download-title {
    font-size: 16px;
    line-height: 1.4
}

.lc-tasx section.white-papers .white-paper:not(:first-child) {
    margin-top: 40px
}

.lc-tasx section.white-papers .white-paper img {
    max-width: 100%
}

@media screen and (min-width:500px) {
    .lc-tasx section.white-papers .white-paper a {
        border-top-left-radius: 37px;
        border-bottom-left-radius: 37px
    }
}

@media screen and (min-width:768px) {
    .lc-tasx section.white-papers .white-paper a {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px
    }
    .lc-tasx section.white-papers .white-paper a .download-title {
        font-size: 22px
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx section.white-papers .white-paper {
        display: inline-block;
        vertical-align: top;
        width: 48%
    }
    .lc-tasx section.white-papers .white-paper:nth-child(2) {
        margin-left: 4%
    }
    .lc-tasx section.white-papers .white-paper:not(:first-child) {
        margin-top: 0
    }
    .lc-tasx section.white-papers .white-paper img {
        float: left;
        margin-right: 12px;
        width: 120px
    }
    .lc-tasx section.white-papers .white-paper .white-paper-title {
        margin-top: 0;
        margin-left: 150px;
        min-height: 87px;
        text-align: left
    }
    .lc-tasx section.white-papers .white-paper a {
        display: inline-block;
        width: 270px;
        font-size: 14px;
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px
    }
    .lc-tasx section.white-papers .white-paper a .icon {
        left: 1em;
        width: 2.625em;
        height: 1em
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx section.white-papers .white-paper img {
        margin-right: 20px;
        width: 150px
    }
    .lc-tasx section.white-papers .white-paper .white-paper-title {
        margin-left: 205px;
        min-height: 126px
    }
}

.lc-tasx section.links {
    font-size: 1.5em
}

.lc-tasx section.links a {
    color: #69c346;
    text-decoration: none
}

.lc-tasx section.links a:hover {
    color: #fff
}

.lc-tasx section.links ul li {
    margin: .25em 0
}

.lc-tasx section.services .service:not(:first-child),
.lc-tasx section.services .services-wrap {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .lc-tasx section.links .content {
        margin-left: 10%;
        margin-right: 10%
    }
}

.lc-tasx section.services .wrapper {
    position: relative
}

.lc-tasx section.services h2 {
    color: #69c346
}

@media screen and (min-width:1024px) {
    .lc-tasx section.services .services-wrap {
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }
}

@media screen and (min-width:768px) {
    .lc-tasx section.services .service {
        display: inline-block;
        vertical-align: top;
        width: 42%
    }
    .lc-tasx section.services .service:not(:first-child) {
        margin-top: 0
    }
    .lc-tasx section.services .service:nth-child(2n) {
        margin-top: 0;
        margin-left: 16%
    }
}

.lc-tasx section.services .service-icon-wrap {
    margin: 0 auto 2em;
    padding: 2em;
    width: 14em;
    height: 14em;
    border-radius: 50%;
    border: .25em solid #46c8e1;
    box-sizing: border-box
}

.lc-tasx section.services .service-icon-wrap .icon {
    width: 10em;
    height: 10em;
    fill: #46c8e1
}

.lc-tasx section.services .service-icon-wrap .icon-web {
    -webkit-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    transform: translate(-3px, 0)
}

.lc-tasx section.services a {
    display: block;
    margin: 0 auto;
    max-width: 200px
}

@media screen and (min-width:400px) {
    .lc-tasx section.services a {
        max-width: 300px
    }
}

.lc-tasx section .icon-arrow-down-next {
    z-index: 99;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 27px
}

.lc-tasx .diagram-wrap {
    z-index: 1;
    position: relative;
    margin: 4em 0
}

.lc-tasx .diagram-wrap-outline {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lc-tasx .diagram-wrap-outline:after,
.lc-tasx .diagram-wrap-outline:before {
    content: ' ';
    z-index: 0;
    position: absolute;
    background: #5c656d;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.lc-tasx .diagram-wrap-outline-horizontal:after,
.lc-tasx .diagram-wrap-outline-horizontal:before,
.lc-tasx .diagram-wrap-outline-top-left:before {
    height: 2px;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms
}

.lc-tasx .diagram-wrap-outline-vertical:after,
.lc-tasx .diagram-wrap-outline-vertical:before {
    width: 2px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.lc-tasx .diagram-wrap-outline-horizontal:before {
    top: 0;
    left: 50%;
    right: 50%;
    will-change: right;
    -webkit-animation-name: leftToRight50Right;
    animation-name: leftToRight50Right;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 375ms;
    animation-duration: 375ms
}

.lc-tasx .diagram-wrap-outline-vertical:before {
    right: 0;
    top: 0;
    bottom: 100%;
    will-change: bottom;
    -webkit-animation-name: topToBottom;
    animation-name: topToBottom;
    -webkit-animation-delay: 375ms;
    animation-delay: 375ms
}

.lc-tasx .diagram-wrap-outline-horizontal:after {
    bottom: 0;
    right: 0;
    left: 100%;
    will-change: left;
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-delay: 1875ms;
    animation-delay: 1875ms
}

.lc-tasx .diagram-wrap-outline-vertical:after {
    left: 0;
    bottom: 0;
    top: 100%;
    will-change: top;
    -webkit-animation-name: bottomToTop;
    animation-name: bottomToTop;
    -webkit-animation-delay: 2625ms;
    animation-delay: 2625ms
}

.lc-tasx .diagram-wrap-outline-top-left:before {
    top: 0;
    left: 0;
    right: 100%;
    will-change: right;
    -webkit-animation-name: leftToRight50Left;
    animation-name: leftToRight50Left;
    -webkit-animation-delay: 4125ms;
    animation-delay: 4125ms;
    -webkit-animation-duration: 375ms;
    animation-duration: 375ms
}

@media screen and (min-width:768px) {
    .lc-tasx section.services a {
        max-width: none
    }
    .lc-tasx .diagram-wrap {
        margin-bottom: 8em
    }
    .lc-tasx .diagram-wrap-outline-horizontal:before {
        left: 18.3333%;
        right: 81.6666%;
        -webkit-animation-name: leftToRight80ish;
        animation-name: leftToRight80ish;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s
    }
    .lc-tasx .diagram-wrap-outline-vertical:before {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }
    .lc-tasx .diagram-wrap-outline-horizontal:after {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
    .lc-tasx .diagram-wrap-outline-vertical:after {
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }
    .lc-tasx .diagram-wrap-outline-top-left:before {
        -webkit-animation-name: leftToRight20ish;
        animation-name: leftToRight20ish;
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }
}

.lc-tasx .diagram-wrap .diagram-items:after {
    content: ' ';
    display: block;
    clear: both
}

.lc-tasx .diagram-wrap .diagram-item {
    -webkit-transform: translate(0, -37px);
    -ms-transform: translate(0, -37px);
    transform: translate(0, -37px);
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.lc-tasx .diagram-wrap .diagram-item:not(:first-child) {
    margin-top: 50px
}

.lc-tasx .diagram-wrap .diagram-item-number {
    position: relative;
    margin: 0 auto 20px;
    padding: .25em .25em .5em;
    width: 1.25em;
    background: #5c656d;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #46c8e1;
    border-radius: 50%
}

.lc-tasx .diagram-wrap .diagram-item-content {
    color: #46c8e1;
    font-size: 1.5em
}

@media screen and (min-width:768px) {
    .lc-tasx .diagram-wrap .diagram-item {
        float: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 2.5%;
        width: 26.66667%
    }
    .lc-tasx .diagram-wrap .diagram-item:first-child {
        margin-left: 5%
    }
    .lc-tasx .diagram-wrap .diagram-item:last-child {
        margin-right: 5%
    }
    .lc-tasx .diagram-wrap .diagram-item:not(:first-child) {
        margin-top: 0
    }
    .lc-tasx .diagram-wrap .diagram-item-number {
        margin-top: -37px;
        margin-bottom: 40px
    }
}

.lc-tasx .diagram-wrap .diagram-explanation {
    margin: 23px auto 0;
    padding: .5em 2em;
    color: #46c8e1;
    background: #5c656d;
    font-size: 1.25em;
    line-height: 1.4
}

@media screen and (min-width:768px) {
    .lc-tasx .diagram-wrap .diagram-explanation {
        margin-top: 0;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
        width: 60%;
        font-size: 1.75em
    }
}

.lc-tasx .diagram-wrap .diagram-explanation .highlight {
    color: #ffe600
}

.lc-tasx.lc-tasx-cp {
    background: #333f48;
    font-family: Montserrat, sans-serif
}

.browser-ie .lc-tasx.lc-tasx-cp img.non-ie,
.browser-non-ie .lc-tasx.lc-tasx-cp img.only-ie {
    display: none!important
}

.browser-ie .lc-tasx.lc-tasx-cp img.only-ie {
    display: block!important
}

.lc-tasx.lc-tasx-cp h1,
.lc-tasx.lc-tasx-cp h2 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .9em;
    letter-spacing: -1px;
    font-size: 28px;
    word-break: break-word
}

.lc-tasx.lc-tasx-cp h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 24px
}

.lc-tasx.lc-tasx-cp p {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.5
}

.lc-tasx.lc-tasx-cp p.introduction {
    line-height: 1.4
}

.lc-tasx.lc-tasx-cp .btn {
    padding: 1em 3em;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    color: #3e8ddd;
    background: #fff;
    border-color: #fff;
    font-size: 14px;
    font-weight: 700
}

.lc-tasx.lc-tasx-cp .btn:hover {
    color: #fff;
    background: #3e8ddd;
    border-color: #3e8ddd
}

.lc-tasx.lc-tasx-cp header .logo-wrap {
    z-index: 99;
    position: fixed;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    -ms-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.lc-tasx.lc-tasx-cp header .logo-wrap .logo-bg {
    fill: #e1140a
}

.lc-tasx.lc-tasx-cp header .logo-wrap .logo-text {
    fill: #fff
}

.lc-tasx.lc-tasx-cp header svg {
    width: 130px;
    height: 41px
}

.lc-tasx.lc-tasx-cp header .icon-lenovo-logo-main {
    color: #e1140a
}

.lc-tasx.lc-tasx-cp .wrapper {
    padding-left: 55px;
    padding-right: 55px
}

.lc-tasx.lc-tasx-cp .phone-cta {
    z-index: 30;
    position: absolute;
    top: 20px;
    right: 35px;
    text-align: right;
    color: #fff
}

.lc-tasx.lc-tasx-cp .phone-cta p {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1
}

.lc-tasx.lc-tasx-cp .phone-cta a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none
}

.lc-tasx.lc-tasx-cp section {
    padding: 1em 0
}

.lc-tasx.lc-tasx-cp section.intro {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.lc-tasx.lc-tasx-cp section.intro:after {
    content: ' ';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: -webkit-linear-gradient(bottom, #000 0, transparent 100%);
    background: linear-gradient(to top, #000 0, transparent 100%)
}

.lc-tasx.lc-tasx-cp section.intro .intro-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 100%;
    height: auto;
    min-height: 100%
}

.lc-tasx.lc-tasx-cp section.intro .wrapper {
    z-index: 20;
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px
}

.lc-tasx.lc-tasx-cp section.intro .thinkagile {
    display: block;
    margin: 50px 0;
    width: 200px;
    max-width: 100%
}

.lc-tasx.lc-tasx-cp section.intro .intel-xeon {
    margin: 20px auto;
    width: 76px
}

.lc-tasx.lc-tasx-cp section.intro .content h1 {
    color: #fff
}

.lc-tasx.lc-tasx-cp section.intro .content h1 .highlight {
    color: #3e8ddd
}

.lc-tasx.lc-tasx-cp section.intro .content p {
    font-size: 14px
}

.lc-tasx.lc-tasx-cp section.intro .content p.introduction {
    font-weight: 700;
    font-size: 18px
}

.lc-tasx.lc-tasx-cp section.intro .btn {
    margin-top: 20px
}

.lc-tasx.lc-tasx-cp section.intro .header-group-wrap-mobile .header-group {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 220px;
    height: auto;
    border-radius: 110px
}

.lc-tasx.lc-tasx-cp section.intro .header-group-wrap-desktop {
    display: none
}

.lc-tasx.lc-tasx-cp section.cloud-experience {
    background: #000;
    text-align: center
}

.lc-tasx.lc-tasx-cp section.cloud-experience h2 .highlight {
    color: #6ac346
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block {
    margin: 10px 0
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block:nth-child(2) .cloud-experience-icon img {
    margin-top: -3px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block:nth-child(1) .cloud-experience-icon img {
    margin-top: -2px;
    width: 55px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block .cloud-experience-icon {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 114px;
    height: 114px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block .cloud-experience-icon:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border: 3px solid #e1140a;
    border-radius: 40px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block .cloud-experience-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block h3 {
    margin: .25em 0 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block p {
    font-size: 14px;
    font-weight: 700
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block:nth-child(2) .cloud-experience-icon:before {
    border-color: #6ac346
}

.lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block:nth-child(3) .cloud-experience-icon:before {
    border-color: #3e8ddd
}

.lc-tasx.lc-tasx-cp section.cp-2-block h2 .highlight {
    color: #3e8ddd
}

.lc-tasx.lc-tasx-cp section.cp-2-block .cp-2-block-image {
    display: block;
    margin: 0 auto;
    width: 220px
}

.lc-tasx.lc-tasx-cp section.challenges {
    background: #000
}

.lc-tasx.lc-tasx-cp section.challenges .challenges-hex {
    -webkit-clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
    clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%)
}

.lc-tasx.lc-tasx-cp section.videos {
    padding: 1em 0;
    background: -webkit-linear-gradient(top, #000 0, #333f48 100%);
    background: linear-gradient(to bottom, #000 0, #333f48 100%);
    border-bottom: 2px solid #333f48;
    text-align: center
}

.lc-tasx.lc-tasx-cp section.videos h2 {
    text-align: center
}

.lc-tasx.lc-tasx-cp section.videos h2 .highlight {
    color: #6ac346
}

.lc-tasx.lc-tasx-cp section.videos .ta {
    text-transform: none
}

.lc-tasx.lc-tasx-cp section.videos .btn {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    color: #6ac346
}

.lc-tasx.lc-tasx-cp section.videos .btn:hover {
    color: #fff;
    background: #6ac346;
    border-color: #6ac346
}

.lc-tasx.lc-tasx-cp section.videos .video .video-poster {
    position: relative
}

.lc-tasx.lc-tasx-cp section.videos .video .video-poster .video-play-button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.lc-tasx.lc-tasx-cp section.videos .video .video-text {
    margin-top: 20px
}

.lc-tasx.lc-tasx-cp section.videos .video .video-text p {
    font-weight: 700
}

.lc-tasx.lc-tasx-cp section.whitepaper {
    background: #333f48
}

.lc-tasx.lc-tasx-cp section.whitepaper h2 {
    font-size: 22px
}

.lc-tasx.lc-tasx-cp section.whitepaper .whitepaper-circle {
    border-radius: 110px
}

.lc-tasx.lc-tasx-cp footer {
    padding: 2em 0 4em;
    color: #6f7170;
    background: #333f48
}

.lc-tasx.lc-tasx-cp footer p {
    font-size: 12px
}

@media screen and (min-width:400px) {
    .lc-tasx.lc-tasx-cp .btn {
        max-width: 230px
    }
}

@media screen and (min-width:768px) {
    .lc-tasx.lc-tasx-cp section {
        padding: 2em 0
    }
    .lc-tasx.lc-tasx-cp section.intro .content {
        margin-left: 0;
        margin-right: 0
    }
    .lc-tasx.lc-tasx-cp section.videos .btn {
        max-width: 200px
    }
    .lc-tasx.lc-tasx-cp section.videos .videos-wrap {
        margin: 0 50px
    }
    .lc-tasx.lc-tasx-cp section.videos .video {
        width: 48%
    }
    .lc-tasx.lc-tasx-cp section.videos .video:nth-child(2n) {
        margin-left: 2%
    }
    .lc-tasx.lc-tasx-cp section.videos .video .video-text {
        min-height: 0
    }
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-cp .wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
    .lc-tasx.lc-tasx-cp h1,
    .lc-tasx.lc-tasx-cp h2 {
        font-size: 45px
    }
    .lc-tasx.lc-tasx-cp h2 {
        text-align: left
    }
    .lc-tasx.lc-tasx-cp p {
        font-size: 1.125em;
        font-weight: 300
    }
    .lc-tasx.lc-tasx-cp .btn {
        margin-left: 0;
        max-width: 265px
    }
    .lc-tasx.lc-tasx-cp .phone-cta {
        top: 60px;
        right: 60px
    }
    .lc-tasx.lc-tasx-cp .phone-cta p {
        font-size: 20px
    }
    .lc-tasx.lc-tasx-cp .phone-cta a {
        font-size: 28px
    }
    .lc-tasx.lc-tasx-cp header svg {
        width: 201px;
        display: none;
        height: 64px;
        -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        -webkit-animation-name: logoSlideIn;
        animation-name: logoSlideIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp header svg {
        display: none;
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-cp header .logo-text {
        opacity: 0;
        -webkit-animation-name: logoTextFadeIn;
        animation-name: logoTextFadeIn;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp header .logo-text {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.intro {
        padding: 40px 80px 0
    }
    .lc-tasx.lc-tasx-cp section.intro h1 {
        margin-bottom: 60px;
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-cp section.intro .thinkagile {
        margin: 60px 0;
        width: 295px
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.intro h1 {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-cp section.intro .sub-content {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.intro .sub-content {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-cp section.intro .btn {
        margin-top: 40px;
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.intro .btn {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-cp section.intro .content {
        margin: 0;
        padding-bottom: 0;
        max-width: 450px
    }
    .lc-tasx.lc-tasx-cp section.intro .content h1 {
        max-width: 350px
    }
    .lc-tasx.lc-tasx-cp section.intro .content p {
        font-size: 18px
    }
    .lc-tasx.lc-tasx-cp section.intro .content p.introduction {
        font-size: 24px
    }
    .lc-tasx.lc-tasx-cp section.intro .header-group-wrap-mobile {
        display: none
    }
    .lc-tasx.lc-tasx-cp section.intro .header-group-wrap-desktop {
        display: block;
        z-index: 1;
        position: absolute;
        right: -345px;
        top: 368px;
        margin-right: -100px;
        width: 264px;
        height: 264px;
        border-radius: 220px;
        overflow: hidden;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation-name: cpIntroImageMdFadeIn;
        animation-name: cpIntroImageMdFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.intro .header-group-wrap-desktop {
        -webkit-animation: none;
        animation: none;
        margin-right: 0;
        width: 440px;
        height: 440px
    }
    .lc-tasx.lc-tasx-cp section.intro .header-group-wrap-desktop img {
        display: block;
        width: auto;
        height: 120%;
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        transform: translate(0, -10%)
    }
    .lc-tasx.lc-tasx-cp section.intro .intel-xeon {
        margin: 0;
        right: -8em;
        width: 90px
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience h2 {
        margin-bottom: 40px;
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        text-align: center
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience.active h2 {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cloud-experience.active h2 {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience.active .cloud-experience-block {
        margin: 0
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience.active .cloud-experience-block .cloud-experience-icon:before {
        -webkit-animation-name: cloudExperienceIconRing;
        animation-name: cloudExperienceIconRing;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cloud-experience.active .cloud-experience-block .cloud-experience-icon:before {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        width: 74px;
        height: 74px
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience.active .cloud-experience-block .cloud-experience-icon img {
        -webkit-animation-name: cloudExperienceIconSymbol;
        animation-name: cloudExperienceIconSymbol;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cloud-experience.active .cloud-experience-block .cloud-experience-icon img {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block {
        float: left;
        width: 30%
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block:nth-child(2) {
        margin-left: 5%;
        margin-right: 5%
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block .cloud-experience-icon:before {
        opacity: 0;
        width: 0;
        height: 0
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block .cloud-experience-icon img {
        opacity: 0
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block h3 {
        margin-bottom: 40px;
        font-size: 26px
    }
    .lc-tasx.lc-tasx-cp section.cloud-experience .cloud-experience-block p {
        font-size: 20px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block h2 {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        margin: 0;
        padding: 50px 0 0
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block.active h2 {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cp-2-block.active h2 {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block.active .cp-2-block-image-wrap {
        -webkit-animation-name: cp2blockImageMdCircleFadeIn;
        animation-name: cp2blockImageMdCircleFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cp-2-block.active .cp-2-block-image-wrap {
        -webkit-animation: none;
        animation: none;
        margin-left: 0;
        width: 484px;
        height: 484px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block.active p {
        margin: 40px 0;
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cp-2-block.active p {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block.active .btn {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.cp-2-block.active .btn {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .wrapper {
        position: relative
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .inner-wrapper {
        padding-left: 50%
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .btn,
    .lc-tasx.lc-tasx-cp section.cp-2-block p {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .cp-2-block-image {
        display: block;
        width: auto;
        height: 120%;
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 0;
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        transform: translate(0, -10%)
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .cp-2-block-image.only-ie {
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .cp-2-block-image-wrap {
        position: absolute;
        left: 192px;
        top: 236px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-left: -200px;
        width: 290px;
        height: 290px
    }
    .lc-tasx.lc-tasx-cp section.videos {
        padding: 2em 0
    }
    .lc-tasx.lc-tasx-cp section.videos h2 {
        margin-bottom: 60px;
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    .lc-tasx.lc-tasx-cp section.videos.active h2 {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.videos.active h2 {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-cp section.videos .video .video-text {
        margin-top: 40px
    }
    .lc-tasx.lc-tasx-cp section.challenges {
        padding: 6em 0
    }
    .lc-tasx.lc-tasx-cp section.challenges.active .cp-2-block-image-wrap {
        -webkit-animation-name: cp2blockImageMdHexFadeIn;
        animation-name: cp2blockImageMdHexFadeIn
    }
    .lc-tasx.lc-tasx-cp section.challenges.active .non-ie {
        margin-left: -42px
    }
    .lc-tasx.lc-tasx-cp section.challenges .cp-2-block-image-wrap {
        left: 192px;
        top: 196px;
        width: 290px;
        height: 338px;
        -webkit-clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
        clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%)
    }
    .lc-tasx.lc-tasx-cp section.whitepaper h2 {
        font-size: 45px
    }
    .lc-tasx.lc-tasx-cp section.whitepaper .cp-2-block-image-wrap {
        border-radius: 341px;
        overflow: hidden
    }
    .lc-tasx.lc-tasx-cp section.whitepaper .whitepaper-circle {
        margin-left: -46px
    }
    .lc-tasx.lc-tasx-cp footer .content {
        width: 70%
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-cp h1,
    .lc-tasx.lc-tasx-cp h2 {
        font-size: 56px
    }
    .lc-tasx.lc-tasx-cp section.intro .header-group-wrap {
        right: -645px;
        top: 477px;
        width: 446px;
        height: 446px;
        border-radius: 372px;
        -webkit-animation-name: cpIntroImageLgFadeIn;
        animation-name: cpIntroImageLgFadeIn
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.intro .header-group-wrap {
        -webkit-animation: none;
        animation: none;
        width: 744px;
        height: 744px
    }
    .lc-tasx.lc-tasx-cp section.intro .content {
        max-width: 500px
    }
    .lc-tasx.lc-tasx-cp section.intro .content h1 {
        max-width: 400px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block {
        min-height: 700px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block.active .cp-2-block-image-wrap {
        -webkit-animation-name: cp2blockImageLgCircleFadeIn;
        animation-name: cp2blockImageLgCircleFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block h2 {
        padding-top: 100px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .cp-2-block-image-wrap {
        top: 320px
    }
    .lc-tasx.lc-tasx-cp section.cp-2-block .inner-wrapper {
        padding-left: 55%;
        padding-right: 20px
    }
    .lc-tasx.lc-tasx-cp section.challenges {
        padding: 11.5em 0
    }
    .lc-tasx.lc-tasx-cp section.challenges.active .cp-2-block-image-wrap {
        -webkit-animation-name: cp2blockImageLgHexFadeIn;
        animation-name: cp2blockImageLgHexFadeIn
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.challenges.active .cp-2-block-image-wrap {
        -webkit-animation: none;
        animation: none;
        margin-left: 0;
        width: 682px;
        height: 792px
    }
    .lc-tasx.lc-tasx-cp section.challenges.active .non-ie {
        margin-left: -59px
    }
    .lc-tasx.lc-tasx-cp section.challenges .cp-2-block-image-wrap {
        top: 213px;
        width: 484px;
        height: 564px
    }
    .lc-tasx.lc-tasx-cp section.challenges h2 {
        padding-top: 55px
    }
    .browser-ie-9 .lc-tasx.lc-tasx-cp section.whitepaper.active .cp-2-block-image-wrap {
        -webkit-animation: none;
        animation: none;
        margin-left: 0;
        width: 682px;
        height: 682px
    }
    .lc-tasx.lc-tasx-cp section.whitepaper .whitepaper-circle {
        margin-left: -75px
    }
}

.lc-tasx.lc-tasx-gemini {
    color: #fff;
    background: #333f48
}

.lc-tasx.lc-tasx-gemini .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center
}

.lc-tasx.lc-tasx-gemini .slick-dots li {
    display: inline-block
}

.lc-tasx.lc-tasx-gemini .slick-dots li:not(:first-child) {
    margin-left: 10px
}

.lc-tasx.lc-tasx-gemini .slick-dots li.slick-active button {
    background: #6ac346;
    border-color: #6ac346
}

.lc-tasx.lc-tasx-gemini .slick-dots li button {
    padding: 0;
    width: 20px;
    height: 20px;
    background: 0 0;
    border-radius: 10px;
    border: 1px solid #000;
    -webkit-appearance: none;
    text-indent: -99999px;
    outline: 0
}

.lc-tasx.lc-tasx-gemini p {
    font-size: 16px
}

.lc-tasx.lc-tasx-gemini h1 {
    font-size: 40px;
    line-height: .9
}

.lc-tasx.lc-tasx-gemini h2 {
    line-height: .85
}

.lc-tasx.lc-tasx-gemini .option-product-title,
.lc-tasx.lc-tasx-gemini .options-intro-title,
.lc-tasx.lc-tasx-gemini h3 {
    line-height: 1.1
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini p {
        font-size: 26px
    }
    .lc-tasx.lc-tasx-gemini h1 {
        font-size: 87px
    }
    .lc-tasx.lc-tasx-gemini h2 {
        font-size: 54px
    }
    .lc-tasx.lc-tasx-gemini .option-product-title,
    .lc-tasx.lc-tasx-gemini .options-intro-title,
    .lc-tasx.lc-tasx-gemini h3 {
        font-size: 36px
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini p {
        font-size: 24px
    }
    .lc-tasx.lc-tasx-gemini .option-product-title,
    .lc-tasx.lc-tasx-gemini .options-intro-title,
    .lc-tasx.lc-tasx-gemini h3 {
        font-size: 48px
    }
}

.lc-tasx.lc-tasx-gemini .btn {
    padding: 1.75em 2.25em;
    color: #000;
    background: -webkit-linear-gradient(right, transparent, transparent, #3e8ddd, #2f5ca4);
    background: linear-gradient(270deg, transparent, transparent, #3e8ddd, #2f5ca4);
    background-position: 99% 50%;
    background-size: 300% 300%;
    border: 3px solid #000;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    letter-spacing: 1.3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase
}

.lc-tasx.lc-tasx-gemini .two-options .btn {
    width: 316px
}

.lc-tasx.lc-tasx-gemini .btn:hover {
    color: #fff;
    border-color: #fff;
    background-position: 1% 50%
}

.lc-tasx.lc-tasx-gemini .phone-cta {
    display: none;
    color: #3e8ddd;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700
}

.lc-tasx.lc-tasx-gemini .phone-cta a {
    color: #3e8ddd;
    text-decoration: none
}

.lc-tasx.lc-tasx-gemini .phone-cta p {
    margin: 0
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .phone-cta {
        display: block;
        z-index: 999;
        position: absolute;
        top: 70px;
        right: 70px
    }
    .lc-tasx.lc-tasx-gemini .phone-cta p {
        font-size: 30px;
        line-height: 1.1
    }
}

.lc-tasx.lc-tasx-gemini header .logo-wrap {
    z-index: 99;
    position: fixed;
    top: -1px;
    right: -4px;
    -webkit-transform: rotate(-90deg) translate(-100%, 85px);
    -ms-transform: rotate(-90deg) translate(-100%, 85px);
    transform: rotate(-90deg) translate(-100%, 85px);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.slides-inview[data-active-slide="1"] .lc-tasx.lc-tasx-gemini header .logo-wrap {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.lc-tasx.lc-tasx-gemini header .logo-wrap .logo-bg {
    fill: #3e8ddd
}

.lc-tasx.lc-tasx-gemini header .logo-wrap .logo-text {
    fill: #fff
}

.lc-tasx.lc-tasx-gemini header svg {
    width: 130px;
    height: 41px
}

.lc-tasx.lc-tasx-gemini header .icon-lenovo-logo-main {
    color: #3e8ddd
}

@media screen and (min-width:300px) {
    .lc-tasx.lc-tasx-gemini .curve .curve-blue {
        height: 250px
    }
    .curve-mobile {
        margin-top: -100px
    }
    .lc-tasx.lc-tasx-gemini .curve {
        padding-bottom: 20px!important
    }
    .lc-tasx.lc-tasx-gemini .curve .content {
        position: relative;
        /* margin-left: 90px;
        margin-right: 20px; */
        height: auto;
        overflow: hidden;
        margin-top: 5%;
        width: auto
    }
}

@media screen and (min-width:640px) {
    .lc-tasx.lc-tasx-gemini .curve {
        padding-bottom: 0px!important
    }
    .lc-tasx.lc-tasx-gemini .curve .content {
        position: relative;
        margin-left: 40px;
        margin-right: 40px;
        height: 80px;
        overflow: hidden;
        margin-top: 3%;
        width: auto
    }
}

@media screen and (min-width:945px) {
    .lc-tasx.lc-tasx-gemini .curve .curve-blue {
        height: 300px
    }
    .lc-tasx.lc-tasx-gemini p {
        font-size: 22px
    }
    .lc-tasx.lc-tasx-gemini .curve {
        padding-bottom: 15px!important
    }
    .lc-tasx.lc-tasx-gemini .curve .content {
        position: relative;
        margin-left: 143px;
        width: 670px;
        height: 90px;
        overflow: hidden;
        margin-top: 3%;
        margin: 0 auto;

    }
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .curve .content {
        margin-top: 0
    }
    .lc-tasx.lc-tasx-gemini header .logo-wrap {
        top: 0;
        right: auto;
        left: 0;
        -webkit-transform: rotate(-90deg) translate(-100%, 0);
        -ms-transform: rotate(-90deg) translate(-100%, 0);
        transform: rotate(-90deg) translate(-100%, 0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left
    }
    .lc-tasx.lc-tasx-gemini header svg {
        width: 201px;
        height: 64px;
        -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        -webkit-animation-name: logoSlideIn;
        animation-name: logoSlideIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-gemini header svg {
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .lc-tasx.lc-tasx-gemini header .logo-text {
        opacity: 0;
        -webkit-animation-name: logoTextFadeIn;
        animation-name: logoTextFadeIn;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-gemini header .logo-text {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
}

.lc-tasx.lc-tasx-gemini .intro {
    padding: 6em 0
}

.lc-tasx.lc-tasx-gemini .intro:before {
    content: ' ';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .8
}

.lc-tasx.lc-tasx-gemini .intro .content {
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0
}

.lc-tasx.lc-tasx-gemini .intro .video-wrap {
    display: block
}

.lc-tasx.lc-tasx-gemini .intro .video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 600px
}

.lc-tasx.lc-tasx-gemini .intro .logo {
    width: 250px
}

.lc-tasx.lc-tasx-gemini .intro h1 {
    margin: 20px 0 0;
    color: #6ac346;
    text-transform: uppercase
}

.lc-tasx.lc-tasx-gemini .intro .scroll-wrap {
    position: relative;
    margin-top: 40px;
    text-align: center;
    z-index: 100
}

.lc-tasx.lc-tasx-gemini .intro .scroll {
    padding-top: 70px;
    color: #fff;
    text-decoration: none
}

.lc-tasx.lc-tasx-gemini .intro .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollArrow 1.5s infinite;
    animation: scrollArrow 1.5s infinite;
    box-sizing: border-box
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .intro {
        padding: 14em 0;
        height: 800px
    }
    .lc-tasx.lc-tasx-gemini .intro .scroll-wrap {
        z-index: 1;
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 40px
    }
    .lc-tasx.lc-tasx-gemini .intro .logo,
    .lc-tasx.lc-tasx-gemini .intro .scroll-wrap,
    .lc-tasx.lc-tasx-gemini .intro h1 {
        opacity: 0
    }
    .lc-tasx.lc-tasx-gemini .intro.active .logo,
    .lc-tasx.lc-tasx-gemini .intro.active .scroll-wrap,
    .lc-tasx.lc-tasx-gemini .intro.active h1 {
        -webkit-animation-name: logoTextFadeIn;
        animation-name: logoTextFadeIn;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .intro.active .logo {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
    .lc-tasx.lc-tasx-gemini .intro .bg {
        display: none
    }
    .lc-tasx.lc-tasx-gemini .intro .video-wrap {
        display: block
    }
    .lc-tasx.lc-tasx-gemini .intro .video-wrap video {
        min-height: 800px
    }
    .lc-tasx.lc-tasx-gemini .intro .content {
        z-index: 2
    }
    .lc-tasx.lc-tasx-gemini .intro .logo {
        width: 700px
    }
}

.lc-tasx.lc-tasx-gemini .curve .content-block-1,
.lc-tasx.lc-tasx-gemini .curve .curve-desktop,
.lc-tasx.lc-tasx-gemini .curve .slick-dots {
    display: none
}

.lc-tasx.lc-tasx-gemini .curve {
    padding-bottom: 380px;
    text-align: center
}

.lc-tasx.lc-tasx-gemini .curve .curve-blue {
    position: absolute;
    bottom: 0;
    left: 0
}

.lc-tasx.lc-tasx-gemini .curve .content p {
    margin: 0;
    font-weight: 300
}

.lc-tasx.lc-tasx-gemini .curve .content-block-2-mobile p {
    font-weight: 700;
    /*margin-left: -55px;*/
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .curve.active .content-block-1 p,
    .lc-tasx.lc-tasx-gemini .curve.active2 .content-block-2 p {
        font-size: 26px
    }
    .lc-tasx.lc-tasx-gemini .curve {
        height: 175px
    }
    .lc-tasx.lc-tasx-gemini .curve .content {
        position: relative;
        /*margin-left: 234px;*/
        width: 670px;
        height: 400px;
        overflow: hidden
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block {
        display: block;
        z-index: 2;
        position: absolute;
        top: 200%;
        left: 50%;
        margin: 0 auto;
        width: 100%;
        opacity: .1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 2.6s linear;
        transition: top 2.6s linear
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block span {
        display: block
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block-2-mobile {
        display: none
    }
    .lc-tasx.lc-tasx-gemini .curve .curve-blue {
        opacity: 0;
        height: 500px;
        -webkit-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        transform: translate(-200px, 0)
    }
    .lc-tasx.lc-tasx-gemini .curve .slick-dots {
        display: block;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: absolute;
        top: 214px;
        right: 25px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .lc-tasx.lc-tasx-gemini .curve .slick-dots li {
        display: block;
        margin: 0
    }
    .lc-tasx.lc-tasx-gemini .curve .slick-dots li:not(:first-child) {
        margin-top: 10px
    }
    .lc-tasx.lc-tasx-gemini .curve .slick-dots button {
        border-color: #fff
    }
    .lc-tasx.lc-tasx-gemini .curve .curve-mobile {
        display: none
    }
    .lc-tasx.lc-tasx-gemini .curve .curve-desktop {
        z-index: 1;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .lc-tasx.lc-tasx-gemini .curve .curve-desktop .curve-blue {
        display: block;
        position: static
    }
    .lc-tasx.lc-tasx-gemini .curve .curve-desktop .curve-blue-slice {
        position: absolute
    }
    .lc-tasx.lc-tasx-gemini .curve.active .slick-dots {
        opacity: 1
    }
    .lc-tasx.lc-tasx-gemini .curve.active .slick-dots li:nth-of-type(1) button {
        background: #6ac346;
        border-color: #6ac346
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block-1 {
        top: 30%;
        font-size: 26px;
        opacity: 0;
        left: 0
    }
    .lc-tasx.lc-tasx-gemini .curve.active .content-block-1 {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .curve.active .curve-blue {
        -webkit-animation-name: gemLargeCurve;
        animation-name: gemLargeCurve;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .curve.active .curve-blue-slice {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
    .lc-tasx.lc-tasx-gemini .curve.active2 .slick-dots li:nth-of-type(1) button {
        background: 0 0;
        border-color: #fff
    }
    .lc-tasx.lc-tasx-gemini .curve.active2 .slick-dots li:nth-of-type(2) button {
        background: #6ac346;
        border-color: #6ac346
    }
    .lc-tasx.lc-tasx-gemini .curve.active .content-block-1 strong {
        font-weight: 700;
        margin-bottom: 5px;
        display: block
    }
    .lc-tasx.lc-tasx-gemini .curve.active2 .content-block-2 {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini .curve .content {
        margin-left: 201px;
        margin-top: -50px;
        width: 790px;
        height: 250px
    }
    .lc-tasx.lc-tasx-gemini .curve .slick-dots {
        top: 269px;
        right: 30px
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block p {
        font-size: 7px
    }
    .lc-tasx.lc-tasx-gemini .curve .content-block-1 p,
    .lc-tasx.lc-tasx-gemini .curve.active .content-block-1 p,
    .lc-tasx.lc-tasx-gemini .curve.active .content-block-2 p,
    .lc-tasx.lc-tasx-gemini .curve.active2 .content-block-2 p {
        font-size: 31px
    }
}

.lc-tasx.lc-tasx-gemini .video {
    padding: 0;
    cursor: pointer
}

.lc-tasx.lc-tasx-gemini .video .play {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 1em;
    width: 4em;
    height: 4em;
    border-radius: 2em;
    border-color: #fff
}

.lc-tasx.lc-tasx-gemini .video .play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    width: 2em;
    height: 2em
}

.lc-tasx.lc-tasx-gemini .video .play svg path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px
}

.lc-tasx.lc-tasx-gemini .video .play:hover svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 2px
}

.lc-tasx.lc-tasx-gemini .video .video-launch {
    display: block;
    position: relative;
    width: 100%;
    height: 300px
}

.lc-tasx.lc-tasx-gemini .video .video-launch img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .video .video-launch {
        height: 500px
    }
    .lc-tasx.lc-tasx-gemini .video .play {
        font-size: 32px
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini .video .video-launch {
        height: 650px
    }
}

.lc-tasx.lc-tasx-gemini .slides {
    padding: 0;
    background: #d7dadd
}

.lc-tasx.lc-tasx-gemini .slides .slide {
    padding: 80px 0 40px;
    color: #333f48;
    background: #d7dadd
}

.lc-tasx.lc-tasx-gemini .slides .slide strong {
    color: #3e8ddd
}

.lc-tasx.lc-tasx-gemini .slides .slide-alt {
    color: #fff;
    background: #3e8ddd
}

.lc-tasx.lc-tasx-gemini .slides .slide-alt strong {
    color: #fff
}

.lc-tasx.lc-tasx-gemini .slides .slide-circle {
    position: relative;
    margin: 0 auto;
    width: 226px;
    height: 226px;
    border-radius: 113px;
    overflow: hidden
}

.lc-tasx.lc-tasx-gemini .slides .slide-circle img {
    z-index: 0;
    position: absolute;
    max-width: unset;
}

.lc-tasx.lc-tasx-gemini .slides .slide-circle h3 {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 70%;
    color: #fff;
    text-transform: uppercase
}

.lc-tasx.lc-tasx-gemini .slides .slide-circle h3 .highlight {
    color: #6ac346
}

.lc-tasx.lc-tasx-gemini .slides .slide-content {
    margin-top: 20px
}

.lc-tasx.lc-tasx-gemini .slides .slick-controls-wrapper {
    height: 0
}

.lc-tasx.lc-tasx-gemini .slides .arrows-wrap {
    display: none
}

.lc-tasx.lc-tasx-gemini .slides .dots-wrap {
    z-index: 2;
    position: relative;
    padding-top: 32px
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .slides .slide {
        padding: 150px 0;
        margin-bottom: -4px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .wrapper {
        position: relative;
        height: 500px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-circle {
        position: absolute;
        top: 50%;
        left: 1em;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 200px;
        height: 200px;
        border-radius: 100px;
        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-circle h3 {
        font-size: 34px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-content {
        position: absolute;
        top: 50%;
        left: 400px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px)
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-content p {
        font-size: 20px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide:nth-child(3) .slide-content {
        padding-top: 140px
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap {
        display: block;
        z-index: 2;
        position: absolute;
        right: 15px;
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%)
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn {
        margin: 0 10px;
        outline: 0;
        -webkit-transition: none;
        transition: none
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn:hover {
        cursor: pointer;
        border-color: #3e8ddd;
        background: 0 0
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn:hover svg path {
        fill: #3e8ddd
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn svg {
        width: 72px;
        height: 10px
    }
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="0"] .arrows-wrap .btn.slick-prev,
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="2"] .arrows-wrap .btn.slick-next {
        display: none!important
    }
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="1"]:before {
        background: #d7dadd
    }
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="1"] .slider-wrap {
        background: #3e8ddd
    }
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="1"] .arrows-wrap .btn:hover {
        border-color: #fff
    }
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="1"] .arrows-wrap .btn:hover svg path {
        fill: #fff
    }
    .lc-tasx.lc-tasx-gemini .slides .dots-wrap {
        position: absolute;
        bottom: 0
    }
    .lc-tasx.lc-tasx-gemini .slides .slick-dots {
        position: absolute;
        left: 0;
        bottom: 160px;
        width: 350px
    }
    .lc-tasx.lc-tasx-gemini .slides .slick-slide .slide-circle img {
        left: -50px;
        -webkit-transition: all .6s;
        transition: all .6s
    }
    .lc-tasx.lc-tasx-gemini .slides .slick-slide .slide-circle h3 {
        opacity: 0;
        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }
    .lc-tasx.lc-tasx-gemini .slides .slick-slide .slide-content p {
        opacity: 0
    }
    .browser-ie-9 .lc-tasx.lc-tasx-gemini .slides .slick-slide .slide-content p {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-circle {
        width: 350px;
        height: 350px;
        border-radius: 175px
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-circle img {
        -webkit-animation-name: gemCircleImagePan;
        animation-name: gemCircleImagePan;
        -webkit-animation-duration: 2.4s;
        animation-duration: 2.4s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-circle h3 {
        opacity: 1
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .browser-ie-9 .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p {
        -webkit-animation: none;
        animation: none;
        opacity: 1
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p:nth-of-type(1) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p:nth-of-type(2) {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p:nth-of-type(3) {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p:nth-of-type(4) {
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-content p:nth-of-type(5) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn {
        padding: 1.75em
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini .slides .slick-dots {
        left: 1em;
        bottom: 80px;
        width: 450px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-circle h3 {
        font-size: 48px
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-content {
        left: 515px;
        width: -webkit-calc(100% - 640px);
        width: calc(100% - 640px)
    }
    .lc-tasx.lc-tasx-gemini .slides .slide .slide-content p {
        font-size: 24px
    }
    .lc-tasx.lc-tasx-gemini .slides.active .slick-slide.slick-current .slide-circle {
        width: 450px;
        height: 450px;
        border-radius: 225px
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="0"] .arrows-wrap .btn.slick-prev,
    .lc-tasx.lc-tasx-gemini .slides[data-active-slide="2"] .arrows-wrap .btn.slick-next {
        display: block!important;
        visibility: hidden
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn {
        display: block
    }
    .lc-tasx.lc-tasx-gemini .slides .arrows-wrap .btn:not(:first-child) {
        margin-top: 1em
    }
}

.lc-tasx.lc-tasx-gemini .banner {
    padding: 2em 0;
    background: #fff;
    text-align: center
}

.lc-tasx.lc-tasx-gemini .banner h2 {
    margin: 0 0 20px;
    color: #3e8ddd;
    text-transform: uppercase
}

.lc-tasx.lc-tasx-gemini .banner p {
    color: #333f48
}

.lc-tasx.lc-tasx-gemini .banner .btn {
    display: block;
    margin: 10px auto;
    width: 230px
}
    .lc-tasx.lc-tasx-gemini .banner .Contact1 {
        border-color: red;
        color: red;

    }
     .lc-tasx.lc-tasx-gemini .two-options .Contact2 {
        border-color: red!important
        color: red!important

    }
    .lc-tasx.lc-tasx-gemini .banner .Contact1 :hover{
        border-color: white;
        color: red;
    }
.lc-tasx.lc-tasx-gemini .banner .banner-section-last {
    margin-top: 40px
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .banner.show-more .banner-title h2 {
        font-size: 48px
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 32px
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-title h2 {
        margin: 0
    }
    .lc-tasx.lc-tasx-gemini .banner.dive-deeper .banner-title {
        display: block;
        margin: 0;
        text-align: left
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-section-btn,
    .lc-tasx.lc-tasx-gemini .banner .banner-section-content,
    .lc-tasx.lc-tasx-gemini .banner .btn {
        display: inline-block;
        vertical-align: middle
    }
    .lc-tasx.lc-tasx-gemini .banner .Contact1 {
        border-color: red;
        color: red;

    }
     .lc-tasx.lc-tasx-gemini .two-options .Contact2 {
        border-color: red!important
        color: red!important

    }
    .lc-tasx.lc-tasx-gemini .banner .Contact1 :hover{
        border-color: white;
        color: red;
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-section-content {
        width: 70%;
        text-align: left
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-section-btn {
        width: 30%
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-section-last {
        margin-top: 0
    }
    .lc-tasx.lc-tasx-gemini .banner .btn {
        margin: 0;
        width: auto
    }
    .lc-tasx.lc-tasx-gemini .banner .btn:nth-of-type(2) {
        margin-left: 20px
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini .banner.show-more .banner-title h2 {
        font-size: 54px
    }
    .lc-tasx.lc-tasx-gemini .banner .banner-title {
        margin-right: 40px
    }
}

.lc-tasx.lc-tasx-gemini .two-options .content-intro .options-intro-title {
    margin: 0.5em 0 .375em;
    font-weight: 300;
    color: white
}

.lc-tasx.lc-tasx-gemini .two-options .content-intro p {
    margin-top: 0
}

.lc-tasx.lc-tasx-gemini .two-options h3 {
    text-transform: uppercase;
    font-size: 36px
}

.lc-tasx.lc-tasx-gemini .two-options .btn {
    color: #fff;
    border-color: #fff
}
.lc-tasx.lc-tasx-gemini .two-options .Contact2 {
    border-color: red!important;
    color: red!important

}
.lc-tasx.lc-tasx-gemini .two-options .option-image-wrap {
    position: relative;
    margin: 0 auto;
    width: 226px;
    height: 226px;
    border-radius: 113px;
    background: #fff;
    overflow: hidden
}

.lc-tasx.lc-tasx-gemini .two-options .option-image-wrap img {
    position: absolute;
    top: 50%;
    left: 55px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 160px
}

.lc-tasx.lc-tasx-gemini .two-options .options-wrap .option-product-title {
    font-weight: 300;
    -webkit-margin-after: 0.83em;
    -webkit-margin-before: 0.83em;
    color: white
}

.lc-tasx.lc-tasx-gemini .two-options .option {
    text-align: center
}

.lc-tasx.lc-tasx-gemini .two-options .option-description {
    margin-top: 60px
}

.lc-tasx.lc-tasx-gemini .two-options hr {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #c9ccce;
    border: 0
}

.lc-tasx.lc-tasx-gemini .two-options .option-cell {
    padding: 2em 1em;
    margin: 0
}

.lc-tasx.lc-tasx-gemini .two-options .option-cell-4 {
    padding-top: 0
}

.lc-tasx.lc-tasx-gemini .two-options .option-cell-4 svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 11px;
    fill: #fff
}

.lc-tasx.lc-tasx-gemini .two-options .option-cell .highlight {
    color: #3e8ddd;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .two-options .content-intro,
    .lc-tasx.lc-tasx-gemini .two-options .options-wrap {
        opacity: 0
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-image-wrap {
        width: 140px;
        height: 140px;
        border-radius: 70px;
        opacity: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-image-wrap img {
        left: 65px;
        height: 190px
    }
    .lc-tasx.lc-tasx-gemini .two-options.active .content-intro,
    .lc-tasx.lc-tasx-gemini .two-options.active .options-wrap {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .two-options.active .options-wrap {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
    .lc-tasx.lc-tasx-gemini .two-options.active .option-image-wrap {
        width: 304px;
        height: 304px;
        border-radius: 152px;
        opacity: 1
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-grid hr {
        width: 0;
        -webkit-transition: width .6s;
        transition: width .6s;
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-grid.active hr {
        width: 100%
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-product-title,
    .lc-tasx.lc-tasx-gemini .two-options h3 {
        height: 80px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option {
        display: inline-block;
        vertical-align: top;
        width: 45%
    }
    .lc-tasx.lc-tasx-gemini .two-options .option:nth-child(2) {
        margin-left: 10%
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-description {
        height: 345px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell {
        margin: 0;
        padding: 1em
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-1 {
        height: 255px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-2 {
        height: 260px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-3 {
        height: 175px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell .highlight {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .lc-tasx.lc-tasx-gemini .two-options h3 {
        height: 108px;
        font-size: 48px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-description {
        height: 280px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-1 {
        height: 230px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-2 {
        height: 282px
    }
    .lc-tasx.lc-tasx-gemini .two-options .option-cell-3 {
        height: 190px
    }
}

.lc-tasx.lc-tasx-gemini .contact {
   /*  padding-bottom: 150px */
}

.lc-tasx.lc-tasx-gemini .contact .bg {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 800px;
    width: auto
}

.lc-tasx.lc-tasx-gemini .contact .wrapper {
    position: relative;
    z-index: 1
}

.lc-tasx.lc-tasx-gemini .contact h2 {
    margin-top: 0;
    line-height: 1.1;
    text-transform: uppercase
}

.lc-tasx.lc-tasx-gemini .contact h2 .highlight {
    color: #3e8ddd
}

.lc-tasx.lc-tasx-gemini .contact .copyright {
    font-size: 16px;
    font-weight: 300
}

.lc-tasx.lc-tasx-gemini .contact .curve-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px
}
.leno-logo{
    display :none;
}
.icon-lenovo-logo{
    display :none;
}

.leno-logo svg {
    width: 100px;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 100;
    top: 33px;
    right: -33px
}

@media screen and (min-width:1024px) {
    .lc-tasx.lc-tasx-gemini .contact {
      /*   padding: 130px 0;
      min-height: 500px */
    }
    .lc-tasx.lc-tasx-gemini .contact .content,
    .lc-tasx.lc-tasx-gemini .contact .curve-blue {
        opacity: 0
    }
    .lc-tasx.lc-tasx-gemini .contact .curve-blue {
        -webkit-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    .lc-tasx.lc-tasx-gemini .contact.active .content {
        -webkit-animation-name: contentFadeIn;
        animation-name: contentFadeIn;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .contact.active .curve-blue {
        -webkit-animation-name: gemContactCurve;
        animation-name: gemContactCurve;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .lc-tasx.lc-tasx-gemini .contact .bg {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        height: auto
    }
    .lc-tasx.lc-tasx-gemini .contact .curve-blue {
        height: 150px
    }
    .leno-logo svg {
        width: 200px;
        transform: rotate(-90deg);
        position: fixed;
        z-index: 100;
        top: 66px;
        left: -66px
    }
}
@media screen and (max-width:1200px) {
    
    .lc-tasx.lc-tasx-gemini .curve .content-block-1 {
        top: 7% !important;
       
    }
}
@media screen and (max-width:1024px) {
    .content-block-2-mobile{
        margin-top: 20px;
    }
    .lc-tasx.lc-tasx-gemini p {
    font-size: 16px;
}
}
@media screen and (max-width:944px) {
    .content-block-2-mobile{
        margin-top: 0px;
    }
    
}