:root {

	--bs-primary: #FFBB00;
	--bs-secondary: #36343a;
}

.nav-link.active-underline {
    background-color: none;
    border-color: none;
    border-bottom: 3px solid #0d6efd;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #e74c3c;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}

.skip-link-wrapper {
    z-index: 99999;
    position: relative;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    background: #0b5fff;
    color: #fff;
    padding: .75rem 1rem;
    border-radius: .25rem;
    text-decoration: none;
}

.skip-link:focus {
    left: 1rem;
}

@media (max-width: 992px) {
    .downdownopen {
        display: block;
    }
}

#lptapp {
    font-family: 'Roboto', sans-serif;
}

.raleway {
    font-family: 'Raleway', sans-serif !important;
}

.container-lg {
    max-width: 1500px;
}

@media (min-width: 991px) {
    .layout-wrapper {
        margin-top: 112px;
    }
}

@media (max-width: 1490px) {
    .intro-container {
        background-position:  center center !important;
        -webkit-background-size: auto 545px !important;
        -moz-background-size: auto 545px !important;
        -o-background-size: auto 545px !important;
        background-size: auto 545px !important;
    }

    .intro-text-container {
        max-width: min(520px, 49%) !important;
    }
}

@media (max-width: 1240px) {
    .intro-text-container {
        max-width: min(405px, 49%) !important;
    }
}

@media (max-width: 1880px) {
    .intro-container {
        background-position:  center center !important;
        -webkit-background-size: auto 570px !important;
        -moz-background-size: auto 570px !important;
        -o-background-size: auto 570px !important;
        background-size: auto 570px !important;
    }
}

.text-primary {
	color: var(--bs-primary) !important;
}

.text-secondary {
	color: var(--bs-secondary) !important;
}

.lpt-underline-sm {
    background: url('../assets/images/underlineSm.svg') bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0.4em;
}

.lpt-underline-md {
    background: url('../assets/images/underlineMd.svg') bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0.3em;
}

.lpt-underline-lg {
    background: url('../assets/images/underlineLg.svg') bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0.6em;
}

@media (min-width: 992px) and (max-width: 1056px) {
    .nav-link {
        padding: 0.5rem 0.6rem !important;
    }
}

@media (max-width: 1438px) {
    .layout-wrapper-bg-img {
        -o-background-size: 50% 100% !important;
        -webkit-background-size: 50% 100% !important;
        -moz-background-size: 50% 100% !important;
        background-size: 50% 100% !important;
    }

    .contact-description-container {
        padding-right: 15px !important;
    }

    .vert-tabs {
        min-width: 250px !important;
    }
}

@media (max-width: 1400px) {
    .vert-tabs {
        min-width: 150px !important;
    }
}
@media (max-width: 1492px) {
    .house-banner-text {
        font-size: 1.4rem !important;
    }
}
@media (max-width: 1412px) {
    .house-banner-text {
        font-size: 1.3rem !important;
    }
}
@media (max-width: 1333px) {
    .house-banner-text {
        font-size: 1.2rem !important;
    }
}
@media (max-width: 1253px) {
    .house-banner-text {
        font-size: 1.1rem !important;
    }
}
@media (max-width: 1174px) {
    .house-banner-text {
        font-size: 1rem !important;
    }
}
@media (max-width: 1094px) {
    .house-banner-text {
        letter-spacing: 0 !important;
    }
}

.form-submit-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--bs-primary);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@media (min-width: 991px) and (max-width: 1280px){
    .table-sub-text {
        font-size: 2.7rem !important;
    }
}

/*Chatlio stuff*/
.rp-chatlio-container {
	position: fixed;
	text-align: right;
	bottom: 10px;
	right: 10px;
	z-index: 9001;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.rp-chatlio-container h1 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 4px;
}

.rp-chatlio-container p {
	font-size: 1rem;
	margin: 0;
	padding-bottom: 16px;
}

.rp-chatlio-form {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 10px;
	animation: chatlio-widget-body-open .1s ease-in-out;
	transform: scale3d(1, 1, 1);
	text-align: left;
}

.rp-chatlio-form .row {
	margin-bottom: 10px;
}

.rp-chatlio-container .form-control {
	padding: 8px 16px;
}

.chatlio-form-btn {
	padding: 8px 16px;
    background-color: rgb(255, 188, 4);
    border-color: rgb(255, 188, 4);
    border-radius: 5px;
}

.chatlio-form-btn:hover {
	background-color: rgb(248, 200, 66);
    border-color: rgb(248, 200, 66);
}

.btn-chatlio {
	background-color: rgb(255, 188, 4);
    border-color: rgb(255, 188, 4);
    border-radius: 5px;
	padding: 0 30px;
	line-height: 60px !important;
	min-width: 350px;
	max-width: 350px;
}

.btn-chatlio:hover {
	background-color: rgb(248, 200, 66);
    border-color: rgb(248, 200, 66);
}

.btn-chatlio:focus {
    box-shadow: 0 0 0 0.25rem rgb(248 200 66 / 50%);
}

.btn-primary:focus {
    background-color: rgb(255, 188, 4);
    border-color: rgb(255, 188, 4);
}

.btn-primary:active {
    background-color: rgb(255, 188, 4);
    border-color: rgb(255, 188, 4);
}





/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/*
    Component Scoped Styles

    each selector should be appended by a parent selector like:
        ".template-folder-folder-folder-filename"
*/

/*
    /global - banner.vue
*/
.template-global-banner .banner {
    width: 100%;
    height: 40px;
    background-color: #ffbc04;
}

/*
    /global - footer.vue
*/
.template-global-footer #footer {
    font-size: 1rem;
    background-color: #383838;
}

.template-global-footer .align-top {
    align-self: start;
}

.template-global-footer .span1 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #fff;
}

.template-global-footer .span2 {
    font-size: 1rem;
    line-height: 1rem;
    color: #7d7d7d;
}

/*
    /global - navbar.vue
*/
.template-global-navbar #top-nav-container {
    height: 98px;
}

.template-global-navbar .logo-container img {
    cursor: pointer;
}

.template-global-navbar .navbar {
    z-index: 9999;
}

.template-global-navbar #top-navbar-collapse {
    position: fixed;
    width: 100%;
    top: 100px;
    right: 0px;
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.template-global-navbar #top-navbar-collapse-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.template-global-navbar .logo {
    width: 170px;
}

/*
    /layouts - landing.vue
*/
.template-layouts-landing .layout-wrapper {
    min-height: 300px;
}

/*
    /layouts - leadcapture.vue
*/
.template-layouts-leadcapture .layout-wrapper {
    min-height: 300px;
}

/*
    /layouts - faq.vue
*/
.template-layouts-faq .layout-wrapper {
    min-height: 300px;
}

/*
    /layouts - contact.vue
*/
.template-layouts-contact .layout-wrapper {
    min-height: 697px;
    background: url('../assets/images/contactBG.png') top left;
    background-repeat: no-repeat;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    background-size: 50% auto;
}
.template-layouts-contact .layout-wrapper-bg-img {
    min-height: 697px;
    background: url('../assets/images/contactBG.png') top left;
    background-repeat: no-repeat;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    background-size: 50% auto;
}

/*
    /layouts - presentation.vue
*/
.template-layouts-presentation .layout-wrapper {
    min-height: 300px;
}

/*
    /landing - intro.vue
*/
.template-landing-intro .intro-container {
    min-height: 480px;
    background-image: url('../assets/images/IntroBG.png');
    background-position:  right center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.template-landing-intro .container-lg {
    padding-left: min(5%, 60px);
}

.template-landing-intro .intro-text-container {
    min-height: 480px;
    max-width: 42%;
}

.template-landing-intro .main-text {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 2px;
}

.template-landing-intro .sub-text {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 50px;
}

.template-landing-intro .fw-800 {
    font-weight: 800 !important;
}

/*
    /landing - housebanner.vue
*/
.template-landing-housebanner .banner-wrapper {
    background-color: #383838;
    padding: 20px 2%;
}

.template-landing-housebanner .house-banner-text {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

/*
    /landing/packages - container.vue
*/
.template-landing-packages-container .packages-container {
    min-height: 700px;
    background-color: #ecefef;
}

.template-landing-packages-container .package-card-wrapper {
    margin-top: 5rem;
}

.template-landing-packages-container .main-text {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-top: 7%;
}

.template-landing-packages-container .sub-text {
    font-size: 2.7rem;
    line-height: 2.7rem;
    padding-top: 30px;
    letter-spacing: 1px;
}

.template-landing-packages-container .fw-800 {
    font-weight: 800 !important;
}

/*
    /landing/packages - card.vue
*/
.template-landing-packages-card .package-card {
    max-width: 325px;
    min-height: 550px;
}

.template-landing-packages-card .color-banner {
    height: 20px;
}

.template-landing-packages-card .package-image {
    aspect-ratio: 1 / 0.6;
}

.template-landing-packages-card .package-header {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.template-landing-packages-card .package-body {
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.template-landing-packages-card .package-link {
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

/*
    /landing/packagefeatures - container.vue
*/
.template-landing-packagefeatures-container .feature-card-header {
    font-size: 2rem;
    line-height: 2rem;
}

.template-landing-packagefeatures-container .feature-card-body {
    font-size: 1rem;
    line-height: 1.5rem;
}

.template-landing-packagefeatures-container .feature-card-accent {
    color: #a8a8a8 !important;
    font-size: 1rem;
}

.template-landing-packagefeatures-container .print-marketing-bg {
    background: url('../assets/images/Feature_PrintMarketingBG1.png') right top no-repeat;
}

.template-landing-packagefeatures-container .feature-grid-header {
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 800;
}

.template-landing-packagefeatures-container .feature-grid-size {
    color: #717171 !important;
    font-size: 0.8rem;
    line-height: 1.5rem;
}

.template-landing-packagefeatures-container .ellipse {
    margin-bottom: 6px;
}

.template-landing-packagefeatures-container .postcard-count-1 {
    color: #455b64 !important;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 800;
}

.template-landing-packagefeatures-container .postcard-count-2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 800;
}

.template-landing-packagefeatures-container .postcard-count-3 {
    color: #717171;
    font-size: 1rem;
}

.template-landing-packagefeatures-container .digital-mail-sample {
    color: #717171;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.template-landing-packagefeatures-container .digital-ad-sample-image {
    max-height: 68px;
}

/*
    /landing/packagefeatures - card.vue
*/
.template-landing-packagefeatures-card .wrapper {
    font-size: 1rem;
}

.template-landing-packagefeatures-card .feature-card {
    height: 430px;
    width: 785px;
}

.template-landing-packagefeatures-card .color-banner {
    width: 20px;
}

/*
    /landing/addons - container.vue
*/
.template-landing-addons-container .container-header {
    font-size: 2.3rem;
    line-height: 2.8rem;
    font-weight: bold;
}

.template-landing-addons-container .vert-tabs {
    min-width: 300px;
    margin-top: auto;
    margin-bottom: auto;
}

.template-landing-addons-container .vert-divider {
    border-right: 2px #a8a8a8 solid;
}

.template-landing-addons-container .addon-tab-option {
    color: #a8a8a8;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 16px;
    cursor: pointer;
    margin: 30px 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.template-landing-addons-container .selected-addon-tab {
    color: var(--bs-secondary) !important;
    font-weight: bold;
    border-left: 5px #f9ca0f solid;
    padding-left: 11px !important;
}

.template-landing-addons-container .addon-card-header {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.template-landing-addons-container .addon-card-header-accent {
    color: var(--bs-primary);
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
}

.template-landing-addons-container .addon-card-header-sub {
    color: #a8a8a8;
    font-size: 0.7rem;
    line-height: 0.7rem;
}

.template-landing-addons-container .addon-card-body {
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.template-landing-addons-container .addon-card-footer {
    font-size: 1rem;
    line-height: 1rem;
}

.template-landing-addons-container .dollar-sign {
    margin-right: 0.2rem;
    vertical-align: top;
    font-size: 1.7rem;
    line-height: 1.5rem;
}

.template-landing-addons-container .fade-enter-active,
.template-landing-addons-container .fade-leave-active {
    transition: opacity .2s ease;
}

.template-landing-addons-container .fade-enter,
.template-landing-addons-container .fade-leave-to {
    opacity: 0;
}

.template-landing-addons-container .fade-enter-to,
.template-landing-addons-container .fade-leave {
    opacity: 1;
}

/*
    /landing/addons - tabcontent.vue
*/
.template-landing-addons-tabcontent .tab-border {
    min-height: 500px;
    background-color: #ecefef;
    padding: 40px;
}

.template-landing-addons-tabcontent .tab-content-container {
    background-color: #fff;
}

.template-landing-addons-tabcontent .tab-content {
    padding: 40px;
    background: url('../assets/images/Feature_PrintMarketingBG1.png') right top no-repeat;
}

/*
    /leadcapture - intro.vue
*/
.template-leadcapture-intro .leadCapture-background {
    height: 600px;
    background: transparent url(../assets/images/Image137.png) 0% 0% no-repeat padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem;
}

.template-leadcapture-intro .leadCapture-header {
    margin: auto;
    text-align: center;
    line-height: 3rem;
}

.template-leadcapture-intro .leadCapture-info {
    margin: auto;
    text-align: center;
    width: 850px;
    line-height: 2.3rem;
}

.template-leadcapture-intro .leadCapture-learn-more-area {
    margin: auto;
    text-align: center;
    width: 200px;
    background-color: #050809;
    height: 35px;
    border-radius: 10px;
    padding-top: .3rem;
    cursor: pointer;
}

.template-leadcapture-intro .header-text {
    font-size: 3rem;
    font-weight: 700;
}

.template-leadcapture-intro .body-text {
    font-size: 1.2rem;
    font-weight: 100;
}

.template-leadcapture-intro .learn-more-btn {
    text-decoration: none;
    color: #FFFF;
    font-size: .9rem;
    padding: .6rem;
}

.template-leadcapture-intro a {
    text-decoration: none;
}

/*
    /leadcapture - textcapture.vue
*/
.template-leadcapture-textcapture .main-container {
    background-color: #ECEFEF;
    padding: 4rem;
}

.template-leadcapture-textcapture .text-capture-container {
    padding: 1.5rem;
    width: 100%;
}

.template-leadcapture-textcapture .addon-tab-option {
    color: #a8a8a8;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 16px;
    cursor: pointer;
    margin: 30px 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.template-leadcapture-textcapture .selected-addon-tab {
    color: var(--bs-secondary) !important;
    font-weight: bold;
    border-left: 5px #f9ca0f solid;
    padding-left: 11px !important;
}

.template-leadcapture-textcapture .vert-tabs {
    min-width: 300px;
    margin-top: auto;
    margin-bottom: auto;
}

.template-leadcapture-textcapture .vert-divider {
    border-right: 2px #a8a8a8 solid;
    align-self: stretch;
}

.template-leadcapture-textcapture .text-size {
    font-size: 1.5rem;
}

.template-leadcapture-textcapture .fw-700 {
    font-weight: 700;
}

.template-leadcapture-textcapture .fw-100 {
    font-weight: 100;
}

/*
    /leadcapture - textcapturefeature.vue
*/
.template-leadcapture-textcapturefeature .feature-container {
    height: 75%;
    width: 185rem;
    background-color: #FFFFFF;
}

.template-leadcapture-textcapturefeature .feature-text-area {
    padding: 4rem;
    gap: 1.5rem;
}

.template-leadcapture-textcapturefeature .feature-card-header {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.template-leadcapture-textcapturefeature .feature-card-body {
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.template-leadcapture-textcapturefeature .image {
    max-width: 320px;
    max-height: 320px;
}

/*
    /leadcapture - featurestable.vue
*/
.template-leadcapture-featurestable .main-header-container {
    line-height: 3rem;
    text-align: center;
    padding: 3rem;
}

.template-leadcapture-featurestable .table-container {
    height: 100%;
    width: 75%;
    margin: auto;
    box-shadow: 0px 7px 10px grey;
}

.template-leadcapture-featurestable .td-text{
    font-size: 1.25rem;
    font-weight: 600;
}

.template-leadcapture-featurestable .td-img{
    padding-left: 3rem;
}

.template-leadcapture-featurestable table.table.table-striped th {
    padding: 2rem;
}

.template-leadcapture-featurestable table.table.table-striped td {
    padding: 1.5rem;
}

.template-leadcapture-featurestable .table-image {
    width: 35%;
    text-align: center;
}

.template-leadcapture-featurestable .table-image.feature {
    width: 23%;
    text-align: center;
}
.template-leadcapture-featurestable .banner {
    width: 100%;
    height: 50px;
    background-color: #383838;
}

.template-leadcapture-featurestable .background {
    min-height: 400px;
    width: 100%;
    background-image: url('../assets/images/MaskGroup939.png');
    background-size: cover;
    position: relative;
}

.template-leadcapture-featurestable .layer {
    background-color: rgba(50,76,87,246);
    opacity: 75%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute ;
}

.template-leadcapture-featurestable .sub-header-container {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 8rem;
}

.template-leadcapture-featurestable .main-header {
    font-size: 2rem;
}

.template-leadcapture-featurestable .sub-header {
    font-size: 1.5rem;
}

.template-leadcapture-featurestable .table-sub-text {
    font-size: 3.7rem;
    line-height: 3.7rem;
    padding-top: 30px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.template-leadcapture-featurestable .lpt-underline-lg {
    background: url(../assets/images/underlineLg.svg) bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0.6em;
}

.template-leadcapture-featurestable .fw-800 {
    font-weight: 800;
}

.template-leadcapture-featurestable .fw-300 {
    font-weight: 300;
}

/*
    /faq - banner.vue
*/
.template-faq-banner .faq-banner {
    background-color: #383838;
    height: 130px;
}

.template-faq-banner .banner-header {
    color: white;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
}

.template-faq-banner .search-container {
    width: min(50%, 500px);
}

/*
    /faq - list.vue
*/
.template-faq-list .faq-question-header {
    color: var(--bs-secondary);
    font-size: 1rem;
    vertical-align: middle;
}

.template-faq-list .faq-question-box {
    padding-top: 6px;
    padding-bottom: 6px;
}

.template-faq-list .faq-question {
    color: #9f9f9f;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-left: 32px;
    cursor: pointer;
}

/*
    /faq/accordions - card.vue
*/
.template-faq-accordions-card .faq-question-header {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    line-height: 1.1rem;
    vertical-align: middle;
}

.template-faq-accordions-card .accordion-question {
    font-size: 0.8rem;
    cursor: pointer;
    font-weight: bold;
    padding: 1.3rem !important;
}

.template-faq-accordions-card .accordion-icon:not(.rotate-down) {
    transform: rotate(0deg);
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.template-faq-accordions-card .accordion-icon.rotate-down {
    transform: rotate(90deg);
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.template-faq-accordions-card .accordion-answer {
    font-size: 0.8rem;
    padding-left: 2rem !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.template-faq-accordions-card .accordion-answer div {
    max-height: 0;
}

.template-faq-accordions-card .accordion-answer.expanded {
    max-height: 100%;
    padding-top: 1.3rem !important;
    padding-right: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

.template-faq-accordions-card .accordion-answer.expanded div {
    max-height: 100%;
}

.template-faq-accordions-card .faq-mobile__custom-answer h4 {
    font-size: 16px;
}

/*
    /contact - form.vue
*/
.template-contact-form .contact-form {
    color: var(--bs-secondary);
}

.template-contact-form .form-control {
    font-size: 0.9rem !important;
}

.template-contact-form .form-control::placeholder {
    color: #a8a8a8;
}

.template-contact-form .form-control:focus {
    border-color: #f9ca0f80;
}

.template-contact-form .form-check-input:checked[type=radio] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.template-contact-form .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(249 202 15 / 35%);
}

.template-contact-form .form-check {
    padding-left: 0;
    padding-top: 15px;
}

.template-contact-form .form-check .form-check-input {
    position: relative;
    bottom: 2px;
    float: right;
    margin-left: 0.5em;
}

.template-contact-form .form-check-label {
    float: left;
}

.template-contact-form .form-header {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
}

.template-contact-form .form-label {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.template-contact-form .form-check {
    margin-left: 15px;
}

.template-contact-form .btn {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    padding: 0.6rem 1rem;
    border-radius: 0.4rem;
}

.template-contact-form .form-loading {
    width: 160px;
    height: 43.56px;
    margin-top: 40px;
    text-align: center;
    text-align: -webkit-center;
}

.template-contact-form .form-message {
    margin-left: 10px;
    margin-top: 40px;
    height: 43.56px;
    font-size: 0.8rem;
}

/*
    /contact - info.vue
*/
.template-contact-info .contact-header {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
}

.template-contact-info .contact-description-container {
    padding-right: 22%;
}

.template-contact-info .contact-description {
    color: #e3e3e3;
    font-size: 0.8rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
}

.template-contact-info .contact-section {
    margin-top: 1.2rem;
}

.template-contact-info .contact-section img {
    align-self: self-start;
}

.template-contact-info .contact-section-header {
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: bold;
}

.template-contact-info .contact-section-body {
    color: #e3e3e3;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1.4rem;
}

.template-contact-info .contact-section-phone {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.4rem;
    font-weight: bold;
}

.template-contact-info .contact-section-link {
    color: var(--bs-primary);
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-decoration: underline;
    max-width: 170px;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    cursor: pointer;
}

/*
    /presentation - intro.vue
*/
.template-presentation-intro p {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

.template-presentation-intro .main-container {
    min-height: 638px;
    background-image: url('../assets/images/Image137.png');
    background-color: #dadee0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.template-presentation-intro .header-area {
    margin: auto;
    margin-top: 3rem;
    text-align: center;
    max-width: 100%;
    line-height: 4rem;
}

.template-presentation-intro .text-area {
    margin: auto;
    text-align: center;
    max-width: 50%;
}

.template-presentation-intro .main-title {
    font-weight: 600;
    font-size: 3.8rem;
}

.template-presentation-intro .video-area {
    margin: auto;
    width: 50%;
    height: 50%;
}

/*
    /presentation - download.vue
*/
.template-presentation-download .main-container {
    min-height: 638px;
    width: 100%;
    background-image: url('../assets/images/MaskGroup945.png');
    background-color: #dadee0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.template-presentation-download .download-container {
    height: 450px;
    width: 85%;
    background-image: url('../assets/images/Rectangle1895.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.template-presentation-download .banner {
    width: 100%;
    height: 25px;
    background-color: #485c64;
}

.template-presentation-download .presentation-icons {
    width: 50px;
    height: 50px;
    margin: auto;
}

.template-presentation-download .presentation-icon-labels {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000000;
    margin: auto;
}

.template-presentation-download .avatar {
    position: relative;
    bottom: 30rem;
    left: 7rem;
    float: right;
}

.template-presentation-download .text-card {
    position: relative;
    height: 100%;
    width: 50%;
    padding: 1rem;
    left: 5rem;
}

.template-presentation-download .main-text-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.template-presentation-download .sub-text-area {
    text-align: center;
}

.template-presentation-download .main-title {
    font-size: 2rem;
    line-height: 0.5rem;
    letter-spacing: 2px;
}

.template-presentation-download .sub-title {
    font-weight: 700;
    font-size: 2rem
}

.template-presentation-download .fw-800 {
    font-weight: 800 !important;
}

/*
    /mobile/landing - intro.vue
*/
.template-mobile-landing-intro .main-text {
    max-width: 500px;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 2px;
    padding-top: 5rem;
    user-select: none;
}

.template-mobile-landing-intro .sub-text {
    max-width: 500px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    padding-top: 5rem;
    user-select: none;
}

.template-mobile-landing-intro .hero-image {
    width: -webkit-fill-available;
}

/*
    /mobile/landing - housebanner.vue
*/
.template-mobile-landing-housebanner .banner-wrapper {
    background-color: #383838;
}

.template-mobile-landing-housebanner .banner-text {
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: left !important;
}

.template-mobile-landing-housebanner .highlight {
    color: var(--bs-primary);
}

/*
    /mobile/landing/packages - container.vue
*/
.template-mobile-landing-packages-container .main-text {
    max-width: 600px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.template-mobile-landing-packages-container .package-base-header {
    max-width: 350px;
    font-size: 2.6rem;
    line-height: 2.6rem;
}

.template-mobile-landing-packages-container .packages-container {
    min-height: 700px;
    background-color: #ecefef;
}

/*
    /mobile/landing/packages - card.vue
*/
.template-mobile-landing-packages-card .package-card {
    max-width: 475px;
    min-height: 550px;
}

.template-mobile-landing-packages-card .color-banner {
    height: 30px;
}

.template-mobile-landing-packages-card .package-image {
    aspect-ratio: 1 / 0.7;
}

.template-mobile-landing-packages-card .package-header {
    font-size: 1.9rem;
    line-height: 1.9rem;
}

.template-mobile-landing-packages-card .package-body {
    font-size: 18px;
    line-height: 24px;
}

.template-mobile-landing-packages-card .package-link {
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
    font-size: 18px;
}

/*
    /mobile/landing/packagefeatures - container.vue
*/
.template-mobile-landing-packagefeatures-container .feature-card-header {
    font-size: 2.3rem;
    line-height: 2.3rem;
}

.template-mobile-landing-packagefeatures-container .feature-card-body {
    font-size: 1.3rem;
    line-height: 1.9rem;
}

.template-mobile-landing-packagefeatures-container .feature-card-accent {
    color: #a8a8a8 !important;
    font-size: 1.5rem;
}

.template-mobile-landing-packagefeatures-container .feature-grid-header {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 800;
}

.template-mobile-landing-packagefeatures-container .feature-grid-size {
    color: #a8a8a8 !important;
    font-size: 0.8rem;
    line-height: 1.5rem;
}

.template-mobile-landing-packagefeatures-container .ellipse {
    margin-bottom: 6px;
}

.template-mobile-landing-packagefeatures-container .postcard-count-1 {
    color: #455b64 !important;
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 800;
}

.template-mobile-landing-packagefeatures-container .postcard-count-2 {
    color: #455b64 !important;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 800;
}

.template-mobile-landing-packagefeatures-container .postcard-count-3 {
    color: #a8a8a8;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.template-mobile-landing-packagefeatures-container .digital-mail-sample {
    color: #a8a8a8;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.template-mobile-landing-packagefeatures-container .print-size-bullet {
    min-width: 188.5px;
}

/*
    /mobile/landing - addons.vue
*/
.template-mobile-landing-addons .addons-header-container,
.template-mobile-landing-addons .addons-feature-container {
    border-top: 2px solid #a8a8a8;
}

.template-mobile-landing-addons .addons-header-1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.template-mobile-landing-addons .addons-header-2 {
    color: var(--bs-primary);
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin: 0;
}

.template-mobile-landing-addons .mobileDFu {
  color: var(--bs-primary);
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
}

.template-mobile-landing-addons .addons-header-3 {
    font-size: 2.6rem;
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
    margin: 0;
}

.template-mobile-landing-addons .addons-feature-1 {
    font-size: 2.7rem;
    line-height: 3rem;
    font-weight: bold;
}

.template-mobile-landing-addons .addons-feature-2 {
    color: var(--bs-primary);
    font-size: 9rem;
    line-height: 11rem;
    font-weight: bold;
}

.template-mobile-landing-addons .dollar-sign {
    margin-right: 0.2rem;
    font-size: 4rem;
    line-height: 6rem;
    vertical-align: top;
}

.template-mobile-landing-addons .addons-feature-3 {
    font-size: 1.5rem;
}

.template-mobile-landing-addons .addon-card-header-sub {
    color: #a8a8a8;
}

/*
    /mobile/leadcapture - intro.vue
*/
.template-mobile-leadcapture-intro .main-container {
    background-image: url('../assets/images/Image137.png');
    text-align: center;
    padding-bottom: 2rem;
}

.template-mobile-leadcapture-intro .header {
    padding: 1.5rem;
    text-align: center;
}

.template-mobile-leadcapture-intro .main-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
}

.template-mobile-leadcapture-intro .sub-title {
    font-size: 1.9rem;
    font-weight: 700;
}

.template-mobile-leadcapture-intro .sub-text {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1rem;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.template-mobile-leadcapture-intro .lpt-underline-md {
    background: url('../assets/images/underlineMd.svg') bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 1rem;
}

.template-mobile-leadcapture-intro .leadCapture-learn-more-area {
    margin: auto;
    text-align: center;
    width: 200px;
    background-color: #050809;
    height: 35px;
    border-radius: 10px;
    padding-top: .3rem;
    cursor: pointer;
}

.template-mobile-leadcapture-intro .learn-more-btn {
    text-decoration: none;
    color: #FFFF;
    font-size: .9rem;
    padding: .6rem;
}

.template-mobile-leadcapture-intro a {
    text-decoration: none;
}

/*
    /mobile/leadcapture - textcapture.vue
*/
.template-mobile-leadcapture-textcapture .main-container {
    text-align: center;
}

.template-mobile-leadcapture-textcapture .header {
    padding: 1.5rem;
    text-align: center;
}

.template-mobile-leadcapture-textcapture .main-title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2rem;
}

.template-mobile-leadcapture-textcapture .sub-title {
    font-size: 1rem;
    font-weight: 200;
    color: #99a6ab;
    line-height: 1rem;
}

/*
    /mobile/leadcapture - textcapturefeature.vue
*/
.template-mobile-leadcapture-textcapturefeature .feature-container {
    background-color: coral;
}

.template-mobile-leadcapture-textcapturefeature .banner {
    height: 10px;
    background-color: #ffbc04;
    margin-top: -1rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 2rem;
}

.template-mobile-leadcapture-textcapturefeature .img {
    height: 50%;
    width: 15rem;
}

.template-mobile-leadcapture-textcapturefeature .text-area {
    text-align: start;
}

.template-mobile-leadcapture-textcapturefeature .accordion-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #141e23;
}

.template-mobile-leadcapture-textcapturefeature .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #141e23;
}

.template-mobile-leadcapture-textcapturefeature .feature-content {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #141e23;
}

.template-mobile-leadcapture-textcapturefeature .accordion-button {
    background-color: #b4b4b526;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.template-mobile-leadcapture-textcapturefeature .accordion-button:not(.collapsed) {
    background-color: #b4b4b526;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/*
    /mobile/leadcapture - featurestable.vue
*/
.template-mobile-leadcapture-featurestable .main-container {
    text-align: center;
}

.template-mobile-leadcapture-featurestable .header {
    padding: 1.5rem;
    text-align: center;
}

.template-mobile-leadcapture-featurestable .main-title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2rem;
}

.template-mobile-leadcapture-featurestable .header-content {
    font-size: 1rem;
    font-weight: 200;
    color: #6a7072;
    line-height: 1rem;
}

.template-mobile-leadcapture-featurestable .table-container {
    height: 100%;
    width: 100%;
    margin: auto;
}

.template-mobile-leadcapture-featurestable .banner {
    width: 100%;
    height: 50px;
    background-color: #383838;
}    

.template-mobile-leadcapture-featurestable .background {
    min-height: 400px;
    background-image: url('../assets/images/lead-cap-banner-mobile.png');
    background-size: cover;
    position: relative;
}

.template-mobile-leadcapture-featurestable .layer {
    background-color: rgba(50,76,87,246);
    opacity: 75%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute ;
}

.template-mobile-leadcapture-featurestable .td-text{
    font-size: 1rem;
    font-weight: 500;
}

.template-mobile-leadcapture-featurestable .td-img{
    padding-left: 1.5rem;
    padding-top: .5rem;
}

.template-mobile-leadcapture-featurestable table.table.table-striped th {
    padding: 1rem;
}

.template-mobile-leadcapture-featurestable table.table.table-striped td {
    padding: .5rem;
    text-align: left;
}

.template-mobile-leadcapture-featurestable .table-image {
    width: 85%;
    text-align: center;
}


.template-mobile-leadcapture-featurestable .sub-header-container {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
}

.template-mobile-leadcapture-featurestable .lpt-underline-md {
    background: url('../assets/images/underlineMd.svg') bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 1.5rem;
}

.template-mobile-leadcapture-featurestable .sub-header {
    font-size: 1.5rem;
}

.template-mobile-leadcapture-featurestable .sub-text {
    font-size: 2rem;
    font-weight: 200;
    line-height: 3.5rem;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.template-mobile-leadcapture-featurestable .strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}

.template-mobile-leadcapture-featurestable .fw-300 {
    font-weight: 300;
}

/*
    /mobile/faq - banner.vue
*/
.template-mobile-faq-banner .faq-banner {
    background-color: #383838;
    padding: 20px 30px 36px;
}
.template-mobile-faq-banner .faq-mobile__header {
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.template-mobile-faq-banner .banner-header {
    color: white;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
}

.template-mobile-faq-banner .search-container {
    width: 100%;
}
.template-mobile-faq-banner .faq-banner .form-control {
    padding: 16px;
}

/*
    /mobile/faq/accordions - card.vue
*/
.template-mobile-faq-accordions-card .faq-mobile__card-header {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
}
.template-mobile-faq-accordions-card .faq-mobile__header-icon {
    width: 26px;
    margin-right: 8px;
}
.template-mobile-faq-accordions-card .faq-mobile__card-heading {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.template-mobile-faq-accordions-card .faq-question-header {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    line-height: 1.1rem;
    vertical-align: middle;
}
.template-mobile-faq-accordions-card .faq-mobile__question {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.template-mobile-faq-accordions-card .faq-mobile__answer {
    font-size: 16px;
    line-height: 24px;
}
.template-mobile-faq-accordions-card .faq-mobile__custom-answer h4 {
    font-size: 18px;
}

.template-mobile-faq-accordions-card .accordion-question {
    cursor: pointer;
    font-weight: bold;
    padding: 1.3rem !important;
}

.template-mobile-faq-accordions-card .accordion-icon:not(.rotate-down) {
    transform: rotate(0deg);
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.template-mobile-faq-accordions-card .accordion-icon.rotate-down {
    transform: rotate(90deg);
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.template-mobile-faq-accordions-card .accordion-answer {
    padding-left: 2rem !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.template-mobile-faq-accordions-card .accordion-answer div {
    max-height: 0;
}

.template-mobile-faq-accordions-card .accordion-answer.expanded {
    max-height: 100%;
    padding-top: 1.3rem !important;
    padding-right: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

.template-mobile-faq-accordions-card .accordion-answer.expanded div {
    max-height: 100%;
}

/*
    /mobile/contact - info.vue
*/
.template-mobile-contact-info .mobile-contact-info__wrapper {
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}
.template-mobile-contact-info .mobile-contact-bg {
    background: url('../assets/images/contact-bg-mobile.png') top left no-repeat;
    background-size: 100% auto;
}
.template-mobile-contact-info .mobile-contact__header {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.template-mobile-contact-info .mobile-contact__body {
    font-size: 18px;
    line-height: 30px;
}
.template-mobile-contact-info .mobile-contact__item {
    padding: 40px 0;
}
.template-mobile-contact-info .mobile-contact__item-title {
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 6px;
}
.template-mobile-contact-info .mobile-contact__item-body {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
}
.template-mobile-contact-info .mobile-contact__link {
    color: #FFBE00;
    text-decoration: underline;
}

/*
    /mobile/contact - form.vue
*/
.template-mobile-contact-form .contact-form {
    color: var(--bs-secondary);
}

.template-mobile-contact-form .form-control {
    font-size: 0.9rem !important;
}

.template-mobile-contact-form .form-control::placeholder {
    color: #a8a8a8;
}

.template-mobile-contact-form .form-control:focus {
    border-color: #f9ca0f80;
}

.template-mobile-contact-form .form-check-input:checked[type=radio] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.template-mobile-contact-form .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(249 202 15 / 35%);
}

.template-mobile-contact-form .form-check {
    padding-left: 0;
    padding-top: 15px;
}

.template-mobile-contact-form .form-check .form-check-input {
    position: relative;
    bottom: 2px;
    float: right;
    margin-left: 0.5em;
}

.template-mobile-contact-form .form-check-label {
    float: left;
}

.template-mobile-contact-form .form-header {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
}

.template-mobile-contact-form .form-label {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.template-mobile-contact-form .form-check {
    margin-left: 15px;
}

.template-mobile-contact-form .btn {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: white;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-radius: 0.4rem;
}

.template-mobile-contact-form .form-loading {
    width: 100%;
    height: 43.56px;
    margin-top: 40px;
    text-align: center;
    text-align: -webkit-center;
}

.template-mobile-contact-form .form-message {
    margin-left: 10px;
    margin-top: 40px;
    height: 43.56px;
    font-size: 0.8rem;
}

/*
    /mobile/presentation - intro.vue
*/
.template-mobile-presentation-intro .mobile-presentation__main {
    text-align: center;

}
.template-mobile-presentation-intro .mobile-presentation__section {
    padding: 30px 20px;
}
.template-mobile-presentation-intro .mobile-presentation__header {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
}
.template-mobile-presentation-intro .mobile-presentation__subheader {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.template-mobile-presentation-intro .mobile-presentation__body {
    font-size: 20px;
    line-height: 32px;
    color: #383838;
}
.template-mobile-presentation-intro .mobile-presentation__video {
    padding-bottom: 20px;
}
.template-mobile-presentation-intro .mobile-presentation-bg {
    background: url('../assets/images/Image137.png') no-repeat;
}

/*
    /mobile/presentation - download.vue
*/
.template-mobile-presentation-download .mobile-download__main {
    text-align: center;
}
.template-mobile-presentation-download .mobile-download__section {
    padding: 30px 20px;
}
.template-mobile-presentation-download .mobile-download__divider {
    background: #455B64;
    height: 20px;
    width: 100%;
}
.template-mobile-presentation-download .upper {
    text-transform: uppercase;
}
.template-mobile-presentation-download .mobile-download__custom-header {
    font-size: 27px;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.template-mobile-presentation-download .mobile-download__body {
    font-size: 20px;
    line-height: 32px;
    color: #383838;
}
.template-mobile-presentation-download .mobile-download__download-item {
    display: flex;
    align-items: center;
}
.template-mobile-presentation-download .mobile-download__download-item img {
    width: 36px;
    margin-right: 14px;
}
.template-mobile-presentation-download .mobile-download__download-item a {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.template-mobile-presentation-download .mobile-download__avatar {
    width: 232px;
}
.template-mobile-presentation-download .mobile-download__avatar-wrapper {
    position: relative;
    bottom: 5rem;
    left: 0;
    float: right;
}

@media (max-width: 499px) {
    .template-global-footer img {
        width: 170px;
    }
}
