@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700');

::selection {
    background: #2196f3;
    color:#fff;
    text-shadow: none;
}

body {
    background: #f4f4f7;
    overflow-x: hidden;
    margin:0;
    padding:0;
    font-family: Open Sans;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 1em;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.C-Width {
    width:1000px;
    margin:0 auto;
    padding:0 25px;
}

.C-Block {
    margin-bottom: 90px;
}
.C-Block h3 {
    text-align: center;
    margin-bottom: 10px;
}
.C-Block h4 {
    color: #495263;
    font-size: 20px;
    text-align: center;
    margin: 0px auto 20px auto;
    font-weight: 400;
}

#Logo-Start {
    background: url(/static/img/videoreach-logo-b-v2.svg) no-repeat;
    width: 220px;
    height: 100px;
    background-size: 100%;
    float:left;
}

.Head-Title {
    text-align: center;
    color:#2e3440;
    font-family: Poppins;
    font-weight: 600;
    letter-spacing: -.02em;
    margin:11rem auto 0;
    font-size: 4.8rem;
    transition: all 250ms;
}

.Head-Subtitle {
    text-align: center;
    color:#495263;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: -.02em;
    margin-top: 0.25em;
    font-size: 1.5rem;
    transition: all 250ms;
}


#Laptop {
    background: url(/static/img/start-laptop.png);
    background-size: cover;
    background-position: center;
    width: 1100px;
    height: 740px;
    left: 300px;
    top: 10px;
    position: absolute;
    transition: all 100ms;
    will-change: scroll-position;
}


#Display {
    background: #222;
    height: 450px;
    transition: all 50ms;
    margin: 0 auto;
    width: 710px;
    position: relative;
    top: 80px;
    border-radius: 1px;
    overflow: hidden;
    will-change: scroll-position;
    backface-visibility: hidden;
}

#Display-Content {
    opacity: 0;
    transition: all 800ms;
    background:#fff;
    will-change: scroll-position;
}

#Display-Content-Top, #Display-Content-Bottom, #Smartphone-Content-Top, #Smartphone-Content-Bottom {
    width:100%;
    height: auto;
}


#Display-Content-Video-Out {
    width: 65%;
    margin:20px auto 20px auto;
    overflow: hidden;
    position: relative;
}

#Display-Content-Video {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}

#Display-Content-Video-Progress, #Smartphone-Content-Video-Progress {
    height: 3px;
    width: 0%;
    background: #2196f3;
    position: absolute;
    z-index: 99999999;
    bottom:0;
    transition: all 500ms linear 0s;
}

#Display-Repeat {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    cursor: pointer;
    opacity: 0;
    /*background: rgba(0,0,0,0.15);*/
    transition: all 400ms;
}



#Start {
    height: 30vh;
    min-height: 200px;
}

#Product {
    min-height:350px;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
#Product-Side {
    position: relative;
    width:350px;
    padding-top:10px;
}

#View-Views {
    position: relative;
    padding-top: 2vh;
    padding-bottom: 23vh;
}

h3 {
    color:#2e3440;
    font-family: Poppins;
    font-weight: 600;
    letter-spacing: -.02em;
    font-size: 2.4rem;
}

.Description {
    font-size:1.05rem;
    font-weight:400;
    margin-top:20px;
    font-family: Open Sans;
    line-height: 1.7;
    color:#777;
}

#Product>h3 {
    padding-top:2vw;
}


#Zielgruppe-Side {
    padding-top:4vw;
    width:330px;
    float:left;
}

#Portfolio {
    padding-top: 30vh;
    padding-bottom: 10vh;
}

#Portfolio-Side {
    padding-top:60px;
    margin-top:1vh;
    width: 450px;
    float: right;
}

#Navi-Start {
    float: right;
    list-style: none;
    margin-top: 41px;
}

#Navi-Start li {
    float: right;
    margin-left: 20px;
}

#Navi-Start a {
    text-decoration: none;
    color: rgba(0,0,0,0.6);
    font-size: 19px;
    font-family: 'Open Sans';
}

.slideout .navi li {
    font-size: 13px;
    padding: 0
}

.navi li a {
    position: relative;
    text-decoration: none;
    color: #14608e;
    display: inline-block;
    margin: 5px 10px;
    outline: 0;
    padding: 0 0 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.navi li a.current,.navi a:hover,.navi a:focus {
    color: #35c190
}

.navi a:hover,.navi a:focus {
    outline: 0
}

.Big-Title {
    color: rgba(194, 204, 213, 0.65);
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    letter-spacing: -.02em;
    font-size: 7rem;
    transition: all 250ms;
}

footer {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 25px;
}

#Targeting {
    padding-top: 10vh;
    padding-bottom: 13vh;
    min-height:600px;
}

.Customers {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -72px;
}
.Customers img {
    padding: 35px 70px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 250ms;
}

.Case-Studys {
    width: 100%;
    height: 50vh;
    min-height: 250px;
    max-height: 450px;
    background: url(https://snp.agency/frassets/images/walters_bg_x2.33be37.jpg);
    background-size: cover;
    background-position: bottom;
    transition: all 450ms;
}

.Case-Studys:hover {
    transform: scale(0.95);
}

.Case-Studys-Title
{
    padding:100px;
    color:#fff;
    font-family: Poppins;
    font-size:50px;
    font-weight:bold;
}


#Smartphone {
    width: 320px;
    height: 600px;
    background: url(/static/img/start-smartphone.png);
    float: left;
    background-size: cover;
    margin-left: 50px;
    margin-top: 60px;
    transition: all 100ms;
    will-change: scroll-position;
}

#Smartphone-Display {
    background: url(/static/img/start-smartphone-content.jpg);
    background-size: cover;
    margin: 75px auto 0 auto;
    width: 235px;
    height: 420px;
    border-radius: 1px;
    overflow: hidden;
    transition: all 300ms;
}

#Smartphone-Content-Video {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}

#Smartphone-Content-Video-Out {
    margin:20px auto 20px auto;
    overflow: hidden;
    position: relative;
}

.Umfelder-Referenz {
    margin-top:25px;
}

.Umfelder-Referenz-Title {
    color:#999;
    font-size:14px;
    font-family: Open Sans;
    font-weight:400;
    margin-bottom:5px;
}

.Referenz-1 {
    background: url(https://upload.wikimedia.org/wikipedia/commons/a/a9/General-Anzeiger_%28Bonn%29_logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.5;
    background-position: left center;
}

#bvdw {
    background: url(/static/img/logo-bvdw.png) no-repeat;
    background-size: 100%;
    width: 42px;
    height: 28px;
    opacity: 0.8;
    float:left;
}
#iab {
    background: url(/static/img/logo-iab.png) no-repeat;
    background-size: 100%;
    width: 42px;
    height: 28px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}
#emetriq {
    background: url(/static/img/logo-emetriq.png) no-repeat;
    background-size: 100%;
    width: 159px;
    height: 20px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}
#gfk {
    background: url(/static/img/logo-gfk.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}
#bertelsmann {
    background: url(/static/img/logo-bertelsmann.png) no-repeat;
    background-size: 100%;
    width: 49px;
    height: 20px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}
#brand-safety {
    background: url(/static/img/icon-brand-safety.png) no-repeat;
    background-size: 100%;
    width: 130px;
    height: 28px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}
#whitelisting {
    background: url(/static/img/icon-whitelisting.png) no-repeat;
    background-size: 100%;
    width: 123px;
    height: 28px;
    opacity: 0.8;
    float:left;
    margin-right:30px;
}

#Zielgruppen-Animation {
    position: absolute;
    right: -400px;
    top:-60px;
    width: 1000px;
    height: 660px;
}

#Zielgruppe-Selector {
    background: #fff;
    border-radius: 8px;
    width: 300px;
    height: 165px;
    position: absolute;
    left: 188px;
    top: 175px;
    margin-top:7vh;
    z-index: 1;
    padding:20px;
    box-shadow: 0 5px 35px rgba(46, 52, 64,0.1), 0 5px 15px rgba(0,0,0,.07);
    transition: all 100ms;
    will-change: scroll-position;
}

#Zielgruppe-Selector-Title {
    font-family: Poppins;
    color: #2e3440;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

#Zielgruppe-Alle
{
    background: url(/static/img/background-circle.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1000px;
    height: 660px;
    top:0;
    left:0;
    transition:all 800ms;
}
#Zielgruppe-1
{
    background: url(/static/img/background-circle-target-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1000px;
    height: 660px;
    top:0;
    left:0;
    opacity: 0;
    transition:all 400ms ease-in-out;
}
#Zielgruppe-2
{
    background: url(/static/img/background-circle-target-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1000px;
    height: 660px;
    top:0;
    left:0;
    opacity: 0;
    transition:all 400ms ease-in-out;
}
#Zielgruppe-3
{
    background: url(/static/img/background-circle-target-3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1000px;
    height: 660px;
    top:0;
    left:0;
    opacity: 0;
    transition:all 400ms ease-in-out;
}

.Zielgruppe-Filter
{
    font-family: Poppins;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: all 250ms;
}

.Targeting-Value
{
    float: right;
    width: 50%;
    color: #2196f3;
    transition: all 250ms;
    min-height: 1px;
}

.Targeting-Title {
    color: #2e3440;
    opacity: 0.3;
    transform: translateX(75px);
    transition: all 250ms;
}


#Customers {
    margin-top:10vh;
    margin-bottom: 5vh;
}


.Footer-Cols {
    width:250px;
    float:left;
}
.Footer-Cols>ul {
    margin:0;
    padding:0;
    list-style: none;
}

.Footer-Cols>ul a {
    text-decoration: none;
    color: #8898aa;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 250ms;
}
.Footer-Cols>ul a:hover {
    color:#32325d;
    transform: scale(1.1);
}

.Footer-Cols-Title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em;
    margin: 0 0 10px;
    color:#8898aa;
}
.Footer-Last {
    color:#b5bfcb;
    font-size:14px;
    margin-top:35px;
}

.text-s1 {
    width: 650px;
    margin: 0 auto;
    font-weight: 300;
    color: #606979;
    line-height: 1.8;
    font-size: 18px;
}

.imprint {
    width: 750px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 auto;
    position: relative;
    font-size: 17px;
}

.imprint-p1 {
    /*position: absolute;*/
}

.imprint-p2 {
    position: absolute;
    right:0;
    top:0;
    width: 385px;
}

.imprint-title {
    color:#999;
}
.imprint-value {
    float:right;
    width:215px;
}

.Head-Subpage {
    margin-bottom:10vh;
}

.Head-Subpage>h1 {
    font-size:3.8rem;
    margin-top:5rem;
}

.Head-Subpage>.Head-Subtitle {
    margin-bottom:5rem;
}

.Head-Image {
    background-size:cover;
    background-position:center;
    height:500px;
    width:100%;
    box-shadow: 0px 5px 50px rgba(0,0,0,0.15);
    border-radius: 1px;
}

#Head-Careers {
    background-image: url(/static/img/head-careers.jpg);
}

#Head-About-Us {
    background-image: url(/static/img/head-about-us.jpg);
}

#About-Photos {
    margin-top:35px;
    margin-bottom:5rem;
    height:300px;
}

#Max {
    position: relative;
    float:left;
    width:490px;
    height:300px;
    background:url(/static/img/about/max-portrait.jpg);
    background-position: center;
    background-size: cover;
    margin-right:10px;
    margin-bottom: 30px;
    border-radius: 1px;
    box-shadow: 0px 5px 50px rgba(0,0,0,0.15)
}
#Alex {
    position: relative;
    width:490px;
    height:300px;
    background:url(/static/img/about/alex-portrait.jpg);
    background-position: center;
    background-size: cover;
    margin:0 auto;
    border-radius: 1px;
    box-shadow: 0px 5px 50px rgba(0,0,0,0.15)
}

.About-Name {
    position: absolute;
    bottom:-30px;
    background: #2196f3;
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: 300;
    text-decoration: none;
    left:10px;
}



#CookieBox {
    position: fixed;
    left: 50%;
    bottom: 12px;
    width: 700px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    margin-left: -350px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    color: #6d6d6d;
    z-index: 999;
}
#CookieBox a {
    color: #5b5b5b;
}

#CookieAccept {
    float:right;
    color:#2196f3;
    cursor: pointer;
    padding:0 10px;
}

.Text-Block {
    width: 650px;
    margin: 0 auto;
    font-weight: 300;
    color: #606979;
    line-height: 1.8;
    font-size: 18px;

    margin-bottom: 50px;
}

.Text-Block p {
    margin-bottom:5px;
}

.Text-Block a {
    color:#606979;
}
.Text-Block a:hover {
    color: #525b6b;
}

#Opt-Box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 25px;
    font-size: 16px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    margin-top:25px;
    margin-bottom:25px;
}
#Opt-Status {
    font-size:16px;
    padding:0px;
}
#Opt-Out-Button {
    float:right;
    padding:10px 25px;
    background: #fbfbfd;
    cursor: pointer;
    border-radius: 2px;
    transition: all 200ms;
}
#Opt-Out-Button:hover {
    background:#495263;
    color:#fff;
}
#Opt-Status-Txt {
    font-weight:bold;
}
#Opt-Status-SubTxt {
    font-size:12px;
}












.header-image {
    position: relative;
}
.header-career {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.header-title {
    color: #222;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    font-size: 38px;
    font-weight:300;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
}

@-moz-keyframes slidein {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slidein {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slidein {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.c-block {
    margin-bottom: 90px;
}

.title-s1 {
    color:#343434;
    font-weight:400;
    font-size:26px;
    text-align: center;
}
.subtitle-s1 {
    color: #6f7c82;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin: -10px auto 20px auto;
    width:500px;
}

.allcubes {
    width: 100%;
    min-width:1200px;
    margin:0 auto;
}

.cubes {
    background: #fafafa;
    width:20%;
    height:350px;
    float:left;

    background-size: cover;
    background-position: center;

    position: relative;
    margin-bottom:70px;
}

.c-content {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.c-inner {
    padding:25px;
}

.c-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 300;
}
.c-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #637282;
}

.c1 {
    background-image: url(/static/img/about/work.jpg);
}
.c2 {
    background-image: url(/static/img/about/view.jpg);
}
.c3 {
    background-image: url(/static/img/about/office.jpg);
}
.c4 {
    background-image: url(/static/img/about/sport.jpg);
}
.c5 {
    background-image: url(/static/img/about/food.jpg);
}

.job-block {
    width:650px;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 25px 30px;
    margin:0 auto;
    margin-top:15px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    color:#222;
    box-shadow:0 0 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.job-block:hover {
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.job-block::before {
    content: "Bewerben";
    background: #fbfbfd;
    position: absolute;
    right: 27px;
    top: 28px;
    z-index: 2;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 3px;
    color:#2e3440;
}
.job-block::after {
    content: " ";
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    width:150px;
}
.job-city {
    color:#999;
    font-weight:300;
    font-size: 12px;
}


.c-half-1 {
    position: relative;
    width: 50%;
    min-height: 250px;
    display: inline-block;
    float:left;
    background:url(/static/img/press/videoreach-logo-dark.svg) no-repeat;
    background-color: #fbfbfd;
    background-position: center center;
    background-size: 300px;
}
.c-half-2 {
    position: relative;
    width: 50%;
    min-height: 250px;
    display: inline-block;
    float:left;
    background:url(/static/img/press/videoreach-logo-white.svg) no-repeat;
    background-color: #222;
    background-position: center center;
    background-size: 300px;
}


.c-trd-1 {
    position: relative;
    width:33.34%;
    min-height: 175px;
    float:left;
    background-color: #222;
    text-align: center;
    line-height: 175px;
    font-weight: 300;
    color:rgba(255,255,255,0.3);
}
.c-trd-2 {
    position: relative;
    width:33.33%;
    min-height: 175px;
    float:left;
    background-color: #fbfbfd;
    text-align: center;
    line-height: 175px;
    font-weight: 300;
    color:rgba(0,0,0,0.3);
}
.c-trd-3 {
    position: relative;
    width:33.33%;
    min-height: 175px;
    float:left;
    background-color: #2196f3;
    text-align: center;
    line-height: 175px;
    font-weight: 300;
    color:rgba(255,255,255,0.3);
}

.c-half-1 a, .c-half-2 a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c-half-1 a:hover, .c-half-2 a:hover {
    background-color: #2187e3;
}

.press-png {
    background: #2196f3;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: 300;
}
.press-eps {
    background: #2196f3;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: 300;
}


.c-grnd-1 {
    position: relative;
    width: 490px;
    height: 315px;
    display: inline-block;
    float: left;
    background: url(/static/img/about/max-portrait.jpg) no-repeat;
    background-position: center;
    background-size: 550px;
    margin-right:10px;
}
.c-grnd-2 {
    position: relative;
    width: 490px;
    height: 315px;
    background: url(/static/img/about/alex-portrait.jpg) no-repeat;
    background-position: center;
    background-size: 550px;
    margin-left:10px;
    margin:0 auto;
}


.c-grnd-1 span, .c-grnd-2 span, .c-grnd-1 a, .c-grnd-2 a {
    background: #2196f3;
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: 300;
    text-decoration: none;
}
.c-grnd-1 span {
    left:10px !important;
}
.c-grnd-1 a {
    right:40px !important;
}
.c-grnd-2 span {
    left:40px !important;
}
.c-grnd-2 a {
    right:10px !important;
}



.BrowserOut {
    margin: 0 auto;
    width: 650px;
    overflow: hidden;
    padding: 35px;
    height: 330px;
}
.Browser {
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.48);
}
.BrowserHeader {
    height:32px;
    background: #fff;
    border-bottom:1px solid rgba(0,0,0,0.15);
    position: relative;
}
.BrowserControl {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.05);
    position: absolute;
    left: 30px;
    top: 11px;
    background: #f5bf4f;
}
.BrowserControl::before {
    content: " ";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.05);
    display: block;
    margin-left: -16px;
    margin-top: -1px;
    float: left;
    background: #ed6a5e;
}
.BrowserControl::after {
    content: " ";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.05);
    display: block;
    margin-left: 15px;
    margin-top: -1px;
    float: left;
    background: #62c554;
}

.BrowserContent {
    width:410px;
    margin:0 auto;
    position: relative;
    z-index: 9;
    overflow:hidden;
}
.BrowserText {
    height: 8px;
    width: 100%;
    background: #eee;
    margin-bottom: 6px;
}
.BrowserVideo {
    background:url(/static/img/BrowserVideo.jpg) no-repeat;
    background-size: 100%;
    width:410px;
    height:220px;
    margin:0 auto;
    position: relative;
    margin-top:25px;
    margin-bottom:25px;
}
.BrowserVideo::before {
    position: absolute;
    content: " ";
    height:4px;
    background:#2196f3;
    width:125px;
    left:0;
    bottom:0;
}
.BrowserVideo::after {
    position: absolute;
    content: "BY VIDEO REACH";
    right: 0;
    bottom: -14px;
    height: 10px;
    font-size: 7px;
    color: #999;
    font-weight: 300;
}

.Pro-Area {
    width: 910px;
    margin: 0 auto;
    margin-top:50px;
}
.Pro-Area h3 {
    font-weight:400;
}
.Pro {
    display:inline-block;
    width:230px;
    margin-right:30px;
    vertical-align: top;
}
.Pro>h4{
    margin: 18px 0 18px 0 !important;
    text-align: left !important;
}
.Pro>div {
    font-weight: 300;
    color: #999;
    font-size: 16px;
    line-height: 1.5;
}
.Pro-Experience {
    background: url(/static/img/experience.svg) no-repeat;
    background-size: 30px;
    background-position: 0 14px;
    padding-left: 50px;
}
.Pro-Earn {
    background: url(/static/img/earn.svg) no-repeat;
    background-size: 30px;
    background-position: 0 17px;
    padding-left: 50px;
}
.Pro-Premium {
    background: url(/static/img/premium.svg) no-repeat;
    background-size: 30px;
    background-position: 0 17px;
    padding-left: 50px;
    margin-right: 0!important;
}
.Partner-Button-Block {
    text-align: center;
    margin-bottom:5vh;
    margin-top:-5vh;
}
.Partner-Button {
    background: #2e3440;
    border-radius: 3px;
    padding: 20px 50px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-family: Poppins;
    display: inline-block;
    font-weight: bold;
}
.Partner-Button-Txt {
    color:#999;
    margin-top:15px;
    text-align: center;
    font-weight: 300;0!im
}

@-moz-keyframes BrowserSlide {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes BrowserSlide {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes BrowserSlide {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
