@charset "UTF-8";

.template img {
    max-width: 100%;
    height: auto;
}
.template-title,
.template-subtitle,
.template-description {
    margin-bottom: 1rem;
}
.template-title,
.template-subtitle {
    word-break: keep-all;
    color: #121212;
}
.template-title {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.25;
}
.template-subtitle {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.35;
}
.template-title + .template-subtitle {
    margin-top: -0.5rem;
}
.template-divider {
    margin-bottom: 3rem;
}
.template__image-content {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
}
.template__image-content>.template__image,
.template__image-content>.template__content {
    width: 100%;
}
.template__image-content>.template__image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.template__image-content>.template__content {
    margin-top: auto;
    margin-left: -100%;
    padding: 1.5rem 1rem 1rem;
}

.template-row {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -0.5rem 0.5rem;
}
.template-col {
    padding: 0.5rem;
}
.template-col>.template__image-content {
    margin-bottom: 0;
}

.template-row--col-5>.template-col {
    width: 50%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 568px) {
    .template-row--col-5>.template-col {
        width: 33.3333%;
    }
}
@media (min-width: 768px) {
    .template-row--col-4vs6>.template-col:first-child {
        width: 40%;
    }
    .template-row--col-4vs6>.template-col:last-child {
        width: 60%;
    }
    .template-row--col-4vs6>.template-col>.template__image-content {
        min-height: 100%;
    }

    .template-row--col-4vs6.is-reverse>.template-col:first-child {
        width: 60%;
    }
    .template-row--col-4vs6.is-reverse>.template-col:last-child {
        width: 40%;
    }
}
@media (min-width: 960px) {
    .template-title {
        font-size: 2.25rem;
    }
    .template-subtitle {
        font-size: 1.625rem;
    }
    .template-divider {
        margin-bottom: 5rem;
    }
    .template-row--col-5>.template-col {
        width: 20%;
    }
}
