
/* HTML and utility classNames */
body {
	background-color: #f1f1f1;
	background-image: url(/images/bg/circles-light.svg);
	background-position: 50% 50%;
	color: #101010;
	font-family: "Roboto", sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2rem;
	color: #141414;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1 {
	font-size: 6rem;
	font-weight: 100;
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: 0.85;
	letter-spacing: -3px;
}

h2 {
	font-size: 2.5rem;
	color: #000000;
	font-weight: 500;
	margin: 0;
	line-height: 0.85;
	letter-spacing: -0.12rem;
	@media (min-width: 900px) {
		font-size: 3rem;
	}
}

h3 {
	font-weight: 400;
	font-size: 1.5rem;
	color: black;
	margin: 0.5rem 0;
}

hr {
	display: block;
	width: 100%;
	height: 2px;
	border: none;
	background: #e0e0e0;
}

main {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width: 600px) {
	main {

	}
}

a {
	color: inherit;
}

p {
	font-size: 1rem;
	color: inherit;
	margin: 10px 0;
	padding: 0;
}

ul, li {
	font-size: 1rem;
}

picture, video, img {
	display: block;
}

aside {
	display: block;
	padding: 0 10% 0;
	max-width: 90%;
	text-align: center;
	font-style: italic;
	opacity: 0.5;
	margin: 10px auto;
}

.m40 {
	margin-top: 40px !important;!i;!;
	margin-bottom: 40px!important;!importan;!importa;!import;!impor;!impora;!impor;!impo;!imp;!im;!i;!;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.black {
	color: black;
}

.white {
	color: white;
}

.red {
	color: red;
}

.nowrap {
	white-space: nowrap;
}

.large {
	font-size: 5rem;
}

.extra-large > * {
	font-size: 1.5rem;
}

.hide-mobile > * {
	display: none;
	@media (min-width: 415px) {
		display: block;
	}
}

.heading {
	margin: 40px auto 20px;
	max-width: 1020px;
	width: 94%;
	z-index: 1;
	
	

	@media(min-width: 1020px) {
		width: 100%;
	}
}

.heading h2 {
	border-bottom: 1px solid #d5d5d5;
	display: block;
	width: 100%;
	margin: 0 0 0px;
	padding: 0px 0 10px;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.m0 {
    margin: 0 !important;
}

/* theme */

a.primary-cta,
.primary-cta {
  display: block;
  padding: 0.7rem 0 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px solid white;
  border-radius: 30px;
  background: #111;
  color: white;
  box-shadow: 0 18px 29px -9px #0000008f;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  min-width: 250px;
  cursor: pointer;
}


a.primary-cta:disabled,
.primary-cta:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}


.bg-red { background-color: #f00;}
.bg-green { background-color:#0f0}
.bg-blue { background-color:#00f}
.bg-magenta { background-color:#f0f}
.bg-cyan { background-color:#0ff}

.cards {
    display: flex;
    min-width: 300px;
    margin: auto;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: column;

    @media (min-width: 620px) {
        flex-direction: row;
        display: flex;
        /* gap: 20px; */
        margin: auto;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }
}

.card-content {
    font-size: 17px;
    margin: 1rem 2rem;
    /* color: #c7c7c7; */
    flex: 1 0 auto;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 1.5;
    @media (min-width: 620px) {
        min-height: 12rem;
    }
}

.card-content ul {
    margin: 0;
    padding: 0 0 0 1rem;
}

.card-heading {
    /* display: flex; */
    justify-content: space-between;
    margin: 0;
    font-size: 2rem;
    /* gap: 1.3rem; */
    text-align: center;
    line-height: 0.8;
    padding: 0 7%;
    /* background: tan; */
    letter-spacing: -1.5px;
}

.card-cta {
    margin: 2rem 0 1rem;
    text-align: left;
    font-weight: 900;
    letter-spacing: -0.05rem;
    font-size: 2rem;
    width: 100%;
}

.card {
    /* font-family: "Inter", sans-serif; */
    border-radius: 5px;
    /* overflow: hidden; */
    /* width: 100%; */
    display: flex;
    height: 100%;
    /* color: white; */
    /* padding: 10px; */
    /* cursor: pointer; */
    text-decoration: none;
    /* flex: auto; */
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 20px;
    justify-content: center;
    align-content: flex-start;
    flex: 1;
}

.card-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-image {
    border-radius: 500px;
    overflow: hidden;
    /* font-size: 250px; */
    /* margin: 1rem 0; */
    border: 0.4rem solid;
    position: relative;
    min-width: 180px;
    flex: 0;
    /* height: 300px; */
    width: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-ticket {
    color: inherit;
    font-weight: 800;
    margin-left: 3rem;
}



.card-logo {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: 45%;
}

.card.dark {
    background: #1b1b1b;
}

section {
    width: 96%;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1020px;
}

section.fullwidth ,
section.paralax {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}

section.hero {
  width: 100%;
  max-width: unset;
  margin-top: 50px;
}

.blog-hero section {
	max-width: 1020px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 0;
	margin: -3rem -1rem 0;
	width: 94%;
}

.blog-hero section {
	position: relative;
	z-index: 1;
}

h1.branding {
    font-weight: 200;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    display: none;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px #0000005f;
}

@media (min-width: 670px) {
    h1.branding {
        display: block;
    }
}

header {
    font-size: 14px;
    position: relative;
    z-index: 10;
    padding: 0;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-top: 2px solid #000000;
    /* background-image: linear-gradient(0deg, #00000000, #000000cf); */
	background-color: black;
    backdrop-filter: blur(30px);
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

header .inner {
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    align-content: center;
    flex-direction: row;
    padding: 0.6rem 1rem;
}

@media (min-width: 426px) {
    header .inner {
        padding: 0.2rem 1rem;
    }
}

button.button-cta {
    background: black;
    color: white;
    border-radius: 20px;
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    display: block;
    border: 0.1rem solid white;
    box-sizing: border-box;
}

.brand {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

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

nav {
    color: white;
    display: flex;
    /* gap: 10px; */
    align-items: center;
    /* flex-direction: row-reverse; */

    @media (min-width: 670px) {
        flex-direction: row;
    }
}

nav a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
}
.menu.open a {
    background: #000000d6;
}

nav a span {
    display: none;
    @media (min-width: 826px) {
        display: inline-block;
    }
}
.menu.open a.selected,
nav .selected {
    background: white;
    color: black;
}

@media (min-width: 426px) {
    nav a {
        font-size: 1.2rem;
    }
}

.icon {
    width: 27px;
    height: 27px;
}

.logo-30 {
    display: block;
    width: 30px;
    height: 30px;
}

@media (min-width: 435px) {
    .logo {
        transform: scale(0.9);
    }
}

.menu {
    /* background: #000000b3; */
    border-radius: 3px;
    /* border: 1px solid black; */
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0.1rem 1rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 8rem;
    z-index: 1;
    @media (min-width: 670px) {
        position: relative;
        flex-direction: unset; left: unset; bottom: unset; width: unset; margin: unset; display: inline-block; }
}

.menu.open {
    display: flex;
    width: 11rem;
    @media (min-width: 670px) {
        display: inline-block;
        width: unset; }
}

nav button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    display: inline-block;
    @media (min-width: 670px) {
        display: none;
    }
}

footer {
	background: #0e0e0e;
	color: #787878;
	font-size: 1rem;
	margin: 0 0 -2rem;
	padding: 4rem 0 0;
	text-align: center;
	width: 100vw;
	display: block;
}

footer h5 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	color: white;
	white-space: nowrap;
}

footer ul {
	padding: 0 0 0 1.2rem;
}

footer li {
	color: #c7c7c7;
}

.footer-columns {
	display: flex;
	flex-direction: column;
}

.footer-columns {
	display: flex;
	flex-direction: row-reverse;
	gap: 1rem;
	max-width: 1000px;
	margin: auto;
	text-align: left;
}

.footer-subscribe {
	background: white;
	border: none;
	border-radius: 5px;
	color: black;
	padding: .5rem 2rem;
}

.footer-columns {
	display: flex;
	flex-direction: column;
	max-width: 80vw;
}

.footer-posts a {
	white-space: nowrap;
	max-width: 15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.footer-legals {
	margin: 3rem auto 0;
	padding: .5rem 0;
	font-size: 0.8rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.user-loggedin {
	background: red;
	color: white;
}

.footer-profile {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.footer-profile img {
	display: block;
	width: 32px;
	height: 32px;
}

.footer-branding {
	display: flex;
	color: #ffffff9c;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.footer-newsletter p {
	color: white;
}

.footer-telegram {
	display: none;

	@media (min-width: 1020px) {
		display: block;
	}
}

.footer-telegram img {
	display: block;
	background: white;
	border-radius: 4px;
	padding: 0.5rem;
}

.footer-column a {
	padding: 3px 0;
	display: block;
}

@media (min-width: 650px) {
	.footer-column {
		max-width: 300px;
		flex: 0 auto;
	}

	.footer-columns {
		display: flex;
		flex-direction: row-reverse;
		gap: 2rem;
		max-width: 960px;
		margin: 0 auto 3rem;
		justify-content: space-evenly;
	}

	.footer-about,
	.footer-branding {
		display: none;
	}

	.footer-newsletter {
		flex: 4;
	}
}

@media (min-width: 650px) {
	.footer-about {
		display: block;
		flex: 3;
	}

	.footer-branding {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		flex: 3.3;
	}
}

/*   Open state of the dialog  */
body:has(dialog[open]) {
	filter: blur(30px);
}

dialog {
	height: auto;
	box-shadow: 0 3rem 1.5rem -1.2rem #000000aa;
	border: 2px solid black;
	border-radius: 5px;
	height: 70vh;
	max-height: 620px;
	padding: 0;
	margin: auto;
	width: 90vw;
	max-width: 360px;

	@media (min-width: 900px) {
		width: 70vw;
		max-width: 440px;
	}
}

dialog[open] {
	opacity: 1;
	backdrop-filter: blur(41px);
}

::backdrop {
	background-image: linear-gradient(
		45deg,
		magenta,
		rebeccapurple,
		dodgerblue,
		green
	);
	opacity: 0.75;
}

.modal-close {
	position: absolute;
	right: 0;
	margin: 1rem;
	background: black;
	color: white;
	border: none;
	font-size: 1.3rem;
}

.modal-unsubscribe,
.modal-newsletter {
	max-height: 360px;
	overflow: hidden;
}

.modal-register,
.modal-tickets {
	max-height: 660px;
	overflow: hidden;
}

dialog#modal-dialog {
	overflow: hidden;
}

dialog.modal-register,
dialog.modal-venue {
	height: 90vh;
	max-height: unset;
}

/* polroid */

.polaroid {
  background: #f3f3f3;
  padding: 14px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 14px 0 #00000055;
  cursor: pointer;
}

.polaroid[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}

.polaroid-portrait {
  width: 290px;
  height: 290px;
  background: #333;
  display: block;
  position: relative;
  background-size: cover;
}

.polaroid-portrait label {
  position: absolute;
  z-index: 1;
  background: #ee0808;
  color: white;
  padding: 3px 8px 4px;
  font-size: 0.9rem;
  right: 0;
  bottom: 0;
}

.polarod-bg-clip {
  background-clip: content-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: red; */
}

.polaroid-circles {
  position: relative;
  width: 520px;
  height: 520px;
  background-image: url(/images/bg/circles-black.svg);
  top: -120px;
  left: -140px;
  z-index: 2;
  background-size: 150%;
  opacity: 0.4;
}

@media (min-width: 830px) {
  .polaroid-circles {
    animation: spin 180s linear infinite;
    transform: unset;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.polaroid-portrait.no-class-tonight::before {
    content: 'closed';
    position: absolute;
    bottom: 0;
    background: red;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 2.2px;
    border: 0.2rem solid white;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 1rem 0.4rem;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 2rem;
    display: block;
    transform: rotate(-9deg);
    text-shadow: 1px 4px 6px #0055;
    box-shadow: 1px 10px 4px 1px #00000077;
    letter-spacing: 2px;
}

.polaroid-portrait .label-red {
  background: #ee0808;
}

.polaroid-portrait .label-visiting {
  background: #ee08db;
}

.polaroid-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: -2rem auto 0rem;
  align-items: center;
  align-content: center;
  gap: 1rem;
  max-width: 100vw;
  overflow-x: scroll;
  height: 28rem;
}

.polaroid:first-child {
    margin-left: 1.5rem;
}

.polaroid-link {
  color: inherit;
  margin-top: -1.5rem;
}


@media (min-width: 600px) {
  .polaroid-row {
    flex-direction: row;
    flex-wrap: wrap;
    height: unset;
    overflow: visible;
    margin: 0 auto;
    justify-content: center;
  }

  .polaroid-portrait {
    width: 225px;
    height: 230px;
  }
}

@media (min-width: 1065px) {
  .polaroid-portrait {
    width: 264px;
    height: 264px;
  }
}

.polaroid-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.polaroid-event,
.polaroid-name {
  display: flex;
  font-size: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.polaroid-event {
  color: #aaa;
  margin-top: 5px;
}

.polaroid-name {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 4px;
  /* color: rgb(106, 106, 106); */
}

.polaroid-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.polaroid-cta .icon {
  height: 1.3rem;
  width: auto;
}

.columns {
  display: flex;
  flex-direction: column;
  /* max-width: 1000px; */
  margin: auto;
  gap: 2rem 3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.column {
  padding: 0;
  flex: auto;
}

.column p {
  font-size: 1rem;
  font-weight: 400;
}

.column ul {
  list-style: none;
  padding: 0;
}

.column .bullet {
  list-style: unset;
  padding: 0 0 0 25px;
}

@media (min-width: 600px) {
  .columns {
    flex-direction: row;
  }

  .column {
    padding: 0;
    width: 46%;
    /* max-width: 300px; */
  }
}

.marathon {
  text-align: center;
}

.heading {
  text-align: center;
  margin: -1rem auto 0 auto;
}

h1 {
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 1;
  display: block;
  padding: 0;
  margin: 0;
}

h2 {
  font-weight: 700;
  margin: 0rem 0 0;
  font-size: 3rem;
  text-transform: lowercase;
  line-height: 1;
}

h4 {
  font-size: 1.7rem;
  color: white;
  border-bottom: 1px solid;
  margin: 1rem 0;
  padding: 0.5rem 0;
}

@media (min-width: 660px) {
  .heading h1 {
    font-size: 6rem;
  }
  h2 {
    margin: -1rem 0 0;
    font-size: 4rem;
  }
}
@media (min-width: 830px) {
  .heading h1 {
    font-size: 9rem;
    line-height: 1;
  }
}

h3 {
  font-size: 2.2rem;
  font-weight: 100;
}

h3 strong {
  font-weight: 400;
}

p {
}

main {
  gap: 2.5rem;
}

p.small {
  font-size: 1rem;
}

section {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.rgb-dots {
  display: block;
  margin: 1rem auto;
}

.marathon .hero {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin: 0rem auto 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 652px) {
.marathon .hero {
  overflow: unset;
}
}

.marathon-logo {
  position: absolute;
  margin: 10.5rem auto 0;
  left: 0;
  right: 0;
}

.prices {
  color: white;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  letter-spacing: -0.1rem;
  padding: 0 10px;
}

.prices em {
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
}

.tri-color {
  margin: auto;
  opacity: 0.95;
}

@media (min-width: 830px) {
  .tri-color {
    animation: spin 120s linear infinite;
    transform: unset;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swatch {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  margin: 0;
  color: black;
  text-align: left;
  max-width: 250px;
  border-radius: 3.5px;
  box-shadow: 0px 46px 28px -5px rgba(0, 0, 0, 0.64);
}

.swatch-grid {
  display: flex;
  justify-content: center;
  gap: 3.4rem;
  flex-wrap: wrap;
}
@media (min-width: 452px) {
  .swatch-grid {
    gap: 1.4rem;
  }
}
.swatch-column {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.swatch .primary-cta {
  border-radius: 4px;
  border: none;
}

.swatch-color {
  height: 12rem;
  display: block;
}

.swatch-summary {
  margin: 1rem 0;
}

.swatch-summary .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.swatch-red .primary-cta {
  border-color: rgb(255, 0, 0);
  box-shadow: 0 11px 10px -6px rgba(255, 0, 0, 0.5);
}

.swatch-green .primary-cta {
  border-color: rgb(0, 227, 0);
  box-shadow: 0 11px 10px -6px rgba(0, 255, 0, 0.5);
}

.swatch-blue .primary-cta {
  border-color: rgb(0, 0, 255);
  box-shadow: 0 11px 10px -6px rgba(0, 0, 255, 0.5);
}

.swatch-red .swatch-color {
  background-color: rgb(255, 0, 0);
}

.swatch-green .swatch-color {
  background-color: rgb(0, 227, 0);
}

.swatch-blue .swatch-color {
  background-color: rgb(0, 0, 255);
}

.session {
  display: flex;
  flex-direction: column;
  padding-left: 0.6rem;
}

.session strong {
  font-weight: 600;
  font-size: 2rem;
}

.session em {
  font-size: 0.88rem;
  font-style: normal;
}

.model-cards {
  display: flex;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

section.models {
  max-width: unset;
}

.model-card {
  display: flex;
  width: 86%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 452px) {
  .model-card {
    display: flex;
    width: 46%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media (min-width: 852px) {
  .model-card {
    display: flex;
    width: 12.5625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.model-card img {
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 0.3125rem;
  box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.25);
  filter: contrast(0.9);
}

@media (min-width: 452px) {
  .model-card img {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.model-card .model-color {
  display: block;
  width: 100%;
}

.model-card p {
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 111%; /* 1.11rem */
}

.model-card .session-name {
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%; /* 1.11rem */
}

.model-card h4 {
  color: #fff;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%; /* 1.665rem */
  text-transform: capitalize;
  border: none;
  margin: 0;
}

.row {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  width: 90%;
  margin: auto;
}

@media (min-width: 510px) {
  .row {
    width: 100%;
    flex-direction: row;
  }
}

.row-wide {
  /* width: 75%; */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex: auto;
  min-height: 20rem;
}

.row-single {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  /* min-width: 25%; */
  flex: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.row-single p {
  font-size: inherit;
}

.row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.row li {
  margin: 0 0 10px;
}

