a {
    cursor: pointer;
}

.amazon .amazon-header {
    display: block;
    margin: 150px auto 0 auto;
    max-width: 2200px;
    padding-bottom: 79px;
    padding-top: 63px;
    position: relative;
    width: 100%;
}

.amazon .amazon-header .header-elements {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1500px;
    min-height: 470px;
    position: relative;
    z-index: 2;
}

.amazon .amazon-header .header-content {
    text-align: left;
    max-width: 577px;
}

.amazon .amazon-header .header-content h1 {
    color: black;
    font-size: 42px;
    font-weight: normal;
    line-height: 48px;
    text-align: left;
}

.amazon .amazon-header .header-content h1 strong {
    color: #0AA192;
    font-weight: bold;
}

.amazon .amazon-header .header-content h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: left;
}

.amazon .amazon-header .header-content .amazon-header-cta,
.amazon-header-cta {
    align-items: center;
    border: 1px solid black;
    color: black;
    display: flex;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 0 25px;
    text-align: center;
    width: max-content;
}

.amazon-feature .amazon-header-cta {
    margin: 35px auto;
}

.amazon .amazon-header .header-content .amazon-header-cta:hover,
.amazon-header-cta:hover {
    border-color: var(--shero-red);
    color: var(--shero-red);
}

.amazon .amazon-header .decorative-elements {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.amazon .amazon-header .header-image {
    display: block;
    position: absolute;
    right: 145px;
    top: 63px;
}

.amazon .amazon-header .decorative-elements .rectangle-1 {
    background-color: rgba(235,37,41,0.3);
    height: 89px;
    left: -66px;
    position: absolute;
    top: 193px;
    width: 273px;
}

.amazon .amazon-header .decorative-elements .dots {
    background: transparent url(../assets/amazon/dots.svg) no-repeat;
    background-size: cover;
    height: 187px;
    left: -66px;
    opacity: 0.35;
    position: absolute;
    top: 220px;
    width: 187px;
}

.amazon .amazon-header .decorative-elements .rectangle-2 {
    background-color: rgba(235,37,41,0.3);
    height: 119px;
    position: absolute;
    right: 50px;
    top: 440px;
    width: 253px;
}

.amazon .main-content {
    background-color: #FCFCFC;
    padding: 60px 0;
    width: 100%;
}

.amazon .main-content h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    max-width: 640px;
}

.amazon .main-content h2 strong {
    color: #0AA192;
}

.amazon .main-content h2:nth-of-type(2) {
    margin: 60px auto;
}

.amazon .amazon-intro h3 {
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 42px auto 73px auto;
    text-align: center;
}

.amazon-intro .scenarios {
    display: grid;
    grid-gap: 44px;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1382px;
    text-align: center;
    width: calc( 100% - 228px );
}

.amazon-intro .scenarios .scenario {
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    padding: 50px;
}

.amazon-intro .scenarios .scenario-icons {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 5px;
    justify-content: center;
    justify-items: center;
}

.amazon-intro .scenarios .scenario.three .scenario-icons {
    grid-template-columns: auto auto auto;
}

.amazon-intro .scenarios .scenario-title {
    color: #292929;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 30px auto;
}

.amazon-intro .scenarios .scenario-description {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.amazon-intro .scenarios .status-icon i {
    color: var(--shero-red);
    font-size: 20px;
    line-height: 46px;
}

.amazon-intro .scenarios .status-icon i.fa-check-circle {
    color: var(--dark-green);
}

.amazon-feature {
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    margin: 0 auto 33px auto;
    max-width: 1500px;
    width: calc( 100% - 140px );
}

.amazon-feature .columns,
.amazon-feature .row {
    margin: 0 auto;
    max-width: 1150px;
}

.amazon-feature-icon img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 33px 0;
}

.amazon .amazon-feature h2 {
    color: var(--dark-green);
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 42px auto;
}

.amazon-feature .columns {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 40px;
    justify-content: center;
    text-align: center;
}

.amazon-feature .columns.centered {
    align-items: center;
}

.amazon-feature .columns .text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 70px auto;
    max-width: 400px;
}

.amazon-feature .columns h3 {
    color: #333333;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 auto;
}

.amazon-feature .columns h3:after {
    width: 32px;
    height: 5px;
    background-color: var(--shero-red);
    content: ' ';
    display: block;
    margin: 20px auto;
}

.amazon-feature.one .columns {
    max-width: 868px;
}

.amazon-feature.two,
.amazon-feature.three {
    padding-bottom: 84px;
}

.amazon-feature.four {
    padding-bottom: 40px;
}

span.break {
    display: block;
}

.amazon-feature.one img.feature-image {
    display: block;
    margin: 0 auto;
    padding: 0 0 82px 0;
}

.amazon-feature .summary {
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 40px auto;
    max-width: 700px;
    text-align: center;
    width: calc( 100% - 100px );
}

.amazon-contact {
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    background-color: #12d5c1;
    color: white;
    padding: 68px 0 35px 0;
    text-align: center;
}

.amazon-contact h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 612px;
}

.amazon-contact p {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin: 16px auto 46px auto;
    max-width: 612px;
}

a.arrow-link {
    align-items: center;
    background-color: #464646;
    color: white;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    width: max-content;
}

a.arrow-link img {
    display: block;
    margin-left: 25px;
    margin-top: -3px;
}

a.arrow-link:hover {
    background-color: var(--shero-red);
}

.amazon .why-shero {
    background-color: white;
    display: block;
    padding: 84px 0 60px 0;
    width: 100%;
}

.amazon .why-shero .container {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 666px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1243px;
    width: calc( 100% - 140px );
}

.amazon .why-shero .subtitle {
    max-width: 413px;
    font-size: 22px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.amazon .why-shero .title {
    max-width: 413px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.amazon .why-shero .title strong {
    color: var(--shero-red);
    font-weight: bold;
}

.amazon .why-shero .body {
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    padding: 38px 0;
}

.amazon .why-shero .badges {
    justify-self: right;
}

.amazon .why-shero .badges img {
    max-width: 486px;
    width: 100%;
}

.why-shero a.arrow-link {
    margin: 0;
}

.amazon #home_case_studies {
    background-color: #FCFCFC;
    padding-bottom: 59px;
    padding-top: 56px;
}

.amazon .team-grid {
    margin: 0 auto;
    max-width: 1500px;
    width: calc( 100% - 140px );
}

.amazon #team {
    padding: 70px 0;
}

.amazon .white-section {
    background-color: white;
    display: block;
    margin: 60px 0 0 -25px;
    padding: 90px 0;
    width: 100vw;
}

.amazon .branded-store-cta {
    align-items: center;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    max-width: 835px;
    width: calc( 100% - 50px );
}

.amazon .branded-store-cta h3 {
    color: #0AA192;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
}

.amazon .branded-store-cta .amazon-button-link a {
    align-items: center;
    background-color: #464646;
    color: white;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 10px auto;
    padding: 0 48px;
}

.amazon-popup-screen {
    background-color: rgba(0,0,0,0.4);
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 10;
}

.amazon-popup-active .amazon-popup-screen {
    height: 100%;
    width: 100%;
}

#amazon_popup {
    align-items: center;
    display: flex;
    left: -200vw;
    justify-content: center;
    opacity: 0;
    padding: 25px;
    position: fixed;
    top: 50px;
    transition: opacity 250ms linear 0s;
    width: 100%;
    z-index: 11;
}

.amazon-popup-active #amazon_popup {
    left: 0;
    opacity: 1;
    transition: opacity 500ms linear 250ms;
}

.amazon-popup-body {
    background-color: white;
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    width: calc( 100% - 50px );
    z-index: 11;
}

.amazon-popup-image {
    background: url('../assets/amazon/newsletter-image.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 50%;
}

.amazon-popup-content {
    padding: 25px;
}

.amazon-popup-content h2 {
    color: #292929;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.amazon-popup-close {
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 15px;
}

.amazon-popup-close svg {
    height: 15px;
    width: 15px;
}

@media screen and ( min-width: 800px ) {
    .amazon .team-grid {
        justify-content: left;
    }
    .amazon .team-grid article,
    .amazon .team-grid article:nth-of-type(1),
    .amazon .team-grid article:nth-of-type(2),
    .amazon .team-grid article:nth-of-type(3) {
        flex-basis: calc( 33.33% - 10px );
        margin-left: 0;
        margin-right: 10px;
    }
    .amazon .team-grid article:nth-of-type(4n+4) {
        margin-right: 0;
    }
    .amazon .team-grid article:nth-of-type(4n+7) {
        margin-right: 10px;
    }
}

@media screen and ( min-width: 1080px ) {
    .amazon .team-grid article,
    .amazon .team-grid article:nth-of-type(1),
    .amazon .team-grid article:nth-of-type(2),
    .amazon .team-grid article:nth-of-type(3) {
        flex-basis: calc( 25% - 50px );
        margin-left: 0;
        margin-right: 60px;
    }
    .amazon .team-grid article:nth-of-type(4n+4) {
        margin-right: 0;
    }
    .amazon .team-grid article:nth-of-type(4n+7) {
        margin-right: 60px;
    }
    .amazon .branded-store-cta {
        grid-template-columns: 626px 1fr;
    }
    .amazon .branded-store-cta h3 {
        margin-right: 108px;
        text-align: left;
    }
    .amazon .branded-store-cta .amazon-button-link {
        justify-self: right;
    }
    #amazon_popup {
        display: block;
        margin: 0 auto;
        top: 150px;
        width: 100%;
    }
    
    .amazon-popup-body {
        margin: 0 auto;
        max-width: 908px;
        grid-template-columns: 288px 1fr;
    }
    
    .amazon-popup-content {
        min-height: 630px;
        padding: 60px;
    }
    
    .amazon-popup-content h2 {
        font-size: 32px;
        line-height: 36px;
        max-width: 425px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    .amazon-popup-close {
        right: 25px;
        top: 25px;
    }
}

@media screen and ( min-width: 1900px ) {
    .amazon .amazon-header .header-content {
        margin-left: 7%;
    }
}

@media screen and ( max-width: 1950px ) {
    .amazon .amazon-header .header-elements {
        max-width: calc( 100% - 465px );
    }
}

@media screen and ( max-width: 1750px ) {
    .amazon .amazon-header .header-elements {
        max-width: calc( 100% - 140px );
    }
    .amazon .amazon-header .decorative-elements .rectangle-1 {
        top: 63px;
    }
    .amazon .amazon-header .decorative-elements .dots {
        top: 90px;
    }
}

@media screen and ( max-width: 1600px ) {
    .amazon .amazon-header .header-elements {
        max-width: 767px;
        min-height: unset;
        padding-bottom: 50px;
        width: calc( 100% - 50px );
    }
    .amazon .amazon-header .header-image {
        display: block;
        margin: 0 auto;
        max-width: calc( 100% - 140px );
        position: relative;
        right: 0;
        top: 0;
    }
    .amazon .amazon-header .decorative-elements .rectangle-1 {
        top: 100px;
    }
    .amazon .amazon-header .decorative-elements .dots {
        top: 120px;
    }
    .amazon .amazon-header .decorative-elements .rectangle-2 {
        bottom: 50px;
        top: auto;
    }
    .amazon .amazon-header .header-image img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and ( max-width: 1080px ) {
    .amazon .amazon-header {
        margin-top: 0;
        padding-top: 0;
    }
    .amazon .amazon-header .header-elements,
    .amazon .amazon-header .header-image {
        max-width: calc( 100% - 50px );
    }
    .amazon .amazon-header .decorative-elements .rectangle-1 {
        top: 0;
    }
    .amazon .amazon-header .decorative-elements .dots {
        top: 20px;
    }
    .amazon-intro .scenarios {
        grid-template-columns: 100%;
        width: calc( 100% - 140px );
    }
    .amazon-feature {
        padding-bottom: 65px;
    }
    .amazon-feature .columns {
        display: block;
    }
    .amazon .why-shero .container {
        grid-template-columns: 100%;
        grid-gap: 40px;
    }
    .amazon .why-shero .badges {
        justify-self: center;
    }
    .amazon-popup-image {
        display: none;
    }
}

@media screen and ( max-width: 767px ) {
    .amazon .amazon-header .decorative-elements {
        display: none;
    }
    .amazon-intro {
        margin: 0 auto;
        width: calc( 100% - 50px );
    }
    .amazon-intro .scenarios {
        grid-gap: 20px;
        width: 100%;
    }
    .amazon-feature {
        margin-left: -25px;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: calc( 100% + 50px );
    }
    .amazon .amazon-header .header-content h1 {
        font-size: 32px;
        line-height: normal;
    }
    .amazon .main-content h2 {
        font-size: 22px;
        line-height: normal;
    }
    .amazon .main-content h2:nth-of-type(2) {
        margin: 40px auto;
    }
    .amazon-feature.three img {
        margin-bottom: 30px;
    }
    .amazon .why-shero .title {
        font-size: 24px;
    }
    .amazon .team-grid {
        width: calc( 100% - 50px );
    }
    .amazon .amazon-header {
        padding-bottom: 30px;
    }
    .amazon .amazon-intro h3 {
        font-size: 18px;
        margin: 30px auto;
    }
    .amazon-intro .scenarios .scenario-title {
        font-size: 16px;
        line-height: normal;
        margin: 10px auto;
    }
    .amazon-intro .scenarios .scenario-description {
        font-size: 14px;
        line-height: normal;
    }
    .amazon-intro .scenarios .scenario {
        padding: 30px;
    }
    .amazon-feature p {
        font-size: 14px;
        margin: 0 auto;
        width: calc( 100% - 20px );
    }
    .amazon-feature.one img.feature-image {
        padding-bottom: 30px;
    }
    .amazon-feature.two, .amazon-feature.three {
        padding-bottom: 30px;
    }
    .amazon-feature .columns .text {
        margin-bottom: 10px;
    }
    .amazon .why-shero .body {
        font-size: 14px;
        padding-top: 10px;
    }
    .amazon .why-shero {
        padding: 30px 0;
    }
    .amazon #team {
        padding: 0 0 30px 0;
    }
    .amazon .main-content {
        padding: 30px 0;
    }
    .scenario-icons img {
        display: block;
        max-width: 35px;
    }
    .amazon-feature-icon img {
        max-width: 60px;
    }
    .amazon-feature .summary {
        font-size: 18px;
        line-height: 150%;
        width: calc( 100% - 40px );
    }
    .amazon-contact h3 {
        font-size: 22px;
    }
    .amazon-contact p {
        font-size: 18px;
    }
    .amazon .why-shero .container {
        width: calc( 100% - 40px );
    }
    .amazon #home_case_studies {
        padding: 10px 0;
    }
    .title-indent {
        margin: 2rem 0;
    }
    .title-container .cta-button {
        display: flex;
        width: max-content;
    }
    .hs-form-iframe {
        min-height: 600px;
    }
    #amazon_popup {
        padding: 0;
        top: 70px;
    }
    .amazon-popup-content {
        margin-bottom: 25px;
        max-height: 75vh;
        overflow: auto;
    }
    .amazon-popup-content::-webkit-scrollbar {
        display: none;
    }
}