@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Bold.ttf);
    font-weight: 700;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 600px) {
    #myVideo {
        right: unset;
    }
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

h1 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

a {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;

}
.wrapper {
    /* display: flex;
    width: 100vw;
    height: auto; */
}
.hide {
    display: none
}

.next,
.btn-continue {
    width: 150px;
    height: 50px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: #C90000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 37px;
    border: none;
}
.next.no{
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #C90000;
    box-shadow: 0px 5px 10px #00000080;
}
.next.yes{
    width: 60px;
    height: 60px;
    box-shadow: 0px 5px 10px #00000080;
    border: 2px solid #C90000;
}
.next:hover,
.btn-continue:hover {
    /* background: #fff */
}

.next.hide,
.hide.btn-continue {
    display: none
}

.prevStep {
    color: #333;
    text-decoration: none;
    float: left;
    padding-top: 15px
}

.prevStep .icon {
    width: 10px;
    height: 11px;
    display: inline-block;
    padding-right: 5px;
    background: url(../images/back-icon.png) no-repeat 0 0;
}

input {
    display: inline-block;
    width: 97%;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff;
    padding-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    padding: 0 0 0 10px;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
  }

.wrapper .content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0; */

    height: 100%;
    overflow: auto;
}

.wrapper .content .textBox {
    width: 550px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Open Sans';
}
.wrapper .content .textBox.last{
    background: #ffffff70;
    border-radius: 30px;
    padding: 40px;
    width: 450px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox.last{
        width: 100%;
        bottom: 0;
        top: 0%;
        overflow-y: scroll;
        padding: 0;
        border-radius: 0px;
    }
    .wrapper .content .textBox.last .emailField {
        margin: 10px 0;
    }

}
.wrapper .content .textBox.last .title, .wrapper .content .textBox.last .list{
    color: #000000 !important;
    text-shadow: none !important;
}
.wrapper .content .textBox.last .list{
    font-size: 16px;
}
.wrapper .content .textBox.last .list ol{
    padding-top: 20px;
    text-align: left;
}
.wrapper .content .textBox.last .list ol li{
    margin-top: 10px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 100% 80% !important;
    }
    .wrapper .content .textBox {
        margin: auto;
        bottom: 5%;
    }
}



.wrapper .content .textBox .stepContent {
    padding: 15px 10px 10px 10px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent {
        text-align: center;
        background-position: center 10px
    }
}

.wrapper .content .textBox .stepContent .important {
    text-transform: uppercase;
    color: #d8a23e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 28px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .important {
        padding-bottom: 0
    }
}

.wrapper .content .textBox .stepContent .title {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000BF;
    opacity: 1;
    font-size: 20px;
    line-height: 1.5;
}
.wrapper .content .textBox .stepContent .title p, .stepContent .subTitle p{
    margin: 7px 0;
    line-height: 1.3;
}

.wrapper .content .textBox .stepContent .title span {
    padding-top: 5px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .title {
        padding: 10px 0 10px
    }
}

.wrapper .content .textBox .stepContent .subTitle {
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-shadow: 0px 3px 6px #000000BF;
    line-height: 1.5;
}

.wrapper .content .textBox .stepContent .subTitle span{
    color: #C90000;
    text-shadow: 0px 3px 6px #000000BF;
    margin-right: 7px;
}
#errorMsg{
    color: #C90000;
    font-weight: 700;
    position: relative;
    top: -15px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .subTitle {
        padding: 0
    }
}

.wrapper .content .textBox .stepContent .submitForm {
    text-align: right
}

.emailField {
    width: 60%;
    margin: 25px 0;
    border-radius: 30px;
}

.wrapper .content .textBox .stepContent .submitForm .prevStep {
    float: left
}

.wrapper .content .textBox .stepContent .submitForm .error {
    color: #e61515;
    text-align: center
}

.wrapper .content .textBox .stepContent .selection {
    padding-top: 18px
}

.wrapper .content .textBox .stepContent .selection select {
    display: inline-block;
    width: 209px;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .selection select {
        display: block;
        margin: 0 auto
    }
}

.wrapper .content .textBox .stepContent .selection select.single {
    width: 100%
}

.wrapper .content .textBox .stepContent .selection p {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px
}

.wrapper .content .textBox .stepContent .buttons {
    padding-top: 30px;
    text-align: right;
    height: 50px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .buttons {

        height: auto;
    }
}

.wrapper .content .textBox .stepContent.four {
    background: #fff
}

.wrapper .content .textBox .stepContent.four .title,
.wrapper .content .textBox .stepContent.four .subTitle {
    padding-left: 0
}

.wrapper .content .textBox .stepContent.six {
    min-height: 170px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent.six {
        min-height: 200px
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox {
        width: 90%
    }
}


.jGrowl.top-right {
    top: 13%
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right {
        top: auto !important;
        bottom: 0;
        left: 0
    }
}

.jGrowl.top-right .jGrowl-notification {
    width: 310px;
    height: 73px;
    padding: 0;
    background: #fff;
    opacity: 1;
    border: 1px solid #efefef;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25)
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification {
        height: 50px;
        margin: 10px auto
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder {
    float: left;
    width: 60px;
    height: 60px;
    padding: 6px 12px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #efefef;
    overflow: hidden
}

.jGrowl.top-right .jGrowl-notification .img-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder {
        width: 40px;
        height: 40px;
        padding: 5px 7px
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder img {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder {
    width: 180px;
    color: #525252;
    float: left;
    padding: 13px 0 14px 10px;
    line-height: 23px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder {
        padding: 13px 0 13px 10px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder h3 {
    font-size: 16px;
    font-weight: bold
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder h3 {
        display: inline-block;
        font-size: 14px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder p {
    font-size: 11px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder p {
        display: inline-block;
        margin-left: 4px
    }
}

.jGrowl.top-right .jGrowl-notification .jGrowl-close {
    color: #a0a0a0;
    padding: 3px 8px;
    font-size: 18px;
    font-weight: 400
}

#ppialog-popover-container {
    font-size: 14px;
    position: fixed;
    z-index: 2258594000;
    -webkit-font-smoothing: initial;
    width: 500px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 500px) {
    #ppialog-popover-container {
        width: 100%
    }
}

#ppialog-popover-container.slide-down {
    top: 0
}

#ppialog-popover-container.slide-down.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideDownExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog {
    padding: 1.714em;
    width: 612px;
    margin-bottom: 18px
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #blocked-popover {
    display: block
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #normal-popover {
    display: none
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message {
    padding: 0 0.2em 0 0.2em;
    text-align: center;
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message img {
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message .unblock-image {
    margin: 2em 0 0.5em 0
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-button.secondary {
    padding: 0.714em 2em
}

#ppialog-popover-container #blocked-popover {
    display: none
}

#ppialog-popover-container.slide-up {
    bottom: 0
}

#ppialog-popover-container.slide-up.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideUpExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideUpExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-up #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideUpEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: backwards;
    animation-name: slideUpEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: backwards
}

#ppialog-popover-container #ppialog-popover-dialog {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.22) !important;
    background: white !important;
    padding: 1.286em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: 'Roboto', 'Noto', Helvetica Neue, Helvetica, Arial, sans-serif
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body {
    box-sizing: border-box;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon {
    box-sizing: border-box;
    float: left;
    width: 80px;
    height: 80px;
    position: relative
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img {
    width: 100%;
    height: 100%
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img.default-icon {
    width: 45px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 45px
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-message {
    box-sizing: border-box;
    padding: 0 0.2em 0 1.286em;
    float: left;
    width: calc(100% - 80px);
    font-size: 1.143em;
    line-height: 1.45em;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    color: #666 !important
}

#ppialog-popover-container #ppialog-popover-dialog button {
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 0.9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: inherit;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 75ms ease;
    transition: background-color 75ms ease;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button {
    padding: 0.714em 2em;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 400
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    background: #1165f1 !important;
    color: white !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:hover {
    background: #0c55d0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:active {
    background: #0a47ab
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary {
    box-shadow: none;
    background: white !important;
    color: #1165f1 !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:hover {
    color: #0b4cb7
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:active {
    color: #062861
}

#ppialog-popover-container #ppialog-popover-dialog .primary.popover-button+.secondary.popover-button {
    margin-right: 0.714em
}

#ppialog-popover-container #ppialog-popover-dialog .popover-footer {
    position: relative;
    margin: 0.25em 0.25em 0 0
}

#ppialog-popover-container #ppialog-popover-dialog .align-right {
    float: right
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix {
    display: block;
    backface-visibility: initial !important
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.last-step-form {
    width: 100%;
    text-align: center;
}

@-webkit-keyframes slideDownEnter {
    0% {
        -webkit-transform: translateY(-150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDownEnter {
    0% {
        transform: translateY(-150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDownExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(-150%)
    }
}

@keyframes slideDownExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-150%)
    }
}

@-webkit-keyframes slideUpEnter {
    0% {
        -webkit-transform: translateY(150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUpEnter {
    0% {
        transform: translateY(150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(150%)
    }
}

@keyframes slideUpExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(150%)
    }
}
