.module-embedded-code {
	width: 100%;
	padding-bottom: 10px;
}

.module-embedded-code.embedded-code-bg-grey {
	background-color: #ececec;
}

.module-embedded-code.embedded-code-bg-black {
	background-color: #232323;
	color: #fff;
}

.module-embedded-code #mc_embed_signup {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 600px;
}

.module-embedded-code #mc_embed_signup .helper_text {
	background-color: none !important;
}

.module-embedded-code #mc_embed_signup input[type="button"] {
    border: 2px solid currentColor;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    outline: none;
    padding: 12px 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.module-embedded-code #mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
	background-color: #fff;
	border: 0;
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    height: 52px;
    padding-left: 20px;
    vertical-align: bottom;
    width: 100%;

    border-right: 16px solid transparent;
}

.module-embedded-code #mc_embed_signup .mc-field-group label {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 15px;
	vertical-align: top;
	color: #232323 !important;
}

.module-embedded-code #mc_embed_signup .mc-field-group {
	padding-top: 6px;
	padding-bottom: 6px;
}

.module-embedded-code #mc_embed_signup .clear {
	text-align: center;
}

.module-embedded-code #mc_embed_signup input[type="submit"] {
	margin-top: 20px;
	background-color: #232323;
	border-color: #232323;
	color: #FFF;
}

.module-embedded-code input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
	color: #757575;
}

.module-embedded-code input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder,
.module-embedded-code input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
	color: #757575;
	opacity: 1;
}



#mc_embed_signup select {
	color: #757575;
	background-color: #FFF;

	border: 0;
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    height: 52px;
    padding-left: 20px;
    vertical-align: bottom;
    width: 100%;

    overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* Arrow */
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 1.5rem top 50%;
	background-size: 0.65rem auto;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.inner-top .title {
	font-family: 'GZA Seminegra', serif;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 28px;

	max-width: 600px;
	margin: 0 auto;
}

.inner-top .description {
	font-family: 'NB Akademie', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;

	max-width: 600px;
	margin: 0 auto;
}

.embedded-code-inner .inner-top {
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

.embedded-code-inner .inner-top::before, .embedded-code-inner .inner-top::after {
	content: '';
	display: table;
}

.embedded-code-inner .inner-top::after {
	clear: both;
}

@media (max-width: 700px) {
	.module-embedded-code {
		padding-left: 20px;
		padding-right: 20px;
	}
}