<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#zf-landing-header {
    position: fixed;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #0b2029 0%, #0a1e26 100%);
    z-index: 9999;
    padding: 10px 0 0;
}
#zf-landing-header:before, #zf-landing-header:after {
    content: '';
    position: absolute;
}
#zf-landing-header:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 2px;
    width: 100%;
    max-width: 948px;
    background: url(../img/bg-header-line.png) no-repeat;
    z-index: 9999;
    transition: all .5s;
}
.stop-scrolling #zf-landing-header:before {
    left: 0;
    transform: translateX(0);
}
#zf-landing-header:after {
    top: 10px;
    background: linear-gradient(to right, #111f25 0%, #162e38 10%, #162e38 50%, #162e38 90%, #111f25 100%);
    min-width: 768px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
}

@media only screen and (max-width: 767px) {
    #zf-landing-header:after {
        min-width: 0;
    }
}

.zf-landing-header-holder {
    margin: 0 0 -62px;
    position: relative;
    height: 62px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-holder {
        margin-bottom: -37px;
        height: 37px;
    }
}

.zf-landing-header-holder:before,
.zf-landing-header-holder:after {
    content: '';
    position: absolute;
}

.zf-landing-header-holder:before {
    top: -10px;
    background: linear-gradient(to right, #396495 0%, #396495 40%, #437723 41%, #437723 100%);
    left: 0;
    right: 0;
    z-index: 9999;
    height: 1px;
}

.zf-landing-header-inner {
    height: 61px;
    width: 820px;
    max-width: 100%;
    border: solid #1d3c4b;
    border-width: 0 0 1px;
    background: linear-gradient(to bottom, #0a1e26 0%, #071216 100%);
    position: relative;
}

body:not(.home-page) .zf-landing-header-inner {
    width: 1100px;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-inner {
        height: 40px;
    }
}

.zf-landing-header-inner:before,
.zf-landing-header-inner:after {
    position: absolute;
    top: 0;
    width: 70px;
    height: 61px;
    content: "";
    background: url(../img/bg-header-corners.png) no-repeat;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-inner:before,
    .zf-landing-header-inner:after {
        width: 46px;
        height: 40px;
        background-size: 92px 40px;
    }
}

.zf-landing-header-inner:before {
    left: -70px;
    background-position: 0 0;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-inner:before {
        left: -46px;
    }
}

.zf-landing-header-inner:after {
    right: -70px;
    background-position: 100% 0;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-inner:after {
        right: -46px;
    }
}

.zf-landing-header-frame {
    position: relative;
    padding: 12px 16px 0 24px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-frame {
        padding: 1px 0 0;
        max-width: 320px;
    }
}

.zf-landing-header-frame .zf-landing-logo-box { flex-grow: 1; }

.zf-landing-logo {
    width: 247px;
    height: 40px;
    overflow: hidden;
    display: block;
    position: relative;
}

@media only screen and (max-width: 520px) {
    .zf-landing-logo {
        width: 192px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .drop .zf-landing-logo {
        margin: 0 auto;
    }
}

.zf-landing-logo a {
    display: block;
    height: 100%;
}

.zf-landing-logo svg {
    fill: #fff;
    display: block;
    width: 247px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media only screen and (max-width: 520px) {
    .zf-landing-logo svg {
        width: 192px;
    }
}

.zf-landing-header-light {
    position: absolute;
    width: 100%;
    max-width: 300px;
    left: 0;
    bottom: 19px;
}

@media only screen and (max-width: 520px) {
    .zf-landing-header-light {
        bottom: 29px;
    }
}

.zf-landing-header-light ul {
    margin: 0;
    list-style: none;
}

.zf-landing-header-light li {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    animation: 10s linear infinite alternate;
    background-repeat: no-repeat!important;
    background-position: 50% 100%;
    background-size: contain;
    opacity: 0;
    height: 28px;
    width: 100%;
    max-width: 251px;
    padding: 0;
}

.zf-landing-header-light li:before {
    display: none;
}

.zf-landing-header-light li:nth-child(1) {
    z-index: 5;
    background-image: url(../img/lights_bot_1.png);
    animation-name: light1;
}

.zf-landing-header-light li:nth-child(2) {
    z-index: 4;
    background-image: url(../img/lights_bot_2.png);
    animation-name: light2;
}

.zf-landing-header-light li:nth-child(3) {
    z-index: 3;
    background-image: url(/images/lights_bot_3.png);
    animation-name: light3;
}

.zf-landing-header-light li:nth-child(4) {
    z-index: 2;
    background-image: url(../img/lights_bot_4.png);
    animation-name: light4;
}

.zf-landing-header-light li:nth-child(5) {
    z-index: 1;
    background-image: url(../img/lights_bot_5.png);
    animation-name: light5;
}

@media only screen and (max-width: 520px) {
    .stop-scrolling #zf-landing-header:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.g-input {
    width: 100%;
    position: relative;
    padding: 0 7px;
    display: block;
}
.g-input:after,
.g-input:before {
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto;
    content: "";
    width: 1px;
    z-index: 5;
    background: linear-gradient(to bottom,rgba(13, 33, 41, 1) 0,#1279a0 100%);
}
.g-input:before {
    left: 7px;
    right: auto;
}
.g-input:after {
    right: 7px;
    left: auto;
}
.g-input textarea,
.g-input input {
    height: 40px;
    padding: 10px 12px;
    -webkit-box-shadow: inset 0 -10px 10px #0e1c22;
    box-shadow: inset 0 -10px 10px #0e1c22;
    background: none;
    color: #31a2ce;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    border: solid #358cb1;
    border-width: 0 1px 1px;
    border-radius: 0 0 7px 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    display: block;
}
.g-input textarea::placeholder,
.g-input input::placeholder {
    color: #fff;
    opacity: 1;
}
.g-input textarea {
    height: 120px;
}
.g-input input:-webkit-autofill {
    box-shadow: 0 0 30px 30px #08151b inset, 0 -10px 10px #0e1c22 inset !important;
    -webkit-text-fill-color: #31a2ce !important;
}
.form-input-y + ul{
    padding:0 0 0 120px;
    color:#f00;
    list-style:none;
    margin:0;
}
.form-input-y + ul li{padding:0 0 15px;}
.form-textarea-y label,
.form-input-y label {
    display: block;
    color: #d6dee1;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    margin-right: 5px;
    min-width: 80px;
    text-align: right;
    font-weight: 300;
}
.form-input-y,
.form-textarea-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.call-form-y .f-input-anim {
  pointer-events: none;
}
.call-form-y .f-input-anim:before {
  position: absolute;
  content: "";
  left: 13px;
  width: 1px;
  top: 10px;
  height: 18px;
  background: #31a2ce;
  animation: pulseInput 0.9s linear infinite;
  visibility: hidden;
}
.call-form-y .f-input.has-anim .f-input-anim:before,
.call-form-y .g-input.has-anim .f-input-anim:before {
  visibility: visible;
}
.call-form-y input:focus + .f-input-anim, .call-form-y input.filled + .f-input-anim, .call-form-y textarea:focus + .f-input-anim, .call-form-y textarea.filled + .f-input-anim {
  visibility: hidden;
}

.focused .f-input.has-anim .f-input-anim:before,
.focused .g-input.has-anim .f-input-anim:before {
  visibility: hidden;
}
.text-right {
    text-align: right;
}
.form-submit-row {
    padding:0 7px;
    text-align: right;
}
.form-submit-row.-alt {
    position: relative;
    top: -22px;
    padding-right: 12px;
}
ul + .form-submit-row.-alt{
    top:0;
}
.zf-landing-separator {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 38px 0 25px;
}
.zf-landing-separator:before {
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT8AAAAECAYAAAD4bDhxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM2MzBGOUVFMkUzMTFFNkI3RjdFMTYyMkEzQjIxMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM2MzBGOUZFMkUzMTFFNkI3RjdFMTYyMkEzQjIxMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzYzMEY5Q0UyRTMxMUU2QjdGN0UxNjIyQTNCMjEwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzYzMEY5REUyRTMxMUU2QjdGN0UxNjIyQTNCMjEwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkbRoSIAAACESURBVHjaYmFInfmfYRSMAlSwjE1IrxJIPxwNCqqA6ayystOB9KVh4Be9b8y6mUA6cwDdUMnw8P9lIL2FEkOYQAl9NG2OglEwCkYYOMI0GgajYBSMgpEIWID4FRDfGw2KUYAEQGniz2i6oBp4A8S/hkl4/oL6ZyD98gGIv1HohmcAAQYAKgUbveChZAUAAAAASUVORK5CYII=');
    width: 319px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.call-form-y {
    color: #000;
    width: 464px;
    max-width: 100%;
    padding: 40px 20px 0;
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
}
.call-form-y .btn {
    margin: 0 0 0 auto;
    display: block;
}
.call-form-y label {
    margin: 0 0 5px;
    position: relative;
    padding-right: 13px;
    padding-top:3px;
    font-weight: 300;
    width:120px;
    -webkit-box-flex:0;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
}
.call-form-y label:after {
    content: " *";
    color: #019711;
}
.call-form-y label:not(.required):after{opacity: 0;visibility: hidden;}
.call-form-y label span {
    color: #f00;
    position: absolute;
    right: 0;
    top: 2px;
}
.call-form-y input,
.call-form-y textarea{
    outline:none;
    max-width:100%;
}
.call-form-y .g-input{
    width:auto;
    padding:0;
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
}
.call-form-y .g-input:after{
    right:0;
}
.call-form-y .g-input:before{
    left:0;
}
.call-form-title-y {
    font: 700 16px/1.25 'Open Sans', sans-serif;
    background: #ccc;
    padding: 10px 20px;
    margin: 0 -20px 20px;
}
.form-textarea-y,
.form-input-y {
    margin-bottom: 22px;
}
.field-form-textarea-y {
    height:100px;
    resize: none;
}

.zf-landing-footer {
    background: -webkit-gradient(linear, left bottom, left top, from(#060f13), to(#0d2129));
    background: linear-gradient(to top, #060f13 0%, #0d2129 100%);
    border-top: 1px solid #3790b7;
    text-align: center;
    padding: 91px 10px;
    color: #fff;
    font-size: 30px;
}
.zf-landing-footer p {
    margin: 0 0 23px;
    color: #fff;
}
.zf-landing-form_result {
  color: #98a3a9;
  text-align: center;
  font: 25px/1.43 Arial, Helvetica, sans-serif;
  padding: 5% 10%;
}

.zf-landing-form_result.small{
    font-size:20px;
}

.zf-landing-form_result.error{
    font-size: 14px;
    padding: 10px 10% 10px 10%;
}

.zf-landing-form_result.error {
    text-align: center;
    font-size: 14px;
    padding: 20px 10% 10px 10%;
}

.error {
    color: red;
}

.b-company__more {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(13,33,42,0)),to(#0a1d27));
    background: linear-gradient(to bottom,rgba(13,33,42,0) 0,#0a1d27 100%);
    border: 0;
    border-bottom: 1px solid #358cb1;
    -webkit-transition: all 1s;
    transition: all 1s;
    font: 300 30px/2 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
}
.b-company__more__small {
    font-size: 16px;
}
.b-company__more:hover {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #0a1d27),to(rgba(13,33,42,0)));
    background: linear-gradient(to bottom,#0a1d27 0,rgba(13,33,42,0) 100%);
}
.b-company__more:after, .b-company__more:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 1px;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(18,121,160,0)),to(#1279a0));
    background: linear-gradient(to bottom,rgba(18,121,160,0) 0,#1279a0 100%);
}
.b-company__more:before {
    right: auto;
}
.b-company__more:after {
    left: auto;
}
.b-company__more span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
}
.b-company__more span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: no-repeat 50% 0/contain url('/images/lights_top_3.png');
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.b-company__more span:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: no-repeat 50% 100%/contain url('/images/lights_bot_3.png');
    -webkit-transition: all 1s;
    transition: all 1s;
}
.b-company__more:hover span:before {
    opacity: 1;
}
.b-company__more:hover span:after {
    opacity: 0;
}
#modal {
    display: none;
}

@media all and (max-width: 480px ) {
    .form-input-y, .form-textarea-y {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-input-y + ul{
        padding:0;
    }
    .call-form-y label {
        text-align: left;
        width: auto;
        min-width: 0;
        width:100%;
    }
    .call-form-y .g-input{
        width:100%;
    }
}
/* btn basic */
.btn-basic {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "FranklinGothicMediumCondRegul", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to bottom, rgba(13, 33, 41, 0.5) 0%, #1b2630 100%);
    border: 0;
    border-bottom: 1px solid #358cb1;
    border-radius: 0 0 7px 7px;
    transition: all 1s;
    line-height: 60px;
    text-decoration: none;
}

.btn-basic:hover span:after {
    opacity: 0;
}

.btn-basic:hover span:before {
    opacity: 1;
}

.btn-basic:before,
.btn-basic:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    top: 15px;
    bottom: 3px;
    width: 1px;
    background: linear-gradient(to bottom, rgba(18, 121, 160, 0) 0%, #1279a0 100%);
}

.btn-basic:before {
    right: auto;
}

.btn-basic:after {
    left: auto;
}

.btn-basic span {
    position: relative;
    display: block;
    padding: 0 24px;
}

.btn-basic span:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;    
    margin: auto;
    content: "";
    bottom: -1px;
    background: no-repeat 50% 100%/contain url(/images/lights_bot_3.png);
    transition: all 1s;
}

.btn-basic span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: no-repeat 50% 0/contain url(/images/lights_top_3.png);
    transition: all 1s;
    opacity: 0;
}

@media only screen and (min-width: 1025px) {
    .btn-basic {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .btn-basic {
        font-size: 14px;
    }
}
.f-submit-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(13, 35, 46, 0.6) 0%, #1b2630 100%);
    border-bottom: 1px solid #358cb1;
    border-radius: 0 0 7px 7px;
    transition: all 1s;
}

.f-submit-btn:hover {
    background: linear-gradient(to bottom, rgba(13, 35, 46, 0.6) 0%, #1b2630 100%);
}

.f-submit-btn:hover button:after {
    opacity: 0;
}

.f-submit-btn:hover button:before {
    opacity: 1;
}

.f-submit-btn:before,
.f-submit-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    top: 15px;
    bottom: 3px;
    width: 1px;
    background: linear-gradient(to bottom, rgba(18, 121, 160, 0) 0%, #1279a0 100%);
}

.f-submit-btn:before {
    right: auto;
}

.f-submit-btn:after {
    left: auto;
}

.f-submit-btn button {
    position: relative;
    display: block;
    padding: 0 25px;
    border: 0;
    background: none;
    font-family: "FranklinGothicMediumCondRegul", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .f-submit-btn button {
        min-width: 210px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .f-submit-btn button {
        min-width: 160px;
        height: 45px;
    }
}

.f-submit-btn button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: no-repeat 50% 100%/contain url(/images/lights_bot_3.png);
    transition: all 1s;
}

.f-submit-btn button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: no-repeat 50% 0/contain url(/images/lights_top_3.png);
    transition: all 1s;
    opacity: 0;
}

.f-submit-btn.-mdl button {
    font-size: 14px;
    height: 48px;
}

@media only screen and (min-width: 768px) {
    .f-submit-btn.-mdl button {
        min-width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .f-submit-btn.-mdl button {
        min-width: 150px;
    }
}

.f-submit-btn.-green-lights button:after {
    background-image: url(/build/images/lights_bot_2.214066fe.png);
}

.f-submit-btn.-green-lights button:before {
    background-image: url(/build/images/lights_top_2.fc9df04b.png);
}



/* new */
footer.zf-landing-footer{
    border-top: 0;
    position: relative;
    z-index: 6;
}
footer.zf-landing-footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(18, 24, 28, 0) 0%, rgba(50, 125, 157, 0.6) 20%, #327d9d 50%, rgba(50, 125, 157, 0.6) 80%, rgba(18, 24, 28, 0) 100%);
}
@media all and (max-width: 800px) {
    footer.zf-landing-footer:before{
        background: #36a1d6;
    }
}
.footer-holder {
    max-width: 464px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 0;
}
.footer-frame{
    top: -91px;
    z-index: 1212;
    margin: 0 42px;
    position: relative;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    background-size: 100% 1px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #3585a9 0%, #3790b7 16%, #32a2d3 30%, #24a5dd 49%, #32a2d3 71%, #3790b7 85%, #3586aa 100%);
    padding: 36px 0 0;
}
.footer-frame:before, .footer-frame:after {
    content: '';
    width: 43px;
    height: 36px;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAAkCAMAAAAkYj0PAAABZVBMVEUAAAMzf6A0gKIyfJwzf6Azfp8zgKE0gaM0gaQzfJ00gaM0gKI0g6Yzf6A1hKczfZ4zfp80gqQ0gKIzfJ00g6Y0g6UzgKEzf6E0gaM0gqQ0gaM0gKI0g6U1hKczfZ00gqQ0gqUzfqAzf6A0gaMzfZ4zgKEzfp8zf6A0gaQ0gKI0gaM1hKc0g6Y0hKYzfZ40gKIzf6Azfp81hKg0gqQzgKE0gaM0gaMzf6E0g6Y0gKI1hag0gqQzfZ4zfp80gaM0gqQ0g6U1hKc1hagzgKE0g6YMIy0LIy0MJC4MJC0MJS8XPU4iV24jWXEMJTANKDQOKTMPKjYPKzcRMD0TNUMTNUQTNkQUN0UXP08YP08YP1AZQVIZQ1UaRVgbR1ocSV0cSl4dS2AeTmMfUGYhU2kgVGohVGshVmwhVm0iV20jWG8jWXAkW3QkXXUkXXYlXXUnY38oZYApZ4IraoYwdpUye5s1hag1hakIbPmCAAAARXRSTlMAAQEDBgcLCwwSEhMWGRodKystNDhDRkpMTlFhZ2hpaXZ/h4mPlJqeoKGmp6iwtcPEzdLY3t/n6enr7vT6+vr8/Pz8/v6h9xjfAAABwklEQVRo3q3O+TNCURjG8SyhsrYp2UtoIYnKFuqc99zKGorKEpW9LPn7ZUwzmHu755zr++PzznzmVank6x1x+1e2ax8fte0Vv3ukV/UfGb1bT7mjfQHqCftHuactr1Ex2u2J5QX0MxDyMU+3MtUUuqk/+ZutdxMyKVGHN7NILMhuDvOr44/HIM7C8eM4rzr2cAhSLBw+jPGp1kgKpFlIRaw86sBqWtxsyOnVAXa1a/ESmrNwudjFzM4kQI6FxAyrOlRpZjbkyhCbql2O07DxZS0T6yoCDQtFF4tqqQIF+yVXLfRq51IG0UUyS53UrP2W0LLk1k6r6jf26Nm9DT2d2jp/QWjZOnwx30rF2p4JC0uebTSqLnyCmDoJ6yjY2WvCxpLrWXnV/EJYWfJillM7AmeIubNAhww7VSLsLClNNVcHo4A4guhgM7UneIq4Og32SKvtvgLirOBrl1JbphOIu8R0iwQ7eY8UdD8prk4kdzGviTHeTU6IoGpn8gArYfFB0qn+q/YvlL9OSliMywv9v9A+x/o5Vs7i83VH37fYpjGMzq1d7eD/YPHO1drcqEHTpnp/e72LC41ZKYuxEL97fXv/BJvz0+euVFD+AAAAAElFTkSuQmCC);
}
.footer-frame:before {
    left: -43px;
}
.footer-frame:after {
    right: -43px;
    background-position: -43px 0;
}
.footer-frame .footer-frame-bg{
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: linear-gradient(to top, #0D2128 0%, #0c232d 100%);
}

@keyframes light1 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes light2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes light3 {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes light4 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes light5 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
@keyframes pulseInput {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}</pre></body></html>