.step-section {
    max-width: 1432px;
    width: 100%;
    padding: 64px 16px 16px;
    position: relative;
}

.step-section-module {
    background: #FFFFFF;
    border: 1px solid #EAE9E6;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.step-section-module h2 {
    font-size: 32px;
    line-height: 32px;
    color: #313134;
}

.step-section-module p {
    color: #56565B;
}

.step-section-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.step-section-top .control-button {
    margin-top: 8px;
}

.step-section-module .control-button {
    padding: 8px 20px;
}

.step-section-top h2 {
    margin: 12px 0;
}
.step-section-top .secondary-description {
    margin-bottom: 24px;
}

.step-section-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.step-section-header svg {
    margin: 0 8px;
}

.step-section-description {
    font-size: 20px;
    line-height: 20px;
}

.step-create-controls {
    display: flex;
    flex-direction: row;
    margin: 32px 0 24px;
    max-width: 550px;
    flex-wrap: wrap;
}

.step-create-controls button svg {
    margin-right: 4px;
    pointer-events: none;
}

.step-create-controls button span {
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
}

.step-control-button {
    border: 1px solid #C4C4CE;
    margin-right: 8px;
}

.step-control-button:focus {
    border: 1px solid #C4C4CE;
}

.step-control-button.active-control {
    background-color: #EFEEEB;
}

img.step-section-mobile-image {
    width: 100%;
}

img.step-section-desktop-image {
    display: none;
}

img.step-section-mobile-image {
    width: 100%;
}

img.step-section-desktop-image {
    display: none;
}

#step-create-photo-container {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.step-create-description, .step-section-create h2 {
    display: none;
}

#step-create-hivelight {
    margin: 24px 0;
}

.hide-control {
    display: none !important;
}

#step-organize-hivelight, #step-share-hivelight {
    margin-bottom: 24px;
}

.step-visual-animations {
    display: block;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    overflow: hidden;
}

.step3-visual-animations {
    display: block;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    overflow: hidden;
}

.step1-animation-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.step2-animation-container {
    position: relative;
    z-index: 1;
}

.step3-visual {
    position: relative;
    z-index: 1;
}

.anim-inner {
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    position: relative;
}

#step-1-photo {
    height: 500px;
}

.step1-animation-container, .step2-animation-container, .step3-visual {
    margin-bottom: -4px;
}

.step1-animation-container::before, .step2-animation-container::before, .step3-visual:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: 4px;
    left: -4px;
    z-index: 1;
    border-radius: 4px; /* Adjust the radius to cover the corners */
}

.step1-web::before {
    background: linear-gradient(135deg, #EBCCFF 0%, #E3D1FF 14.29%, #DBD6FF 28.57%, #D6DAFF 42.86%, #D2DEFF 57.14%, #CFE2FF 71.43%, #CFE5FD 85.71%, #D1E7FA 100%);
}

.step1-pdf::before {
    background: linear-gradient(135deg, rgba(122, 127, 255, 0.5) 0%, rgba(148, 132, 255, 0.5) 14.29%, rgba(169, 137, 255, 0.5) 28.57%, rgba(188, 143, 255, 0.5) 42.86%, rgba(205, 150, 255, 0.5) 57.14%, rgba(221, 156, 255, 0.5) 71.43%, rgba(235, 164, 255, 0.5) 85.71%, rgba(248, 172, 255, 0.5) 100%);
}

.step1-youtube::before {
    background: linear-gradient(135deg, rgba(255, 177, 153, 0.3) 0%, rgba(255, 163, 141, 0.3) 14.29%, rgba(255, 149, 130, 0.3) 28.57%, rgba(255, 134, 122, 0.3) 42.86%, rgba(255, 117, 114, 0.3) 57.14%, rgba(255, 100, 109, 0.3) 71.43%, rgba(255, 79, 105, 0.3) 85.71%, rgba(255, 53, 102, 0.3) 100%);
}

.step2-animation-container::before {
    background: linear-gradient(135deg, rgba(255, 229, 214, 0.5) 0%, rgba(255, 228, 206, 0.5) 14.29%, rgba(255, 228, 198, 0.5) 28.57%, rgba(255, 228, 190, 0.5) 42.86%, rgba(255, 228, 181, 0.5) 57.14%, rgba(255, 229, 173, 0.5) 71.43%, rgba(255, 230, 165, 0.5) 85.71%, rgba(255, 232, 157, 0.5) 100%);
}

.step3-visual::before {
    background: linear-gradient(135deg, rgba(251, 75, 240, 0.3) 0%, rgba(234, 81, 244, 0.3) 14.29%, rgba(216, 87, 247, 0.3) 28.57%, rgba(198, 92, 249, 0.3) 42.86%, rgba(179, 96, 250, 0.3) 57.14%, rgba(159, 99, 250, 0.3) 71.43%, rgba(137, 102, 250, 0.3) 85.71%, rgba(114, 104, 248, 0.3) 100%);
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    .step1-animation-container::before, .step2-animation-container::before, .step3-visual:before {
        bottom: -4px;
        border-radius: 12px;
    }

    .anim-inner {
        border-radius: 12px;
    }

    #step-1-photo {
        height: 432px;
    }

    .step-section {
        padding-top: 16px;
    }

    .step-section-module {
        flex-flow: row wrap;
        overflow: hidden;
        margin-bottom: 20px;
        max-height: 751px;
        padding-right: 64px;
        padding-left: 64px;
        padding-bottom: 64px;
        border-radius: 32px;
    }

    .step-section-module .step-section-header {
        margin-bottom: 98px;
        height: 32px;
    }

    .step-section-visual {
        width: 53%;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        height: 542px;
    }

    .step-section-create .step-section-visual {
        order: 1;
    }

    .step-section-organize .step-section-visual {
        order: 2;
    }

    #step-organize-hivelight, #step-share-hivelight {
        margin-bottom: 0;
    }

    #step-organize-container {
        overflow: visible;
    }

    img.step-section-desktop-image {
        position: absolute;
        right: 0;
        width: auto;
    }
    .step-section-organize img.step-section-desktop-image {
        left: 0;
        bottom: 0;
    }

    img.step-section-mobile-image {
        display: none;
    }

    img.step-section-desktop-image {
        display: flex;
    }

    img.step-section-desktop-image {
        display: flex;
        position: absolute;
        right: 0;
    }

    .step-section-create .step-section-top {
        max-width: 47%;
        order: 2;
        padding-left: 62px;
    }

    .step-section-organize .step-section-top {
        max-width: 47%;
        order: 1;
        padding-right: 62px;
        display: flex;
        justify-content: center;
    }

    .step-section-module.step-section-share {
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    #step-share-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 80px;
        margin-bottom: -20px;
    }

    #step-share-container .step-section-desktop-image {
        position: relative;
        right: unset;
    }

    .step-section-share .step-section-top {
        align-items: center;
        max-width: 536px;
    }

    .step-create-controls button span {
        font-size: 20px;
        line-height: 24px;
    }

    .step-section-top .step-create-controls {
        margin-bottom: 100px;
    }

    .step-section-top .step-create-description {
        display: block;
    }

    .step-section-create .secondary-description {
        margin-top: 12px;
    }

    .step-section-module h2:not(.hide-control) {
        display: block;
    }

    .step-section-module .control-button {
        padding: 12px 32px;
    }

    .hide-control {
        display: none !important;
    }

    .step-one-fixed {
        max-width: 1432px;
        margin-top: 0;
    }

    .step-two-fixed {
        max-width: 1432px;
    }

    .step-three-fixed {
        max-width: 1432px;
    }

    .step-two-offset {
        z-index: 100;
        position: relative;
    }

    .step-three-offset {
        z-index: 101;
        position: relative;
    }

    .step-visual-animations {
        display: block;
        width: 476px;
        height: 373px;
    }

    .step3-visual-animations {
        width: 1082px;
        height: 703px;
    }

    .step1-animation-container, .step2-animation-container {
        width: 476px;
        height: 373px;
    }

    .step3-visual {
        width: 802px;
        height: 521px;
    }
}

@media only screen and (min-width: 1200px) {
    .step1-animation-container, .step2-animation-container {
        width: 550px;
        height: 432px;
    }

    .step3-visual {
        width: 1082px;
        height: 703px;
    }

    .step-visual-animations {
        width: 550px;
        height: 432px;
    }
}

@media only screen and (min-width: 1432px) {
    .step1-animation-container, .step2-animation-container {
        width: 690px;
        height: 542px;
    }

    .step-visual-animations {
        width: 690px;
        height: 542px;
    }
}