html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.ModuleTextAndImage {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.ModuleTextAndImage .content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    .ModuleTextAndImage .content {
        flex-direction: row;
        justify-content: flex-start
    }
}

.ModuleTextAndImage .content .text {
    display: flex;
    flex-direction: column;
    width: calc((100% + 20px) / 12 * 11 + -20px);
    padding-right: calc((100% + 20px) / 12 * 2 + -20px)
}

@media (min-width: 768px) {
    .ModuleTextAndImage .content .text {
        flex: 1;
        justify-content: space-between;
        width: calc((100% + 20px) / 12 * 3 + -20px)
    }
}

.ModuleTextAndImage .content .image {
    position: relative;
    width: 100%;
    height: 65vw;
    margin-top: 70px
}

.ModuleTextAndImage .content .image img {
    position: absolute;
    height: 100%!important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ModuleTextAndImage .content .image {
        width: calc((100% + 20px) / 12 * 6 + -10px);
        height: auto
    }
}

.ModuleTextAndImage .chapter {
    display: flex;
    height: 50px
}

@media (min-width: 768px) {
    .ModuleTextAndImage .chapter {
        height: 100px
    }
}

.ModuleTextAndImage .chapter .chap-number, .ModuleTextAndImage .chapter .chap-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ModuleTextAndImage .chapter .chap-number {
    padding-left: calc((100% + 13px) / 12 * 1 + -13px)
}

@media (min-width: 768px) {
    .ModuleTextAndImage .chapter .chap-number {
        width: calc((100% + 20px) / 12 * 1);
        padding-left: 20px
    }
}

.ModuleTextAndImage .chapter .chap-text {
    white-space: nowrap;
    padding-left: 13px
}

@media (min-width: 768px) {
    .ModuleTextAndImage .chapter .chap-text {
        padding-left: 0
    }
}

.corner-radius, .Module, .ModuleChapter .offset-container .chapter-item, .ModuleChapter .offset-container .chapter-item .module-container {
    overflow: hidden;
    border-radius: 13px
}

@media (min-width: 768px) {
    .corner-radius, .Module, .ModuleChapter .offset-container .chapter-item, .ModuleChapter .offset-container .chapter-item .module-container {
        border-radius: 20px
    }
}

.ModuleChapter .offset-container .chapter-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000
}

.ModuleChapter .offset-container .chapter-item .module-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.ModuleChapter .offset-container .chapter-item .module-container .Module {
    border-radius: 0
}

.ModuleChapter .offset-container .chapter-item .chapter-index {
    display: flex
}

@media (min-width: 768px) {
    .ModuleChapter .offset-container .chapter-item .chapter-index {
        height: 100px
    }
}

.ModuleChapter .offset-container .chapter-item .chapter-index .chap-number, .ModuleChapter .offset-container .chapter-item .chapter-index .chap-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ModuleChapter .offset-container .chapter-item .chapter-index .chap-number {
    padding-left: calc((100% + 13px) / 12 * 1 + -13px)
}

@media (min-width: 768px) {
    .ModuleChapter .offset-container .chapter-item .chapter-index .chap-number {
        width: calc((100% + 20px) / 12 * 1);
        padding-left: 20px
    }
}

.ModuleChapter .offset-container .chapter-item .chapter-index .chap-text {
    white-space: nowrap;
    padding-left: 13px
}

@media (min-width: 768px) {
    .ModuleChapter .offset-container .chapter-item .chapter-index .chap-text {
        padding-left: 0
    }
}

.ModuleChapter .offset-container .chapter-item .chapter-index {
    flex-shrink: 0;
    background-color: #fff;
    height: 50px
}

#MainMenu {
    position: fixed;
    height: 100%;
    visibility: hidden;
    width: calc((100% + 20px) / 12 * 8 + -20px)
}

@media (min-width: 768px) {
    #MainMenu {
        width: calc((100% + 20px) / 8 * 5 + -30px)
    }
}

@media (min-width: 1440px) {
    #MainMenu {
        width: calc((100% + 20px) / 8 * 3 + -30px)
    }
}

@media (min-width: 1900px) {
    #MainMenu {
        margin-left: calc(50% - 930px)
    }
}

#MainMenu .headline {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
    position: absolute;
    margin-top: 13px;
    margin-left: calc((100% + 13px) / 12 * 3)
}

@media (min-width: 768px) {
    #MainMenu .headline {
        margin-top: 20px
    }
}

#MainMenu .headline p {
    margin-top: 13px;
    font-family: "Helvetica", "sans-serif";
    font-weight: 500;
}

@media (min-width: 768px) {
    #MainMenu .headline p {
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    #MainMenu .headline {
        margin-left: calc((100% + 20px) / 5 * 1.2)
    }
}

@media (min-width: 1440px) {
    #MainMenu .headline {
        margin-left: calc((100% + 20px) / 3 * 1)
    }
}

#MainMenu .menu-container {
    margin-top: 160px
}

@media (min-width: 768px) {
    #MainMenu .menu-container {
        margin-top: 230px
    }
}

#MainMenu .menu-container p {
    margin: 0
}

#MainMenu .menu-container .chapter {
    margin-top: 34px
}

#MainMenu .menu-container .chapter:last-of-type {
    margin-bottom: 34px
}

#MainMenu .menu-container .chapter-index {
    position: absolute;
    font-family: "Helvetica", "sans-serif";
    font-weight: 500;
    left: 26px
}

@media (min-width: 768px) {
    #MainMenu .menu-container .chapter-index {
        left: 40px
    }
}

#MainMenu .menu-container .menu-item {
    letter-spacing: -.5px;
    width: auto;
    cursor: pointer;
    font-family: "Helvetica", "sans-serif"!important;
    font-weight: 500;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
    margin-left: calc((100% + 13px) / 12 * 3)
}

@media (min-width: 768px) {
    #MainMenu .menu-container .menu-item {
        letter-spacing: -.8px;
        margin-left: calc((100% + 20px) / 5 * 1.2)
    }
}

@media (min-width: 1440px) {
    #MainMenu .menu-container .menu-item {
        margin-left: calc((100% + 20px) / 3 * 1)
    }
}

#MainMenu .menu-container .chapter-child {
    font-family: "Helvetica", "sans-serif"!important;
}

#MainMenu .menu-container .chapter-child:not(:first-child) p {
    font-weight: 400;
}

.animate {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: inherit
}

.animate:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: .2s
}

.animate:hover:after {
    width: 100%
}

#menu-toggle {
    position: fixed;
    display: flex;
    z-index: 10;
    visibility: hidden;
    right: 26px;
    bottom: 13px
}

@media (min-width: 768px) {
    #menu-toggle {
        right: unset;
        bottom: unset;
        margin: 13px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #menu-toggle {
        margin: 20px
    }
}

@media (min-width: 768px) {
    #menu-toggle .menu-icon {
        margin: 13px;
        height: 35px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #menu-toggle .menu-icon {
        margin: 20px
    }
}

@media (min-width: 1900px) {
    #menu-toggle {
        margin-left: calc(50% - 930px)
    }
}

#menu-toggle svg {
    cursor: pointer
}

.ModuleGroupFront {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #eee
}

.ModuleGroupFront .background-img {
    height: 100%
}

.ModuleGroupFront .overlay {
    position: absolute;
    top: 0;
    opacity: .15;
    width: 100%;
    height: 100%;
    background-color: #000
}

.ModuleGroupFront .layout1 {
    display: flex;
    flex-direction: column
}

.ModuleGroupFront .layout2 {
    display: none
}

@media (min-width: 768px) {
    .ModuleGroupFront .layout1 {
        display: none
    }

    .ModuleGroupFront .layout2 {
        display: flex;
        height: 100%
    }
}

.ModuleGroupFront .content {
    position: absolute;
    height: 100%;
    top: 0;
    width: calc((100% + 20px) / 12 * 10 + -20px);
    justify-content: space-between
}

@media (min-width: 768px) {
    .ModuleGroupFront .content {
        justify-content: flex-start
    }
}

.ModuleGroupFront .content h1, .ModuleGroupFront .content h2, .ModuleGroupFront .content p, .ModuleGroupFront .content span {
    color: #fff!important;
}

.ModuleGroupFront .content .collapse-id {
    margin-top: 42px
}

.ModuleGroupFront .content .header {
    margin-top: 10px
}

.ModuleGroupFront .content .body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .ModuleGroupFront .content .body {
        justify-content: flex-end;
        height: 100%
    }
}

@media (min-width: 1440px) {
    .ModuleGroupFront .content .body p {
        font-size: 22px;
        line-height: 24px
    }
}

.ModuleGroupFront .content .group1, .ModuleGroupFront .content .group2 {
    display: flex;
    flex-direction: column;
    width: calc((100% + 20px) / 10 * 4)
}

.ModuleGroupFront .content .group2 {
    margin-left: calc((100% + 20px) / 10 * 3);
    width: calc((100% + 20px) / 10 * 3 + -20px)
}

.content-both, .content-left {
    margin-left: calc((100% + 13px) / 12 * 1 + -13px)
}

@media (min-width: 768px) {
    .content-both, .content-left {
        margin-left: calc((100% + 20px) / 12 * 1)
    }
}

.content-both, .content-right {
    margin-right: calc((100% + 13px) / 12 * 1 + -13px)
}

@media (min-width: 768px) {
    .content-both, .content-right {
        margin-right: calc((100% + 20px) / 12 * 1)
    }
}

.content-top {
    margin-top: 30px
}

.Module {
    margin-bottom: 2px
}

.corner-radius, .Module {
    overflow: hidden;
    border-radius: 13px
}

@media (min-width: 768px) {
    .corner-radius, .Module {
        border-radius: 20px
    }
}

* {
    font-family: "Helvetica", "sans-serif";
    font-weight: 400;
    color: #505050
}

p {
    font-size: 14px;
    line-height: 16px;
    font-family: "Helvetica", "sans-serif";
    font-weight: 400;
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 21px
    }
}

p span {
    font-family: "Helvetica", "sans-serif";
    font-weight: 400;
}

h1 {
    margin: 0;
    font-size: 120px
}

@media (min-width: 768px) {
    h1 {
        font-size: 135px
    }
}

h2 {
    margin: 0;
    font-size: 35px;
    line-height: 37px
}

@media (min-width: 768px) {
    h2 {
        font-size: 45px;
        line-height: 46px
    }
}

strong {
    font-family: "Helvetica", "sans-serif";
    font-weight: 700;
}

.marker {
    margin-top: 20px;
    color: #73716c
}

@media (min-width: 768px) {
    .marker {
        margin-top: 30px
    }
}

.basic-button {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    border-radius: 16px;
    height: 34px
}

.basic-button, .basic-button p {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.basic-button p {
    margin: 0;
    pointer-events: none;
    height: 100%
}

* {
    box-sizing: border-box
}

body {
    background-color: #f2f0ef;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll
}

.template {
    position: absolute;
    will-change: transform;
    width: calc(100% - 26px);
    margin-top: 13px;
    margin-left: 13px
}

@media (min-width: 768px) {
    .template {
        width: calc(100% - 40px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media (min-width: 1900px) {
    .template {
        width: 1860px;
        margin-top: 20px;
        margin-left: calc(50% - 930px)
    }
}

#TemplateLayer {
    will-change: transform;
    visibility: hidden
}

.marker {
    color: #969696
}

.ModuleHero {
    position: relative;
    width: 100%;
    height: 150vh;
    background-color: #f2f0ef
}

@media (min-width: 768px) {
    .ModuleHero {
        height: 200vh
    }
}

.ModuleHero .background-img {
    height: 100%
}

.ModuleHero .image-overlay {
    position: absolute;
    top: 0;
    opacity: .15;
    width: 100%;
    height: 100%;
    background-color: #000
}

.ModuleHero .header {
    position: absolute;
    top: 0
}

.ModuleHero .header p {
    color: #fff
}

.ModuleHero .content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 160px
}

@media (min-width: 768px) {
    .ModuleHero .content {
        top: 220px
    }
}

.ModuleHero .content p {
    color: #fff
}

.ModuleHero .content h2 {
    width: calc((100% + 13px) / 12 * 10 + -13px);
    color: #fff
}

@media (min-width: 768px) {
    .ModuleHero .content h2 {
        margin-top: 14px;
        width: calc((100% + 20px) / 12 * 6 + -20px)
    }
}

@media (min-width: 1440px) {
    .ModuleHero .content h2 {
        width: calc((100% + 20px) / 12 * 4 + -20px)
    }
}

.ModuleHero .content .btn {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 32px;
    width: auto
}

@media (min-width: 768px) {
    .ModuleHero .content .btn {
        margin-top: 42px
    }
}

.ModuleHero .content .btn .cta {
    height: 100%;
    line-height: 0;
    white-space: nowrap;
    margin-left: 13px;
    margin-right: 13px;
    color: #afbbc7
}


.chapter .chapter-child:first-child .menu-item {
    font-family: 'Helvetica', 'sans-serif' !important;
    font-weight: 500;
}
.chapter .chapter-child:not(:first-child) .menu-item {
    font-family: 'Helvetica', 'sans-serif' !important;
    font-weight: 400;
    margin-top: 3px!important;
}