﻿@font-face {
    font-family: RobotoReg;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: RobotoReg;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: RobotoBold;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoBlack;
    src: url(/fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoItalic;
    src: url(/fonts/Roboto/Roboto-Italic.ttf);
}

@font-face {
    font-family: RalewayReg;
    src: url(/fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: RalewayBold;
    src: url(/fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: RalewayLight;
    src: url(/fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: InternacionalReg;
    src: url(/fonts/internacional/Internacional-Regular/Internacional-Regular.woff2);
}

@font-face {
    font-family: InternacionalBold;
    src: url(/fonts/internacional/Internacional-Bold/Internacional-Bold.woff2);
}

@font-face {
    font-family: InternacionalLight;
    src: url(/fonts/internacional/Internacional-Light/Internacional-Light.woff2);
}

@font-face {
    font-family: RemixIcons;
    src: url(/lib/remix-icons/remixicon.woff2);
}

@font-face {
    font-family: RobotoBlack;
    src: url(/fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoMediumItalic;
    src: url(/fonts/Roboto/Roboto-MediumItalic.ttf);
}

@font-face {
    font-family: RobotoThin;
    src: url(/fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: RobotoThinItalic;
    src: url(/fonts/Roboto/Roboto-ThinItalic.ttf);
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.ht-100 {
    height: 100px;
}

.ht-125 {
    height: 125px;
}

.ht-150 {
    height: 150px;
}

.ht-175 {
    height: 175px;
}

.ht-200 {
    height: 200px;
}

.mw-750 {
    max-width: 750px;
}

.float-right {
    float: right;
}

.border-grey {
    border-color: #d6dae2 !important;
}

.border-chinese-white {
    border: 1px solid #E0E0E0 !important;
}

.border-primary {
    border-color: #ff5c35 !important;
}

.border-secondary {
    border-color: #031e50 !important;
}

.border-complimentary {
    border-color: #fff0da !important;
}

.bg-primary {
    background-color: #ff5c35 !important;
}

.bg-secondary {
    background-color: #031e50 !important;
}

.bg-complimentary {
    background-color: #fff0da !important;
}

.bg-highlight {
    background-color: #ffe1b4 !important;
}

.bg-lightgrey {
    background-color: #f2f3f6 !important;
}

.bg-lightblue {
    background-color: #c3e7e9 !important;
}

.bg-turquoise {
    background-color: #1ec0ca !important;
}

html,
body {
    height: 100%;
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #031e50;
    font-family: InternacionalBold, RalewayBold, "Avenir LT W01_95 Black1475556", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

.cursor-pointer {
    cursor: pointer;
}

p,
ul,
li {
    font-size: 12px;
    color: #031e50;
}

    ul.list-custom {
        list-style-type: initial;
        padding-left: 10px !important;
    }

        ul.list-custom li {
            padding-left: 10px;
            margin-bottom: 8px;
        }

            ul.list-custom li::marker {
                color: #ff5c35;
                font-family: RemixIcons;
                content: "";
            }

.p-color,
.text-primary {
    color: #ff5c35 !important;
}

.s-color,
.text-secondary {
    color: #031e50 !important;
}

.text-grey {
    color: #d6dae2;
}

.text-med-grey {
    color: #959ba6;
}

.text-darkgrey {
    color: #333;
}

.b-rad-8 {
    border-radius: 8px;
}

.b-rad-12 {
    border-radius: 12px;
}

.b-rad-18 {
    border-radius: 18px;
}

.b-rad-90 {
    border-radius: 90px;
}

.b-rad-350 {
    border-radius: 350px;
}

.b-shadow {
    box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, 0.22);
}

.list-style-none {
    list-style-type: none;
}

.grey-spacer {
    margin: 25px 0;
    height: 3px;
    width: 100%;
    background: #d6dae2;
}

.btn-primary {
    background-color: #ff5c35;
    color: #fff;
    border-radius: 8px;
    border: 0;
    transition: all linear 0.15s;
}

    .btn-primary i.fa {
        font-size: 12px;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #031e50;
    }

.btn-secondary {
    background-color: #031e50;
    color: #fff;
    border-radius: 8px;
    border: 0;
    transition: all linear 0.15s;
}

    .btn-secondary i.fa {
        font-size: 12px;
    }

    .btn-secondary:hover,
    .btn.btn-secondary:focus {
        background-color: #ff5c35;
    }

.btn-default {
    transition: all linear 0.15s;
    border-color: #d6dae2;
    border-radius: 8px;
}

    .btn-default:hover {
        color: #031e50;
        border-color: #c3e7e9;
    }

.btn-turqoise {
    background-color: #1ec0ca;
    color: #031e50;
}

    .btn-turqoise:hover {
        background-color: #031e50;
        color: #1ec0ca;
    }

label {
    font-size: 14px;
    color: #031e50;
}

.resize-textarea-none {
    resize: none;
}

.rm-ul-bullet {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#ProcessingGif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url("/images/loading.gif") 50% 50% no-repeat;
    background-size: 100px 100px;
    display: none;
}

.toast-wrapper {
    z-index: 9999 !important;
}

.slick-slide img {
    max-width: 100% !important;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

.body-content {
    position: relative;
    width: 100%;
}

#ProcessingGif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url("/images/loading.gif") 50% 50% no-repeat;
    background-size: 100px 100px;
    display: none;
}

.dl-horizontal dt {
    white-space: normal;
}

.triangle-shape {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #add8e6;
}

.square-shape {
    background: transparent;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}

.circle-shape {
    height: 26px;
    width: 26px;
    border-radius: 90px;
}

@media screen and (min-width: 768px) {
    .circle-shape-beige-lg {
        position: absolute;
        z-index: 0;
        top: -900px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1200px;
        width: 1200px;
        background: #fff0da;
        border-radius: 700px;
    }
}

.index-20 {
    z-index: 20;
}

.navbar {
    z-index: 999;
    padding: 15px 0;
}

    .navbar .navbar-toggler {
        margin-top: 8px;
        text-align: center;
        font-size: 18px !important;
    }

        .navbar .navbar-toggler:focus,
        .navbar .navbar-toggler:active,
        .navbar .navbar-toggler-icon:focus {
            outline: 0;
            box-shadow: none;
            border: 0;
        }

        .navbar .navbar-toggler[aria-expanded="false"] .ri-close-line {
            display: none;
        }

        .navbar .navbar-toggler[aria-expanded="false"] .ri-menu-line {
            display: inline-block;
        }

        .navbar .navbar-toggler[aria-expanded="true"] .ri-close-line {
            display: inline-block;
        }

        .navbar .navbar-toggler[aria-expanded="true"] .ri-menu-line {
            display: none;
        }

    .navbar .navbar-brand {
        max-width: 200px;
    }

        .navbar .navbar-brand img {
            width: 100%;
        }

    .navbar #navbarNav .nav-item {
        color: #031e50;
        font-size: 12px;
    }

        .navbar #navbarNav .nav-item .reg-btn {
            width: 100px;
            border: solid transparent 1px;
        }

            .navbar #navbarNav .nav-item .reg-btn.btn-default {
                border: solid #031e50 1px;
                color: #031e50 !important;
            }

                .navbar #navbarNav .nav-item .reg-btn.btn-default:hover {
                    border: solid #ff5c35 1px;
                    color: #ff5c35 !important;
                }

        .navbar #navbarNav .nav-item .nav-link {
            color: #031e50;
            font-size: 12px;
        }

            .navbar #navbarNav .nav-item .nav-link .r-icon {
                font-size: 10px;
            }

        .navbar #navbarNav .nav-item .dropdown-toggle::after {
            display: none;
        }

        .navbar #navbarNav .nav-item .dropdown-toggle::after {
            color: #ff5c35;
        }

    .navbar #navbarNav .dropdown-menu .dropdown-item {
        color: #031e50;
        transition: all linear 0.15s;
    }

.home-banner {
    position: relative;
    padding-top: 50px;
    height: 735px;
    width: 100%;
    background: #f2f3f6;
    border-bottom: solid #d6dae2 1px;
    overflow: hidden;
}

    .home-banner .sq-1.square-shape {
        position: absolute;
        left: 35px;
        top: 140px;
        z-index: 100;
    }

    .home-banner .sq-2.square-shape {
        position: absolute;
        transform: rotate(-15deg);
        right: 450px;
        top: 100px;
        height: 15px;
        width: 15px;
    }

    .home-banner .sq-3.square-shape {
        position: absolute;
        transform: rotate(15deg);
        right: 150px;
        bottom: 270px;
        height: 26px;
        width: 26px;
    }

    .home-banner .tri-1.triangle-shape {
        position: absolute;
        z-index: 0;
        right: 475px;
        bottom: 300px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 30px solid #ff5c35;
        transform: rotate(215deg);
    }

    .home-banner .cir-1.circle-shape {
        position: absolute;
        z-index: 0;
        right: 100px;
        top: 170px;
    }

    .home-banner .cir-2.circle-shape {
        position: absolute;
        z-index: 0;
        height: 35px;
        width: 35px;
        right: 100px;
        bottom: 130px;
    }

    .home-banner .cir-3.circle-shape {
        position: absolute;
        z-index: 0;
        top: 200px;
        right: 400px;
        height: 10px;
        width: 10px;
    }

    .home-banner .circle-light-blue {
        z-index: 0;
        position: absolute;
        border-radius: 800px;
        top: 80px;
        bottom: 0;
        left: -190px;
        height: 250px;
        width: 250px;
        background: #c3e7e9;
    }

    .home-banner .circle-beige {
        z-index: 0;
        position: absolute;
        border-radius: 800px;
        top: -350px;
        right: -250px;
        height: 800px;
        width: 800px;
        background: #ffe1b4;
    }

    .home-banner .left-content {
        position: relative;
        z-index: 10;
    }

        .home-banner .left-content h1 {
            font-family: InternacionalBold, RalewayBold, "Avenir LT W01_95 Black1475556", Arial, Helvetica, sans-serif;
        }

        .home-banner .left-content .btn {
            font-size: 10px;
        }

        .home-banner .left-content ul li {
            font-size: 12px;
        }

            .home-banner .left-content ul li .r-icon {
                margin-right: 10px;
            }

    .home-banner .right-content {
        position: relative;
        z-index: 10;
        text-align: center;
    }

        .home-banner .right-content img {
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 550px;
        }

.home-body {
    overflow: hidden;
}

    .home-body .section-1 .image-bubble {
        position: relative;
    }

@media screen and (min-width: 768px) {
    .home-body .section-1 .image-bubble .circle-primary {
        position: absolute;
        left: -20px;
        top: 0;
        background: transparent;
        border: solid #ff5c35 2px;
        border-radius: 90px;
        height: 40px;
        width: 40px;
    }
}

.home-body .section-1 .image-bubble .circle-light-blue {
    position: absolute;
    left: -100px;
    top: 0;
    background: #c3e7e9;
    border-radius: 200px;
    height: 350px;
    width: 350px;
    opacity: 0.2;
}

.home-body .section-1 .image-bubble .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 180px;
    top: 180px;
    transform: rotate(-25deg);
}

.home-body .section-1 .image-bubble .bubble {
    position: absolute;
    z-index: 0;
    border-radius: 120px;
}

.home-body .section-1 .image-bubble .bubble-1 {
    background-image: url(/images/site/home/book-with-headphones.jpg);
    background-size: cover;
    top: 80px;
    left: 15%;
    height: 80px;
    width: 80px;
}

.home-body .section-1 .image-bubble .bubble-2 {
    background-image: url(/images/site/home/where-to-start.jpg);
    background-size: cover;
    top: 0;
    left: 35%;
    height: 120px;
    width: 120px;
}

.home-body .section-1 .image-bubble .bubble-3 {
    background-image: url(/images/site/home/man-smiling.jpg);
    background-size: cover;
    top: 60px;
    left: 60%;
    height: 100px;
    width: 100px;
}

.home-body .section-1 .image-bubble .bubble-4 {
    background-image: url(/images/site/home/microphone.jpg);
    background-size: cover;
    top: 150px;
    left: 40%;
    height: 40px;
    width: 40px;
}

.home-body .section-1 .image-bubble .bubble-5 {
    background-image: url(/images/site/home/woman-talking-in-mic.jpg);
    background-size: cover;
    top: 180px;
    left: 15%;
    height: 150px;
    width: 150px;
}

.home-body .section-1 .image-bubble .bubble-6 {
    background-image: url(/images/site/home/publisher.jpg);
    background-size: cover;
    top: 220px;
    left: 50%;
    height: 100px;
    width: 100px;
}

.home-body .section-2 .image-1 {
    position: relative;
    height: 100%;
    margin-top: 25px;
}

    .home-body .section-2 .image-1 img {
        max-width: 400px;
        max-height: 330px;
    }

.home-body .section-3 {
    overflow: hidden;
}

    .home-body .section-3 .image-2 {
        position: relative;
        height: 100%;
    }

        .home-body .section-3 .image-2 img {
            position: relative;
            z-index: 10;
            max-width: 350px;
            max-height: 350px;
            width: auto;
        }

        .home-body .section-3 .image-2 .circle-highlight {
            position: absolute;
            z-index: 0;
            top: 30px;
            left: -120px;
            height: 220px;
            width: 220px;
            border-radius: 150px;
        }

        .home-body .section-3 .image-2 .circle-secondary {
            position: absolute;
            z-index: 12;
            top: 20px;
            left: 100px;
            height: 20px;
            width: 20px;
            border-radius: 50px;
        }

        .home-body .section-3 .image-2 .triangle-turquoise {
            position: absolute;
            z-index: 0;
            left: 0;
            bottom: 60px;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 20px solid #1ec0ca;
            transform: rotate(25deg);
        }

.home-body .section-3-1 {
    overflow: hidden;
}

    .home-body .section-3-1 .image-2 {
        position: relative;
        height: 100%;
    }

        .home-body .section-3-1 .image-2 img {
            position: relative;
            z-index: 10;
            max-width: 350px;
            max-height: 350px;
            width: auto;
        }

        .home-body .section-3-1 .image-2 .circle-highlight {
            position: absolute;
            z-index: 0;
            top: 30px;
            right: -120px;
            height: 220px;
            width: 220px;
            background: #1ec0ca !important;
            border-radius: 150px;
        }

        .home-body .section-3-1 .image-2 .circle-secondary {
            position: absolute;
            z-index: 12;
            top: 20px;
            right: 100px;
            height: 20px;
            width: 20px;
            background: #031e50 !important;
            border-radius: 50px;
        }

        .home-body .section-3-1 .image-2 .triangle-turquoise {
            position: absolute;
            z-index: 12;
            right: 0;
            bottom: 60px;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 20px solid #ff5c35;
            transform: rotate(25deg);
        }

    .home-body .section-1 h2,
    .home-body .section-1 h6,
    .home-body .section-2 h2,
    .home-body .section-2 h6,
    .home-body .section-3 h2,
    .home-body .section-3 h6,
    .home-body .section-3-1 h2,
    .home-body .section-3-1 h6 {
        max-width: 400px;
    }

    .home-body .section-1 p,
    .home-body .section-2 p,
    .home-body .section-3 p,
    .home-body .section-3-1 p {
        font-size: 11px;
        max-width: 400px;
    }

    .home-body .section-1 h5 .r-icon,
    .home-body .section-2 h5 .r-icon,
    .home-body .section-3 h5 .r-icon,
    .home-body .section-3-1 h5 .r-icon {
        border-radius: 90px;
        width: 24px;
        height: 24px;
        line-height: 20px;
        vertical-align: middle;
        font-size: 13px;
        display: inline-block;
    }

.home-body .section-3 h6 {
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

.home-body .section-4 {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

    .home-body .section-4 h6 {
        font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    }

    .home-body .section-4 .step-box {
        position: relative;
        padding: 20px;
        min-height: 200px;
        z-index: 0;
    }

        .home-body .section-4 .step-box .box-underlay {
            background: #fff0da;
            color: #ff5c35;
            position: absolute;
            z-index: 1;
        }

            .home-body .section-4 .step-box .box-underlay p {
                max-width: 481px;
            }

        .home-body .section-4 .step-box .box-overlay {
            position: relative;
            z-index: 10;
            padding: 25px;
        }

        .home-body .section-4 .step-box.step-1 {
            border-top: dashed #ff5c35 1px;
            border-left: dashed #ff5c35 1px;
            border-bottom: dashed #ff5c35 1px;
        }

            .home-body .section-4 .step-box.step-1 .box-underlay {
                top: -10px;
                right: -5px;
                height: calc(100% + 9px);
                width: calc(100% - 40px);
            }

        .home-body .section-4 .step-box.step-2 {
            border-left: dashed #ff5c35 1px;
            min-height: 275px;
        }

            .home-body .section-4 .step-box.step-2 .box-underlay {
                position: relative;
                padding: 7px 0;
                top: 25px;
                left: -40px;
                width: calc(100% - 40px);
            }

        .home-body .section-4 .step-box.step-3 {
            border-top: dashed #ff5c35 1px;
            border-left: dashed #ff5c35 1px;
            border-bottom: dashed #ff5c35 1px;
            min-height: 285px;
        }

            .home-body .section-4 .step-box.step-3 .box-underlay {
                position: relative;
                padding: 7px 0;
                top: 35px;
                left: -40px;
                width: calc(100% - 40px);
            }

        .home-body .section-4 .step-box.step-4 {
            border-left: dashed #ff5c35 1px;
            min-height: 200px;
        }

            .home-body .section-4 .step-box.step-4 .box-underlay {
                position: relative;
                padding: 7px 0;
                top: 40px;
                left: -40px;
                width: calc(100% - 40px);
            }

    .home-body .section-4 .image-wrapper {
        text-align: center;
        position: relative;
        top: 30px;
        width: 200px;
        margin: 15px auto;
    }

        .home-body .section-4 .image-wrapper .r-icon {
            position: relative;
            z-index: 10;
            color: #031e50;
            font-size: 105px;
        }

        .home-body .section-4 .image-wrapper.image-1 .circle-highlight,
        .home-body .section-4 .image-wrapper.image-5 .circle-highlight {
            position: absolute;
            z-index: 0;
            height: 90px;
            width: 90px;
            right: 30px;
            top: 20px;
            border-radius: 90px;
        }

@media screen and (min-width: 768px) {
    .home-body .section-4 .image-wrapper.image-1 .circle-primary,
    .home-body .section-4 .image-wrapper.image-5 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.home-body .section-4 .image-wrapper.image-1 .triangle-turquoise,
.home-body .section-4 .image-wrapper.image-5 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.home-body .section-4 .image-wrapper.image-1 .square-turquoise,
.home-body .section-4 .image-wrapper.image-5 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.home-body .section-4 .image-wrapper.image-1 .square-primary,
.home-body .section-4 .image-wrapper.image-5 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-1 .img-container,
.home-body .section-4 .image-wrapper.image-5 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-1.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

@media screen and (min-width: 768px) {
    .home-body .section-4 .image-wrapper.image-2 .circle-primary,
    .home-body .section-4 .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 17px;
        top: 20px;
        border-radius: 90px;
    }
}

.home-body .section-4 .image-wrapper.image-2 .triangle-primary,
.home-body .section-4 .image-wrapper.image-4 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 45px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(20deg);
}

.home-body .section-4 .image-wrapper.image-2 .triangle-highlight,
.home-body .section-4 .image-wrapper.image-4 .triangle-highlight {
    position: absolute;
    z-index: 0;
    right: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ffe1b4;
    transform: rotate(75deg);
}

.home-body .section-4 .image-wrapper.image-2 .square-turquoise,
.home-body .section-4 .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 43px;
    top: 31px;
    transform: rotate(5deg);
}

.home-body .section-4 .image-wrapper.image-2 .img-container,
.home-body .section-4 .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 20px;
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-2.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.home-body .section-4 .image-wrapper.image-3 .circle-turquoise {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 27px;
    bottom: 0;
    border-radius: 90px;
}

.home-body .section-4 .image-wrapper.image-3 .square-highlight {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 10px;
    top: 80px;
    transform: rotate(15deg);
}

.home-body .section-4 .image-wrapper.image-3 .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 40px;
    bottom: 10px;
    border: solid #1ec0ca 1px;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-3 .triangle-highlight {
    position: absolute;
    z-index: 0;
    left: 48px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 32px solid #ffe1b4;
    transform: rotate(60deg);
}

.home-body .section-4 .image-wrapper.image-3 .triangle-primary {
    position: absolute;
    z-index: 0;
    right: 80px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(-10deg);
}

.home-body .section-4 .image-wrapper.image-3 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-3.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

@media screen and (min-width: 768px) {
    .home-body .section-4 .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 27px;
        bottom: 0;
        border-radius: 90px;
    }
}

.home-body .section-4 .image-wrapper.image-4 .square-highlight {
    position: absolute;
    z-index: 0;
    right: 8px;
    top: 80px;
    height: 15px;
    width: 15px;
    transform: rotate(10deg);
}

.home-body .section-4 .image-wrapper.image-4 .square-highlight-2 {
    position: absolute;
    z-index: 0;
    left: 40px;
    bottom: 20px;
    height: 9px;
    width: 9px;
    transform: rotate(-20deg);
}

.home-body .section-4 .image-wrapper.image-4 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 102px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #1ec0ca;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-4 .triangle-turquoise-2 {
    position: absolute;
    z-index: 0;
    left: 100px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.home-body .section-4 .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-4.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.home-body .section-5 {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

    .home-body .section-5 .heading-content {
        position: relative;
        z-index: 10;
        max-width: 767px;
        margin: 0 auto;
    }

        .home-body .section-5 .heading-content p {
            max-width: 481px;
        }

    .home-body .section-5 .triangle-primary {
        position: absolute;
        z-index: 0;
        left: 150px;
        top: 120px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 16px solid #ff5c35;
        transform: rotate(-45deg);
    }

    .home-body .section-5 .circle-light-blue {
        position: absolute;
        top: -105px;
        left: -105px;
        background: #c3e7e9;
        height: 200px;
        width: 200px;
        border-radius: 90px;
    }

@media screen and (min-width: 768px) {
    .home-body .section-5 .circle-complimentary {
        position: absolute;
        top: -25px;
        right: 280px;
        height: 50px;
        width: 50px;
        border-radius: 90px;
        background: #fff0da;
    }

    .home-body .section-5 .circle-primary {
        position: absolute;
        top: 100px;
        right: 150px;
        height: 15px;
        width: 15px;
        border: solid #ff5c35 1px;
        border-radius: 90px;
        background: transparent;
    }
}

.home-body .section-5 .square-primary {
    position: absolute;
    bottom: 10px;
    left: 305px;
    background: transparent;
    height: 20px;
    width: 20px;
    border: solid #ff5c35 1px;
}

.home-body .section-5 .circle-highlight {
    position: absolute;
    z-index: 0;
    bottom: -155px;
    right: -155px;
    background: #ffe1b4;
    height: 500px;
    width: 500px;
    border-radius: 500px;
}

.home-body .section-6 {
    position: relative;
    z-index: 10;
    min-height: 200px;
    background: #fff;
    overflow: hidden;
}

#AuthorCarousel .author {
    margin: 0 15px;
    padding: 30px;
    width: 250px;
    height: auto;
    position: relative;
}

    #AuthorCarousel .author h3,
    #AuthorCarousel .author p {
        position: relative;
        z-index: 10;
    }

    #AuthorCarousel .author .quote {
        position: absolute;
        z-index: 0;
        top: 70px;
        left: 15px;
        font-size: 30px;
        color: #031e50;
        opacity: 0.3;
    }

footer {
    position: relative;
    overflow: hidden;
}

    footer .social-media {
        position: relative;
        z-index: 10;
    }

        footer .social-media a {
            text-decoration: none;
        }

            footer .social-media a .r-icon {
                font-size: 20px;
                margin: 5px;
            }

        footer .social-media .logo img {
            max-width: 250px;
            width: 100%;
        }

    footer p {
        position: relative;
        z-index: 10;
        font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    }

        footer p a {
            text-decoration: none;
            color: #fff;
            font-weight: 300;
            transition: all linear 0.15s;
        }

            footer p a:hover {
                color: #c3e7e9;
            }

    footer .audio-wave-bg {
        position: absolute;
        z-index: 0;
        top: 40px;
        width: 100%;
        opacity: 0.025;
    }

.how-it-works,
.why-us,
.blog-wrapper,
.contact-us,
.login-container,
.registration-container {
    position: relative !important;
}

    .how-it-works .heading-wrapper,
    .why-us .heading-wrapper,
    .blog-wrapper .heading-wrapper,
    .contact-us .heading-wrapper,
    .login-container .heading-wrapper,
    .registration-container .heading-wrapper {
        padding-top: 100px;
    }

        .how-it-works .heading-wrapper p,
        .why-us .heading-wrapper p,
        .blog-wrapper .heading-wrapper p,
        .contact-us .heading-wrapper p,
        .login-container .heading-wrapper p,
        .registration-container .heading-wrapper p {
            margin: 15px auto;
            max-width: 767px;
        }

    .how-it-works .nav-tabs,
    .why-us .nav-tabs,
    .blog-wrapper .nav-tabs,
    .contact-us .nav-tabs,
    .login-container .nav-tabs,
    .registration-container .nav-tabs {
        border-bottom: 0;
    }

        .how-it-works .nav-tabs .nav-link,
        .why-us .nav-tabs .nav-link,
        .blog-wrapper .nav-tabs .nav-link,
        .contact-us .nav-tabs .nav-link,
        .login-container .nav-tabs .nav-link,
        .registration-container .nav-tabs .nav-link {
            opacity: 0.7;
            max-width: 260px;
            width: 100%;
            margin: 0 auto;
            background: none;
            border: 0;
            transition: all linear 0.15s;
        }

            .how-it-works .nav-tabs .nav-link .nav-image,
            .why-us .nav-tabs .nav-link .nav-image,
            .blog-wrapper .nav-tabs .nav-link .nav-image,
            .contact-us .nav-tabs .nav-link .nav-image,
            .login-container .nav-tabs .nav-link .nav-image,
            .registration-container .nav-tabs .nav-link .nav-image {
                border-radius: 12px 12px 0 0;
                height: 150px;
                width: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position-y: bottom;
            }

                .how-it-works .nav-tabs .nav-link .nav-image.image-1,
                .why-us .nav-tabs .nav-link .nav-image.image-1,
                .blog-wrapper .nav-tabs .nav-link .nav-image.image-1,
                .contact-us .nav-tabs .nav-link .nav-image.image-1,
                .login-container .nav-tabs .nav-link .nav-image.image-1,
                .registration-container .nav-tabs .nav-link .nav-image.image-1 {
                    background-image: url(/images/site/general/how-it-works-1.jpg);
                }

                .how-it-works .nav-tabs .nav-link .nav-image.image-2,
                .why-us .nav-tabs .nav-link .nav-image.image-2,
                .blog-wrapper .nav-tabs .nav-link .nav-image.image-2,
                .contact-us .nav-tabs .nav-link .nav-image.image-2,
                .login-container .nav-tabs .nav-link .nav-image.image-2,
                .registration-container .nav-tabs .nav-link .nav-image.image-2 {
                    background-image: url(/images/site/general/how-it-works-2.jpg);
                }

                .how-it-works .nav-tabs .nav-link .nav-image.image-3,
                .why-us .nav-tabs .nav-link .nav-image.image-3,
                .blog-wrapper .nav-tabs .nav-link .nav-image.image-3,
                .contact-us .nav-tabs .nav-link .nav-image.image-3,
                .login-container .nav-tabs .nav-link .nav-image.image-3,
                .registration-container .nav-tabs .nav-link .nav-image.image-3 {
                    background-image: url(/images/site/general/how-it-works-3.jpg);
                }

            .how-it-works .nav-tabs .nav-link .nav-option,
            .why-us .nav-tabs .nav-link .nav-option,
            .blog-wrapper .nav-tabs .nav-link .nav-option,
            .contact-us .nav-tabs .nav-link .nav-option,
            .login-container .nav-tabs .nav-link .nav-option,
            .registration-container .nav-tabs .nav-link .nav-option {
                padding: 10px 70px;
                background: #fff;
                color: #031e50;
                border-radius: 0 0 12px 12px;
                position: relative;
            }

                .how-it-works .nav-tabs .nav-link .nav-option .r-icon,
                .why-us .nav-tabs .nav-link .nav-option .r-icon,
                .blog-wrapper .nav-tabs .nav-link .nav-option .r-icon,
                .contact-us .nav-tabs .nav-link .nav-option .r-icon,
                .login-container .nav-tabs .nav-link .nav-option .r-icon,
                .registration-container .nav-tabs .nav-link .nav-option .r-icon {
                    position: absolute;
                    left: 0;
                    right: 0;
                    font-size: 40px;
                    display: none;
                    color: #031e50;
                }

            .how-it-works .nav-tabs .nav-link.active,
            .why-us .nav-tabs .nav-link.active,
            .blog-wrapper .nav-tabs .nav-link.active,
            .contact-us .nav-tabs .nav-link.active,
            .login-container .nav-tabs .nav-link.active,
            .registration-container .nav-tabs .nav-link.active {
                opacity: 1;
                max-width: 280px;
            }

                .how-it-works .nav-tabs .nav-link.active .nav-option,
                .why-us .nav-tabs .nav-link.active .nav-option,
                .blog-wrapper .nav-tabs .nav-link.active .nav-option,
                .contact-us .nav-tabs .nav-link.active .nav-option,
                .login-container .nav-tabs .nav-link.active .nav-option,
                .registration-container .nav-tabs .nav-link.active .nav-option {
                    background: #031e50;
                    color: #fff;
                    border-radius: 0 0 12px 12px;
                }

                    .how-it-works .nav-tabs .nav-link.active .nav-option .r-icon,
                    .why-us .nav-tabs .nav-link.active .nav-option .r-icon,
                    .blog-wrapper .nav-tabs .nav-link.active .nav-option .r-icon,
                    .contact-us .nav-tabs .nav-link.active .nav-option .r-icon,
                    .login-container .nav-tabs .nav-link.active .nav-option .r-icon,
                    .registration-container .nav-tabs .nav-link.active .nav-option .r-icon {
                        display: inline-block;
                    }

    .how-it-works .image-wrapper,
    .why-us .image-wrapper,
    .blog-wrapper .image-wrapper,
    .contact-us .image-wrapper,
    .login-container .image-wrapper,
    .registration-container .image-wrapper {
        text-align: center;
        position: relative;
        width: 200px;
        margin: 35px auto;
    }

        .how-it-works .image-wrapper .r-icon,
        .why-us .image-wrapper .r-icon,
        .blog-wrapper .image-wrapper .r-icon,
        .contact-us .image-wrapper .r-icon,
        .login-container .image-wrapper .r-icon,
        .registration-container .image-wrapper .r-icon {
            position: relative;
            z-index: 10;
            color: #031e50;
            font-size: 105px;
        }

        .how-it-works .image-wrapper.logo,
        .why-us .image-wrapper.logo,
        .blog-wrapper .image-wrapper.logo,
        .contact-us .image-wrapper.logo,
        .login-container .image-wrapper.logo,
        .registration-container .image-wrapper.logo {
            max-width: 150px;
            margin: 0 auto 40px;
        }

            .how-it-works .image-wrapper.logo img,
            .why-us .image-wrapper.logo img,
            .blog-wrapper .image-wrapper.logo img,
            .contact-us .image-wrapper.logo img,
            .login-container .image-wrapper.logo img,
            .registration-container .image-wrapper.logo img {
                width: 100%;
            }

@media screen and (min-width: 768px) {
    .how-it-works #nav-produce .image-wrapper.image-1 .circle-primary,
    .how-it-works #nav-produce .image-wrapper.image-5 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-1 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-5 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-1 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-5 .circle-primary,
    .why-us .about-content .image-wrapper.image-1 .circle-primary,
    .why-us .about-content .image-wrapper.image-5 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-1 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-5 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-1 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-5 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-1 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-5 .circle-primary,
    .contact-us .about-content .image-wrapper.image-1 .circle-primary,
    .contact-us .about-content .image-wrapper.image-5 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-1 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-5 .circle-primary,
    .login-container .about-content .image-wrapper.image-1 .circle-primary,
    .login-container .about-content .image-wrapper.image-5 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-1 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-5 .circle-primary,
    .registration-container .about-content .image-wrapper.image-1 .circle-primary,
    .registration-container .about-content .image-wrapper.image-5 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 17px;
        top: 20px;
        border-radius: 90px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-1 .triangle-primary,
.how-it-works #nav-produce .image-wrapper.image-5 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-1 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-5 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-1 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-5 .triangle-primary,
.why-us .about-content .image-wrapper.image-1 .triangle-primary,
.why-us .about-content .image-wrapper.image-5 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-1 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-5 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-1 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-5 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-1 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-5 .triangle-primary,
.contact-us .about-content .image-wrapper.image-1 .triangle-primary,
.contact-us .about-content .image-wrapper.image-5 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-1 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-5 .triangle-primary,
.login-container .about-content .image-wrapper.image-1 .triangle-primary,
.login-container .about-content .image-wrapper.image-5 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-1 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-5 .triangle-primary,
.registration-container .about-content .image-wrapper.image-1 .triangle-primary,
.registration-container .about-content .image-wrapper.image-5 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 45px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(20deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .triangle-highlight,
.how-it-works #nav-produce .image-wrapper.image-5 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-1 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-5 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-1 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-5 .triangle-highlight,
.why-us .about-content .image-wrapper.image-1 .triangle-highlight,
.why-us .about-content .image-wrapper.image-5 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-1 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-5 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-1 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-5 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-1 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-5 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-1 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-5 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-1 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-5 .triangle-highlight,
.login-container .about-content .image-wrapper.image-1 .triangle-highlight,
.login-container .about-content .image-wrapper.image-5 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-1 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-5 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-1 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-5 .triangle-highlight {
    position: absolute;
    z-index: 0;
    right: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ffe1b4;
    transform: rotate(75deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .square-turquoise,
.how-it-works #nav-produce .image-wrapper.image-5 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-1 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-5 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-1 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-5 .square-turquoise,
.why-us .about-content .image-wrapper.image-1 .square-turquoise,
.why-us .about-content .image-wrapper.image-5 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-1 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-5 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-1 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-5 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-1 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-5 .square-turquoise,
.contact-us .about-content .image-wrapper.image-1 .square-turquoise,
.contact-us .about-content .image-wrapper.image-5 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-1 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-5 .square-turquoise,
.login-container .about-content .image-wrapper.image-1 .square-turquoise,
.login-container .about-content .image-wrapper.image-5 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-1 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-5 .square-turquoise,
.registration-container .about-content .image-wrapper.image-1 .square-turquoise,
.registration-container .about-content .image-wrapper.image-5 .square-turquoise {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 43px;
    top: 31px;
    transform: rotate(5deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .img-container,
.how-it-works #nav-produce .image-wrapper.image-5 .img-container,
.how-it-works .about-content .image-wrapper.image-1 .img-container,
.how-it-works .about-content .image-wrapper.image-5 .img-container,
.why-us #nav-produce .image-wrapper.image-1 .img-container,
.why-us #nav-produce .image-wrapper.image-5 .img-container,
.why-us .about-content .image-wrapper.image-1 .img-container,
.why-us .about-content .image-wrapper.image-5 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-1 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-5 .img-container,
.blog-wrapper .about-content .image-wrapper.image-1 .img-container,
.blog-wrapper .about-content .image-wrapper.image-5 .img-container,
.contact-us #nav-produce .image-wrapper.image-1 .img-container,
.contact-us #nav-produce .image-wrapper.image-5 .img-container,
.contact-us .about-content .image-wrapper.image-1 .img-container,
.contact-us .about-content .image-wrapper.image-5 .img-container,
.login-container #nav-produce .image-wrapper.image-1 .img-container,
.login-container #nav-produce .image-wrapper.image-5 .img-container,
.login-container .about-content .image-wrapper.image-1 .img-container,
.login-container .about-content .image-wrapper.image-5 .img-container,
.registration-container #nav-produce .image-wrapper.image-1 .img-container,
.registration-container #nav-produce .image-wrapper.image-5 .img-container,
.registration-container .about-content .image-wrapper.image-1 .img-container,
.registration-container .about-content .image-wrapper.image-5 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 20px;
    background-image: url(/images/site/home/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-2 .circle-turquoise,
.how-it-works #nav-produce .image-wrapper.image-4 .circle-turquoise,
.how-it-works .about-content .image-wrapper.image-2 .circle-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .circle-turquoise,
.why-us #nav-produce .image-wrapper.image-2 .circle-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .circle-turquoise,
.why-us .about-content .image-wrapper.image-2 .circle-turquoise,
.why-us .about-content .image-wrapper.image-4 .circle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-2 .circle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .circle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-2 .circle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .circle-turquoise,
.contact-us #nav-produce .image-wrapper.image-2 .circle-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .circle-turquoise,
.contact-us .about-content .image-wrapper.image-2 .circle-turquoise,
.contact-us .about-content .image-wrapper.image-4 .circle-turquoise,
.login-container #nav-produce .image-wrapper.image-2 .circle-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .circle-turquoise,
.login-container .about-content .image-wrapper.image-2 .circle-turquoise,
.login-container .about-content .image-wrapper.image-4 .circle-turquoise,
.registration-container #nav-produce .image-wrapper.image-2 .circle-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .circle-turquoise,
.registration-container .about-content .image-wrapper.image-2 .circle-turquoise,
.registration-container .about-content .image-wrapper.image-4 .circle-turquoise {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 27px;
    bottom: 0;
    border-radius: 90px;
}

.how-it-works #nav-produce .image-wrapper.image-2 .square-highlight,
.how-it-works #nav-produce .image-wrapper.image-4 .square-highlight,
.how-it-works .about-content .image-wrapper.image-2 .square-highlight,
.how-it-works .about-content .image-wrapper.image-4 .square-highlight,
.why-us #nav-produce .image-wrapper.image-2 .square-highlight,
.why-us #nav-produce .image-wrapper.image-4 .square-highlight,
.why-us .about-content .image-wrapper.image-2 .square-highlight,
.why-us .about-content .image-wrapper.image-4 .square-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-2 .square-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-highlight,
.blog-wrapper .about-content .image-wrapper.image-2 .square-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .square-highlight,
.contact-us #nav-produce .image-wrapper.image-2 .square-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .square-highlight,
.contact-us .about-content .image-wrapper.image-2 .square-highlight,
.contact-us .about-content .image-wrapper.image-4 .square-highlight,
.login-container #nav-produce .image-wrapper.image-2 .square-highlight,
.login-container #nav-produce .image-wrapper.image-4 .square-highlight,
.login-container .about-content .image-wrapper.image-2 .square-highlight,
.login-container .about-content .image-wrapper.image-4 .square-highlight,
.registration-container #nav-produce .image-wrapper.image-2 .square-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .square-highlight,
.registration-container .about-content .image-wrapper.image-2 .square-highlight,
.registration-container .about-content .image-wrapper.image-4 .square-highlight {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 10px;
    top: 80px;
    transform: rotate(15deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .square-turquoise,
.how-it-works #nav-produce .image-wrapper.image-4 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-2 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-2 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.why-us .about-content .image-wrapper.image-2 .square-turquoise,
.why-us .about-content .image-wrapper.image-4 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-2 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-2 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-2 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.contact-us .about-content .image-wrapper.image-2 .square-turquoise,
.contact-us .about-content .image-wrapper.image-4 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-2 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.login-container .about-content .image-wrapper.image-2 .square-turquoise,
.login-container .about-content .image-wrapper.image-4 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-2 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.registration-container .about-content .image-wrapper.image-2 .square-turquoise,
.registration-container .about-content .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 40px;
    bottom: 10px;
    border: solid #1ec0ca 1px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .triangle-highlight,
.how-it-works #nav-produce .image-wrapper.image-4 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-2 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-4 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-2 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-4 .triangle-highlight,
.why-us .about-content .image-wrapper.image-2 .triangle-highlight,
.why-us .about-content .image-wrapper.image-4 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-2 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-2 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-2 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-2 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-4 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-2 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-4 .triangle-highlight,
.login-container .about-content .image-wrapper.image-2 .triangle-highlight,
.login-container .about-content .image-wrapper.image-4 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-2 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-2 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-4 .triangle-highlight {
    position: absolute;
    z-index: 0;
    left: 48px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 32px solid #ffe1b4;
    transform: rotate(60deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .triangle-primary,
.how-it-works #nav-produce .image-wrapper.image-4 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-2 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-4 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-2 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-4 .triangle-primary,
.why-us .about-content .image-wrapper.image-2 .triangle-primary,
.why-us .about-content .image-wrapper.image-4 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-2 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-2 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-2 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-primary,
.contact-us .about-content .image-wrapper.image-2 .triangle-primary,
.contact-us .about-content .image-wrapper.image-4 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-2 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-4 .triangle-primary,
.login-container .about-content .image-wrapper.image-2 .triangle-primary,
.login-container .about-content .image-wrapper.image-4 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-2 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-primary,
.registration-container .about-content .image-wrapper.image-2 .triangle-primary,
.registration-container .about-content .image-wrapper.image-4 .triangle-primary {
    position: absolute;
    z-index: 0;
    right: 80px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(-10deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .img-container,
.how-it-works #nav-produce .image-wrapper.image-4 .img-container,
.how-it-works .about-content .image-wrapper.image-2 .img-container,
.how-it-works .about-content .image-wrapper.image-4 .img-container,
.why-us #nav-produce .image-wrapper.image-2 .img-container,
.why-us #nav-produce .image-wrapper.image-4 .img-container,
.why-us .about-content .image-wrapper.image-2 .img-container,
.why-us .about-content .image-wrapper.image-4 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-2 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-4 .img-container,
.blog-wrapper .about-content .image-wrapper.image-2 .img-container,
.blog-wrapper .about-content .image-wrapper.image-4 .img-container,
.contact-us #nav-produce .image-wrapper.image-2 .img-container,
.contact-us #nav-produce .image-wrapper.image-4 .img-container,
.contact-us .about-content .image-wrapper.image-2 .img-container,
.contact-us .about-content .image-wrapper.image-4 .img-container,
.login-container #nav-produce .image-wrapper.image-2 .img-container,
.login-container #nav-produce .image-wrapper.image-4 .img-container,
.login-container .about-content .image-wrapper.image-2 .img-container,
.login-container .about-content .image-wrapper.image-4 .img-container,
.registration-container #nav-produce .image-wrapper.image-2 .img-container,
.registration-container #nav-produce .image-wrapper.image-4 .img-container,
.registration-container .about-content .image-wrapper.image-2 .img-container,
.registration-container .about-content .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(/images/site/home/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-3 .circle-highlight,
.how-it-works .about-content .image-wrapper.image-3 .circle-highlight,
.why-us #nav-produce .image-wrapper.image-3 .circle-highlight,
.why-us .about-content .image-wrapper.image-3 .circle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-3 .circle-highlight,
.blog-wrapper .about-content .image-wrapper.image-3 .circle-highlight,
.contact-us #nav-produce .image-wrapper.image-3 .circle-highlight,
.contact-us .about-content .image-wrapper.image-3 .circle-highlight,
.login-container #nav-produce .image-wrapper.image-3 .circle-highlight,
.login-container .about-content .image-wrapper.image-3 .circle-highlight,
.registration-container #nav-produce .image-wrapper.image-3 .circle-highlight,
.registration-container .about-content .image-wrapper.image-3 .circle-highlight {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 20px;
    border-radius: 90px;
}

@media screen and (min-width: 768px) {
    .how-it-works #nav-produce .image-wrapper.image-3 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-3 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-3 .circle-primary,
    .why-us .about-content .image-wrapper.image-3 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-3 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-3 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-3 .circle-primary,
    .contact-us .about-content .image-wrapper.image-3 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-3 .circle-primary,
    .login-container .about-content .image-wrapper.image-3 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-3 .circle-primary,
    .registration-container .about-content .image-wrapper.image-3 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.how-it-works .about-content .image-wrapper.image-3 .triangle-turquoise,
.why-us #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.why-us .about-content .image-wrapper.image-3 .triangle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-3 .triangle-turquoise,
.contact-us #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.contact-us .about-content .image-wrapper.image-3 .triangle-turquoise,
.login-container #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.login-container .about-content .image-wrapper.image-3 .triangle-turquoise,
.registration-container #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.registration-container .about-content .image-wrapper.image-3 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-3 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-3 .square-turquoise,
.why-us .about-content .image-wrapper.image-3 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-3 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-3 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-3 .square-turquoise,
.contact-us .about-content .image-wrapper.image-3 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-3 .square-turquoise,
.login-container .about-content .image-wrapper.image-3 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-3 .square-turquoise,
.registration-container .about-content .image-wrapper.image-3 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .square-primary,
.how-it-works .about-content .image-wrapper.image-3 .square-primary,
.why-us #nav-produce .image-wrapper.image-3 .square-primary,
.why-us .about-content .image-wrapper.image-3 .square-primary,
.blog-wrapper #nav-produce .image-wrapper.image-3 .square-primary,
.blog-wrapper .about-content .image-wrapper.image-3 .square-primary,
.contact-us #nav-produce .image-wrapper.image-3 .square-primary,
.contact-us .about-content .image-wrapper.image-3 .square-primary,
.login-container #nav-produce .image-wrapper.image-3 .square-primary,
.login-container .about-content .image-wrapper.image-3 .square-primary,
.registration-container #nav-produce .image-wrapper.image-3 .square-primary,
.registration-container .about-content .image-wrapper.image-3 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .img-container,
.how-it-works .about-content .image-wrapper.image-3 .img-container,
.why-us #nav-produce .image-wrapper.image-3 .img-container,
.why-us .about-content .image-wrapper.image-3 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-3 .img-container,
.blog-wrapper .about-content .image-wrapper.image-3 .img-container,
.contact-us #nav-produce .image-wrapper.image-3 .img-container,
.contact-us .about-content .image-wrapper.image-3 .img-container,
.login-container #nav-produce .image-wrapper.image-3 .img-container,
.login-container .about-content .image-wrapper.image-3 .img-container,
.registration-container #nav-produce .image-wrapper.image-3 .img-container,
.registration-container .about-content .image-wrapper.image-3 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(/images/site/home/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-4 .circle-highlight,
.how-it-works .about-content .image-wrapper.image-4 .circle-highlight,
.why-us #nav-produce .image-wrapper.image-4 .circle-highlight,
.why-us .about-content .image-wrapper.image-4 .circle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .circle-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .circle-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .circle-highlight,
.contact-us .about-content .image-wrapper.image-4 .circle-highlight,
.login-container #nav-produce .image-wrapper.image-4 .circle-highlight,
.login-container .about-content .image-wrapper.image-4 .circle-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .circle-highlight,
.registration-container .about-content .image-wrapper.image-4 .circle-highlight {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 20px;
    border-radius: 90px;
}

@media screen and (min-width: 768px) {
    .how-it-works #nav-produce .image-wrapper.image-4 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-4 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-4 .circle-primary,
    .why-us .about-content .image-wrapper.image-4 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-4 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-4 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-4 .circle-primary,
    .contact-us .about-content .image-wrapper.image-4 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-4 .circle-primary,
    .login-container .about-content .image-wrapper.image-4 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-4 .circle-primary,
    .registration-container .about-content .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .triangle-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.why-us .about-content .image-wrapper.image-4 .triangle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.contact-us .about-content .image-wrapper.image-4 .triangle-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.login-container .about-content .image-wrapper.image-4 .triangle-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.registration-container .about-content .image-wrapper.image-4 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.why-us .about-content .image-wrapper.image-4 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.contact-us .about-content .image-wrapper.image-4 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.login-container .about-content .image-wrapper.image-4 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.registration-container .about-content .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .square-primary,
.how-it-works .about-content .image-wrapper.image-4 .square-primary,
.why-us #nav-produce .image-wrapper.image-4 .square-primary,
.why-us .about-content .image-wrapper.image-4 .square-primary,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-primary,
.blog-wrapper .about-content .image-wrapper.image-4 .square-primary,
.contact-us #nav-produce .image-wrapper.image-4 .square-primary,
.contact-us .about-content .image-wrapper.image-4 .square-primary,
.login-container #nav-produce .image-wrapper.image-4 .square-primary,
.login-container .about-content .image-wrapper.image-4 .square-primary,
.registration-container #nav-produce .image-wrapper.image-4 .square-primary,
.registration-container .about-content .image-wrapper.image-4 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .img-container,
.how-it-works .about-content .image-wrapper.image-4 .img-container,
.why-us #nav-produce .image-wrapper.image-4 .img-container,
.why-us .about-content .image-wrapper.image-4 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-4 .img-container,
.blog-wrapper .about-content .image-wrapper.image-4 .img-container,
.contact-us #nav-produce .image-wrapper.image-4 .img-container,
.contact-us .about-content .image-wrapper.image-4 .img-container,
.login-container #nav-produce .image-wrapper.image-4 .img-container,
.login-container .about-content .image-wrapper.image-4 .img-container,
.registration-container #nav-produce .image-wrapper.image-4 .img-container,
.registration-container .about-content .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(/images/site/home/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works .blog-link,
.why-us .blog-link,
.blog-wrapper .blog-link,
.contact-us .blog-link,
.login-container .blog-link,
.registration-container .blog-link {
    position: relative;
    text-decoration: none;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 350px;
    min-width: 280px;
    margin-bottom: 20px;
    justify-content: center;
    border: solid #c3e7e9 1px;
    background: #fff;
    border-radius: 12px;
}

    .how-it-works .blog-link .blog-block .blog-block-image,
    .why-us .blog-link .blog-block .blog-block-image,
    .blog-wrapper .blog-link .blog-block .blog-block-image,
    .contact-us .blog-link .blog-block .blog-block-image,
    .login-container .blog-link .blog-block .blog-block-image,
    .registration-container .blog-link .blog-block .blog-block-image {
        height: 175px;
        position: relative;
        z-index: 10;
        background-image: url(/images/banners/ar-banner-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 12px 12px 0 0;
    }

    .how-it-works .blog-link .blog-block .blog-block-description,
    .why-us .blog-link .blog-block .blog-block-description,
    .blog-wrapper .blog-link .blog-block .blog-block-description,
    .contact-us .blog-link .blog-block .blog-block-description,
    .login-container .blog-link .blog-block .blog-block-description,
    .registration-container .blog-link .blog-block .blog-block-description {
        padding: 15px;
        position: relative;
        background: #fff;
        z-index: 10;
    }

        .how-it-works .blog-link .blog-block .blog-block-description a,
        .why-us .blog-link .blog-block .blog-block-description a,
        .blog-wrapper .blog-link .blog-block .blog-block-description a,
        .contact-us .blog-link .blog-block .blog-block-description a,
        .login-container .blog-link .blog-block .blog-block-description a,
        .registration-container .blog-link .blog-block .blog-block-description a {
            color: #ff5c35;
            text-decoration: none;
            transition: all linear 0.15s;
        }

            .how-it-works .blog-link .blog-block .blog-block-description a .r-icon,
            .why-us .blog-link .blog-block .blog-block-description a .r-icon,
            .blog-wrapper .blog-link .blog-block .blog-block-description a .r-icon,
            .contact-us .blog-link .blog-block .blog-block-description a .r-icon,
            .login-container .blog-link .blog-block .blog-block-description a .r-icon,
            .registration-container .blog-link .blog-block .blog-block-description a .r-icon {
                font-size: 14px;
            }

            .how-it-works .blog-link .blog-block .blog-block-description a:hover,
            .why-us .blog-link .blog-block .blog-block-description a:hover,
            .blog-wrapper .blog-link .blog-block .blog-block-description a:hover,
            .contact-us .blog-link .blog-block .blog-block-description a:hover,
            .login-container .blog-link .blog-block .blog-block-description a:hover,
            .registration-container .blog-link .blog-block .blog-block-description a:hover {
                color: #031e50;
            }

.how-it-works #EmailVal,
.why-us #EmailVal,
.blog-wrapper #EmailVal,
.contact-us #EmailVal,
.login-container #EmailVal,
.registration-container #EmailVal {
    visibility: hidden;
}

.why-us .heading-wrapper {
    margin: 0 auto;
    max-width: 767px;
}

    .why-us .heading-wrapper p {
        margin: 15px 0;
        max-width: 767px;
    }

.why-us .image-wrapper {
    margin: 0 auto;
}

.why-us .why-row {
    margin-top: 70px;
}

.our-partners {
    padding-top: 120px;
    position: relative;
}

    .our-partners .section-1 {
        position: relative;
    }

        .our-partners .section-1 .square-primary {
            position: absolute;
            z-index: 1;
            bottom: 960px;
            left: 30px;
            height: 30px;
            width: 30px;
            transform: rotate(-15deg);
        }

        .our-partners .section-1 .square-secondary {
            position: absolute;
            z-index: 1;
            bottom: 560px;
            right: 15px;
            height: 12px;
            width: 12px;
            border: solid #031e50 2px;
            transform: rotate(15deg);
        }

        .our-partners .section-1 .circle-light-blue {
            position: absolute;
            z-index: 0;
            bottom: 500px;
            left: -245px;
            height: 475px;
            width: 475px;
            border-radius: 400px;
        }

@media screen and (min-width: 768px) {
    .our-partners .section-1 .circle-complimentary {
        position: absolute;
        z-index: 0;
        bottom: 250px;
        right: -315px;
        height: 375px;
        width: 375px;
        border-radius: 400px;
    }

    .our-partners .section-1 .circle-primary {
        position: absolute;
        z-index: 1;
        bottom: 160px;
        right: 40px;
        height: 30px;
        width: 30px;
        border-radius: 90px;
    }
}

.our-partners .page-header p {
    margin: 0 auto;
    max-width: 400px;
}

.our-partners .partner-box {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background: #fff;
    border: solid transparent 3px;
    transition: all linear 0.15s;
    text-align: center;
    cursor: pointer;
}

    .our-partners .partner-box .box-image {
        max-width: 140px;
    }

    .our-partners .partner-box:hover {
        border: solid #c3e7e9 3px;
    }

.our-partners #PartnerModal .r-icon {
    font-size: 16px;
}

.our-partners .section-1 {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.our-partners .section-2 {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

    .our-partners .section-2 .heading-content {
        position: relative;
        z-index: 10;
        max-width: 767px;
        max-width: 100% !important;
        margin: 0 auto;
    }

        .our-partners .section-2 .heading-content p {
            max-width: 100% !important;
        }

    .our-partners .section-2 .triangle-primary {
        position: absolute;
        z-index: 0;
        left: 150px;
        top: 120px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 16px solid #ff5c35;
        transform: rotate(-45deg);
    }

    .our-partners .section-2 .circle-light-blue {
        position: absolute;
        top: -105px;
        left: -105px;
        background: #c3e7e9;
        height: 200px;
        width: 200px;
        border-radius: 90px;
    }

@media screen and (min-width: 768px) {
    .our-partners .section-2 .circle-primary {
        position: absolute;
        top: 100px;
        right: 150px;
        height: 15px;
        width: 15px;
        border: solid #ff5c35 1px;
        border-radius: 90px;
        background: transparent;
    }
}

.our-partners .section-2 .square-primary {
    position: absolute;
    bottom: 10px;
    left: 305px;
    background: transparent;
    height: 20px;
    width: 20px;
    border: solid #ff5c35 1px;
}

.our-partners .section-2 .circle-highlight {
    position: absolute;
    z-index: 0;
    bottom: -155px;
    right: -155px;
    background: #ffe1b4;
    height: 500px;
    width: 500px;
    border-radius: 500px;
}

@media screen and (min-width: 768px) {
    .our-partners .section-2 .circle-complimentary {
        position: absolute;
        top: -25px;
        right: 280px;
        height: 50px;
        width: 50px;
        border-radius: 90px;
        background: #fff0da;
    }
}

#TutorialsCarousel {
    margin-top: 120px;
    position: relative;
    z-index: 100;
}

    #TutorialsCarousel .tutorial {
        margin: 20px;
        border: solid transparent 2px;
    }

        #TutorialsCarousel .tutorial:hover {
            border: solid #ff5c35 2px;
        }

.login-container .signInWrapper {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.login-container .auth button {
    padding: 0;
    margin: 15px 0;
    background: none;
    border: 0;
}

.registration-container .regInput {
    background: #031e50;
    padding: 20px;
    max-width: 370px;
    border-radius: 12px;
}

    .registration-container .regInput label {
        color: #fff;
        letter-spacing: 1px;
        font-weight: normal;
    }

    .registration-container .regInput .regPw {
        background: #333;
        border-radius: 10px;
        margin: 15px 0;
        padding: 15px;
    }

        .registration-container .regInput .regPw .field-validation-error {
            color: #ff5c35;
            font-weight: bold;
        }

.registration-container #StrengthBar {
    height: 25px;
    width: 0;
    transition: all linear 0.15s;
}

.registration-container #Strength {
    position: relative;
    background: #fff;
}

    .registration-container #Strength p {
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        text-align: center;
        color: #031e50;
    }

.registration-container #CreateUserBtn {
    border: solid transparent 1px;
}

    .registration-container #CreateUserBtn:hover {
        border: solid rgba(255, 255, 255, 0.1) 1px;
    }

.registration-container .nav-tabs {
    border-bottom: 0;
}

    .registration-container .nav-tabs .nav-link {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        background: none;
        border: 0;
    }

        .registration-container .nav-tabs .nav-link .nav-image {
            border-radius: 12px 12px 0 0;
            height: 150px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position-y: bottom;
        }

            .registration-container .nav-tabs .nav-link .nav-image.image-1 {
                background-image: url(/images/site/home/start-project.jpg);
                background-size: cover;
            }

            .registration-container .nav-tabs .nav-link .nav-image.image-2 {
                background-image: url(/images/site/general/narrator.jpg);
            }

        .registration-container .nav-tabs .nav-link .nav-option {
            padding: 10px 25px;
            background: #fff;
            color: #031e50;
            border-radius: 0 0 12px 12px;
            position: relative;
        }

            .registration-container .nav-tabs .nav-link .nav-option .r-icon {
                position: absolute;
                left: 0;
                right: 0;
                font-size: 40px;
                display: none;
                color: #031e50;
            }

        .registration-container .nav-tabs .nav-link.active .nav-option {
            background: #031e50;
            color: #fff;
            border-radius: 0 0 12px 12px;
        }

            .registration-container .nav-tabs .nav-link.active .nav-option .r-icon {
                display: inline-block;
            }

.registration-container .image-bubble {
    position: relative;
}

@media screen and (min-width: 768px) {
    .registration-container .image-bubble .circle-primary {
        position: absolute;
        left: -20px;
        top: 0;
        background: transparent;
        border: solid #ff5c35 2px;
        border-radius: 90px;
        height: 40px;
        width: 40px;
    }
}

.registration-container .image-bubble .circle-light-blue {
    position: absolute;
    left: -100px;
    top: 0;
    background: #c3e7e9;
    border-radius: 200px;
    height: 350px;
    width: 350px;
    opacity: 0.2;
}

.registration-container .image-bubble .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 180px;
    top: 180px;
    transform: rotate(-25deg);
}

.registration-container .image-bubble .bubble {
    position: absolute;
    z-index: 0;
    border-radius: 120px;
}

.registration-container .image-bubble .bubble-1 {
    background-image: url(/images/site/registration/bubble-1.jpg);
    background-size: cover;
    top: 80px;
    left: 15%;
    height: 80px;
    width: 80px;
}

.registration-container .image-bubble .bubble-2 {
    background-image: url(/images/site/registration/bubble-2.jpg);
    background-size: cover;
    top: 0;
    left: 35%;
    height: 120px;
    width: 120px;
}

.registration-container .image-bubble .bubble-3 {
    background-image: url(/images/site/registration/bubble-3.jpg);
    background-size: cover;
    top: 60px;
    left: 60%;
    height: 100px;
    width: 100px;
}

.registration-container .image-bubble .bubble-4 {
    background-image: url(/images/site/registration/bubble-4.jpg);
    background-size: cover;
    top: 150px;
    left: 40%;
    height: 40px;
    width: 40px;
}

.registration-container .image-bubble .bubble-5 {
    background-image: url(/images/site/registration/bubble-5.jpg);
    background-size: cover;
    top: 180px;
    left: 15%;
    height: 150px;
    width: 150px;
}

.registration-container .image-bubble .bubble-6 {
    background-image: url(/images/site/registration/bubble-6.jpg);
    background-size: cover;
    background-position: center;
    top: 220px;
    left: 50%;
    height: 100px;
    width: 100px;
}

.registration-container .arrow-image {
    background-image: url(/images/LandingPageArrow.png);
    position: absolute;
    top: 150px;
    background-size: cover;
    left: 30%;
    height: 700px;
    width: 700px;
    z-index: -1;
}

.validateEmailField {
    display: none;
}

.confirmation-wrapper {
    min-height: 500px;
    padding-top: 120px;
}

.qryContainer {
    cursor: pointer;
    transition: all linear 0.15s;
}

    .qryContainer:hover {
        color: #ff5c35;
    }

        .qryContainer:hover p {
            transition: all linear 0.15s;
            color: #ff5c35;
        }


.blog-wrapper {
    font-family: RobotoReg, sans-serif; /* Roboto font default for all blog text */
}

    /* Blog headings: using Roboto bold font */
    .blog-wrapper h1,
    .blog-wrapper h2,
    .blog-wrapper h3,
    .blog-wrapper h4,
    .blog-wrapper h5,
    .blog-wrapper h6 {
        font-family: RobotoBold, sans-serif;
    }

    /* Blog post typography sizes */
    .blog-wrapper h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper h2 {
        font-size: 24px !important;
        line-height: 1.35 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper h3 {
        font-size: 22px !important;
        line-height: 1.35 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper h4 {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper h5 {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper h6 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 0.6em !important;
    }

    .blog-wrapper p {
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-bottom: 1em !important;
    }

.blog-wrapper,
.how-it-works,
.why-us,
.contact-us,
.login-container {
    position: relative;
}

    .blog-wrapper .square-primary,
    .how-it-works .square-primary,
    .why-us .square-primary,
    .contact-us .square-primary,
    .login-container .square-primary {
        position: absolute;
        z-index: 1;
        bottom: 960px;
        left: 30px;
        height: 30px;
        width: 30px;
        transform: rotate(-15deg);
    }

    .blog-wrapper .square-secondary,
    .how-it-works .square-secondary,
    .why-us .square-secondary,
    .contact-us .square-secondary,
    .login-container .square-secondary {
        position: absolute;
        z-index: 1;
        bottom: 560px;
        right: 15px;
        height: 12px;
        width: 12px;
        border: solid #031e50 2px;
        transform: rotate(15deg);
    }

    .blog-wrapper .circle-light-blue,
    .how-it-works .circle-light-blue,
    .why-us .circle-light-blue,
    .contact-us .circle-light-blue,
    .login-container .circle-light-blue {
        position: absolute;
        z-index: 0;
        bottom: 500px;
        left: -245px;
        height: 475px;
        width: 475px;
        border-radius: 400px;
    }

@media screen and (min-width: 768px) {
    .blog-wrapper .circle-complimentary,
    .how-it-works .circle-complimentary,
    .why-us .circle-complimentary,
    .contact-us .circle-complimentary,
    .login-container .circle-complimentary {
        position: absolute;
        z-index: 0;
        bottom: 250px;
        right: -315px;
        height: 375px;
        width: 375px;
        border-radius: 400px;
    }

    .blog-wrapper .circle-primary,
    .how-it-works .circle-primary,
    .why-us .circle-primary,
    .contact-us .circle-primary,
    .login-container .circle-primary {
        position: absolute;
        z-index: 1;
        bottom: 160px;
        right: 40px;
        height: 30px;
        width: 30px;
        border-radius: 90px;
    }
}

.blog-wrapper .blogPost,
.how-it-works .blogPost,
.why-us .blogPost,
.contact-us .blogPost,
.login-container .blogPost {
    position: relative;
    z-index: 20;
}

    .blog-wrapper .blogPost .modalImg,
    .how-it-works .blogPost .modalImg,
    .why-us .blogPost .modalImg,
    .contact-us .blogPost .modalImg,
    .login-container .blogPost .modalImg {
        width: auto;
        max-width: 100%;
    }

    .blog-wrapper .blogPost .mainContentWrapper img,
    .how-it-works .blogPost .mainContentWrapper img,
    .why-us .blogPost .mainContentWrapper img,
    .contact-us .blogPost .mainContentWrapper img,
    .login-container .blogPost .mainContentWrapper img {
        max-width: 100%;
        width: auto;
    }

.blog-wrapper img,
.how-it-works img,
.why-us img,
.contact-us img,
.login-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.blog-wrapper .promoBox .image-wrapper img,
.how-it-works .promoBox .image-wrapper img,
.why-us .promoBox .image-wrapper img,
.contact-us .promoBox .image-wrapper img,
.login-container .promoBox .image-wrapper img {
    max-width: 180px;
    width: auto;
}

.blog-wrapper .promoBox p,
.how-it-works .promoBox p,
.why-us .promoBox p,
.contact-us .promoBox p,
.login-container .promoBox p {
    font-size: 18px;
}

.blog-wrapper .promoBox h5,
.how-it-works .promoBox h5,
.why-us .promoBox h5,
.contact-us .promoBox h5,
.login-container .promoBox h5 {
    font-size: 26px !important;
    line-height: 45px;
}

.blog-wrapper .contact-bottom .nav-link,
.how-it-works .contact-bottom .nav-link,
.why-us .contact-bottom .nav-link,
.contact-us .contact-bottom .nav-link,
.login-container .contact-bottom .nav-link {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background: none;
    border: 0;
}

    .blog-wrapper .contact-bottom .nav-link .nav-image,
    .how-it-works .contact-bottom .nav-link .nav-image,
    .why-us .contact-bottom .nav-link .nav-image,
    .contact-us .contact-bottom .nav-link .nav-image,
    .login-container .contact-bottom .nav-link .nav-image {
        border-radius: 12px 12px 0 0;
        height: 150px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }

        .blog-wrapper .contact-bottom .nav-link .nav-image.image-1,
        .how-it-works .contact-bottom .nav-link .nav-image.image-1,
        .why-us .contact-bottom .nav-link .nav-image.image-1,
        .contact-us .contact-bottom .nav-link .nav-image.image-1,
        .login-container .contact-bottom .nav-link .nav-image.image-1 {
            background-image: url(/images/site/home/start-project.jpg);
            background-size: cover;
        }

        .blog-wrapper .contact-bottom .nav-link .nav-image.image-2,
        .how-it-works .contact-bottom .nav-link .nav-image.image-2,
        .why-us .contact-bottom .nav-link .nav-image.image-2,
        .contact-us .contact-bottom .nav-link .nav-image.image-2,
        .login-container .contact-bottom .nav-link .nav-image.image-2 {
            background-image: url(/images/site/general/narrator.jpg);
        }

        .blog-wrapper .contact-bottom .nav-link .nav-image.image-3,
        .how-it-works .contact-bottom .nav-link .nav-image.image-3,
        .why-us .contact-bottom .nav-link .nav-image.image-3,
        .contact-us .contact-bottom .nav-link .nav-image.image-3,
        .login-container .contact-bottom .nav-link .nav-image.image-3 {
            background-image: url(/images/site/general/tutorials.jpg);
        }

    .blog-wrapper .contact-bottom .nav-link .nav-option,
    .how-it-works .contact-bottom .nav-link .nav-option,
    .why-us .contact-bottom .nav-link .nav-option,
    .contact-us .contact-bottom .nav-link .nav-option,
    .login-container .contact-bottom .nav-link .nav-option {
        padding: 10px 25px;
        background: #fff;
        color: #031e50;
        border-radius: 0 0 12px 12px;
        position: relative;
        transition: all linear 0.15s;
    }

    .blog-wrapper .contact-bottom .nav-link:hover .nav-option,
    .how-it-works .contact-bottom .nav-link:hover .nav-option,
    .why-us .contact-bottom .nav-link:hover .nav-option,
    .contact-us .contact-bottom .nav-link:hover .nav-option,
    .login-container .contact-bottom .nav-link:hover .nav-option {
        background: #031e50;
        color: #fff;
    }

#nav-distribute .image-wrapper.image-1 .img-container {
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-1.jpg) !important;
}

#nav-distribute .image-wrapper.image-2 .img-container {
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-2.jpg) !important;
}

#nav-distribute .image-wrapper.image-3 .img-container {
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-3.jpg) !important;
}

#nav-distribute .image-wrapper.image-4 .img-container {
    background-image: url(/images/site/how-it-works/distribution/how-it-works-step-4.jpg) !important;
}

#nav-narrate .image-wrapper.image-1 .img-container {
    background-image: url(/images/site/how-it-works/narration/narration-step-1.jpg) !important;
}

#nav-narrate .image-wrapper.image-2 .img-container {
    background-image: url(/images/site/how-it-works/narration/narration-step-2.jpg) !important;
}

#nav-narrate .image-wrapper.image-3 .img-container {
    background-image: url(/images/site/how-it-works/narration/narration-step-3.jpg) !important;
}

#nav-narrate .image-wrapper.image-4 .img-container {
    background-image: url(/images/site/how-it-works/narration/narration-step-4.jpg) !important;
}

#nav-produce .image-wrapper.image-1 .img-container {
    background-image: url(/images/site/how-it-works/production/produce-step-1.jpg) !important;
}

#nav-produce .image-wrapper.image-2 .img-container {
    background-image: url(/images/site/how-it-works/production/produce-step-2.jpg) !important;
}

#nav-produce .image-wrapper.image-3 .img-container {
    background-image: url(/images/site/how-it-works/production/produce-step-3.jpg) !important;
}

#nav-produce .image-wrapper.image-4 .img-container {
    background-image: url(/images/site/how-it-works/production/produce-step-4.jpg) !important;
}

#nav-produce .image-wrapper.image-5 .img-container {
    background-image: url(/images/site/how-it-works/production/produce-step-5.jpg) !important;
}

.contact-form-fields {
    margin: 0 auto;
    background: rgba(195, 231, 233, 0.8);
    padding: 15px;
    border-radius: 12px;
    max-width: 481px;
    color: #ff5c35;
}

    .contact-form-fields input,
    .contact-form-fields select,
    .contact-form-fields textarea {
        border-radius: 12px;
    }

    .contact-form-fields input,
    .contact-form-fields select {
        height: 40px;
    }

        .contact-form-fields input[type="checkbox"] {
            height: 40px;
            width: 40px;
        }

    .contact-form-fields .btn {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        width: 90px;
        height: 40px;
        font-size: 16px;
    }

        .contact-form-fields .btn:hover {
            background-color: #ff5c35;
            color: #fff;
        }

@media screen and (min-width: 768px) {
    .howitworks {
        background-image: url(/images/Howitworks-transparent.png);
        background-size: cover;
        top: 10%;
        right: 30%;
        height: 180px;
        width: 180px;
        position: absolute;
        background-color: #fff;
    }

    #paidMedia {
        background-image: url(/images/bluecircletransparent700x700.png);
        background-repeat: no-repeat;
        background-size: 500px 500px;
        background-position: top 0% left 80%;
    }

    #arrowHeaderMobile {
        display: none;
        width: 0;
        height: 0;
    }

    #termisConditionLinkMobile {
        display: none;
        width: 0;
        height: 0;
    }

    .arrow-image-mobile {
        display: none;
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 1400px) {
    .home-body .section-4 .step-box.step-3 .box-underlay {
        top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .home-body .section-4 .step-box.step-3 .box-underlay {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-banner {
        position: relative;
        height: auto;
    }

        .home-banner .circle-beige {
            top: -150px;
            right: -200px;
            height: 400px;
            width: 400px;
        }

        .home-banner .left-content {
            position: relative;
            z-index: 10;
        }

    .navbar {
        background: #fff;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .arrow-image-mobile {
        background-image: url(/images/MobileArrow.png);
        background-size: cover;
        top: 1000px;
        right: 48%;
        height: 400px;
        width: 400px;
        position: absolute;
        z-index: -1;
        padding: 15px;
    }

    .arrow-image {
        display: none;
        width: 0;
        height: 0;
    }

    #arrowHeaderWeb {
        display: none;
        width: 0;
        height: 0;
    }

    #termisConditionLinkWeb {
        display: none;
        width: 0;
        height: 0;
    }

    #paidMedia {
        background-image: none;
    }

    .arrow-image-mobile-index {
        background-image: url(/images/MobileArrow.png);
        background-size: cover;
        top: 1040px;
        right: 50%;
        height: 400px;
        width: 400px;
        position: absolute;
        z-index: -1;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h5 {
        font-size: 13px !important;
    }

    .howitworks {
        background-image: url(/images/Howitworks-transparent.png);
        background-size: cover;
        top: 0%;
        right: 30%;
        height: 180px;
        width: 180px;
        position: absolute;
        background-color: #fff;
    }

    .col-sm-auto {
        padding-top: 200px;
        flex: 0 0 auto;
        width: auto;
    }

    .home-body .section-4 .step-box {
        border: 0 !important;
        padding: 0 !important;
        min-height: 100% !important;
        margin-bottom: 30px;
    }

        .home-body .section-4 .step-box .box-underlay {
            position: initial !important;
            width: auto !important;
        }

        .home-body .section-4 .step-box .box-overlay {
            position: initial !important;
            padding: 0;
        }

    .grecaptcha-badge {
        z-index: 99999;
    }
}

.contact-us .contact-bottom .nav-link .nav-option {
    color: var(--tertiary-tertiary, #031e50);
    font-feature-settings: "clig" off, "liga" off;
    font-family: InternacionalReg;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    height: 123px;
    width: 256px;
    overflow: hidden;
}

    .contact-us .contact-bottom .nav-link .nav-option .circle-border {
        width: 62px;
        height: 62px;
        position: absolute;
        right: 4px;
        bottom: -15px;
        stroke-width: 2px;
        stroke: var(--secondary-secondary, #1ec0ca);
        border: 2px solid #1ec0ca;
        border-radius: 100px;
    }

    .contact-us .contact-bottom .nav-link .nav-option .circle-fill {
        width: 40px;
        height: 40px;
        position: absolute;
        right: -9.367px;
        bottom: -7px;
        fill: var(--secondary-secondary, #1ec0ca);
        stroke-width: 0.972px;
        stroke: var(--secondary-secondary, #1ec0ca);
        background: #1ec0ca;
        border-radius: 100px;
    }

.contact-us .question-label-content {
    color: var(--black, #121f36);
    font-feature-settings: "clig" off, "liga" off;
    font-family: InternacionalReg;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.contact-us .info {
    color: var(--black, #121f36);
    font-feature-settings: "clig" off, "liga" off;
    font-family: InternacionalReg;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 152.381% */
}

.new-concept-theme {
    font-feature-settings: "clig" off, "liga" off;
}

.new-concept-theme {
	
}

.background-grey {
    background: var(--Grey-50, #fcfcfc);
}

.new-concept-theme .home-banner {
	height: inherit;
}
	.new-concept-theme .background-blue {
		background: #031e50 !important;
	}
	
	.new-concept-theme .background-lavender{
		background: #ECEEFE !important;
	}
	
	.new-concept-theme .background-blue-green{
		background: #1EC0CA !important;
	}
	
	.new-concept-theme .background-anti-flash-white{
		background: #F6F5F2 !important;
	}
	
	.new-concept-theme .background-police-blue{
		background: #414B5E !important;
	}
	
	.new-concept-theme .background-metal{
		background: #707886 !important;
	}
	
	.new-concept-theme.home-page .table-white-border div{
		border-top: 1px solid #F2F3F6;
		border-left: 1px solid #F2F3F6;
		background: #FFFFFF;
	}
	
	.new-concept-theme.home-page .table-white-border div.col-3{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.new-concept-theme section {
		height: 100% !important;
		width: 100% !important;
	}
	
	.new-concept-theme .step-card {
		border-radius: 16px !important;
		border: 1px solid #C3E7E9;
	}
	
	.new-concept-theme  .circle-light-blue-2 {
		z-index: -10;
		position: absolute;
		border-radius: 551px;
		top: -222px;
		right: -134px;
		height: 551px;
		width: 551px;
		background: #c3e7e9;
    }

    .new-concept-theme.main {
        display: flex;
        width: 100%;
        padding: 126px 20px 48px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*gap: 24px;*/
		background: var(--tertiary-tertiary, #031e50);
    }

    .new-concept-theme .header-text {
        font-family: InternacionalReg;
        font-size: 40px !important;
		line-height: 36px;
		font-style: normal;
    }
	
	.new-concept-theme.home-page .header-card-copy {
		min-height: 100px;
	}

    .new-concept-theme h1 {
        font-family: InternacionalBold;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
    }

    .new-concept-theme .container .text-container {
        display: flex;
        max-width: 896px;
        padding: 32px 25px;
        margin: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid var(--secondary-secondary, #1ec0ca);
        background: var(--Grey-50, #fcfcfc);
        box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
    }

        .new-concept-theme .container .text-container .text {
            font-family: RobotoReg;
            font-size: 18px;
            line-height: 32px;
        }
		
		.new-concept-theme .container .text-container .text.header {
            font-family: InternacionalReg !important;
        }
		.new-concept-theme .container .text-container .text ul{
            font-family: RobotoReg;
            font-size: 18px;
            line-height: 32px;
        }
		.new-concept-theme .container .text-container .text li{
            font-family: RobotoReg;
            font-size: 18px;
            line-height: 32px;
        }

    .new-concept-theme.main .get-started-btn {
        display: flex;
		/*max-width: 414px;
        width: 90%;*/
        min-width: 270px;
        height: 51px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        text-align: center;
        font-family: RobotoReg;
        font-size: 22px;
        line-height: 40px; /* 81.818% */
        text-transform: uppercase;
        margin-top: 24px;
        background-color: #ff5c35;
        border-radius: 8px;
        border: 0;
        transition: all linear 0.15s;
    }
	
	.new-concept-theme .zora-card-play{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/zora-play.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .arthur-card-play{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/arthur-play.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .harper-card-play{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/harper-play.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .hugo-card-play{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/hugo-play.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
		.new-concept-theme .zora-card-stop{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/zora-stop.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .arthur-card-stop{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/arthur-stop.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .harper-card-stop{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/harper-stop.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .hugo-card-stop{
		width: 270px;
		height: 130px;
		/*background-image: url('/ai-narrator/profiles/hugo-stop.svg') !important;
		background-position: center;
		background-repeat: no-repeat;*/
		border-radius: 17px;
	}
	
	.new-concept-theme .before-ai-card-play{
			max-width: 587px;
			/*background-position-y: -6px;
			height: 30em;
            background-image: url('/images/before-ai-play.svg');
            background-size: contain;
            background-repeat: no-repeat;*/
            width:100%;
	}
	
	.new-concept-theme .before-ai-card-stop{
			max-width: 587px;
            /*height: 30em;
            background-image: url('/images/before-ai-stop.svg');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;*/
            width:100%;
	}
	
	.new-concept-theme .after-ai-card-play{
		max-width: 587px;
        /*height: 29.5em;
		background-image: url('/images/after-ai-play.svg');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;*/
        width:100%;
	}
	
	.new-concept-theme .after-ai-card-stop{
		max-width: 587px;
        /*height: 29.5em;
		background-image: url('/images/after-ai-stop.svg');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;*/
        width:100%;
	}

    .new-concept-theme .step {
        display: flex;
        max-width: 1080px;
        margin: auto;
/*        border-radius: 24px;
        border: 1px solid;
        border-color: rgba(235, 246, 246, 1);
        box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);*/
        flex-wrap: wrap;
    }

        .new-concept-theme .step .header-wrapper {
            display: flex;
            width: 100%;
            height: 100%;
            padding: 64px 32px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 56px;
            align-self: stretch;
            background: var(--tertiary-tertiary, #031e50);
        }

            .new-concept-theme .step .header-wrapper .content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 32px;
                padding: 0px 0px 40px;
                position: relative;
                align-self: stretch;
                width: 100%;
                flex: 0 0 auto;
            }

                .new-concept-theme .step .header-wrapper .content .image-content {
                    width: 160px;
                    height: 156px;
                    position: relative;
                }

        .new-concept-theme .step .circle {
            position: absolute;
            width: 144px;
            height: 136px;
            top: 0;
            left: 0;
            border-radius: 72.03px/68px;
            border: 3px solid;
            border-color: rgba(30, 192, 202, 1);
        }

        .new-concept-theme .step .rectangle {
            position: absolute;
            width: 118px;
            height: 118px;
            top: 0;
            left: 0;
            border: 3px solid;
            border-color: #fff;
        }

        .new-concept-theme .step .header-wrapper .content .image-content .image-circle {
            position: absolute;
            width: 140px;
            height: 140px;
            top: 16px;
            left: 20px;
            border-radius: 72.03px/68px;
            border: 1px solid white;
        }

        .new-concept-theme .step .header-wrapper .content .image-content .image-rectangle {
            position: absolute;
            width: 120px;
            height: 120px;
            top: 16px;
            left: 20px;
            border: 1px solid white;
        }

        .new-concept-theme .step .header-wrapper .content .text-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            position: relative;
            align-self: stretch;
            width: 100%;
            flex: 0 0 auto;
        }

        .new-concept-theme .step .header-right-none {
            display: none;
        }

        .new-concept-theme .step .header-wrapper .content .text-content .step-number {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: RobotoReg;
            font-weight: 900;
            color: #ff5c35;
            font-size: 36px;
            text-align: center;
            letter-spacing: 0;
            line-height: 40px;
            white-space: nowrap;
        }

        .new-concept-theme .step .header-wrapper .content .text-content .step-name {
            font-family: RobotoReg;
            font-size: 31px;
            text-align: center;
            letter-spacing: 0;
            line-height: 48px;
            position: relative;
            align-self: stretch;
        }

        .new-concept-theme .step .text-wrapper {
			padding: 24px;
            background-color: #fff;
            min-height: 527px;
        }

        .new-concept-theme .step .border-radius-right {
            border-top-left-radius: 0px;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px;
            border-bottom-left-radius: 0px;
        }
		
		.new-concept-theme .step .border-left{
			border-left: 2px solid var(--secondary-secondary, #1ec0ca);
		}
		
		.new-concept-theme .step .border-right{
			border-right: 2px solid var(--secondary-secondary, #1ec0ca);
		}

        .new-concept-theme .step .border-radius-left {
            border-top-right-radius: 0px;
            border-top-left-radius: 24px;
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 0px;
        }

        .new-concept-theme .step .text-wrapper .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 32px;
            position: relative;
            align-self: stretch;
            width: 100%;
            flex: 0 0 auto;
        }

            .new-concept-theme .step .text-wrapper .content .first-text {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                flex: 0 0 auto;
                position: relative;
                align-self: stretch;
            }

                .new-concept-theme .step .text-wrapper .content .first-text .header {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    /*padding: 4px 8px;*/
                    position: relative;
                    flex: 0 0 auto;
                }

                    .new-concept-theme .step .text-wrapper .content .first-text .header p {
                        position: relative;
                        width: fit-content;
                        margin-top: -1px;
                        font-family: InternacionalBold;
                        font-weight: 700;
                        color: var(--black);
                        font-size: 18px;
                        text-align: center;
                        letter-spacing: 0;
                        line-height: 32px;
                        white-space: nowrap;
                    }

                .new-concept-theme .step .text-wrapper .content .first-text .text {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 8px 8px;
                    padding: 8px;
                    position: relative;
                    align-self: stretch;
                    width: 100%;
                    flex: 0 0 auto;
                }

                    .new-concept-theme .step .text-wrapper .content .first-text .text p {
                        position: relative;
                        flex: 1;
                        margin-top: -1px;
                        font-family: RobotoReg;
                        font-weight: 400;
                        color: var(--black);
                        font-size: 18px;
                        letter-spacing: 0;
                        line-height: 32px;
                    }

            .new-concept-theme .step .text-wrapper .content .second-text {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
                position: relative;
                align-self: stretch;
                width: 100%;
                flex: 0 0 auto;
                background-color: rgba(235, 246, 246, 1);
            }

                .new-concept-theme .step .text-wrapper .content .second-text .header {
                    display: flex;
                    /*flex-direction: column;*/
                    align-items: flex-start;
                    /*padding: 0px 16px;*/
                    position: relative;
                    align-self: stretch;
                    width: 100%;
                    flex: 0 0 auto;
                    background-color: #fff;
                    border-bottom-width: 2px;
                    border-bottom-style: solid;
                    border-color: rgba(195, 231, 233, 1);
                }

                    .new-concept-theme .step .text-wrapper .content .second-text .header p {
                        position: relative;
                        width: 100%;
                        margin-top: -1px;
                        font-family: InternacionalBold;
                        font-weight: 700;
                        color: var(--tertiarytertiary);
                        font-size: 18px;
                        letter-spacing: 0;
                        line-height: 32px;
                    }

                .new-concept-theme .step .text-wrapper .content .second-text .text {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    padding: 0px 16px 16px;
                    position: relative;
                    align-self: stretch;
                    width: 100%;
                    flex: 0 0 auto;
                }

                    .new-concept-theme .step .text-wrapper .content .second-text .text p {
                        position: relative;
                        flex: 1;
                        margin-top: -1px;
                        font-family: RobotoReg;
                        font-weight: 400;
                        color: var(--black);
                        font-size: 16px;
                        letter-spacing: 0;
                        line-height: 28px;
                        padding: 8px;
                    }

                    .new-concept-theme .step .text-wrapper .content .second-text .text ul {
                        position: relative;
                        flex: 1;
                        margin-top: -1px;
                        font-family: RobotoReg;
                        font-weight: 400;
                        color: var(--black);
                        font-size: 16px;
                        letter-spacing: 0;
                    }

                    .new-concept-theme .step .text-wrapper .content .second-text .text li {
                        position: relative;
                        flex: 1;
                        margin-top: -1px;
                        font-family: RobotoReg;
                        font-weight: 400;
                        color: var(--black);
                        font-size: 16px;
                        letter-spacing: 0;
                    }

    .new-concept-theme .divider {
		max-width: 1080px;
		background-color: transparent !important;
		border: none !important;
		width: 90%;
    }

    .new-concept-theme.end-callout {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 13px;
        padding-top: 80px;
        padding-bottom: 80px;
        margin: 0 auto;
        position: relative;
        background-color: rgba(236, 238, 254, 1);
    }

        .new-concept-theme.end-callout .body {
            display: flex;
            max-width: 680px;
            align-items: flex-start;
            gap: 8px;
            position: relative;
            flex: 0 0 auto;
        }

        .new-concept-theme.end-callout .text {
            color: var(--tertiary-tertiary, #031e50);
            font-feature-settings: "clig" off, "liga" off;
            /* Body 18 / Family #2 / Regular */
            font-family: RobotoReg;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px; /* 177.778% */
        }

        .new-concept-theme.end-callout .button {
            all: unset;
            box-sizing: border-box;
            display: inline-flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            flex: 0 0 auto;
        }

        .new-concept-theme.end-callout .base-button-large {
            justify-content: center;
            gap: 6px;
            padding: 9px 13px;
            border-radius: 4px;
            border: 1px solid;
            border-color: var(--buttonssecondarybordersecondary-button-border);
            display: inline-flex;
            align-items: center;
            position: relative;
            flex: 0 0 auto;
            background-color: #ff5c35;
        }

        .new-concept-theme.end-callout .base-button-label {
            display: inline-flex;
            align-items: center;
            position: relative;
            flex: 0 0 auto;
            background-color: #ff5c35;
        }

        .new-concept-theme.end-callout .label {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: RobotoReg;
            font-weight: 700;
            color: var(--component-text-white);
            font-size: 18px;
            text-align: center;
            letter-spacing: 0;
            line-height: 32px;
            white-space: nowrap;
        }
		
		.new-concept-theme .starburst {
			max-width: 630px; 
			/*min-height: 83px;*/ 
			background: #1EC0CA; 
			border-radius: 5px; 
			border: 3px white solid;
			/*margin: auto;
			padding: 16px 20px 9px 57px; 
			padding: 10px;*/
		}
		
		.new-concept-theme .starburst .textpanel{
			max-width: 425px; 
			/*min-height: 53px;*/
		}
		.inter-11 {
			font-size: 11px; 
			font-family: InternacionalReg;  
			word-wrap: break-word
		}
		.inter-16 {
			font-size: 16px; 
			font-family: InternacionalReg; 
			line-height: 18px; 
			word-wrap: break-word
		}
		.inter-18 {
			font-size: 18px; 
			font-family: InternacionalReg;  
			line-height: 24px; 
			word-wrap: break-word
		}
        .inter-20 {
            font-size: 20px;
            font-family: InternacionalReg;
            line-height: 32px;
            word-wrap: break-word
        }
.inter-36 {
    font-size: 36px;
    font-family: InternacionalReg;
    line-height: 100%;
    word-wrap: break-word
}
.inter-40 {
    font-size: 40px;
    font-family: InternacionalReg;
    line-height: 100%;
    word-wrap: break-word
}
		.inter-22 {
			font-size: 22px; 
			font-family: InternacionalReg;  
			line-height: 36px; 
			word-wrap: break-word
		}
		.roboto-18 {
			font-size: 18px; 
			font-family: RobotoReg;  
			line-height: 24px; 
			word-wrap: break-word
		}
		
		.roboto-16 {
			font-size: 16px; 
			font-family: RobotoReg; 
			line-height: 18px; 
			word-wrap: break-word
		}
		
		.roboto-14 {
			font-size: 14px; 
			font-family: RobotoReg; 
			line-height: 18px; 
			word-wrap: break-word
		}
		
		.new-concept-theme .star-svg {
			    width: 90.554px;
				height: 90.786px;
				flex-shrink: 0;
				background: url(/images/Star.svg) no-repeat center center;
				background-size: cover;
				position: relative;
				top: -45px;
				left: -50px;
		}
		
		.new-concept-theme .background-yellow {
			background-color: #FFE1B4;
		}
		
	.new-concept-theme .promo-container{
		   /*width: 675px;
			height: 100px;*/
	}
	
	.new-concept-theme .partner-logos{
		display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; 
			padding:2px; 
			height: 123px;
	}
	
	ul.list-bullet-primary {
      list-style: none; /* Remove default list bullets */
      padding: 0; /* Remove default padding */
    }

    ul.list-bullet-primary.ul li {
      position: relative; /* Required for positioning the custom marker */
      padding-left: 25px; /* Add space for the custom marker */
      margin-bottom: 10px; /* Add spacing between list items */
    }

    ul.list-bullet-primary li::before {
      content: ''; /* Required for pseudo-element */
      position: absolute; /* Position the custom marker */
      top: 50%; /* Align vertically */
      left: 0; /* Position at the start of the list item */
      width: 16px; /* Width of the custom marker */
      height: 16px; /* Height of the custom marker */
      background-color: #ff5c35; /* Color of the custom marker */
      transform: translateY(-50%) rotate(45deg); /* Center vertically */
    }
	
	.heading-wrapper-mobile {
		padding-top: 100px;
	}
	
@media (max-width: 992px) {
	
	.new-concept-theme.home-page .promo-container{
		height: 170px;
	}
	
	.new-concept-theme.home-page .header-card-copy {
		min-height: inherit;
	}
	
    .new-concept-theme .divider {
        display: none;
    }

    .new-concept-theme .step .border-radius-right {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .new-concept-theme .step .border-radius-left {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

/*    .new-concept-theme .step .header-right {
        display: none;
    }

    .new-concept-theme .step .header-right-none {
        display: block;
    }*/

    .new-concept-theme.main .container .text-content {
        display: flex;
        max-width: 896px;
        padding: 5px 5px;
        margin: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid var(--secondary-secondary, #1ec0ca);
        background: var(--Grey-50, #fcfcfc);
        box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1), 0px 0px 1px 0px rgba(48, 49, 51, 0.05);
    }
    
    .new-concept-theme.main {
        display: flex;
        width: 100%;
        padding: 126px 20px 48px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*gap: 24px;*/
        background: var(--tertiary-tertiary, #031e50);
    }

        .new-concept-theme.main .get-started-btn {
            /*max-width: 414px;*/
            min-width: 270px;
            width: 250px;
        }

    .new-concept-theme .step .text-wrapper {
        width: 100%;
    }
	
	/*.new-concept-theme .before-ai-card-play, .new-concept-theme .after-ai-card-play,.new-concept-theme .before-ai-card-stop,.new-concept-theme .after-ai-card-stop{
		background-position: center;
		height: 290px;
	}*/
}

@media (max-width: 450px){
	.new-concept-theme .starburst {
		/*padding-left: 42px;*/
	}
	.new-concept-theme.home-page .header-card-copy{
		min-height:inherit !important;
	}
	.new-concept-theme .step .text-wrapper .content .first-text .header{
		padding: 4px !important;
	}
	.new-concept-theme .step .text-wrapper .content .second-text .text{
		padding: 0px !important;
	}
			.new-concept-theme .step .border-left{
			border-left: inherit !important;
		}
		
		.new-concept-theme .step .border-right{
			border-right: inherit !important;
		}
	.new-concept-theme .step .border-radius-right {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .new-concept-theme .step .border-radius-left {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
	.new-concept-theme .star-svg {
		top: -51px;
		left: -66px;
	}
	.traditional-narration .new-concept-theme.main {
		margin-top: -54px !important;
	}
    .new-concept-theme .step .text-wrapper .content .second-text .text p {
        max-width: 390px;
    }
	
	.new-concept-theme .partner-logos{
		height: 80px;
	}
	/*.new-concept-theme .before-ai-card-play, .new-concept-theme .after-ai-card-play,.new-concept-theme .before-ai-card-stop,.new-concept-theme .after-ai-card-stop{
		background-position: center;
		height: 260px;
	}*/
}
@media (max-width: 690px){
		.new-concept-theme .promo-container{
		    width: inherit;
			/*height: 100px;*/
	}
}

@media (max-width: 766px){
	.new-concept-theme .step .text-wrapper {
		padding: 0px;
		min-height: 270px;
	}
	
	.heading-wrapper-mobile{
		padding-top: inherit;
	}
}

        .section-assist .section-1 {
            min-height: 300px !important;
            width: 100% !important;
            background-color: #031E50;
        }

@media only screen and (max-width: 600px) {
    .blog-wrapper img {
        width: 100% !important;
        height: auto
    }
}