* {
    margin:0;
    padding:0;
    outline:0;
}

:root {
    --main-colour:#7700aa;
    --text-colour:#FFF;
    --dark-text-colour:#000;
    --comp-colour:#9B00DD;
    --comp-secondary-color:#0088AA;
    --logo-width:100px;
    --logo-mobile-width:75px;
    --main-font:'Open Sans', sans-serif;
    --secondary-font:'Karla', sans-serif; 
}

body {
    background:var(--text-colour);
    color:var(--dark-text-colour);
    font-family:var(--main-font);
    overflow-x:hidden;
}

header,
section,
footer,
.page-container {
    position:relative;
    width:100%;
    box-sizing:border-box;
}
h1 {
    font-family:var(--secondary-font);
}
.page-container {
    width:1600px;
    margin:0 auto;
}
@media only screen and (max-width:1667px){
    .page-container {
        width:1200px;
    }
}

@media only screen and (max-width:1267px){
    .page-container {
        width:1000px;
    }
}

@media only screen and (max-width:1067px){
    .page-container {
        width:90%;
    }
}

header {
    padding:25px 0;
    background:var(--main-colour);
}

header,
footer {
    z-index:10;
}

main {
    z-index:5;
}

.logo,
.tagline {
    display:inline-block;
    vertical-align:middle;
    box-sizing:border-box;
}

.logo {
    width:var(--logo-width);
}
.tagline {
    text-align:right;
    width:calc(100% - var(--logo-width));
    font-weight:100;
    color:var(--text-colour);
    font-size:12px;
}

.tagline p {
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.tagline a {
    color:var(--text-colour);
}

.tagspace {
    padding:0 15px;
}
@media only screen and (max-width:1067px){
    .logo {
        width:var(--logo-mobile-width);
    }
    .tagline {
        width:calc(100% - var(--logo-mobile-width));
    }
}

.subhead {
    text-transform:uppercase;
    font-size:14px;
    font-weight:200;
    letter-spacing:1px;
    margin-bottom:10px;
}

.main-section h1 {
    font-size:72px;
    line-height:69px;
    width:70%;
    font-weight:500;
}
.main-section p {
    font-family:var(--secondary-font);
    padding-top:35px;
    width:60%;
    font-weight:100;
    font-size:32px;
    line-height:43px;
}

.blue-box .main-section {
    color:var(--text-colour);
}

.main-section i {
    border-bottom:1px #FFF solid;
    font-style: normal;
}
.blue-box .main-section i {
    border-bottom:1px var(--text-colour) solid;
}

.main-section a {
    position:relative;
    width:100px;
    display:block;
    margin-top:35px;
    border:2px var(--main-colour) solid;
    padding:7px 15px;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    text-transform:uppercase;
    border-radius:7px;
    color:var(--main-colour);
    transition:400ms;
}
.blue-box .main-section a {
    color:var(--text-colour);
    border:2px var(--text-colour) solid;
    width:200px;
}

.blue-box .main-section a.ru-cta {
    width:250px;
}
.main-section a,
.main-section span {
    display:inline-block;
    vertical-align:middle;
    box-sizing: border-box;
}
.main-section span {
    padding-left:20px;
}
.main-section span a {
    border:none;
    padding:0;
    width:auto;
    padding:0;
}
.main-section a:hover {
    background:var(--main-colour);
    color:var(--text-colour);
}
.blue-box .main-section a:hover {
    border:2px var(--text-colour) solid;
    background:var(--text-colour);
    color:var(--dark-text-colour);
}
.main-section span a:hover {
    background:none;
    color:var(--main-colour);
    text-decoration: underline;
}

.ms-left,
.ms-right {
    display:inline-block;
    vertical-align:top;
    box-sizing: border-box;
    width:50%;
}

.socials {
    position:relative;
    width:100%;
    padding:0 0 100px;
    text-align:left;
}
.socials img {
    display:inline-block;
    width:100px;
    box-sizing: border-box;
    vertical-align: top;
}

.main-section.dual h1,
.main-section p {
    width:90%;
}

.splash-box .arrow {
    position:absolute;
    bottom:50px;
}

.main-box,
.splash-box {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:80vh;
    z-index:1;
}
.main-box {
    height:auto;
    padding:100px 0;
}
.main-wrap {
    display:table;
    width:100%;
    height:100%;
}
.main-frame {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.main-frame .page-container {
    text-align:left;
}

.video {
    width:92%;
    overflow:hidden;
}
.video video {
    width:100%;
}

.tiktok-case {
    position:relative;
    width:72%;
    margin-top:50px;
    border-top:1px var(--text-colour) solid;
    border-bottom:1px var(--text-colour) solid;
    padding:15px 0 35px;
}
.case {
    padding-top:30px;
}
.case-image,
.case-info {
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.case-image {
    width:150px;
    overflow:hidden;
}
.case-image img {
    width:100%;
    border-radius:10px;
}
.case-info {
    padding-left:15px;
    width:calc(100% - 150px);
}
.case-user {
    font-family: var(--secondary-font);
    font-size:27px;
    font-weight:200;
    margin:10px 0;
}
.case-followers,
.case-earnings,
.case-location,
.case-service,
.case-desc {
    font-family: var(--secondary-font);
    font-weight:200;
}

.case-service {
    font-size:27px;
    font-weight:500;
    margin:25px 0;
}

.case-location {
    font-size:12px;
}

.case-desc p {
    font-size:18px;
    line-height:22px;
    padding-top:10px;
}
@media only screen and (max-width:967px){
    .influencer-frame {
        right:0%;
        top:-5%;
        width:70%;
        border-radius:25px;
        transform: rotateZ(5deg);
    }
}

.disclaimer,
.address,
.footer-logo {
    display:inline-block;
    vertical-align: middle;
    width:250px;
    box-sizing: border-box;
}
.disclaimer,
.address {
    font-size:13px;
}
.disclaimer span,
.address span {
    width:100%;
    display:block;
    font-size:11px;
}
.disclaimer span,
.address a {
    color:#CCC;
}
.address {
    text-align:right;
}
.footer-logo {
    width:calc(100% - 500px);
    text-align:center;
}
.footer-logo img {
    width:30px;
}

footer {
    padding:25px 0;
    font-size:9px;
    font-weight:100;
    background:var(--dark-text-colour);
    color:var(--text-colour);
}

.chat-button {
    position:fixed;
    left:50px;
    bottom:50px;
    z-index:10;
}

.dIqbfe {
    margin-bottom:-27px;
    margin-left:-3px;
    z-index:100000;
}

.footnote {
    text-align:right;
    font-size:12px;
    padding:2px 15px 0;
}

.alert {
    position:relative;
    text-align:center;
    z-index:1000;
    background:var(--dark-text-colour);
    color:var(--text-colour);
    padding:10px 0;
    font-size:12px;
}

.alert a {
    color:var(--text-colour);
}


.main-box.blue-box {
    background:var(--main-colour);
}

@media only screen and (max-width:1667px){
    .main-section h1 {
        font-size:67px;
        line-height:62px;
        width:85%;
    }
    .main-section p {
        width:80%;
    }
}

@media only screen and (max-width:1267px){
    .main-section h1 {
        width:90%;
        font-size:57px;
        line-height:52px;
    }
    .main-section p {
        width:85%;
        font-size:25px;
        line-height:28px;
    }
}

@media only screen and (max-width:1067px){
    .main-section h1 {
        width:95%;
        font-size:43px;
        line-height:39px;
    }
    .main-section p {
        width:90%;
        font-size:18px;
        line-height:22px;
    }
    .ms-left,
    .ms-right {
        display:block;
        width:100%;
    }
    .video {
        width:100%;
    }
    .video video {
        width:150%;
        margin-left:-25%;
    }
}

@media only screen and (max-width:667px){
    .main-section h1 {
        font-size:36px;
        line-height:32px;
    }
    .main-section.dual h1 {
        font-size:27px;
        line-height:25px;
    }
    .main-section p {
        width:95%;
        padding-top:15px;
    }
    .main-box,
    .splash-box {
        height:55vh;
    }
    .blue-box.main-box {
        height:auto;
    }

    .disclaimer,
    .footer-logo,
    .address {
        font-size:8px;
    }
    .disclaimer,
    .address {
        width:150px;
    }
    .footer-logo {
        width:calc(100% - 300px);
    }
    .disclaimer span,
    .address span {
        font-size:7px;
    }
    .footer-logo {
        margin:10px auto;
    }
    .footer-logo img {
        width:20px;
    }
    .main-section a {
        width:75px;
        padding:4px 12px;
        font-size:10px;
    }
    .logo {
        width:40px;
    }
    .tagline {
        width:calc(100% - 40px);
        font-size:10px;
    }
    header {
        padding:15px 0;
    }

    .socials img {
        width:72px;
    }

    .footnote {
        text-align:right;
        font-size:9px;
        padding:0 5px 0;
    }

    footer {
        padding-bottom:80px;
    }

    .alert {
        font-size:8px;
    }

    .tiktok-case {
        width:100%;
        margin-bottom:15px;
    }

    .case-service {
        font-size:20px;
    }

    .case-user {
        font-size:18px;
    }

    h1.mobile-larger {
        width:50%!important;
    }

    .case-followers,
    .case-earnings {
        font-size:12px;
    }

    .case-desc p {
        font-size:16px;
        line-height:20px;
        padding-top:10px;
    }

    .case-image {
        width:120px;
        overflow:hidden;
    }

}


.arrow {
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: var(--dark-text-colour);
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  }
  
  .arrow:hover {
    margin-top:15px;
  }
  