* {
	box-sizing: border-box
}

html,
body {
	scroll-behavior: smooth;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	font-family: 'garet-regular', sans-serif;
	font-size: 14px;
}

.top-nav {
	height: 115px;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.floating-nav-block {
	justify-content: center;
    display: flex;
}

.club-logo-wrapper {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: center;
	width: 100px;
	display: flex;
	position: relative;
}

.section {
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 100vh;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 100px 5%;
	overflow-x: hidden;
}

.section > * {
	width: 100%;
}

.first-section {
	background-image: url('../assets/images/bg-images/1.jpeg');
	align-items: flex-start;
	background-position: bottom;
}

.first-section h2 {
	margin-top: 50px;
}

.hiw-section {
	background-image: url('../assets/images/bg-images/2.jpeg');
	background-position: bottom;
}

.hiw-section-2 {
	background-image: url('../assets/images/bg-images/3.jpeg');
	background-position: top;
}

.hiw-section-3 {
	background-image: url('../assets/images/bg-images/4.jpeg');
	background-position: top;
}

#hiw-3 .grid,
#benefits .grid {
	margin-top: 100px;
}

#prices .hiw-heading,
#contact .hiw-heading {
	margin-bottom: 100px;
}

#contact .club-hero-content {
	padding-left: 5%;
	padding-right: 5%;
}

.benefits-section {
	background-image: url('../assets/images/bg-images/5.jpeg');
	background-position: top;
}

.benefits-section .container {
	pointer-events: none;
}

.price-section {
	background-image: url('../assets/images/bg-images/6.jpeg');
	background-position: top;
}

.contact-section {
	background-image: url('../assets/images/bg-images/7.jpeg');
	background-position: top;
}

.faq-section {
	background-image: url('../assets/images/bg-images/8.jpeg');
	background-position: top;
	text-align: left;
}

.club-hero-content {
	max-width: 80%;
}

.club-hero-content .button__wrapper {
	margin-top: 75px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

a {
	background-color: transparent;
	color: white;
	text-decoration: none;
}

.footer-item a {
	color: white;
}

a:active,
a:hover {
	outline: 0
}

h1 {
	margin: .67em 0;
}

small {
	font-size: 80%
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

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

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset] {
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.llp-icon-nav-menu:before {
	content: '';
    display: block;
    width: 30px;
    height: 30px;
}

img {
	vertical-align: middle;
	max-width: 100%;
	display: inline-block
}

.llp-inline-block {
	max-width: 100%;
	display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	font-weight: 700
}

h1 {
	margin-top: 20px;
	font-size: 38px;
}

h2 {
	margin-top: 20px;
	font-size: 32px;
}

h3 {
	margin-top: 20px;
	font-size: 24px;
}

h4 {
	margin-top: 10px;
	font-size: 18px;
}

h5 {
	margin-top: 10px;
	font-size: 14px;
}

h6 {
	margin-top: 10px;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 10px
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px
}

button,
[type=button],
[type=reset] {
	cursor: pointer;
	border: 0
}

label {
	margin-bottom: 5px;
	font-weight: 700;
	display: block
}

.llp-club {
	z-index: 1000;
	background: #ddd;
	position: relative
}

.llp-club:before,
.llp-club:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.llp-club:after {
	clear: both
}

.llp-club-brand {
	float: left;
	color: #333;
	text-decoration: none;
	position: relative
}

.llp-club-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative
}

.llp-club-menu-mobile {
	display: flex;
    flex-direction: column;
	height: 100%;
	justify-content: center;
}

.llp-club-menu-mobile .llp-club-link {
	color: white;
    font-size: 25px;
    font-weight: 600;
}

.llp-club-menu-mobile .llp-club-link:not(.majesty) {
	font-family: 'garet-bold';
}

.llp-club-menu-mobile .llp-club-link:not(.majesty):hover {
	color: #55B47D;
}

.llp-club-menu {
	float: right;
	position: relative
}

.llp-club-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.llp-club-overlay.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.llp-club-overlay.closing {
    opacity: 0;
    transform: translateY(100%);
}

.llp-club-overlay-close {
	color: white;
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
}

.llp-club[data-animation=over-left] .llp-club-overlay {
	width: auto
}

.llp-club[data-animation=over-left] .llp-club-overlay,
.llp-club[data-animation=over-left] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	right: auto
}

.llp-club[data-animation=over-right] .llp-club-overlay {
	width: auto
}

.llp-club[data-animation=over-right] .llp-club-overlay,
.llp-club[data-animation=over-right] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	left: auto
}

.llp-club-button {
	float: right;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 15px 35px;
	font-size: 24px;
	display: none;
	position: relative;
	background-color: #2c2c2c;
    background-image: url(../assets/images/logo/logo_white.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    border-radius: 90px;
}

.llp-club-button:hover {
	background-size: auto 22px;
}

.llp-club-button:focus {
	outline: 0
}

.llp-club[data-collapse=all] .llp-club-menu {
	display: none
}

.llp-club[data-collapse=all] .llp-club-button {
	display: block
}

/* pages */
.terms .section,
.privacy-policy .section,
.imprint .section {
	background-image: url('../assets/images/bg-images/1.jpeg');
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: calc(100vh - 55px);
	min-height: calc(100vh - 55px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 5% 145px 5%;
    position: relative;
    overflow: hidden;
	flex-direction: column;
}

.terms .container,
.privacy-policy .container,
.imprint .container {
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
    color: white;
}

.terms .container::-webkit-scrollbar,
.privacy-policy .container::-webkit-scrollbar,
.imprint .container::-webkit-scrollbar {
    display: none;
}

.terms .floating-nav,
.privacy-policy .floating-nav,
.imprint .floating-nav {
	bottom: 55px;
	padding: 0;
}

.terms p,
.privacy-policy p,
.imprint p {
	text-align: left;
}

@media screen and (max-width:991px) {
	.llp-club-button {
		display: block;
	}
	.llp-club[data-collapse=medium] .llp-club-menu {
		display: none
	}

	.llp-club[data-collapse=medium] .llp-club-button {
		display: block
	}
}

@media screen and (max-width:767px) {
	.llp-club-brand {
		padding-left: 10px
	}

	.section {
		padding: 50px 5%;
	}

	.llp-club[data-collapse=small] .llp-club-menu {
		display: none
	}

	.llp-club[data-collapse=small] .llp-club-button {
		display: block
	}

	.llp-club-brand {
		padding-left: 10px
	}
}

@media screen and (max-width:479px) {
	.llp-club[data-collapse=tiny] .llp-club-menu {
		display: none
	}

	.llp-club[data-collapse=tiny] .llp-club-button {
		display: block
	}
	.tabs {
		flex-direction: column;
		border-radius: 20px;
	}
	.faq-section {
		padding-bottom: 75px;
	}
	.terms .floating-nav, 
	.privacy-policy .floating-nav, 
	.imprint .floating-nav {
		bottom: 40px;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

:root {
	--black: black;
	--white: white;
	--orange-red: #ea552b;
	--gold: #fdd900;
	--indian-red: #f7414e;
	--orange: #fd9800;
	--midnight-blue: #130933;
	--lime: #61f15c;
	--white-smoke: #f6f9fc;
	--medium-sea-green: #2cc05a;
	--8f8f8f: #8f8f8f;
	--royal-blue: #0c77f8;
	--lavender-blush: #f5e8f8;
	--indigo: #3a2099;
	--royal-blue-2: #0052ff;
	--dark-slate-blue: #3e396b;
	--cornflower-blue: #8994c6;
	--dodger-blue: #097fff;
	--ghost-white: #f3f6ff;
	--deep-sky-blue: #0ab3e4;
	--border: #e4e4e4;
	--main-text: #162944;
	--white-smoke-2: #f8f9fc;
	--slate-blue: #1a49dd;
	--slate-grey: #6b7c93;
	--light-steel-blue: #94a7c2;
	--royal-blue-3: #05f;
	--dodger-blue-2: #09f;
	--dodger-blue-3: #09f;
	--purple: #80376b;
	--orange-2: #fd9800;
	--linen: #fbe8de
}

.llp-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'playfair-black', serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 110%;
}

h2 {
	margin-top: 0;
	margin-bottom: 24px;
	font-family: 'playfair-black', serif;
	font-size: 50px;
	font-weight: 200;
	line-height: 110%
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'playfair-black', serif;
	font-size: 45px;
	font-weight: 200;
	line-height: 110%
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 400;
	line-height: 110%
}

h5 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 400;
	line-height: 120%
}

p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 120%
}

.card-head-group {
	width: 100%;
	height: auto;
	min-height: 120px;
}

p.club-list-headline-top.club-list-headline-top {
    width: 100%;
    text-align: left;
    font-size: 18px;
	font-family: 'garet-bold';
}

p.club-list-headline-center {
	font-family: 'garet-bold';
	color: black;
    text-align: left;
    width: 100%;
	margin-bottom: 0;
	font-size: 35px;
}

p.club-list-headline-center span {
	font-size: 15px;
	margin-left: -5px;
}

p.club-list-headline-bottom {
    font-size: 9px;
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
    color: black;
	margin-top: -10px;
}

p.club-list-headline-bottom-last {
	opacity: 0;
}

p.club-list-headline-list {
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    color: black;
    margin-bottom: 15px;
}

.club-list-left,
.club-list-middle,
.club-list-right {
	color: black;
}

.club-list-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.club-list-group {
	display: flex;
    flex-direction: row;
}

.price-card-buttons {
	flex: 1;
    display: flex;
    flex-direction: column;
}

.last-price-card-button {
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
	row-gap: 10px;
}

.last-club-card.first,
.last-club-card.second {
	flex: 1;
	justify-content: space-between;
	gap: 10px;
}

.last-club-card.first {
 	justify-content: flex-end;
	margin-right: 5px;
}

.last-club-card.second {
	justify-content: flex-start;
	margin-left: 5px;
}

.club-list-container img {
	width: 15px;
    height: 15px;
    margin-right: 10px;
}

.club-list-container p {
	color: black;
	font-size: 14px;
	text-align: left;
}

a {
	text-decoration: none
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 14px
}

ul.club-list {
	text-align: left;
	padding: 0;
	width: 100%;
}

ul.club-list li p {
	font-size: 14px;
	margin-bottom: 5px;
}

.faq-question-wrap {
	margin-bottom: 10px
}

.body {
	color: var(--black);
	font-family: 'garet-regular', sans-serif;
}

.container {
	z-index: 2;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

#faq .container {
	width: 100%;
}

.button__wrapper {
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	display: flex
}

.the-club-button__wrapper {
	justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.the-club-button__wrapper .button {
	font-size: 14px;
    padding: 10px;
}

.button__wrapper.llp-m-t {
	margin-top: 40px
}

.button {
	color: var(--white);
	background-image: linear-gradient(#000, #292929);
	border: 1px solid #000;
	border-radius: 50px;
	padding: 15px 35px;
	font-family: 'garet-regular', sans-serif;
	font-size: 17px;
	transition: box-shadow .6s, background-color .6s;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5)
}

.button:hover {
	background-image: linear-gradient(#292929, #292929);
	box-shadow: 0 7px 8px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5)
}

.small-print {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'garet-regular', sans-serif;
	font-size: 12px
}

.div-block {
	width: 40px
}

.floating-nav {
	z-index: 100;
	width: 100%;
	margin-bottom: 0;
	padding: 29px;
	display: inline-block;
	position: fixed;
	top: auto;
	bottom: 25px;
	left: 0%;
	right: 0%
}

.floating-nav-item {
	justify-content: center;
	display: flex
}

.llp-navbar {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: #000;
	border-radius: 100px
}

.llp-menu-style {
	background-image: linear-gradient(#000, #292929);
	border: 1px solid #000;
	border-radius: 100vw;
	align-items: stretch;
	padding: 6px;
	display: flex;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .27), 0 10px 20px 1px rgba(0, 0, 0, .2), inset 0 2px 1px rgba(255, 255, 255, .5)
}

.floating-nav__link {
	color: #fff;
	cursor: pointer;
	padding-bottom: 16px;
	font-family: 'garet-regular', sans-serif;
	transition: all .2s
}

.floating-nav__link:hover,
.floating-nav nav a:not(:first-child):not(:last-child).active {
	color: #000;
	background-color: #55B47D;
	border-radius: 50px
}

.floating-nav__link.arrow {
	background-color: #2c2c2c;
	background-image: url(../assets/images/logo/logo_rosa.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50px;
	border-radius: 90px;
	padding-left: 38px;
	padding-right: 38px
}

.floating-nav__link.arrow:hover {
	background-color: #424242;
	background-image: url(../assets/images/logo/logo_white.png);
	background-repeat: no-repeat;
	background-size: auto 22px
}

.floating-nav__link.login {
	background-color: #2c2c2c !important;
	border-radius: 70px
}

.floating-nav__link.login:hover {
	background-color: #424242 !important;
}

.hiw__wrapper {
	z-index: 2;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.hiw__sub {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'garet-regular', sans-serif;
	font-weight: 400;
	font-size: 22px;
}

.grid {
	z-index: 2;
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 60px;
	position: relative
}

.hiw__column {
	text-align: center;
	flex-direction: column;
	align-items: center;
	display: flex
}

#prices .grid {
	grid-template-columns: 1fr 1fr 1fr;
}

#prices .hiw__column {
	border-radius: 25px;
	padding: 25px;
	display: flex;
    flex-direction: column;
    align-items: stretch;
}

#prices .grid {
	grid-column-gap: 15px;
}

.standard-abo {
    background-color: #f29090;
	display: block;
	height: 100%;
	width: 100%;
    max-width: 400px;
    margin: 0 auto;

}

.premium-abo {
    background-color: #55b47d;
	display: block;
	height: 100%;
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.individual-abo {
    background-color: #ECE6CF;
	display: block;
	height: 100%;
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.individual-abo p.club-text {
	color: black;
    font-size: 14px;
    text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

.hiw-number {
	background-color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    color: black;
    font-size: 30px;
    font-weight: 900;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

.member-check-icon {
	width: 30px;
    margin-bottom: 15px;
	margin-top: -40px;
}

.hiw__icon-wrapper,
.pricing__left-inside-card-left {
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-bottom: 24px;
	display: flex
}

.hiw-3-container {
	pointer-events: none;
	margin-top: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 0.5fr 1.5fr .5fr 1.5fr .5fr 1.5fr .5fr;
	grid-template-rows: 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	   "empty-left hiw1 arrow1 hiw2 arrow2 hiw3 empty-right"
	   "empty-left hiw6 arrow3 hiw5 arrow4 hiw4 empty-right";
 }

 .hiw-empty-left {
	grid-area: empty-left;
	display: flex;
	align-items: center;
	justify-content: center;
 }

 .hiw-empty-right {
	grid-area: empty-right;
	display: flex;
	align-items: center;
	justify-content: center;
 }

 .hiw1 {
	grid-area: hiw1;
 }

 .hiw2 {
	grid-area: hiw2;
 }

 .hiw3 {
	grid-area: hiw3;
 }

 .hiw4 {
	grid-area: hiw4;
 }

 .hiw5 {
	grid-area: hiw5;
 }

 .hiw6 {
	grid-area: hiw6;
 }

 .hiw-arrow-left-1 {
	grid-area: arrow1;
	justify-content: center;
	padding: 0 15px;
 }

 .hiw-arrow-left-2 {
	grid-area: arrow2;
	justify-content: center;
	padding: 0 15px;
 }

 .hiw-arrow-right-1 {
	grid-area: arrow3;
	justify-content: center;
	padding: 0 15px;
 }

 .hiw-arrow-right-2 {
	grid-area: arrow4;
	justify-content: center;
	padding: 0 15px;
 }

 .hiw-arrow-right-1 img,
 .hiw-arrow-right-2 img {
	transform: scale(-1, -1) !important;
 }

 .hiw-empty-left img {
	transform: rotate(-90deg) !important;
	width: 55px;
 }

 .hiw-empty-right img {
	transform: rotate(90deg) !important;
	width: 55px;
 }

.p-small {
	font-family: 'garet-bold', sans-serif;
	font-size: 20px
}

.p-small.revise {
	max-width: 310px
}

.p-small.smaller {
	font-family: 'garet-regular', sans-serif;
	max-width: 300px;
	font-size: 17px
}

.p-small.smaller.smallest {
	font-size: 15px
}

.p-small.smaller.smallest.web {
	margin-bottom: 0
}

.p-small.smaller.smallest.no,
.p-small.smaller.all {
	max-width: none
}

.hiw-heading,
.faq-heading {
	font-family: 'playfair-black', serif;
	font-weight: 600
}

.hiw-heading._2._3 {
	font-family: 'garet-regular', sans-serif;
}

.hiw-heading._2._3._6 {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto
}

.hiw-heading.better {
	font-family: 'garet-regular', sans-serif;
}

.fine-print {
	font-size: 14px
}

.footer {
	display: block;
    padding: 15px 25px;
}

.image22 {
	width: 20vw;
	max-width: 230px;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto
}

.image33 {
	width: 18vw;
	max-width: 230px;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}

.footer-item {
	grid-column-gap: 25px;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    font-size: 12px;
}

.link {
	color: var(--black);
	font-family: 'garet-regular', sans-serif;
}

.pricing {
	padding-bottom: 150px;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden
}

.pricing__flex {
	z-index: 2;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	flex-wrap: wrap;
	align-items: stretch;
	display: flex;
	position: relative
}

.pricing__left {
	color: var(--white);
	background-color: #000;
	background-image: linear-gradient(#000, #1d1d1d);
	border: 1px solid #000;
	border-radius: 8px;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	max-width: 480px;
	padding: 50px;
	display: flex;
	position: relative;
	overflow: hidden;
	transform: rotate(0);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .34), 0 50px 50px rgba(0, 0, 0, .2), inset 0 2px 1px rgba(255, 255, 255, .5)
}

.pricing__left-top {
	z-index: 2;
	position: relative
}

.pricing__left-heading {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 82px;
	font-weight: 500
}

.pricing__left-inside-card {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	align-items: center;
	padding: 16px;
	display: flex
}

.pricing__left-inside-card:hover {
	background-color: #1b1b1b;
	border-radius: 8px
}

.pricing__left-inside-card.top {
	margin-bottom: 16px
}

.pricing__left-card-small-heading {
	font-family: 'garet-regular', sans-serif;
	font-size: 24px;
	font-weight: 500
}

.per-month {
	font-size: 24px
}

.m-b-0 {
	margin-bottom: 0;
	font-family: 'garet-regular', sans-serif;
	font-weight: 500
}

.text-block {
	display: inline-block
}

.faq__flex {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	justify-content: space-between;
	align-items: flex-start;
	display: flex
}

.faq__left {
	width: 50%
}

.faq__list {
	margin-top: 40px
}

.faq__row {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}

.faq__row-left {
	display: flex;
	width: 100%;
}

.faq__title {
	font-family: 'garet-regular', sans-serif;
	font-size: 18px;
	flex-grow: 1;
	cursor: pointer;
	padding-right: 15px;
}

.faq__title:hover {
	color: #f29090;
}

.faq__answer {
    display: none;
	width: 85%;
}

.faq__answer.active {
    display: block;
}

.faq__arrow {
	position: relative;
	top: -5px;
	cursor: pointer;
	font-size: 30px;
    font-weight: bold;
}

.faq__arrow.rotate {
	transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

.faq__answer p {
	margin-top: 0;
	margin-bottom: 30px;
    font-family: 'garet-regular', sans-serif;
    font-size: 15px;
}

.call__card {
	text-align: center;
	width: 39%;
	padding: 60px;
	font-family: 'garet-regular', sans-serif;
	color: var(--white);
}

.image-llp-81 {
	width: 250px;
}

.call__heading {
	font-size: 35px
}

.call__heading.intro {
	font-family: 'garet-regular', sans-serif;
	font-weight: 500
}

.finger-lottie {
	width: 60px;
	position: relative;
	top: 3px;
	left: 2px
}

.flash {
	width: 70px
}

.arrows {
	width: 70px;
	position: relative;
	top: 5px;
	left: -3px
}

.image-fill {
	object-fit: cover;
	object-position: 50% 0%;
	width: 100%;
	height: 100%
}

.max {
	font-family: 'garet-regular', sans-serif;
	font-weight: 500
}

.image-llp-84 {
	min-width: 0;
    width: 75px;
    margin: 0 auto;
}

.footer__text {
	flex: 1;
	min-width: 0
}

.inline {
	font-family: 'garet-regular', sans-serif;
}

.inline._3 {
	max-width: 510px
}

.used {
	margin-top: 40px;
	margin-bottom: 0;
	font-family: 'garet-regular', sans-serif;
	font-size: 15px
}

.llp-text-block-1 {
	font-family: 'garet-regular', sans-serif;
}

.heading {
	font-family: 'garet-regular', sans-serif;
	font-weight: 500
}

.faq-heading {
	text-align: left;
}

.llp-text-block-2 {
	margin-top: 24px
}

.llp-text-block-link {
	margin-top: 12px
}

.llp-text-block-link a {
	color: #000000;
}

.llp-link {
	color: #f29090;
    font-weight: 600;
}

.pricing__left-bottom {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-direction: row;
	margin-top: 40px;
	display: flex;
	margin-left: 25px;
	margin-right: 25px;
}

.tabs {
	display: none;
}

@media screen and (max-width:991px) and (min-width: 767px) {
	.last-of-3 {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width:991px) {
	h1 {
		font-size: 45px;
	}

	.hero {
		padding-top: 120px
	}

	.hero__wrapper {
		max-width: 560px
	}

	.floating-nav .llp-club-menu {
		display: none
	}

	.grid {
		grid-template-columns: 1fr 1fr
	}

	.pricing__left {
		max-width: none
	}

	.pricing__left-inside-card {
		justify-content: space-between
	}

	.faq__flex {
		flex-direction: column
	}

	.faq__left,
	.call__card {
		width: 100%
	}

	.call__heading.intro {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto
	}

	.max {
		max-width: 430px
	}

	.hiw-3-container {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, auto);
		grid-template-areas:
		   "hiw1"
		   "hiw2"
		   "hiw3"
		   "hiw4"
		   "hiw5"
		   "hiw6";
	 }
 
	 .hiw-empty-left,
	 .hiw-empty-right,
	 .hiw-arrow-left-1,
	 .hiw-arrow-left-2,
	 .hiw-arrow-right-1,
	 .hiw-arrow-right-2 {
		display: none;
	 }
 
	 .hiw1::after,
	 .hiw2::after,
	 .hiw3::after,
	 .hiw4::after,
	 .hiw5::after {
		content: '';
		background-image: url('../assets/images/icons/hiw-arrow.png');
		width: 80px;
		height: 80px;
		background-size: 70px;
		background-repeat: no-repeat;
		transform: rotate(90deg);
	 }

	 #prices .grid {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	/* tabs */
	.tabs {
		display: flex;
		overflow: hidden;
		background-color: var(--black);
		border-radius: 100vw;
		flex-direction: row;
		max-width: 370px;
        margin: 0 auto;
	}

	.tabs button {
		font-size: 12px;
		width: 33.3%;
		flex: 1;
		background-color: var(--black);
		color: var(--white);
		text-align: center;
		font-family: Brockmann Webfont, sans-serif;
		cursor: pointer;
		padding: 10px 0;
		transition: 0.3s;
	}

	.tab-standard {
		border-radius: 0;
	}

	.tab-premium {
		border-radius: 0 100vw 100vw 0;
	}

	.tab-individual {
		border-radius: 100vw 0 0 100vw;
	}

	.tabcontent.fade-in {
		opacity: 1;
	}

	.tab-standard.active,
	.tab-standard:hover {
		background-color: #f29090;
	}

	.tabcontent {
		display: none;
		border-top: none;
		padding-top: 50px;
		transition: opacity 0.5s ease-in-out;
	}

	.tab-premium.active,
	.tab-premium:hover {
		background-color: #55b47d;
	}

	.tab-individual.active,
	.tab-individual:hover {
		background-color: #ECE6CF;
	}
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	p {
		font-size: 18px;
	}

	.hero {
		padding-top: 80px
	}

	.hiw__wrapper {
		max-width: 530px
	}

	.grid {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center
	}

	.hiw__column {
		max-width: 370px
	}

	.hiw-3-container .hiw__column {
		max-width: 100%;
	}

	.hiw-heading._2._3 {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto
	}

	.hiw-heading.better {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto
	}

	.hiw__sub {
		font-size: 18px;
	}

	.pricing__left {
		padding: 32px
	}

	.pricing__left-card-small-heading {
		font-size: 22px;
	}
}

@media screen and (min-width:992px) {
	#prices .llp-layout-grid {
		display: flex;
	}

	#Standard, #Premium, #Individual {
		display: block !important;
		opacity: 1 !important;
		max-width: 400px;
		width: 100%;
		flex: 1;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}

	.button__wrapper.llp-m-t {
		margin-top: auto;
	}

	.individual-abo p.club-text {
		margin-bottom: 25px;
	}
 }

@media screen and (max-width:479px) {
	h1 {
		margin-top: 0;
		font-size: 30px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}

	p {
		font-size: 14px
	}

	.hero {
		padding-top: 60px
	}

	.hiw {
		padding-top: 31px;
		padding-bottom: 40px
	}

	.hiw__wrapper {
		max-width: 320px
	}

	.hiw__icon-wrapper {
		margin-bottom: 16px
	}

	.p-small {
		font-size: 18px
	}

	.hiw-heading {
		margin-left: auto;
		margin-right: auto;
	}

	.hiw-heading._2 {
		max-width: 280px
	}

	.quote {
		padding-top: 20px;
		padding-bottom: 0
	}

	.footer._77 {
		padding-top: 20px
	}

	.footer-item {
		grid-row-gap: 10px;
		font-size: 10px;
        justify-content: center;
	}

	.pricing__left {
		padding: 24px
	}

	.pricing__left-heading {
		font-size: 60px;
	}

	.pricing__left-card-small-heading {
		line-height: 110%
	}

	.pricing__left-card-small-heading._4 {
		max-width: 150px
	}

	.call__card {
		padding: 32px
	}
}

.majesty {
	font-family: 'majesty';
    color: #f29090 !important;
    font-size: 16px;
    transform: rotate(-15deg);
    background-color: transparent !important;
	display: inline-block;
}

/* fonts */
@font-face {
	font-family: 'majesty';
	src: url('../assets/fonts/majesty_regular.woff2') format('woff2');
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'playfair-black';
	src: url('../assets/fonts/playfair-black.woff2') format('woff2');
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'playfair-bold';
	src: url('../assets/fonts/playfair-bold.woff2') format('woff2');
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'garet-bold';
	src: url('../assets/fonts/garet-bold.woff2') format('woff2');
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'garet-regular';
	src: url('../assets/fonts/garet-regular.woff2') format('woff2');
	font-style: normal;
	font-display: auto;
}