/*GENERAL STYLES START*/

@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600');

* {
	margin: 0;
	font-family: 'Barlow', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body {
	background-color: #eceff1;
	color: #455a64;
}

.main-container {
	max-width: 1700px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	background-color: #fff;
}

h1 {
	font-size: 36px;
	font-weight: normal;
}

h2,
h3,
h4 {
	font-weight: 400;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

p {
	font-size: 24px;
}

a {
	text-decoration: none;
	font-size: 16px;
	color: #0289d2;
	letter-spacing: 0.2px;
	font-weight: bold;
}

section {
	padding: 63px;
}

.blue {
	background-color: #f8fbfe;
}

hr {
	border: 0.5px solid #ccc;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
	}

	p {
		font-size: 18px;
	}

	section {
		padding: 30px;
	}
}

/*GENERAL STYLES END*/

/*HEADER STYLES START*/
.header {
	background-color: #fff;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	max-width: 1700px;
	z-index: 10;
}

.header-content {
	height: 70px;
	padding: 5px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clip-logo img {
	height: 100px;
	padding: 16px;
	margin-top: 5px;
}

.my-account {
	margin-right: 30px;
	color: #78909c;
}

.my-account:hover {
	color: #b1b1b1;
	font-size: 17px;
}

.primary-button {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.41px;
	font-weight: bold;
	border-radius: 4px;
	padding: 15px;

	height: 48px;
	border-radius: 8px;
	background-color: #0074b7;
}

.primary-button:hover {
	background-color: #0074b7;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.primary-button:focus {
	background-color: #0074b7;
}

.mobile-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.header-content {
		padding: 0 10px;
		justify-content: center;
	}

	.clip-logo img {
		height: 90px;
	}

	.ctas {
		display: none;
	}

	.mobile-menu {
		display: block;
	}
}
/*HEADER STYLES END*/

/*HERO STYLES START*/
.hero {
	margin-bottom: -3px;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.hero img {
	max-width: 100%;
}

.hero h2 {
	margin: 0 auto;
}

.what-is-clip .lg-image {
	max-width: 589px;
}

.what-is-clip .sm-image {
	max-width: 302px;
}

@media screen and (min-width: 1200px) {
	.sm-image,
	.xs-image {
		display: none;
	}
	.benefit-coontainer-header {
		font-size: 24px;
	}
	.benefit-container {
		width: 953px;
	}
	.sm-header {
		display: none;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.lg-image,
	.xs-image {
		display: none;
	}
	.sm-header {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.lg-image,
	.sm-image {
		display: none;
	}

	.faq-arrow img {
		width: 30px !important;
	}

	.why-use-image {
		width: 300px;
	}
}
/*HERO STYLES END*/

/* INVEST IN CLIP */
.invest-benefits {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 40px;
}

.benefit {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.benefit-title {
	font-family: Barlow;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	margin-bottom: 8px;
}

.benefit-description {
	font-family: Barlow;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	height: 38px;
}
.benefit-image {
	margin-bottom: 24px;
}
.benefit p {
	margin-bottom: 0;
}
.invest {
	text-align: center;
}
.invest-content {
	max-width: 342px;
	margin: auto;
}
.why-use-content {
	max-width: 342px;
	margin: auto;
	text-align: center;
}
.video-container {
	max-width: 342px;
	margin: auto;
	text-align: center;
}
.form-container {
	max-width: 342px;
	margin: auto;
}
.faq-container {
	max-width: 342px;
	margin: auto;
	text-align: center;
}
/* INVEST IN CLIP END */

/*WHAT IS CLIP STYLES START*/
.what-is-clip {
	display: flex;
	padding: 0;
	justify-content: flex-end;
}

.description {
	padding: 63px 71px 0 106px;
	max-width: 439px;
}

.what-is-clip h2,
.what-is-clip p,
.what-is-clip a {
	text-align: left;
}

.what-is-clip a {
	display: -webkit-box;
	margin-top: 10px;
}

.description-text {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	margin-top: 16px;
}

.clip-advantages p {
	font-size: 18px;
	color: #78909c;
	margin-bottom: 18px;
}

.advantage {
	display: flex;
}

.advantage img {
	margin: 0 15px 0 0;
	height: 24px;
}

.clip-solution {
	text-transform: uppercase;
	margin: 47px 0 0 0;
	color: #788f9c;
	text-align: center;
}

.advantages-img {
	flex: 1 0 auto;
}

@media screen and (max-width: 820px) {
	.description {
		padding: 25px;
	}

	.description h2 {
		text-align: center;
		margin-bottom: 0;
	}

	.description p {
		font-size: 18px;
		margin: 20px 0;
		text-align: center;
	}

	.clip-advantages p {
		text-align: left;
		margin: 15px 0;
	}

	.advantage {
		align-items: center;
	}

	.clip-solution {
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.what-is-clip {
		display: block;
	}

	.what-is-clip a {
		display: block;
		text-align: center;
	}

	.description {
		padding: 30px;
		margin: auto;
	}
}
/*WHAT IS CLIP STYLES END*/

/*CLIP AGENTES STYLES START*/
.clip-agentes p {
	color: #78909c;
}

.agentes-description {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.benefits {
	max-width: 600px;
	margin: 48px auto 0;
}

.benefits h3 {
	text-align: left;
	margin-left: 100px;
}

.benefit {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.benefit img {
		width: 100px;
		height: 90px;
		margin-right: 10px;
	}

	.benefits {
		margin: 30px auto 0;
	}

	.benefits h3 {
		display: none;
	}
}
/*CLIP AGENTES STYLES END*/

/*SELLING CLIP STYLES START*/
.selling-clip p {
	color: #78909c;
}

.requirements {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 30px auto 0;
}

.requirement {
	width: 200px;
}

.requirement p {
	font-size: 18px;
	font-weight: bold;
}

.requirement .note {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.requirements {
		display: block;
		margin: 10px auto 0;
	}

	.requirement {
		margin: 0 auto;
	}
}
/*SELLING CLIP STYLES END*/

/*FORM STYLES START*/
.form-card {
	max-width: 750px;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px;
}

.hs-form {
	max-width: 500px;
	margin: 0 auto;
}

.hs-form .hs-form-field,
.hs-form label,
.hs-form .hs-form-field > label,
input {
	text-align: left;
}

.hs-form h2 {
	margin-bottom: 40px;
}

.hs-form ul {
	padding-left: 10px;
}

.hs-form li {
	list-style-type: none;
	color: #f54b5e;
	font-size: 14px;
	margin-top: 5px;
}

.hs-form label span {
	font-size: 18px;
	color: #788f9c;
}

.hs-form-field {
	margin-bottom: 20px;
}

.hs-input {
	border: 0;
	border-bottom: #eceff1 2px solid;
	outline: none;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 18px;
	color: #455a64;
}

.hs-form .hs-form-booleancheckbox {
	text-align: center;
}

.hs-fieldtype-booleancheckbox label {
	text-align: center;
}

.hs-input[type='checkbox'] {
	width: 20px;
}

.hs-form a {
	font-size: 14px;
	color: #b1b1b1;
	font-weight: 400;
}

.hs-form a:hover {
	text-decoration: underline;
}

.hs-from.hs-fieldtype-booleancheckbox li {
	text-align: center;
}

.hs-button {
	background-color: #fc4c02;
	color: #fff;
	letter-spacing: 1.41px;
	font-weight: bold;
	padding: 15px 20px;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	margin: 20px auto;
}

.cookie-reset-container {
	text-align: center !important;
}

.cookie-reset-container a {
	text-decoration: none;
	font-size: 14px;
	color: #0289d2;
	letter-spacing: 0.2px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.hs-form h2 span {
		font-size: 30px !important;
	}

	.hs-button {
		margin: 10px auto;
	}
}
/*FORM STYLES END*/

/*INFO STYLES START*/
.info {
	padding: 63px 63px 30px;
}

.info p {
	color: #78909c;
}

.ghost-button {
	font-size: 16px;
	color: #455a64;
	letter-spacing: 1.41px;
	font-weight: bold;
	border: 1px solid #455a64;
	border-radius: 4px;
	padding: 15px;
}

.ghost-button:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.ghost-button:focus {
	background-color: #cccccc;
}

.info-cta {
	margin: 55px auto 90px;
}

@media screen and (max-width: 767px) {
	.info {
		padding: 30px 30px 0;
	}

	.info-cta {
		margin: 55px auto;
	}
}
/*INFO STYLES END*/

/*FOOTER STYLES START*/
.footer {
	padding: 30px 30px 70px 30px;
}

.footer-links {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.social {
	width: 50%;
	text-align: left;
}

.social img {
	margin-right: 16px;
}

.app-stores {
	width: 50%;
	text-align: right;
}

.app-stores img {
	margin-left: 5px;
}

.footer-menu {
	width: 100%;
}

.footer-menu ul {
	display: flex;
	padding: 0;
	margin: 30px 0;
}

.footer-menu li {
	text-decoration: none;
	color: #455a64;
	display: inline-block;
	margin-right: 20px;
}

.footer p {
	font-size: 14px;
}

.footer a {
	color: #455a64;
	font-weight: 400;
}

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

/*BORRAR PRIVACY-TERMS*/
.footer-legal,
.privacy-terms {
	display: flex;
	justify-content: space-between;
}

.footer-legal {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 15px 0;
	padding: 0px 30px;
}

.copyright {
	width: 50%;
	text-align: left;
	font-size: 12px;
}

.pleca {
	margin: 0 20px;
}

.privacy-terms a {
	font-size: 14px;
}

.privacy-terms a:hover {
	text-decoration: underline;
}

.privacy-terms p {
	margin: 0 10px;
}

.footer-note {
	color: #9bb0b7;
	font-size: 12px;
	margin-top: 16px;
	text-align: justify;
	padding: 0px 30px;
	padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
	.footer-menu ul {
		display: block;
		margin: 15px 0;
		width: 60%;
		text-align: left;
	}

	.footer-menu li {
		margin: 10px 20px 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.social,
	.app-stores {
		width: 100%;
		text-align: left;
	}

	.app-stores {
		order: 3;
		margin: 20px 0;
	}

	.app-stores img {
		margin: 0 5px 0 0;
	}

	.footer-menu li {
		width: 100%;
		text-align: left;
		margin: 5px 0;
	}

	.copyright {
		width: 100%;
		order: 3;
	}

	.pleca {
		display: none;
	}

	.privacy-terms a,
	.privacy-terms {
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
}
/*FOOTER STYLES END*/

/* Swiper styles */
.swiper-container {
	height: 100%;
	max-width: 630px;
	position: relative;
	margin: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.slide-content {
	margin: 25px 25px 50px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
}

.swiper-slide img {
	flex: 1 0 50%;
	width: 50%;
}

.slide-title {
	font-weight: 600;
	color: #455a64;
	text-align: left;
}

.slide-text {
	flex: 1 0 50%;
	color: #78909c;
	text-align: left;
}

.swiper-button-next,
.swiper-button-prev {
	border-radius: 100%;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
	height: 32px;
	width: 32px;
	position: absolute;
}

.swiper-button-next {
	background: url('https://cdn2.hubspot.net/hubfs/4590968/Landing%20Pages/Comis/v4/icons/next-1.svg')
		#fff no-repeat;
}

.swiper-button-prev {
	background: url('https://cdn2.hubspot.net/hubfs/4590968/Landing%20Pages/Comis/v4/icons/back-1.svg')
		#fff no-repeat;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -15;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	background: none;
	width: 22px;
	height: 22px;
}

.swiper-pagination-bullet-active {
	border: 2px solid #0288d1;
	color: #0288d1;
}

.slider h1 {
	margin-bottom: 16px;
}

.slider p {
	margin-bottom: 7px;
}

.description-text.light {
	color: #78909c;
}
/* Swiper styles END */

/* COMMISSIONS STYLES */
.device-title {
	font-weight: bold;
	font-size: 18px;
	color: #455a64;
	margin-bottom: 16px;
}

.commissions-content {
	display: flex;
	width: 630px;
	margin: auto;
	justify-content: space-between;
}

.commission-card {
	width: 260px;
	border: 1px solid #eceff1;
	border-radius: 3px;
	background-color: #fff;
	padding: 24px 10px;
}

.commissions-disclaimer {
	font-size: 14px;
	color: #b1b1b1;
	text-align: center;
	margin-top: 24px;
}

.commission-card img {
	height: 55px;
}

.device-title {
	font-size: 18px;
	color: #455a64;
	font-weight: 600;
}

.invest-table {
	display: flex;
	margin-bottom: 16px;
}

.invest-table div {
	flex: 1 0 50%;
	font-size: 16px;
	color: #b1b1b1;
}

.invest-price {
	font-size: 18px;
	color: #78909c;
	font-weight: 500;
	margin-top: 10px;
}

.invest-data {
	border-right: 1px solid #eceff1;
	display: flex;
	flex-flow: column;
}

.public-price {
	display: flex;
	flex-flow: column;
}

.commissions-title {
	color: #b1b1b1;
	font-size: 16px;
	margin-bottom: 8px;
}

.commissions-table {
	display: flex;
	flex-flow: column;
	color: #78909c;
	font-size: 16px;
	width: 75%;
	margin: auto;
	margin-bottom: 19px;
}

.table-element {
	display: flex;
	margin-bottom: 4px;
	justify-content: space-between;
}

.table-element .element-title {
	flex: 1 0 70%;
	text-align: left;
}

.table-element .price {
	flex: 1 0 30%;
	text-align: left;
	font-weight: 500;
}

.earnings {
	display: flex;
	width: 75%;
	margin: auto;
	justify-content: space-between;
	color: #78909c;
	font-weight: 600;
}

.earnings-amount {
	color: #06dac6;
}

@media screen and (max-width: 767px) {
	.commissions-content {
		width: 282px;
		flex-wrap: wrap;
	}
	.commission-card {
		margin-bottom: 20px;
	}
}
/* END COMMISSIONS STYLES*/

/* MENU STYLES*/

.mobile-menu-container {
	width: 100%;
	position: fixed;
	height: 100vh;
	background-color: #455a64;
	z-index: 100;
	top: 0;
	left: -100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-transform: uppercase;
}

.close-mobile {
	position: absolute;
	top: 10px;
	right: 20px;
}

.buttons-container {
	display: flex;
	flex-flow: column;
	margin-bottom: 30px;
}

.buttons-container a {
	color: #ffffff;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}

.actions-menu-mobile .my-account {
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 15px 30px;
	color: #fff;
}
.actions-menu-mobile .primary-button {
	color: #455a64;
	background-color: #ffffff;
}

/* END MENU */

/* STICKY FOOTER*/

.action-button {
	color: #fff;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 0 1px 18px -7px rgba(6, 8, 40, 0.2),
		0 -8px 8px -8px rgba(6, 8, 40, 0.2);
	background-color: #0074b7;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}

.sticky-footer {
	color: #455a64;
	font-size: 16px;
	display: flex;
	flex-flow: column;
	position: sticky;
	bottom: 0;
	z-index: 50;
}

.whats-mobile {
	align-self: flex-end;
	margin-right: 30px;
	padding-bottom: 60px;
}
.whats-desktop {
	align-self: flex-end;
	margin-right: 30px;
	padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.action-button {
		display: none;
	}
	.whats-mobile {
		display: none;
	}

	.benefit-coontainer-header {
		height: 28px;
	}
}

.counter {
	border: 1px #eceff1 solid;
	border-radius: 5px;
	display: flex;
	max-width: 180px;
	justify-content: space-around;
	margin: 15px auto 25px;
	align-items: center;
	align-items: stretch;
}

.earningsDisclaimer {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #001724;
	margin-top: 24px;
}

.benefitNumbers {
	border-radius: 4px;
	box-shadow: 0 1px 18px -7px rgba(6, 8, 40, 0.25),
		0 10px 24px -15px rgba(6, 8, 40, 0.4);
	background-color: #ffffff;
}

.minus,
.plus {
	cursor: pointer;
	font-size: 28px;
	user-select: none;
	flex: 1 1 33%;
}

.number {
	flex: 1 1 34%;
	background-color: #eceff1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plus {
	color: #0288d1;
}

.devices-calculator {
	display: flex;
	margin: auto;
	max-width: 400px;
	justify-content: center;
	margin-top: 20px;
	user-select: none;
	margin-bottom: 32px;
}

.earningsAmount {
	color: #06dac6;
	font-size: 24px;
	font-weight: 500;
}

.device {
	width: 104px;
	height: 94px;
	border: #0074b7 1px solid;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	flex-flow: column;
	padding: 10px;
	justify-content: center;
	align-items: center;
	color: #0074b7;
}
.category {
	width: 104px;
	height: 50px;
	border: #0074b7 1px solid;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	flex-flow: column;
	padding: 10px;
	justify-content: center;
	align-items: center;
	color: #0074b7;
}
.device-name {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	margin-top: 4px;
}
.category.selected {
	border-color: #0074b7;
	font-weight: bold;
	background: #0074b7;
	color: white;
}
.device.selected {
	border-color: #0074b7;
	font-weight: bold;
	background: #0074b7;
	color: white;
}

.numbers {
	display: flex;
	width: 80%;
	margin: auto;
	align-items: center;
}

.investmentData {
	margin-bottom: 10px;
}

.numbers span {
	flex: 1 1 50%;
}

.joinTitle {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	margin-bottom: 16px;
}

.section-title {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: var(--navy);
	display: block;
}

.section-image {
	max-width: 80%;
	margin: auto;
	margin-top: 40px;
}

.why-use-item {
	display: flex;
	margin-top: 24px;
	margin-bottom: 24px;
}
.why-use-item-description {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
}

.why-use-item-image {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.range-calculator {
	text-align: start !important;
}

.range-calculator {
	margin-bottom: 50px;
	margin-top: 26px;
}

.device-price {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	margin-bottom: 17px;
}

.price-description {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #001724;
}
.price-number {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	flex: 1;
	text-align: right;
	color: #001724;
}

.price-item {
	display: flex;
}
.price-item-blue {
	display: flex;
	padding: 8px 20px;
}

.price-blue {
	background: #f2faff;
}

.price-white {
	padding: 20px;
}

.number-of-devices {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	font-weight: bold;
}

.total-numbers {
	display: flex;
	flex-flow: column;
	font-weight: bold;
	color: #001724;
}

.total-amount {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	flex: 1;
	text-align: end;
	color: #001724;
	padding-top: 10px;
}

.how-to-join-header {
	font-family: Barlow;
	font-size: 23px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
	margin-bottom: 30px;
}

.how-to-join-description {
	font-family: Barlow;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #001724;
}

.how-to-join-title {
	font-family: Barlow;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #001724;
}

.how-to-join-image {
	margin-right: 14px;
}

.how-to-join-items-container {
	display: flex;
	flex-flow: column;
	position: relative;
}

.how-to-join-item {
	display: flex;
	padding: 16px 0px;
}

.how-to-join-text {
	display: flex;
	flex-flow: column;
}

.how-to-main-container {
	max-width: 342px;
	margin: auto;
}

.how-to-join-line {
	width: 1px;
	height: 280px;
	border-right: #fc4c02 dashed 1.5px;
	margin-top: 20px;
	margin-left: 13px;
	position: absolute;
}

.video-box {
	height: 170px;
	background-image: url('./assets/video-preview@2x.jpg');
	margin-top: 40px;
	padding: 45px 90px;
	border-radius: 8px;
	border: solid 2px rgba(151, 151, 151, 0.4);
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.video-box-y {
	height: 170px;
	margin-top: 20px;
	width: 342px;
}
.video-button {
	width: 164px;
	height: 50px;
	border-radius: 24.5px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
	border: solid 2px rgba(147, 146, 146, 0.4);
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	padding: 16px 24px 16px 30px;
	cursor: pointer;
}
.video-button-text {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	margin-right: 5px;
}
.video-button-image {
	margin-top: -4px;
}

.faq-items-container {
}

.faq-item {
	border-bottom: #dddddd solid 1px;
}

.faq-title-container {
	display: flex;
	padding-top: 24px;
	padding-bottom: 18px;
	cursor: pointer;
}

.faq-title {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #001724;
	text-align: left;
}

.faq-arrow {
	flex: 1;
	text-align: right;
}

.faq-answer {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #031729;
	text-align: left;
	display: none;
	margin-bottom: 10px;
}

.phone-number {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	color: #0074b7;
}

.form-inconcert .ic-class-form-input {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(98%, hsla(0, 0%, 100%, 0)),
		color-stop(4%, #0288d1)
	);
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0) 98%, #0288d1 0);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 98%, #0288d1 0);
	background-color: initial;
	background-position: -100em 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.42);
	color: #455a64;
	display: block;
	font-family: Barlow-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	padding: 0.6em 1.5em 0.3em 0.5em;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	width: 100%;
}

.form-inconcert .ic-class-form-check-input-legal {
	margin-right: 10px;
	-ms-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	margin-left: 4px;
}

::-webkit-input-placeholder {
	/* Edge */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #b3b9bd;
}

:-ms-input-placeholder {
	/* Internet Explorer */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #b3b9bd;
}

::placeholder {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #b3b9bd;
}

.form-inconcert .ic-class-form-button-submit {
	border-radius: 8px;
	background-color: #0074b7;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	height: 48px;
	width: 100%;
	border: white;
}

.slide-number {
	text-align: center;
	margin-top: -38px;
	margin-left: -10px;
	border-radius: 4px;
	box-shadow: 0 0 10px -1px rgba(6, 8, 40, 0.25),
		0 10px 24px -15px rgba(6, 8, 40, 0.4);
	background-color: #ffffff;
	width: 46px;
	height: 28px;
	padding-top: 4px;
}

input#phone-input {
	padding-left: 35px;
}

.flag-icon {
	position: absolute;
	width: 24px;
	margin-top: 10px;
}

@media screen and (min-width: 1200px) {
	.sm-image,
	.xs-image {
		display: none;
	}
	.invest-content {
		max-width: 940px;
	}
	.invest-benefits {
		display: flex;
		flex-flow: row;
		margin-top: 40px;
		padding-left: 58px;
	}

	.benefit {
		display: flex;
		margin-bottom: 20px;
		align-items: center;
		padding-right: 50px;
	}
	.benefit-section-header {
		display: none;
	}

	.why-use-content {
		max-width: 740px;
		margin: auto;
		text-align: center;
	}

	.benefitNumbers {
		display: flex;
	}

	.earnings-table {
		width: 50%;
	}

	.sell-price {
		width: 50%;
	}

	.price-white {
		height: 66%;
	}

	.price-blue {
		padding: 10px;
	}

	.range-calculator {
		padding: 0px 200px;
	}
	.calculator-table-separator {
		border-left: #dddddd solid 1px;
		height: 170px;
		margin-top: 22px;
	}

	.how-to-main-container {
		max-width: 942px;
	}
	.how-to-join-items-container {
		flex-flow: row;
	}

	.how-to-join-item {
		padding: 16px 16px;
		flex-flow: column;
		text-align: center;
	}

	.how-to-join-image {
		width: 56px;
		margin-right: 0px;
		margin-bottom: 32px;
	}

	.how-to-join-title {
		margin-bottom: 16px;
	}

	.how-to-join-line {
		width: 702px;
		height: 1px;
		border-top: #fc4c02 dashed 1.5px;
		margin-top: 44px;
		margin-left: 100px;
		position: absolute;
	}
	.video-container {
		max-width: 684px;
	}

	.video-box {
		width: 684px;
		height: 386px;
		margin-top: 40px;
		padding: 165px 260px;
		border-radius: 8px;
		border: solid 1px rgba(151, 151, 151, 0.4);
		overflow: hidden;
		background-size: cover;
		background-position: center;
	}

	.video-box-y {
		margin-top: 25px;
		width: 684px;
		height: 386px;
	}

	.why-use-main-container {
		display: flex;
		flex-flow: row-reverse;
	}
	.why-use-item-container {
		display: flex;
		flex-flow: column;
		padding-top: 40px;
	}
	.why-use-item {
		margin-bottom: 32px;
		margin-top: 0px;
	}
	.why-use-image {
		height: 260px;
		margin-top: 24px;
	}

	.faq-container {
		max-width: 620px;
	}

	.form-container {
		max-width: 620px;
	}
	.section-title {
		font-size: 36px;
	}

	.form-inconcert {
		padding: 0px 80px;
	}

	.form-title-separator {
		display: none;
	}
	.header-text-container {
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		position: absolute;
		letter-spacing: normal;
		margin-top: 8px;
		margin-left: 46%;
		width: 450px;
		text-align: left;
	}
	.header-text {
		font-size: 40px;
		font-weight: bold;
		color: #001724;
		width: 370px;
		margin-bottom: 24px;
	}

	.header-subtext {
		font-family: Barlow;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.17;
		letter-spacing: normal;
		color: #001724;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.lg-image,
	.xs-image {
		display: none;
	}

	.flip-container {
		width: 295px;
		margin: auto;
		margin-top: 20px;
	}

	.benefit-container {
		display: flex;
		justify-content: space-between;
		margin: auto;
		flex-flow: column;
		max-width: 342px;
	}

	.benefit-coontainer-header {
		max-width: 342px;
		font-size: 16px;
		padding-top: 40px;
	}

	.header-text-container {
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		position: absolute;
		letter-spacing: normal;
		margin-top: 8px;
		margin-left: 52%;
		width: 350px;
		text-align: left;
	}
	.header-text {
		font-size: 36px;
		font-weight: bold;
		color: #001724;
		width: 343px;
		margin-bottom: 16px;
	}

	.header-subtext {
		font-family: Barlow;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.17;
		letter-spacing: normal;
		color: #001724;
	}

	.benefit-section-header {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.lg-image,
	.sm-image {
		display: none;
	}
	.header-text-container {
		display: none;
	}
	.whats-desktop {
		display: none;
	}
	.faq-container {
		margin-top: 70px;
	}
	.flip-container {
		width: 295px;
		margin: auto;
		margin-top: 20px;
	}

	.benefit-container {
		display: flex;
		justify-content: space-between;
		margin: auto;
		flex-flow: column;
		max-width: 342px;
	}

	.benefit-coontainer-header {
		max-width: 342px;
		font-size: 16px;
	}
}
.lg-image {
	height: 311px;
}
.sm-image {
	height: 254px;
}
.xs-image {
	height: 259px;
}
.hero img {
	max-width: 100%;
}

.form-inconcert .ic-class-form-check-legal {
	margin-top: 50px;
	text-align: left;
	display: block;
	margin-left: 10px;
	font-family: Barlow !important;
	font-size: 20px !important;
}

.hero {
	margin-bottom: -3px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.calculate-earnings {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #001724;
}

.need-help-container {
	height: 48px;
	background-color: #505050;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
}
.need-help-text {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.22px;
	color: #ffffff;
}
.need-help-number {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1px;
	color: #0074b7;
	margin-left: 4px;
}

.ic-class-form-check {
	position: relative;
	height: 12px;
	display: flex;
	flex-flow: row-reverse;
}

.slider-check {
	position: absolute;
	cursor: pointer;
	top: 6px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: solid 1px #cccccc;
	width: 42px;
	position: inherit;
	height: 12px;
}

.slider-check:before {
	position: absolute;
	content: '';
	height: 24px;
	width: 24px;
	left: -7px;
	bottom: -8px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: solid 1px #ccc;
}

input:checked + .slider-check {
	background-color: #2196f3;
}

input:focus + .slider-check {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider-check:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	background-color: #338fc5;
}

/* Rounded sliders */
.slider-check.round {
	border-radius: 34px;
}

.slider-check.round:before {
	border-radius: 50%;
}

.ic-class-form-check-label {
	width: 90%;
	text-align: left;
	padding-right: 40px;
	font-size: 14px !important;
	font-family: Barlow !important;
}

.ic-class-form-check-input {
	display: none;
}

.whats-app-icon {
	margin-left: 5px;
	width: 16px !important;
}

.ic-class-form-row {
	margin-bottom: 40px !important;
}

button#submit-btn:disabled {
	color: #b3b9bd;
	background-color: #e6e8e9;
	border-color: white;
}

.error {
	font-size: 12px;
	color: red;
}

.whats-image-d {
	border-radius: 15px;
	width: 186px;
}

.whats-image-m {
	border-radius: 40px;
	width: 48px;
}

.ic-class-form-row.col-12.mb-2 {
	margin-top: 40px;
}

.benefit-box {
	width: 295px;
}
.benefit-header {
	height: 56px;
	border-radius: 16px 16px 0px 0px;
	font-family: Barlow;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-top: 13px;
}
.benefit-box.flipped {
	width: 295px;
	display: none;
}
.benefit-header.flipped {
	color: #000000;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 4px 6px -3px rgba(0, 0, 0, 0.2),
		0 2px 4px 0 rgba(165, 178, 180, 0.4);
	font-size: 20px;
}

.benefit-content {
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.benefit-content.flipped {
	color: #000000;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 4px 6px -3px rgba(0, 0, 0, 0.2),
		0 2px 4px 0 rgba(165, 178, 180, 0.4);
	display: flex;
	flex-flow: column;
}
.benefit-reward-item {
	display: flex;
	width: 247px;
}
.benefit-reward-item-image {
}
.benefit-reward-item-description {
	padding-top: 12px;
}
.benefit-item {
	width: 223px;
}
.benefit-item-image {
	width: 65px;
	margin: auto;
}
.benefit-item-image img {
	width: 50px;
}

.benefit-item-description {
	font-family: Barlow;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
}
.benefit-footer {
	height: 42px;
	border-radius: 0px 0px 16px 16px;
	font-family: Barlow;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-top: 14px;
	cursor: pointer;
}

.benefit-header.entrepreneur {
	background-color: #1a8a99;
}

.benefit-content.entrepreneur {
	background-color: #3397a4;
}

.benefit-footer.entrepreneur {
	background-color: #3397a4;
}

.benefit-header.lead2 {
	background-color: #dfa01a;
}

.benefit-content.lead2 {
	background-color: #e6b54d;
}

.benefit-footer.lead2 {
	background-color: #c58600;
}

.benefit-header.master {
	background-color: #001724;
}

.benefit-content.master {
	background-color: #1a2e3a;
}

.benefit-footer.master {
	background-color: #33454f;
}
.flip-container {
	width: 295px;
}

.benefit-container {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 32px;
}

.benefit-coontainer-header {
	width: 765px;
	font-family: Barlow;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	margin: auto;
}

.sm-header {
	width: 343px;
	margin: auto;
	margin-top: 56px;
}
.sm-header-title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 16px;
}
.sm-header-content {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
}

.hidden {
	display: none;
}
