.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: none!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none!important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family:'Avenir LT W01_35 Light1475496';
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none!important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family:'Avenir LT W01_35 Light1475496';
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family:'Avenir LT W01_35 Light1475496';
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideRotateRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes slideRotateRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes slideRotateLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes slideRotateLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    font-size: 1rem;
    font-family:'Avenir LT W01_65 Medium1475532';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.social_menu li,
a {
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease
}

.wrapper {
    width: 100%;
    position: relative
}

.section_1 {
    background-image: url(img/desktop_bg.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    height: 100vh
}

@media (max-width:767px) {
    .section_1 {
        background-image: url(img/mobile_bg.jpg);
    }
}

.section_1 .content .logo_row .logo {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.section_1 .content .text_row h1 {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font-weight: 200
}

.section_1 .content .download_btn {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.section_1 .content .video_row .watch_btn {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.section_1 .bottom-left-img {
    -webkit-animation: slideRotateRight 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: slideRotateRight 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.section_1 .top-right-img {
    -webkit-animation: slideRotateLeft 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    animation: slideRotateLeft 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.bottom-left-img {
    position: absolute;
    opacity: 0
}

@media (min-width:768px) and (max-width:1279px) {
    .bottom-left-img {
        width: 471px;
        bottom: -220px;
        left: -130px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bottom-left-img {
        width: 540px;
        bottom: -250px;
        left: -130px
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .bottom-left-img {
        width: 576px;
        bottom: -270px;
        left: -130px
    }
}

@media (min-width:1920px) {
    .bottom-left-img {
        width: 841px;
        bottom: -390px;
        left: -200px
    }
}

.top-right-img {
    position: absolute;
    opacity: 0
}

@media (min-width:1280px) {
    .top-right-img {
        right: 2.375rem;
        top: 1.25rem
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .top-right-img {
        right: 0;
        width: 203px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .top-right-img {
        top: 4.1297935103vh;
        width: 227px
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .top-right-img {
        top: 3.6458333333vh;
        right: 3.828125vw;
        width: 268px
    }
}

@media (min-width:1920px) {
    .top-right-img {
        top: 2.8571428571vh;
        right: 4.1666666667vw;
        width: 410px
    }
}

@media (max-width:767px) {
    .device-image {
        display: none
    }
}

.content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.content {
    text-align: center
}

.content .logo_row .logo {
    opacity: 0
}

@media (max-width:1279px) {
    .content .logo_row .logo img {
        width: 154px
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .content .logo_row .logo img {
        width: 170px
    }
}

@media (min-width:1920px) {
    .content .logo_row .logo img {
        width: 205px
    }
}

.content .text_row {
    margin-top: 7vh;
    margin-bottom: 7vh
}

.content .text_row h1 {
    font-family:'Avenir LT W01_35 Light1475496';
    color: #fff;
    opacity: 0;
    margin: 0 35px;
}

@media (min-width:1920px) {
    .content .text_row h1 {
        font-size: 1.875vw
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .content .text_row h1 {
        font-size: 2.34375vw
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .content .text_row h1 {
        font-size: 2.5390625vw;
        margin-top: 5.1622418879vh
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content .text_row h1 {
        font-size: 4.4270833333vw
    }
}

@media (max-width:767px) {
    .content .text_row h1 {
        font-size: 32px;
        line-height: 34px
    }
}

.content .text_row .download_btn {
    text-decoration: none;
    height: 3.25rem;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    margin-top: 15px
}

.content .text_row .download_btn img {
    height: 100%
}

@media (max-width:767px) {
    .content .text_row .download_btn img {
        width: 50.4vw
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content .text_row .download_btn img {
        width: 22.65625vw
    }
}

.content .video_row .watch_btn {
    color: #FFFFFF;
    font-size: 1.125rem;
    font-style: italic;
    padding: 10px 15px;
    border-radius: 6px;
    opacity: 0;
    display: inline-block
}

@media (min-width:768px) and (max-width:1023px) {
    .content .video_row .watch_btn {
        font-size: 2.2135416667vw
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .content .video_row .watch_btn {
        font-size: 1.5625vw
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .content .video_row .watch_btn {
        font-size: 1.25vw
    }
}

@media (min-width:1920px) {
    .content .video_row .watch_btn {
        font-size: .9375vw
    }
}

.content .video_row .watch_btn:hover {
    background-color: rgba(46, 74, 99, .2)
}

.section_5 {
    background: #000000;
    height: auto;
    color: #2e4a63;
    font-size: 16px;
    padding: 60px 0
}

.section_5 .subsection_4 {
    text-align: center
}

.section_5 .subsection_4 .menu_row .social_menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.section_5 .subsection_4 .menu_row .social_menu li {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    overflow: hidden
}

@media (max-width:767px) {
    .section_5 .subsection_4 .menu_row .social_menu li {
        margin: 0 9.3333333333vw
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .section_5 .subsection_4 .menu_row .social_menu li {
        margin: 0 3.2552083333vw
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .section_5 .subsection_4 .menu_row .social_menu li {
        margin: 0 2.9296875vw
    }
}

@media (min-width:1280px) and (max-width:1919px) {
    .section_5 .subsection_4 .menu_row .social_menu li {
        margin: 0 2.34375vw
    }
}

@media (min-width:1920px) {
    .section_5 .subsection_4 .menu_row .social_menu li {
        margin: 0 1.5625vw
    }
}

.section_5 .subsection_4 .menu_row .social_menu li:first-child,
.section_5 .subsection_4 .menu_row .social_menu li:last-child {
    margin: 0
}

.section_5 .subsection_4 .menu_row .social_menu li:hover {
    background-color: rgba(73, 66, 213, 0.2);
}

.section_5 .subsection_4 .menu_row .social_menu a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.section_5 .subsection_4 .menu_row .social_menu a.ins {
    background-image: url(styles/../images/instagram.svg);
}

.section_5 .subsection_4 .menu_row .social_menu a.fb {
    background-image: url(styles/../images/facebook.svg)
}

.section_5 .subsection_4 .menu_row .social_menu a.tw {
    background-image: url(styles/../images/twitter.svg)
}

.section_5 .subsection_4 .menu_row .footer_menu {
    padding: 0;
    margin: 30px 0 40px;
    list-style: none
}

.section_5 .subsection_4 .menu_row .footer_menu li {
    display: inline-block;
    margin: 4px
}

.section_5 .subsection_4 .menu_row .footer_menu a {
    display: inline-block;
    color: #ffffff;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 6px
}

.section_5 .subsection_4 .menu_row .footer_menu a b {
    font-style: normal
}

.section_5 .subsection_4 .menu_row .footer_menu a:hover {
    background-color: rgba(46, 74, 99, .2)
}

.section_5 .subsection_4 p.copy {
    font-style: italic;
    margin: 0
}

@media (min-width:1280px) {
    body {
        height: 100vh;
        overflow: hidden
    }
    .section_1 {
        position: absolute;
        bottom: 65px
    }
    .section_5 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: auto;
        height: 65px;
        padding: 0 20px;
        font-size: 13px
    }
    .subsection_4 {
        margin-top: 13px
    }
    .social_menu {
        float: left;
        margin-top: 6px!important
    }
    .social_menu a {
        width: 17px!important;
        height: 17px!important
    }
    .copy {
        float: right;
        margin-top: 10px!important
    }
    .footer_menu {
        display: inline-block;
        margin: 0!important
    }
}

.lity-container {
    width: 45vh!important;
    height: 80vh
}

.lity-content,
.lity-iframe-container {
    height: 100%
}

.copy {
    color: #ffffff;
}

iframe[name="google_conversion_frame"] {
    position: fixed;
}

.play_img {
    vertical-align: middle;
}
