@charset "utf-8";

.header__inner {
	background-color: unset;
	box-shadow: unset;
}

header .flow-link-btn{
	margin-right: 50px;
	display: flex;
	background: #04C17C;
	color: #ffffff;
	height: 60px;
	width: 180px;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
}

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

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

@media screen and (max-width: 768px) {
  header .flow-link-btn {
    height: 40px;
    width: 120px;
    font-size: 12px;
	margin-right: 60px;
  }
}

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

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

.roboto{
	font-family: "Roboto Condensed", sans-serif;
}
