<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

/*
	Atmosphere by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

	#main {
		padding: 6em 0 4em;
	}

	.profile .inner {
		border-bottom: 1px solid rgba(99, 116, 133, 0.25);
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.profile .inner:last-child {
		border-bottom: 0px solid rgba(99, 116, 133, 0.25);
	}

	.profile header h2 {
		font-size: 3.2rem;
		font-weight: 700;
		letter-spacing: 0.25rem;
		margin-bottom: 0;
	}

	.profile header {
		margin-top: 3rem;
		padding-left: 1rem;
	}

	.profile header.major:after {
		left: 1rem;
	}

	.profile p {
		text-align: justify;
		margin-bottom: 3rem;
	}

	.support {
		margin: 0 0 6rem;
		padding-top: 4rem;
	}
	
	.support .step .step01,
	.support .step .step02 {
		margin-bottom: 3rem;
	}

	.support .step .step01 h2,
	.support .step .step02 h2 {
		font-weight: 700;
		margin-bottom: 0.25rem;
	}

	.support .step .step01 h3,
	.support .step .step02 h3 {
		margin-bottom: 3rem;
	}

	.wrapper.style1 .step .step01 a {
		letter-spacing: 2px;
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
		color: #ffffff !important;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	.wrapper.style1 .step .step01 a:hover {
		background-color: rgba(255, 255, 255, 0.065);
	}

	.support .step .step02 span {
		font-size: 2rem;
		font-weight: 900;
	}

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

		}

		@media screen and (max-width: 980px) {
			
			.profile .inner {
				border-bottom: 0px solid rgba(99, 116, 133, 0.25);
			}
			
			.profile header {
				margin-top: 0rem;
			}

			.profile header h2 {
				font-size: 2.8rem;
			}

			.career .line-right::after {
				border-right: 0px solid rgba(99, 116, 133, 0.25);
			}

		}

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

			.profile header h2 {
				font-size: 1.75rem;
			}
		
			.profile p {
				text-align: center;
			}

			.profile header.major:after {
				left: auto;
				text-align: center;
			}

			.support .step .step02 span {
				text-align: center;
				display: block;
			}

		}

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

		}</pre></body></html>