@keyframes fadeInAnimation{
    0%{
        opacity:0;
        margin-left:-50px;
    }
    65%{
        margin-left:0;
    }
    to{
        opacity:1;
    }
}

@keyframes slideMonthly{
    0%{
        right:20px;
    }
}

@keyframes slideAnnual{
    0%{
        left:20px;
    }
}

body,html{
    font-family:rotobo,Arial,sans-serif;
    font-size:14px;
    letter-spacing:1px;
    height:100%;
    background-color:#fff;
}

body,div,footer,h1,h2,h3,li,p,section,ul{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

nav{
    box-sizing:border-box;
    margin:0;
}

div.leftWrapper,div.rightWrapper{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:nowrap;
}

a{
    text-decoration:none;
    color:#aaabae;
}

.ctaButton,div.buttonsWrapper{
    font-family:rotobo,Arial,sans-serif;
    font-size:14px;
    letter-spacing:1px;
}

.ctaButton,a{
    cursor:pointer;
}

.ctaButton{
    width:auto;
    height:auto;
    display:inline-block;
    background-color:#ddd92a;
    border:5px solid #ddd92a;
    padding:8px 20px;
    color:#303641;
    transition-duration:200ms;
    border-radius:3px;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    .ctaButton{
        font-size:30px!important;
        padding:16px 40px;border-radius:6px;
    }
}

.ctaButton:hover{
    background-color:#f0ed81;
    border-color:#f0ed81;
    transition-duration:200ms;
    color:#303641!important;
}

.hollow,.hollow:hover{
    background-color:transparent;
}

.hollow{
    border:5px solid #7fd1b9;
    color:#7fd1b9;
}

.hollow:hover{
    border-color:#c4ffee!important;
    color:#c4ffee!important;
}

.navFloat,.navLock{
    border-bottom:none;
    transition-duration:200ms;
    background-color:#303641;
}

.navLock{
    border-bottom:1px solid #e2e2e2;
    background-color:#fff;
    box-shadow:0 2px 8px 0 rgba(0,0,0,.2);
    z-index:9999999;
}

/*HIDDEN FOR NAVIGATION LINKS*/
.mobileNavFloat,.mobileNavLock{
    background-color:#303641!important;
    transition-duration:200ms;
    display: none !important;
}

.mobileNavLock{
    background-color:#fff!important;
}

.mobileNavVisible{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:wrap!important;
}

.logoTextDark,a.linkLockColor:hover{
    color:#303641!important;
    transition-duration:200ms;
}

a.linkLockColor:hover{
    color:#2c3039!important;
}

a.linkActive{
    color:#fff;
}

a.linkLockActive,a.linkLockActive:hover,section.secondary div.sliderButtonWrapper a:hover{
    color:#2c3039;
}

a:hover{
    color:#f5f5f6;
    transition-duration:200ms;
}

.screenLock{
    overflow:hidden;
}

/*HIDDEN FOR PITCH WITH MERCY*/
div.buttonsWrapper{
    color:#f5f5f6;
    margin-top:40px;
    visibility: hidden !important;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    div.buttonsWrapper{
        font-size:30px!important;margin-top:80px
    }
}

div.buttonsWrapper a.ctaButton:nth-of-type(1){
    margin-right:10;
}

div.buttonsWrapper a.ctaButton:nth-of-type(2){
    margin-left:10px;
}

nav{
    width:100%;
    height:auto;
    min-height:110px;
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:nowrap;
    justify-content:space-between;
    padding:15px 80px;
    position:fixed;
    z-index:99999;
}

@media (max-width:700px){
    nav{
        padding-right:10%;
        padding-left:10%;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav{
        padding-top:50px;
        padding-bottom:50px;
    }
}
nav div.leftWrapper div.logoWrapper,nav div.leftWrapper ul{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:nowrap;
}

nav div.leftWrapper div.logoWrapper{
    width:auto;
    margin-right:30px;
    z-index:99999;

}

nav div.leftWrapper div.logoWrapper img{
    height:60px;
    width:auto;
    margin-right:15px;
    cursor:pointer;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav div.leftWrapper div.logoWrapper img{
        height:100px;
        margin-right:30px;
    }
}

nav div.leftWrapper div.logoWrapper #logoDark,section#landing .noVis{
    display:none;
}

footer div.footerContentWrapper div.socialWrapper div.logoWrapper a,nav div.leftWrapper div.logoWrapper a{
    font-family:rotobo,Arial,sans-serif;
    font-size:36px;
    font-weight:700;
    letter-spacing:0;
    color:#f5f5f6;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav div.leftWrapper div.logoWrapper a{
        font-size:65px!important;
    }
}

nav div.leftWrapper ul{
    list-style-type:none;
    overflow:hidden;
}

@media (max-width:1100px){
    nav div.leftWrapper ul{
        display:none;
        width:100%;
        height:100vh;
        position:absolute;
        left:0;
        top:0;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav div.leftWrapper ul{
        font-size:60px!important;
        padding-top:300px;
    }
}

nav div.leftWrapper ul li{
    margin-left:25px;
}

@media (max-width:1100px){
    nav div.leftWrapper ul li{
        width:100%!important;
        margin-left:0;
        text-align:center;
        padding:30px 0;
    }
}

/*HIDDEN FOR PITCH WITH MERCY*/
nav div.rightWrapper{
    z-index:99999;
    display: none !important;
}

@media (max-width:1100px){
    nav div.rightWrapper{
        display:none;
    }
}

nav div.rightWrapper a:first-of-type{
    margin-right:25px;
}

nav div.mobileRightWrapper{
    display:none !important;
    height:36px;
    width:46px;
    cursor:pointer;
    z-index:99999;
}


/*CHANGED FOR PITCH WITH MERCY*/
@media (max-width:1100px){
    nav div.mobileRightWrapper{
        display:block;
        /*display:block !important;*/
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav div.mobileRightWrapper{
        height:72px;
        width:92px;
        background-size:cover;
    }
}

nav .openLight{
    background-image:url(../media/menuOpenButton.svg);
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav .openLight{background-size:cover;
    }
}

nav .openDark{
    background-image:url(../media/menuOpenButtonDark.svg);
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav .openDark{background-size:cover;
    }
}

nav .closeLight{
    background-image:url(../media/menuCloseButton.svg);
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav .closeLight{background-size:cover;
    }
}

nav .closeDark{background-image:url(../media/menuCloseButtonDark.svg);
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    nav .closeDark{background-size:cover;
    }
}

section#landing{
    display:flex;
    flex-wrap:nowrap;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    min-height:100%;
    height:auto;
    background-image:url(../media/landingBackground-01.svg);
    background-position:bottom left;
    padding:0 300px;
}

@media (max-width:1800px){
    section#landing{
        padding-right:250px;
        padding-left:250px;
    }
}

@media (max-width:1600px){
    section#landing{
        padding-right:200px;
        padding-left:200px;
    }
}

@media (max-width:1400px){
    section#landing{
        padding-right:180px;
        padding-left:180px;
    }
}

@media (max-width:1300px){
    section#landing{
        padding-right:150px;
        padding-left:150px;
    }
}

@media (max-width:1200px){
    section#landing{
        padding-right:80px;
        padding-left:80px;
    }
}

@media (max-width:700px){
    section#landing{
        padding-right:10%;
        padding-left:10%;
    }
}

@media (max-width:1100px){
    section#landing{
        background:unset;
        background-color:#303641;
        align-items:center;
    }
}

section#landing h1,section.secondary h1{
    font-family:rotobo,Arial,sans-serif;
    font-weight:700;
    letter-spacing:0;
}

section#landing h1{
    font-size:73px;
    color:#f5f5f6;
    text-align:left;
    margin:0;
    padding:0;
    animation-name:fadeInAnimation;
    animation-duration:1.3s;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    section#landing h1{
        font-size:110px!important;
    }
}

@media (max-width:1800px){
    section#landing h1{
        font-size:65px;
    }
}

@media (max-width:1500px){
    section#landing h1{
        font-size:63px;
    }
}

@media (max-width:1400px){
    section#landing h1{
        font-size:57px;
    }
}

@media (max-width:1100px){
    section#landing h1{
        font-size:80px;
        width:100%;
        text-align:center;
    }
}

@media (max-width:700px){
    section#landing h1{
        font-size:50px;
    }
}

section#landing h1 span{
    color:#ddd92a;
    text-decoration:none;
}

section#landing h1 span i{
    font-style:normal!important;
}

@media (max-width:1100px){
    section#landing .large{
        display:none;
    }
}

section#landing .small{
    display:none;
}

@media (max-width:1100px){
    section#landing .small{
        display:block;
    }
}

section#landing div.floatCTAWrapper,section.secondary{
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
}

section#landing div.floatCTAWrapper{
    flex-direction:row;
    align-content:flex-start;
    align-items:flex-start;
}

/*HIDDEN FOR PITCH WITH MERCY*/
section#landing div.floatCTAWrapper div#floatArrow{
    margin-left:7px;
    position:absolute;
    border-style:dashed dashed none none;
    border-width:7px;
    border-color:#7fd1b9;
    border-radius:0 100px 0 0;
    display: none !important;
}

@media (max-width:1100px){
    section#landing div.floatCTAWrapper div#floatArrow{
        display:none;
    }
}

section#landing div.floatCTAWrapper div#floatArrow a{
    cursor:pointer;
    margin:0;
    padding:0;
    position:absolute;
    right:-53px;
    top:100%;
    border-style:solid;
    border-width:40px 50px 0;
    border-color:#7fd1b9 transparent transparent;
}

/*HIDDEN FOR PITCH WITH MERCY*/
section#learnMore{
    height:auto;
    min-height:500px;
    background-image:url(../media/landingBackground-02.svg);
    background-position:top left;
    display: none !important;
}

section.secondary{
    min-height:100%;
    height:auto;
    width:100%;
    flex-direction:column;
    align-items:center;
    padding:200px 300px 0;
    background:url(../media/halfBackground-01.svg) no-repeat;
}

@media (max-width:1800px){
    section.secondary{
        padding-right:250px;
        padding-left:250px;
    }
}

@media (max-width:1600px){
    section.secondary{
        padding-right:200px;
        padding-left:200px;
    }
}

@media (max-width:1400px){
    section.secondary{
        padding-right:180px;
        padding-left:180px;
    }
}

@media (max-width:1300px){
    section.secondary{
        padding-right:150px;
        padding-left:150px;
    }
}

@media (max-width:1200px){
    section.secondary{
        padding-right:80px;
        padding-left:80px;
    }
}

@media (max-width:700px){
    section.secondary{
        padding-right:10%;
        padding-left:10%;
    }
}

section.secondary h1{
    color:#aaabae;
    font-size:55px;
    margin-bottom:35px;
    width:100%;
    text-align:center;
}

section.secondary div.sliderButtonWrapper,section.secondary div.sliderButtonWrapper div.annualWrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:flex-start;
    align-items:center;
}

section.secondary div.sliderButtonWrapper{
    background-color:#f5f5f6;
    padding:10px 0;
    border-radius:25px;
    min-height:40px;
    position:relative;
}

section.secondary div.sliderButtonWrapper a{
    color:#2c3039;
    transition-duration:.6s;
    z-index:99999;
    font-family:rotobo,Arial,sans-serif;
    font-size:14px;
    letter-spacing:1px;
}

section.secondary div.sliderButtonWrapper .pricingActive{
    color:#fff!important;
    transition-duration:.6s;
}

section.secondary div.sliderButtonWrapper #slider{
    background-color:#7fd1b9;
    height:100%;
    border-radius:25px;
    position:absolute;
}

section.secondary div.sliderButtonWrapper .sliderStart{
    right:0;
}

section.secondary div.sliderButtonWrapper .sliderMonthly{
    right:0;
    animation-name:slideMonthly;
    animation-duration:1s;
    animation-iteration-count:1;
}

section.secondary div.sliderButtonWrapper .sliderAnnual{
    left:0;
    animation-name:slideAnnual;
    animation-duration:1s;
    animation-iteration-count:1;
}

section.secondary div.sliderButtonWrapper div.annualWrapper{
    margin-right:40px;
}

section.secondary div.sliderButtonWrapper div.annualWrapper a:first-of-type{
    margin-left:25px;
    margin-right:10px;
    font-weight:700;
}

section.secondary div.sliderButtonWrapper div.annualWrapper a:last-of-type{
    background-color:#cecece;
    padding:4px;
    border-radius:4px;
    transition-duration:.7s;
}

section.secondary div.sliderButtonWrapper div.annualWrapper a.annualWrapperActive{
    background-color:#ddd92a!important;
    transition-duration:.7s;
}

section.secondary div.sliderButtonWrapper a#monthly{
    margin-right:25px;
    font-weight:700;
}

section.secondary div.priceCardWrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:flex-start;
    justify-content:center;
    align-items:flex-start;
    margin-top:70px;
    margin-bottom:100px;
}

@media (max-width:1000px){
    section.secondary div.priceCardWrapper{
        flex-direction:column;
        flex-wrap:wrap;
        align-content:center;
        justify-content:flex-start;
        align-items:center;
        margin-top:70px;
    }
}

section.secondary div.priceCardWrapper div.priceCard{
    margin:0 15px;
    width:290px;
    height:500px;
    border:1px solid #aaabae;
    padding:70px 20px 5px;
    color:#303641;
    background-color:#fff;
}

@media (max-width:1000px){
    section.secondary div.priceCardWrapper div.priceCard{
        width:350px;
        margin:0 0 50px;
    }
}

section.secondary div.priceCardWrapper div.priceCard h5{
    font-family:rotobo,Arial,sans-serif;
    font-size:15px;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:3px;
    text-align:center;
    margin:0 0 15px;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:flex-end;
    min-height:83px
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper span.amount{
    font-family:rotobo,Arial,sans-serif;
    font-size:73px;
    font-weight:700;
    letter-spacing:0;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper span.currency{
    margin-bottom:13px;
    margin-left:5px;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper .seven{
    font-size:67px!important;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper .eight{
    font-size:58px!important;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper .ten{
    font-size:50px!important;
}

section.secondary div.priceCardWrapper div.priceCard div.priceWrapper .eleven{
    font-size:45px!important;
}

section.secondary div.priceCardWrapper div.priceCard .priceBreakDownWrapper{
    position:relative;
    margin-bottom:35px;
}

section.secondary div.priceCardWrapper div.priceCard .priceBreakDownWrapper h6{
    font-family:rotobo,Arial,sans-serif;
    font-size:12px;
    font-weight:700;
    width:100%;
    text-align:center;
    margin:5px 0 0;
    position:absolute;
    opacity:100;
    transition-duration:.8s;
}

section.secondary div.priceCardWrapper div.priceCard .priceBreakDownWrapper .descHide{
    opacity:0;
    transition-duration:0s;
}

section.secondary div.priceCardWrapper div.priceCard p{
    color:#aaabae;
    min-height:100px;
    line-height:1.5;
}

section.secondary div.priceCardWrapper div.priceCard div.details{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:flex-start;
    justify-content:space-between;
    align-items:center;
    margin-bottom:3px;
    color:#aaabae;
}

section.secondary div.priceCardWrapper div.priceCard div.details span:last-of-type{
    font-weight:800;
    color:#2c3039;
}

section.secondary div.priceCardWrapper div.priceCard div.details span:last-of-type input{
    width:140px;
    text-align:right;
    border:0;
    border-bottom:1px solid #aaabae!important;
    outline:0;
    font-weight:800;
    color:#2c3039;
}

section.secondary div.priceCardWrapper div.priceCard div.details span:last-of-type input::-webkit-inner-spin-button,section.secondary div.priceCardWrapper div.priceCard div.details span:last-of-type input::-webkit-outer-spin-button{
    display:none;
}

section.secondary div.priceCardWrapper div.priceCard button{
    margin-top:25px;
}

section.secondary div.priceCardWrapper div.priceCard .priceCardButton{
    margin-top:35px;
    box-sizing:border-box;
    text-align:center;
    width:100%;
    height:auto;
    display:inline-block;
    font-family:rotobo,Arial,sans-serif;
    font-size:14px;
    letter-spacing:1px;
    background-color:#7fd1b9;
    border:5px solid #7fd1b9;
    padding:8px 20px;
    cursor:pointer;
    color:#303641;
    transition-duration:200ms;
    border-radius:3px;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    section.secondary div.priceCardWrapper div.priceCard .priceCardButton{
        font-size:30px!important;
        padding:16px 40px;
        border-radius:6px;
    }
}

section.secondary div.priceCardWrapper div.priceCard .ctaButton:hover{
    background-color:#c4ffee;
    border-color:#c4ffee;
    transition-duration:200ms;
    color:#303641!important;
}

section.secondary div.priceCardWrapper div.priceCard .featureClick{
    display:block;
    width:100%;
    text-align:center;
    margin-top:20px;
}

section.secondary div.priceCardWrapper div.priceCard .featureClick:hover{
    color:#2c3039;
    transition-duration:200ms;
}

section.secondary div.priceCardWrapper div.priceCard .alter{
    margin-top:30px!important;
}

/*HIDDEN FOR PITCH WITH MERCY*/
footer{
    background-color:#303641;
    padding-top:90px;
    padding-bottom:0;
    width:100%;
    height:auto;
    line-height:1.4;
    Display: none !important;
}

footer,footer a{
    color:#aaabae;
}

footer div.footerContentWrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start!important;
    justify-content:space-between;
    padding-bottom:90px;
    padding-left:80px;
    padding-right:80px;
}

@media (max-width:700px){
    footer div.footerContentWrapper{
        padding-right:10%;
        padding-left:10%;
    }
}

@media (max-width:1200px){
    footer div.footerContentWrapper{
        flex-wrap:wrap;
    }
}

footer div.footerContentWrapper ul{
    list-style-type:none;
    overflow:hidden;
}

footer div.footerContentWrapper ul li{
    padding:6px 0;
    height:auto;
}

@media (max-width:1200px){
    footer div.footerContentWrapper div.socialWrapper{
        width:100%;
    }
}

footer div.footerContentWrapper div.socialWrapper div.logoWrapper{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:nowrap;
    margin-bottom:25px;
}

footer div.footerContentWrapper div.socialWrapper div.logoWrapper img{
    height:60px;
    width:auto;
    margin-right:15px;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.socialWrapper div.logoWrapper img{
        height:100px;
        margin-right:30px;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.socialWrapper div.logoWrapper a{
        font-size:65px!important;
    }
}

footer div.footerContentWrapper div.socialWrapper p{
    width:auto;
    max-width:550px;
    line-height:1.4;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.socialWrapper p{
        font-size:30px!important;
    }
}

@media (max-width:1500px){
    footer div.footerContentWrapper div.socialWrapper p{
        max-width:400px;
    }
}

@media (max-width:1200px){
    footer div.footerContentWrapper div.socialWrapper p{
        max-width:100%;
    }
}

footer div.footerContentWrapper div.socialWrapper div.socialIconWrapper{
    width:auto;
    height:auto;
    margin-top:25px;
}

footer div.footerContentWrapper div.socialWrapper div.socialIconWrapper img{
    width:40px;
    height:auto;
    opacity:50%;
    margin-right:20px;
    transition-duration:200ms;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.socialWrapper div.socialIconWrapper img{
        width:70px;
        margin-right:50px;
        margin-top:20px;
        margin-bottom:70px;
    }
}

footer div.footerContentWrapper div.socialWrapper div.socialIconWrapper img:hover{
    opacity:80%;
    transition-duration:200ms;
}

footer div.footerContentWrapper h3{
    margin-top:calc(60px/2);
    display:inline-block;
    height:calc(60px-60px/2);
    margin-bottom:25px;
    color:#f5f5f6;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper h3{
        font-size:30px!important;
        margin-top:50px;
        margin-bottom:50px;
    }
}

@media (max-width:800px){
    footer div.footerContentWrapper div.linksWrapper{
        width:50%;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.linksWrapper{
        width:50%;
        font-size:30px!important;
    }

    footer div.footerContentWrapper div.contactWrapper{
        width:35%;
        font-size:30px!important;
    }
}

footer div.footerContentWrapper div.emailWrapper{
         width:400px;
}

@media (max-width:1500px){
    footer div.footerContentWrapper div.emailWrapper{
        width:300px;
    }
}

@media (max-width:800px){
    footer div.footerContentWrapper div.emailWrapper{
        width:100%;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.emailWrapper{
        width:100%;
    }
}

footer div.footerContentWrapper div.emailWrapper input{
    width:100%;
    height:auto;
    padding:10px 20px;
    margin:0;
    background-color:initial;
    border:1px solid #aaabae;
    outline:0;
    text-transform:unset!important;
    box-sizing:border-box;
    text-shadow:none;
    color:#aaabae;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerContentWrapper div.emailWrapper input{
        font-size:30px!important;padding:20px;
    }
}

footer div.footerContentWrapper div.emailWrapper div.ctaButton{
    float:right;
    color:#303641;
    margin-top:25px;
}

footer div.footerLegalWrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start!important;
    justify-content:space-between;
    padding:20px 80px;
    border-top:1px solid #aaabae;
}

@media (max-width:700px){
    footer div.footerLegalWrapper{
        padding-right:10%;
        padding-left:10%;
    }
}

@media (max-width:1100px){
    footer div.footerLegalWrapper{
        flex-direction:column;
        align-items:unset;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerLegalWrapper{
        padding-top:35px;
        padding-bottom:35px;
    }
}

footer div.footerLegalWrapper p{
    font-size:.75em;
}

@media (max-width:1100px){
    footer div.footerLegalWrapper p{
        width:100%;
        text-align:center;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerLegalWrapper p{
        font-size:25px!important;
    }
}

@media (max-width:1100px){
    footer div.footerLegalWrapper div{
        width:100%;
    }
}

footer div.footerLegalWrapper div.leftWrapper p span,footer div.footerLegalWrapper div.rightWrapper p span{
    margin-left:10px;
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerLegalWrapper div.leftWrapper{
        margin-bottom:15px;
    }
}

footer div.footerLegalWrapper div.rightWrapper p{
    text-align:right;
}

@media (max-width:1100px){
    footer div.footerLegalWrapper div.rightWrapper p{
        margin-top:5px;
        text-align:center;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (max-width:1000px){
    footer div.footerLegalWrapper div.rightWrapper p{
        line-height:1.5;
    }
}