html {
    font-family: "Montserrat", sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    color: #000;
    letter-spacing: 0;
    background-color: #f5f5f5;
    font-size: 1em;
    line-height: 1.6
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 8.13em;
    font-weight: 300;
    line-height: 1
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 3.33em;
    font-weight: 700;
    line-height: 1.2
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 1.88em;
    font-weight: 700;
    line-height: 1.4
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 1.67em;
    font-weight: 700;
    line-height: 1.4
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 1.46em;
    font-weight: 700;
    line-height: 1.4
}


a {
    color: #000;
    font-size: 1em;
    text-decoration: none
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}



img {
    max-width: 100%;
    display: inline-block
}

label {
    margin-bottom: .3em;
    font-size: 1.25em;
    font-weight: 700;
    display: block
}

blockquote {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    padding: 1em 2em 1em 1.67em;
    font-size: 1.2em;
    line-height: 1.6
}

figure {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 112px;
    margin-bottom: 112px;
    display: flex;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.38em;
    padding-right: 4.38em
}

.container.is--header {
    text-align: center;
    background-color: #000;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative
}

.container.is--relative {
    position: relative
}

.container.is--articles {
    background-color: #000;
    border-radius: 2.08em;
    max-width: 100%;
    padding: 3.33em 0 5.83em;
    overflow: hidden
}

.container.is--articles.is--onpage {
    padding: 4.38em;
    overflow: visible
}

.container.is--center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.container.is--cases {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.container.is--rt {
    width: 90ch;
    padding-left: 0;
    padding-right: 0
}

.container.is--contact {
    text-align: center;
    border: 1px dashed #000;
    border-radius: 2.08em;
    padding: 3.33em 0;
    position: relative
}

.container.is--footer {
    padding-top: 0;
    padding-bottom: 1.67em
}

.container.is--articles-onpage {
    background-color: #000;
    border-radius: 2.08em;
    max-width: 100%;
    padding-top: 4.38em;
    padding-bottom: 4.38em
}

.container.is--articles-onpage.is--onpage {
    padding: 4.38em;
    overflow: visible
}

.container.is--image-group {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    display: flex
}

.container.is--image-single {
    flex-direction: row;
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px
}

.container.is--legalpage {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex
}

.container.is--navbar {
    color: #fff
}

.container.is--people {
    perspective: 1600px;
    transform-origin: 50% 0;
    transform: perspective(1600px)
}

.container.is--services {
    background-color: #000;
    border-radius: 2.08em;
    max-width: 100%;
    padding: 7em 10%
}

.container.is--services.is--onpage {
    padding: 4.38em;
    overflow: visible
}

.container.is--services-headline {
    border-radius: 2.08em;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    display: flex;
    position: relative;
    overflow: hidden
}

.container.is--services-new {
    background-color: #000;
    border-radius: 2.08em;
    max-width: 100%;
    padding: 2px
}

.container.is--services-new.is--onpage {
    padding: 4.38em;
    overflow: visible
}

.container.is--updates {
    z-index: 30;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 7em;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative
}

.container.is--star-wars {
    opacity: 1;
    perspective: 33.3em;
    justify-content: center;
    align-items: center;
    display: flex
}

.container.is--lc-header {
    flex-direction: column;
    display: flex
}

.container.is--constraint {
    max-width: 112.5em
}

.style_item {
    border-bottom: .1em solid #bdbdbd;
    padding: 2em 0
}

.html {
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.rich-text p {
    margin-top: 0;
    margin-bottom: .63em;
    font-size: 18px
}

.rich-text h1 {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 3.28em
}

.rich-text h2 {
    margin-top: 0;
    margin-bottom: .63em;
    font-size: 2.5em
}

.rich-text h3 {
    margin-top: 0;
    margin-bottom: .63em;
    font-size: 2.19em
}

.rich-text h4 {
    margin-top: 0;
    margin-bottom: .63em;
    font-size: 1.88em
}

.rich-text h5 {
    margin-top: 0;
    margin-bottom: .63em;
    font-size: 1.67em
}

.rich-text h6 {
    margin-top: 0;
    margin-bottom: .7em;
    font-size: 1.46em
}

.rich-text img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.rich-text.is--left-aligned {
    text-align: left;
    margin-top: 5.83em
}

.rich-text.is--case {
    max-width: 75ch;
    font-size: 16px
}

.rich-text a {
    text-decoration: underline
}

.rich-text figure {
    border-radius: 2.08em;
    margin-top: 52px;
    margin-bottom: 52px
}

.rich-text blockquote {
    text-align: center;
    border-left: 1px #000;
       font-family: "Montserrat", sans-serif;
    font-size: 2em;
    line-height: 1.3
}

.section {
    padding-top: 1em;
    padding-bottom: 5.83em
}

.section.is--header {
    color: #fff;
    height: 100vh;
    min-height: 1px;
    padding: 2px
}

.section.is--larger-top {
    padding: 27.06em 2px 5.83em;
    position: relative;
    overflow: hidden
}

.section.is--articles {
    background-color: var(--white-smoke);
    color: #fff;
    margin-top: 5.83em;
    padding: 0px !important;
}

.section.is--articles.is--onpage {
    margin-top: 0
}

.section.is--medium-top {
    padding: 17.16em 2px 5.83em;
    position: relative;
    overflow: hidden
}

.section.is--blog-header {
    margin-top: -7em;
    padding: 2px
}

.section.is--intro,
.section.is--contact {
    padding: 0 2px
}

.section.is--footer {
    padding-top: 0;
    padding-bottom: 0
}

.section.is--subpage {
    z-index: 32;
    align-items: center;
    height: 7em;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative
}

.section.is--subpage.is--not-sticky {
    position: static
}

.section.is--subpage.is--update {
    background-image: linear-gradient(#000, rgba(0, 0, 0, .81) 37%, transparent);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%
}

.section.is--subpage-header {
    z-index: 0;
    padding-top: 2.71em;
    padding-bottom: 0
}

.section.is--cases {
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px
}

.section.is--cases-header {
    padding-top: 0;
    padding-bottom: 0
}

.section.is-cases-images {
    padding: 2px 2px 0
}

.section.is-cases-images.no-top-padding {
    padding-top: 0
}

.section.is--people {
    z-index: 5;
    padding-top: 20.83em;
    position: relative
}

.section.is--cases-2nd {
    padding-top: 10.25em;
    padding-bottom: 10.25em
}

.section.is--cases-headline {
    color: #fff;
    background-color: #000;
    border-radius: 2.08em;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 14em
}

.section.is--3d {
    perspective: 1000px;
    transform: none
}

.section.is--larger {
    padding-top: 8em;
    padding-bottom: 13.83em
}

.section.is--video {
    display: none
}

.section.is--services {
    padding: 0 2px 2px
}

.section.is--updates {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 10.25em;
    padding-bottom: 0;
    display: flex
}

.section.is--nft {
    display: block
}

.section.is--hero-images {
    padding-top: 0;
    padding-bottom: 0
}

.section.is--star-wars {
    z-index: -1;
    padding-bottom: 17.03em;
    position: relative
}

.section.is--type02 {
    padding-top: 45em;
    padding-bottom: 0
}

.section.is--type01 {
    padding-top: 21.13em;
    padding-bottom: 0
}

.section.is--merch {
    display: block
}

.section.plus--bottom.hide {
    display: none
}

.section.is--merch-copy {
    display: block
}

.page-wrapper {
    margin-top: .1em;
    margin-left: .1em;
    margin-right: .1em;
    font-size: 1em;
    position: relative;
    overflow: hidden
}

.main-wrapper {
    color: #fff
}

.main-wrapper.is--light {
    color: #000
}

.h1 {
    font-size: 8.13em;
    line-height: 1
}

.h1.is--large {
    font-size: 15.63em;
    line-height: .8
}

.h1.is--sans-serif {
       font-family: "Montserrat", sans-serif;
    font-size: 4.58em
}

.h1.is--case {
    font-size: 9em;
    line-height: 1
}

.h2.is--center {
    text-align: center
}

.h2.is--serif {
       font-family: "Montserrat", sans-serif;
    font-size: 8.13em;
    font-weight: 300;
    line-height: .8
}

.h2.is--smaller {
    font-size: 2.5em
}

.h2.is--smaller.has--margin {
    margin-bottom: .63em
}

.h3.is-ai {
       font-family: "Montserrat", sans-serif;
    font-size: 3em;
    font-weight: 700
}

.h4 {
       font-family: "Montserrat", sans-serif;
    font-size: 1.88em;
    line-height: 1.3
}

.h5 {
    font-size: 1.67em;
    line-height: 1.3
}

.h6 {
    font-size: 1.46em
}

.form_input {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    height: 3em;
    margin-bottom: 1em;
    padding: 0 .9em;
    font-size: 1.25em
}

.display {
    font-size: 13.02em;
    line-height: .95
}

.display.is--serif {
       font-family: "Montserrat", sans-serif;
    font-size: 15.63em;
    font-weight: 300
}

.display.is--header {
    margin-bottom: .2em;
    font-size: 13.02em;
    line-height: .9;
    transform: perspective(1471px)
}

.display.is--header.fade-up.tricks {
    transform: perspective(1471px)
}

.form_submit {
    font-size: 1.25em
}


.paragraph.is--display {
       font-family: "Montserrat", sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2
}

.paragraph.is--display.is--large-cemter {
    text-align: center;
    font-size: 3.33em;
    transform: rotate(0)
}

.paragraph.is--intro {
    width: 60ch;
    margin-top: 2.5em;
    font-size: 20px
}

.paragraph.is--small {
    font-size: 1em
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paragraph.is--subpage-header {
    width: 40ch;
    font-size: 1.25em
}

.paragraph.is--subpage-header.is--reg {
    font-size: 18px
}

.paragraph.is--blogteaser {
    font-size: 14px
}

.paragraph.is--larger {
    font-size: 1.25em
}

.paragraph.is--2nd {
    margin-top: 2em
}

.paragraph.max-width-large {
    max-width: 50ch;
    font-size: 16px
}

.paragraph.is--ai-small {
    font-size: 14px
}

.paragraph.is-small {
    opacity: .5;
    font-size: 12px
}

.intro-block {
    width: 60.42em
}

.manifesto-wrapper {
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0%
}

.oval-1 {
    z-index: -5;
    width: 72.29em;
    position: absolute;
    top: -95%;
    bottom: auto;
    left: -80%;
    right: 0%
}

.oval-1.is--lc {
    top: 99%;
    bottom: auto;
    left: auto;
    right: 55%
}

.oval-image {
    width: 100%;
    height: 100%
}

.manifesto-relative {
    position: relative
}

.agency-video-wrapper {
    z-index: 1;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44.11em;
    display: flex;
    position: relative;
    overflow: hidden
}

.agency-video {
    object-fit: fill;
    width: 125%;
    height: 125%
}

.agency-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1.56em;
    display: flex;
    position: relative
}

.agency-displaytext-wrapper {
    z-index: 2;
    position: absolute;
    top: -8.21em;
    left: -6%;
    right: auto
}

.agency-text-wrapper {
    max-width: 31.25em
}

.articles-teaser-heading {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4.58em;
    display: flex
}

.collection-list-wrapper {
    flex: 1;
    width: 25%
}

.collection-list-wrapper:hover {
    z-index: 3;
    position: relative
}

.collection-list-wrapper.is--offset {
    position: relative;
    top: 4.58em
}

.collection-list-wrapper.is--onpage {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr
}

.collection-list.is--onpage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.collection-item {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.collection-item:hover {
    z-index: 1
}

.collection-item.is--onpage {
    min-height: 25vw
}

.collection-item-wrapper {
    z-index: 2;
    aspect-ratio: 4/5;
    transform-origin: 100% 100%;
    color: #fff;
    background-color: #000;
    border: 1px dashed #fff;
    border-radius: .83em;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.08em;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    box-shadow: -13px -10px 40px -4px transparent
}

.collection-item-wrapper:hover {
    color: #000;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: -13px -11px 40px -4px rgba(0, 0, 0, .2)
}

.collection-item-wrapper.is--onpage {
    min-height: 100%
}

.collection-list-wrapper-parent {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex
}

.collection-list-wrapper-parent.is--alias {
    margin-top: 1.25em;
    margin-bottom: -14.84em;
    position: relative
}

.spacer {
    width: 1.25em;
    height: 1.25em
}

.articles-teaser-headline {
    margin-bottom: 1.25em;
    font-size: 2.3em !important;
    font-weight: 300;
    line-height: 1
}

.articles-teaser-headline.is--onpage {
    font-size: 3.33em
}

.collection-list-wrapper-alias {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: .83em;
    width: 50%;
    min-height: 26.04em
}

.collection-list-wrapper-alias.is--offset {
    position: relative;
    top: 4.58em
}

.gradient {
    z-index: 2;
    background-image: linear-gradient(transparent, #000);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.gradient.is--case {
    background-image: linear-gradient(transparent 49%, rgba(0, 0, 0, .54))
}

.gradient.is--lighter {
    background-image: linear-gradient(transparent 24%, rgba(0, 0, 0, .88))
}

.gradient.is--top {
    background-image: linear-gradient(rgba(0, 0, 0, .47), transparent 34%)
}

.blog-headline-wrapper {
    flex-flow: wrap;
    align-items: center;
    display: flex
}

.back-button {
    text-align: center;
    white-space: nowrap;
    border: 1px dashed #000;
    border-radius: 100vh;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 5em;
    margin-right: 1.25em;
    padding-left: 1.67em;
    padding-right: 1.67em;
    display: flex
}

.blog-headline-wrapper-parent {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    max-width: 100ch;
    display: flex
}

.author-image {
    border: 1px solid #000;
    border-radius: 100vh;
    width: 5em;
    height: 5em;
    margin-right: -1.67em;
    overflow: hidden
}





.inline-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 7.5em;
    line-height: .9;
}

.inline-h1.spacing {
    padding-right: .2em
}

.locomotive-scroll {
    flex-direction: column;
    align-items: stretch
}

.collection-list-image-wrapper {
    z-index: 0;
    transform-origin: 0 100%;
    border-radius: .83em;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.collection-list-image {
    object-fit: cover;
    max-width:450px;
    height: 100%;
    border-radius: .83rem;
}

.agency-top-wrapper {
    margin-top: 5.83em;
    position: relative
}

.button {
    text-align: center;
    white-space: nowrap;
    border: 1px dashed #000;
    border-radius: 100vh;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 1.25em;
    padding: 1.5em 1.67em;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    overflow: hidden
}

.button:hover {
    color: #fff;
    border-color: transparent
}

.button.is--social {
    border-radius: 100vw;
    margin-right: 0
}

.button.is--light {
    z-index: 50;
    color: #000;
    border-color: #fff
}

.button.is--light:hover {
    border-color: rgba(255, 255, 255, 0)
}

.button.is--updates {
    background-color: #f5f5f5;
    border-style: dashed;
    margin-right: 0;
    padding: .75em 1.5em;
       font-family: "Montserrat", sans-serif;
    overflow: hidden
}

.button.is--updates.is--light {
    color: #fff;
    background-color: #000
}

.button.is--password {
    color: #000;
    background-color: #fff;
    align-self: stretch;
    height: 5em;
    margin-right: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 1em
}

.button.is--password:hover {
    border-style: dashed;
    border-color: #000
}

.button.is--password::placeholder {
    color: #000
}

.button.is--form {
    background-color: var(--white-smoke);
    color: #000;
    margin-right: 0;
    font-size: 20px;
    line-height: 1
}

.button.is--form:hover {
    color: #fff;
    background-color: #000
}

.center-text-block-wrapper {
    perspective: 1451px;
    justify-content: center;
    align-items: center;
    width: 80em
}

.cases-heading-wrapper {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 20%
}

.oval-2 {
    z-index: -5;
    width: 72.29em;
    position: absolute;
    top: -17%;
    bottom: auto;
    left: -259%;
    right: 0%
}

.cases-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 50%
}

.cases-list-wrapper.is--right {
    margin-top: 15%;
    margin-left: 2px
}

.cases-list-wrapper.is--onpage {
    width: 100%
}

.cases-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid
}

.cases-list.is--onpage {
    grid-template-columns: 1fr 1fr
}

.cases-list-item {
    background-color: #fff;
    border: 1px dashed #000;
    border-radius: 2.08em;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 50vw;
    padding: 0% .63em .63em;
    transition: all .2s;
    display: flex;
    position: relative
}

.cases-list-item:hover {
    color: #fff;
    background-color: #000
}

.link-text.is--2nd {
    position: absolute
}

.link-text.is--2nd.is--light {
    color: #000
}

.link-text.is--first.is--light {
    color: #fff
}


.link-wrapper {
    z-index: 2;
    position: relative;
    overflow: hidden
}

.link-move {
    position: relative
}

.link-circle {
    z-index: 1;
    background-color: #000;
    border-radius: 50%;
    width: 100%;
    margin-bottom: 4.8em;
    padding-top: 100%;
    transition: all .4s;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.link-circle.hover {
    border-radius: 0%;
    margin-bottom: 0
}

.link-circle.is--contact {
    margin-bottom: 31.6em
}

.link-circle.is--light {
    background-color: #fff
}

.fade-up {
    transform-origin: 50% 100%
}

.transition {
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 2px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.transition-trigger {
    display: none
}

.transition-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.icon {
    z-index: 998;
    width:25rem;
    position: relative
}

.icon.is--small {
    width: 12px;
    height: 12px
}

.transition-color {
    z-index: 996;
    background-color: #f5f5f5;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.transition-frame {
    z-index: 997;
    background-color: #000;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static
}

.blog-header-container {
    color: #fff;
    border-radius: 2.08em;
    height: 26.04em;
    padding-top: 2.29em;
    padding-left: 4.38em;
    padding-right: 4.38em;
    position: relative;
    overflow: hidden
}

.blog-intro-container {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    padding: 5.83em 12%;
    display: flex;
    position: relative
}

.intro-text {
    z-index: 1;
    max-width: 60ch;
    font-family: Niveau Grotesk Regular, sans-serif;
    font-size: 2.08em;
    font-weight: 400;
    position: relative
}

.schmuckelement-wrapper {
    z-index: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.schmuckelement-manipulator {
    height: 31.72em;
    position: absolute;
    top: -30px;
    left: -44%
}

.oval-3 {
    width: 100%;
    height: 100%
}

.schmuckelement-relative {
    position: relative;
    left: 111px
}

.body-2 {
    background-color: #f5f5f5
}

.is--serif {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25em;
    font-weight: 400
}

.get-in-touch {
  font-family: mon;font-family: "Montserrat", sans-serif;
     font-size: 9.55em;
    line-height: .85
}

.get-in-touch.hover {
    text-decoration: underline
}

.text-contact {
    text-decoration: none
}

.get-in-touch-wrapper {
    text-align: center;
    background-color: #fff;
    border: 1px dashed #000;
    border-radius: 2.08em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.33em;
    padding-bottom: 3.33em;
    transition: all .2s;
    display: flex
}

.get-in-touch-wrapper:hover {
    color: #fff;
    background-color: #000
}

.underline {
    transform-origin: 0%;
    background-color: #fff;
    width: 100%;
    height: 1.04em
}

.underline.is--dark {
    background-color: #fff
}

.footer-wrapper {
    justify-content: space-between;
    padding-top: 1.67em;
    padding-bottom: 1.67em;
    display: flex
}

.footer-left {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex: 0 auto;
    align-items: center;
    display: flex
}

.claim {
    letter-spacing: .3em;
    text-transform: uppercase;
    align-items: center;
    padding-left: 1.67em;
       font-family: "Montserrat", sans-serif;
    font-size: .73em;
    font-weight: 700;
    line-height: 1
}

.claim.is--link {
    margin-top: .63em;
    padding-left: 0
}

.claim.is-standard {
    padding-left: 0
}

.footer-right {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.footer-nav-item {
    margin-left: 1.67em
}

.cases-list-headline {
    z-index: 1;
    color: #fff;
       font-family: "Montserrat", sans-serif;
    font-size: 5.83em;
    font-weight: 300;
    display: none;
    position: relative
}

.audio-play {
    cursor: pointer
}

.utility-page-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 90vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.social-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none
}

.social-item {
    text-align: center;
    border: 1px dashed #000;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
       font-family: "Montserrat", sans-serif;
    display: flex
}

.subpage-header-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.subpage-header-left.is--small {
    width: 60ch
}

.blog-collection-list-wrapper {
    flex: 1
}

.blog-collection-list-wrapper:hover {
    z-index: 3;
    position: relative
}

.blog-collection-list-wrapper.is--offset {
    position: relative;
    top: 4.58em
}

.blog-collection-list-wrapper.is--onpage {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr
}

.blog-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 200px;
    grid-auto-columns: 1fr;
    display: grid
}

.blog-collection-list.is--onpage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.blog-collection-item {
    flex-direction: row;
    min-width: 22vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative
}

.blog-collection-item:hover {
    z-index: 1
}

.blog-collection-item.is--onpage {
    min-height: 25vw
}

.blog-collection-item-wrapper {
    z-index: 1;
    aspect-ratio: 4/5;
    transform-origin: 100% 100%;
    color: #fff;
    background-color: #000;
    border: 1px dashed #fff;
    border-radius: .83em;
    flex-direction: column;
    justify-content: space-between;
    max-width:450px !important;
    padding: 2.08em;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    box-shadow: 12px 12px 40px -4px transparent
}

.blog-collection-item-wrapper:hover {
    color: #000;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: -12px -12px 40px -4px rgba(0, 0, 0, .13)
}

.blog-collection-item-wrapper.is--onpage {
    min-height: 100%
}

.blog-collection-item-wrapper.is--onblog {
    min-height: 28vw
}

.blog-header-image-wrapper {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.double-author-collection-list-wrapper {
    margin-right: .63em
}

.double-author-collection-list {
    width: 8.5em;
    display: flex
}

.double-author-name-colletion-list-item {
    display: flex
}

.empty-state,
.empty-state-2 {
    display: none
}

.single-author-collection-list-wrapper {
    margin-right: .63em
}

.single-author-collection-list {
    display: flex
}

.image-group {
    border-radius: 2.08em;
    width: 50%;
    padding-top: 40vw;
    position: relative;
    overflow: hidden
}

.image-group.is--right {
    margin-left: 2px
}

.image-group-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.back-home-wrapper {
    flex-direction: row;
    flex: auto;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.footer-middle {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.address {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    font-size: 14px;
    display: flex
}

.info-wrapper {
    justify-content: space-between;
    display: flex
}

.cases-list-item-name-wrapper {
    z-index: 1;
    width: 100%;
    padding: 1.67em
}

.cases-collection-list-image-wrapper {
    perspective: 1600px;
    perspective-origin: 50%;
    transform-origin: 50%;
    border-radius: 1.67em;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden
}

.cases-list-subline {
    margin-top: .42em;
    font-size: 1.25em
}

.cases-list-link-wrapper {
    flex-direction: column;
    display: flex
}

.dots {
    width: 1.67em
}

.dots.is--dark {
    opacity: 0;
    position: absolute
}

.image-single {
    border-radius: 2.08em;
    width: 100%;
    margin-bottom: 2px;
    padding-top: 40vw;
    position: relative;
    overflow: hidden
}

.image-single.is--right {
    margin-left: 2px
}

.image-single.is--case {
    padding-top: 47vw
}

.image-single.is--case.is--video {
    margin-bottom: 2px;
    padding-top: 56vw
}

.footer-acc-link {
    text-decoration: underline
}

.cases-header-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
    display: flex
}

.cases-header-headline-wrapper {
    z-index: 100;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130ch;
    margin-bottom: 10em;
    padding-top: 14.03em;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    position: relative
}

.cases-header-image-wrapper {
    border-radius: 2.08em;
    width: 100%;
    height: 45em;
    margin-bottom: -27.95em;
    position: relative;
    overflow: hidden
}

.cases-intro-wrapper {
    justify-content: space-between;
    display: flex
}

.cases-intro-wrapper.is--2nd {
    justify-content: center
}

.cases-intro-outer-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    display: flex
}

.cases-intro-text {
    max-width: 60ch;
    font-size: 1.04em
}

.cases-intro-inner-wrapper {
    flex-direction: column;
    display: flex
}

.button-wrapper {
    margin-top: 2.5em;
    display: flex
}

.cases-intro-parts {
    margin-bottom: 2.5em
}

.cases-intro-parts.is--single,
.cases-intro-parts.is--last {
    margin-bottom: 0
}

.people-display-static-wrapper {
    z-index: -2;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.people-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.people-wrapper {
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40vw;
    padding: 2.08em;
    display: flex;
    position: relative
}

.people-wrapper.plus-1 {
    height: 30vw
}

.people-image-wrapper {
    z-index: -1;
    border-radius: 1.25em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.people-list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template: "Area" /1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.people-headline {
    transform-origin: 50% 30%;
    font-size: 46.88em
}

.people-headline.is--updates {
    font-size: 40em;
    line-height: .75
}

.people-headline.is--updates.is--mobile {
    display: none
}

.people-bottom {
    text-align: center
}

.people-pronoun-pill {
    color: #000;
    background-color: #fff;
    border-radius: 100vw;
    padding: .21em .83em;
       font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1
}

.people-name {
    font-size: 2.5em
}

.people-name.plus-1 {
    font-size: 1.75em;
    font-weight: 700
}

.people-top {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.people-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .38), transparent 16%, transparent 72%, rgba(0, 0, 0, .76));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.people-gradient.is--ai {
    mix-blend-mode: multiply;
    background-image: linear-gradient(rgba(224, 212, 255, .74), rgba(224, 212, 255, .4))
}

.blog-header-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .45) 7%, transparent 49%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.collection-list-wrapper-child {
    width: 50%;
    display: flex
}

.link-section {
    padding-left: 2px;
    padding-right: 2px
}

.link-logo-wrapper {
    background-image: linear-gradient(#f5f5f5 52%, rgba(245, 245, 245, 0));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.67em;
    padding-bottom: 3.47em;
    display: flex
}

.link-link {
    text-align: center;
    border: 1px dashed #000;
    border-radius: 1.25em;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    padding: 1.25em;
       font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    display: flex
}

.link-link.is--light {
    border-color: #fff
}

.dropdown {
    margin-left: 0;
    margin-right: 0;
    position: static
}

.dropdown-list {
    color: #fff;
    background-color: #000;
    border-radius: 2.08em;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.dropdown-list.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.mobile-nav-link-wrapper {
    text-align: center;
    background-color: #fff;
    border: 1px dashed #000;
    border-radius: 2.08em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.33em;
    padding-bottom: 3.33em;
    transition: all .2s;
    display: flex
}

.mobile-nav-link-wrapper:hover {
    color: #fff;
    background-color: #000
}

.mobiile-nav-link-text {
       font-family: "Montserrat", sans-serif;
    font-size: 22.55em;
    line-height: .85
}

.mobiile-nav-link-text.hover {
    text-decoration: underline
}

.language-switch-wrapper {
    display: flex
}

.legal-text-list-wrapper {
    width: 90ch
}

.patrick {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-size: 1.5em
}

.people-display-relative-wrapper {
    perspective: 1600px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 2.4em;
    display: flex;
    transform: perspective(1600px)
}

.people-display-relative-wrapper.is--updates {
    justify-content: flex-start;
    padding-top: 5.5em;
    padding-left: 2.63em
}

.blur {
    z-index: 5;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(245, 245, 245, .63);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.services-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex
}

.services-bubble {
    color: #000;
    background-color: #fff;
    border-radius: 100vw;
    margin-bottom: .75em;
    margin-right: .75em;
    padding: .5em 1em;
       font-family: "Montserrat", sans-serif;
    font-size: 1em
}

.services-bubble.is--large {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 3em;
    line-height: 1;
    display: flex
}

.services-bubble.is--new {
    text-align: center;
    border-radius: 1.1em;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.8em
}

.time-wrapper {
    display: flex
}

.vienna {
    margin-right: .3em
}

.header-bg-video {
    text-align: center;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.show-up {
    perspective-origin: 50% 0;
    transform-origin: 50% 0
}

.h1-wrapper {
    z-index: 50;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.image {
    display: none
}

.video-wrapper {
    width: 100vw;
    height: 100vh
}

.cookie-wrapper {
    z-index: 999;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.cookie-wrapper.gone {
    display: none
}

.cookie-inner-wrapper {
    background-color: #000;
    border: 1px solid rgba(245, 245, 245, .26);
    border-radius: 100vw;
    align-items: center;
    margin-bottom: 1.5em;
    padding: .75em 1em .75em 1.255em;
    display: flex
}

.cookie-headline {
    font-family: Niveau Grotesk Regular, sans-serif;
    font-size: .88em
}

.cookie-button-wrapper {
    align-items: center;
    margin-left: .75em;
    display: flex
}

.text-link {
    background-color: transparent;
    text-decoration: underline
}

.cookie-optin {
    border: 1px dashed #fff;
    border-radius: 100vh;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: .63em;
    padding: .31em .52em;
    line-height: 1;
    transition: all .2s;
    display: flex
}

.cookie-optin:hover {
    color: #000;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0)
}

.cookie-optin:focus-visible {
    outline-offset: 0px;
    outline: 3px solid #fff
}

.cookie-optin[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 3px solid #fff
}

.cookie-optin.is--footer {
    margin-left: 1.25em;
    padding-left: .63em;
    padding-right: .63em
}

.cookie-optin.is--footer:hover {
    border-color: #000
}

.cookie-optin.is--footer.is--light {
    text-align: center;
    margin-left: .63em
}

.cookie-optin.is--current {
    color: #000;
    background-color: #fff;
    border-color: transparent
}

.cookie-optin.is--current.is--light {
    color: #fff;
    background-color: #000
}

.cookie-optin.is--current.is--pronoun {
    margin-left: 0;
    font-family: Niveau Grotesk Bold, sans-serif
}

.cookie-optin.is--light {
    border-color: #000
}

.cookie-optin.is--light:hover {
    color: #fff;
    background-color: #000;
    border-color: transparent
}

.cookie-optin.is--light:focus {
    outline-color: #000
}

.cookie-optin.is--light:focus-visible {
    outline-color: #000
}

.cookie-optin.is--light[data-wf-focus-visible] {
    outline-color: #000
}

.cookie-optin.is--light.w--current {
    color: #fff;
    background-color: #000
}

.cookie-optin.is--dots {
    display: none;
    position: relative
}

.cookie-optin.is--dropdown {
    z-index: 1;
    margin-left: 0
}

.cookie-optin.is--manifest {
    display: none
}

.client-bubble {
    color: #000;
    background-color: #fff;
    border-radius: 100vw;
    margin-bottom: 1.5em;
    padding: .38em .88em
}

.client-bubble.is--award {
    color: #fff;
    background-image: url(https://assets-global.website-files.com/61fa34e3c4f3e6c84c6cd1d5/634e6661bf0dad7d0485a754_Gold.jpg);
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    display: flex
}

.client-bubble.is--award.is--sibo {
    background-image: linear-gradient(270deg, #e07a36, #adadad)
}

.manifest-video-wrapper {
    z-index: 100;
    color: #fff;
    background-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color .6s;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.manifest-video-wrapper.visible {
    z-index: 49;
    background-color: #000;
    justify-content: space-between;
    display: flex
}

.manifest-video-inner-wrapper {
    justify-content: center;
    align-items: center;
    width: 150vh;
    max-width: 90vw;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: 50%
}

.manifest-video {
    display: none;
    position: absolute
}

.manifest-back-button {
    margin-bottom: 2em
}

.html-embed {
    width: 100%;
    height: 100%
}

.manifest-inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50%;
    padding-top: 2em;
    display: flex;
    position: relative
}

.is--icon {
    z-index: 2;
    width: 1em;
    margin-left: .231em;
    position: relative
}

.is--icon.is--larger {
    width: 1.25em;
    margin-left: .5em
}

.canvas-embed {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.section-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative
}

.serice-button {
    z-index: 50;
    position: relative
}

.blog-headline-google {
    color: var(--white-smoke);
    font-family: Niveau Grotesk Regular, sans-serif;
    font-size: 1em
}

.blog-gallery-image-wrapper {
    margin-top: 5.83em;
    margin-bottom: 5.83em
}

.test {
    justify-content: center;
    align-items: center;
    margin-bottom: 228px;
    display: flex
}

.instagram {
    background-color: #f5f5f5;
    border-radius: 100vw;
    padding: .21em .53em
}

.services-collection-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: -1.5em;
    padding-bottom: 0;
    display: flex
}

.service-bubble-wrapper {
    justify-content: center;
    align-items: center;
    padding: 1.5em;
    display: flex
}

.text-container {
    color: #fff;
    white-space: nowrap;
    background-color: #000;
    padding-bottom: .04em;
       font-family: "Montserrat", sans-serif;
    font-size: 18em;
    line-height: .8
}

.services-collection-list-new {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: grid
}

.service-bubble-wrapper-new {
    justify-content: center;
    align-items: center;
    display: block
}

.h1-link {
    text-decoration: underline
}

._404-wrapper {
    max-width: 100em
}

.updates-link {
    z-index: 50;
    background-color: var(--white-smoke);
    outline-offset: 0px;
    border-radius: 100vw;
    outline: 1px dashed #000;
    justify-content: center;
    align-items: center;
    padding: .75em 1.5em;
       font-family: "Montserrat", sans-serif;
    transition: color .6s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1);
    display: none;
    position: fixed;
    top: 2em;
    bottom: auto;
    left: auto;
    right: 2em
}

.updates-link:hover {
    outline-offset: 0px;
    color: var(--white-smoke);
    background-color: #000;
    border-color: transparent;
    outline: 1px dashed #fff
}

.blog-short-outer-wrapper {
    align-items: flex-start;
    margin-top: 1.67em;
    display: flex
}

.date-bubble {
    color: #fff;
    background-color: #000;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 4em;
    margin-right: 1.5em;
    padding-top: .2em;
    padding-bottom: 1.25em;
    display: none
}

.date-bubble-day {
    font-size: 1.5em;
    line-height: 1
}

.date-bubble-month {
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-top: .25em;
    font-size: .75em;
    line-height: 1
}

.date-bubble-day-wrapper {
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    height: 3.5em;
    display: flex
}

.date-bubble-month-year {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: .5em;
    display: flex
}

.updates-list-wrapper {
    width: 35.5em
}

.updates-list-wrapper.is--instagram {
    position: relative
}

.updates-item {
    margin-bottom: 1.5em
}

.update-wrapper {
    background-color: #000;
    border: 1px dashed #fff;
    border-radius: 2.5em;
    width: 100%;
    padding: .31em;
    transition: all .6s
}

.update-wrapper:hover {
    border-color: var(--white-smoke);
    background-color: var(--white-smoke);
    perspective-origin: 100% 100%;
    transform-origin: 100% 100%;
    color: #000;
    transform: translate(-1em)
}

.update-wrapper.is--instagram {
    z-index: 2;
    position: relative
}

.update-wrapper.is--instagram:hover {
    color: #f5f5f5;
    background-color: #000;
    transform: none
}

.update-wrapper.is--nolink {
    border-style: solid
}

.update-wrapper.is--nolink:hover {
    color: #fff;
    background-color: #000;
    transform: none
}

.update-wrapper.is--image {
    border-style: solid;
    align-items: flex-end;
    min-height: 28em;
    transition-property: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.update-wrapper.is--image:hover {
    color: #f5f5f5;
    background-color: #000;
    border-style: solid;
    transform: none
}

.update-image-wrapper {
    border-radius: 2.25em;
    height: 14.37em;
    overflow: hidden
}

.update-image-wrapper.is--case {
    border-radius: 2.13em
}

.update-image-wrapper.is--image {
    border-radius: 2.5em;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.update-text-wrapper {
    z-index: 3;
    padding: 1.5em 1.69em 1.4em;
    position: relative
}

.h2-updates {
    margin-bottom: .25em;
    font-size: 2em
}

.h2-updates.is--image {
    font-size: 3em
}

.update-body {
    color: var(--white-smoke);
    background-color: #000
}

.updates-info-wrapper {
    justify-content: space-between;
    margin-bottom: .75em;
    display: flex
}

.updates-category {
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 100vw;
    margin-right: .5em;
    padding: .13em .63em;
       font-family: "Montserrat", sans-serif;
    font-weight: 400
}

.updates-category.is--imagecaraousel {
    position: absolute;
    top: 4%;
    bottom: auto;
    left: 6%;
    right: auto
}

.updates-category.is--dark {
    color: #fff;
    background-color: #000;
    font-size: .75em
}

.updates-category.is--light {
    color: #000;
    background-color: #fff;
    font-size: .75em
}

.updates-date {
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 100vw;
    padding: .13em .63em;
    font-family: Niveau Grotesk Regular, sans-serif;
    font-weight: 400
}

.updates-cat-date-wrapper {
    display: flex
}

.updates-cat-date-wrapper.is--imagecarousel {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    margin-top: 6%;
    margin-left: 6%;
    margin-right: 8%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%
}

.img-external {
    width: 1.88em
}

.updates-start-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 4em;
    display: flex
}

.updates-start-headline {
    margin-bottom: .2em;
       font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: .9
}

.update-start-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
    display: flex
}

.instagram-glow {
    background-image: linear-gradient(131deg, #701afc, #ff149c 37%, #ff4d1e 72%, #ffd000);
    border-radius: 2.5em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.dark-mode {
    color: #000;
    background-color: #f5f5f5;
    border-radius: 2em 2em 0 0;
    padding-top: 2px
}

.funkel {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    position: relative;
    top: .05em
}

.funkel.is--white {
    position: absolute
}

.funkel-wrapper {
    z-index: 2;
    position: relative
}

.updates-link-wrapper {
    z-index: 50;
    position: fixed;
    top: 6em;
    right: 2em
}

.updates-star-wrapper {
    background-color: #ffc107;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 1.88em;
    height: 1.88em;
    margin-right: .5em;
    display: flex
}

.star {
    width: 1.2em;
    height: 1.2em
}

.swiper-wrapper {
    overflow: visible
}

.swiper-wrapper.is-agenda {
    display: flex
}

.swiper-slide {
    overflow: hidden
}

.swiper-slide.is-agenda {
    border-radius: 1.225rem;
    flex-direction: column;
    justify-content: space-between;
    min-width: 20em;
    height: 100%;
    min-height: 33em;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.swiper-slide.is-voice {
    border-radius: 1.225rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.swiper {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%
}

.swiper.is-agenda {
    padding-left: 0%;
    padding-right: 0%
}

.slider-height {
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2.5em;
    padding-top: 130%;
    position: relative;
    overflow: hidden
}

.slider-height.is--first {
    background-color: #000
}

.vide-wrapper-case {
    width: 100%;
    height: 100%
}

.case-video-wrapper {
    justify-content: center;
    align-items: center;
    width: 150vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.carousel-info-left {
    flex: 0 auto;
    display: flex
}

.swipe-indicator {
       font-family: "Montserrat", sans-serif;
    font-size: 1em
}

.sidebar-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    width: 30%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 2em
}

.blog-content-wrapper {
    flex: none;
    align-self: stretch;
    align-items: stretch;
    width: 60%;
    display: flex
}

.blog-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 105em;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.new_author-wrapper {
    align-items: center;
    margin-top: .75em;
    display: flex
}

.new_author-wrapper.is--hl {
    margin-left: 0;
    padding-left: 0
}

.author-name-wrapper {
    flex-direction: column;
    display: flex
}

.blogbar {
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-top-left-radius: 100vw;
    border-bottom-left-radius: 100vw;
    flex: none;
    align-self: auto;
    width: 32px;
    height: 100%
}

.blog-rich-text {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 52px;
    margin-left: 20px
}

.blog-rich-text h2 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-rich-text p {
    border-left: 2px #000;
    margin-bottom: 48px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-rich-text h3 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-rich-text img {
    object-fit: cover
}

.blog-rich-text figure {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    margin-top: 32px;
    margin-bottom: 48px;
    padding-left: 0;
    display: flex
}

.blog-rich-text h4 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-rich-text blockquote {
    border-left: 2px solid #000;
    margin-top: 112px;
    margin-bottom: 160px;
    margin-left: -52px;
    padding: 0 0 0 112px;
       font-family: "Montserrat", sans-serif;
    font-size: 4em;
    line-height: 1
}

.blog-rich-text.is--wrapper {
    margin-top: 52px;
    margin-left: 0
}

.blog-rich-text h5 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-rich-text a {
    text-decoration: underline
}

.blog-rich-text ol {
    padding-left: 28px;
    font-size: 18px
}

.blog-rich-text ul {
    margin-bottom: 48px;
    padding-left: 22px;
    font-size: 18px
}

.new-blog-intro-wrapper {
    color: #fff;
    background-color: #000;
    border-radius: 1.5em;
    padding: 2em
}

.blog-richt-text-wrapper {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 20px
}

.blog-richt-text-wrapper h2 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-richt-text-wrapper p {
    border-left: 2px #000;
    margin-bottom: 48px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-richt-text-wrapper h3 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-richt-text-wrapper img {
    object-fit: cover
}

.blog-richt-text-wrapper figure {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    margin-top: 32px;
    margin-bottom: 48px;
    padding-left: 0;
    display: flex
}

.blog-richt-text-wrapper h4 {
    border-left: 2px solid #000;
    margin-bottom: 18px;
    margin-left: -52px;
    padding-left: 52px
}

.blog-richt-text-wrapper blockquote {
    text-align: center;
    border-left: 2px solid #000;
    margin-top: 64px;
    margin-bottom: 64px;
    margin-left: -52px;
    padding: 0 0 0 112px;
       font-family: "Montserrat", sans-serif;
    font-size: 3em;
    font-weight: 300;
    line-height: 1
}

.blog-richt-text-wrapper.is--wrapper {
    margin-top: 52px;
    margin-left: 0
}

.new-blog-intro-wrapper-outer {
    border-left: 2px solid #000;
    margin-bottom: 48px;
    margin-left: -32px;
    padding-left: 52px
}

.case-bubble {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    display: flex
}

.bold {
    font-family: Niveau Grotesk Bold, sans-serif
}

.ai-announcer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 100vw;
    align-items: center;
    width: auto;
    height: 32px;
    padding: 4px 14px 4px 4px;
       font-family: "Montserrat", sans-serif;
    font-size: 12px;
    transition: all .2s;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2em;
    left: 2em;
    right: auto;
    overflow: hidden
}

.openai-logo {
    width: 24px;
    height: 24px
}

.author-headline {
    display: flex
}

.blog-reference-image-wrapper {
    border-radius: .75em;
    flex: none;
    width: 7em;
    height: 9em;
    overflow: hidden
}

.blog-reference-collection-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: var(--white-smoke);
    border: 1px dashed #000;
    border-radius: 1.25em;
    align-items: center;
    margin-top: .75em;
    margin-right: 6%;
    padding: .5em 1em .5em .5em;
    transition: all .2s;
    display: flex
}

.blog-reference-collection-item:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.blog-reference-collection-item.is--dark {
    color: #fff;
    background-color: rgba(245, 245, 245, 0);
    border-color: #fff;
    margin-right: 0%
}

.blog-reference-collection-item.is--dark:hover {
    color: #000;
    background-color: #fff
}

.blog-reference-text {
    flex: 1;
       font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.2
}

.blog-reference-text-wrapper {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.empty-state-3,
.empty-state-4 {
    display: none
}

.nft-teaser-wrapper {
    background-image: url(https://assets-global.website-files.com/61fa34e3c4f3e6c84c6cd1d5/63866e5cb6ffba4fb05edd17_raster.svg);
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #000;
    border-radius: 2.08em;
    justify-content: space-between;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 3em;
    display: flex;
    overflow: hidden
}

.nft-teaser-right {
    grid-row-gap: .5em;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 60%;
    display: flex
}

.h1-wrapper-2 {
    text-align: center;
    font-size: .5vw;
    display: inline-block
}

.display-2 {
    font-size: 13.94em;
    font-weight: 400;
    line-height: 1
}

.display-2.is--h1 {
    display: inline-block;
    overflow: visible
}

.text-block {
    font-family: Itc garamond light condensed, Times New Roman, sans-serif
}

.gif-wrapper {
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 100vw;
    width: 8.38em;
    height: 8.38em;
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 0 1px #000
}

.img-2 {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.xmas-wrapper {
    margin-right: 1.5em;
    display: inline-block
}

.copy {
    width: 50ch;
    margin-bottom: 12px;
    font-size: 14px
}

.nft-artwork-wrapper {
    flex: 0 auto;
    width: 30%;
    position: static
}

.nft {
    width: 45%;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: -8%;
    right: auto
}

.nft._2 {
    top: 55%;
    bottom: auto;
    left: auto;
    right: -7%
}

.nft._3 {
    top: -56%;
    bottom: auto;
    left: auto;
    right: 6%
}

.nft-wrapper {
    border-radius: 1.5em;
    width: 100%;
    padding-top: 100%;
    position: relative
}

.nft-single {
    border: 2px solid transparent;
    border-radius: 1em;
    width: 55%;
    height: 55%;
    position: absolute;
    top: -26%;
    bottom: 0%;
    left: 5%;
    right: 0%;
    overflow: hidden
}

.nft-single:hover {
    border-color: #000
}

.nft-single.is--2 {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: -33%;
    left: auto;
    right: -60%
}

.nft-single.is--3 {
    width: 80%;
    height: 80%;
    top: auto;
    bottom: -46%;
    left: -6%;
    right: auto
}

.nft-single.is--1 {
    width: 65%;
    height: 65%;
    top: -10%;
    bottom: auto;
    left: auto;
    right: -42%
}

.inline-h1-copy {
       font-family: "Montserrat", sans-serif;
    font-size: 7.5em;
    line-height: .9
}

.inline-h1-copy.spacing {
    padding-right: .2em
}

.merchandise-hero-wrapper {
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 2.08em;
    justify-content: center;
    align-items: center;
    min-height: 35em;
    max-height: 70vh;
    display: flex
}

.merchandise-hero-heading {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    text-align: center;
    flex-direction: column;
    display: flex
}

.merchandise-image-hero-wrapper {
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
    margin-top: -10em;
    display: flex;
    position: relative
}

.hero-image {
    border-radius: 2em;
    width: 30%;
    padding-top: 37%;
    position: relative;
    overflow: hidden
}

.hero-image.is--2nd {
    z-index: 5;
    width: 25%;
    padding-top: 29%;
    top: 14.3vw;
    right: -10.9vw
}

.hero-image.is--3rd {
    width: 28%;
    padding-top: 33%;
    top: 4.9vw
}

.hero-image-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.star-wars-wrapper {
    text-align: justify;
    transform-style: preserve-3d;
    width: 25ch;
    margin-top: -13.1em;
    margin-bottom: -13em;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25em;
    line-height: 1.4;
    position: relative;
    transform: rotateX(51deg)rotateY(0)rotate(0)
}

.merch-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    display: flex
}

.merch-teaser {
    color: #000;
    background-color: #f5f5f5;
    border-radius: 2.08em;
    width: 50%;
    padding-top: 50%;
    position: relative;
    overflow: hidden
}

.merch-teaser.is--large {
    width: 100%
}

.merch-teaser.is--2nd {
    top: 10.4em
}

.merch-teaser-image-wrapper {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.merch-teaser-content-wrapper {
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.13em;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.merch-teaser-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 5em;
    font-weight: 300;
    line-height: 1
}

.merch-teaser-content-top {
    text-align: left
}

.merch-teaser-claim {
    letter-spacing: .3em;
    text-transform: uppercase;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: .73em;
    font-weight: 700;
    line-height: 1
}

.merch-teaser-claim.is--link {
    margin-top: .63em;
    padding-left: 0
}

.merch-teaser-content-bottom {
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1;
    display: flex
}

.text-block-2 {
    font-family: "Montserrat", sans-serif;
}

.merchandise-body {
    background-color: #000
}

.star-wars-gradient {
    z-index: 3;
    background-image: linear-gradient(#000 22%, transparent 39%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.merch-teaser-section-headline-wrapper {
    justify-content: flex-end;
    display: flex;
    position: relative
}

.merch-teaser-section-headline {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 33.5em;
    line-height: 1;
    display: flex;
    position: absolute;
    top: -.7em;
    right: -.1em
}

.merch-teaser-section-headline.is--type02 {
    left: -.1em;
    right: auto
}

.merch-teaser-section-headline.is--special {
    top: -.65em;
    right: 0
}

.type {
    margin-right: .5ch;
    display: flex
}

.dark-mode-nav {
    color: #000
}

.merhandise-teaser-headline {
    margin-bottom: .2em;
    font-family: "Montserrat", sans-serif;
    font-size: 8em;
    font-weight: 300;
    line-height: .9
}

.merchandise-teaser-wrapper {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2.08em;
    justify-content: space-between;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 3em;
    display: flex;
    overflow: hidden
}

.section-lc-header {
    color: #fff;
    background-color: #000;
    border-radius: 2em;
    margin-top: -7em;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    overflow: hidden
}

.lc-header-wrapper {
    justify-content: center;
    align-items: center;
    height: 70svh;
    min-height: 35em;
    margin-top: 0;
    display: flex
}

.lc-header-wrapper.is-ai {
    z-index: 2;
    position: relative
}

.lc-header-text {
    text-align: center;
    flex-direction: column;
    width: 80%;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5em;
    line-height: 1;
    display: flex
}

.lc-header-text.is--ai {
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 1em
}

.lc-section-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 9em;
    font-weight: 300;
    line-height: 1
}

.lc-intro-wrapper {
    align-self: flex-end
}

.typedjs-multiple {
    font-weight: 300;
    display: inline
}

.typed-js_component {
    flex: 0 auto
}

.section-products {
    padding-left: 2px;
    padding-right: 2px
}

.products-wrapper {
    color: #fff;
    background-color: #000;
    border-radius: 2.08em;
    margin-bottom: 2px;
    padding-top: 5em;
    padding-bottom: 5em
}

.products-headline-style {
    font-family: "Montserrat", sans-serif;
    font-size: 7em;
    font-weight: 300;
    line-height: 1
}

.products-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4em;
    display: flex
}

.products-content-intro {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    max-width: 500px;
    margin-left: 4em;
    display: flex
}

.products-list {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    width: 60%;
    display: flex
}

.product-name {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 1.25em;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    min-height: 10em;
    padding: 2em;
    display: flex
}

.line {
    background-color: rgba(255, 255, 255, .25);
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.contact-form-outer-wrapper {
    color: #fff;
    background-color: #000;
    border-radius: 2.08em;
    align-self: stretch;
    margin-top: 5em;
    display: flex
}

.contact-form-outer-wrapper.ia-ai {
    margin-top: 0
}

.contact-form-left-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    width: 43%;
    max-width: 37.5em;
    padding: 4em;
    display: flex
}

.contact-form-wrapper {
    background-color: var(--white-smoke);
    color: #000;
    border-radius: 1.9em;
    flex: 1;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 4em
}

.contact-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-bottom: auto
}

.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.form-label.plus-left {
    padding-left: 12px
}

.form-field {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border: 1px dashed #000;
    border-radius: 100vw;
    width: 100%;
    margin-bottom: 0;
    padding: 32px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px
}

.form-field:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
}

.form-field:focus {
    border-style: solid;
    box-shadow: 0 0 0 2px #161616
}

.form-field::placeholder {
    color: rgba(0, 0, 0, .25)
}

.form-field.is--dropdown {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex
}

.radio-button-field {
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 14px
}

.radio-button {
    border: 1px solid #000;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: -40px
}

.radio-button:hover {
    border-width: 2px
}

.radio-button.w--redirected-checked {
    background-color: #000;
    border-style: none
}

.radio-button-label {
    margin-bottom: 0
}

.dropdown-2 {
    width: 100%
}

.contact-form-left-top {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.pdf-download {
    border: 1px dashed #fff;
    border-radius: 1.25em;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
    padding: 2em;
    transition: all .2s;
    display: flex
}

.pdf-download:hover {
    color: #000;
    background-color: #fff
}

.pdf-download-label {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1.3;
    display: flex
}

.pdf-download-label-bold {
    font-family: "Montserrat", sans-serif;
}

.pdf-download-icon-wrapper {
    background-color: var(--white-smoke);
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.pdf-download-icon {
    width: 48px;
    height: 48px
}

.contact-form-left-bottom {
    display: flex
}

.contact-form-left-name {
    flex-direction: column;
    flex: 1;
    line-height: 1.5;
    display: flex
}

.bold-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.checkbox {
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.checkbox-box {
    border-style: dashed;
    border-color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: 0
}

.checkbox-box.w--redirected-checked {
    background-color: var(--white-smoke);
    background-image: url(https://assets-global.website-files.com/61fa34e3c4f3e6c84c6cd1d5/64995113e527dd82abc6cd40_Oval.svg);
    background-size: 16px 16px;
    border-style: solid;
    border-color: #000
}

.checkbox-box.w--redirected-focus {
    box-shadow: none
}

.form-select-toggle {
    padding: 0;
    display: flex
}

.dropdown-form {
    width: 100%
}

.form-dropdown-list.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    margin-top: 12px;
    display: flex
}

.form-dropdown-select {
    background-color: var(--white-smoke);
    color: #000;
    border: 1px dashed #000;
    border-radius: 100vw;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px;
    font-size: 20px;
    transition: all .2s;
    box-shadow: 0 0 20px 20px rgba(245, 245, 245, .71)
}

.form-dropdown-select:hover {
    color: #fff;
    background-color: #000
}

.dropdown-select-content {
    display: none
}

.form-success-wrapper {
    background-color: rgba(221, 221, 221, 0);
    height: 100%;
    padding: 0
}

.form-success {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.heading_3 {
    font-size: 2.5em
}

.lc-heading-relative {
    position: relative
}

.lc-s-intro-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.error-message {
    border-radius: 100vw;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 1.5
}

.text-small {
    min-width: 30ch;
    font-size: 14px
}

.cases-teaser {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex
}

.category-wrapper {
    display: flex
}

.campaign-teaser-wrapper {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2.08em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 35vw;
    max-height: 40em;
    padding: 5em 3em 11.4em;
    display: flex;
    position: relative;
    overflow: hidden
}

.campaign-teaser-wrapper.is-ai {
    padding-left: 0;
    padding-right: 0
}

.prof-partner-pill {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    white-space: nowrap;
    background-color: #ebebeb;
    border-radius: 4px;
    flex-direction: row;
    align-items: center;
    padding: .31em .63em;
    display: flex
}

.prof-partner-pill:hover {
    background-color: #e9e9e9
}

._w-prof-img {
    width: 1.2em;
    height: .9em
}

.blog-category {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100vw;
    padding: 6px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.blog-collection-category-wrapper {
    display: flex
}

.blog-collection-item-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex
}

.fs-checkbox_label {
    margin-bottom: 1rem
}

.fs-checkbox_row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-items: center;
    display: flex
}

.fs-checkbox_field-1 {
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 1px dashed #fff;
    border-radius: 100vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 14px;
       font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    position: relative
}

.fs-checkbox_field-1:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-color: #fff
}

.fs-checkbox_field-1.is-active {
    color: #000;
    background-color: #fff
}

.fs-checkbox_icon-1 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem
}

.fs-checkbox_button-1 {
    opacity: 1;
    border-style: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 3px transparent
}

.fs-checkbox_button-1.w--redirected-checked {
    background-color: transparent;
    background-image: none
}

.fs-checkbox_button-1.w--redirected-focus {
    box-shadow: none
}

.fs-checkbox_button-1.w--redirected-focus-visible {
    box-shadow: none;
    outline-offset: 4px;
    outline: 2px solid #9b9b9b
}

.fs-checkbox_label-1 {
    z-index: 1;
    margin-bottom: 0;
    font-weight: 500;
    position: relative
}

.cat-wrapper {
    margin-bottom: 3.25em;
    display: flex
}

.cat-pill-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
    display: flex
}

.collection-item-2 {
    flex: none
}

.blog-teaser-authors {
    z-index: 100;
    position: relative
}

.blog-teaser-authors-wrapper {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto
}

.blog-collection-list-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex
}

.products-list-cms {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: flex
}

.product-collection-list {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    width: 60%;
    display: flex
}

.section-spacer {
    padding-top: 5.38em
}

.empty-state-5 {
    display: none
}

.quote {
    max-width: 75ch;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1
}

.quote-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    display: flex
}

.quote-sub {
    font-size: 12px;
    line-height: 1.2
}

.quote-sub-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex
}

.workshop-headline {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative
}

.section-outer-wrapper {
    color: #fff;
    background-color: #000;
    border-radius: 2.08em;
    padding-top: 5em;
    padding-bottom: 5em
}

.padding-2 {
    padding-left: 4.38em;
    padding-right: 4.38em
}

.container-large {
    max-width: 112em;
    margin-left: auto;
    margin-right: auto
}

.workshop-agenda-wrapper {
    border-radius: 2.08rem;
    padding: 4rem;
    position: relative;
    overflow: hidden
}

.spacer-large {
    padding-top: 3rem
}

.agenda-slider-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: relative
}

.swiper-list {
    display: flex
}

.swiper-button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex
}

.swiper-btn-prev {
    cursor: pointer;
    background-image: linear-gradient(rgba(224, 212, 255, .57), rgba(224, 212, 255, .09));
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-size: 24px;
    transition: all .2s;
    display: flex;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.swiper-btn-prev:hover {
    background-image: linear-gradient(rgba(224, 212, 255, .8), rgba(224, 212, 255, .25));
    transform: scale(1.05)
}

.logos-quote-divider {
    border-bottom: 1px solid #e4ebf3;
    padding: 60px 30px;
    position: relative
}

.container-2 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.clients-wrapper-two {
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.clients-info-two {
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px;
    display: flex
}

.clients-quote-two {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.clients-divider {
    background-color: #e4ebf3;
    width: 90%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px
}

.clients-info {
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    display: flex
}

.clients-info-image {
    object-fit: cover;
    width: 50px;
    height: 50px;
    margin-right: 24px
}

.clients-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid
}

.ai-gradient {
    opacity: .6;
    pointer-events: none;
    background-image: linear-gradient(202deg, rgba(224, 212, 255, .68), rgba(224, 212, 255, .15));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.spacer-2 {
    padding-top: 2px
}

.ki-gradient-wrapper {
    pointer-events: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.ki-gradient {
    opacity: .8;
    position: absolute;
    top: auto;
    bottom: 45%;
    left: 71%;
    right: auto
}

.ki-gradient.is-2 {
    opacity: .6;
    top: 61%;
    bottom: auto;
    left: auto;
    right: 62%
}

.ki-gradient.is-3 {
    bottom: 29%;
    left: -18%
}

.ki-gradient.is-4 {
    bottom: -44%;
    left: 24%
}

.ki-trainerinnen-wrapper {
    z-index: 1;
    position: relative
}

.people-list-ki {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template: "Area" /1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.people-list-ki.plus-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.ai-input-field-outer {
    background-image: linear-gradient(225deg, #8295ff, #d8e0ff);
    border-radius: 1rem;
    min-width: 25rem;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem
}

.ai-input-field-inner {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    text-align: left;
    background-color: #000;
    border-radius: .5rem;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    display: flex
}

.imagine {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem
}

.swiper-btn-next {
    cursor: pointer;
    background-image: linear-gradient(rgba(224, 212, 255, .57), rgba(224, 212, 255, .09));
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-size: 24px;
    transition: all .2s;
    display: flex;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.swiper-btn-next:hover {
    background-image: linear-gradient(rgba(224, 212, 255, .8), rgba(224, 212, 255, .25));
    transform: scale(1.05)
}

.no-mouse {
    pointer-events: none
}

.facts-wrapper {
    margin-top: 5rem;
    margin-bottom: 7em;
    display: flex;
    position: relative
}

.facts-headline {
    flex: 1
}

.facts-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    flex: 1;
    display: flex
}

.facts-single {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    padding-left: 1.5rem;
    display: flex
}

.facts-highlight {
    background-image: linear-gradient(#8295ff, #d8dfff);
    border-radius: 100vw;
    width: 8px
}

.facts-group {
    align-items: stretch;
    display: flex
}

.container-medium {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto
}

.voices-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5rem;
    margin-bottom: 5em;
    display: flex;
    position: relative
}

.heading-style-h3 {
    ffont-family: "Montserrat", sans-serif;
    font-size: 1.88em
}

.ai-quotes {
    overflow: hidden
}

.ai-quotes.is-agenda {
    border-radius: 1.225rem;
    flex-direction: column;
    justify-content: space-between;
    min-width: 20em;
    height: 100%;
    min-height: 33em;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.ai-quotes.is-voice {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 1.225rem;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50em;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.ai-quotes.is-voice.is-2nd {
    align-self: flex-end;
    top: -2.1em
}

.ai-input {
    align-self: flex-start;
    min-height: 0;
    display: inline
}

.ai-bg-video {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.ai-inout-wrapper {
    display: flex
}

.cookiebanner-intro {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px
}

.cookies {
    display: flex
}

.cookie_selection {
    overflow: hidden
}

.checkbox-label {
    margin-bottom: 0;
       font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700
}

.cookie_buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    display: flex
}

.cookie_banner {
    z-index: 999;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .83em;
    max-width: 30em;
    padding: 1.5rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px
}

.cookie_checkbox {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    margin-bottom: 0;
    padding-left: 17px;
    display: flex
}

.cookie_script {
    display: none
}

.cookie_options {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 12rem;
    margin-top: 1.5rem;
    padding-bottom: 8%;
    display: flex;
    position: relative;
    overflow-y: scroll
}

.cookie_checkbox-check {
    border-radius: 100vw;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: -24px
}

.cookie_checkbox-check.w--redirected-checked {
    background-color: #000;
    background-size: 14px 14px;
    border-color: #000
}

.button-primary {
    color: #fff;
    background-color: #1e1c22;
    border-radius: 8px;
    height: 48px;
    margin-right: 16px;
    padding: 13px 20px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color .2s
}

.button-primary:hover {
    background-color: #2e2d35;
    text-decoration: none
}

.button-primary.cookie-btn {
    color: #5d5a6a;
    background-color: transparent;
    margin-right: 0;
    padding-left: 0
}

.button-primary.cookie-btn:hover {
    color: #2e2d35
}

.button-primary.white {
    color: #5d5a6a;
    background-color: transparent;
    border: 1px dashed #000;
    padding-top: 11px
}

.button-primary.white:hover {
    color: #2e2d35;
    border-color: #2e2d35
}

.cookiebanner-category-descr {
    padding-left: 0;
    font-size: 12px;
    display: block
}

.cookie_category {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    display: flex
}

.cookie-option {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex
}

.cookie-gradient {
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    height: 30%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.form-block {
    position: relative
}

@media screen and (max-width:991px) {
    body {
        color: #000;
        font-size: .94em;
        line-height: 1.5
    }

    .container {
        padding-left: 6vw;
        padding-right: 6vw
    }

    .container.is--rt {
        width: 100%;
        padding-left: 6vw;
        padding-right: 6vw
    }

    .container.is--footer {
        padding-bottom: 0
    }

    .container.is--articles-onpage {
        padding-top: 6vw;
        padding-bottom: 6vw
    }

    .container.is--image-group {
        flex-direction: column
    }

    .container.is--services {
        padding: 6vw
    }

    .container.is--services-new {
        padding: 2px
    }

    .container.is--updates {
        width: 90%;
        margin-bottom: 7em
    }

    .section.is--subpage.is--update {
        background-image: linear-gradient(#000, rgba(0, 0, 0, .81) 65%, transparent)
    }

    .section.is-cases-images {
        padding-top: 2px
    }

    .section.is--people {
        padding-top: 12.93em
    }

    .section.is--cases-2nd {
        padding-top: 5.83em;
        padding-bottom: 5.83em
    }

    .section.is--cases-headline {
        padding-bottom: 8em
    }

    .section.is--updates {
        justify-content: center;
        padding-bottom: 0
    }

    .section.is--blog {
        padding-top: 0
    }

    .section.is--star-wars {
        padding-bottom: 8.73em
    }

    .section.is--type02 {
        padding-top: 39.9em
    }

    .h1.is--case {
        font-size: 5.5em
    }

    .h1.is--404 {
        font-size: 4em
    }

    .h3 {
        font-size: 2.08em
    }

    .h3.is-ai {
        font-size: 2em
    }

    .display.is--serif {
        font-size: 13.02em
    }

    .display.is--header {
        font-size: 8.54em
    }

    .header-wrapper {
        padding: 2.08em
    }

    .nav-wrapper.is--dropdown {
        display: none
    }

    .paragraph.is--display.is--large-cemter {
        font-size: 2.5em
    }

    .paragraph.is--intro {
        width: 100%
    }

    .paragraph.is--subpage-header.is--reg {
        width: 30ch
    }

    .intro-block {
        width: 100%
    }

    .manifesto-wrapper {
        top: 7%;
        right: -4%
    }

    .oval-1 {
        top: -121%;
        left: -24%
    }

    .oval-1.is--lc {
        top: -13%;
        right: -1%
    }

    .agency-text-wrapper {
        width: 60%
    }

    .agency-text-wrapper.is--articles {
        width: 40%
    }

    .collection-item-wrapper {
        height: 100%;
        min-height: 50vw
    }

    .collection-list-wrapper-parent {
        flex-direction: column
    }

    .collection-list-wrapper-parent.is--alias {
        margin-bottom: -10.44em
    }

    .collection-list-wrapper-alias {
        width: 50%;
        min-height: 50vw
    }

    .author-image.is--single.is--headline {
        margin-right: -1.6em
    }

    .author-wrapper {
        margin-left: 1.25em
    }

    .inline-h1 {
        font-size: 4.58em
    }

    .button.is--form {
        color: #fff;
        background-color: #000
    }

    .center-text-block-wrapper {
        width: 100%
    }

    .cases-heading-wrapper {
        right: 10%
    }

    .oval-2 {
        top: -21%;
        left: -122%
    }

    .cases-list-wrapper.is--onpage {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr
    }

    .cases-list-item {
        height: 60vw
    }

    .blog-intro-container {
        padding: 2.5em 10vw
    }

    .intro-text {
        font-size: 1.25em
    }

    .schmuckelement-manipulator {
        height: 18em;
        top: -52px;
        left: -65%
    }

    .get-in-touch {
        font-size: 11.46em
    }

    .get-in-touch-wrapper {
        padding-top: 2.08em;
        padding-bottom: 2.08em
    }

    .underline {
        height: .5em
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }

    .footer-left {
        margin-bottom: 1.67em
    }

    .footer-right {
        grid-row-gap: 1em;
        flex-wrap: wrap;
        justify-content: center
    }

    .subpage-header-wrapper {
        flex-direction: column;
        align-items: center
    }

    .subpage-header-left {
        text-align: center
    }

    .subpage-header-left.is--small {
        text-align: left;
        flex: 1
    }

    .subpage-header-right {
        text-align: center;
        margin-top: 2em
    }

    .subpage-header-right.is--lx {
        text-align: left;
        margin-top: 0
    }

    .blog-collection-list {
        grid-template-columns: 1fr 1fr
    }

    .blog-collection-list.is--readmore {
        grid-template-columns: 1fr 1fr 1fr
    }

    .blog-collection-item {
        min-width: 40%
    }

    .image-group {
        width: 100%;
        padding-top: 100vw
    }

    .image-group.is--right {
        margin-top: 2px;
        margin-left: 0
    }

    .address {
        margin-bottom: 1.67em;
        display: block
    }

    .info-wrapper {
        flex-direction: column;
        align-items: center
    }

    .cases-list-item-name-wrapper {
        padding: 1.25em .63em .63em
    }

    .cases-list-subline {
        margin-top: .1em
    }

    .image-single {
        padding-top: 100vw
    }

    .image-single.is--case {
        padding-top: 47vw
    }

    .cases-header-wrapper {
        flex-direction: column
    }

    .cases-header-headline-wrapper {
        width: 100%;
        padding: 7em 12%
    }

    .cases-header-headline-wrapper.luxy-el {
        z-index: 5;
        margin-bottom: 1.7em;
        padding-top: 0;
        padding-left: 5%;
        padding-right: 5%
    }

    .cases-header-image-wrapper {
        width: 100%;
        height: 25em;
        margin-bottom: -12.65em;
        margin-left: 0
    }

    .cases-intro-outer-wrapper.is--2nd {
        width: 100%
    }

    .people-display-static-wrapper {
        padding-top: 12%
    }

    .people-wrapper {
        height: 60vw
    }

    .people-wrapper.plus-1 {
        height: 40vw
    }

    .people-list {
        grid-template-columns: 1fr 1fr
    }

    .people-headline {
        font-size: 22em
    }

    .people-headline.is--updates {
        text-align: left;
        font-size: 40em
    }

    .people-headline.is--updates.is--mobile {
        display: none
    }

    .collection-list-wrapper-child {
        width: 100%;
        display: flex
    }

    .collection-list-wrapper-child.is-2nd {
        display: none
    }

    .mobile-nav-link-wrapper {
        padding-top: 2.08em;
        padding-bottom: 2.08em
    }

    .mobiile-nav-link-text {
        font-size: 11.46em
    }

    .people-display-relative-wrapper.is--updates {
        justify-content: center
    }

    .services-bubble.is--large {
        font-size: 2em
    }

    .cookie-wrapper {
        display: none
    }

    .cookie-inner-wrapper {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .cookie-text-wrapper {
        width: 47ch
    }

    .manifest-video-inner-wrapper {
        width: 90vw
    }

    .manifest-inner-wrapper {
        height: 70%
    }

    .services-collection-list {
        margin-bottom: 0
    }

    .service-bubble-wrapper {
        padding: .75em
    }

    .text-container {
        font-size: 10em
    }

    .services-collection-list-new {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0
    }

    .swiper-slide.is-agenda,
    .swiper-slide.is-voice {
        min-height: 22em
    }

    .case-video-wrapper {
        width: 90vw
    }

    .sidebar-wrapper {
        width: 100%;
        position: static
    }

    .blog-content-wrapper {
        width: 100%;
        margin-top: 0
    }

    .blog-container {
        flex-direction: column-reverse;
        width: 90%
    }

    .new_author-wrapper {
        margin-left: 1.25em
    }

    .sidebar-author-container {
        margin-top: 3.25em
    }

    .blogbar {
        flex: none;
        align-self: stretch;
        height: auto
    }

    .blog-rich-text h3 {
        font-size: 2.3em
    }

    .blog-rich-text blockquote {
        padding-left: 88px
    }

    .blog-richt-text-wrapper h2 {
        font-size: 3em
    }

    .blog-richt-text-wrapper blockquote {
        padding-left: 52px
    }

    .ai-announcer {
        width: auto
    }

    .blog-reference-image-wrapper {
        width: 10em;
        height: 12em
    }

    .blog-reference-collection-item {
        margin-right: 0%
    }

    .blog-reference-text {
        font-size: 1.75em
    }

    .nft-teaser-wrapper {
        flex-direction: column;
        padding-bottom: 3em;
        padding-right: 0
    }

    .nft-artwork-wrapper {
        justify-content: center;
        width: 100%;
        display: flex
    }

    .nft-wrapper {
        width: 50%;
        padding-top: 50%
    }

    .nft-single {
        top: -40%;
        left: -15%
    }

    .nft-single.is--2 {
        bottom: 12%;
        right: 9%
    }

    .nft-single.is--3 {
        bottom: -3%;
        left: -79%
    }

    .nft-single.is--1 {
        top: -16%;
        right: -70%
    }

    .inline-h1-copy {
        font-size: 4.58em
    }

    .merchandise-hero-wrapper {
        min-height: 32em
    }

    .star-wars-wrapper {
        font-size: 2em
    }

    .merch-teaser-content-wrapper {
        padding: 2em
    }

    .merch-teaser-heading {
        font-size: 3em
    }

    .merch-teaser-content-top {
        grid-column-gap: .25em;
        grid-row-gap: .25em;
        flex-direction: column;
        display: flex
    }

    .merch-teaser-content-bottom {
        font-size: 1.8em
    }

    .merch-teaser-section-headline {
        font-size: 23em
    }

    .merchandise-teaser-wrapper {
        flex-direction: column;
        padding-bottom: 3em;
        padding-right: 0
    }

    .lc-header-wrapper.is-ai {
        height: 50svh
    }

    .lc-section-h1 {
        font-size: 8em
    }

    .products-content-wrapper {
        flex-direction: column
    }

    .products-content-intro {
        width: 100%;
        max-width: none;
        margin-top: 4em;
        margin-left: 0;
        margin-right: 0
    }

    .products-list {
        width: 100%
    }

    .product-name {
        flex: 1;
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: 2em
    }

    .contact-form-outer-wrapper {
        flex-direction: column
    }

    .contact-form-left-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        width: auto;
        max-width: none
    }

    .contact-form-wrapper {
        border-radius: 1.95em;
        margin-left: 2px
    }

    .heading_3 {
        font-size: 2em
    }

    .lc-s-intro-wrapper {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        flex-direction: row;
        align-items: flex-start
    }

    .text-small {
        min-width: 30ch
    }

    .campaign-teaser-wrapper {
        flex-direction: column;
        min-height: 50vw;
        padding-top: 3em;
        padding-bottom: 6.3em;
        padding-right: 3em
    }

    .blog-collection-list-new {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row
    }

    .products-list-cms,
    .product-collection-list {
        width: 100%
    }

    .section-outer-wrapper {
        padding-top: 2em;
        padding-bottom: 2em
    }

    .padding-2 {
        padding-left: 2em;
        padding-right: 2em
    }

    .container-2 {
        max-width: 728px
    }

    .clients-quote-two {
        font-size: 28px;
        line-height: 36px
    }

    .people-list-ki,
    .people-list-ki.plus-1 {
        grid-template-columns: 1fr 1fr
    }

    .facts-wrapper {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        flex-direction: column
    }

    .container-medium {
        max-width: 50em
    }

    .voices-wrapper {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-direction: column;
        margin-bottom: 0
    }

    .ai-quotes.is-agenda,
    .ai-quotes.is-voice {
        min-height: 22em
    }

    .ai-quotes.is-voice.is-2nd {
        top: 0
    }

    .cookie_banner {
        display: block
    }

    .button-primary {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media screen and (max-width:767px) {
    .container.is--cases {
        flex-direction: column
    }

    .container.is--footer {
        padding-bottom: 5.3em;
        padding-left: 2vw;
        padding-right: 2vw
    }

    .container.is--updates {
        margin-bottom: 3.25em;
        display: flex
    }

    .rich-text p {
        font-size: 16px
    }

    .rich-text blockquote {
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.5em
    }

    .section.is--medium-top {
        padding-top: 21.86em;
        padding-bottom: 0
    }

    .section.is--people {
        padding-top: 9.43em
    }

    .section.is--cases-headline {
        padding-bottom: 7em
    }

    .section.is--larger {
        padding-top: 5.3em;
        padding-bottom: 10.03em
    }

    .section.is--updates {
        padding-top: 15.55em;
        padding-bottom: 0
    }

    .section.is--star-wars {
        padding-bottom: 0
    }

    .section.is--type02 {
        padding-top: 20em
    }

    .h1.is--large.size-2 {
        font-size: 14em
    }

    .h1.is--sans-serif.is--case,
    .h1.is--case {
        font-size: 4em
    }

    .h1.is--merchandise {
        font-size: 88px
    }

    .h2.is--serif {
        font-size: 5.83em
    }

    .display.is--serif {
        font-size: 11.98em
    }

    .display.is--header {
        font-size: 5.83em
    }

    .logo-wrapper {
        z-index: 50;
        position: relative
    }

    .nav-wrapper {
        display: none
    }

    .nav-wrapper.is--dropdown {
        display: flex
    }

    .nav-link.is--dropdown.w--open {
        background-color: #fff;
        border-color: transparent
    }

    .nav-link.is--language {
        flex: 1
    }

    .nav-link.is--manifest {
        z-index: 50;
        margin-left: 0;
        display: block;
        position: relative
    }

    .nav-link.is--left {
        margin-left: 0
    }

    .paragraph.is--display,
    .paragraph.is--display.is--large-cemter {
        font-size: 2.08em
    }

    .paragraph.is--subpage-header.is--reg {
        width: auto
    }

    .manifesto-wrapper {
        right: -4%
    }

    .oval-1.is--lc {
        top: 262%
    }

    .agency-bottom-wrapper {
        flex-direction: column
    }

    .agency-displaytext-wrapper {
        top: -7.11em
    }

    .agency-text-wrapper {
        order: -1;
        width: 100%;
        max-width: 100%
    }

    .agency-text-wrapper.is--articles {
        order: 1;
        width: 100%;
        max-width: 100%
    }

    .articles-teaser-heading {
        flex-direction: column;
        align-items: flex-start
    }

    .collection-list-wrapper {
        width: 100%
    }

    .collection-list-wrapper.is--offset {
        top: 0
    }

    .collection-item-wrapper {
        min-height: 80vw
    }

    .collection-list-wrapper-parent.is--alias {
        margin-bottom: -17.74em
    }

    .collection-list-wrapper-alias {
        width: 100%;
        min-height: 80vw
    }

    .collection-list-wrapper-alias.is--offset {
        display: none;
        top: 0
    }

    .button {
        margin-right: 0
    }

    .button.is--blogheadline {
        margin-right: 1.25em
    }

    .button.is--light {
        display: none
    }

    .button.is--light.is--case {
        flex: 1;
        display: flex
    }

    .button.is--updates {
        display: none
    }

    .cases-heading-wrapper {
        right: 16%
    }

    .oval-2 {
        top: -30%;
        left: -128%
    }

    .cases-list-wrapper {
        width: 100%
    }

    .cases-list-wrapper.is--right {
        margin-top: 2px;
        margin-left: 0
    }

    .cases-list.is--onpage {
        grid-template-columns: 1fr
    }

    .cases-list-item {
        height: 100vw
    }

    .blog-intro-container {
        padding-left: 6vw;
        padding-right: 6vw
    }

    .schmuckelement-manipulator {
        left: -85%
    }

    .get-in-touch {
        font-size: 8.54em
    }

    .subpage-header-left.is--small {
        width: auto
    }

    .blog-collection-list {
        grid-template-columns: 1fr
    }

    .blog-collection-item {
        min-width: auto
    }

    .article-link-wrapper {
        flex: 0 auto;
        order: -1;
        margin-bottom: 1.67em
    }

    .blog-short-wrapper {
        width: 100%
    }

    .back-home-wrapper {
        display: none
    }

    .address {
        font-size: 12px;
        display: block
    }

    .cases-header-headline-wrapper {
        padding: 3.25em 6vw
    }

    .cases-header-headline-wrapper.luxy-el {
        z-index: 5
    }

    .cases-header-image-wrapper {
        margin-bottom: -11.65em
    }

    .cases-intro-wrapper {
        flex-direction: column
    }

    .cases-intro-outer-wrapper {
        width: 100%
    }

    .cases-intro-inner-wrapper.is--sticky {
        margin-bottom: 2.5em;
        position: static
    }

    .button-wrapper.is--case {
        margin-top: 1.5em
    }

    .people-wrapper {
        width: 100%;
        height: 65vw;
        padding: 1.25em
    }

    .people-wrapper.plus-1 {
        height: 100vw
    }

    .people-item {
        justify-content: center;
        align-items: center;
        display: flex
    }

    .people-list {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        grid-template-columns: minmax(40vw, 1fr) minmax(30vw, 1fr)
    }

    .people-headline {
        font-size: 17em
    }

    .people-headline.is--updates {
        display: none
    }

    .people-headline.is--updates.is--mobile {
        font-size: 17em;
        display: block
    }

    .people-name {
        font-size: 2em
    }

    .collection-list-wrapper-child {
        flex-direction: column
    }

    .dropdown {
        margin-left: .63em;
        display: block
    }

    .dropdown-list {
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 6.77em 1.67em;
        display: flex
    }

    .dropdown-list.w--open {
        justify-content: space-between;
        align-items: stretch;
        padding: 5.37em 1.67em 5.83em;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .mobile-nav-link-wrapper {
        background-color: rgba(255, 255, 255, 0);
        border-color: #fff;
        margin-bottom: 1.67em
    }

    .mobile-nav-link-wrapper:hover {
        color: #000;
        background-color: #fff
    }

    .mobiile-nav-link-text {
        font-size: 5.83em
    }

    .language-switch-wrapper {
        justify-content: center
    }

    .dropdown-list-wrapper {
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .dropdown-list-wrapper.w--open {
        background-color: #f5f5f5;
        height: 100vh;
        padding: 2px;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .dropdown-list-wrapper-ishome {
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .dropdown-list-wrapper-ishome.w--open {
        background-color: #f5f5f5;
        padding: 0;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .legal-text-list-wrapper {
        width: 100%
    }

    .people-display-relative-wrapper.is--updates {
        padding-top: 3.1em;
        padding-left: 0
    }

    .services-bubble {
        font-size: .88em
    }

    .services-bubble.is--large {
        font-size: 1em
    }

    .cookie-wrapper {
        z-index: 75;
        display: none
    }

    .cookie-inner-wrapper {
        text-align: center;
        border-style: none;
        border-radius: .75em .75em 2.08em 2.08em;
        flex-direction: column;
        width: 100%;
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }

    .cookie-text-wrapper {
        width: 45ch;
        margin-bottom: 1em
    }

    .cookie-optin {
        margin-left: 0
    }

    .cookie-optin.is--dropdown.w--open {
        background-color: #fff;
        border-color: transparent
    }

    .cookie-optin.is--language {
        flex: 1
    }

    .cookie-optin.is--manifest {
        z-index: 50;
        margin-left: 0;
        display: block;
        position: relative
    }

    .cookie-optin.is--left {
        margin-left: 0
    }

    .service-bubble-wrapper {
        padding: .3em
    }

    .services-collection-list-new {
        grid-template-columns: 1fr
    }

    .updates-link {
        display: flex;
        position: static
    }

    .updates-link:hover {
        background-color: #000
    }

    .updates-link.is--mobile {
        outline-offset: 0px;
        border: 1px dashed #000;
        outline: 1px #000;
        flex: none
    }

    .updates-link.is--mobile:hover {
        background-color: var(--white-smoke);
        color: #000;
        border: 1px dashed #000
    }

    .updates-list-wrapper {
        width: 100%
    }

    .update-wrapper:hover {
        color: #f5f5f5;
        background-color: #000;
        transform: translate(0)
    }

    .h2-updates.is--image {
        font-size: 2.5em
    }

    .funkel {
        width: 1.5em
    }

    .updates-link-wrapper {
        display: none
    }

    .updates-link-positioner {
        z-index: 50;
        justify-content: center;
        align-items: center;
        width: 100vw;
        padding-bottom: 2em;
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0
    }

    .swiper-slide.is-agenda {
        padding: 1rem
    }

    .blog-container {
        flex-direction: column-reverse
    }

    .blog-rich-text h3 {
        font-size: 30px
    }

    .blog-rich-text figure {
        border-radius: 1em
    }

    .blog-rich-text h4 {
        font-size: 24px
    }

    .blog-rich-text blockquote {
        font-size: 3em
    }

    .blog-rich-text h5 {
        font-size: 20px
    }

    .new-blog-intro-wrapper {
        border-radius: 1em
    }

    .blog-richt-text-wrapper h2 {
        font-size: 36px
    }

    .blog-richt-text-wrapper blockquote {
        font-size: 3em
    }

    .blog-reference-image-wrapper {
        width: 7em;
        height: 9em
    }

    .blog-reference-text {
        font-size: 1.5em
    }

    .nft-teaser-wrapper {
        border-radius: 1em
    }

    .nft-teaser-right {
        width: 80%
    }

    .h1-wrapper-2 {
        max-width: 350px
    }

    .text-block {
        text-align: justify;
        font-size: 50px
    }

    .gif-wrapper {
        outline-offset: -1px;
        outline-width: 1px;
        width: 35px;
        height: 35px
    }

    .copy {
        width: 100%
    }

    .nft-wrapper {
        margin-bottom: 7%
    }

    .nft-single {
        border-radius: .75em
    }

    .merchandise-hero-wrapper {
        min-height: 400px
    }

    .merchandise-image-hero-wrapper {
        margin-top: -7em
    }

    .hero-image {
        border-radius: 1.3em
    }

    .star-wars-wrapper {
        font-size: 1.3em
    }

    .merch-wrapper {
        flex-direction: column;
        padding-bottom: 2px
    }

    .merch-teaser {
        width: 100%;
        padding-top: 100%
    }

    .merch-teaser.is--2nd {
        top: auto
    }

    .merch-teaser-section-headline {
        font-size: 12em
    }

    .merhandise-teaser-headline {
        font-size: 88px
    }

    .merchandise-teaser-wrapper {
        border-radius: 1em
    }

    .lc-section-h1 {
        font-size: 4em
    }

    .products-wrapper {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .products-headline-style {
        font-size: 3em
    }

    .products-content-wrapper,
    .products-content-intro {
        margin-top: 3em
    }

    .product-name {
        min-height: 7em;
        padding-bottom: 1.5em
    }

    .contact-form-outer-wrapper {
        margin-top: 2.71em
    }

    .contact-form-left-wrapper,
    .contact-form-wrapper {
        padding: 3em
    }

    .form {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .form-field {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 18px
    }

    .form-field.is--dropdown {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .pdf-download-label {
        font-size: 20px
    }

    .dropdown-form {
        z-index: 1
    }

    .form-dropdown-select {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .heading_3 {
        font-size: 24px
    }

    .lc-s-intro-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-direction: column
    }

    .error-message {
        text-align: center;
        border-radius: 16px
    }

    .text-small {
        min-width: 20ch;
        font-size: 12px
    }

    .campaign-teaser-wrapper {
        border-radius: 1em;
        min-height: 31.25em;
        max-height: 50em
    }

    .fs-checkbox_row {
        grid-auto-flow: row
    }

    .cat-pill-wrapper {
        flex-wrap: wrap
    }

    .blog-teaser-authors {
        display: none
    }

    .blog-collection-list-new {
        grid-template-columns: 1fr
    }

    .section-outer-wrapper {
        padding-top: 1em;
        padding-bottom: 1em
    }

    .padding-2 {
        padding-left: 1em;
        padding-right: 1em
    }

    .workshop-agenda-wrapper {
        border-radius: 1.225rem;
        padding: 2rem
    }

    .swiper-btn-prev {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 20px
    }

    .logos-quote-divider {
        padding: 60px 15px
    }

    .clients-wrapper-two {
        flex-direction: column
    }

    .clients-info-two {
        max-width: none;
        margin-bottom: 40px
    }

    .clients-grid {
        grid-column-gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 15px
    }

    .people-list-ki {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        grid-template-columns: minmax(40vw, 1fr) minmax(30vw, 1fr)
    }

    .people-list-ki.plus-1 {
        grid-template-columns: 1fr
    }

    .ai-input-field-outer {
        min-width: 24rem
    }

    .swiper-btn-next {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 20px
    }

    .cookie_selection {
        flex-flow: column;
        display: flex
    }

    .cookie_banner {
        max-width: 100%;
        padding: 1rem;
        left: 20px;
        right: 20px
    }

    .cookie_options {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem
    }

    .button-primary {
        height: auto;
        margin-right: 0;
        padding: 10px 20px;
        font-size: 13px
    }

    .button-primary.cookie-btn {
        padding-right: 0
    }

    .button-primary.white {
        margin-right: 0
    }
}

@media screen and (max-width:479px) {
    
 
    
    #target{
        font-size: 2rem !important;
        line-height:40px !important;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }
    .container.is--articles {
        border-radius: 1em
    }

    .container.is--footer {
        padding-bottom: 5.6em
    }

    .container.is--articles-onpage {
        border-radius: 1em;
        padding-top:5rem !important;
    }

    .container.is--legalpage {
        margin-bottom: 2.71em
    }

    .container.is--services,
    .container.is--services-headline,
    .container.is--services-new {
        border-radius: 1em
    }

    .container.is--updates {
        margin-bottom: 1.5em;
        padding-left: 0;
        padding-right: 0
    }

    .rich-text.is--left-aligned {
        white-space: pre-wrap;
        margin-top: 3.25em
    }

    .rich-text figure {
        border-radius: 1em
    }

    .rich-text blockquote {
        padding-left: .5em;
        padding-right: .5em;
        font-size: 1.25em
    }

    .section {
        padding-top: 2.71em;
        padding-bottom: 0
    }

    .section.is--header {
        height: 89vh
    }

    .section.is--larger-top {
        padding-top: 17.26em
    }

    .section.is--articles,
    .section.is--articles.is--onpage {
        margin-top:0em !important;
    }

    .section.is--medium-top {
        padding-top: 16.46em
    }

    .section.is--intro {
        padding-top: 2.71em
    }

    .section.is--subpage-header {
        padding-top: 1.25em
    }

    .section.is--cases-intro {
        padding-top: 3.25em;
        padding-bottom: 3.25em
    }

    .section.is--people {
        padding-top: 8.43em;
        padding-bottom: 5.83em
    }

    .section.is--blog-headline {
        padding-top: 2.67em
    }

    .section.is--cases-headline {
        border-radius: 1em;
        padding-bottom: 3.31em
    }

    .section.is--larger {
        padding-top: 0;
        padding-bottom: 5.83em
    }

    .section.is--updates {
        padding-top: 12.95em;
        overflow: hidden
    }

    .section.is--blog {
        padding-top: 3.25em
    }

    .section.is--star-wars {
        padding-top: 7.81em
    }

    .section.is--type02 {
        padding-top: 9.43em
    }

    .section.is--merch {
        padding-bottom: 2.8em
    }

    .section.plus--bottom,
    .section.is-ai {
        padding-bottom: 2.71em
    }

    .section.is--merch-copy {
        padding-bottom: 2.8em
    }

    .h1.is--large {
        font-size: 8.54em
    }

    .h1.is--large.size-2 {
        font-size: 9em
    }

    .h1.is--sans-serif.is--legal {
        font-size: 3.33em
    }

    .h1.is--sans-serif.is--case {
        font-size: 3.25em
    }

    .h1.is--case {
        font-size: 3em
    }

    .h1.is--404 {
        font-size: 2.5em
    }

    .h1.is--merchandise {
        font-size: 64px
    }

    .h2.is--serif {
        font-size: 4.58em
    }

    .h2.is--smaller.has--margin {
        font-size: 1.5em
    }

    .h3 {
        font-size: 1.67em
    }

    .h3.is-ai {
        font-size: 1.8em
    }

    .h4.is--cookie {
        font-size: 1.5em
    }

    .display.is--serif {
        font-size: 5.83em
    }

    .display.is--header {
        margin-bottom: .3em
    }

    .display.is--header.fade-up.tricks {
        font-size: 3.5em
    }

    .header-wrapper {
        padding: 1.67em;
        display: flex
    }

    .nav-link.is--footer.is--light {
        margin-bottom: .83em;
        margin-left: 0;
        padding-top: .63em;
        padding-bottom: .63em
    }

    .nav-link.is--manifest {
        margin-left: 0
    }

    .paragraph.is--display,
    .paragraph.is--display.is--large-cemter {
        font-size: 1.46em
    }

    .paragraph.is--intro {
        margin-top: 1.25em
    }

    .paragraph.is--subpage-header {
        width: 100%
    }

    .paragraph.is--larger {
        font-size: 18px
    }

    .oval-1 {
        width: 41.67em;
        left: -12%
    }

    .oval-1.is--lc {
        top: 15%
    }

    .agency-video-wrapper {
        border-radius: 1em;
        height: 110vw
    }

    .agency-bottom-wrapper {
        align-items: stretch
    }

    .agency-displaytext-wrapper {
        top: -3.61em
    }

    .collection-item-wrapper {
        min-height: 110vw;
        padding: 1.25em
    }

    .articles-teaser-headline {
        font-size: 2.08em
    }

    .blog-headline-wrapper {
        flex-direction: row
    }

    .author-image {
        width: 4em;
        height: 4em
    }

    .author-wrapper {
        width: 100%;
        margin-top: 1.25em;
        margin-left: 0
    }

    .inline-h1 {
        font-size: 3.8em
    }

    .button {
        width: 100%
    }

    .button.is--blogheadline {
        margin-bottom: 1.25em;
        margin-right: 0;
        padding-top: .7em;
        padding-bottom: .7em
    }

    .button.is--light {
        width: auto;
        display: none
    }

    .cases-heading-wrapper {
        top: 1%
    }

    .oval-2 {
        width: 41.67em;
        top: 43%;
        left: -63%
    }

    .cases-list-item {
        border-radius: 1em;
        height: 120vw
    }

    .link-text.is--manifest {
        text-decoration: underline
    }

    .blog-header-container {
        border-radius: 1em;
        height: 16em
    }

    .blog-intro-container {
        border-radius: 1em
    }

    .intro-text {
        font-size: 1.04em
    }

    .schmuckelement-manipulator {
        opacity: .5;
        top: 22px;
        left: -122%
    }

    .get-in-touch {
        font-size: 4.58em
    }

    .text-contact {
        padding-bottom: .63em
    }

    .get-in-touch-wrapper {
        border-radius: 1em;
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .footer-wrapper {
        align-items: stretch
    }

    .footer-left {
        flex-direction: column
    }

    .claim {
        margin-top: .63em;
        padding-left: 0
    }

    .claim.is-standard {
        margin-top: 0
    }

    .footer-right {
        grid-row-gap: 0em;
        flex-direction: column;
        order: 1;
        align-items: stretch
    }

    .blog-collection-item-wrapper.is--onblog {
        min-height: 110vw
    }

    .double-author-collection-list {
        width: 7em
    }

    .blog-short-wrapper {
        width: 100%
    }

    .cases-collection-list-image-wrapper {
        border-radius: .75em
    }

    .cases-list-subline {
        font-size: 14px
    }

    .image-single.is--case {
        border-radius: 1em
    }

    .image-single.is--case.is--video {
        padding-top: 55vw
    }

    .cases-header-headline-wrapper.luxy-el {
        z-index: 5
    }

    .cases-header-image-wrapper {
        border-radius: 1em;
        height: 16em;
        margin-bottom: -6.65em
    }

    .cases-header-client-name {
        font-size: .75em
    }

    .people-display-static-wrapper {
        padding-top: 28%
    }

    .people-wrapper {
        height: 130vw;
        padding: 1.67em
    }

    .people-wrapper.plus-1 {
        height: 110vw
    }

    .people-image-wrapper {
        border-radius: 1em
    }

    .people-list {
        grid-template-columns: minmax(40vw, 1fr)
    }

    .people-headline {
        font-size: 12em
    }

    .people-headline.is--updates.is--mobile {
        font-size: 11em
    }

    .link-section {
        padding-left: 2px;
        padding-right: 2px
    }

    .link-logo-wrapper {
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .link-link {
        border-radius: 1em
    }

    .dropdown-list {
        padding-top: 5.47em;
        padding-bottom: 1.67em
    }

    .mobile-nav-link-wrapper {
        border-radius: 1em;
        margin-bottom: 1em;
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .mobiile-nav-link-text {
        font-size: 4.58em
    }

    .dropdown-list-wrapper.w--open {
        height: 89vh
    }

    .legal-text-list-wrapper {
        width: 100%
    }

    .people-display-relative-wrapper.is--updates {
        justify-content: center;
        padding-top: 0;
        padding-left: 0
    }

    .services-bubble.is--large {
        font-size: .88em
    }

    .services-bubble.is--new {
        border-radius: .6em;
        font-size: 1.5em
    }

    .h1-wrapper {
        flex: 0 auto
    }

    .cookie-headline {
        font-weight: 400
    }

    .cookie-text-wrapper {
        width: 100%
    }

    .cookie-optin.is--footer.is--light {
        margin-bottom: .83em;
        margin-left: 0;
        padding-top: .63em;
        padding-bottom: .63em
    }

    .cookie-optin.is--manifest {
        margin-left: 0
    }

    .client-bubble {
        margin-bottom: .75em;
        padding: .25em .5em
    }

    .blog-gallery-image-wrapper {
        margin-top: 2.71em;
        margin-bottom: 2.71em
    }

    .instagram {
        width: 100%;
        padding-top: .53em;
        padding-bottom: .53em
    }

    .text-container {
        font-size: 8em
    }

    .updates-link {
        display: flex
    }

    .updates-list-wrapper {
        width: 100%
    }

    .updates-list {
        flex-direction: column
    }

    .updates-item {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .update-wrapper {
        border-radius: 1em
    }

    .update-wrapper.is--image {
        min-height: 20em
    }

    .update-image-wrapper.is--case {
        border-radius: .6em
    }

    .update-text-wrapper {
        padding: 1.25em 1em 1em
    }

    .h2-updates.is--image {
        font-size: 2em
    }

    .updates-start-wrapper {
        padding-left: 2em;
        padding-right: 2em
    }

    .dark-mode {
        border-top-left-radius: 1em;
        border-top-right-radius: 1em
    }

    .swiper-wrapper {
        padding-left: 8%;
        padding-right: 8%
    }

    .swiper-wrapper.is-agenda {
        padding-left: 0;
        padding-right: 0
    }

    .swiper-slide.is-agenda {
        border-radius: 1rem;
        min-width: auto
    }

    .swiper {
        width: 90%
    }

    .swiper.is-agenda {
        width: 100%
    }

    .slider-height {
        border-radius: 1em;
        padding-top: 140%
    }

    .new_author-wrapper {
        width: 100%;
        margin-top: 1.25em;
        margin-left: 0
    }

    .blogbar {
        width: 16px
    }

    .blog-rich-text {
        margin-left: 0
    }

    .blog-rich-text h2 {
        margin-left: -32px;
        padding-left: 32px
    }

    .blog-rich-text h3 {
        margin-left: -16px;
        padding-left: 16px;
        font-size: 26px
    }

    .blog-rich-text figure {
        border-radius: 1em
    }

    .blog-rich-text h4 {
        margin-left: -16px;
        padding-left: 16px;
        font-size: 20px
    }

    .blog-rich-text blockquote {
        margin-top: 64px;
        margin-bottom: 69px;
        margin-left: -32px;
        padding-left: 32px;
        font-size: 2.5em
    }

    .blog-rich-text h5 {
        margin-left: -16px;
        padding-left: 16px
    }

    .blog-rich-text ol {
        padding-left: 35px
    }

    .new-blog-intro-wrapper {
        padding: 1em
    }

    .blog-richt-text-wrapper {
        margin-left: 0
    }

    .blog-richt-text-wrapper h2 {
        margin-left: -16px;
        padding-left: 16px;
        font-size: 32px
    }

    .blog-richt-text-wrapper p {
        margin-left: -16px;
        padding-left: 16px
    }

    .blog-richt-text-wrapper blockquote {
        margin-top: 64px;
        margin-bottom: 69px;
        margin-left: -16px;
        padding-left: 16px;
        font-size: 2.5em
    }

    .blog-richt-text-wrapper.is--wrapper {
        margin-top: 16px
    }

    .new-blog-intro-wrapper-outer {
        margin-left: -16px;
        padding-left: 16px
    }

    .ai-announcer {
        bottom: 1em;
        left: 1em
    }

    .blog-reference-image-wrapper {
        border-radius: 1em;
        width: 80px;
        height: 100px
    }

    .blog-reference-collection-item {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 4px 12px 4px 4px
    }

    .blog-reference-collection-item.is--dark {
        border-radius: 1.25em
    }

    .blog-reference-text {
        font-size: 15px
    }

    .blog-reference-text-wrapper {
        grid-column-gap: 6px;
        grid-row-gap: 6px
    }

    .nft-teaser-right {
        width: 95%
    }

    .h1-wrapper-2 {
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        max-width: 350px;
        display: flex
    }

    .display-2.is--h1 {
        font-size: 100px;
        line-height: .8
    }

    .display-2.is--h1.is--overflow {
        padding-top: 10px;
        padding-bottom: 2px;
        font-size: 50px
    }

    .text-block {
        font-size: 50px
    }

    .gif-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
        position: relative;
        top: 9px
    }

    .gif-wrapper.is--2 {
        top: 15px
    }

    .xmas-wrapper {
        justify-content: center;
        display: flex
    }

    .copy {
        width: 100%
    }

    .nft-single {
        border-radius: .5em
    }

    .inline-h1-copy {
        font-size: 3.8em
    }

    .merchandise-image-hero-wrapper {
        flex-direction: row;
        align-items: center
    }

    .hero-image {
        border-radius: 1em;
        flex: none;
        width: 40%;
        padding-top: 50%;
        left: 14.5vw
    }

    .hero-image.is--2nd {
        flex: none;
        width: 35%;
        padding-top: 45%;
        top: 47.6vw;
        left: auto;
        right: -7vw
    }

    .hero-image.is--3rd {
        width: 45%;
        padding-top: 60%;
        top: 18.9vw;
        left: auto;
        right: 14.6vw
    }

    .star-wars-wrapper {
        font-size: 1em
    }

    .merch-wrapper {
        padding-bottom: 2px
    }

    .merch-teaser {
        border-radius: 1em
    }

    .merch-teaser-content-wrapper {
        padding: 1em
    }

    .merch-teaser-heading {
        font-size: 2.5em
    }

    .merch-teaser-claim {
        margin-top: .63em;
        padding-left: 0
    }

    .merch-teaser-content-bottom {
        font-size: 1.2em
    }

    .merch-teaser-section-headline {
        font-size: 10em
    }

    .merhandise-teaser-headline {
        font-size: 52px
    }

    .lc-header-text {
        width: 90%
    }

    .lc-header-text.is--ai {
        flex: 0 auto
    }

    .section-products.is-first {
        margin-top: 2.71em
    }

    .products-wrapper {
        border-radius: 1em;
        padding-top: 2.5em;
        padding-bottom: 6vw
    }

    .products-headline-style.is-ai {
        margin-left: 6vw;
        margin-right: 6vw
    }

    .products-list {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .product-name {
        border-radius: .83em;
        flex: 1;
        min-height: 6em;
        padding: 1em 1.5em 1em 1em
    }

    .contact-form-outer-wrapper {
        border-radius: 1em
    }

    .contact-form-left-wrapper {
        padding: 24px 16px
    }

    .contact-form-wrapper {
        border-radius: .88em;
        padding: 24px 16px 16px
    }

    .form {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .form-label.plus-left {
        font-size: 12px
    }

    .pdf-download {
        border-radius: .83em;
        padding: 1em
    }

    .pdf-download-label {
        font-size: 16px
    }

    .pdf-download-icon {
        width: 32px;
        height: 32px
    }

    .dropdown-form {
        z-index: 1
    }

    .heading_3 {
        font-size: 20px
    }

    .lc-s-intro-wrapper {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }

    .text-small {
        min-width: 20ch
    }

    .campaign-teaser-wrapper {
        min-height: 32em;
        padding-bottom: 9.1em;
        padding-left: 1em;
        padding-right: 1em
    }

    .fs-checkbox_row {
        flex-wrap: wrap
    }

    .products-list-cms,
    .product-collection-list {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }

    .section-spacer {
        padding-top: 0
    }

    .quote {
        font-size: 24px
    }

    .section-outer-wrapper {
        border-radius: 1em;
        padding-top: .3em;
        padding-bottom: .3em
    }

    .padding-2 {
        padding-left: .3em;
        padding-right: .3em
    }

    .workshop-agenda-wrapper {
        border-radius: .88rem;
        padding: 2rem 1rem 1rem
    }

    .spacer-large {
        padding-top: 2rem
    }

    .agenda-slider-wrapper {
        align-items: flex-end
    }

    .container-2 {
        max-width: none
    }

    .clients-quote-two {
        font-size: 24px;
        line-height: 32px
    }

    .clients-info-image {
        margin-right: 16px
    }

    .clients-grid {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }

    .ki-gradient {
        max-width: 150%;
        bottom: 87%;
        left: 44%
    }

    .ki-gradient.is-2 {
        top: 83%
    }

    .ki-gradient.is-3 {
        max-width: 300%;
        bottom: 47%;
        left: -124%
    }

    .ki-gradient.is-4 {
        max-width: 300%;
        bottom: 10%;
        left: -6%
    }

    .people-list-ki {
        grid-template-columns: minmax(40vw, 1fr)
    }

    .ai-input-field-outer {
        align-self: stretch;
        min-width: 100%;
        height: 6rem;
        padding: .25rem
    }

    .ai-input-field-inner {
        border-radius: .8rem;
        padding: 1rem
    }

    .imagine {
        font-size: 18px
    }

    .facts-wrapper {
        margin-left: 6vw;
        margin-right: 6vw
    }

    .facts-single {
        padding-left: 1rem
    }

    .voices-wrapper {
        margin-bottom: 6vw;
        margin-left: 6vw;
        margin-right: 6vw
    }

    .ai-quotes.is-voice {
        border-radius: 1rem;
        padding: 1rem
    }

    .ai-input.is-home {
        font-size: 1.75rem
    }

    .text-block-3 {
        font-size: 20px
    }

    .cookie_buttons {
        flex-flow: column
    }

    .cookie_banner {
        padding: .75rem;
        bottom: 2px;
        left: 2px;
        right: 2px
    }

    .cookie_options {
        flex-flow: column;
        max-height: 17rem;
        padding-bottom: 19%
    }
}




.img-rounded{
   border-radius: 50%;
   margin-right: 0.5rem;
   width: 30px;
}
#target{
    font-size: 4rem;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
}