/* latin-ext */
        @font-face {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/css/fonts/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
          unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        @font-face {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/css/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
          unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        
        /* latin-ext */
        @font-face {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 500;
          font-display: swap;
          src: local('Montserrat Medium'), local('Montserrat-Medium'), url(/css/fonts/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
          unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        @font-face {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 500;
          font-display: swap;
          src: local('Montserrat Medium'), local('Montserrat-Medium'), url(/css/fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
          unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    
        html {
          scroll-behavior: smooth;
        }
    
        body {
            margin: auto;
        }
        
        .displayLayer0 {
            background: transparent url(/images/BW-Digital-5.webp) no-repeat center fixed;
            background-size: cover;
        }
        
        .displayLayer1 {
            background-color: #5c5c5c;
        }
        
        .displayLayer2 {
            background-color: #898989;
        }
        
        button {
            background-color: #787878;
            width: 230px;
            height: 40px;
            font-size: 16px;
            text-align: center;
            color: inherit;
            font-family: inherit;
            outline: none;
            border: none;
            margin-top: 10px;
            cursor:pointer;
            border-radius: 5px;
        }
        
        button:hover {
            background-color: #f9f9f9;
            color: black;
        }
        
        .homePageSignupButton {
            background-color: #1972F5;
            width: auto;
            padding: 0px 10px;
            height: 40px;
            font-size: 16px;
            text-align: center;
            line-height: 40px;
            color: inherit;
            font-family: inherit;
            outline: none;
            border: none;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 5px;
        }
        
        .homePageSignupButton:hover {
            background-color: #4990f9;
        }

        .pageBody {
            width: 100%;
            color: white;
            font-family: 'Montserrat';
        }
        
        p {
            font-family: 'Montserrat';
            color: inherit;
            font-size: 15px;
            line-height: 20px;
            overflow-wrap: break-word;  
        }
        
        p a, a:link, a:visited, a:active {
            text-decoration: none;
            color: inherit;
        }
        
        p a:hover {
            text-decoration: none;
            color: #3c434c;
        }
        
        /*p a:after {
            content: " " url('/images/external-link-icon.png');
        }*/
        
        h1, h2, h3, h4, h5, h6 {
            font-family: inherit;
            color: inherit;
            font-weight: 400;
        }
        
        h1 {
            color: inherit;
            font-size: 24px;
            font-family: inherit;
            font-weight: 400;
        }
        
        h2 {
            font-size: 20px;
            color: inherit;
            font-family: inherit;
            font-weight: 400;
        }
        
        h3 {
            margin-top: 16px;
            margin-bottom: 15px;
            font-size: 20px;
            color: inherit;
            font-family: inherit;
            font-weight:400;
        }
        
        h4 {
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 18px;
            color: inherit;
            font-family: inherit;
            font-weight:400;
            line-height: 25px;
        }
        
        h5 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
            line-height: 20px;
            color: inherit;
            font-family: inherit;
        }
        
        
        h6 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
            color: inherit;
            font-weight: 300;
            font-family: inherit;
        }
        
        
        table {
            font-family: inherit;
            color: inherit;
            font-size: 14px;
            font-weight: 400;  
        }
        
        a:link {
            text-decoration: none;
            cursor:pointer;
            color: inherit;
        }
        
        ul {
            font-family: inherit;
            font-size: inherit;
            color: inherit;
            padding-left: 20px;
        }
        
        ol {
            padding-left: 20px;
            margin-bottom: 5px;
        }
        
        .container {
            max-width:1100px;
            margin:auto;
            padding: 0px 15px 30px 15px;
            display: flex;
            flex-direction: column;
        }


        .topMenuOptionList {
            display: inline-flex;
            width: 100%;
            text-align: right;
            margin-bottom: 0px;
            margin-top: 15px;
        }
        
        .topMenuOption {
            font-size: 16px;
            margin-top: 10px;
        }
        

        .topMenuLink {
            color: inherit;
            text-decoration: none;
            cursor: pointer;
            width: 33%;
            text-align: center;
        }
        
        .topMenuLink:hover {
           color: #ddd; 
        }
        
        .pageH1Title {
            text-align: left;
            font-weight: 400;
            margin-bottom: 15px;
            font-size: 22px;
        }
        
        .centreTicker {
            width:100%;
            float: left;
            height: auto;
            padding-top: 65px;
            margin-bottom: 50px;
        }
        
        .homePageCentreItems {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 20px 0px;
        }
        
        .homepageLeft {
            width: 70%;
            text-shadow: 0px 0px 10px #303030;
        }
        
        .homepageRight {
            width:25%;
        }
        
            .homepageVideoCaption {
                text-align: center;
                width: 250px;
                margin-top: 5px;
                font-size: 0.9em;
                font-style: italic;
            }
        
        .mastheadText {
            width: 100%;
            margin-bottom: 10px;
            display: flex;
        }
            
            .mastheadSubText {
                width: 100%;
                margin-bottom: 10px;
                display: flex;
            }
        
        .mastheadMidText{
            font-size: 5.5em;
            font-weight: 600;
            margin-bottom: 10px;
            margin-top: 0px;
            line-height: 1em;
            letter-spacing: 2px;
        }
        
            .H1-Masthead {
                font-size: 5.5em;
                font-weight: 600;
                margin-bottom: 10px;
                margin-top: 0px;
                line-height: 1em;
                letter-spacing: 2px;
            }
            
            .H2-Masthead {
                width: 100%;
                float: left;
                font-size: 3em;
                font-weight: 400;
                line-height: 1em;
                text-align: left;
                margin: 0px 0px 10px;
            }
        
        .centreTickerText {
            margin-bottom: 5px;
            display: flex;
        }
        
            .centreTickerText h1 {
                float: left;
                font-size: 26px;
                font-weight: 500;
                margin-bottom: 10px;
                margin-top: 0px;
                line-height: 30px;
            }
            
            .centreTickerText p {
                text-align: left;
                font-size: 26px;
                font-weight: 400;
                margin-bottom: 5px;
                margin-top: 0px;
                line-height: 30px;
            }
        
        .pageDescriptionL1 {
            width: 100%;
        }
        
        .pageDescriptionTickerText {
            float: left;
            height: 90px;
            font-size: 3em;
            width: 100%;
        }
        
        .pageDescriptionL2 {
            width: 100%;
            margin-bottom: 10px;
            float: left;
        }
        
        .mastheadSubtext {
            width: 100%;
            margin: 0 auto;
        }
        
        .pageDescriptionL2 p{
            font-size: 18px;
            margin-top: 0px;
            line-height: 22px;
        }
        
        .pageH3Title {
            text-align:left;
            font-size:22px;
            font-weight: 500;
            margin-bottom: 15px;
            margin-top: 0px;
        }
        
        .rw-words{
        	display: inline;
        	text-indent: 0px;
        }
        .rw-words-1 span{
        	position: absolute;
        	opacity: 0;
        	overflow: hidden;
        	color: #8cd8e4;
        	-webkit-animation: rotateWord 21s linear infinite 0s;
        	-ms-animation: rotateWord 21s linear infinite 0s;
        	animation: rotateWord 21s linear infinite 0s;
        }
        .rw-words-1 span:nth-child(2) { 
            -webkit-animation-delay: 3s; 
        	-ms-animation-delay: 3s; 
        	animation-delay: 3s; 
        	color: #91b9d6;
        }
        .rw-words-1 span:nth-child(3) { 
            -webkit-animation-delay: 6s; 
        	-ms-animation-delay: 6s; 
        	animation-delay: 6s; 
        	color: #8e9def;	
        }
        .rw-words-1 span:nth-child(4) { 
            -webkit-animation-delay: 9s; 
        	-ms-animation-delay: 9s; 
        	animation-delay: 9s; 
        	color: #8e9def;	
        }
        .rw-words-1 span:nth-child(5) { 
            -webkit-animation-delay: 12s; 
        	-ms-animation-delay: 12s; 
        	animation-delay: 12s; 
        	color: #8e9def;	
        }
        .rw-words-1 span:nth-child(6) { 
            -webkit-animation-delay: 15s; 
        	-ms-animation-delay: 15s; 
        	animation-delay: 15s; 
        	color: #a790dc;
        }


        @-webkit-keyframes rotateWord {
            0% { opacity: 0; }
            2% { opacity: 0; -webkit-transform: translateY(-30px); }
        	5% { opacity: 1; -webkit-transform: translateY(0px);}
            17% { opacity: 1; -webkit-transform: translateY(0px); }
        	20% { opacity: 0; -webkit-transform: translateY(30px); }
        	80% { opacity: 0; }
            100% { opacity: 0; }
        }
        @-ms-keyframes rotateWord {
            0% { opacity: 0; }
            2% { opacity: 0; -ms-transform: translateY(-30px); }
        	5% { opacity: 1; -ms-transform: translateY(0px);}
            17% { opacity: 1; -ms-transform: translateY(0px); }
        	20% { opacity: 0; -ms-transform: translateY(30px); }
        	80% { opacity: 0; }
            100% { opacity: 0; }
        }
        @keyframes rotateWord {
            0% { opacity: 0; }
            2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
        	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
            17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
        	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
        	80% { opacity: 0; }
            100% { opacity: 0; }
        }
        
            .homePageSignUpCallout {
                width: 100%;
                text-align: center;
                float: left;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        
        .homePageWhatWeProvide {
            float: left;
            margin-bottom: 30px;
            width: calc(100% - 60px);
            background: white;
            border-radius: 5px;
            color: black;
            padding: 25px 30px;
        }
            
            .homePageBenefitListing {
                float: left;
                width: 100%;
                display: flex;
                align-items: center;
                height: auto;
                min-height: 30px;
            }
            
            .homePageBenefits {
                margin-bottom: 15px;
                float: left;
            }
            
                .homePageBenefitListingIcon {
                    margin-right:5px;
                }
            
            .homePageHowItWorks {
                width: 100%;
                float: left;
                padding-top: 75px;
                height: auto;
            }
        
            .workingsContainer {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                align-items: center;
                height: 35vh;
                margin-top: 20px;
                margin-left: 50px;
            }
                
                .workings {
                    width: 42%;
                    padding: 10px;
                }
                
                .workings#workingsGraphicContainer {
                    height: 100%;
                    padding-top: 10px;
                    display: flex;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                }    
                
                .workingsDescription {
                    font-size: 16px;
                }
                
            .additionalFeaturesList {
                margin-bottom: 5px;
            }
        
        .homePageExamples {
            width: 100%;
            float: left;
            margin-bottom: 60px;
        }
        
            .examples {
                margin-bottom: 10px;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
                
                .homepageExampleLink {
                    width: 30%;
                    float: left;
                }
                
                .example {
                    float: left;
                    width: calc(100% - 20px);
                    margin-bottom: 10px;
                    padding: 10px 15px;
                    border-radius: 5px;
                    height: auto;
                    min-height: 230px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                
                .example:hover {
                    background-color: #c9c9c9;
                    color: black;
                }
                
                    .exampleTitle {
                        font-size:16px;
                        font-weight: 500;
                        margin-bottom: 5px;
                        margin-top: 5px;
                        width: 100%;
                    }
                    
                    .exampleDescription {
                        margin-bottom: 5px;
                        margin-top: 5px;
                    }
                    
        .founderStatementContainer {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        
        .homePagePricing {
            width: 100%;
            float: left;
            height: auto;
            padding-top: 20px;
        }
        
        .calculateButton {
            width: 200px;
            height: 45px;
            border-radius: 5px;
            border: none;
            margin-bottom: 5px;
            padding: 5px 7px;
            margin-top: 10px;
            cursor: pointer;
            font-size: 16px;
            color: white;
            background-color: #787878;
            font-family: inherit;
        }
        
        .homepagePricingSliderContainer {
            display: flex;
            justify-content: center;
            width: 100%;
            flex-direction: column;
            align-items: center;
        }
            
            .homepagePricingSlider {
                width: 60%;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-around;
            }
            
                .sliderOutput {
                    font-size: 2em;
                }
        
        .pricingContainers {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-bottom: 25px;
        }
        
            .pricingContainer {
                width: 50%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-evenly;
            }
            
                .priceInfoColumn {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }
                
        
            .homePageConversionPrice {
                float: left;
                padding: 10px 13px;
                margin: 0px 5px 0px;
                width: 100%;
                border-radius: 5px;
                height: auto;
            }
                
                .homePageConversionText {
                    font-size: 20px;
                    line-height: 25px;
                    margin-top: 12px;
                    margin-bottom: 0px;
                    text-align: center;
                }
                
                .homePageConversionPriceText {
                    font-size: 60px;
                    margin: 5px;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                    line-height: 50px;
                    margin-top: 15px;
                }
                
            .homePageCodeAccessPrice {
                float: left;
                padding: 10px 13px;
                margin: 10px 0px 0px;
                width: 100%;
                border-radius: 5px;
                height: auto;
            }
                
                .homePageCodeAccessText {
                    font-size: 20px;
                    line-height: 25px;
                    margin-top: 12px;
                    margin-bottom: 5px;
                    text-align: center;
                }
                
                    .homePageCodeAccessSubtext {
                       text-align: center;
                       margin: 0px 0px 5px;
                    }
        
            .homePagePrice {
                float: left;
                padding: 20px;
                width: calc(100% - 0px);
                border-radius: 5px;
                height: auto;
            }
            
            .homePagePriceDetails {
                height: auto;
                width: calc(100% - 20px);
                float: left;
                font-size: 15px;
            }
            
            .homePagePriceDetails p, ul {
                margin: 0px;
            }
            
            .priceOrDivider {
                display: flex;
                margin-top: 0px;
                margin-bottom: 7px;
                width: 20px;
                height: 100px;
                float: left;
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-end;
            }
            
            .pricingCategory {
                margin-bottom: 10px;
                margin-top: 0px;
                line-height: 1em;
                font-size: 18px;
                text-align: center;
                display: flex;
                align-items: flex-end;
                flex-direction: row;
                width: 10%;
            }
            
            .pricingValue {
                margin-bottom: 0px;
                font-size: 5em;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: flex-end;
                flex-direction: row;
                line-height: 1em;
                margin-top: 0px;
            }
                .billingCategory {
                    font-size: 12px;
                    margin-top: 40px;
                }
            
            .billingFrequency {
                font-size: 15px;
            }
            
            .priceVATNotice {
                text-align: right;
                margin-right: 12px;
            }
       
        
        .homePageContact {
            width: 100%;
            float: left;
            height: auto;
            padding-top: 40px;
            margin-bottom: 80px;
        }
        
            .contactForm {
                float:left;
                width:100%;
            }
            
                .homepageForm {
                    width:100%;
                    margin:auto;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                }
                
                #contact-form {
                    width: 330px;
                }
                
                    .inputField {
                        width: 100%;
                        max-width: 375px;
                        height: 40px;
                        border-radius: 5px;
                        border: none;
                        margin-bottom: 5px;
                        padding: 5px 13px;
                    }
                    
                    .inputTextArea {
                        width: 100%;
                        max-width: 375px;
                        height: 70px;
                        resize: none;
                        border-radius: 5px;
                        border: none;
                        margin-bottom: 5px;
                        padding: 5px 7px;
                    }
                    
                    .submitButton {
                        width: 100%;
                        max-width: 375px;
                        height: 40px;
                        border-radius: 5px;
                        border: none;
                        margin-bottom: 5px;
                        padding: 5px 7px;
                        margin-top: 10px;
                        cursor:pointer;
                        font-size: 16px;
                        color: inherit;
                        background-color: #232a33;
                        font-family: inherit;
                    }
                    
    .footerContainer {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding-top: 10px;
        height: auto;
        min-height: 100px;
        color: white;
        font-family: inherit;
        border-top: 1px solid #131313;
    }
        .footerBlocks {
            width: 80%;
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
        }
            .footerButtonsContainer {
                margin: auto;
                width: 45%;
            }
            
            .footerSocialIcons {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            
                .footerIcon {
                    margin-right: 5px;
                    float:left;
                }
                
            
                .footerSocialLabel {
                    display: block;
                }
                
        .footerBlockPaymentPartners {
            background-color: #cbcbcb;
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
        }    
            
            .footerPaymentIcons {
                display: flex;
                align-content: space-between;
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
                max-width: 1000px;
                padding: 0px 20px;
            }
            
    
    .privacyNoticeButton {
        width: 160px;
        height: 35px;
        font-size: 14px;
        text-align: center;
        color: inherit;
        background-color: #697d96;
        font-family: inherit;
        outline: none;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 5px;
        }
            
            .privacyNotice {
                width: 95%;
                margin: auto;
                min-height: 350px;
            }
            
    .cookieNoticeButton {
        width: 160px;
        height: 35px;
        font-size: 14px;
        text-align: center;
        color: inherit;
        background-color: #697d96;
        font-family: inherit;
        outline: none;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 5px;    
    }
    
        .cookieNotice {
            width: 95%;
            margin: auto;
            min-height: 350px;
        }
        
    .footerCopyrightContainer {
        width: 80%;
        margin: auto;
    }
    
        .footerCopyrightText {
            float: left;
        width: 100%;
        }
    
            .footerCopyrightContainer p {
                line-height: 40px;
                height: auto;
                font-size: 12px;
                text-align: center;
                color: #ababab;
            }
            
        
                    
/*Responsive Design - Mobile - Portrait */                    
@media screen and (max-width: 425px) and (orientation: portrait) {

.container {
    padding: 20px 15px 30px 15px;
}
    
.pageH1Title {
    text-align: center;
}

.centreTicker {
    padding-top: 5px;
}

.homePageCentreItems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
}

.pageDescriptionL1 {
    width: 100%;
    margin-bottom: 25px;
}

.pageDescriptionTickerText {
    float: left;
    height: 70px;
    font-size: 1.7em;
    text-align: center;
    width: 100%;
}

.mastheadText {
    margin-bottom: 0px;
}

.H1-Masthead {
    font-size: 3em;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1em;
    text-align: center;
}

.H2-Masthead {
    width: 100%;
    font-size: 2.2em;
    text-align: center;
    margin: 20px 0px 0px;
}

.mastheadMidText{
    margin-left: 0px;
    font-size: 40px;
    line-height: 42px;
}

.homepageLeft {
    width: 100%;
}

.homepageRight {
    width: 100%;
    display: flex;
    justify-content: center;
}

.centreTickerText {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
}

.centreTickerText h1 {
    font-size: 24px;
    text-align: center;
}

.centreTickerText p {
    font-size: 24px;
    text-align: center;
}

.rw-words {
    display: flex;
    text-indent: 0px;
    justify-content: center;
}

.pageDescriptionL2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.mastheadSubtext {
    width:100%;
}

.headerRight {
    float: left;
    width: 100%;
    margin-left: 0px;
}

.topMenuOptionList  {
    margin-top: 0px;
    margin-bottom: 0px;
}

.topMenuOption {
    font-size: 14px;
}

.topMenuLink {
    width:33.3%;
}

.homePageHowItWorks {
    padding-top: 40px;
}

.workingsContainer {
    height: 85vh;
    margin-top: 0px;
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 10px;
}

.workings {
    width: 96%;
    padding: 5px;
}

.homePageExamples {
    padding-top: 0px;
}

.homePageWhatWeProvide {
    width: calc(100% - 40px);
    float: left;
    margin-bottom: 20px;
    padding: 20px;
}

.homePageBenefitListing {
    margin-bottom: 10px;
}

.homePageBenefits {
    margin-left: 0px;
}

.homePageBenefitListingIcon {
    margin-right: 10px;
}

.homePageExamples {
    height: auto;
    padding-top: 0px;
}

.examples {
    flex-direction: column;
    flex-wrap: nowrap;
}

.homepageExampleLink {
    width: 100%;
}

.example {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.example:hover {
    background-color: transparent;
}

.homePagePricing {
    height: auto;
}

.pricingContainers {
    flex-direction: column;
}

.pricingContainer {
    width: 100%;
}

.priceOrDivider {
 height: 20px;   
}

.homePageConversionPrice {
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
    height: auto;
}

.homePageConversionText {
    margin-top: 15px;
}

.pricingCategory {
    width: 100%;
    justify-content: flex-end;
}

.homePageCodeAccessPrice {
    padding: 0px;
    margin: 0px 0px 5px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homePageCodeAccessText {
    margin-top: 15px;
}

.homePageCodeAccessSubtext {
   margin: 0px 0px 15px;
}

.homepagePricingSliderContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.homepagePricingSlider {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sliderOutput {
    font-size: 3em;
}

.homePagePrice {
    float: none;
    padding: 0px;
    margin: 0px;
    width: calc(100% - 0px);
}

.homePagePriceDetails {
    padding: 0px 10px;
}

.pricingValue {
    align-items: center;
    flex-direction: column;
}

.billingFrequency {
    margin-bottom: 5px;
}

.priceVATNotice {
    margin-right: 0px;
}

.homePageContact {
    padding-top: 20px;  
}

.contactForm {
    float: left;
    width: 95%;
    padding: 10px;
}


.footerBlocks {
    width: 100%;
    flex-direction: column;
}

.footerButtonsContainer {
    width: 90%;
}

#Web_Social_Icon {
    margin-right: 20px;
}

.footerSocialIcons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footerSocialLabel {
    display: none;
}

.footerCopyrightContainer {
        width: 90%;
    }

}


@media screen and (max-width: 320px) and (orientation: portrait) {

.centreTicker {
    height: auto;
    padding-top: 5px;
}

.H1-Masthead {
    font-size: 2.8em;
}

.H2-Masthead {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 20px 0px 0;
}

.pageDescriptionTickerText {
    font-size: 1.5em;
}

}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/*Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

.headerLeft {
    padding-left: 15px;
    width: 40%;
}

.centreTicker {
    padding-top: 0px;
}

.pageH1Title {
    margin-top: 18px;
}

.headerRight {
    width: 55%;
}

.topMenuOptionList {
    margin-top: 12px;
}

.topMenuOption {
    font-size: 16px;
    margin-top: 12px;
}

.topMenuLink#How_It_Works {
 width: 30%;
}

.topMenuLink#Pricing {
 width: 20%;
}

.H1-Masthead {
    font-size: 3.5em;
}

.H2-Masthead {
    font-size: 3em;
}

.pageDescriptionTickerText {
    float: left;
    height: 80px;
    font-size: 2.8em;
    text-align: center;
    width: 100%;
}

.rw-words {
    display: flex;
    text-indent: 0px;
    flex-direction: column;
    align-items: center;
}

.homepageDemoVideo {
    width:100%;
}

.homepageVideoCaption {
    width:100%;
}

.homePageConversionPrice {
    width:calc(100% - 36px);
}

.homePageCodeAccessPrice {
    width:calc(100% - 36px);
}

.centreTickerText {
    width: 64%;
}

.centreTickerText h1 {
    font-size: 23px;
}

.homepageExampleLink {
    width: 50%;
}

.example {
    width: calc(100% - 30px);
    margin-left: 0px;
}

.homepagePricingSlider {
    width: 90%;
    flex-direction: column;
}

.homePagePrice {
    margin: 10px 0px;
    width: calc(100% - 40px);
}

.footerCopyrightContainer {
    width: 100%;
}

}

/*Landscape*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/*Portrait*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
.headerLeft {
    padding-left: 20px;
    width: 40%;
}

.topMenuOption {
    font-size: 16px;
}

.homePagePrice {
    width: 100%;
    margin: 10px 7px;
}

.topMenuOptionList {
    margin-top: 7px;
}

}

/*Landscape*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}



/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}



/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}
    

