/* Home */

h3.title {
	margin-bottom: 1em;
	font-size: 3em;
}
h3.title .title_ja {
	font-size: 0.35em;
	font-weight: 600;
	color: #6e759b;
}
h3.title .title_en {
	margin-top: 0;
	font-size: 1em;
	color: #212362;
}

#home_hero {
	margin-top: 120px;
	margin-top: 100px;
	margin-bottom: 7em;
	margin-bottom: 4em;
	padding-top: 2%;
	padding-top: 30px;
	padding-bottom: 35px;
	height: calc(100vh - 120px);
	min-height: 690px;
	max-height: 890px;
}
#home_hero .inner {
	/* padding: 2% 50px; */
	height: 100%;
	max-width: 1300px;
	max-width: 1400px;
}
.home_hero_tile {
	float: left;
	position: relative;
	width: 31%;
	width: 31.5%;
	height: 100%;
	/* background: #f4f4f4; */
	border-radius: 10px;
	overflow: hidden;
}
.home_hero_tile p {
	object-fit: cover;
}
.home_hero_tile img {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
.home_hero_tile::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #212362;
	mix-blend-mode: multiply;
	opacity: 0.45;
	z-index: 1;
}
.home_hero_tile:nth-of-type(3n - 1) {
	margin: 0 3.5%;
	margin: 0 2.75%;
}
#home_hero_titles {
	margin: 3.5% 0;
	margin: 2% 0;
	margin: 20px 0;
}
#_home_hero_titles .splide_title {
	font-size: 17em;
}
#home_hero_tiles_upper .home_hero_tile,
#home_hero_tiles_lower .home_hero_tile {
	transform: translateX(-10px);
	opacity: 0;
}
#home_hero_tiles_upper .home_hero_tile {
	animation: home_hero_tiles_upper 500ms 1 linear forwards;
}
#home_hero_tiles_upper .home_hero_tile:nth-of-type(2n) {
	animation: home_hero_tiles_upper 500ms 300ms 1 linear forwards;
}
#home_hero_tiles_upper .home_hero_tile:nth-of-type(3n) {
	animation: home_hero_tiles_upper 500ms 600ms 1 linear forwards;
}
@keyframes home_hero_tiles_upper {
	0% {
		transform: translateX(-10px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
#home_hero_tiles_lower .home_hero_tile {
	animation: home_hero_tiles_lower 500ms 800ms 1 linear forwards;
}
#home_hero_tiles_lower .home_hero_tile:nth-of-type(2n) {
	animation: home_hero_tiles_lower 500ms 1100ms 1 linear forwards;
}
#home_hero_tiles_lower .home_hero_tile:nth-of-type(3n) {
	animation: home_hero_tiles_lower 500ms 1400ms 1 linear forwards;
}
@keyframes home_hero_tiles_lower {
	0% {
		transform: translateX(-10px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
#home_hero_summary {
	padding: 2em 0;
	filter: none;
}
#home_hero_summary::before {
	display: none;
}
#home_hero_summary h2 {
	margin-bottom: 0.8em;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #212362;
}
#home_hero_summary p {
	font-weight: 500;
	line-height: 1.4em;
}
#home_hero_summary p br {
	display: none;
}
#home_hero_summary p:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#home_hero_summary p.home_hero_summary_name {
	letter-spacing: 0.15em;
}
#home_hero_summary p span {
	font-size: 0.8em;
}
#home_hero_boxers {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 780px;
	max-height: 780px;
	width: 100%;
	height: 110%;
	/* background: #ccc; */
	z-index: 10;
	opacity: 0;
	animation: home_hero_boxers 500ms 1800ms 1 linear forwards;
}
@keyframes home_hero_boxers {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#home_hero_boxers .splide__track {
	height: 100%;
}
.home_hero_boxer {
	margin: auto;
	width: auto;
	height: 100%;
}
.home_hero_boxer p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	opacity: 0;
	transition: all 200ms ease-in-out;
}
.home_hero_boxer.is-active p {
	opacity: 1;
}
.home_hero_boxer img {
	display: block;
	width: auto;
	height: 100%;
}
#home_hero_try {
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: -25px;
	right: 25px;
	z-index: 10;
	transform: translateY(10px);
	opacity: 0;
	animation: home_hero_try 500ms 2200ms 1 linear forwards;
}
@keyframes home_hero_try {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
#home_hero_try a {
	display: block;
	position: relative;
	padding-top: 85px;
	width: 160px;
	height: 160px;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	overflow: hidden;
}
#home_hero_try a::before {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/common/icon_try_white.png) no-repeat center / 100%;
}
#home_hero_try a span {
	display: block;
	font-size: 0.7em;
}
#home_hero_campaign {
	position: absolute;
	bottom: 0;
	left: 50px;
	bottom: -25px;
	left: 25px;
	z-index: 10;
	transform: translateY(10px);
	opacity: 0;
	animation: home_hero_campaign 500ms 2000ms 1 linear forwards;
}
@keyframes home_hero_campaign {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
#home_hero_campaign a {
	display: block;
	position: relative;
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}
#home_hero_campaign a:hover {
	transform: scale(1.03);
}
.home_hero_campaign_image {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 95px;
	height: 95px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
.home_hero_campaign_text {
	position: relative;
	padding: 1.2em 80px 1.28em 110px;
	background: rgba(33, 35, 98, 0.6);
	border: 1px solid #fff;
	border-radius: 300px;
}
.home_hero_campaign_text::before {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_button_arrow_white.png) no-repeat center / 100%;
}
.home_hero_campaign_text p {
	margin-bottom: 0.2em;
	font-size: 0.8em;
	line-height: 1.2em;
}
.home_hero_campaign_text h4 {
	line-height: 1.2em;
}


/* About */

#home_about {
	padding-top: 10em;
}
#home_about_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	height: 83%;
	z-index: -1;
	overflow: hidden;
}
#home_about_video::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #212362;
	mix-blend-mode: multiply;
	opacity: 0.5;
	z-index: 1;
}
#home_about_video::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/overlay_stripe_black.png) repeat center / 6px;
	opacity: 0.2;
	z-index: 2;
}
#home_about_video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
.home_about_concept {
	margin-bottom: 5em;
}
.home_about_concept_title {
	margin-bottom: 3.2em;
}
.home_about_concept_title h3 {
	font-size: 6.4em;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #fff;
}
.home_about_concept_title h3.title_outlined {
	float: left;
	-webkit-text-stroke: 2px #fff;
}
.home_about_concept_title h4 {
	float: left;
	margin-top: 11px;
	margin-left: 1em;
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.42em;
	letter-spacing: 0.15em;
	letter-spacing: 0.2em;
	color: #fff;
}
.home_about_concept_summary {
	float: right;
	float: none;
}
.home_about_concept_summary .summary {
	color: #fff;
}
.home_about_concept_summary .summary p {
	font-size: 1.3em !important;
	font-size: 1.25em !important;
	line-height: 1.8em;
}
#home_about_instructor h3.title {
	margin-bottom: 0.8em;
}
#home_about_instructor h3.title span {
	color: #fff;
}
.home_about_instructor_text {
	float: left;
	margin-top: 30px;
	width: 25%;
}
.home_about_instructor_text p {
	font-size: 1.05em;
}
#home_about_instructor_slides_container {
	float: right;
	width: 68%;
}
#home_about_instructor_slides .splide__track {
	/* padding-right: 60px !important; */
}
.home_about_instructor_slide {
	position: relative;
	padding: 55px 1.6em 50px 1.6em;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.1);
}
.home_about_instructor_slide h5 {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
}
.home_about_instructor_slide h5 span {
	display: block;
	display: none;
	font-size: 0.73em;
	font-weight: 400;
}
.home_about_instructor_slide h6 {
	position: absolute;
	bottom: -20px;
	left: 1.6rem;
	font-size: 2.47em;
	line-height: 1em;
	color: #6e759b;
}
.home_about_instructor_slide_image {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 150px;
}
#home_about_instructor_slides .splide-controller {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.2rem;
}
#home_about_instructor_slides .splide__pagination {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0;
	gap: 5px;
	justify-content: flex-start;
	margin: 0 auto 0 0;
	text-align: center;
}
#home_about_instructor_slides .splide__pagination > li {
	font-size: 0;
}
#home_about_instructor_slides .splide__pagination__page {
	width: 1.4rem;
	height: 4px;
	cursor: pointer;
	transition: all 250ms ease-in-out;
	vertical-align: top;
	border-radius: 50vh;
	background: #ccc;
	opacity: 1;
}
#home_about_instructor_slides .splide__pagination__page.is-active {
	transform: none;
	width: 4rem;
	background: #212362;
}
#home_about_instructor_slides .splide__arrows {
	display: flex;
	gap: 20px;
}
#home_about_instructor_slides .splide__arrow {
	right: auto;
	left: auto;
	transform: none;
	width: 38px;
	height: 38px;
	background: #fff url(../images/common/icon_splide_arrow.png) no-repeat center / 16px;
	opacity: 1;
	transition: all 250ms ease-in-out;
}
#home_about_instructor_slides .splide__arrow:disabled {
	pointer-events: none;
	opacity: 0.3;
}
#home_about_instructor_slides .splide__arrow svg {
	display: none;
}
#home_about_instructor_slides .splide__arrow--prev,
#home_about_instructor_slides .splide__arrow--next {
	position: relative;
	flex-shrink: 0;
	margin: 0;
}
#home_about_instructor_slides .splide__arrow--prev {
	transform: scale(-1, 1);
}
#_home_about_instructor_slides .splide__arrow:disabled::before {
	box-shadow: var(--box-shadow-inset);
}
.home_about_instructor_slide_link {
	background: none;
	box-shadow: none;
}


/* Training */

#home_training {
	position: relative;
	background: #212362;
	color: #fff;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}
#home_training::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/icon_pattern.png) repeat center / 180px;
	background: url(../images/common/accent.png) no-repeat center / cover;
	opacity: 0.05;
	z-index: 1;
}
#home_training .inner {
	position: relative;
	padding-top: 10em;
	padding-bottom: 10em;
	z-index: 10;
}
#home_training h3.title span {
	color: #fff !important;
}
.home_training_text {
	position: relative;
	z-index: 10;
}
.home_training_text .button a:hover {
	background: transparent;
	border: 1px solid #fff;
}
.home_training_images {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 1;
}
.home_training_slides {
	float: left;
	width: 50%;
}


/* Fee */

#home_fees_text {
	float: left;
	width: 50%;
}
#home_fees_text h3.title {
	margin-bottom: 1.5em;
}
/* .home_fees_sum {
	position: relative;
}
.home_fees_sum p {
	float: left;
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #212362;
}
.home_fees_sum p:first-of-type::after {
	margin: 0 20px;
	content: '+';
	font-size: 1em;
	font-weight: 500;
}
.home_fees_sum p .label {
	display: inline-block;
	line-height: 1.2em;
}
.home_fees_sum p .label:first-of-type {
	transform: translateY(-5px);
	margin-right: 1rem;
	padding: 0.2em;
	font-size: 0.32em;
	font-size: 0.38em;
	letter-spacing: 0.03em;
	color: #111;
	background: #fff;
}
.home_fees_sum p .label:last-of-type {
	transform: translateY(-3px);
	margin-left: 0.5rem;
	font-size: 0.45em;
	letter-spacing: 0;
}
._home_fees_sum p:last-of-type {
	float: right;
} */
.home_fees_sum {
    position: relative;
}
.home_fees_sum:not(:last-child) {
    margin-bottom: 2em;
}
.home_fees_add,
.home_fees_monthly {
    float: left;
}
.home_fees_sum p {
	/* float: left; */
	font-size: 2.2em;
	font-weight: 500;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #212362;
    font-variant-numeric: tabular-nums;
}
.home_fees_add {
    margin-top: 25px;
}
.home_fees_add p::after {
	margin: 0 20px;
	content: '+';
	font-size: 1em;
	font-weight: 500;
	font-weight: 600;
}
.home_fees_sum p .label {
	display: inline-block;
	line-height: 1.2em;
	font-weight: 500;
}
.home_fees_sum p .label:first-of-type {
	transform: translateY(-5px);
	margin-right: 1rem;
	padding: 0.1em 0.2em;
	font-size: 0.32em;
	font-size: 0.38em;
	letter-spacing: 0.03em;
    line-height: 1.4em;
	color: #111;
	background: #fff;
}
.home_fees_sum .home_fees_monthly p:not(:last-of-type) {
    margin-bottom: 0.3em;
}
.home_fees_sum .home_fees_monthly p .label:first-of-type {
    transform: none;
}
.home_fees_sum p .label:last-of-type {
	transform: translateY(-3px);
	margin-left: 0.5rem;
	font-size: 0.45em;
	letter-spacing: 0;
}
#home_fees_text ul.note {
	margin-top: 2em;
	margin-bottom: 2.5em;
}
#home_fees_plans {
	float: right;
	width: 50%;
	width: 45%;
}
#home_fees_plans h4 {
	position: relative;
    margin: 2em 0;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #212362;
    text-align: center;
}
#home_fees_plans h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 1px dashed #212362;
}
#home_fees_plans h4 span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	background: #f3f9fb;
	z-index: 10;
}
.home_fees_plan {
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.home_fees_plan:not(:last-of-type) {
	margin-bottom: 1.5em;
}
.home_fees_plan_times {
	float: left;
    padding: 1.2em 1.4em;
    width: 20%;
	height: 100%;
	font-weight: 600;
    text-align: center;
    color: #fff;
    background: #6e759b;
}
.home_fees_plan_times p {
	line-height: 1.2rem;
}
.home_fees_plan_times_numerator {
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #fff;
	font-size: 1.25em;
}
.home_fees_plan_times_numerator.limitless {
	font-size: 0.95em;
	line-height: 1.5rem;
}
.home_fees_plan_times_numerator .label {
	margin-left: 0.3em;
	font-size: 0.5em;
	line-height: 1em;
}
.home_fees_plan_times_denominator {
	font-size: 0.8em;
}
.home_fees_plan_data {
    float: left;
    padding: 1.32em 2em;
    padding: 1.52em 1.5em;
    width: 80%;
	height: 100%;
    background: #fff;
}
.home_fees_plan_data h5 {
	float: left;
	margin-top: 3px;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.2em;
}
.home_fees_plan_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-right: 0.75em;
	width: 32px;
}
.home_fees_plan_data h6 {
	float: right;
	font-size: 2em;
	font-size: 1.8em;
	font-weight: 500;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #212362;
	font-variant-numeric: tabular-nums;
}
.home_fees_plan_data h6 .label {
	margin-left: 0.5em;
	font-size: 0.45em;
	font-weight: 400;
	letter-spacing: 0.05em;
}

/* Access */

#home_access_map {
	aspect-ratio: 1300 / 497;
}
#home_access_map iframe {
	width: 100%;
	height: 100%;
}
#home_access_wrapper {
	padding: 3.3em 4em 4em 3.5em;
	margin: -190px auto 0 auto;
	width: 80%;
	background: #fff;
	border-radius: 10px;
}
#home_access_wrapper .heading {
	float: left;
	width: 40%;
}
.home_access_data {
	float: right;
	width: 55%;
}
.home_access_data h4 {
	position: relative;
	margin-bottom: 1.5em;
	padding-left: 40px;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5em;
}
.home_access_data h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 24px;
	height: 35px;
	background: url(../images/common/icon_address.png) no-repeat center / 100%;
}
.home_access_data h5 {
	margin-bottom: 2em;
	padding-bottom: 2.2em;
	font-size: 0.9em;
	font-weight: 500;
	color: #212362;
	border-bottom: 1px solid #ccc;
}
.home_access_data_pane {
	float: left;
	width: 49%;
}
.home_access_data_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 60px;
}
.home_access_data h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.5em;
}

/* News */

#_home_news {
	margin-bottom: 4em;
	margin-bottom: 6em;
}
.home_news_list {
	float: left;
	width: calc(100% - 380px);
}
.home_news_list .heading {
	margin-bottom: 2.5em;
}
.home_news_list .heading h3.title {
	float: left;
	margin-bottom: 0;
}
.home_news_list .heading .button {
	float: right;
	margin-top: 25px;
	margin-top: 4px;
	margin-top: 9px;
}
.home_news_list li {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
.home_news_list li:first-of-type {
	padding-top: 1.2em;
}
.home_news_list .news_list_date {
	font-size: 0.9em;
}
.home_news_list .news_list_title {
	font-size: 1em;
}
#home_news_instagram {
	float: right;
	position: relative;
	width: 300px;
	padding: 3.5em 1.8em 1.8em 1.8em;
	padding: 2.5em 1.8em 2em 1.8em;
	background: #fff;
	/* border: 2px solid #212362; */
	border-radius: 10px;
}
#_home_news_instagram::before {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 60px;
	height: 6px;
	border-radius: 50vh;
	background: #6e759b;
}
.home_news_instagram_text {
	margin: 0 auto;
	width: 180px;
	text-align: center;
}
.home_news_instagram_text h4 {
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.5em;
	color: #212362;
}
#home_news_instagram .button {
	margin-top: 1.5em;
}
#home_news_instagram .button a {
	display: block;
	padding: 1.1em 1.45em 1.15em 1.45em;
	font-size: 0.8em;
	letter-spacing: 0;
}
#home_news_instagram .button a::before {
	display: none;
}
._home_news_instagram_posts {
	float: right;
	width: 74%;
	width: calc(100% - 230px);
}
.home_news_instagram_posts li {
	float: left;
	aspect-ratio: 3 / 4;
	width: 22%;
	background: #ccc;
}
.home_news_instagram_posts li:not(:last-of-type) {
	margin-right: 4%;
}
#home_news_instagram_slides {
	margin-bottom: 2em;
	margin-left: -1.8em;
	width: calc(100% + 3.6em);
}
.home_news_instagram_slide {
	aspect-ratio: 3 / 4;
	background: #ccc;
	border-radius: 10px;
	overflow: hidden;
}

/* Faq */

/* 
#home_faq  {
	margin-bottom: 0;
}
#home_faq .heading {
	margin-bottom: 4.5em;
	margin-bottom: 4em;
}
#home_faq .heading h3.title {
	float: left;
	margin-bottom: 0;
}
#home_faq .heading .button {
	float: right;
	margin-top: 25px;
	margin-top: 4px;
} */
 
@media screen and (max-width: 1199px) and (min-width: 751px) {
	
	#home_hero_summary p br {
		display: block;
	}
	
}
@media screen and (max-width: 1120px) and (min-width: 961px) {
	
	#home_hero_summary h2 {
		font-size: 1.4em;
		letter-spacing: 0.05em;
	}
	#home_hero_summary p {
		font-size: 0.95em;
	}
	
}
@media screen and (max-width: 1030px) and (min-width: 961px) {
	
	.home_fees_plan_data h5 {
		margin-top: 2px;
	}
	.home_fees_plan_data h6 {
		margin-top: 1px;
		font-size: 1.6em;
		letter-spacing: -0.05em;
	}
	
}
@media screen and (max-width: 1100px) and (min-width: 961px) {
	
	.home_fees_sum p {
		font-size: 2em;
	}
	.home_fees_plan_times {
		padding: 1.2em 0.8em;
	}
	
}
@media screen and (max-width: 960px) and (min-width: 751px) {
	
	#home_hero {
		padding-top: 25px;
		padding-bottom: 30px;
		height: auto;
	}
	#home_hero .inner {
		padding-bottom: 3em;
	}
	#home_hero_summary h2 {
		font-size: 1.3em;
		letter-spacing: 0.05em;
	}
	#home_hero_summary p {
		font-size: 0.9em;
		letter-spacing: 0;
	}
	.home_fees_plan_data {
		padding: 1.52em 0.8em;
	}
	.home_fees_plan_data h5 {
		margin-top: 2px;
	}
	.home_fees_plan_icon {
		margin-right: 0.5em;
		width: 28px;
	}
	.home_fees_plan_data h6 {
		font-size: 1.5em;
	}
	.home_fees_sum p {
		font-size: 1.8em;
	}
	.home_fees_plan_times {
		padding: 1.2em 0.8em;
	}
	.home_fees_plan_times_numerator {
		font-size: 1.1em;
	}
	.home_fees_plan_times_denominator {
		font-size: 0.65em;
	}
	#home_hero_summary p.home_hero_summary_name {
		letter-spacing: 0.1em;
	}
	#home_access_wrapper {
		margin-top: -100px;
		width: 100%;
	}
	
}