.app-editions {
    padding: 3rem 20px 3rem 20px;
    max-width: 1920px;
}
.app-editions__title {
    font-size: 1.2rem;
}
.app-editions__logo {
    width: 25px;
    height: 25px;
}
.app-editions--mobile {
    display: flex;
}
.app-edition__item--justify {
    text-align: justify;
}
.app-editions--desktop {
    display: none;
}
@media only screen and (min-width: 768px) {
    .app-editions {
        padding: 3rem 20px 3rem 20px;
    }
}
@media only screen and (min-width: 992px) {
    .app-editions {
        padding: 6rem 40px 6rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-editions {
        padding: 06rem 80px 6rem 80px;
    }
    .app-editions--mobile {
        display: none;
    }
    .app-editions--desktop {
        display: flex;
    }
    .app-edition__rest-item-overlay {
        opacity: 0;
        transition: opacity 300ms ease-in-out;
        text-align: justify;
    }
    .app-edition__rest-item-overlay:hover,
    .app-edition__rest-item-overlay:focus{
        opacity: 0.75;
    }
    .app-edition__rest-item-title {
        font-size: 0.9rem;
    }
}
@media only screen and (min-width: 1400px) {
    .app-editions {
        padding: 6rem 100px 6rem 100px;
    }
}
/* Start Hero Section */
.app-hero {
    padding: 3rem 20px 3rem 20px;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: 0 80%;
    background-size: 150px;
}
.app-hero__content {
    max-width: 450px;
}
.app-hero__title {
    line-height: calc((1.375rem + 1.5vw) * 1.5);
	font-size: 25px;
	font-weight: 700;
}
.app-hero__specefication {
    padding: 0.5rem 1rem;
}
.app-hero__specefication span {
    font-size: 14px;
}
.app-hero__cta {
    font-size: 18px;
    padding: 0.5rem 1.75rem;
}
.app-hero__image {
    display: none;
}
.app-hero__image-slider-arrow {
    width: 38px;
    height: 38px;
    z-index: 100;
}
.app-hero__image-slider-arrow svg {
    width: 20px;
    height: 20px;
}
.app-hero__image-slider-arrow--prev svg {
    transform: rotate(-180deg);
}
.app-hero__image-slider-arrow--next {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-hero__image-slider-arrow--prev {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-hero__image-slider--img img {
    aspect-ratio: 16 / 9;
}
.app-hero__image-slider--title h2 {
    font-size: 1.75rem !important;
}
@media only screen and (min-width: 320px) {
    .app-hero__image {
        display: block;
        max-width: 100%;
    }
    .app-hero__cta {
        font-size: 18px;
        padding: 0.5rem 4rem;
    }
 
}
@media only screen and (min-width: 375px) {
    .app-hero__specefication {
        padding: 0.75rem 1.5rem;
    }
}
@media only screen and (min-width: 420px) {
    .app-hero__specefication {
        padding: 1rem 2rem;
    }
}
@media only screen and (min-width: 576px) {
    .app-hero__specefication {
        padding: 1rem 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .app-hero {
        padding: 3rem 40px 3rem 40px;
        background-repeat: unset;
        background-position: unset;
        background-size: unset;
    }
    .app-hero__image {
        max-width: calc(100% - 450px);
    }
    .app-hero__description {
        max-width: 500px;
        line-height: 1.75;
    }
    .app-hero__specefication {
        padding: 0.3rem 1.2rem;
    }
    .app-hero__specefication span {
        font-size: calc(0.3vw + 0.6rem);
    }
}
@media only screen and (min-width: 850px) {
    .app-hero__specefication {
        padding: 0.5rem 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .app-hero {
        padding: 3rem 40px 3rem 40px;
    }
    .app-hero__image {
        max-width: 500px;
    }
    .app-hero__specefication {
        padding: 1rem 1.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    .app-hero {
        padding: 3rem 80px 3rem 80px;
    }
	.app-hero__image {
        max-width: 600px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-hero {
        padding: 3rem 100px 3rem 100px;
    }
    .app-hero__title {
        line-height: calc((1.375rem + 1.5vw) * 1.5);
    }
    .app-hero__description {
        font-size: 18px;
        line-height: 1.75;
    }
}
/* End Hero Section */
/* Start Latest Events */
.app-latest-events {
    padding: 4rem 20px 4rem 20px;
    max-width: 1920px;
}
.app-latest-events__description {
    max-width: 500px;
}
.app-latest-events__paginate-buttons {
    width: 100%;
}
.app-latest-events__slider {
    width: 100%;
}
.app-latest-events__paginate-button {
    background-color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    transition: all 250ms ease-in-out;
}
.app-latest-events__paginate-button:focus {
    border: 1.5px solid #e6e6e6;
    outline: 0;
}
.app-latest-events__paginate-button.active {
    border: 1.5px solid var(--miracel-primary-color);
    background-color: #f1f2fc;
}
.app-latest-events__paginate-button-number {
    color: var(--miracel-secondary-color);
    font-weight: bold;
}
.app-latest-events__paginate-button-arrow {
    width: 16px;
    height: 16px;
    transform: rotate(-180deg);
}
.app-latest-events__slider-title {
    font-weight: 600;
}
.app-latest-events__slider-slogan {
    font-weight: 600;
}
.app-latest-events__slider-description {
    max-width: 500px;
}
.app-latest-events__slider-thumbnail {
    max-width: 450px;
    width: 100%;
}
.app-latest-events__slider-time{
    min-width: 80px;
    top: 12px;
    left: 0;
    border-radius: 0 4px 4px 0;
}
.app-latest-events__cta {
    width: 100%;
    max-width: 350px;
    border: 2px solid var(--miracel-secondary-color);
    padding: 0.25rem;
}

.app-latest-events__see {
    max-width: 140px;
    padding: 0.6rem 2.4rem;
    border: 2px solid var(--miracel-secondary-color);
}
.app-latest-events__see-more {
    width: 100%;
    max-width: 350px;
    border: 2px solid var(--miracel-primary-color);
    padding: 0.75rem 0.25rem;
}
.app-latest-events__see-more-arrow {
    width: 16px;
    height: 16px;
}

@media only screen and (min-width: 768px) {
    .app-latest-events {
        padding: 8rem 20px 8rem 20px;
    }
}
@media only screen and (min-width: 992px) {
    .app-latest-events {
        padding: 8rem 40px 8rem 40px;
    }
    .app-latest-events__paginate-buttons {
        width: 30%;
        max-width: 420px;
    }
    .app-latest-events__paginate-button {
        width: 100%;
        padding: 0.75rem 1.5rem;
    }
    .app-latest-events__slider {
        width: 70%;
        max-width: 576px;
    }
    .app-latest-events__slider-description {
        max-width: unset;
        text-align: justify;
    }
    .app-latest-events__slider-thumbnail {
        max-width: 576px;
        width: 100%;
    }
    .app-latest-events__slider-action-wrapper{
        width: 100%;
    }
    .app-latest-events__cta {
        width: 65%;
        max-width: unset;
        border: 2px solid var(--miracel-secondary-color);
        padding: 0.25rem;
    }
    .app-latest-events__see-more {
        width: 30%;
        max-width: unset;
        border: 2px solid var(--miracel-primary-color);
        padding: 0.75rem 0.25rem;
    }
}
@media only screen and (min-width: 1200px) {
    .app-latest-events {
        padding: 8rem 60px 8rem 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-latest-events {
        padding: 8rem 80px 8rem 80px;
    }
    .app-latest-events__description {
        font-size: 20px;
    }
}
/* End Latest Events */
/* Start Featured Course Section */
.app-featured-course {
    padding: 4rem 20px 4rem 20px;
    max-width: 1920px;
	 background-color: var(--miracel-cta-color);
}
@media only screen and (min-width: 992px) {
.app-featured-course {
      background-color: unset;

    }
}
.app-featured-course__thumbnail {
    display: none;
}
.app-featured-course__description {
    text-align: justify;
}
.app-featured-course__content {
    max-width: 600px;
}
.app-featured-course__cta {
    font-size: 18px;
    padding: 0.3rem 1.75rem;
}
@media only screen and (min-width: 250px) {
    .app-featured-course__thumbnail {
        display: block;
        width: 230px;
        height: 230px;
    }
}
@media only screen and (min-width: 320px) {
    .app-featured-course__cta {
        font-size: 18px;
        padding: 0.3rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    .app-featured-course {
        padding: 8rem 40px 8rem 40px;
        max-width: 1920px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 150px;
    }
    .app-featured-course__cover {
        width: 320px;
        height: 320px;
        border-radius: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .app-featured-course {
        padding: 8rem 40px 8rem 40px;
        background-color: unset;
    }
    .app-featured-course--inner {
        padding: 2rem 60px 2rem 60px;
        border-radius: 40px;
        background-color: var(--miracel-cta-color);
    }
    .app-featured-course--inner::before {
        content: "";
        background-color: var(--miracel-primary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(60px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
    .app-featured-course__cover img {
        -webkit-filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.5))
        drop-shadow(-2px -2px 4px rgba(255, 255, 255, 0.5));
        filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.5))
        drop-shadow(-2px -2px 4px rgba(255, 255, 255, 0.5));
    }
}
@media only screen and (min-width: 1200px) {
    .app-featured-course {
        padding: 8rem 60px 8rem 60px;
    }
    .app-featured-course--inner {
        padding: 2rem 80px 2rem 80px;
    }
    .app-featured-course--inner::before {
        content: "";
        background-color: var(--miracel-primary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(80px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-featured-course {
        padding: 8rem 80px 8rem 80px;
    }
    .app-featured-course--inner {
        padding: 2rem 120px 2rem 120px;
    }
    .app-featured-course--inner::before {
        content: "";
        background-color: var(--miracel-primary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(120px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
}
/* End Featured Course Section */
/* Start Courses Introduction */
.app-comprehensive-course {
    padding: 4rem 20px 4rem 20px;
    max-width: 1920px;
}
.app-comprehensive-course__thumbnail {
    display: none;
}
.app-comprehensive-course__thumbnail img,
.app-comprehensive-course__cover img {
    -webkit-filter: drop-shadow(2px 2px 4px #ffffff75)
    drop-shadow(-2px -2px 4px #ffffff75);
    filter: drop-shadow(2px 2px 4px #ffffff75)
    drop-shadow(-2px -2px 4px #ffffff75);
}
.app-comprehensive-course__description {
    text-align: justify;
}
.app-comprehensive-course__content {
    max-width: 600px;
}
.app-comprehensive-course__cta {
    font-size: 18px;
    padding: 0.3rem 1.75rem;
}
@media only screen and (min-width: 250px) {
    .app-comprehensive-course__thumbnail {
        display: block;
        width: 230px;
        height: 210px;
    }
}
@media only screen and (min-width: 320px) {
    .app-comprehensive-course__thumbnail {
        display: block;
        width: 300px;
        height: 280px;
    }
    .app-comprehensive-course__cta {
        font-size: 18px;
        padding: 0.3rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    .app-comprehensive-course {
        padding: 8rem 40px 8rem 40px;
    }
    .app-comprehensive-course__cover {
        width: 350px;
        height: 320px;
    }
}
@media only screen and (min-width: 992px) {
    .app-comprehensive-course {
        padding: 8rem 40px 8rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-comprehensive-course {
        padding: 8rem 120px 8rem 120px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-comprehensive-course {
        padding: 8rem 200px 8rem 200px;
    }
}
/* End Courses Introduction */
/* Start Categories */
.app-category {
    padding: 2rem 0 2rem 0;
    max-width: 1920px;
}
.app-category__header {
    padding: 0 20px;
}
.app-category__cover {
    max-width: 1920px;
    padding: 0 0 2rem 0;
}
.app-category__cover img {
    border-radius: 0px;
}
.app-category__header-icon {
    width: 32px;
    height: 32px;
}
.app-category__header h2 {
    font-size: 1rem;
}
.app-category__header p {
    font-size: 0.75rem;
}
.app-category__slider {
    padding: 2rem 0 4rem 0;
}
.app-category__see-all span {
    font-size: 0.8rem;
}
.app-category__see-all svg {
    width: 18px;
    height: 18px;
}
.app-category__slider-item {
    border-radius: 0 20px 0 20px;
    max-height: 280px;
    max-width: 210px;
}
.app-category__slider-cover {
    transition: transform 250ms ease-in-out;
}
.app-category__slider-cover > img {
    border-radius: 0 20px 0 20px;
}
.app-category__slider-overlay {
    transition: opacity 200ms ease-in-out;
    opacity: 0;
    padding: 0 1rem 3rem 0;
}
.app-category__slider-overlay h3 {
    font-size: calc(0.7rem + 0.35vw);
    line-height: calc((0.7rem + 0.35vw) * 1.5);
}
.app-category__slider-overlay span {
    font-size: calc(0.5rem + 0.3vw);
    line-height: calc((0.5rem + 0.3vw) * 1.5);
}
.app-category__slider-cover:hover {
    transform: scale(1.025);
}
.app-category__slider-cover:hover .app-category__slider-title {
    opacity: 0;
}
.app-category__slider-cover:hover .app-category__slider-overlay {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 1;
    border-radius: 0 20px 0 20px;
}
.app-category__slider-title {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 20px;
    padding: 0.9rem 1.2rem 0.9rem 0;
    transition: opacity 200ms ease-in-out;
    opacity: 1;
}
.app-category__slider-title h3 {
    font-size: calc(0.7rem + 0.35vw);
    line-height: calc((0.7rem + 0.35vw) * 1.5);
}
.app-category__slider-ribbon {
    max-width: 100px;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 0 8px 8px 0;
}
.app-category__slider-ribbon h4 {
    font-size: calc(0.7rem + 0.2vw);
    line-height: calc((0.7rem + 0.35vw) * 1.5);
}
@media only screen and (min-width: 320px) {
    .app-category__slider-item {
        border-radius: 0 20px 0 20px;
        width: 200px;
        height: 250px;
    }
}
@media only screen and (min-width: 475px) {
    .app-category__see-all span {
        font-size: 1rem;
    }
    .app-category__header h2 {
        font-size: 1.5rem;
    }
    .app-category__header p {
        font-size: 0.9rem;
    }
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
    .app-category {
        padding: 2rem 0 2rem 0;
    }
    .app-category__header {
        padding: 0 40px;
    }
    .app-category__cover {
        padding: 0 0 2rem 0;
    }
    .app-category__header h2 {
        font-size: 1.7rem;
    }
    .app-category__header p {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .app-category {
        padding: 2rem 0 2rem 0;
    }
    .app-category__header {
        padding: 0 40px;
    }
    .app-category__cover {
        padding: 0 0 2rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .app-category {
        padding: 2rem 0 2rem 0;
    }
    .app-category__header {
        padding: 0 60px;
    }
    .app-category__cover {
        padding: 0 0 2rem 0;
    }
}
@media only screen and (min-width: 1400px) {
    .app-category {
        padding: 2rem 0 2rem 0;
    }
    .app-category__header {
        padding: 0 80px;
    }
    .app-category__cover {
        padding: 0 0 2rem 0;
    }
}
/* End Categories */
/* Start Packages */
.app-packages {
    padding: 4rem 0 4rem 0;
    max-width: 1920px;
}
.app-packages__description {
    max-width: 500px;
}
.app-packages__loading-screen {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
    z-index: 5;
}
.app-packages__loading-screen.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 0ms;
}
.app-packages__category {
    width: 130px;
    height: 45px;
    outline: 0;
    border: 0;
    font-size: 14px;
    transition: all 250ms ease-in-out;
}
.app-packages__category:focus {
    outline: 2px solid var(--miracel-primary-color);
}
.app-packages__filter {
    width: 100px;
    height: 45px;
    border: 0;
    outline: 0;
    font-size: 14px;
}
.app-packages__filter:focus {
    outline: 2px solid var(--miracel-secondary-color);
}
.app-packages__filter > svg {
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
}
.app-packages__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-packages__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-packages__slider-action--next {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-packages__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-packages__slider-action--prev {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
@media only screen and (min-width: 250px) {
    .app-packages__filter {
        width: 130px;
    }
}
@media only screen and (min-width: 768px) {
    .app-packages {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .app-packages {
        padding: 8rem 0 8rem 0;
    }
    .app-packages__labels {
        /* padding: 0 40px; */
    }
}
@media only screen and (min-width: 1200px) {
    .app-packages {
        padding: 8rem 0 8rem 0;
    }
    .app-packages__labels {
        /* padding: 0 60px; */
    }
}
@media only screen and (min-width: 1400px) {
    .app-packages {
        padding: 8rem 0 8rem 0;
    }
    .app-packages__labels {
        /* padding: 0 80px; */
    }
    .app-packages__description {
        font-size: 20px;
    }
}
/* End Packages */
/* Start Professors */
.app-professors {
    padding: 4rem 0 4rem 0;
    max-width: 1920px;
}
.app-professors__description {
    max-width: 500px;
}
.app-professors__slider {
    margin-block-start: 2rem;
}
.app-professors__slide-outer {
    height: 180px;
}
.app-professors__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-professors__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-professors__slider-action--next {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-professors__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-professors__slider-action--prev {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-professors__avatar {
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid var(--miracel-secondary-color);
    margin-block-start: -30px;
    border-radius: 10%;
}
.app-professors__avatar img{
    border-radius: 10%;
}
.app-professors__name {
    font-size: 16px;
    word-spacing: 1px;
}
.app-professors__degree {
    font-size: 11px;
}
@media only screen and (min-width: 225px) {
    .app-professors__avatar {
        width: 6rem;
        height: 6rem;
    }
}
@media only screen and (min-width: 768px) {
    .app-professors {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .app-professors {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .app-professors {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1400px) {
    .app-professors {
        padding: 8rem 0 8rem 0;
    }
    .app-professors__description {
        font-size: 20px;
    }
    .app-professors__degree {
        font-size: 13px;
    }
}
/* End Professors */
/* Start Statistics */
.app-statistics {
    display: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 150px;
    padding: 4rem 20px 4rem 20px;
}
.app-statistics__description {
    max-width: 420px;
}
.app-statistics__logo {
    max-width: 75px;
    top: 40%;
    left: 48%;
    transform: translate(-40%, -48%);
}
.app-statistics__creation-date {
    top: 65%;
    left: 55%;
    transform: translate(-65%, -55%);
}
.app-statistics__creation-date span:first-child {
    font-size: 12px;
}
.app-statistics__creation-date span:last-child {
    font-size: 16px;
}
.app-statistics__students-count {
    top: 92%;
    left: 94%;
    transform: translate(-92%, -94%);
}
.app-statistics__students-count span:first-child {
    font-size: 12px;
}
.app-statistics__students-count span:last-child {
    font-size: 16px;
}
.app-statistics__courses-count {
    top: 30%;
    left: 79%;
    transform: translate(-30%, -79%);
}
.app-statistics__courses-count span:first-child {
    font-size: 12px;
}
.app-statistics__courses-count span:last-child {
    font-size: 16px;
}
.app-statistics__brands-count {
    top: 76%;
    left: 20%;
    transform: translate(-76%, -20%);
}
.app-statistics__brands-count span:first-child {
    font-size: 12px;
}
.app-statistics__brands-count span:last-child {
    font-size: 16px;
}
.app-statistics__events-count {
    top: 9%;
    left: 14%;
    transform: translate(-9%, -14%);
}
.app-statistics__events-count span:first-child {
    font-size: 12px;
}
.app-statistics__events-count span:last-child {
    font-size: 16px;
}
.app-statistics__experience-duration {
    width: 60px;
    height: 60px;
    top: 38%;
    left: -2%;
    transform: translate(-9%, -16%);
}
.app-statistics__experience-duration span:first-child {
    font-size: 12px;
}
.app-statistics__experience-duration span:last-child {
    font-size: 12px;
}
@media only screen and (min-width: 220px) {
    .app-statistics {
        display: flex;
    }
}
@media only screen and (min-width: 350px) {
    .app-statistics__creation-date span:first-child {
        font-size: 14px;
    }
    .app-statistics__creation-date span:last-child {
        font-size: 18px;
    }
    .app-statistics__students-count span:first-child {
        font-size: 14px;
    }
    .app-statistics__students-count span:last-child {
        font-size: 16px;
    }
    .app-statistics__courses-count span:first-child {
        font-size: 14px;
    }
    .app-statistics__courses-count span:last-child {
        font-size: 16px;
    }
    .app-statistics__brands-count span:first-child {
        font-size: 14px;
    }
    .app-statistics__brands-count span:last-child {
        font-size: 18px;
    }
    .app-statistics__events-count span:first-child {
        font-size: 14px;
    }
    .app-statistics__events-count span:last-child {
        font-size: 18px;
    }
    .app-statistics__experience-duration {
        width: 70px;
        height: 70px;
    }
    .app-statistics__experience-duration span:first-child {
        font-size: 14px;
    }
    .app-statistics__experience-duration span:last-child {
        font-size: 14px;
    }
}
@media only screen and (min-width: 420px) {
    .app-statistics__image {
        max-width: 320px;
        transform: scale(1.1);
    }
}
@media only screen and (min-width: 768px) {
    .app-statistics {
        padding: 8rem 40px 8rem 40px;
    }
}
@media only screen and (min-width: 992px) {
    .app-statistics {
        padding: 8rem 40px 8rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-statistics {
        padding: 8rem 120px 8rem 120px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-statistics {
        padding: 8rem 200px 8rem 200px;
    }
    .app-statistics__description {
        font-size: 20px;
    }
}
/* End Statistics */
/* Start Testimonials */
.app-testimonials {
    padding: 4rem 0 4rem 0;
    max-width: 1920px;
}
.app-testimonials__description {
    max-width: 500px;
    font-size: 14px;
}
.app-testimonials__slider-item {
    border: 1px solid var(--miracel-secondary-color);
}
.app-testimonials__slider .swiper-slide {
    height: auto !important;
}
.app-testimonials__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-testimonials__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-testimonials__slider-action--next {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-testimonials__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-testimonials__slider-action--prev {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-testimonials__avatar {
    width: 60px;
    height: 60px;
}
@media only screen and (min-width: 768px) {
    .app-testimonials {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .app-testimonials {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .app-testimonials {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1400px) {
    .app-testimonials {
        padding: 8rem 0 8rem 0;
    }
    .app-testimonials__description {
        font-size: 18px;
    }
}
/* End Testimonials */
/* Start Wiki */
.app-wiki {
    padding: 4rem 20px 4rem 20px;
    max-width: 1920px;
}
.app-wiki__description {
    max-width: 500px;
}
.app-wiki__departments-list {
    max-width: 420px;
}
.app-wiki__department-item--border-miracel-secondary-color {
    border: 1px solid var(--miracel-secondary-color);
}
.app-wiki__department-link {
    width: 100px;
    height: 100px;
}
.app-wiki__department-item span {
    font-size: 15px;
}
.app-wiki__department-link--all span {
    font-size: 18px;
}
.app-wiki__gallery {
    max-width: 125px;
}
.app-wiki__slider {
    display: none;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 20% 90%, 85% 45%;
}
.app-wiki__slider-image-wrapper {
    width: 75%;
    height: 50%;
}
.app-wiki__slider-image-wrapper + span {
    font-size: 14px;
}
.app-wiki__slider-image-content {
    left: 9.75%;
    right: 9.5%;
    top: 1%;
    bottom: 12%;
    z-index: -10;
}
.app-wiki__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-wiki__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-wiki__slider-action--next {
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
}
.app-wiki__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-wiki__slider-action--prev {
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
}
@media only screen and (min-width: 250px) {
    .app-wiki__gallery {
        width: calc(12rem + 10vw);
        max-width: 520px;
    }
    .app-wiki__slider {
        display: flex;
    }
}
@media only screen and (min-width: 320px) {
    .app-wiki__gallery {
        width: calc(15rem + 15vw);
        max-width: 520px;
    }
}
@media only screen and (min-width: 420px) {
    .app-wiki__gallery {
        width: calc(20rem + 15vw);
        max-width: 520px;
    }
    .app-wiki__slider {
        height: 300px;
    }
    .app-wiki__slider-image-wrapper {
        width: 75%;
        height: 60%;
    }
}
@media only screen and (min-width: 576px) {
    .app-wiki__gallery {
        width: calc(22.5rem + 15vw);
        max-width: 520px;
    }
    .app-wiki__slider-image-wrapper {
        width: 75%;
        height: 70%;
    }
    .app-wiki__slider-image-wrapper + span {
        font-size: 14px;
        margin-inline-start: calc(1rem + 5vw);
    }
}
@media only screen and (min-width: 768px) {
    .app-wiki {
        padding: 8rem 40px 8rem 40px;
    }
    .app-wiki__department-link {
        width: 80px;
        height: 80px;
    }
    .app-wiki__department-link span {
        font-size: 14px;
        text-align: center;
    }
    .app-wiki__department-link--all span {
        font-size: 16px;
        text-align: center;
    }
    .app-wiki__gallery {
        width: calc(22.5rem + 15vw);
        max-width: 375px;
    }
    .app-wiki__slider-image-wrapper {
        width: 75%;
        height: 60%;
    }
    .app-wiki__slider-image-wrapper + span {
        font-size: 14px;
        margin-inline-start: 1rem;
    }
}
@media only screen and (min-width: 820px) {
    .app-wiki__department-link {
        width: 100px;
        height: 100px;
    }
    .app-wiki__department-link span {
        font-size: 15px;
    }
    .app-wiki__department-link--all span {
        font-size: 18px;
    }
}
@media only screen and (min-width: 876px) {
    .app-wiki__gallery {
        width: calc(22.5rem + 15vw);
        max-width: 420px;
    }
    .app-wiki__slider-image-wrapper {
        width: 75%;
        height: 70%;
    }
    .app-wiki__slider-image-wrapper + span {
        font-size: 14px;
        margin-inline-start: calc(1rem + 2vw);
    }
}
@media only screen and (min-width: 992px) {
    .app-wiki {
        padding: 8rem 40px 8rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-wiki {
        padding: 8rem 120px 8rem 120px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-wiki {
        padding: 8rem 200px 8rem 200px;
    }
    .app-wiki__description {
        font-size: 20px;
    }
}
/* End Wiki */
/* Start Latest Blog */
.app-latest-blog {
    padding: 4rem 0 4rem 0;
    max-width: 1920px;
}
.app-latest-blog__description {
    max-width: 500px;
}
.app-latest-blog__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-latest-blog__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-latest-blog__slider-action--next {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-latest-blog__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-latest-blog__slider-action--prev {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
@media only screen and (min-width: 768px) {
    .app-latest-blog {
        padding: 6rem 0 6rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .app-latest-blog {
        padding: 6rem 0 6rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .app-latest-blog {
        padding: 6rem 0 6rem 0;
    }
}
@media only screen and (min-width: 1400px) {
    .app-latest-blog {
        padding: 6rem 0 6rem 0;
    }
    .app-latest-blog__description {
        font-size: 20px;
    }
}
/* End Latest Blog */
/* Start Workshops */
.app-workshops {
    padding: 4rem 0 4rem 0;
    max-width: 1920px;
}
.app-workshops__description {
    max-width: 500px;
}
.app-workshops__slider-item-cover {
    aspect-ratio: 6/4;
    max-height: 250px;
}
.app-workshops__slider-item-description {
    font-size: 14px;
    font-weight: 600;
}
.app-workshops__slider-item.swiper-slide:not(.swiper-slide-active)
.app-workshops__slider-item-description {
    display: none;
}
.app-workshops__slider-action {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.app-workshops__slider-action svg {
    width: 20px;
    height: 20px;
}
.app-workshops__slider-action--next {
    top: 50%;
    right: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-workshops__slider-action--next svg {
    transform: rotate(-180deg);
}
.app-workshops__slider-action--prev {
    top: 50%;
    left: 2.5%;
    transform: translate(-2.5%, -50%);
}
.app-workshops__slider-bubble-1 {
    display: none;
}
.app-workshops__slider-bubble-2 {
    display: none;
}
@media only screen and (min-width: 320px) {
    .app-workshops__slider-bubble-1 {
        display: block;
        width: 32px;
        height: 32px;
        background-color: rgba(243, 114, 33, 0.75);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 80%;
        z-index: 10;
    }
    .app-workshops__slider-bubble-2 {
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(2, 1, 95, 0.75);
        border-radius: 50%;
        position: absolute;
        top: 63%;
        left: 19.5%;
        z-index: 10;
    }
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
    .app-workshops {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .app-workshops {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .app-workshops {
        padding: 8rem 0 8rem 0;
    }
}
@media only screen and (min-width: 1400px) {
    .app-workshops {
        padding: 8rem 0 8rem 0;
    }
    .app-workshops__description {
        font-size: 20px;
    }
}
/* End Workshops */
/* Start Contact Form */
.app-home-contact {
    padding: 4rem 20px 4rem 20px;
    max-width: 1920px;
    background-color: #f2f2f2;
}
.app-home-contact__content {
    max-width: 576px;
}
.app-home-contact__description {
    max-width: 500px;
}
.app-home-contact_input {
    padding: 0.6rem 0.9rem;
    border: 1px solid #484646;
    font-size: 14px;
    color: #484646;
    resize: none;
}
.app-home-contact_input::placeholder {
    color: #484646;
}
.app-home-contact_submit:focus,
.app-home-contact_input:focus {
    outline: 0;
}
.app-home-contact__submit {
    max-width: 225px;
    font-size: 18px;
    padding: 0.5rem 1.75rem;
    border: 0;
    outline: 0;
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
    .app-home-contact {
        padding: 8rem 40px 8rem 40px;
    }
    .app-home-contact_input {
        padding: 0.7rem 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .app-home-contact {
        padding: 8rem 40px 8rem 40px;
        background-color: unset;
    }
    .app-home-contact__box {
        padding: 2rem 60px 2rem 60px;
        border-radius: 40px;
        background-color: #e6e6e6;
    }
    .app-home-contact__box::before {
        content: "";
        background-color: var(--miracel-secondary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(60px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
    .app-home-contact__desktop-cover {
        width: 320px;
        height: 320px;
        border-radius: 12px;
    }
    .app-home-contact__desktop-cover img {
        -webkit-filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.5))
        drop-shadow(-2px -2px 4px rgba(255, 255, 255, 0.5));
        filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.5))
        drop-shadow(-2px -2px 4px rgba(255, 255, 255, 0.5));
    }
}
@media only screen and (min-width: 1200px) {
    .app-home-contact {
        padding: 8rem 60px 8rem 60px;
    }
    .app-home-contact__box {
        padding: 2rem 80px 2rem 80px;
    }
    .app-home-contact__box::before {
        content: "";
        background-color: var(--miracel-secondary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(80px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-home-contact {
        padding: 8rem 80px 8rem 80px;
    }
    .app-home-contact__box {
        padding: 2rem 120px 2rem 120px;
    }
    .app-home-contact__box::before {
        content: "";
        background-color: var(--miracel-secondary-color);
        position: absolute;
        top: 0;
        left: 0;
        width: calc(120px + 160px);
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
    .app-home-contact__description {
        font-size: 20px;
    }
}
/* End Contact Form */
