body{
    font-family:'ZonaPro';
    scroll-behavior:smooth;
}

button {
    font-family: 'ZonaPro';
    border:none;
}

#banner-cta {
    margin-top: 110px;
}

section{
    display:block;
    margin:30px auto;
    width:80%;
}

.small{
    font-size: 12px;
    text-align: center;
}

.main-btn {
    color: white !important;
    text-decoration: none;
    padding: 8px 12px;
    background-color: black;
    border-radius: 7px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: grid;
    max-width: 200px;
    text-align: center;
    cursor:pointer;
}

.main-btn:hover{
    transition:all 0.4s ease;
    background-color:whitesmoke;
    color:black !important;
}

.banner-bg {
    display: grid;
    min-height: 80vh;
    background-image: url(/Content/img/banner-1-100.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: end;
    background-position:center;
}

.banner-bg.mmaBanner {
    background-image: url(/Content/img/banner-2-100.jpg);
    background-position:left;

}

.txt-btn-container h1, .txt-btn-container h2 {
    color: white;
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 70px;
    text-shadow: 0px 0px 8px #0000004f;
    font-weight: 800;
    margin-bottom: 30px;
}

.mmaBanner .txt-btn-container h2 {
    margin-left: auto;
    text-align: right;
}

.txt-btn-container {
    margin: 40px;
}

.winWays, .winMore {
    background-color: #f1f2f1;
    padding: 30px 10px;
}

.winWays h2, .winMore h2, wmKit h2, .kit h2, .mma h2, .dreamNet h2, .faqs h2 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
    padding-top: 15px;
    margin-top: 0;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.winWays .grid-4 div, .mma .grid-4 div {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #db074e;
    border-radius: 10px;
}

.winWays .grid-4 div h3, .mma .grid-4 div h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.winWays .grid-4 div img, .mma .grid-4 div img {
    display: block;
    max-height: 150px;
    margin: 0 auto;
}

.grid-table-titles, .grid-table-row {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-columns: min-content;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.grid-table-titles img{
    max-width:100px;
    display:block;
    margin:0 auto;
}

.grid-table-row h2{
    text-align:center;
    font-weight: 800;

}

.grid-table-content {
    border: 2px solid black;
    border-radius: 10px;
    margin: 15px auto;
}

.grid-table-container {
    width: 98%;
    margin: 10px auto;
    padding: 15px 0px;
}

 hr {
    border: none;
    width: 96%;
    margin: 0 auto;
    height: 1px;
    background-color: black;
}

.grid-table-row p, .grid-table-row h2 {
    border-right: 1px solid black;
    padding: 10px 0;
}

.grid-table-row h2:last-child{
    border:none;
}

.winWays .grid-4 {
    margin-bottom: 30px;
}


.grid-5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.winMore .grid-5 div {
    display: block;
    width: 86%;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #db074e;
    border-radius: 10px;
}

.winMore .grid-5 div img {
    display: block;
    max-height: 60px;
    margin: 0 auto;
}

.wmKit h2, .wmKit h3 {
    text-align: center;
    margin: 0;
    line-height: 20px;
    font-size: 35px;
    text-transform:uppercase;
}

.wmKit h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
}

.wmKit img {
    display: block;
    max-width: 80px;
    background-color:white;
}

.wmKit .frag, .wmKit .maq {
    display: grid;
    grid-template-columns: 80px calc(100% - 80px);
    align-items: center;
    width:90%;
    margin:20px auto;
}

.wmKit p{
    margin:0;
    margin-left:15px;
}

.frag {
    background-color: #fdeae2;
}

.maq {
    background-color: #fdecf5;
}

.center {
    place-items: center;
    margin: 0 auto;
}

.wmKit .main-btn {
    margin-top: 40px;
}

h2 strong {
    font-weight: 800;
}

.wmKit {
    padding: 30px 10px;
    border: 2px solid #db074e;
}

.frag {
    margin-top: 50px !important;
}

.kit-container {
    display: grid;
    grid-template-columns: 40% 60%;
}

.kit-container img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 350px;
}

.invWin {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: end;
}

.invWin h3 {
    font-size: 25px;
    font-weight: 400;
}

.winMarker {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #db074e;
    padding: 5px;
    align-items: center;
    color: white;
    border-radius: 10px;
}

.winMarker h2 {
    margin: 5px 20px;
    padding: 0;
    font-weight: 800;
}

.kContent {
    display: grid;
    grid-template-columns: 35% 65%;
}

.mma .grid-4 img {
    max-width: 150px;
}

.mma-logo {
    display: grid;
    grid-template-columns: 150px calc(100% - 150px);
    align-items: center;
    margin-top:30px;
}

.mma-logo img {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-right: 10px;
    border-right: 2px solid lightgray;
}

.mma h4 {
    font-size: 25px;
    font-weight: 500;
}

.iconList {
    display: grid;
    grid-template-columns: 50px calc(100% - 50px);
    align-items: center;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}

.iconList img {
    display: block;
    width: 90%;
}

.iconList h4{
    font-weight:400;
    margin-bottom:10px;
    padding-bottom:15px;
}

.formSteps {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items:center;
}

.formSteps img{
    display:block;
    width:100%;
}

.stepsContent {
    padding: 20px;
}


.border-btn{
    border-bottom: 2px solid #db074e;
}

.step::before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: -30px;
    color: #db084e;
    font-size: 35px;
    font-weight: 800;
}


.step {
    position: relative;
    margin-left: 40px;
}

.stOne::before{
    content:"1";
}

.stTwo::before {
    content: "2";
}

.stThree::before {
    content: "3";
}

.step img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
}

/*form-styles*/

.main-copy h2 {
    color: #db074e;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
}

.main-copy p{
    font-size:20px;
}

form .main-btn {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.nl-form {
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
    grid-template-columns: 100%;
    align-items: center;
}

label.gry {
    font-size: 13px;
}

.nl-checkbx {
    display: grid;
    grid-template-columns: 22px calc(100% - 22px);
}

    .nl-checkbx span {
        color: #a0a0a0;
        font-size: 13px;
    }

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);*/
    font-size: 16px;
    line-height: 1.5;
}

    /* Input */
    .pure-material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
        cursor: pointer;
    }

    /* Box */
    .pure-material-checkbox > label::before {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        margin: 3px 11px 3px 1px;
        border: solid 2px; /* Safari */
        border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        border-radius: 2px;
        width: 18px;
        height: 18px;
        vertical-align: top;
        transition: border-color 0.2s, background-color 0.2s;
        cursor: pointer;
    }

    /* Checkmark */
    .pure-material-checkbox > label::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 1px;
        width: 10px;
        height: 5px;
        border: solid 2px transparent;
        border-right: none;
        border-top: none;
        transform: translate(3px, 4px) rotate(-45deg);
        cursor: pointer;
    }

    /* Checked, Indeterminate */
    .pure-material-checkbox > input:checked,
    .pure-material-checkbox > input:indeterminate {
        background-color: #702283;
    }

        .pure-material-checkbox > input:checked + label::before,
        .pure-material-checkbox > input:indeterminate + label::before {
            border-color: #702283;
            background-color: #702283;
        }

        .pure-material-checkbox > input:checked + label::after,
        .pure-material-checkbox > input:indeterminate + label::after {
            border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        }

        .pure-material-checkbox > input:indeterminate + label::after {
            border-left: none;
            transform: translate(4px, 3px);
        }

    /* Hover, Focus */
    .pure-material-checkbox:hover > input {
        opacity: 0.04;
    }

    .pure-material-checkbox > input:focus {
        opacity: 0.12;
    }

    .pure-material-checkbox:hover > input:focus {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-checkbox > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-checkbox > input:active + label::before {
            border-color: #702283;
        }

    .pure-material-checkbox > input:checked:active + label::before {
        border-color: transparent;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }

    /* Disabled */
    .pure-material-checkbox > input:disabled {
        opacity: 0;
    }

        .pure-material-checkbox > input:disabled + label {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .pure-material-checkbox > input:disabled + label::before {
                border-color: currentColor;
            }

    .pure-material-checkbox > input:checked:disabled + label::before,
    .pure-material-checkbox > input:indeterminate:disabled + label::before {
        border-color: transparent;
        background-color: currentColor;
    }


.form-container {
    position: unset;
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}

/*Material-input*/
.material {
    position: relative;
    padding: 0;
    margin: 5px;
    border: none;
    overflow: visible;
}

    .material input, .material select {
        box-sizing: border-box;
        width: 100%;
        padding: 12px 10px 8px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #DDD;
        font-size: 120%;
        outline: none;
        cursor: text;
        font-family: 'ZonaPro';
        padding-left: 0;
    }

        .material input::-webkit-input-placeholder, .material select::-webkit-input-placeholder {
            -webkit-transition: color 300ms ease;
            transition: color 300ms ease;
        }

        .material input:not(:focus)::-webkit-input-placeholder, .material select:not(:focus)::-webkit-input-placeholder {
            color: transparent;
        }

    .material hr {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 2px;
        border: none;
        background: #702283;
        font-size: 1px;
        will-change: transform, visibility;
        transition: all 200ms ease-out;
        transform: scaleX(0);
        visibility: hidden;
        z-index: 10;
    }

    .material input:focus ~ hr, .material select:focus ~ hr {
        transform: scaleX(1);
        visibility: visible;
    }

    .material label {
        position: absolute;
        top: 20px;
        left: 0px;
        font-size: 16px;
        color: #2c2c2c;
        transform-origin: 0 -150%;
        transition: transform 300ms ease;
        pointer-events: none;
        font-weight: 600;
    }

    .material input:focus ~ label, .material input:valid ~ label, .material select:valid ~ label, .material select:focus ~ label {
        transform: scale(0.6);
        top: 10px;
        color: #702283;
    }

.terms, .contract, .pdata {
    cursor: pointer;
    text-decoration: underline;
}

.faqs h3 {
    text-align: center;
}
/*popup-styles*/

span.x-kit.prpl {
    right: 30px;
    width: fit-content;
    top: 10px;
}

.kitPp .p-terms {
    position: relative;
}

.nl-popup-res-avon {
    animation: all 0.4s;
    position: absolute;
    top: 0;
    z-index: 9;
    background-color: white;
    width: 100%;
    height: 100vh;
}

.nl-popup, .nl-popup-contract, .nl-popup-pdata, .kitPp {
    display: none;
    opacity: 0;
    animation: all 0.4s;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: white;
    width: 100%;
    height: 100vh;
    left: 0;
}

.error-validacion {
    display: block;
    margin-bottom: 20px;
    font-size: 11pt;
    font-weight: bold;
    color: #df1134;
}

.p-terms {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    overflow: overlay;
    max-height: 60vh;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 10px;
    font-size: 14px;
}

    .p-terms p, .p-terms span {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

.x-close, .x-contract, .x-pdata, .x-res-avon, .x-kit {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: 'ZonaPro';
    font-size: 25px;
    cursor: pointer;
}

.pop-active, .contractive, .pdatactive, .kitActive {
    display: block;
    opacity: 1;
    animation: all 0.4s;
}

.kitPp.kitActive {
    background-color: #000000d6;
}

.kitPp .p-terms {
    max-width: 800px;
    width: 90%;
    margin: 12vh auto;
    overflow: overlay;
    max-height: 70vh;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 10px;
    font-size: 14px;
}

.no-scroll {
    overflow: hidden;
}

.nl-popup h2, .nl-popup-contract h2, .nl-popup-pdata h2 {
    margin-top: 100px;
    text-align: center;
}

.ocultar {
    display: none !important;
}
/*------------*/

/*Fin-Paso*/
.fin-paso-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 90%;
    margin: 125px auto;
}

    .fin-paso-container img {
        display: block;
        width: 90%;
        max-width: 330px;
        margin: 0 auto;
    }
/*--------*/

/*--------------*/

/*Graph*/
.chartItself {
    max-width: 750px;
    margin: 0 auto;
}

#area-example-8 {
    max-width: 70%;
    margin: 0 auto;
    --labels-size: 3rem;
}
/*-----*/

/*Animaciones*/
.activar-animacion{
    animation:fade-in 0.5s ease;
    transition:all 0.5s ease;
}

@keyframes fade-in {
    0%{
        opacity: 0;
    }

     100%{
         opacity: 1;
     }
}
/*-----------*/
.kitPp .kit-container, .kitPp .kContent {
    grid-template-columns: 100%;
}

.kitPp .kit-container img{
    max-width:200px;
    margin:0 auto;
}

.kitPp .invWin h3 {
    font-size: 20px;
}

.kitPp .popup-mainTitle{
    font-size:20px;
}

.kitPp .winMarker {
    max-width: 200px;
}

.kitPp .winMarker h2 {
    font-size: 18px;
}

.slider-mobile {
    display: none;
}

.slider-mobile div:not(.swiper-pagination) {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #db084e;
    border-radius: 10px;
    text-align: center;
}

.slider-mobile div h3 {
    text-transform:uppercase;
}

.slider-mobile div img {
    display: block;
    max-height: 150px;
    margin: 0 auto;
    max-width: 80%;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color:#db084e !important;
}

.ganancia-slider div:not(.slider-row) {
    border-color: black;
}

.ganancia-slider .slider-row {
    border:none !important;
}

.ganancia-slider p {
    font-size: 20px;
    text-transform: uppercase;
}

.slider-mobile.ganancia-slider img {
    max-width:100px;
}

.slider-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.slider-row p {
    font-size: 14px;
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 14px;
}

.slider-row h2 {
    margin:0;
    padding:0;
}

.chartItself::before {
    content: "Ganancia";
    display: block;
    width: fit-content;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

.chartItself::after {
    content: "Venta";
    display: block;
    width: 100%;
    text-align:center;
    font-weight: 600;
    font-size: 18px;
    margin-top:10px;
}

.section-grid-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width:80%;
    margin:0 auto;
}

.section-grid-2 section {
    width:100%;
}

.starTxt {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5vw;
    display: block;
    margin: 50px auto;
}

/*faqs*/
/*.faqs-accordions {
    display: none;
}*/

.faqs details span {
    margin: 0px 10px;
    display: block;
}

details {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    /*box-shadow: 0 0.1rem 1rem -0.5rem rgba(0, 0, 0, 0.4);*/
    overflow: hidden;
    -webkit-animation-name: accordion-close;
    animation-name: accordion-close;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-origin: top;
}

    details[open] {
        -webkit-animation-name: accordion-master;
        animation-name: accordion-master;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-origin: top;
        border: 1.6px solid #702283;
    }

@-webkit-keyframes accordion-master {
    from {
        max-height: var(--accordion-min-height);
    }

    to {
        max-height: var(--accordion-max-height);
    }
}

@keyframes accordion-master {
    from {
        max-height: var(--accordion-min-height);
    }

    to {
        max-height: var(--accordion-max-height);
    }
}

@-webkit-keyframes accordion-close {
    from {
        min-height: var(--accordion-max-height);
    }

    to {
        min-height: var(--accordion-min-height);
    }
}

@keyframes accordion-close {
    from {
        min-height: var(--accordion-max-height);
    }

    to {
        min-height: var(--accordion-min-height);
    }
}

summary {
    padding: 1rem;
    display: block;
    /*background: #ffffff;*/
    position: relative;
    cursor: pointer;
}

    summary:before {
        content: "";
        background-image: url(https://raw.githubusercontent.com/microsoft/fluentui-system-icons/master/assets/Chevron%20Right/SVG/ic_fluent_chevron_right_48_filled.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        height: 24px;
        width: 24px;
        top: 0.6rem;
        right: 1rem;
        transform: rotate(90deg);
        transition: 0.25s transform ease;
    }


details[open] > summary:before {
    transform: rotate(270deg);
}

details summary::-webkit-details-marker {
    display: none;
}

details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
    opacity: 0;
    transition: 0.3s;
    height: 0;
    background: #ffffff;
    margin-top: 0;
    padding-top: 1rem;
    -webkit-animation-name: accordion-content-close;
    animation-name: accordion-content-close;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

details[open] > ul {
    opacity: 1;
    height: auto;
    -webkit-animation-name: accordion;
    animation-name: accordion;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-origin: top;
}

@-webkit-keyframes accordion {
    from {
        transform: scaleY(0);
        opacity: 0;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes accordion {
    from {
        transform: scaleY(0);
        opacity: 0;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@-webkit-keyframes accordion-content-close {
    from {
        margin-top: 0;
    }

    to {
        margin-top: -300px;
    }
}

@keyframes accordion-content-close {
    from {
        margin-top: 0;
    }

    to {
        margin-top: -300px;
    }
}

details[open] > ul > li {
    color: #333333;
    opacity: 0;
    -webkit-animation-name: accordion-content;
    animation-name: accordion-content;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes accordion-content {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes accordion-content {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*------------*/

.faqs {
    margin-top:40px;
}

.faqs details span{
    margin:0px 10px;
    display:block;
}

details {
    border: 1.6px solid transparent;
    border-bottom: none;
}

summary {
    padding: 10px;
    background: #c9c9c96e;
    border-bottom: 1.6px solid transparent;
    cursor: pointer;
}

    summary p {
        margin: 0;
        display: block;
        width: calc(100% - 24px);
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

details[open] > summary {
    border-bottom: 1.6px solid #702283;
}

    .faqs-accordions.active {
        display: block;
    }

.faqslm-btn {
    font-family: 'ZonaPro';
    font-size: 18px;
    font-weight: 600;
    border: none;
    background: none;
}

    .faqslm-btn:hover, .faqslm-btn.retract:hover {
        text-decoration: underline;
    }

button.prpl.faqslm-btn.retract p {
    display: none;
}

button.prpl.faqslm-btn.retract::before {
    content: "Esconder";
}

.prpl.faqslm-btn.retract {
    margin: 18px 0;
}

.slider-mobile swiper-slide div:not(.slider-row) {
    min-height: 250px;
    display: grid;
    align-items: center;
}

/*Media-queries*/
@media screen and (max-width:1100px) {

    .step.stThree img {
        display: block;
    }

    .iconList {
        grid-template-columns: 100%;
    }

    .iconList img {
        width: 90%;
        max-width: 80px;
        margin: 0 auto;
    }

    .iconList .border-btn, .step.border-btn{
        border:none;
    }

    .starTxt {
        font-size: 23px;
        margin: 15px auto;
    }

    .main-copy h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .step::before {
        position: unset;
        font-size: 55px;
        margin: 0 auto;
    }

    .step {
        margin-left: 0;
    }

    .nl-form {
        margin-top: 80px !important;
    }

    #banner-cta {
        order: 1;
    }

    .section-grid-2 {
        grid-template-columns: 100%;
        width: 100%;
    }

    .winWays .grid-4, .winMore .grid-5, .mma .grid-4, .grid-table-container {
        display: none;
    }

    .slider-mobile{
        display:block;
    }
    .nl-form, .formSteps, .mma-logo, .kit-container, .invWin, .kContent {
        grid-template-columns: 100%;
    }
    .nl-form img, .formSteps img{
        display:none;
    }

    .grid-4 div, .grid-5 div {
        margin: 8px auto !important;
    }

    section {
        width: 95%;
    }

    .grid-table-container {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    .grid-table-titles, .grid-table-row {
        width: 800px;
    }

    .grid-table-content {
        width: 800px;
    }

    .grid-table-row p {
        margin-left:10px;
    }

    .grid-5 {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .banner-bg {
        min-height: 60vh;
        background-position: center;
    }

    .txt-btn-container h1, .txt-btn-container h2 {
        font-size: 35px;
        line-height: unset;
    }

    .winWays h2, .winMore h2, wmKit h2, .kit h2, .mma h2, .dreamNet h2, .faqs h2 {
        font-size: 26px;
    }

    #area-example-8 {
        max-width: 95%;
    }

    .wmKit h2, .wmKit h3 {
        font-size: 18px;
        line-height: 12px;
    }

    .wmKit h2 {
        font-size: 22px;
    }

    .wmKit .frag, .wmKit .maq {
        grid-template-columns: 100%;
    }

    .wmKit img {
        margin-bottom: 10px;
    }

    .maq div, .frag div {
        padding-bottom: 15px;
    }

    .mma-logo img {
        max-width: 150px;
    }

    .mma h4 {
        font-size: 20px;
        font-weight: 500;
        display: block;
        width: 90%;
        margin: 9px auto;
    }

    .nl-form {
        margin: 0px auto;
    }

    .winMarker {
        margin-bottom: 15px;
    }

    .nl-nav ul li a {
        color: black;
    }

    .nl-nav .main-btn {
        width: 85% !important;
        max-width: unset;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .kitPp .p-terms {
        width: 80%;
        margin: 5vh auto;
    }
}

@media screen and (max-width:600px){

    .small{
        font-size: 10px;
    }
}