html {
    font-size: 16px
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400
}

a:not(.btn) {
    text-decoration: underline;
    -webkit-transition: 150ms all linear;
    transition: 150ms all linear
}

a:not(.btn):hover {
    text-decoration: none;
    opacity: .8
}

a.btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.75em;
    padding: 10px 15px;
    font-weight: 700;
    -webkit-transition: 150ms all linear;
    transition: 150ms all linear
}

*>:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2
}

h1 {
    font-size: 3.25em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px
}

h2 {
    font-size: 1.75em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 45px
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.25em
    }
    h2 {
        font-size: 1.5em;
        margin-bottom: 30px
    }
}

p {
    margin-bottom: 20px;
    line-height: 1.2
}

header {
    padding: 45px 0 60px;
    position: relative;
    z-index: 300
}

section,
footer {
    padding: 60px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    section {
        padding: 30px 0
    }
}

section .container {
    position: relative
}

section .container .row {
    position: relative
}

section .container .row>div {
    position: relative
}

hr {
    margin: 0
}

header {
    background: url(../images/bitcoin_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

header:before,
header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 1
}

header:before {
    left: 0;
    width: calc(50% - 245px);
    height: 30px;
    background: url(../fonts/triangleLeft.svg) no-repeat top left
}

header:after {
    right: 0;
    width: calc(50% + 245px);
    height: 175px;
    background: url(../fonts/triangleRight.svg) no-repeat top right
}

header .cofounderImg {
    position: absolute;
    top: 0;
    z-index: 0;
    right: calc(50% - 500px);
    width: 450px;
    height: auto
}

header .cofounderImg .imgLabel {
    position: absolute;
    bottom: 220px;
    right: -70px;
    font-size: .875em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.25);
    padding: 10px 10px 10px 60px;
    border-radius: 4px;
    z-index: 1
}

header .cofounderImg img {
    position: relative;
    z-index: 5
}

header .container {
    position: relative;
    z-index: 2
}

header .container h2 a {
    pointer-events: none;
    color: #fff;
    text-decoration: underline;
    position: relative;
    background: #d65000;
    padding: 0 5px;
    border-radius: 3px
}

header .container h2 a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    background: #f05a00
}

header #logoHeader {
    max-width: 200px;
    height: auto;
    margin-bottom: 45px
}

header h1 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0
}

header h1 span {
    display: block;
    font-size: .7em;
    font-weight: 400;
    margin-top: 10px
}

header h2 {
    margin-top: 30px;
    line-height: 1.2;
    margin-bottom: 30px
}

header .quote {
    position: relative;
    padding-left: 45px;
    font-style: italic
}

header .quote:before {
    content: "\f10e";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    opacity: .4
}

header .quote .quoteAuthor {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    margin-top: 5px;
    font-style: normal
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header:before {
        width: calc(50% - 200px)
    }
    header:after {
        width: calc(50% + 200px)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header:before {
        width: calc(50% - 160px)
    }
    header:after {
        width: calc(50% + 160px);
        height: 95px
    }
    #register {
        top: -1px;
        background: white;
    }
}

@media screen and (max-width: 767px) {
    header:before,
    header:after {
        width: 50%;
        height: 30px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .cofounderImg .imgLabel {
        bottom: 370px;
        right: 30px
    }
}

@media screen and (max-width: 991px) {
    header .cofounderImg {
        top: auto;
        bottom: -40px;
        width: 400px
    }
    header .cofounderImg .imgLabel {
        display: none
    }
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 30px
    }
    header .cofounderImg {
        top: 80px;
        bottom: 0;
        right: -180px;
        width: 370px;
        height: auto
    }
}

@media screen and (max-width: 500px) {
    header .cofounderImg {
        top: 80px;
        bottom: 0;
        right: -265px;
        width: 470px;
        height: auto
    }
}

section.video {
    padding-top: 45px;
    padding-bottom: 45px
}

@media screen and (min-width: 992px) {
    section.video>.container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    section.video>.container>.row .embed-responsive {
        height: 100%;
        background: #333
    }
}

section.video .videoWrapper {
    height: 100%;
    background: #000;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15)
}

@media screen and (min-width: 768px) {
    section.video {
        z-index: 310
    }
}

@media screen and (max-width: 767px) {
    section.video>.container>.row {
        display: block
    }
}

.registerForm {
    min-height: 100%;
    position: relative;
    z-index: 10;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 34px 29px 29px;
    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
}

.registerForm:before {
    content: "";
    background: #d65000;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    section.video .registerForm {
        padding: 19px 14px 14px
    }
}

@media screen and (max-width: 767px) {
    section.video .registerForm {
        margin-top: 0
    }
}

@media screen and (max-width: 400px) {
    .registerForm {
        padding: 19px 14px 14px
    }
}

section.video .registerForm .formHeader {
    position: absolute;
    padding-bottom: 15px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    color: #d65000;
    text-transform: uppercase
}

section.video .registerForm .formHeader span {
    display: block;
    font-size: .7em;
    font-weight: 700;
    color: #333;
    text-transform: none
}

@media screen and (max-width: 400px) {
    section.video .registerForm .formHeader span {
        font-size: 1em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    section.video .registerForm .formHeader span {
        font-size: .9em
    }
}

@media screen and (max-width: 991px) {
    section.video .registerForm .formHeader {
        position: static;
        -webkit-transform: none;
        transform: none
    }
    #register {
        top: -1px;
        background: white;
        z-index: 301;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    section#aboutTool {
        background-position: calc(50% + 530px) center
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    section#aboutTool {
        background-position: calc(50% + 620px) center;
        background-size: auto calc(100% - 70px)
    }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    section#aboutTool {
        background-position: center calc(100% - 20px);
        background-size: auto 300px;
        padding-bottom: 350px;
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    section#aboutTool {
        background-position: center calc(100% - 20px);
        background-size: auto 160px;
        padding-bottom: 200px;
        text-align: center
    }
}

section#faq {
    counter-reset: faq
}

@media screen and (min-width: 768px) {
    section#faq .faqDivider {
        margin: 30px 0
    }
}

@media screen and (max-width: 767px) {
    section#faq .faqDivider {
        border: none;
        margin-bottom: 30px
    }
}

section#faq .faqBlock {
    line-height: 1.2;
    margin-bottom: 10%;
    padding-left: 98px
}

section#faq .faqBlock .faqQ {
    font-size: 1.175em;
    position: relative;
    margin-bottom: 40px;
    counter-increment: faq
}

section#faq .faqBlock .faqQ:before {
    content: attr(data-text) counter(faq);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.272727em;
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 34px;
    position: absolute;
    top: -10px;
    left: -98px;
    text-align: center;
    line-height: 68px;
    background: #2ba6df;
    color: #fff
}

section#faq .faqBlock .faqA {
    position: relative
}

section#faq .faqBlock .faqA:before {
    content: attr(data-text) counter(faq);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.75em;
    display: block;
    width: 68px;
    height: 42px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -98px;
    text-align: center;
    line-height: 42px;
    background: #ededed;
    color: #333
}

section#footerForm {
    background: url(../images/bitcoin_bg.jpg) no-repeat center center;
    background-size: cover;
}

footer #logoFooter {
    max-width: 166px;
    height: auto;
    margin: 0 auto 45px
}

footer .footerText p {
    text-align: center;
    font-size: .75em;
    color: #adadad;
    line-height: 1.2
}

footer .footerText p a {
    margin: 0 10px;
    color: #adadad
}

footer .footerText p a:hover {
    text-decoration: none;
    color: #6dc2e9
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 30px;
        padding-bottom: 20px
    }
    footer .footerText p a {
        margin: 10px;
        display: inline-block
    }
    footer #logoFooter {
        margin-bottom: 30px
    }
}

.famousPeople {
    background-color: #fff
}

.famousPeople h1 {
    margin-bottom: 15px
}

.famousPeople h2 {
    margin-bottom: 30px
}

.famousPeople .famousPeopleInnerWrap .row {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .famousPeople .famousPeopleInnerWrap .row [class^='col-']:not(:nth-last-child(1)):not(:nth-last-child(2)) {
        border-bottom: 1px solid #ededed;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .famousPeople .famousPeopleInnerWrap .row [class^='col-']:not(:nth-last-child(1)) {
        border-bottom: 1px solid #ededed;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson {
    position: relative;
    height: 100%
}

@media screen and (max-width: 767px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson {
        padding-top: 110px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson {
        padding-left: 90px;
        padding-top: 35px
    }
}

@media screen and (min-width: 992px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson {
        padding-left: 120px;
        padding-top: 50px
    }
}

.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson img {
    position: absolute;
    z-index: 2;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson img {
        width: 120px;
        height: 120px;
        top: 0;
        left: 50%;
        margin-left: -60px;
        border-radius: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson img {
        width: 120px;
        height: 120px;
        top: 0;
        left: -5px;
        border-radius: 60px
    }
}

@media screen and (min-width: 992px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson img {
        width: 160px;
        height: 160px;
        top: 0;
        left: -5px;
        border-radius: 80px
    }
}

.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson h3,
.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p {
    position: relative;
    z-index: 4
}

.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson h3.famousPerson--name {
    text-align: left;
    margin-top: 0;
    background: #fff;
    color: #f9b256;
    border-radius: 6px
}

@media screen and (max-width: 767px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson h3.famousPerson--name {
        text-align: center;
        padding: 10px 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson h3.famousPerson--name {
        padding: 10px 15px;
        margin-bottom: 25px
    }
}

@media screen and (min-width: 992px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson h3.famousPerson--name {
        padding: 15px 20px;
        margin-bottom: 25px
    }
}

.famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p.famousPerson--quote {
    font-style: italic;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p.famousPerson--quote {
        text-align: center;
        font-size: 1em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p.famousPerson--quote {
        padding-left: 30px;
        font-size: 1.1em
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p.famousPerson--quote {
        padding-left: 60px;
        font-size: 1.15em
    }
}

@media screen and (min-width: 1200px) {
    .famousPeople .famousPeopleInnerWrap .famousPeopleSinglePerson p.famousPerson--quote {
        padding-left: 60px;
        font-size: 1.25em
    }
}

#modal-crazy .modal-content {
    overflow: hidden;
    border-radius: 4px;
    background: url(../images/bitcoin_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff
}

#modal-crazy button.close {
    float: right;
    position: relative;
    top: -20px;
    right: -20px;
    z-index: 20;
    background: #d65000;
    opacity: .5;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400
}

#modal-crazy button.close:hover {
    opacity: 1
}

#modal-crazy button.close span {
    position: relative;
    top: -3px;
    left: -2px
}

#modal-crazy .modal-body {
    padding: 45px;
    min-height: 625px
}

#modal-crazy .modalPeopleText h1 {
    color: #d65000;
    font-size: 4em;
    margin: 0
}

#modal-crazy h2 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 30px
}

#modal-crazy .registerForm {
    padding: 0 15px;
    border: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 15px
}

#modal-crazy .registerForm:before {
    display: none
}

#modal-crazy .secondModal p strong {
    font-size: 2em;
    background-color: #2ba6df;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px 20px
}

#modal-crazy .form-control {
    font-size: 1em;
    padding-left: 40px;
    height: auto;
    /*margin-top: 3%*/
}

#modal-crazy .form-phone-group input {
    padding-left: 120px
}

.modal-backdrop.in {
    opacity: .75
}

@media screen and (min-width: 1199px) {
    #register .registerForm {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    header {
        text-align: center
    }
    header #logoHeader {
        margin-left: auto;
        margin-right: auto
    }
}

.registerForm .form-control {
    min-height: 40px;
    padding-left: 40px;
    /*margin-top: 3%*/
}

.registerForm .formTeaser {
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    background: #d65000;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d65000
}

.securityBadges {
    width: 85%;
    max-width: 320px;
    margin-top: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.formTeaser span {
    margin-left: 5px
}

.formTeaser span:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 0 0 2px 0;
    -webkit-transform: rotate(45deg) scale(1.5) translate(0, -2px);
    transform: rotate(45deg) scale(1.5) translate(0, -2px);
    margin-right: 15px
}

.navBarSlider .container .modal {
    text-align: left
}

.errorModal {
    text-align: left
}

#footerForm h1 span {
    display: block;
    font-size: .6em;
    line-height: 1.25;
    margin-top: 10px
}

.videoWrap {
    padding: initial
}

.modal-body .component-form-registration div {
    color: #fff
}

.btn {
    font-weight: 700;
    display: block;
    width: 100%;
    background-color: #2ba6df;
    border-color: #2ba6df;
    box-shadow: 0 2px 0 #1978a5;
    text-transform: uppercase;
    white-space: normal;
    color: #fff
}

.checkbox,
.radio {
    font-size: 11px;
    color: #000;
}

.up_sound {
    text-align: center;
    display: none;
    width: 166px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 38%;
    bottom: 0;
    z-index: 5;
    color: #fff;
    background-color: #000;
    padding-top: 3px;
    font-size: 21px;
}

#volume_up {
    position: absolute;
    z-index: 5;
    top: 25%;
    right: 37%;
    width: 24%;
    display: none;
    cursor: pointer;
}

#apYou {
    position: absolute;
    width: 12%;
    bottom: 41%;
    right: 43%;
}

.anticlicker {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

.error {
    border: 1px solid red !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
}

label.error {
    color: white;
    background-color: red;
    padding: 4px 6px;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 12px;
    width: 95%;
    text-align: center;
    bottom: 1px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
}

.stepIndicator {
    margin-bottom: 5%;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    top: 5px
}

.stepIndicator .stepBadge:not(.done) span {
    background: #fff;
    color: #2ba6df;
    box-shadow: inset 0 0 0 1px #bdbdbd, 0 0 0 4px #fff
}

.stepIndicator .stepBadge span {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 0 4px #fff
}

.stepIndicator1 {
    margin-bottom: 5%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: relative;
    left: 0;
    right: 0;
    top: 5px
}

.stepIndicator1 .stepBadge:not(.done) span {
    background: #fff;
    color: #2ba6df;
    box-shadow: inset 0 0 0 1px #bdbdbd, 0 0 0 4px #fff
}

.stepIndicator1 .stepBadge span {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 0 4px #fff
}

.hover-modal {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 10px;
    position: fixed
}

.modal {
    background: rgba(0, 0, 0, .7)
}

.checkboxPop {
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.btn {
    font-size: 1.5em !important
}

.formHeader {
    margin-bottom: 3%
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 1348px) {
    .lead {
        font-size: 21px;
    }
}

@media screen and (max-height: 768px) {
    #modal-crazy .modalPeopleText h1 {
        font-size: 40px;
    }
    #modal-crazy h2 {
        font-size: 20px;
    }
    .lead {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .checkboxPop {
        font-size: 10px;
    }
    .modal-dialog {
        margin: 0;
        min-height: 637px !important;
    }
}

@media screen and (max-width: 1024px) {
    header:before {
        height: 32px;
    }
    header:after {
        height: 145px;
    }
}

@media screen and (max-height: 1366px) {
    header:before {
        height: 32px;
    }
    header:after {
        height: 145px;
    }
}

.formHeader1 {
    color: #000;
    margin-bottom: 3%;
    font-size: 20px;
    text-align: center;
    font-weight: 700
}

/*#myform1 {*/

/*min-height: 420px*/

/*}*/

.text-center {
    text-align: center
}

@media screen and (min-width: 1200px) {
    section.video .registerForm .formHeader {
        font-size: 1.6em
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    section.video .registerForm .formHeader {
        font-size: 1.4em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    section.video .registerForm .formHeader {
        font-size: 1.6em
    }
}

@media screen and (max-width: 767px) {
    section.video .registerForm .formHeader {
        font-size: 1.5em
    }
}

header .container h2 a {
    white-space: normal
}

.registerForm .btn {
    font-size: 1.25em
}

@media screen and (min-width: 992px) {
    .navBarSlider .container .form-inline .btn {
        font-size: .8em
    }
    .navBarSlider .container .form-inline .form-control {
        min-width: 260px
    }
    .navBarSlider .container .sliderText {
        font-size: .8em
    }
}

#apYou {
    position: absolute;
    width: 12%;
    bottom: 41%;
    right: 43%;
}

.embed-responsive {
    background: black;
}

@-moz-document url-prefix() {
    #modal-crazy button.close span {
        left: -4px;
    }
    header::before {
        width: auto;
    }
    header::after {
        width: auto;
    }
    section.video .registerForm .formHeader {
        top: 14px;
    }
}

section.brightSection h1 {
    color: #d65000;
}

.disclaimerFooter {
    font-size: 0.75em;
    color: #adadad;
    padding: 15px;
    border: 1px solid #ededed;
    margin-top: 15px;
}

.disclaimerHeader {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .75em;
    opacity: .5;
}

.gdpr-small {
    text-align: center;
    line-height: 1;
    font-size: .65em;
    margin-top: 3%;
    color: black;
}

.gdpr-small img {
    width: auto;
    height: 1em;
    display: inline-block;
}

.gdpr-small .tooltiplink {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.gdpr-small .tooltiplink .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity .3s;
}

.gdpr-small .tooltiplink .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent;
}

.gdpr-small .tooltiplink:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.stepIndicator .stepBadge {
    width: 20%;
    text-align: center;
    position: relative;
}

[type="checkbox"] {
    top: -4px;
}

.checkbox span {
    font-size: 12px;
}

@media (min-width: 480px) {
    .btn {
        min-height: 70px;
        font-size: 2em;
        line-height: 1.2;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.last-row {
    margin-bottom: 3%;
}

.phone {
    /*padding-left: 90px !important;*/
}

/*#myform .flag-container,*/

/*#myform1 .flag-container{*/

/*height: 40px;*/

/*color: #333333;*/

/*}*/

/*#myform2 .flag-container {*/

/*height: 36px;*/

/*color: #333333;*/

/*}*/

.selected-flag,
#modal-crazy button.close {
    outline: 0;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 776px;
}

/*.preloader {*/

/*display: none;*/

/*background: white;*/

/*position: absolute;*/

/*top: 0%;*/

/*bottom: 0;*/

/*left: 0%;*/

/*right: 0;*/

/*z-index: 5;*/

/*background-image: url(../images/preloader.gif);*/

/*background-repeat: no-repeat;*/

/*background-position: 50% 50%;*/

/*opacity: 0.5;*/

/*}*/

#faq {
    background-color: #f1f1f1;
}

.securityBadges:hover {
    filter: grayscale(0%);
    transition: .7s;
}

.famousPeopleSinglePerson:hover {
    box-shadow: -15px -15px 15px -40px, 40px -40px 10px -40px;
    transition: .5s;
}
