<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">-------------------------------------------------------------------*/
/*--- Google Fonts ---*/
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Slabo+27px");

/*=======================================================
			BODY:
========================================================*/
body {
	font-family: 'Mplus 1p', 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #919197;
}

/*=======================================================
			COLORS (Only Visible in Scss):
========================================================*/
/*=======================================================
			TYPOGRAPHY:
========================================================*/
h1 {
	/*font-size: 3rem;*/
	font-weight: bold;
	color: #000;
	font-size: 2rem;
	font-family: 'Mplus 1p';

}

h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}

h4 {
	font-weight: 600;
	font-size: 1.2rem;
	color: #000;
	font-family: 'Mplus 1p';
}

h5 {
	font-size: 0.8rem;
	color: #000;
}

h6 {
	font-size: 0.80rem;
	font-weight: 500;
}

.sans-serif {
	font-family: 'Slabo 27px';
	color: #919197;
	text-transform: uppercase;
}





#courses,
#schedule,
#access,
#coach {
	background: #ffffff;
	text-align: center;
}

#courses,
#schedule,
#access,
#coach .contact-content {
	padding: 80px 40px;
}

.contact-content h2 {
	margin-bottom: 40px;
}

.w_name {
	font-size: 0.8rem;
	cursor: pointer;
	padding-top: 6px;
}

.txt_underline {
	text-decoration: underline;
}


/*=======================================================
			BUTTONS:
========================================================*/
.btn-primary {
	background: #70bce0;
	font-weight: 500;
	padding: 15px 25px;
	color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #1190cb;
	border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-secondary {
	background: #1190cb;
	font-weight: 500;
	padding: 15px 25px;
	color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background: #70bce0;
	border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-white {
	background: #fff;
	font-weight: 500;
	padding: 15px 25px;
	color: #000;
	border: none;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background: #70bce0;
	color: #fff;
	border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.inline-link {
	font-weight: bold;
	color: #1190cb;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.inline-link:hover {
	color: #b7ddef;
	text-decoration: none;
}


/*=======================================================
			NAVBAR:
========================================================*/
nav {
	background: #fff;
	-webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.1);
}

nav .navbar-brand img {
	/*width: 400px;*/
}

nav .navbar-nav .nav-link {
	font-size: 0.9rem;
	/*font-weight: 600;*/
	text-transform: uppercase;
	color: #919197;
	padding: 0 0.8rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav .navbar-nav .nav-link:hover,
nav .navbar-nav .nav-link:focus,
nav .navbar-nav .nav-link:active {
	color: #70bce0;
}

nav .navbar-nav .nav-link.active {
	/*
	color: #70bce0;
	font-weight: 600;
  */
	color: #0068b7;
	font-weight: 900;
	/*text-decoration-line:underline;*/
	text-decoration-color: #0068b7;


}

/*=======================================================
			BANNER:
========================================================*/
#banner {
	margin-top: 0px;

}

#banner .caption {
	/*padding: 120px 40px;*/
	padding: 120px 10px;
}

#banner .caption h1 {
	margin: 25px 0;
}

#banner .caption h1 span {
	color: #70bce0;
	/*text-decoration: underline;*/
}

#banner .caption h5,
#banner .caption p {
	color: #919197;
}

#banner .caption .btn {
	margin-top: 25px;
}

#banner .banners-img {
	position: relative;
	background: url(../img/bigtop.png?d=1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#banner .banners-img:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: rgba(17, 144, 203, 0.35);*/
}



/*=======================================================
			SOCIAL MEDIA:
========================================================*/
#social-media {
	text-align: center;
}

#social-media .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

#social-media .facebook,
#social-media .twitter,
#social-media .instagram {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 40px 0;
}

#social-media .facebook a,
#social-media .twitter a,
#social-media .instagram a {
	font-size: 1.5rem;
	color: #919197;
}

#social-media .google {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 40px 0;
}

#social-media .google a {
	font-size: 1.5rem;
	color: #919197;
}

#social-media .facebook:hover {
	background: #4267b2;
}

#social-media .facebook:hover a {
	color: #fff;
}

#social-media .twitter:hover {
	background: #1da1f2;
}

#social-media .twitter:hover a {
	color: #fff;
}

#social-media .instagram:hover {
	background: #f09433;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#social-media .instagram:hover a {
	color: #fff;
}

#social-media .google:hover {
	background: #d34836;
}

#social-media .google:hover a {
	color: #fff;
}


/*=======================================================
			TEAM :
========================================================*/
.contents_block {
	padding: 120px 0;
	text-align: center;
	border-bottom: 1px solid #ededed;
	background: #f9f9f9;

}

.contents_block h2 {
	margin-bottom: 60px;
}

.contents_block .hiring {
	width: 100%;
	margin: 60px 0;
}



/*=======================================================
			ABOUT US :
========================================================*/
#about {
	padding: 120px 0;
	text-align: center;
	background: #f9f9f9;
}

#about h5 {
	margin: 0 auto;
}

#about h2 {
	margin: 25px 0;
}

#about h2 span {
	color: #70bce0;
	text-decoration: underline;
}

#about p {
	margin: 0;
}

#about .btn {
	margin-top: 25px;
}


/*=======================================================
			BLOG :
========================================================*/
#blog {
	background: #ffffff;
	padding: 120px 0;
	text-align: center;
}

#blog h2 {
	margin-bottom: 60px;
}

#blog .blog-wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
}

#blog .blog-wrapper .blog-img {
	position: relative;
	overflow: hidden;
}

#blog .blog-wrapper .blog-img .meta-tag {
	position: absolute;
	left: 0px;
	top: 0px;
}

#blog .blog-wrapper .blog-img .meta-tag .category {
	background: #1190cb;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
}

#blog .blog-wrapper .blog-content {
	padding: 20px 40px;
}

#blog .blog-wrapper .blog-content .date {
	text-transform: uppercase;
}

#blog .blog-wrapper .blog-content h5 {
	margin: 10px 0;
}


#poster {
	background: #f9f9f9;
	padding: 120px 0;
	text-align: center;
}

#poster h2 {
	margin-bottom: 60px;
}

#courses,
#schedule,
#access,
/*=======================================================
			CONTACT :
========================================================*/
#contact {
	background: #ffffff;
	text-align: center;
}

#contact .contact-content {
	padding: 80px 40px;
}

#contact .contact-content h2 {
	margin-bottom: 40px;
}

#contact .contact-content h2 span {
	color: #70bce0;
	text-decoration: underline;
}

#contact .contact-content .form-group {
	margin-bottom: 35px;
}

#contact .contact-content .form-group .form-control {
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1.5px solid #b7ddef;
	padding: 20px 0 20px;
}

#contact .contact-content .form-group .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1190cb;
}

#contact .contact-content .btn-primary {
	width: 100%;
}

#contact .map-wrap {
	padding-left: 0;
	padding-right: 0;
}

#contact .map-wrap #map {
	width: 100%;
	height: 731.5px;
}

/*=======================================================
			FOOTER :
========================================================*/
footer {
	background: #f9f9f9;
	padding: 40px 0;
	text-align: center;
}

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

footer ul li {
	display: inline-block;
	background: #1190cb;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 25px 25px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer ul li a {
	color: #fff;
	font-size: 24px;
	line-height: 2.5;
}

footer ul li:hover,
footer ul li:focus,
footer ul li:active {
	background: #70bce0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

footer ul li:hover a,
footer ul li:focus a,
footer ul li:active a {
	color: #fff;
}

/*=======================================================
			MEDIA QUERIES:
========================================================*/
@media (max-width: 1024px) {
	#banner .col-lg-6 .caption h1 {
		font-size: 2.2rem;
	}

	section .container h2,
	section .container-fluid h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 991px) {

	#banner .container-fluid .banners-img {
		/*display: none;*/
		height: 400px;
		background-size: 100%;


	}

	.swiper-container div.arrow-left,
	.swiper-container div.arrow-right {
		right: 50%;
		bottom: 0;
	}

	.swiper-container div.arrow-left {
		right: 35%;
	}

	.swiper-container .swiper-slide .caption {
		text-align: center;
	}

	.swiper-container .swiper-slide .caption h1 {
		font-size: 2.4rem;
	}

	#features .col-lg-3 {
		margin-bottom: 30px;
	}

	#portfolio .box {
		margin-bottom: 0;
	}

	#services {
		border-bottom: 1px solid #ededed;
	}

	#services .services-bg {
		display: none;
	}

	#work-process .process-bg {
		display: none;
	}

	#questions .questions-img {
		display: none;
	}

	#testimonials .testi-img {
		display: none;
	}

	#pricing .col-lg-4,
	#blog .col-lg-4 {
		margin-bottom: 30px;
	}

	#blog .blog-img img {
		/*width: 100%;*/
	}
}

@media (max-width: 662px) {

	.swiper-container div.arrow-left,
	.swiper-container div.arrow-right {
		right: 50%;
		bottom: 0;
	}

	.swiper-container div.arrow-left {
		right: 30%;
	}

	.swiper-container .swiper-slide .caption {
		text-align: center;
	}

	.swiper-container .swiper-slide .caption h1 {
		font-size: 2rem;
	}
}

/*# sourceMappingURL=style.css.map */


/*****************/
/*** CUSTOM ***/
.place {
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Mplus 1p';
	color: #000;
	margin: 25px 0;
	line-height: 1.2;
}


/* -------------------------------------------------------------------
 * ## masonry entries
 * ------------------------------------------------------------------- */
.masonry .entry {
	margin-bottom: 40px;
}

.masonry .entry__thumb,
.masonry .entry__text {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.masonry .entry__thumb {
	position: relative;
	overflow: hidden;
}

.masonry .entry__thumb-link img {
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.masonry .entry__thumb-link::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.masonry .entry__thumb-link::after {
	content: "...";
	font-family: georgia, serif;
	font-size: 2.7rem;
	z-index: 1;
	display: block;
	height: 90px;
	width: 90px;
	letter-spacing: -1px;
	line-height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::before {
	opacity: 1;
	visibility: visible;
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.masonry .entry__thumb:hover .entry__thumb-link img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.masonry .entry__text {
	padding: 3rem 2.8rem 3.6rem;
	background-color: #FFFFFF;
	height: 260px;
}

.masonry .entry__title {
	font-size: 2.4rem;
	line-height: 1.375;
	margin-top: 0;
	margin-bottom: 2.1rem;
}

.masonry .entry__title a {
	color: #000000;
	border-bottom: 1px solid transparent;
}

.masonry .entry__title a:hover,
.masonry .entry__title a:focus {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.masonry .entry__date {
	font-family: "metropolis-medium", sans-serif;
	font-size: 1.4rem;
	line-height: 1.714;
	margin-bottom: .6rem;
}

.masonry .entry__date a {
	color: #858585;
}

.masonry .entry__excerpt {
	font-size: 1.5rem;
	line-height: 1.8;
}

.masonry .entry__meta {
	font-family: "metropolis-semibold", sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.masonry .entry__meta a {
	color: #0054a5;
}

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
	color: #000000;
}

.masonry .entry__meta-links a::after {
	content: ", ";
}

.masonry .entry__meta-links a:last-child::after {
	display: none;
}

/* -------------------------------------------------------------------
 * ## masonry layout
 * ------------------------------------------------------------------- */
.masonry-wrap {
	max-width: none;
	width: 1440px;
	overflow: hidden;
}

.masonry {
	margin-bottom: 3rem;
}

.masonry:after {
	content: "";
	display: table;
	clear: both;
}

.masonry .grid-sizer,
.masonry__brick {
	width: 360px;
}

.masonry__brick {
	float: left;
	padding: 0 20px;
}

/* -------------------------------------------------------------------
 * responsive:
 * masonry layout
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1480px) {
	.masonry-wrap {
		width: 1080px;
	}

}

@media only screen and (max-width:1140px) {
	.masonry-wrap {
		width: 1020px;
	}

	.masonry .grid-sizer,
	.masonry .masonry__brick {
		width: 340px;
	}

}

@media only screen and (max-width:1060px) {
	.masonry-wrap {
		width: 740px;
	}

	.masonry .grid-sizer,
	.masonry .masonry__brick {
		width: 370px;
	}

}

@media only screen and (max-width:800px) {
	.masonry-wrap {
		max-width: 700px;
		width: 90%;
	}

	.masonry .grid-sizer,
	.masonry .masonry__brick {
		width: 50%;
		padding: 0 15px;
	}

}

@media only screen and (max-width:700px) {
	.masonry-wrap {
		max-width: 400px;
	}

	.masonry .grid-sizer,
	.masonry .masonry__brick {
		width: 100%;
		clear: both;
	}

}

@media only screen and (max-width:600px) {
	.masonry-wrap {
		width: auto;
	}

	.masonry .grid-sizer,
	.masonry .masonry__brick {
		padding: 0 10px;
	}


}

@media only screen and (max-width:400px) {
	.masonry .masonry__brick {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

}




/*wp-pagenavi 17*/
.wp-pagenavi {
	clear: both;
	text-align: center;

}

.wp-pagenavi a,
.wp-pagenavi span {
	/*color: #4DD0D5;*/
	color: #151515;
	background-color: #FFFFFF;
	padding: 4px 7px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	/*border: thin dotted #4DD0D5;*/
	border: thin dotted #151515;
}

.wp-pagenavi a:hover {
	color: #fff;
	/*background-color: #4DD0D5;*/
	background-color: #151515;
}

.wp-pagenavi span.current {
	color: #fff;
	/*background-color: #4DD0D5;*/
	background-color: #151515;
}

.address_box {
	line-height: 1.5rem;
	font-size: 1rem;
	margin-top: 1rem;
}

.copyright {
	margin: 2rem;
}

.blog_title {
	font-size: 18px;
	font-weight: 900;
}

.on_cursor {
	cursor: pointer;
}

.purej_txt {
	text-decoration: none !important;
	font-size: 48px;
	color: #D7181A !important;
	font-family: 'Slabo 27px';
}

.header_img_area {
	text-align: center;
	padding: 60px 10px !important;
}



/**************
custom
***************/



@media only screen and (max-width:640px) {

	#h_logo,
	.navbar-brand {
		width: 80%;
		height: 80%;
	}

	#poster img {
		margin-bottom: 1rem;
	}


}


.blog-img img {
	width: 260px !important;
	height: 260px !important;
}

.blog-content p {
	line-height: 1.1rem;
	font-size: 0.8rem;
	width: 100%;
	text-align: left;
}

.title_line {
	margin: 0 auto;
	border: solid 1px #C0C0C0;
	width: 200px;

}

.footer_text {
	font-size: 0.8rem;
}

.wide_area {
	width: 100%;
	text-align: center;
	margin: 24px 0px;
}

.bg_white {
	background: #ffffff;
}

.material-icons {
	display: inline-flex !important;
	vertical-align: middle !important;
	padding-bottom: 0.2rem !important;
	padding-right: 0.2rem !important;
}


/*é‹å–¶ä¼šç¤¾*/
table.c_table {
	width: 100%;
	border-right: #3EB1C6 solid 1px;
	border-collapse: collapse;
}

table.c_table thead th {
	background: #3EB1C6;
	color: #FFF;
	padding: 10px 15px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
}

table.c_table thead th:last-child {
	border-right: #3EB1C6 solid 1px;
}

table.c_table tbody th {
	background: #3EB1C6;
	color: #FFF;
	padding: 10px 15px;
	border-bottom: #FFF solid 1px;
	vertical-align: top;
}

table.c_table tbody tr:last-child th {
	border-bottom: #3EB1C6 solid 1px;
}

table.c_table tbody td {
	background: #FFF;
	padding: 10px 15px;
	border-left: #3EB1C6 solid 1px;
	border-bottom: #3EB1C6 solid 1px;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	table.c_table thead {
		display: none;
	}

	table.c_table tbody th {
		display: block;
	}

	table.c_table tbody td {
		display: block;
	}

	table.c_table tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}

	table.c_table tbody td p {
		padding-left: 6em;
	}
}


.default_sec {
	background: #ffffff;
	padding: 120px 0;
	text-align: center;
}

.default_sec h2 {
	margin-bottom: 60px;
}

.contents_block {
	padding: 120px 0;
	text-align: center;
	border-bottom: 1px solid #ededed;
	background: #f9f9f9;

}

.contents_block h2 {
	margin-bottom: 60px;
}

.contents_block .hiring {
	width: 100%;
	margin: 60px 0;
}

.caution01 {
	color: red;
	font-weight: 900;
}

.caution_msg {
	padding: 0.5em 1em;
	margin: 2em 0;
	color: #5d627b;
	background: white;
	border-top: solid 5px #a22041;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.caution_msg p {
	margin: 0;
	padding: 0;
}

.indent_l1 {
	padding-left: 1em;
	text-indent: -1em;
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px 20px;
}

.swiper-pagination-bullet {
	background-color: red !important;
	height: 10px !important;
	width: 10px !important;
}


.komidasi {
	color: #364e96;
	/*æ–‡å­—è‰²*/
	padding: 0.5em 0;
	/*ä¸Šä¸‹ã®ä½™ç™½*/
	border-top: solid 3px #364e96;
	/*ä¸Šç·š*/
	border-bottom: solid 3px #364e96;
	/*ä¸‹ç·š*/

}

#footer_nav {
	margin-top: 24px;
}

#footer_nav ul li {
	display: inline;
}

#footer_nav li {
	padding-right: 2rem;
}


div.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

.form_custom_1 {
	width: 100%;
	border-bottom: 1.5px solid #b7ddef;
	padding-bottom: 5px;
}

.form_custom_2 {
	display: inline-block;
}

.underline {
	border-bottom: 3px dotted red;
	width: 100%;
	padding-bottom: 6px;
}


.select_hide {
	display: none !important;
}


.grid_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px;
	font-size: 12px;
}

.plan_tile {
	border: solid 1px;
	padding: 0.5rem;
	border-radius: 12px 12px 12px 12px;
	text-align: center;
}

.next_plan_title {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5rem;
}

.plan_tile p {
	margin-bottom: 0rem;
}

.link_color {
	color: blue;
}

ul {
	list-style-type: none;
}</pre></body></html>