/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #323232;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

em {
	font-style: italic;
}

.invisible {
    display: none;
}

/* SITE HEADER ****************************************/

html {
    height: 100%;
}

body {
    background: #6A2B9E;
    background: radial-gradient(circle,rgba(106, 43, 158, 1) 0%, rgba(87, 36, 127, 1) 100%);
    overflow-x: hidden;
}

.logo {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 48px;
}
@media (orientation: landscape) {
    .logo {
        margin-top: 0;
        margin-bottom: 36px;
    }
}

.hidden {
    display: none;
}

.headline {
    position: relative;
    z-index: 1;
    font-size: 38px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    rotate: -9deg;
    text-align: center;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}
@media (orientation: landscape) {
    .headline {
        margin-bottom: 60px;
    }
}

.headline .light {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 360px;
}

.card {
    display: block;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 48px 20px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23A85EEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center right 16px;
    transition: all 0.2s ease-in-out;
}
@media (orientation: landscape) {
    .card {
        background-color: #F3E9FE;
    }
    .card:hover {
        box-shadow: 0 6px 32px rgba(0, 0, 0, 0.4);
        background-color: #fff;
    }
}

.card h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #6A2B9E;
}

.card p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #323232;
}

.portrait {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}
@media (orientation: landscape) {
    .portrait {
        top: 6%;
        height: 94dvh;
        left: 60%;
        right: auto;
        width: auto;
        transform: translateX(-50%);
    }
}

.portrait:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 50%;
    background-color: #fff;
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.5;
}
@media (orientation: landscape) {
    .portrait:after {
        width: 50%;
        height: 70%;
    }
}

.portrait__image-container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 110px;
}
@media (orientation: landscape) {
    .portrait__image-container {
        margin-top: 0;
        width: auto;
        height: 100%;
    }
}

.portrait__image {
    position: relative;
    z-index: 1;
    width: 120%;
    left: -10%;
    display: block;
}
@media (orientation: landscape) {
    .portrait__image {
        width: auto;
        height: 140%;
        left: 0;
    }
}
.portrait__bottom {
    position: relative;
    background: #000;
    flex: 1;
    z-index: 2;
}
@media (orientation: landscape) {
    .portrait__bottom {
        display: none;
    }
}

.portrait__bottom:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
}
@media (orientation: landscape) {
    .portrait__bottom:after {
        display: none;
    }
}

.portrait__text {
    display: none;
}
@media (orientation: landscape) and (min-width: 1280px) {
    .portrait__text {
        display: block;
        position: absolute;
        right: 0;
        top: 10%;
        color: #fff;
        opacity: 0.5;
        font-size: 14px;
        line-height: 20px;
    }
    .portrait__text:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-80%);
        width: 60px;
        height: 100px;
        background-image: url("data:image/svg+xml,%3Csvg width='46' height='80' viewBox='0 0 46 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.5508 1.00001C48.2276 23.838 49.7723 70.2247 2.53651 73.0673M2.53651 73.0673L10.7525 78.7967M2.53651 73.0673L9.42828 66.3626' stroke='white' stroke-opacity='0.25' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        background-size: 46px 80px;
        background-repeat: no-repeat;
        background-position: center right 16px;
    }
}
.content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
}
@media (orientation: landscape) {
    .content {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 0;
    }
}

@media (orientation: landscape) {
    .wrapper {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 860px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 180px;
    }
}