@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cairo:wght@200..1000&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.legal-section {
	padding: 40px 0;
	text-align: left;
	direction: ltr;
}

.legal-list {
	padding-left: 0;
}

.legal-box ol {
	list-style: none;
	counter-reset: li;
}

.legal-box ol>li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: static;
	color: inherit;
	font-weight: bold;
}

.algo-video-container {
	position: relative;
	background-color: #e8ebf6;
}

.algo-video-container video {
	display: block;
	width: 100%;
	object-fit: cover;
}

.algo-video-container .algo-video-play-btn {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url("../assets/play-button.png") center no-repeat;
	background-size: contain;
}

/* reset */
/* main variables */
@font-face {
	font-family: 'bitcoin-revolution';
	src: url("fonts/bitcoin-revolution.eot");
	src: url("fonts/bitcoin-revolution.eot#iefix") format("embedded-opentype"), url("fonts/bitcoin-revolution.woff") format("woff"), url("fonts/bitcoin-revolution.ttf") format("truetype"), url("fonts/bitcoin-revolution.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="br"],
[class*=" br"] {
	font-family: 'bitcoin-revolution' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.brmoney:before {
	content: "\e900";
	color: #f2ca17;
}

.brshield:before {
	content: "\e901";
	color: #f2ca17;
}

.brstar .path1:before {
	content: "\e902";
	color: #ffdc64;
}

.brstar .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: #ffc850;
}

.braward-icon:before {
	content: "\e904";
}

.brcheck-icon:before {
	content: "\e905";
}

.brstep1-icon:before {
	content: "\e906";
}

.brstep2-icon:before {
	content: "\e907";
}

.brstep3-icon:before {
	content: "\e908";
}

.brtarget-icon:before {
	content: "\e909";
}

.brtechnology-icon:before {
	content: "\e90a";
}

header .red-warning {
	background: red;
	color: white;
	text-align: center;
	padding: 11px 15px 9px;
}

header .btn-group-lang .btn-secondary {
	background-color: #444573;
	margin-left: 10px;
}

.header {
	height: 100px;
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.logo-box {
	max-width: 400px;
}

.logo-box img {
	max-width: 100%;
}

.uinames {
	background: #dddde1;
}

.just-made-money {
	padding: 10px 25px;
	height: 100px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 210px;
}

.just-made-money img {
	width: 60px;
	height: 60px;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #d6c53a;
	margin-right: 20px;
}

.just-made {
	font: 600 14px/1.2 'Open Sans', sans-serif;
	color: #444573;
	text-align: center;
	color: #444573;
	width: 80px;
}

.just-made div:first-child {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.exclusive-offer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 255px;
	height: 100px;
}

.exclusive-offer__wrap {
	color: #444573;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	width: 75%;
	padding-right: 20px;
}

.exclusive-offer__flag {
	width: 25% !important;
	height: 45px;
}

.traders {
	color: #cf0f33;
	font-weight: 700;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f7f8fa;
	height: 100%;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
	color: #333333;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #ffffff;
}

a:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.main-wrapper {
	padding: 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* titles */
h1,
.h1 {
	font-size: 54px;
	line-height: 1.3;
	font-weight: 900;
	margin: 0 0 10px;
}

h2 {
	font-size: 45px;
	line-height: 1.3;
	font-weight: 700;
	color: #322580;
}

h3 {
	font-size: 34px;
	color: #322580;
}

h4,
.h4 {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 20px;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
	text-align: left;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
}

.main-section {
	background: url(../assets/video-form-bg.jpg) top center no-repeat;
	-webkit-background-size: 100% 84%;
	background-size: 100% 84%;
	padding: 50px 0 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.main-section .h2 {

	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px;
	color: #fff;
}

.main-section .h2 span {
	color: #ebd943;
}

.video-container {
	background: #fff;
	-webkit-box-shadow: 0px 2px 27px 0 rgba(0, 0, 0, 0.53);
	box-shadow: 0px 2px 27px 0 rgba(0, 0, 0, 0.53);
	border: solid 10px #ffffff;
}

.formwrap-outer {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-title {
	text-transform: uppercase;
	background: url(../assets/form-header-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 15px 15px 20px;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	margin: 0;
}

.form-title span {
	color: #ebd943;
}

.form-body {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: url(../assets/form-body.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.form-body .registerForm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 15px 0px 15px;
	position: relative;
}

.btn-bottom {
	left: 15px;
	bottom: -20px;
	/* margin: 0;*/
	/* width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);*/
}

.btn-bottom .btn-primary {
	width: 100%;
}

.form-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0px 2px 49px 0 rgba(0, 0, 0, 0.53);
	box-shadow: 0px 2px 49px 0 rgba(0, 0, 0, 0.53);
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
}

.form-list li {
	height: 7px;
	width: 33.33%;
	background: #fff28a;
	border-left: 1px #000 solid;
}

.form-list li.active {
	background: #fd57a5;
}

.form-list li:first-child {
	border: none;
}

.form-control {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #e7e7e7;
	height: 46px;
}

.btn-primary {
	font-size: 20px;
	font-weight: 900;
	padding: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(284deg, #156cff 1%, #0e49ff);
	background-image: -o-linear-gradient(284deg, #156cff 1%, #0e49ff);
	background-image: linear-gradient(166deg, #156cff 1%, #0e49ff);
	-webkit-box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
	box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
	text-transform: uppercase;
	padding: 17px 10px 16px;
}

.security-section {
	background: #ffffff;
	padding: 10px 0;
}

.security-section img {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 15px;
	max-width: 100%;
}

.btc-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.btc-list__item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9f91b4;
	margin: 0 0 0 20px;
}

.btc-list__item sup {
	top: 0;
	font-size: 13px;
	padding: 0 5px;
	font-weight: 600;
}

.btc-list__item.bid {
	color: #00c500;
}

.btc-list__item.bid sup {
	color: #f66600;
}

.btc-list__item.bid .btc-price:after {
	border-bottom-color: #f66600;
}

.btc-price {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	padding-right: 16px;
}

.btc-price:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #9f91b4;
	position: absolute;
	top: 17px;
	right: 0;
}

.join-section {
	padding: 30px 0 20px;
	background: url(../assets/join-us-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-weight: 300;
	line-height: 1.5;
}

.join-section h2 {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
}

.join-section h2 span {
	color: #5f3394;
}

.join-text {
	width: 63%;
}

.join-text .girl-box {
	display: none;
}

.as-section {
	padding: 90px 0;
}

.as-text {
	text-align: center;
	padding: 0 0 90px 0;
	border-bottom: solid 6px #ecebf1;
	max-width: 500px;
}

.title {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #6a449b;
	margin-bottom: 30px;
}

.real-section {
	padding: 20px 0 0;
	position: relative;
}

.real-section h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 90px;
}

.real-list__item {
	height: 300px;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 19px;
	line-height: 1.2;
}

.real-list__item:hover .real-list__overlay {
	opacity: 1;
}

.real-list__img {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	padding: 15px;
	text-align: center;
}

.real-list__img>div {
	position: relative;
	z-index: 2;
}

.real-list__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.real-list__overlay {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 110, 231, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	padding: 20px;
	text-align: center;
}

.real-profit {
	color: #d5c93f;
	font: 700 24px 'Open Sans', sans-serif;
	margin: 3px 0 0;
}

.girl-box {
	position: absolute;
	bottom: 300px;
	right: 0;
	height: 850px;
	width: 690px;
}

.girl-box img {
	height: 100%;
}

.feature-section {
	background: url(../assets/features-section-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 135px 0 400px;
	color: #fff;
}

.feature-section .container-fluid {
	max-width: 1140px;
	margin: 0 auto;
}

.feature-list__item {
	background: #322580;
	text-align: center;
	-webkit-box-shadow: 0px 6px 0 0 #7f57ca;
	box-shadow: 0px 6px 0 0 #7f57ca;
	font-size: 16px;
	line-height: 1.5;
	height: 95%;
	padding: 50px 0 0;
}

.feature-list__item .icon {
	font-size: 84px;
	display: block;
	color: #ebd943;
	margin-bottom: 40px;
}

.feature-list__item h3 {
	font: 700 20px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding: 0 10px;
}

.feature-list__item p {
	padding: 0 35px 46px;
}

.live-section {
	margin-top: -290px;
	padding: 0 0 80px;
	position: relative;
	min-height: 340px;
}

.live-section:after,
.live-section:before {
	content: "";
	position: absolute;
	display: block;
}

.live-section:before {
	height: 312px;
	width: 200px;
	background: url(../assets/left-side.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: 200px;
}

.live-section:after {
	height: 300px;
	width: 245px;
	background: url(../assets/right-side.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	right: -40px;
	top: 227px;
}

.live-section .container {
	background: #fff;
	-webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	border: solid 10px #ffffff;
	padding-bottom: 50px;
}

.live-section .h1 {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #322580;
	margin: 90px 0 70px;
	letter-spacing: 1px;
}

.container-wrap {
	max-width: 760px;
	margin: 0 auto;
}

.btn-warning {
	background-color: #ebd943;
	-webkit-box-shadow: 0px 4px 0 0 #cab927;
	box-shadow: 0px 4px 0 0 #cab927;
	color: #2a2b51;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 24px;
	padding: 18px 15px 17px;
	font-weight: 700;
	border: none;
}

.btn-top-box {
	margin: -45px 0 0;
	text-align: center;
}

.btn-top-box .btn-warning {
	max-width: 400px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	font-size: 33px;
	color: #2a2b51;
}

.flx-table {
	font-size: 14px;
}

.flx-head {
	font-weight: 900;
	color: #322580;
	padding: 0 15px;
}

.flx-head .flx-td {
	border: none;
}

.flx-body {
	padding: 0 15px;
}

.flx-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flx-td {
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	text-align: left;
}

.flx-td p {
	margin: 0;
}

.flx-title {
	display: none;
	color: #322580;
	font-weight: 900;
}

.brcheck-icon {
	color: #ebd943;
	font-size: 20px;
	margin-left: 11px;
}

.step-section {
	text-align: center;
	position: relative;
}

.step-section .container {
	position: relative;
	z-index: 2;
}

.step-section:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 35px;
	left: 0;
	background: #0f4bff;
	height: 327px;
}

.step-section h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 74px;
	text-transform: uppercase;
}

.step-section .btn-warning {
	max-width: 400px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	font-size: 33px;
	color: #2a2b51;

}

.step-list {
	margin-bottom: 65px;
}

.step-list__item {
	padding: 0;
	-webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	background: #fff;
}

.step-list__item h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	padding: 17px 15px 15px;
	background: #372798;
	margin-bottom: 0;
}

.step-list__item:first-child h3 {
	background: #7b3dbb;
}

.step-list__item:last-child h3 {
	background: #0f4dff;
}

.step-list__item .icon {
	font-size: 84px;
	margin-bottom: 22px;
	display: block;
	color: #f0b400;
}

.step-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #322580;
	text-transform: uppercase;
}

.step-body {
	padding: 34px 35px 15px;
	line-height: 1.5;
	font-size: 14px;
	color: #0f0f0f;
}

.faq-section {
	padding: 80px 0;
}

.faq-section h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 85px;
}

.faq-wrap {
	padding: 0 20px 0 24px;
}

.faq-item {
	position: relative;
	padding: 40px 28px 40px 50px;
	margin: 10px 0 15px;
	background: #ffffff;
	-webkit-box-shadow: 0px 6px 26.9px 5.1px rgba(37, 26, 65, 0.1);
	box-shadow: 0px 6px 26.9px 5.1px rgba(37, 26, 65, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.5;
}

.faq-item h4 {
	font-size: 20px;
	color: #7b3dbb;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}

.faq-item p {
	margin: 0;
}

.faq-item>span {
	color: #fff;
	position: absolute;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	font-size: 22px;
	line-height: 2.45;
	font-weight: 700;
	background-color: #7b3dbb;
	-webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
	width: 52px;
	height: 52px;
	text-align: center;
}

.get-section {
	padding: 88px 0;
	background: url(../assets/bottom-cta-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.get-section .btn-warning {
	color: #322580;
	font-size: 34px;
	width: 100%;
	padding: 37px 15px 36px;
}

/*Styles all*/
.has-error .form-control {
	-webkit-box-shadow: inset 0 0 10px rgba(243, 0, 0, 0.2);
	box-shadow: inset 0 0 10px rgba(243, 0, 0, 0.2);
	padding-right: 35px !important;
	position: relative;
	z-index: 1;
}

.has-error {
	position: relative;
}

.warning-icon {
	display: none !important;
	color: black;
}

.has-error .warning-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.has-error .warning-icon:after {
	content: "!";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a94442;
}

.has-error .error_box,
.warning-icon:hover+.error_box,
.warning-icon:focus+.error_box,
.warning-icon:hover+.help-block-error,
.warning-icon:focus+.help-block-error {
	display: block;
}

input.error {
	border: 1px solid red;
}

.error_box,
.help-block-error {
	display: none;
	position: absolute;
	background: #dcdcdc;
	font-size: 12px;
	color: red;
	border: 1px solid #c69500;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	text-align: center;
	-webkit-box-shadow: 0 0 3px #721c24;
	box-shadow: 0 0 3px #721c24;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 4;
}

.error_box:after,
.help-block-error:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #c69500 transparent;
}

.title-section {
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
}

.title-section h1 span {
	color: #ebd943;
}

.title-section.blog .h1 {
	text-transform: uppercase;
	color: #ebd943;
}

.form-section {
	padding: 68px 0 76px;
	text-align: center;
}

.form-section h2,
.form-section .h2 {
	font-size: 33px;
	margin: 0 0 10px;
	font-weight: 600;
}

.form-section h2 span,
.form-section .h2 span {
	color: #ebd943;
}

.form-section .after-form-text {
	margin-top: 65px;
	color: #272529;
	font-size: 24px;
	text-align: justify;
}

[lang="it-IT"] .form-section .after-form-text {
	display: none;
}

.form-wrap {
	margin: 77px 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 4px;
	position: relative;
}

.form-pre-wrap {
	border: 1px solid #000;
	padding: 5px;
}

.form-pre-wrap:before,
.form-pre-wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 1px;
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
	background: #000;
}

.form-pre-wrap:before {
	left: 0;
}

.form-pre-wrap:after {
	right: 0;
}

.form-icon {
	background: #fff;
	padding: 58px 25px 40px;
}

.form-icon .form-group {
	position: relative;
}

.form-icon .form-group textarea {
	padding-left: 15px !important;
	width: 100%;
	min-height: 260px;
}

.form-icon .form-control {
	padding-left: 40px !important;
	height: 50px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.form-icon .fa {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8px;
	color: #9b9b9c;
	font-size: 24px;
	z-index: 2;
}

.form-icon .btn-warning {
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 10px 4px;
}

.still-section {
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.still-section h3 {
	font-size: 40px;
	color: #fff;
}

.still-section .btn {
	text-transform: uppercase;
}

#termsModal a {
	color: #333;
}

.white-section {
	font-size: 18px;
	line-height: 1.5;
	padding: 40px 0;
}

.white-section h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #322580;
}

.white-section a {
	color: #322580;
}

.blog-section .li {
	padding: 10px 20px;
}

.blog-section .article-a {
	display: block;
	color: #322580;
	font-size: 30px;
	font-weight: 900;
	text-decoration: none;
	padding: 10px 0;
}

.blog-section .article-a:hover {
	text-decoration: underline;
}

.blog-section .readmore {
	text-decoration: underline;
}

.blog-section .h1,
.blog-section .h2 {
	color: #000;
	margin: 20px 0;
	font-size: 32px;
	font-weight: 700;
}

.blog-section .div_hr {
	border-top: solid 1px lightgrey;
	display: block;
	width: 100%;
	margin-top: 15px;
}

.blog-section .col-img .img {
	padding: 30px 0;
	width: 100%;
}

.blu-section {
	font-size: 18px;
	line-height: 1.5;
	padding: 40px 0;
	background: url("../assets/we-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.blu-section h2 {
	color: #fff;
}

.offer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.offer-item img {
	width: 55px;
	height: 55px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.offer-item img:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.offer-item h3 {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #603495;
	margin: 0;
}

.offer-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
}

.title-section.contact .h1 {
	font-size: 42px;
	padding: 20px 0;
}

.contact-wrap .h2 {
	font-size: 26px;
	font-weight: 700;
	color: #322580;
	margin-bottom: 25px;
}

.contact-wrap .form-icon {
	padding: 0;
}

.contact-wrap .form-icon .btn-warning {
	color: #fff;
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #7b3dbb;
	font-size: 26px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 400;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 10px;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	padding: 30px 20px 40px;
	text-align: center;
}

.footer-nav {
	margin-bottom: 52px;
	padding: 0;
}

.footer-nav li {
	display: inline-block;
	margin: 0 20px 5px;
	font-weight: 700;
}

.footer-nav li a {
	color: #322580;
}

.footer-nav li a:hover {
	text-decoration: underline;
}

.footer-logo {
	max-width: 285px;
	margin: 0 auto;
	display: block;
}

.footer-logo img {
	max-width: 100%;
}

@media screen and (max-width: 1200px) {
	.girl-box {
		right: -220px;
	}

	.logo-box {
		max-width: 255px;
	}
}

@media screen and (min-width: 991px) {
	.dudeexlu {
		display: none;
	}
}

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

	.header .exclusive-offer,
	.header .uinames {
		display: none;
	}

	.header-wrap {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.formwrap-outer {
		max-width: 500px;
		margin: 20px auto 0;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 30px;
	}

	.main-section .h2 {
		font-size: 25px;
	}

	.btc-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.btc-list__item {
		margin: 0;
	}

	.join-section {
		text-align: center;
		padding-bottom: 0;
	}

	.join-section h2 {
		margin-bottom: 35px;
	}

	.join-text {
		width: 100%;
	}

	.join-text .girl-box {
		display: block;
		height: 220px;
		width: 230px;
		position: static;
		margin: 0 auto;
	}

	.as-section {
		padding: 35px 0;
	}

	.as-text {
		padding: 0 0 30px 0;
		max-width: 100%;
	}

	.real-section .girl-box {
		display: none;
	}

	.real-section h3 {
		margin-bottom: 30px;
	}

	.feature-section {
		padding: 50px 0 350px;
	}

	.feature-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.feature-list__item {
		padding: 25px 0 0;
		max-width: 400px;
		margin: 0 auto 15px;
	}

	.feature-list__item .icon {
		margin-bottom: 20px;
	}

	.feature-list__item h3 {
		margin-bottom: 20px;
	}

	.feature-list__item p {
		padding: 0 15px 15px;
	}

	.live-section .h1 {
		font-size: 25px;
		margin: 45px 0 20px;
	}

	.live-section:after,
	.live-section:before {
		display: none;
	}

	.step-section h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.step-list {
		margin-bottom: 20px;
	}

	.step-list__item {
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.faq-section {
		padding: 55px 0;
	}

	.faq-section h3 {
		margin-bottom: 20px;
	}

	.get-section {
		padding: 40px 0;
	}

	.get-section .btn-warning {
		padding: 17px 15px 13px;
		font-size: 28px;
	}

	footer {
		padding: 30px 20px 25px;
	}

	.footer-nav {
		margin-bottom: 20px;
	}

	.form-section {
		padding: 40px 0;
	}

	.form-section h2,
	.form-section .h2 {
		font-size: 24px;
	}

	.form-section .after-form-text {
		margin-top: 30px;
		font-size: 19px;
	}

	.form-wrap {
		margin: 25px 0 0;
	}

	.form-icon {
		padding: 20px 10px 10px;
	}

	.still-section {
		font-size: 24px;
	}

	.still-section h3 {
		font-size: 30px;
	}
}

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


	.live-section .container {
		max-width: 100%;
	}

	.flx-table {
		font-size: 15px;
	}

	.flx-table .row {
		max-width: 400px;
		margin: 0 auto;
		border-bottom: thin solid #7f57ca;
		padding: 10px 0;
	}

	.flx-head {
		display: none;
	}

	.flx-td {
		border: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.flx-td>div {
		width: 50%;
	}

	.flx-td p {
		margin: 0;
	}

	.flx-title {
		display: block;
		text-align: right;
		padding-right: 15px;
	}

	.blog-section {
		padding: 20px 0;
	}

	.blog-section .h2 {
		font-size: 30px;
	}
}

body.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.sweet-overlay {
	background-color: black;
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* IE8 */
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 10000;
}

.sweet-alert {
	background-color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 99999;
}

@media all and (max-width: 540px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px;
	}
}

.sweet-alert h2 {
	color: #575757;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 25px 0;
	padding: 0;
	line-height: 40px;
	display: block;
}

.sweet-alert p {
	color: #797979;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.sweet-alert fieldset {
	border: none;
	position: relative;
}

.sweet-alert .sa-error-container {
	background-color: #f1f1f1;
	margin-left: -17px;
	margin-right: -17px;
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	webkit-transition: padding 0.15s, max-height 0.15s;
	transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
	padding: 10px 0;
	max-height: 100px;
	webkit-transition: padding 0.2s, max-height 0.2s;
	transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: white;
	line-height: 24px;
	text-align: center;
	margin-right: 3px;
}

.sweet-alert .sa-error-container p {
	display: inline-block;
}

.sweet-alert .sa-input-error {
	position: absolute;
	top: 29px;
	right: 26px;
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
	content: "";
	width: 20px;
	height: 6px;
	background-color: #f06e57;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sweet-alert input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	height: 43px;
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 18px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
	padding: 0 12px;
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sweet-alert input:focus {
	outline: none;
	box-shadow: 0px 0px 3px #c4e6f5;
	border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
	transition: opacity 0.3s 0.03s ease;
	opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
	color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
	color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
	color: #bdbdbd;
}

.sweet-alert.show-input input {
	display: block;
}

.sweet-alert .sa-confirm-button-container {
	display: inline-block;
	position: relative;
}

.sweet-alert .la-ball-fall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: 4px;
	opacity: 0;
	visibility: hidden;
}

.sweet-alert button {
	background-color: #8CD4F5;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
}

.sweet-alert button:focus {
	outline: none;
	box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
	background-color: #7ecff4;
}

.sweet-alert button:active {
	background-color: #5dc2f1;
}

.sweet-alert button.cancel {
	background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
	background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
	background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
	box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
	opacity: .6;
	cursor: default;
}

.sweet-alert button.confirm[disabled] {
	color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
	border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom: 40px;
}

.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
	border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position: relative;
	display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
	border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
	border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
	border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-webkit-keyframes slideFromTop {
	0% {
		top: 0%;
	}

	100% {
		top: 50%;
	}
}

@keyframes slideFromTop {
	0% {
		top: 0%;
	}

	100% {
		top: 50%;
	}
}

@-webkit-keyframes slideToTop {
	0% {
		top: 50%;
	}

	100% {
		top: 0%;
	}
}

@keyframes slideToTop {
	0% {
		top: 50%;
	}

	100% {
		top: 0%;
	}
}

@-webkit-keyframes slideFromBottom {
	0% {
		top: 70%;
	}

	100% {
		top: 50%;
	}
}

@keyframes slideFromBottom {
	0% {
		top: 70%;
	}

	100% {
		top: 50%;
	}
}

@-webkit-keyframes slideToBottom {
	0% {
		top: 50%;
	}

	100% {
		top: 70%;
	}
}

@keyframes slideToBottom {
	0% {
		top: 50%;
	}

	100% {
		top: 70%;
	}
}

.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop 0.3s;
	animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom 0.3s;
	animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop 0.4s;
	animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom 0.3s;
	animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

.animateErrorIcon {
	-webkit-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}

@keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}

.animateXMark {
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}

	100% {
		border-color: #F8BB86;
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}

	100% {
		border-color: #F8BB86;
	}
}

.pulseWarning {
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

.pulseWarningIns {
	-webkit-animation: pulseWarningIns 0.75s infinite alternate;
	animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
	border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
}

.la-ball-fall,
.la-ball-fall>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-fall {
	display: block;
	font-size: 0;
	color: #fff;
}

.la-ball-fall.la-dark {
	color: #333;
}

.la-ball-fall>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-fall {
	width: 54px;
	height: 18px;
}

.la-ball-fall>div {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	-moz-animation: ball-fall 1s ease-in-out infinite;
	-o-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall>div:nth-child(1) {
	-webkit-animation-delay: -200ms;
	-moz-animation-delay: -200ms;
	-o-animation-delay: -200ms;
	animation-delay: -200ms;
}

.la-ball-fall>div:nth-child(2) {
	-webkit-animation-delay: -100ms;
	-moz-animation-delay: -100ms;
	-o-animation-delay: -100ms;
	animation-delay: -100ms;
}

.la-ball-fall>div:nth-child(3) {
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-o-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-fall.la-sm {
	width: 26px;
	height: 8px;
}

.la-ball-fall.la-sm>div {
	width: 4px;
	height: 4px;
	margin: 2px;
}

.la-ball-fall.la-2x {
	width: 108px;
	height: 36px;
}

.la-ball-fall.la-2x>div {
	width: 20px;
	height: 20px;
	margin: 8px;
}

.la-ball-fall.la-3x {
	width: 162px;
	height: 54px;
}

.la-ball-fall.la-3x>div {
	width: 30px;
	height: 30px;
	margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}

@-moz-keyframes ball-fall {
	0% {
		opacity: 0;
		-moz-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(145%);
		transform: translateY(145%);
	}
}

@-o-keyframes ball-fall {
	0% {
		opacity: 0;
		-o-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-o-transform: translateY(145%);
		transform: translateY(145%);
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		-o-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		-o-transform: translateY(145%);
		transform: translateY(145%);
	}
}

.cookie-widget {
	position: fixed;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	bottom: 0;
	left: 0;
	max-width: 590px;
	padding: 15px 10px 11px;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	-webkit-box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}

.cookie-widget.cookie-not-accepted {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cookie-widget .cw-content {
	line-height: 24px;
}

.cookie-widget .cw-content .cw-link {
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.cookie-widget .cw-button-block .cw-accept-button {
	display: inline-block;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	padding: 5px;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cookie-widget .cw-button-block .cw-accept-button:hover {
	text-decoration: none;
	background-color: #6db83e;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cookie-widget .cw-close {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background-color: #444;
	width: 25px;
	height: 25px;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
}

@media (max-width: 767px) {
	.cookie-widget {
		padding: 5px 10px;
		text-align: center;
		background-color: #fff;
	}

	.cookie-widget .cw-content {
		line-height: 18px;
		-ms-flex-preferred-size: 61%;
		flex-basis: 61%;
		font-size: 11px;
	}

	.cookie-widget .cw-button-block {
		margin: 10px 0;
	}

	.cookie-widget .cw-button-block .cw-accept-button {
		margin-left: 0;
	}
}


.intl-tel-input .selected-flag .iti-arrow {
	right: 1px !important;
}


.intl-tel-input .country-list {
	width: 400px;
	overflow-x: hidden;
}


#form {
	padding: 40px 2px 20px 2px;
}

#form .row {
	margin: 0 !important;
}

label.control-label,
#form>div:nth-child(11)>div:nth-child(1) {
	display: none !important;
}

.form-group,
.col-md-6.form-group {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
}

#form>div:nth-child(12)>div:nth-child(1) {
	margin-bottom: 0;
}

.checkbox {
	margin-bottom: 10px;
	display: none !important
}

#form>button {
	width: calc(100% - 30px);
	margin: 0 auto;
	display: block;
	transform: rotateY(0deg) !important;
	font-size: 20px;
	font-weight: bold;
	display: block;
	min-width: 88px;
	padding: 12px 8px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	color: #fff;
	transition: all 0.2s linear;
	background-color: #d3c06c;
}

.form-group input {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 10px 12px;
	margin: 0;
	/* background-color: #001132;*/
	display: block;
	width: 100%;
}

.valid {
	border: 1px solid green;
	background-color: white !important;
}

.notvalid {
	border: 1px solid red !important;
}

.notvalidphone {
	background-color: rgb(253, 164, 164) !important;
	border: 1px solid red !important;
}

.initial {
	border: 1px solid gray !important;
}

.modal-backdrop.in {
	opacity: 0 !important;
}

.modal-backdrop {
	position: inherit !important;
}

.form_section {
	border: solid 2px #fff;
	background: #001132;
	padding: 20px;
}

btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 1.05 !important;
}

.modal-body {
	background-color: #001132 !important;
}

html,
body {
	overflow-x: hidden;
}