/*============================
=            main            =
============================*/

/* defaults */
body {
	margin: 0;
	background-color: #dedede;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 100vh;
	font-family: 'Roboto', sans-serif;
}

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

a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: inherit;
}

a:visited {
	color: inherit;
}

a,
p,
span,
div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* linktree */
.linktree {
	width: 100%;
}

.linktree__head {
	text-align: center;
	padding: 45px 12px 0 12px;
	margin-bottom: 34px;
}

.linktree__head-logo {
	margin-bottom: 13px;
	height: 80px;
}

.linktree__head-logo svg {
	height: 100%;
	width: auto;
}

.linktree__head-logo img {
	height: 100%;
	width: auto;
}

.linktree__head-logo.linktree__head-logo--round {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 13px auto;
}

.linktree__head-at {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	hyphens: auto;
}

.linktree__grid {
	max-width: 650px;
	margin: 0 auto;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	padding: 0 4px;
	margin-top: 4px;
}

.linktree__grid-item {
	background-color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	border: 0;
}

.linktree__grid-link {
	color: #073362 !important;
	display: block;
	hyphens: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	overflow: hidden;
}

.linktree__grid-item::after {
	content: '';
	padding-bottom: 100%;
	display: block;
}

.linktree__grid-link::before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.25);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.2s ease-in-out;
}

.linktree__grid-link:hover::before {
	opacity: 1;
}

.linktree__grid-link p {
	margin: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.linktree__grid-text {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	color: white;
	padding: 6%;
	padding-top: 40%;
	text-align: left;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

@media only screen and (max-width: 660px) {
	.linktree__grid-link p {
		font-size: 2.5vw;
	}
	.linktree__grid-tag {
		font-size: 2vw !important;
	}
}

.linktree__grid-tag {
	color: white;
	font-size: 12px;
	margin-bottom: 2%;
}

.linktree__grid-link img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.linktree__footer {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
}

.linktree__social {
	display: flex;
	justify-content: center;
}

.linktree__social-icon svg {
	height: 32px;
	width: auto;
}

.linktree__social-icon img {
	height: 32px;
	width: auto;
}

.linktree__social-icon:not(:last-child) {
	margin-right: 16px;
}

.linktree__meta li:not(:last-child) {
	padding-bottom: 10px;
}

.linktree__meta-link {
	color: #fff;
	font-size: 17px;
}

.linktree__tile {
	background-color: #fff;
	text-align: center;
	padding: 20px 10px;
	display: block;
	hyphens: auto;
}

.linktree__list {
	padding: 12px;
	max-width: 375px;
	margin: 0 auto;
}

.linktree__list-item {
	background-color: #fff;
	text-align: center;
}

.linktree__list-item:not(:last-child) {
	margin-bottom: 15px;
}

.linktree__list-link {
	color: #073362 !important;
	font-size: 18px;
	padding: 20px 10px;
	display: block;
	hyphens: auto;
}

.linktree__list-link p {
	margin: 0;
}

.hidden {
	display: none !important;
}

.more-btn {
	margin: 15px auto;
	margin-top: 20px;
	width: auto;
	display: table;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	cursor: pointer;
	color: inherit;
}

.more-btn:hover {
	text-decoration: none;
}

.rte {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.rte.with-bg .copy {
	color: #131313;
	background-color: #fff;
	padding: 15px;
}

.copy a {
	font-weight: bold;
	text-decoration: underline;
}

.copy img {
	max-width: 100%;
}

.copy figure {
	max-width: 100%;
	margin: 0;
	margin-bottom: 1rem;
}
