html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	transition: opacity 0.25s, color 0.25s, background-color 0.25s, fill 0.25s;
}

svg,
path {
	transition: none;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	background-image: none !important;
}
.container{
	max-width: 100%;
}

@media only screen and (min-width: 900px) {
	body.wide .header {
		left: 700px;
		margin-left: 75px;
	}

	body.wide .header:after {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	body.wide .header {
		left: 900px;
		margin-left: 135px;
	}
}

@media only screen and (min-width: 900px) {
	body.wide .header .logo {
		margin-left: -30px;
	}
}

@media only screen and (min-width: 1200px) {
	body.wide .header .logo {
		margin-left: -30px;
	}
}

@media only screen and (min-width: 900px) {
	body.wide #inner {
		width: 600px;
		margin-left: 75px;
		padding-top: 75px;
	}
}

@media only screen and (min-width: 1200px) {
	body.wide #inner {
		width: 765px;
		margin-left: 135px;
		padding-top: 75px;
	}
}

img {
	max-width: 100%;
}

@media only screen and (min-width: 500px) {
	.mobile-only {
		display: none;
	}
}

.header {
	height: 175px;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 900px) {
	.header {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 650px;
		height: auto;
		overflow: visible;
	}
}

.header:before {
	content: "";
	position: absolute;
	width: 200%;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: -1;
	background-image: url("../images/background.png");
	background-position: -214px -231px;
	transform: rotate(5deg);
}

@media only screen and (min-width: 500px) {
	.header:before {
		background-size: 100% 100%;
		bottom: 30px;
	}
}

@media only screen and (min-width: 900px) {
	.header:before {
		background-position: 0 0;
		background-size: cover;
		bottom: 0;
		top: 0;
		left: 0;
		width: auto;
		transform: rotate(0);
	}
}

@media only screen and (min-width: 1200px) {
	.header:after {
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
		background-image: url("../images/Hand.png");
		background-position: bottom right;
		background-repeat: no-repeat;
		width: 100%;
		height: 50%;
		background-size: contain;
	}
}

.header .logo {
	font-size: 0;
	background-image: url("../images/logo.png");
	background-size: 100% 100%;
	display: block;
	margin: 55px auto 0 auto;
	width: 120px;
	height: 120px;
}

@media only screen and (min-width: 900px) {
	.header .logo {
		margin: 60px 0 0 -50px;
		width: 200px;
		height: 200px;
	}
}

@media only screen and (min-width: 1200px) {
	.header .logo {
		margin-left: -30px;
	}
}

@media only screen and (min-width: 1400px) {
	.header .logo {
		margin-left: -10px;
	}
}

#inner {
	margin: 0 24px;
	z-index: 1;
	position: relative;
}

@media only screen and (min-width: 900px) {
	#inner {
		margin: 0 0 0 135px;
		width: 470px;
		padding-top: 165px;
	}
}

#inner .adcname {
	color: #71778c;
	font-size: 10px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media only screen and (min-width: 900px) {
	#inner .adcname {
		font-size: 14px;
	}
}

#inner h1 {
	color: #19216c;
	font-size: 28px;
	font-weight: 800;
	line-height: 56px;
	margin: 0;
}

@media only screen and (min-width: 900px) {
	#inner h1 {
		font-size: 48px;
	}
}

#inner p {
	color: #000517;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

@media only screen and (min-width: 900px) {
	#inner p {
		font-size: 18px;
	}
}

#inner fieldset {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	border: 0;
	margin-top: 40px;
	color: #71778c;
	padding: 0;
}

#inner fieldset.bubble {
	border-radius: 16px;
	background: #1c367f;
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.16);
	padding: 30px 20px;
	color: #ffffff;
}

@media only screen and (min-width: 900px) {
	#inner fieldset.bubble {
		padding: 48px;
	}
}

#inner fieldset.bubble a,
#inner fieldset.bubble p,
#inner fieldset.bubble div {
	color: white;
}

#inner fieldset.bubble input[type=text],
#inner fieldset.bubble input[type=number] {
	height: 58px;
	margin-top: 16px;
}

#inner fieldset input[type=text],
#inner fieldset input[type=number] {
	height: 46px;
	width: 100%;
	border-radius: 3px;
	line-height: 58px;
	border: 0;
	font-size: 30px;
	margin-bottom: 16px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.16);
}

#inner fieldset input[type=text]:focus,
#inner fieldset input[type=number]:focus {
	border: solid 1px #072e8e;
}

#inner fieldset button {
	height: 58px;
	width: 100%;
	border-radius: 3px;
	line-height: 58px;
	color: #614d17;
	font-size: 21px;
	font-weight: 700;
	background: #f8c741;
	border: 0;
	margin-top: 16px;
	cursor: pointer;
}

#inner fieldset .name_inputs {
	display: none;
}

#inner fieldset .form-group {
	position: relative;
}

#inner fieldset .form-group.input-amount:before {
	display: block;
	content: "$";
	position: absolute;
	bottom: 25px;
	left: 10px;
	color: #71778c;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}

#inner fieldset .form-group.input-amount input[type=text],
#inner fieldset .form-group.input-amount input[type=number] {
	padding-left: 30px;
}

#inner fieldset .form-group .right {
	color: #000517;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

#inner fieldset .form-group .help-inline {
	color: #cf1124;
	font-size: 14px;
}

#inner .centered {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 16px;
}

#inner .alert-danger {
	border: 2px solid #cf1124;
	border-radius: 14px;
	color: #cf1124;
	margin-bottom: 20px;
}

#inner .alert-danger .close {
	display: none;
}

#inner .link-block {
	display: block;
	text-decoration: none;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	padding: 18px 25px;
	margin-bottom: 16px;
}

#inner .link-block .name {
	display: block;
	color: #1c367f;
	font-size: 21px;
	font-weight: 700;
	line-height: 29px;
}

#inner .link-block .info {
	display: block;
	color: #192952;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

#inner .link-block .location {
	display: block;
	color: #192952;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

#inner .link-block .location svg {
	vertical-align: top;
}

#inner .confirmorback {
	margin-top: 40px;
}

#inner .confirmorback .btn-confirm {
	display: inline-block;
	width: 154px;
	height: 58px;
	border-radius: 3px;
	border: 0;
	background: #f8c741;
	color: #614d17;
	font-size: 21px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
	margin-right: 24px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

#inner .confirmorback .link-back {
	color: #072e8e;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

#inner .receipt {
	margin-top: 20px;
}

#inner .faq_item {
	margin-top: 16px;
}

#inner .faq_item.active .question:after {
	transform: rotate(180deg);
}

#inner .faq_item.active .answer {
	display: block;
}

#inner .faq_item .question {
	cursor: pointer;
	width: 100%;
	color: #072e8e;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	border-bottom: 1px solid #e5e9f5;
	padding-bottom: 5px;
	position: relative;
}

#inner .faq_item .question:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	height: 6px;
	width: 12px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='13px' height='7px' viewBox='0 0 13 7' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cg id='priority-low' transform='translate(0.5 0.5)'%3E%3Cpath d='M0 0L6 6L12 0' id='Path' fill='none' stroke='%23072E8E' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3C/svg%3E");
}

#inner .faq_item .answer {
	display: none;
	width: 100%;
	border-radius: 16px;
	background: #f4f6fc;
	padding: 25px 40px 25px 10px;
	color: #000517;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
}

#footer {
	color: #71778c;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 100px;
}

#footer a {
	color: #71778c;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
