body {
    background: #fafafa !important;
    padding: 0;
    margin: 0;
    line-height: 1
}

.help-block.with-errors li {
    color: red;
    margin: 4px 0 0
}

.button-orange {
    padding: 7px 40px;
    font-size: 23px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    border-radius: 24px;
    background-color: #fec200;
    color: #4b1670;
    border: none
}

.button-orange:hover {
    text-decoration: none;
    color: #fec200;
    background-color: #4b1670;
    outline: 0
}

.button-orange:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(254, 194, 0, .5)
}

.button-purple {
    padding: 12px 35px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 24px;
    background: #8b36c5;
    border: none
}

.button-purple:hover {
    text-decoration: none;
    background: #fff;
    color: #8b36c5
}

.button-purple:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.button-white {
    padding: 12px 35px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #8b36c5;
    border-radius: 24px;
    background: #fff;
    border: none
}

.button-white:hover {
    text-decoration: none;
    background: #8b36c5;
    color: #fff
}

.button-white:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.button-outline-purple {
    padding: 12px 35px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #8b36c5;
    border-radius: 24px;
    background: 0 0;
    border: 1px solid #8b36c5
}

.button-outline-purple:hover {
    text-decoration: none;
    background: #8b36c5;
    color: #fff
}

.button-outline-purple:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.my-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fff;
    padding: 40px 40px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.my-card > .my-card-img-top {
    display: block;
    margin: 0 auto 1.3rem
}

.my-card > .my-card-actions {
    margin-top: auto;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px
}

.my-card-actions > a {
    color: #8b36c5;
    text-decoration: none
}

.my-card-actions > a:hover {
    color: #8b36c5;
    text-decoration: none;
    opacity: .8
}

.my-card-actions > a:focus {
    outline: 1px solid #666
}

.purple-title {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #8b36c5;
    line-height: 1.5;
    text-align: left
}

header.header {
    width: 100%;
    height: 155px;
    box-sizing: border-box;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.header > .icon-button {
    display: none
}

.header > .menu-wrapper > ul {
    list-style: none
}

.header > .menu-wrapper > ul > li > .menu-item {
    font-size: 17px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    margin-right: 42px;
    cursor: pointer
}

.header > .menu-wrapper > ul > li > .menu-item:hover {
    text-decoration: none;
    opacity: .7
}

.header > .menu-wrapper > ul > li > .menu-item:focus {
    outline: 1px solid #666
}

.header > .actions {
    display: flex;
    flex-direction: row;
    align-items: center
}

.header > .mobile-nav {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 105px;
    right: 30px;
    z-index: 999;
    transition: max-height .5s ease-out
}

.header.fixed > .mobile-nav {
    transition: max-height .5s ease-out
}

.header > .mobile-nav > ul {
    margin-top: 24px;
    list-style: none
}

.header > .mobile-nav > ul > li {
    margin-bottom: 12px
}

.header > .mobile-nav > ul > li > a {
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    color: #8b36c5 !important;
    text-decoration: none
}

.header > .actions > a {
    font-size: 21px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-right: 28px
}

.header > .actions > a:hover {
    text-decoration: none;
    opacity: .7
}

.header > .actions > a:focus {
    outline: 1px solid #666
}

.header .logo {
    width: 179px;
    height: 69px;
    cursor: pointer
}

.header.fixed {
    position: fixed;
    background: #fff;
    transition: background-color .5s
}

.header.fixed > .icon-button {
    background: #8b36c5 !important;
    transition: background-color .5s
}

.header.fixed > .mobile-nav {
    left: 0;
    right: 0
}

main {
    box-sizing: border-box
}

.hero {
    width: 100%;
    height: 100vh;
    padding: 155px 0 0;
    position: relative;
    background-image: url(../images/background/bg-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-align: center
}

.hero > h1 > .bold-dms {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

.hero > h6 > .bold-dms {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

.hero > .button-orange {
    margin: 40px 0 0
}

.hero > .devices {
    width: 50%;
    position: absolute;
    bottom: -30%
}

.getting-started {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 50px
}

.getting-started > h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 48px
}

.getting-started > .steps {
    margin-bottom: 48px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.getting-started > .steps > .steps-item {
    position: relative;
    padding: 12px;
    width: 189px;
    height: 131px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin: 0 16px 0
}

.getting-started > .steps > .steps-item > img {
    height: 24px
}

.getting-started > .steps > .steps-item > .fantom {
    position: absolute;
    left: -55px;
    top: -40px;
    font-size: 125px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    opacity: .2;
    color: #4b1670
}

.demo {
    width: 100%;
    min-height: 515px;
    box-sizing: border-box;
    position: relative;
    padding: 136px 0;
    text-align: center;
    color: #fff;
    background-image: url(../images/background-jpg/demo-bg.jpg);
    background-repeat: no-repeat;
    background-color: #7b4ede;
    background-position: center
}

.demo > .demo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 2
}

.demo > .demo-content > h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

.demo > .demo-content > h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px
}

.demo > .demo-content > .actions > .btn {
    border-radius: 24px;
    padding: 7px 40px
}

.demo-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .6)
}

.demo-modal > .iframe-wrapper {
    width: 100%;
    height: 100vh;
    box-sizing: border-box
}

.iframe-wrapper > .frame-scale {
    width: 100%;
    max-width: 900px;
    height: 56.25%;
    box-sizing: border-box
}

.frame-scale > button {
    top: -40px;
    right: 50px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .42;
    z-index: 1
}

.w-80 {
    width: 80% !important
}

.feature {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0 200px 100px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center
}

.feature > .feature-content {
    width: 25%;
    box-sizing: border-box;
    padding: 5px
}

.feature > .feature-content > h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 35px
}

.feature > .feature-content > h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 35px
}

.feature-carousel {
    width: 75%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    position: relative
}

.feature-carousel > .my-carousel {
    width: max-content;
    box-sizing: border-box;
    transform: translateX(0);
    transition: transform 1s
}

.feature-carousel > .my-carousel > .my-card {
    width: 296px;
    height: 300px
}

.feature-carousel > .my-carousel > .my-card > img {
    align-self: center;
    margin-bottom: 8px
}

.feature-carousel > .carousel-button-left {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 3px;
    top: calc(50% - 15px);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    border-radius: 100%;
    background: #8b36c5;
    border: none;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 0
}

.feature-carousel > .carousel-button-left:hover {
    background: #fff;
    color: #8b36c5
}

.feature-carousel > .carousel-button-left:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.feature-carousel > .carousel-button-right {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 940px;
    top: calc(50% - 15px);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    border-radius: 100%;
    background: #8b36c5;
    border: none;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 0
}

.feature-carousel > .carousel-button-right:hover {
    background: #fff;
    color: #8b36c5
}

.feature-carousel > .carousel-button-right:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.insights {
    width: 100%;
    background: #1a002f;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem
}

.insights > .product-analytics {
    position: absolute;
    top: -60px;
    width: 350px;
    left: 460px;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 10px 10px 10px .2rem rgba(0, 0, 0, .5)
}

.insights > .product-view {
    position: absolute;
    top: -115px;
    width: 350px;
    left: 70px;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 10px 10px 10px .2rem rgba(0, 0, 0, .5)
}

.insight-content-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-right: 175px;
    padding-top: 90px;
    display: flex;
    justify-content: flex-end
}

.insight-content-wrapper > .insight-content {
    box-sizing: border-box;
    width: 35%
}

.yahoo-card-wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: -12rem
}

.yahoo-card-wrapper > .my-card {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 30px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, .25)
}

.insight-content > .btn {
    border-radius: 24px;
    padding: 7px 35px
}

.insight-content > h1 {
    margin-bottom: 30px
}

.insight-content > .text-orange {
    color: #f7b500
}

.insight-list {
    list-style: none
}

.insight-list > .insight-item::before {
    content: "\2022";
    color: #984dcc;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    width: 1em;
    margin-left: -1em
}

.insight-list > .insight-item {
    margin-bottom: 10px
}

.insights > .featured-on {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.testimonial {
    width: 100%;
    box-sizing: border-box;
    margin-top: 260px;
    padding: 0 0 145px 100px;
    background-color: #fafafa;
    display: flex;
    flex-direction: row;
    align-items: center
}

.testimonial-content {
    margin-right: 100px
}

.testimonial-content > h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 40px;
    margin-right: 7rem
}

.testimonial-content > .text-secondary {
    font-family: 'Open Sans', sans-serif
}

.testimonial-carousel {
    width: inherit;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.testimonial-carousel > .my-carousel {
    width: 525px;
    height: 295px;
    box-sizing: border-box;
    transform: translateX(0);
    transition: transform 1s
}

.testimonial-carousel > .my-carousel > .carousel-content-wrapper {
    position: relative;
    box-sizing: border-box
}

.testimonial-carousel > .my-carousel > .carousel-content-wrapper > img {
    width: 524px;
    height: 297px;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .25)
}

.testimonial-carousel > .my-carousel > .carousel-content-wrapper > .carousel-overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: -1px;
    background: rgba(255, 255, 255, .3);
    z-index: 9;
    border-radius: 24px
}

.testimonial-carousel > .carousel-button-left {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 4px;
    top: calc(50% - 16px);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    border-radius: 100%;
    background: #8b36c5;
    border: none;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 0
}

.testimonial-carousel > .carousel-button-left:hover {
    background: #fff;
    color: #8b36c5
}

.testimonial-carousel > .carousel-button-left:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.testimonial-carousel > .carousel-button-right {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 526px;
    top: calc(50% - 16px);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    border-radius: 100%;
    background: #8b36c5;
    border: none;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 0
}

.testimonial-carousel > .carousel-button-right:hover {
    background: #fff;
    color: #8b36c5
}

.testimonial-carousel > .carousel-button-right:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 54, 197, .5)
}

.user-result {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../images/background-jpg/bg-purple.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0 80px
}

.user-result > .title {
    text-align: center;
    margin-bottom: 65px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #fff
}

.user-result > .title > h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.user-result-cards {
    margin: 0 auto
}

.user-result-cards > img {
    width: 340px;
    height: 375px;
    border-radius: 10px;
    margin: 0 19px;
    box-shadow: 0 0 15px .2rem rgba(0, 0, 0, .5)
}

.pricing {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 55px 0 80px
}

.pricing > .title {
    text-align: center;
    margin-bottom: 45px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

.pricing > .title > h6 {
    font-weight: 400
}

.pricing > .pricing-img > img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 15px .2rem rgba(0, 0, 0, .5)
}

.pricing-info {
    margin: 0 auto;
    width: 35%;
    max-width: 400px;
    border-radius: 12px;
    font-family: "DM Sans", sans-serif;
    box-shadow: 0 0 10px .2rem rgba(0, 0, 0, .5)
}

.pricing-info > .price-values > .currency {
    font-size: 24px;
    opacity: .8
}

.pricing-info > .price-values > .value {
    font-size: 48px;
    font-family: "Open Sans", sans-serif
}

.pricing-info > .price-values > .original-value {
    font-size: 24px;
    opacity: .5;
    text-decoration: line-through
}

.regular-price {
    text-align: center;
    font-size: 16px;
    font-weight: 100
}

.price-regular {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    opacity: .5
}

.terms-trial > .term {
    font-size: 16px;
    opacity: .8
}

.terms-trial > .register-link-wrapper {
    height: 57px;
    box-sizing: border-box
}

.terms-trial > .register-link-wrapper > .register-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 16px;
    text-decoration: none;
    background-color: #fec200;
    color: #4b1670;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.terms-trial > .register-link-wrapper > .register-link:hover {
    background-color: #4b1670;
    color: #fec200
}

.founder {
    width: 100%;
    box-sizing: border-box;
    padding: 90px 0 58px 105px;
    display: flex;
    flex-direction: row
}

.founder-info {
    width: 35%
}

.founder-info > h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.founder-info > p {
    font-family: "Open Sans", sans-serif
}

.founder-photo {
    box-sizing: border-box;
    margin-left: 150px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.founder-photo > .founder-card {
    margin-right: 50px
}

.founder-card > p {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #8b36c5
}

.contact-us {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.contact-info {
    width: 40%;
    box-sizing: border-box;
    padding: 105px 0 40px 105px;
    border-top-left-radius: 24px;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .1)
}

.contact-info > .h-4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #8b36c5;
    font-size: 24px
}

.contact-info > h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.contact-info > p {
    font-family: 'Open Sans', sans-serif
}

.contact-form {
    width: 40%;
    box-sizing: border-box;
    padding: 70px 0 20px 70px;
    background: #8b36c5
}

.contact-form > h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #fff
}

.form-group {
    width: 80%;
    margin-bottom: 16px;
    padding-bottom: 5px
}

.form-group > input {
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid #672c90
}

.form-group > input:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(202, 174, 227, .5)
}

.form-group > span {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.form-group > input::-webkit-input-placeholder {
    color: #caaee3;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.form-group > input::-moz-placeholder {
    color: #caaee3;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.form-group > input:-ms-input-placeholder {
    color: #caaee3;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

.form-group > input:-moz-placeholder {
    color: #caaee3;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400
}

footer {
    background: #1b002f;
    box-sizing: border-box;
    padding: 5rem 10rem 3rem
}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.footer-menu > .menu-wrapper > ul, .md-menu > .menu-wrapper > ul {
    list-style: none
}

.footer-menu > .menu-wrapper > ul > li > .menu-item, .md-menu > .menu-wrapper > ul > li > .menu-item {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-right: 42px;
    cursor: pointer
}

.footer-menu > .menu-wrapper > ul > li > .menu-item:hover, .md-menu > .menu-wrapper > ul > li > .menu-item:hover {
    text-decoration: none;
    opacity: .7
}

.footer-menu > .menu-wrapper > ul > li > .menu-item:focus, .md-menu > .menu-wrapper > ul > li > .menu-item:focus {
    outline: 1px solid #666
}

.footer-menu > .follow-us {
    display: flex;
    flex-direction: row;
    align-items: center
}

.footer-menu .logo {
    width: 203px;
    height: 80px;
    max-width: 203px;
    max-height: 80px;
    min-width: 80px;
    min-height: 32px;
    cursor: pointer
}

.md-menu li {
    margin: .5rem 0
}

footer > .additional-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, .3);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px
}

footer > .privacy > a {
    text-decoration: underline
}

footer > .privacy > a, footer > .privacy > span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, .3)
}

.follow-us > span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-left: 15px;
    font-size: 14px
}

.follow-us > .img-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-left: 50px;
    cursor: pointer
}

.follow-us > .img-wrapper:hover {
    box-shadow: 0 0 0 .1rem #fff
}

.follow-us > .img-wrapper:focus {
    box-shadow: 0 0 0 .1rem #fff
}

@media (min-width: 1101px) and (max-width: 1480px) {
    .yahoo-card-wrapper > .my-card {
        margin-right: 1rem
    }
}

@media (max-width: 1400px) {
    .feature-carousel > .carousel-button-right {
        left: 619px
    }
}

@media (max-width: 970px) {
    .feature-carousel > .carousel-button-right {
        left: 299px
    }
}

@media (min-width: 1100px) and (max-width: 1420px) {
    .insights > .product-analytics {
        width: 300px;
        height: 410px;
        left: 350px
    }

    .insights > .product-view {
        width: 300px;
        height: 410px;
        left: 30px
    }

    .insight-content-wrapper {
        padding-right: 15px
    }

    .insight-content-wrapper > .insight-content {
        width: 40%
    }
}

@media (max-width: 1180px) {
    .founder {
        padding: 90px 0 58px 48px
    }
}

@media (max-width: 1100px) {
    .insights {
        display: block;
        text-align: center;
        padding-bottom: 150px
    }

    .insights > .featured-on {
        text-align: center;
        margin: auto
    }

    .insights > img {
        width: 300px;
        height: 410px;
        position: static !important;
        margin: 12px 12px 0
    }

    .insight-content-wrapper {
        justify-content: center !important;
        padding-right: 15px;
        text-align: left
    }

    .insight-content-wrapper > .insight-content {
        width: 80%
    }

    .yahoo-card-wrapper {
        width: 100%
    }

    .yahoo-card-wrapper > .my-card {
        margin-right: 1rem
    }

    .testimonial {
        flex-direction: column
    }

    .testimonial-content {
        margin-right: 50px;
        text-align: center
    }

    .testimonial-content > h2 {
        text-align: center;
        margin-right: 0
    }

    .testimonial-content > span {
        text-align: center !important
    }

    .user-result-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .user-result-cards > img {
        margin-bottom: 1rem
    }

    .founder {
        flex-direction: column;
        padding: 90px 48px 48px
    }

    .founder > .founder-info {
        width: 100%;
        text-align: center
    }

    .founder-info > hr {
        margin-left: auto !important;
        width: 100px
    }

    .founder-photo {
        margin-left: 0;
        justify-content: space-around
    }

    .founder-photo > .founder-card {
        margin: 0
    }

    .contact-info {
        width: 49% !important;
        padding: 30px !important
    }

    .contact-form {
        width: 49% !important;
        padding: 30px !important
    }

    footer {
        padding: 3rem
    }
}

@media (max-width: 1004px) {
    .header {
        justify-content: space-between !important;
        padding: 0 30px
    }

    .header > .actions, .header > .menu-wrapper {
        display: none
    }

    .header > .icon-button {
        display: flex;
        align-items: center;
        background: 0 0;
        padding: 8px
    }

    .header > .icon-button:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
    }
}

@media (min-width: 993px) {
    .footer-menu > .follow-us {
        display: none !important
    }

    footer > .md-menu {
        display: none !important
    }

    .demo {
        background-size: contain
    }
}

@media (max-width: 992px) {
    .hero > img {
        width: 75%
    }

    #gettingStarted {
        padding-left: 25px;
        padding-right: 25px
    }

    .feature {
        padding: 50px;
        flex-direction: column
    }

    .feature > .feature-content {
        width: 80%;
        margin-bottom: 2rem;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center
    }

    .feature > .feature-content > h6 {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center
    }

    .founder {
        padding: 90px 48px 48px
    }

    .demo {
        padding: 85px 0;
        background-size: contain
    }

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

    .contact-info {
        width: 90% !important;
        padding: 30px !important;
        border-top-right-radius: 24px;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center
    }

    .contact-form {
        width: 90% !important;
        padding: 30px !important;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center
    }

    footer {
        padding: 3rem
    }

    .additional-info {
        display: block !important;
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center
    }

    .additional-info > .follow-us {
        display: none !important
    }

    .footer-menu > .menu-wrapper {
        display: none !important
    }
}

@media (max-width: 932px) {
    .insights {
        padding-bottom: 170px
    }
}

@media (max-width: 846px) {
    .insights {
        padding-bottom: 215px
    }
}

@media (max-width: 783px) {
    .insights {
        padding-bottom: 235px
    }

    .pricing-info {
        width: 100%
    }
}

@media (max-width: 756px) {
    .insights {
        padding-bottom: 275px
    }

    footer > .additional-info > span {
        width: 100%
    }

    footer > .privacy {
        text-align: center
    }
}

@media (max-width: 750px) {
    .steps > .steps-item > img {
        height: 15px !important
    }

    .steps > .steps-item > .fantom {
        left: -30px !important;
        top: -30px !important;
        font-size: 100px !important
    }

    .yahoo-card-wrapper {
        flex-direction: column;
        align-items: center;
        bottom: -47rem
    }

    .yahoo-card-wrapper > .my-card {
        margin-bottom: 15px;
        margin-right: 0
    }

    .testimonial {
        margin-top: 780px;
        padding: 0 0 75px 0
    }

    .testimonial > .testimonial-content {
        margin-right: 0
    }

    .insights {
        padding-bottom: 215px
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 35px !important
    }

    h6 {
        font-size: 14px !important
    }

    .hero > .button-orange {
        font-size: 1rem !important
    }

    .founder-photo {
        flex-direction: column
    }

    .founder-photo > .founder-card {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center
    }

    .testimonial-carousel {
        width: 100%;
        max-width: 525px
    }

    .testimonial-carousel > .my-carousel {
        width: 100%;
        max-width: 525px
    }

    .testimonial-carousel > .carousel-button-right {
        left: auto;
        right: 4px
    }

    .testimonial-carousel > .my-carousel > .carousel-content-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .testimonial-carousel > .my-carousel > .carousel-content-wrapper > img {
        width: 100%;
        height: auto;
        max-width: 525px
    }
}

@media (max-width: 550px) {
    .header {
        height: 100px !important
    }

    .footer-menu .logo {
        width: 30%;
        height: auto
    }

    .getting-started > h2 {
        font-size: 35px
    }

    .hero {
        height: 590px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 250px;
    }

    .devices {
        width: 90% !important;
        height: auto
    }

    .feature {
        padding: 20px
    }

    .feature > .feature-content > h1 {
        margin-bottom: 15px
    }

    .feature > .feature-carousel {
        width: 100%
    }

    .feature > .feature-carousel > .my-carousel > .my-card > .purple-title {
        font-size: 16px
    }

    .feature > .feature-carousel > .my-carousel > .my-card > .purple-title {
        font-size: 16px
    }

    .feature > .feature-carousel > .my-carousel > .my-card > .text-secondary {
        font-size: 14px
    }

    .getting-started > .button-orange {
        font-size: 1rem !important
    }

    .steps > .steps-item > .fantom {
        left: -40px !important;
        top: -30px !important;
        font-size: 100px !important
    }

    .getting-started > .steps > .steps-item {
        font-size: 14px
    }

    .demo {
        background-image: none;
        background-color: #7b4ede;
        height: 300px
    }
}

@media (max-width: 450px) {
    .header .logo {
        width: 100px;
        height: auto
    }

    .getting-started > .steps {
        flex-direction: column;
        margin-bottom: 20px
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 24px !important
    }

    h6 {
        font-size: 14px !important
    }

    #gettingStarted {
        padding: 0 8px
    }

    #gettingStarted > h2 {
        font-size: 24px;
        margin-bottom: 24px
    }

    #gettingStarted > .button-orange, #gettingStarted > .steps {
        margin-bottom: 24px
    }

    .demo-content > .actions > a, .demo-content > .actions > button {
        margin-bottom: 8px
    }

    .insights > .product-analytics {
        width: 90%
    }

    .insights > .product-view {
        width: 90%
    }

    .user-result {
        padding: 35px 0
    }

    .user-result > .title {
        margin-bottom: 35px
    }

    .user-result > .user-result-cards > img {
        width: 98%;
        height: auto;
        margin: 12px 0
    }

    .yahoo-card-wrapper > .my-card {
        max-width: 98%
    }

    .footer-menu {
        flex-direction: column
    }

    .follow-us {
        width: 50%;
        margin-top: 8px;
        justify-content: space-around
    }

    .follow-us > .img-wrapper {
        margin-left: 0
    }

    .founder {
        padding: 45px 15px 20px
    }

    .contact-info {
        width: 95% !important;
        padding: 20px !important;
        border-top-right-radius: 24px
    }

    .contact-form {
        width: 95% !important;
        padding: 20px !important
    }
}

@media (max-width: 375px) {
    .feature {
        padding: 20px 0
    }
}

@media (max-width: 361px) {
    .demo > .demo-content > .actions > a {
        margin-right: 0 !important
    }
}

@media (max-width: 355px) {
    .yahoo-card-wrapper {
        bottom: -50rem
    }

    .testimonial {
        margin-top: 850px;
        padding: 0 0 20px
    }

    .testimonial-content {
        margin-right: 20px
    }
}

@media (max-width: 350px) {
    h1 {
        font-size: 24px !important
    }

    h6 {
        font-size: 14px !important
    }

    .hero > .button-orange {
        font-size: 16px !important
    }
}

@media (max-width: 330px) {
    .yahoo-card-wrapper {
        bottom: -53rem
    }

    .insights > img {
        margin: 12px 0
    }
}