/* Hero buttons */

.hero-button_mobile, .hero-button_standard {
    margin-top: 1em;
}

.hero-button_standard {
    display: none;
}

@media only screen and (min-width: 640px) {
    .hero-button_mobile {
        display: none;
    }
    
    .hero-button_standard {
        display: inherit;
    }
}

/* Selection Section */

.selection-container {
    width: var(--small-size-width);
    margin: 2rem auto;
    display: block;
    text-align: center;
}

.selection-header {
    margin: 0;
}

.selection-description {
    line-height: 1.5em;
    margin-bottom: 1.5rem;
}

.selection-description_header {
    margin-top: 0;
}

.selection-img {
    width: auto;
    object-fit: cover;
    display: none;
}

.selection-content_buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 1.5em;
}

.selection-em {
    margin-top: 5px;
}


@media only screen and (min-width: 640px) {
    .selection-container {
        display: flex;
        margin: 3rem auto;
        flex-direction: row;
        gap: 2rem;
        text-align: start;
    }
    .selection-content {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }
    .selection-description_header {
        font-size: 26px;
        color: #4A2748;
    }
    .selection-content_buttons {
        margin-top: 30px;
        justify-content: start;
        gap: 30px;
    }
    .selection-img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
        display: inherit;
        align-self: center;
    }
}

@media only screen and (min-width: 768px) {
    .selection-container {
        text-align: left;
    }
    .selection-img {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (min-width: 1000px) {
    .selection-img {
        height: 360px;
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .selection-container {
        width: var(--medium-size-width);
    }
    
}

@media only screen and (min-width: 1700px) {
    .selection-container {
        width: var(--standard-size-width);
    }
    
}

@media only screen and (min-width: 1950px) {
    .selection-container {
        width: var(--ultra-size-width);
    }
}

/* Evolution Section */

.evolution-section {
    background: #FCF7F5;
    padding: 2em 0 2em 0;
}

.evolution-container {
    width: var(--small-size-width);
    margin: 0 auto;
    display: block;
    text-align: center;
;
}

.evolution-img {
    width: auto;
    object-fit: cover;
    display: none;
    height: 280px;
    align-self: center;
}

.evolution-img_mobile {
    width: 100vw;
    object-fit: cover;
    margin-top: 1em;
}

.evolution-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.evolution-header {
    margin: 0;
}

.evolution-description {
    margin-bottom: -8px;
}

.evolution-button__container {
    display: flex;
    gap: 15px;
}

@media only screen and (min-width: 640px) {
    .evolution-container {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        gap: 2rem;
        text-align: left;
    }
    .evolution-content {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1em;
        align-items: start;
    }
    .evolution-button__container {
        gap: 30px;
        justify-content: start;
    }
    .evolution-img {
        display: inherit;
    }
    .evolution-img_mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1200px) {
    .evolution-container {
        width: var(--medium-size-width);
    }
    
}

@media only screen and (min-width: 1700px) {
    .evolution-container {
        width: var(--standard-size-width);
    }
    
}

@media only screen and (min-width: 1950px) {
    .evolution-container {
        width: var(--ultra-size-width);
    }
}

/* Registry Section */

.registry-outer {
    position: relative;
}

.registry-container {
    width: var(--small-size-width);
    padding-top: 2rem;
    margin: 0 auto 0;
}

.registry-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.registry-header {
    margin: 0;
}

.registry-inner {
    aspect-ratio: 1.5;
    background-image: url(/_System/assets/images/registry_care.png);
    background-position: bottom right -74px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.registry-bullet {
    list-style: disc;
    margin-left: 20px;
}

.registry-buttons {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
}

/*
.registry-pictures_holder {
    position: relative;
}*/

.registry-icon {
    position: absolute;
    width: 8vw;
    height: auto;
    left: 15%;
    top: 45%;
}

.registry-buttons .button--primary {}

@media only screen and (max-width: 500px) {
    .registry-inner {
        background-position: bottom right -105px;
        aspect-ratio: 1.7;
        
    }
    .registry-container {
        margin-right: 0;
    }
    .registry-buttons {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 640px) {
    .registry-inner {
        aspect-ratio: 1.5;
        background-position: bottom right -100px;
    }
    
    .registry-container {
        padding-top: 3rem;
        margin: 0 auto 0;
    }
    .registry-content {
        margin-bottom: 0;
        width: 50%;
    }
    .registry-content_right {
        min-width: 220px;
    }
    .registry-icon {
        width: 70px;
    }
    
    .registry-icon {
        width: 10vw;
        top: 40%;
    }
    
    .registry-buttons {
        gap: 0.6em;
    }
    
}

@media only screen and (min-width: 1200px) {
    .registry-inner {
        background-position: bottom right;
    }
    .registry-container {
        width: var(--medium-size-width);
    }
    .registry-content {
        margin-bottom: -1rem;
    }
    .registry-icon {
        width: 100px;
    }
    .registry-buttons {
        flex-direction: row;
    }
    
    .registry-content_right {
        width: 40%;
    }
    
}

@media only screen and (min-width: 1700px) {
    .registry-container {
        width: var(--standard-size-width);
    }
    .registry-icon {
        width: 130px;
    }
    
}


@media only screen and (min-width: 1950px) {
    .registry-container {
        width: var(--ultra-size-width);
    }
}

/* API Section */

.api-section {
    background-color: #FCF7F5;
}

.api-container {
    width: var(--small-size-width);
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin: 0 auto;
    display: flex;
}

.api-img {
    height: 6em;
    margin: auto;
}

.api-content {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}

.api-description {
    font-size: 1.2em;
    font-weight: 400;
}

.api-stronger {
    display: none;
}

.api-button_holder {
    margin-top: 1rem;
}

@media only screen and (min-width: 640px) {
    .api-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .api-container {
        align-items: center;
    }
    .api-description {
        font-size: 1.6em;
    }
    .api-img {
        height: 10em;
    }
    .api-stronger {
        display: inline;
    }
    .api-button_holder {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .api-container {
        width: var(--medium-size-width);
    }
}

@media only screen and (min-width: 1700px) {
    .api-container {
        width: var(--standard-size-width);
    }
}

@media only screen and (min-width: 1950px) {
    .api-container {
        width: var(--ultra-size-width);
    }
}