html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.content2 {
    height:300px;
    position: absolute;
    top:50%;
    margin-top:-150px;
    color: #f1f1f1;
    width: 300px;
    left:50%;
    margin-left: -150px;
}

#myBtn {
    width: 300px;
    font-size: 18px;
    padding: 10px;
    border: none;
    color: transparent;
    cursor: pointer;
    background-image: url("/landing_files/susilive100/img/play.svg");
    height: 300px;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0.6;
}

body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    font-size: 18px;
    background-color:#e0e0e0;
    color:#fff;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    max-width: 1000px;
    margin:0px auto;
    position: relative;
    padding-top:0px;
    padding-bottom: 0px;
    min-height: calc(100vh - 70px);
    height:865px;
}
.header {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    z-index: 23;
}
.header-inner {

    height: 95px;

    width: 1000px;
    margin: 0 auto;
    max-width: 100%;

    background-image: url(/landing_files/susilive100/img/logo2.svg), url(/landing_files/susilive100/img/susi_live.png);
    background-position: 0 6px, right 5px;
    background-repeat: no-repeat;
    background-size: auto 80px;
}
h4 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
#myBtn {display: none}
#btn2 {
    width: 340px;
    text-align: center;
    display: none;
}
.text-bottom {
    position: absolute;
    top:750px;
    width:auto;
    left:50px;
}
nav {
    text-align: right;
    margin-top:90px;
}
nav a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin:0 15px;
    opacity: 0.7;
}
nav a:last-child {
    margin-right:0;
}
.box {
    height:460px;
    width:430px;
    background:#fff;
    text-align: center;
    position: absolute;
    right:18px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 30px rgba(44, 44, 44, 0.3);
    max-width: 100%;
    z-index: 2;
    top: 60%;
    margin-top: -240px;
}
.cross {
    position: absolute;
    top: 286px;
    width: 100px;
    height: 100px;
    content: "";
    background-image: url("/landing_files/susilive100/img/plus.svg");
    right: 104px;
    margin-left: 0;
    z-index: 1;
}

.box::before{
    width: 339px;
    height:301px;
    background-image: url("/landing_files/susilive100/img/arrow.gif");
    background-size: 100% auto;
    position: absolute;
    margin-top:-150px;
    top:80%;
    left:-330px;
    content:"";
    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
    -ms-animation: fadein 5s; /* Internet Explorer */
    -o-animation: fadein 5s; /* Opera < 12.1 */
    animation: fadein 5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
h1 {
    font-weight: 800;
    font-size: 30px;
    padding: 40px 30px 50px 30px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: -1.5px;
}
#step2 h1 {
    margin-bottom:0;
}
h2 {
    margin-bottom:20px;
}
#datepicker {
    background-image: url("/landing_files/susilive100/img/date.png");
    background-repeat: no-repeat;
    background-position: 94% center;
}
a.choose {
    color:#fff;
    font-weight: 600;
    background:#e52320;
    display: inline-block;
    margin-bottom: 30px;
    width: calc(100% - 80px);
    height:60px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
}
.footer {
    height:174px;
    padding-top:40px;
    bottom:0;
    width:100%;
    position: absolute;
}

.footer img {
    border-radius: 50%;
    width:100px;
    height:100px;
    border: 2px solid #ffff;
    margin: 0 15px;
}
footer {
}
.footer-bottom {
    bottom: 0;
    text-align: center;
    width: 450px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background-image: url("/landing_files/susilive100/img/3seals.png");
    background-repeat:no-repeat;
    background-size: 170px auto;
    background-position: left center;
    max-width: 100%;
    color:#707070;
}
.footer-bottom p {
    font-size: 15px;
    float: right;
    line-height: 1.2;
    text-align: left;
    margin-top: 19px;
}
.footer-bottom a {
    font-size: 14px;
    color: #6e6e6e;
}
.modal {
    position: absolute;
    top: 265px;
    left: 50%;
    margin-left: -230px;
}
.modal .box:before {
    display: none;
}
.modal .box {
    width:600px;
    left:-70px;
    height:auto;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.47);
    background:white;
}
.modal .box ul {
    background-color: #fdeb89;
    padding:15px 45px;
    font-size: 18px;
    margin-bottom:40px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    text-align: left;
}
.modal .box ul li i {
    color: #f04152;
    margin-right:15px;
}
.modal .box ul li {
    height: 37px;
    line-height: 40px;
}
.modal .box p, .content p {
    width: 92%;
    margin: 30px auto;
    line-height: 1.3;
    font-weight: 300;
}
.modal .box h1 {
    background:#ef4b52;
}
footer {
    background: #e0e0e0;
}
.content p{
    font-size: 15px;
    width:90%;
}
.content p a {
    color: #fff;
    text-decoration: underline;
}
.modal a.choose {
    width: calc(100% - 150px);
    margin-bottom:40px;
}
.ui-widget.ui-widget-content {
    width:370px;
    margin-top: 3px;
    border-radius: 0;
    border: 0px;
}
.ui-widget-header {
    border: 0px solid #dddddd!important;
    background: none!important;
    color: #b9b9b9;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: none;
    text-align: center!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff!important;
    background: none!important;
    font-weight: normal!important;
    color: #b9b9b9!important;
    text-align: center;
}
.ui-icon-circle-triangle-w {
    background-position: center center!important;
    background-image: url("/landing_files/susilive100/img/1.png") !important;
}
.ui-icon-circle-triangle-e {
    background-position: center center!important;
    background-image: url("/landing_files/susilive100/img/3.png") !important;
}
.ui-datepicker-prev {
    border:none!important;
    left:2px!important;
    top:2px!important;
}
.ui-datepicker-next {
    border:none!important;
    right:2px!important;
    top:2px!important;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url("/landing_files/susilive100/img/2.png") !important;
    background-repeat: no-repeat;
    background-position: center right;
    border:none;
    outline: none;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}
select:focus::-ms-value {
    background-color: transparent;
}
#datepicker {
    background-image: url("/landing_files/susilive100/img/date.png");
    background-repeat: no-repeat;
    background-position: 94% center;
}
option {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border:0;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: #dedede;
}
.custom-select {
    width: calc(100% - 50px);
    margin:0 auto;
    height:60px;
    line-height: 60px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 34px;
    right: 10px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-color: #000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 25px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #dedede;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.ui-datepicker table, .ui-datepicker .ui-datepicker-title select, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 13px!important;
}
.ui-widget-header, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: 0!important;
    background: transparent!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff!important;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: #3b82c4;
    color:#fff;
}
.select-items div {
    height: 31px;
    line-height: 31px;
    padding: 0;
    border: 0;
}
.select-items div:first-child {display: none}
.select-selected {
    border:0px;
    border-radius: 5px;
}
.content input {
    width: calc(100% - 80px);
    margin:0px auto;
    background-color: #ffffff;
    height: 60px;
    line-height: 60px;
    border:0;
    padding:10px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom:20px;
    box-sizing: border-box;
}

#step12 input {
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 15px !important;
    margin: 1px 0;
    height: 23px!important;
    font-weight: bold!important;
}
/* Customize the label (the container) */
label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    float: left;
    text-align: left;
}

/* Hide the browser's default checkbox */
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
    background-color: #3b82c4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-container {
    padding: 20px 50px;
}
.clear {
    clear: both;
    margin: 0;
    padding:0;
}

#foot-last {
    display: block;
    border-top:1px solid #fceb89;
}
.icons {
    width:260px;
    max-width: 100%;
    height: 100px;
    background-image: url("/landing_files/susilive100/img/icons.png");
    background-size: 100% auto;
    position: absolute;
    top:220px;
    right:100px;
}

.box {padding-bottom: 1px;height: auto;background-size: cover;}
.box .account {
    color:#e52320;
    font-weight: bold;
    margin-bottom:20px;
    display: block;
}

.x-img {
    padding: 0px 0 0 0;
    position: fixed;
    top: 2px;
    right: 2px;
    z-index: 99999999;
    visibility: visible;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    text-decoration: underline;
    min-width: 20px;
}
.x-img a{
    background-image: url(/landing_files/susilive100/img/x-close.png);
    display:block;
    width:20px;
    height: 20px;
    background-size: 100% auto;
    color: transparent;
}
@media all and (min-height: 1200px) {
    .wrapper {min-height: calc(100vh - 140px);}
    h1 {margin-bottom:15px;}
}
@media screen and ( max-height: 900px ){
    .box {top: 200px;margin-top: 0;}
}

@media screen and ( max-height: 800px ){
    .wrapper {min-height: 850px;}
}
@media screen and ( max-height: 770px ){
    .box {top: 130px;}
    .wrapper {max-height: 690px;}
    .box::before {top:50%;left:-230px; width: 270px;height: 233px;}
}
@media all and (min-width: 1921px) {
    body {background-image: url(/landing_files/susilive100/img/back2x.jpg);background-size: cover;background-color: #2c2c2c}
    footer {margin-top:70px}
}
@media all and (max-width: 768px) {
    body {background-image: none}
    .cross {display: none}
    .wrapper {background-size: initial;}
    .box::before {top:50%;left:-230px; width: 270px;height: 233px;}
}
@media all and (max-width: 690px) {
    .box {width: 340px;right: 7%}
    h1 {font-size: 24px;padding: 30px 20px 40px 20px;margin-bottom: 20px;}
}

@media all and (max-width: 650px) {
    .text-bottom {left:20px;}
    h4 {font-size: 32px;}
}

@media all and (max-width: 600px) {
    .box {width: 380px;}
    h1 {font-size: 26px;}
    .icons {width: 200px;height: 77px;top:240px;right:113px;}
}
@media all and (max-width: 550px) {
    .icons {display: none}
    .box {width: 430px;right: 50%;margin-right: -215px;top: 220px;margin-top:0;}
    #btn2 {display: block}
    .text-bottom {top: 720px;text-align: center;left: 50%;margin-left: -170px;}
    h4 {color:#fff;}
    .fullscreen-bg__video {object-fit: cover;}
}
@media all and (max-width: 590px) {
    .box::before {display: none}
    .header {background-size: auto 50px;background-position: center 10px;}
    .header span {line-height: 145px;padding:0;text-align: center}
    .modal .box ul {font-size: 16px;padding: 15px 0;-moz-column-count: 1;-moz-column-gap: 0;-webkit-column-count: 1;-webkit-column-gap: 0;column-count: 1;column-gap: 0;margin-bottom:25px;}
    .modal .box ul li {height: 34px;line-height: 32px;width: 230px;margin: 0 auto;}
    .modal a.choose {margin-bottom: 25px}
    .modal h1 {font-size:19px;}
    .modal .box {width: 100%}
    .modal {left: 0%;width: 104%;margin-left: -2%;}
    .fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob.jpg);background-size: cover;background-position: center;}
    #video-2.fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob2.jpg)}
    #video-3.fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob3.jpg)}
    #video-4.fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob4.jpg)}
    #video-5.fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob5.jpg)}
    #video-6.fullscreen-bg {background-image: url(/landing_files/susilive100/img/bg-mob6.jpg)}


}
@media all and (max-width: 460px) {
    .wrapper {background-position: 0 20px;}
    .header-inner {background-size: auto 60px; height:80px}
    #myBtn {display: none}
    .box {top:130px;}
}

@media all and (max-width: 450px) {
    h1 {font-size: 22px;}
    .check-container {padding: 20px 25px;}
    .modal .box h1 {font-size: 19px;height: 90px;line-height: 1.2;padding-top: 20px;}
    .wrapper {background-image: url("/landing_files/susilive100/img/modelmobile.jpg");background-position: center 90px; height:802px;min-height: auto}
    .icons {bottom: 216px;left: 50%;right: auto;margin-left: -125px;width: 250px;height: 97px;}
    .text-bottom {top:620px;}
    h4 {font-size: 36px}
    .box {width: 96%;right: auto;margin: 0;left: 2%;background-position: center}
}
@media all and (max-width: 420px) {
    .icons {bottom:210px;}
    a.choose {font-size: 22px;}



    @media all and (max-width: 390px) {

        .check-container {padding: 20px 20px;}
        a.choose {font-size: 15px;}
        .footer-bottom {background-size: 140px auto}
        .footer-bottom p {font-size: 14px}
        #btn2 {width: 255px;text-align: center;font-size: 20px;font-weight: bold;}
        .text-bottom {margin-left: -127px;}
    }

    @media all and (max-width: 350px) {
        .modal h1 {font-size: 16px;}
        .modal a.choose, .footer-bottom p {font-size: 13px;}
    }