@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@font-face {
	font-family: 'SF Pro Display';
	src: url(../fonts/SF-Pro-Display-Semibold.otf);
}
p {
	margin: 0;
}
body {
	background-color: #0c0c0c;
	min-height: 100vh;
}
header {
	background-color: #ffffff;
}
.menu {
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-logo p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #000000;
}
.menu-button {
}
.menu-button button {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16.4px;
	line-height: 19px;
	color: #000000;
	background-color: #fec600;
	border: 0;
	border-radius: 12px;
	padding: 12px 20px;
	text-decoration: underline;
	transition: 0.2s;
}
.menu-button button:hover {
	color: #000000;
	background-color: #fec700bc;
	transition: 0.2s;
}
.main {
	padding-top: 32px;
}
.info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.info-text {
	width: 50%;
}
.info-text-main {
	margin-bottom: 32px;
}
.info-text-main h1 {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 75.0627px;
	line-height: 90px;
	color: #ffffff;
}
.info-text-main p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16.1px;
	line-height: 24px;
	color: #ffffff;
}
.info-text-past {
}
.info-text-past h2 {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	color: #ffffff;
}
.info-text-past p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16.1px;
	line-height: 24px;
	color: #ffffff;
}
.info-img {
	width: 50%;
}
.img-a {
	text-align: right;
}
.img-fit {
	text-align: right;
}
.img-fit img {
	width: 80%;
}
.buttons {
	display: flex;
	justify-content: space-between;
        margin-bottom: 64px;    
}
.button {
	width: 45%;
}
.button-item {
	margin-bottom: 8px;
}
.button-item button {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 19px;
	color: #000000;
	background-color: #ffffff;
	border: 0;
	border-radius: 24px;
	height: 81px;
	width: 100%;
	text-align: center;
	transition: 0.2s;
}
.button-item button:hover {
	background-color: #232323;
	color: #ffffff;
	transition: 0.2s;
}
.button-item img {
	margin-left: 8px;
	width: 42px;
}
.anchor {
	text-align: center;
}
.anchor a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.anchor img {
}
.anchor span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 11px;
	color: #ffffff;
	width: 100%;
}
.mob {
	display: none;
}
