/**
 * Body
 */

body {
    font-family: "DM Sans", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 17px;
    line-height: calc(28 / 16);
    font-weight: 300;
    background: #e3e2e2;
    color: #4b4b4b;
}
b{
	font-weight: 500;
}
/**
 * Containers
 */

.page__container {
    max-width: calc(960px + 32px + 32px);
    padding: 0 32px;
    margin: auto;
}

@media (max-width: 900px) {
    .page__container {
        padding: 0 24px;
    }
}

@media (max-width: 400px) {
    .page__container {
        padding: 0 16px;
    }
}

.page__separator {
    height: 8px;
    background: #213e2b;
    border-radius: 4px;
}

/**
 * Links
 */

a {
    color: #213e2b;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px !important;
    text-decoration-color: transparent;
    transition: text-decoration-color 250ms;
}

a:hover {
    color: #213e2b;
    text-decoration: underline;
    text-decoration-color: #213e2b;
}

/**
 * Links
 */

/* a {
    position: relative;
    text-decoration: none;
    color: #4b4b4b;
}

a:hover {
    text-decoration: none;
    color: #4b4b4b;
}

a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    height: 1px;
    background: #4b4b4b;
    opacity: 0;
    transition: opacity 250ms;
}

a:hover::after {
    opacity: 1;
} */

/**
 * Paragraphs
 */

p {
    margin: 0 0 16px;
}

p:last-child {
    margin-bottom: 0;
}

/**
 * Headlines
 */

h1 {
    margin: 48px 0 16px;
    font-weight: 300;
    font-size: 34px;
    line-height: calc(34 / 32);
    color: #4b4b4b;
}

@media (max-width: 600px) {
    h1 {
        font-size: 34px;
        margin-top: 32px;
    }
}

h1:first-child {
    margin-top: 0;
}

h2 {
    margin: 32px 0 16px;
    font-weight: 300;
    font-size: 24px;
    line-height: calc(30 / 24);
    color: #4b4b4b;
}

@media (max-width: 600px) {
    h2 {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 12px;
    }
}

h2:first-child {
    margin-top: 0;
}

h3 {
    margin: 24px 0 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(28 / 18);
    color: #4b4b4b;
}

h3:first-child {
    margin-top: 0;
}

h4 {
    margin: 24px 0 0;
    font-weight: 500;
    font-size: 17px;
    line-height: calc(28 / 17);
    color: #4b4b4b;
}

h4:first-child {
    margin-top: 0;
}

h5,
h6 {
    margin: 24px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(28 / 17);
    color: #4b4b4b;
}

h5:first-child,
h6:first-child {
    margin-top: 0;
}

/**
 * Header
 */

header {
    padding: 64px 0 48px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 900px) {
    header {
        display: block;
        padding: 32px 0;
    }
}

.header__headline {
    flex: 1;
    white-space: nowrap;
    margin: 0;
}

.header__headline a {
    color: #213e2b;
    text-decoration: none;
}

.header__headline a:hover {
    text-decoration: none;
}

.header__slogan {
    color: #4b4b4b;
    margin: 0;
}

@media (max-width: 900px) {
    .header__slogan {
        margin: 12px 0 0;
    }
}

/**
 * Hero
 */

.hero__wrapper {
    margin: 64px 0;
    background: #213e2b;
    border-radius: 12px;
    color: #c7c6c6;
}

.hero__wrapper.-carla a {
    color: #c7c6c6;
}

.hero__wrapper.-carla a:hover {
    color: #eaeaea;
    text-decoration-color: #52775a;
}

.hero__wrapper.-office {
    background: transparent;
    /*background: #eaeaea;*/
    color: #4b4b4b;
}

.hero__wrapper:first-child {
    margin-top: 0;
}

.hero__wrapper:last-child {
    margin-bottom: 0;
}

.hero__container {
    display: flex;
    align-items: center;
    padding: 64px;
}

@media (max-width: 1100px) {
    .hero__container {
        padding: 48px;
    }
}

@media (max-width: 900px) {
    .hero__container {
        align-items: flex-start;
        padding: 32px;
    }
}

@media (max-width: 600px) {
    .hero__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}

.hero__image-container {
    flex-shrink: 0;
    margin: 0 64px 0 0;
}

@media (max-width: 1100px) {
    .hero__image-container {
        margin-right: 48px;
    }
}

@media (max-width: 900px) {
    .hero__image-container {
        margin-right: 32px;
    }
}

@media (max-width: 600px) {
    .hero__image-container {
        margin-right: 0;
    }
}

.hero__image {
    width: 255px;
    height: 255px;
    border: 8px solid #33573f;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 900px) {
    .hero__image {
        width: 220px;
        height: 220px;
    }
}

.hero__wrapper.-office .hero__image {
    border-color: #eaeaea;
}

.hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__image-text {
    text-align: center;
    margin: 8px 0 0;
}

.hero__text-container {
    flex: 1;
    font-size: 19px;
    line-height: calc(28 / 19);
}

@media (max-width: 900px) {
    .hero__text-container {
        padding-top: 8px;
    }
}

.hero__text {
    margin: 0 0 32px;
}

@media (max-width: 600px) {
    .hero__text {
        text-align: center;
        max-width: 360px;
        margin-left: 0;
        margin-right: 0;
    }
}

.hero__text-title {
    color: #eaeaea;
    font-weight: 500;
}

.hero__wrapper.-office .hero__text-title {
    color: #4b4b4b;
    font-size: 24px;
    line-height: calc(30 / 24);
    font-weight: 300;
    margin: 0 0 16px;
}

.hero__text-columns {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 900px) {
    .hero__text-columns {
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .hero__wrapper.-office .hero__text-columns {
        max-width: 220px;
        margin: auto;
    }
}

.hero__text-column {
    flex: 1;
}

@media (max-width: 600px) {
    .hero__text-column {
        text-align: center;
    }
}

/**
 * Accordions
 */

.accordions__wrapper {
    position: relative;
    padding: 2px 0 0;
    margin: 32px 0;
}

.accordion__wrapper::after,
.accordions__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 1px;
    background: #cbcbcb;
}

.accordions__wrapper::after {
    top: -2px;
}

.accordion__wrapper {
    position: relative;
    margin: 0 0 2px;
}

.accordion__wrapper::after {
    bottom: -2px;
}

.accordion__header {
    display: flex;
    padding: 32px 32px 32px 16px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .accordion__header {
        padding: 16px 8px 16px 0;
    }
}

.accordion__title {
    color: #213e2b;
    flex: 1;
    margin: 0 0 0 16px;
    transition: margin 250ms;
    font-size: 19px;
}

.accordion__wrapper:hover .accordion__title,
.accordion__wrapper.accordion-open .accordion__title {
    margin-left: calc(16px + 8px);
}

@media (max-width: 600px) {
    .accordion__title {
        margin-left: 8px;
    }

    .accordion__wrapper:hover .accordion__title,
    .accordion__wrapper.accordion-open .accordion__title {
        margin-left: calc(8px + 8px);
    }
}

.accordion__icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: -3px;
    transition: transform 250ms;
}

.accordion__icon::after,
.accordion__icon::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background: #213e2b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion__icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion__wrapper:hover .accordion__icon,
.accordion__wrapper.accordion-open .accordion__icon {
    transform: rotate(90deg);
}

.accordion__content {
    padding: 0 64px 32px calc(64px + 8px);
    display: none;
}

@media (max-width: 600px) {
    .accordion__content {
        padding: 0 8px 24px calc(32px + 8px + 8px);
    }
}

/**
 * Footer
 */

footer {
    margin: 64px 0 0;
    padding: 0 0 54px;
}

@media (max-width: 900px) {
    footer {
        margin: 48px 0 0;
        padding: 0 0 40px;
    }
}

.footer__links {
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .footer__links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer__links a {
    position: relative;
    margin: 0 24px 0 0;
    color: #4b4b4b;
}

.footer__links a:last-child {
    margin-right: 0;
}

@media (max-width: 900px) {
    .footer__links a {
        margin-right: 0;
    }
}

.footer__links a:hover {
    color: #4b4b4b;
    text-decoration-color: #4b4b4b;
}

.footer__links a::after {
    content: "·";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.footer__links a:last-child::after {
    display: none;
}

@media (max-width: 900px) {
    .footer__links a::after {
        display: none;
    }
}
