.main-logo {
    max-width: 170px;
}

.nxreg-form-loader-ctr {
    width: 100%;
    min-width: 345px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .nxreg-form-loader-ctr {
        height:500px
    }
}

@media screen and (min-width: 1200px) {
    .nxreg-form-loader-ctr {
        height:500px
    }
}

.nxreg-form-loader-ctr .nxreg-form-loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-left: 5px solid #ff066e;
    animation: rightrotate 900ms linear infinite
}

.nxreg-form-loader-ctr .nxreg-form-loader::before,.nxreg-form-loader-ctr .nxreg-form-loader::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border-radius: 50%;
    border-right: 4px solid #3853de;
    animation: leftrotate 900ms linear infinite
}

.nxreg-form-loader-ctr .nxreg-form-loader::after {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border: 0;
    border-left: 3px solid #efc000;
    animation: none
}

@keyframes leftrotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(720deg)
    }
}

@keyframes rightrotate {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

input[type=checkbox] {
    display: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    vertical-align: middle
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: dimgray;
    transition: .4s
}

.advertorial {
    text-decoration: underline;
    color: gray;
    padding-top: 40px;
    padding-bottom: 33px
}

@media screen and (min-width: 576px) {
    .advertorial {
        padding-bottom:0px
    }
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s
}

input:checked+.switch .slider {
    background-color: #00a1df
}

input:checked+.switch .slider::before {
    background-color: #fff;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

input:checked+.switch .slider::after {
    content: "";
    color: #fff;
    left: 20%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input:focus+.switch .slider {
    box-shadow: 0 0 1px #008dde
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.check-box label {
    margin-bottom: 10px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%)
}

.switch {
    position: relative
}

.check-box span:not(.slider) {
    display: inline-block;
    color: #fff;
    width: calc(92% - 45px);
    text-align: left;
    margin-left: 65px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px
}

.form-wrapper .form-group label.switch {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 40px
}

.terms-link {
    padding-top: 5px;
    color: dimgray;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    padding-left: 15px
}

.terms-link a {
    color: dimgray;
    font-weight: 300;
    text-decoration: underline
}

.check-box span:not(.slider) {
    display: inline-block;
    width: calc(92% - 45px);
    text-align: left;
    margin-left: 65px;
    font-size: 15px;
    vertical-align: top;
    font-size: .8125em;
    margin-bottom: 20px
}

textarea:focus,input:focus,button:focus {
    outline: none
}

button:hover {
    cursor: pointer
}

body {
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    color: #373737;
    background-color: #f8f8f8
}

@media screen and (min-width: 1200px) {
    header .header {
        height:640px !important
    }
}

@media screen and (min-width: 2200px) {
    header .header {
        height:680px !important
    }
}

@media screen and (min-width: 2400px) {
    header .header {
        height:700px !important
    }
}

@media screen and (min-width: 2560px) {
    header .header {
        height:725px !important
    }
}

main {
    background-color: #f8f8f8
}

@media screen and (min-width: 1200px) {
    main .container-fluid {
        max-width:1170px
    }
}

main .adv-section {
    margin: 0 auto 1rem
}

@media screen and (min-width: 992px) {
    main .adv-section {
        margin:0 auto 3.5rem
    }
}

@media screen and (min-width: 1200px) {
    main .adv-section {
        margin:1rem auto 2rem
    }
}

main .adv-section .adv {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #464646;
    margin-bottom: 0
}

@media screen and (min-width: 576px) {
    main .adv-section .adv {
        font-size:14px
    }
}

@media screen and (min-width: 1200px) {
    main .adv-section .adv {
        text-align:left;
        padding-left: 1rem
    }
}

main .article-section {
    text-align: center;
    margin-top: 2rem
}

main .article-section .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem
}

@media screen and (min-width: 576px) {
    main .article-section .container-fluid {
        padding-left:1.9rem;
        padding-right: 1.9rem
    }
}

main .article-section .column-1 {
    max-width: 590px;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    main .article-section .column-1 {
        max-width:595px;
        margin: unset
    }
}

@media screen and (min-width: 1200px) {
    main .article-section .column-2 {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }
}

main .article-section p,main .article-section h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f
}

main .article-section h3.section-title {
    margin-top: 2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

@media screen and (min-width: 1200px) {
    main .article-section h3.section-title {
        margin-top:0
    }
}

@media screen and (min-width: 1200px) {
    main .article-section p:last-of-type {
        margin-bottom:0
    }
}

main .calculator-section {
    padding: 0 15px 35px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    main .calculator-section {
        padding:20px 0 35px 0
    }

    main .calculator-section .arrow-img-row {
        position: relative
    }

    main .calculator-section .arrow-img-row .arrow-img-ctr {
        position: absolute;
        left: 60%;
        top: 100%
    }
}

main .calculator-section h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

@media screen and (min-width: 576px) {
    main .calculator-section h3 {
        font-size:18px
    }
}

@media screen and (min-width: 1200px) {
    main .calculator-section h3 {
        margin-left:15px;
        justify-self: center;
    }
}

main .calculator-section .calculator-ctr {
    scroll-margin-top: 15px;
    background: #161616;
    border-radius: 4px !important
}

@media screen and (min-width: 576px) {
    main .calculator-section .calculator-ctr {
        max-width: 100%;
        margin: 0 auto
    }
}

@media screen and (min-width: 1200px) {
    main .calculator-section .calculator-ctr {
        max-width: 100%;
        margin-left: 15px
    }
}

main .calculator-section .rounded {
    border: none;
    background-color: #fff;
    color: #161616;
    border-radius: 4px !important;
    height: 32px;
    width: 57%
}

@media screen and (min-width: 375px) {
    main .calculator-section .rounded {
        width:62%
    }
}

@media screen and (min-width: 768px) {
    main .calculator-section .rounded {
        width:59%
    }
}

main .calculator-section .calc-input {
    position: relative;
    background: #161616;
    padding: 20px 0;
    padding-left: 1.2rem;
    padding-bottom: 0;
    border-radius: 4px 4px 0 0
}

@media screen and (min-width: 768px) {
    main .calculator-section .calc-input {
        padding-bottom:28px;
        padding-left: 1.7rem;
        border-radius: 4px 0 0 4px
    }
}

main .calculator-section .calc-output {
    background: #161616;
    padding: 20px 0;
    padding-left: 1.2rem;
    padding-top: 0;
    border-radius: 0 0 4px 4px
}

main .calculator-section .calc-output .rounded {
    width: calc(100% - 1.2rem)
}

@media screen and (min-width: 768px) {
    main .calculator-section .calc-output {
        padding-top:20px;
        padding-left: 10px;
        border-radius: 0 4px 4px 0
    }

    main .calculator-section .calc-output .rounded {
        width: 86%
    }
}

main .calculator-section .title-calc {
    font-family: "Poppins","Montserrat",sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: 16px;
    text-align: left
}

@media screen and (min-width: 768px) {
    main .calculator-section .title-calc {
        font-size:14px
    }
}

main .calculator-section .calc-btn {
    background: #00a1df;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    margin-left: 10px;
    right: 5%;
    border: none;
    font-size: 16px
}

@media screen and (min-width: 375px) {
    main .calculator-section .calc-btn {
        width:calc(38% - 32px)
    }
}

@media screen and (min-width: 768px) {
    main .calculator-section .calc-btn {
        width:36%;
        font-size: 14px
    }
}

main .calculator-section .currency-sign {
    position: absolute;
    left: 1%;
    margin: 4px 0px;
    color: #161616;
    border: none;
    border-right: 1px solid #161616;
    display: inline-block;
    width: 7%;
    background: rgba(0,0,0,0)
}

@media screen and (min-width: 576px) {
    main .calculator-section .currency-sign {
        left:0%;
        width: 8%
    }
}

main .calculator-section #initial-value,main .calculator-section #potencial-value {
    padding-left: 10%
}

main .boxes-section h3 {
    font-family: "Poppins",sans-serif;
    color: #313131;
    font-weight: 700;
    margin-bottom: 2em;
    text-align: center;
    font-size: 16px;
    margin-top: 1.5rem
}

@media screen and (min-width: 576px) {
    main .boxes-section h3 {
        font-size:18px
    }
}

@media screen and (min-width: 1200px) {
    main .boxes-section h3 {
        text-align: center;
    }
}

main .boxes-section .boxes-ctr {
    text-align: center
}

@media screen and (min-width: 576px) {
    main .boxes-section .boxes-ctr {
        margin:0 auto
    }
}

@media screen and (min-width: 1200px) {
    main .boxes-section .boxes-ctr {
        max-width:initial
    }
}

main .boxes-section .boxes-ctr .box {
    margin-bottom: 1.9rem
}

@media screen and (min-width: 992px) {
    main .boxes-section .boxes-ctr .box {
        margin-bottom:2.3rem
    }
}

main .boxes-section .boxes-ctr .box .box-img-ctr {
    padding: 1rem 1.2rem .6rem;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 0 auto .5rem;
    border: 1px solid #e0e0e0;
    height: 100%
}

main .boxes-section .boxes-ctr .box .box-img-ctr img {
    margin-top: 0;
    margin-bottom: 1.1rem
}

main .boxes-section .boxes-ctr .box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #161616;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    main .boxes-section .boxes-ctr .box p {
        max-width:235px
    }
}

main .content p {
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 18px
}

@media screen and (min-width: 576px) {
    main .content p {
        font-size:20px
    }
}

main .payments-container .payment-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    margin: 1.5rem auto 0;
    gap: 10px
}

main .payments-container .payment-form img {
    padding-right: 10px;
    min-width: 0;
    min-height: 0
}

main .payments-container .payment-form img:last-of-type {
    padding-right: 0
}

@media screen and (min-width: 576px) {
    main .payments-container .payment-form {
        max-width:700px;
        flex-direction: row
    }
}

footer {
    font-family: "Poppins",sans-serif;
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    color: #4f4f4f
}

footer .nav-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0
}

footer .nav-row a {
    color: #4f4f4f;
    font-size: 14px;
    text-decoration: underline
}

footer div.disclaimer-ctr {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #4f4f4f
}

footer div.disclaimer-ctr a {
    color: #4f4f4f;
    text-decoration: underline
}

.cta-btn {
    background: #00a1df;
    border-radius: 4px;
    padding: 1.5rem 1.6rem;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 18px
}

@media screen and (min-width: 576px) {
    .cta-btn {
        width:initial
    }
}

.cta-btn:hover {
    transition: .1s all linear;
    transform: scale(1.03)
}

#mainForm {
    z-index: 10
}

@media screen and (min-width: 992px) {
    #mainForm {
        margin-top:0
    }
}

.lp-action {
    cursor: pointer
}

.form-container {
    font-family: "Poppins",sans-serif;
    /* background: #f2f2f2; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.15); */
    margin: 0px auto 15px auto;
    z-index: 10;
    scroll-margin-top: 15px
}

.form-container#desktopForm .close-popUpForm,.form-container#mobile-position .close-popUpForm {
    display: none
}

@media screen and (min-width: 768px) {
    .form-container {
        max-width:initial
    }
}

@media screen and (min-width: 1200px) {
    .form-container {
        position:absolute;
        right: 0;
        margin-top: -36rem !important;
        max-width: 390px;
    }
}

.form-container .nxreg {
    margin: 1.3rem 0
}

@media screen and (min-width: 576px) {
    .form-container .nxreg {
        margin:1rem 2rem
    }
}

@media screen and (min-width: 768px) {
    .form-container .nxreg {
        margin-top:2rem
    }
}

@media screen and (min-width: 1200px) {
    .form-container .nxreg {
        margin:0
    }
}

.form-container .form-heading-ctr {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.form-container h2 {
    font-size: 18px;
    text-align: center;
    color: #4f4f4f;
    font-weight: 700;
    padding: 25px 15px 20px !important;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .form-container.form-container-popUp {
        margin-top:1rem !important
    }
}

.form-container.form-container-popUp .cfd {
    padding-top: 10px !important;
    text-align: center !important;
    font-size: 12px
}

.form-container.form-container-popUp .custom-control.custom-checkbox {
    margin-top: 1rem !important
}

.form-container.form-container-popUp .user-inputs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.form-container.form-container-popUp .nxreg {
    margin: 0
}

.user-inputs {
    padding: 0 15px
}

@media screen and (min-width: 576px) {
    .user-inputs {
        max-width:620px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1200px) {
    .user-inputs {
        padding:0
    }
}

.form-wrapper .form-group {
    position: relative;
    margin-bottom: 11px
}

.form-wrapper .form-control {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 45px;
    margin-bottom: 0px
}

.form-wrapper .form-control:focus {
    border: 1px solid #989898;
    box-shadow: none
}

.form-wrapper .form-control[readonly] {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    color: #464646
}

.form-wrapper .form-control-lg {
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 1.5;
    min-width: 243px;
    padding-left: 15px
}

.form-wrapper .payments-container .payment-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: .9rem auto .9rem
}

.form-wrapper .payments-container .payment-form img {
    padding-right: 10px;
    min-width: 0;
    min-height: 0
}

.form-wrapper .payments-container .payment-form img:last-of-type {
    padding-right: 0
}

.form-wrapper .cfd {
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 1.3rem;
    padding: 0;
    text-align: center
}

.form-wrapper .reg-btn {
    border: 0;
    border-radius: 4px;
    background: #00a1df;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 0;
    padding: 1.5rem 1.6rem;
    white-space: normal;
    width: 100%
}

.form-wrapper .reg-btn:hover {
    transition: .1s all linear;
    transform: scale(1.03)
}

.form-wrapper .form-group label {
    position: absolute;
    z-index: 200;
    left: 15px;
    top: 13px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 14px;
    margin: 0
}

.form-wrapper .selected.form-group label {
    top: -16px;
    left: 0px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 12px
}

.form-wrapper .selected.form-group label[for=mobile] {
    left: 0
}

.form-wrapper .active.form-group label {
    top: -16px;
    left: 0px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 12px
}

.form-wrapper .active.form-group label[for=mobile] {
    left: 0
}

.form-wrapper .custom-select-lg {
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 1.5;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1)
}

.form-wrapper .nxreg-sign-up-phone-number-wrapper label {
    left: 60px
}

.form-wrapper .invalid-feedback {
    margin-top: 0;
    font-size: 14px
}

.form-wrapper .custom-control {
    padding-left: 0;
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.form-wrapper .check-box {
    margin-top: 10px
}

.form-wrapper .custom-checkbox .terms-link {
    font-family: "Poppins",sans-serif
}

.form-wrapper .custom-checkbox .custom-control-label {
    position: relative !important;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    padding-left: 25px;
    padding-bottom: 15px
}

.form-wrapper .custom-checkbox .custom-control-label a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline
}

.form-wrapper .custom-checkbox .custom-control-label:before {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0
}

.form-wrapper .custom-checkbox .custom-control-label:after {
    left: 0,5px;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0
}

.form-wrapper #msgContainer {
    color: red;
    padding: 0 15px;
    text-align: center;
    font-size: 14px
}

.form-wrapper #msgContainer a {
    color: red;
    text-decoration: underline
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 999999;
    color: #585858;
    display: none
}

.overlay .container {
    height: 100%
}

.overlay .container .thank-you-msg {
    font-family: "Roboto",sans-serif;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    border-radius: 25px;
    padding: 35px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .overlay .container .thank-you-msg {
        padding:35px;
        text-align: left
    }
}

.overlay .container .thank-you-msg .img-wrapp {
    padding: 0
}

.overlay .container .thank-you-msg .img-wrapp img {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg .img-wrapp img {
        width:150px
    }
}

@media screen and (min-width: 992px) {
    .overlay .container .thank-you-msg .img-wrapp img {
        width:180px
    }
}

.overlay .container .thank-you-msg h3 {
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #06a2e4;
    font-weight: 700;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg h3 {
        font-size:30px
    }
}

.overlay .container .thank-you-msg p {
    font-family: "Roboto",sans-serif;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5em
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg p {
        font-size:20px
    }
}

.overlay .container .thank-you-msg .confirm {
    background: #06a2e4;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 80px;
    font-weight: 100;
    text-shadow: none;
    opacity: 9;
    line-height: 1.5em
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg .confirm {
        padding:10px 100px
    }
}

.overlay .container .thank-you-msg .confirm:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

#msgContainer {
    color: red
}

.respond-card {
    padding: 0 35px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0,0,0,.25)
}

.card-respond-wrapper {
    text-align: center;
    padding-top: 30px
}

.respond-header {
    font-size: 20px;
    padding: 12px 0px !important
}

.respond-body {
    display: inline-block;
    padding: 15px !important;
    font-size: 18px;
    border-style: groove
}

.card-body {
    padding: 0 !important;
    word-break: break-all !important
}

.respond-btn {
    width: 100% !important;
    max-width: 360px !important;
    display: inline-block !important;
    background: #00d1ff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    margin: 20px 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 10px 0 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: .3s all ease-in-out !important;
    transform-origin: 50% 50% 50% !important;
    backface-visibility: hidden !important
}

@media(min-width: 576px) {
    .respond-btn {
        width:auto !important;
        padding: 10px 65px !important
    }
}

@media(min-width: 992px) {
    .respond-card {
        min-height:480px
    }

    .respond-btn {
        width: 100% !important;
        padding: 10px 0px !important
    }
}

.focusForm {
    animation: focusForm .7s ease-in-out 2
}

@keyframes focusForm {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

.desktopForm-ctr.container,.mobilePosition-ctr.container {
    max-width: initial
}

@media screen and (min-width: 576px) {
    .desktopForm-ctr.container,.mobilePosition-ctr.container {
        padding:0 2rem
    }
}

@media screen and (min-width: 1200px) {
    .desktopForm-ctr.container,.mobilePosition-ctr.container {
        position:relative;
        max-width: 1140px
    }
}

@media screen and (min-width: 576px) {
    .mobilePosition-ctr.container {
        padding:0;
        margin: 0
    }
}

body:not(.iti-mobile) .iti__country-list {
    white-space: normal;
    width: 315px;
    right: 0
}

.open-popUpForm {
    cursor: pointer
}

.overlay-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    padding: 15px;
    display: none;
    text-align: center;
    z-index: 9999;
    overflow: auto;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s
}

@media screen and (min-width: 600px) {
    .overlay-1 {
        background-color:rgba(53,59,66,.9)
    }
}

.overlay-1 .form-container,.overlay-1 .form-wrapper {
    max-width: none;
    box-shadow: none
}

.overlay-1 .form-container .invalid-feedback,.overlay-1 .form-wrapper .invalid-feedback {
    text-align: left
}

.overlay-1 .form-container .terms-link,.overlay-1 .form-wrapper .terms-link {
    text-align: left
}

.overlay-1 .form-container-popUp {
    margin: 0 auto;
    right: 0;
    max-width: 340px
}

@media screen and (min-width: 600px) {
    .overlay-1 .form-container-popUp {
        position:relative
    }
}

.overlay-1 .close-popUpForm {
    border-radius: 50%;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    height: 30px;
    width: 30px;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media screen and (min-width: 600px) {
    .overlay-1 .close-popUpForm {
        right:10px;
        top: -15px;
        background-color: #f2f2f2
    }
}

.overlay-1 .close-popUpForm img {
    margin: 0
}

.overlay-1 .close-popUpForm:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.iti-mobile .iti--container {
    z-index: 9999
}

/*# sourceMappingURL=default.min.css.map */
