* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}


@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
         url('../webfonts/fa-solid-900.woff') format('woff');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
         url('../webfonts/fa-brands-400.woff') format('woff');
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v22-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v22-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v22-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v22-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v22-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/poppins-v22-latin-800.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/poppins-v22-latin-900.woff2') format('woff2'); 
}
.error-message {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 2px; 
    position: relative;
    top: -3px; 
}

input:invalid, textarea:invalid {
    border: 2px solid red;
}
.custom-checkbox {
    width: 18px; 
    height: 18px;
    margin-right: 8px; 
    vertical-align: middle; 
    position: relative;
    top: 8px; 
}

a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
    color: #a060e0 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #5f0099;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #7a60ff;
	background: linear-gradient(to left, #3a0d63, #0d1b63);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.svg-hero {
  width: 100%;
  height: auto;
  display: block;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: linear-gradient(to left, #3a0d63, #0d1b63);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/background.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(58, 13, 99, 0.90), rgba(13, 27, 99, 0.90));

}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #7a60ff;
	background: linear-gradient(to left, #3a0d63, #0d1b63);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
	padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: linear-gradient(to left, #3a0d63, #0d1b63);
	cursor: pointer;
}
.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: #3a0d63;
    background: linear-gradient(to left, #3a0d63, #0d1b63);
}

.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}

.preisliste-subline {
	margin: 1rem auto 2rem;
	max-width: 640px;
	font-size: 17px;
}
.preisliste-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.preisliste-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 220px;
	justify-content: center;
	font-weight: 600;
}
.preisliste-btn i {
	font-size: 1.1rem;
}

.bundle-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(11, 9, 20, 0.85);
	backdrop-filter: blur(6px);
	z-index: 1080;
}
.bundle-modal.is-active {
	display: flex;
}
.bundle-modal__backdrop {
	position: absolute;
	inset: 0;
}
.bundle-modal__dialog {
	position: relative;
	background: #0f0a1f;
	color: #ffffff;
	border-radius: 28px;
	padding: 2rem;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 2rem;
	width: min(960px, 100%);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}
.bundle-modal__close {
	position: absolute;
	top: 18px;
	right: 22px;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}
.bundle-modal__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.bundle-slider {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bundle-slide {
	display: none;
	width: 100%;
	max-width: 360px;
	text-align: center;
}
.bundle-slide.is-active {
	display: block;
}
.bundle-slide__image {
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	cursor: zoom-in;
}
.bundle-lightbox {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(1.25rem, 4vw, 2.5rem);
	background: rgba(4, 2, 17, 0.88);
	backdrop-filter: blur(6px);
	z-index: 1200;
}
.bundle-lightbox.is-active {
	display: flex;
}
.bundle-lightbox__backdrop {
	position: absolute;
	inset: 0;
}
.bundle-lightbox__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(78vw, 520px);
	max-height: min(70vh, 640px);
}
.bundle-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border-radius: 24px;
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
	object-fit: contain;
}
.bundle-lightbox__close {
	position: absolute;
	top: clamp(0.75rem, 3vw, 1.5rem);
	right: clamp(0.75rem, 3vw, 1.5rem);
	z-index: 2;
	background: rgba(15, 10, 31, 0.65);
	border: 0;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	cursor: pointer;
}
.bundle-lightbox__close:hover,
.bundle-lightbox__close:focus {
	background: rgba(15, 10, 31, 0.9);
	outline: none;
}
.bundle-lightbox__close:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 4px;
}

@media (max-width: 992px) {
	.bundle-lightbox__content {
		max-width: min(84vw, 460px);
		max-height: min(66vh, 560px);
	}
}

@media (max-width: 576px) {
	.bundle-lightbox {
		padding: clamp(1rem, 7vw, 1.75rem);
	}
	.bundle-lightbox__close {
		top: 0.75rem;
		right: 0.75rem;
		font-size: 1.8rem;
		padding: 0.15rem 0.6rem;
	}
	.bundle-lightbox__content {
		max-width: min(88vw, 380px);
		max-height: min(62vh, 520px);
	}
}
.bundle-slider__control {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 1.2rem;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}
.bundle-slider__control:hover,
.bundle-slider__control:focus {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
	outline: none;
}
.bundle-slider__control--prev {
	margin-right: 1rem;
}
.bundle-slider__control--next {
	margin-left: 1rem;
}
.bundle-slider__dots {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}
.bundle-dot {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 0;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}
.bundle-dot:hover,
.bundle-dot:focus {
	background: rgba(255, 255, 255, 0.45);
	outline: none;
}
.bundle-dot.is-active {
	background: #7a60ff;
	transform: scale(1.1);
}
.bundle-modal__aside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}
.bundle-modal__aside h4 {
	font-size: 1.8rem;
	margin-bottom: 0.25rem;
}
.bundle-modal__aside p {
	margin-bottom: 0;
	line-height: 1.6;
}
.bundle-modal__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	background: linear-gradient(to right, #7a60ff, #cd9ffa);
	color: #ffffff;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bundle-modal__cta:hover,
.bundle-modal__cta:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(122, 96, 255, 0.45);
	outline: none;
}
.bundle-modal__hint {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.75);
}

body.bundle-modal-open {
	overflow: hidden;
}
body.bundle-lightbox-open {
	overflow: hidden;
}

.legal-modal .bundle-modal__dialog {
	display: flex;
	flex-direction: column;
	width: min(1100px, 95vw);
	max-height: min(85vh, 760px);
	padding: clamp(1.75rem, 4vw, 3rem);
	gap: 1.75rem;
}
.legal-modal__header {
	text-align: center;
}
.legal-modal__header h2 {
	margin: 0;
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	font-weight: 700;
}
.legal-modal__content {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0.75rem;
	font-size: 0.96rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	word-break: normal;
}
.legal-modal__content:focus {
	outline: 2px solid rgba(122, 96, 255, 0.5);
	outline-offset: 4px;
}
.legal-modal__content::-webkit-scrollbar {
	width: 8px;
}
.legal-modal__content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
}
.legal-modal__content::-webkit-scrollbar-thumb {
	background: rgba(122, 96, 255, 0.45);
	border-radius: 999px;
}
.legal-modal__footer {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
}
.legal-modal__footer a {
	color: #cd9ffa;
	text-decoration: underline;
}

.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}

	.bundle-modal__dialog {
		grid-template-columns: 1fr;
		padding: 1.75rem;
		max-height: 90vh;
		overflow-y: auto;
	}
	.bundle-modal__media {
		order: 2;
	}
	.bundle-modal__aside {
		order: 1;
		text-align: center;
	}
	.bundle-modal__aside h4 {
		font-size: 1.6rem;
	}
	.bundle-modal__cta {
		margin: 0 auto;
	}
	.bundle-slider__control--prev {
		margin-right: 0.5rem;
	}
	.bundle-slider__control--next {
		margin-left: 0.5rem;
	}
	.bundle-slide {
		max-width: 320px;
	}
	.preisliste-subline {
		font-size: 15px;
		margin: 1rem auto 1.5rem;
	}
	.preisliste-btn {
		width: 100%;
	}


.swiper-container {
    width: 100%;
    padding: 20px 0;
}


.swiper-slide {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.swiper-button-next, 
.swiper-button-prev {
    color: #333;
    background: rgba(255,255,255,0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 20px;
}

}
@media all and (max-width: 768px) {
	.legal-modal .bundle-modal__dialog {
		width: calc(100vw - 2rem);
		padding: 1.5rem;
		max-height: calc(100vh - 3rem);
		gap: 1.25rem;
	}
	.legal-modal__content {
		padding-right: 0.5rem;
	}
}
