/* Normalize CSS ------------------------------------------------------ */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Slick ------------------------------------------------------ */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{current:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*----------------------Fonts------------------------*/
@font-face{
	src: url('../fonts/Graphik-Regular.otf');
	font-family: Graphik;
	font-weight: normal;
	font-display: swap;
}

@font-face{
	src: url('../fonts/Graphik-Medium.ttf');
	font-family: Graphik;
	font-weight: 600;
	font-display: swap;
}

/*----------------------Resets & Presets------------------------*/

html {
	font-size: 14px;
}
body {
	padding: 0;
	margin: 0;
	font-family: Graphik;
	position: relative;
}

@media(min-width: 769px){
	html {
		font-size: 18px;
	}
}

/*----------------------General------------------------*/

body {
	padding-top: 60px;
}

p {
	font-size: 1rem;
}

/*----------------------Container------------------------*/

.container {
	margin: 0 20px;
}
	
@media(min-width: 768px){
	.container {
		margin: 0 40px;
	}
}
	
@media(min-width: 1440px){
	.container {
		margin: 0 calc((100% - 1350px)/2);
	}
}

/*----------------------General------------------------*/

.custom-link{
	font-size: 1rem;
	color: #820bd1;
	font-weight: 600;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.custom-link a{
	font-size: 1rem;
	color: #820bd1;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.custom-link a:hover{
	text-decoration: underline;
}

/*----------------------Header------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #820AD1;
	color: #f5f5f5;
	width: 100%;
	align-items: center;
	z-index: 2;
	padding: 16px 20px;
	box-sizing: border-box;
}

header .menu-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logos {
	display: flex;
	align-items: center;
	height: 100%;
}

header .logos svg {
	padding-right: 10px;
}

header .logos span {
	padding-right: 10px;
	white-space: nowrap;
	line-height: 60px;
	font-weight: 600;
}

.pix-button {
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 1rem;
	border-radius: 100px;
	text-decoration: none;
	color: #820AD1;
	background-color: #f5f5f5;
	cursor: pointer;
	margin: 10px;
}

.pix-button-mobile {
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 1rem;
	border-radius: 100px;
	text-decoration: none;
	color: #820AD1;
	background-color: #f5f5f5;
	cursor: pointer;
	margin-top: 50px;
	text-align: center;
	font-weight: 600;
}

header .mobile-nav-button {
	width: 100%;
	display: block;
	color: #fafafa;
	text-decoration: none;
	white-space: nowrap;
}

header .mobile-nav-button p {
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

header .mobile-nav-button svg {
	fill: white;
	display: inline-block;
	margin-right: 3px;
}

header.open .mobile-nav-button svg {
	transform: rotateX(180deg);
}

@media(min-width: 1024px){
	.pix-button-mobile {
		display: none;
	}
}

header .nav-desktop {
	display: none;
}

header label {
	position: relative;
	z-index: 5;
	margin-left: auto;
}

@media(min-width: 1024px){

	header {
		padding: 16px 40px;
	}

	header .mobile-nav-button {
		display: none;
	}
	
	header .nav-desktop {
		display: flex;
		width: 100%;
		margin: 0;
		padding: 0;
		align-items: center;
	}
	header .nav-desktop ul {
		width: 100%;
		display: flex;
		margin: 0;
		justify-content: center;
		
	}
	header .nav-desktop ul li {
		display: inline-flex;
		text-align: center;
		font-size: 0.8rem;
		padding: 0;
		list-style: none;
		margin-right: 12px;
	}

	header .nav-desktop ul li:last-child() {
		margin-right: 0;
	}

	header .nav-desktop ul a {
		text-decoration: none;
		color: #f5f5f5;
		font-size: 1rem;
		line-height: 1;
	}

	header .nav-desktop ul li:hover {
		cursor: pointer;
	}

}

@media(min-width: 1400px){
	header {
		padding: 16px calc((100% - 1350px) / 2);
	}
	header .nav-desktop ul li {
		font-size: 1rem;
		margin-right: 24px;
	}
}

/* Form ------------------------------------------------------ */
.aquisition-form-wrapper{
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	width: 480px;
	max-width: 100%;
	box-shadow: rgba(0,0,0,.15) 0px 1px 2px;
	background-color: #fff;
	z-index: 5;
	transition: transform 0.5s ease-out;
	height: 100vh;
	overflow: auto;
	padding-top: 16px;
}

.aquisition-form-overlay{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 3;
	left: 0;
	top: 0;
	opacity: .1;
	display: none;
}

.aquisition-form-wrapper.opened{
	transform: translateX(0);
}

.aquisition-form-wrapper.opened + .aquisition-form-overlay{
	display: block;
}

.aquisition-form-close-button-wrapper{
	width: 100%;
	text-align: right;
	padding-right: 16px;
	box-sizing: border-box;
}

.aquisition-form-close-button{
	cursor: pointer;
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.aquisition-form-close-button:hover{
	background-color: rgba(138,5,190,.05);
}

.aquisition-form{
	padding: 16px 64px 64px;
}

.aquisition-form-title{
	font-size: 32px;
	line-height: 1.25em;
	color: #820bd1;
	margin: 0 0 32px 0;
	padding: 0;
}

.aquisition-form .field-wrapper{
	box-sizing: border-box;
	font-size: 16px;
	max-width: 100%;
	padding-bottom: 16px;
	position: relative;
	min-height: 80px;
	flex: 0 0 auto;
}

.aquisition-form input:not(.aquisition-form-submit){
	display: block;
	margin: 0px;
	padding: 28px 20px 8px 0px;
	background-color: transparent;
	color: #191919;
	font-size: 16px;
	text-align: left;
	width: 100%;
	border: none;
	outline: none;
	box-sizing: border-box;
	background-image: linear-gradient(0deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.35) 100%),linear-gradient(0deg,#191919 0%,#191919 100%);
	background-size: 100% 1px,0px 1px;
	background-repeat: no-repeat;
	background-position: 50% 100%,50% 100%;
}

.aquisition-form .label-text{
	display: block;
	width: 100%;
	height: 16px;
	font-size: 16px;
	color: #b1adb7;
	position: absolute;
	top: 10px;
	cursor: pointer;
	white-space: nowrap;
	transform: translateY(20px);
	transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
}

.aquisition-form input:focus + label, .aquisition-form input:valid + label, .aquisition-form input:not(:placeholder-shown) + label {
	font-size: 12px;
	top: -10px;
}

.aquisition-form .checkbox-wrapper{
	line-height: 27px;
	color: #767676;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: initial;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 44px;
}

.aquisition-form .checkbox-wrapper.checkbox-newsletter {
	margin-bottom: 60px;
	margin-top: 0;
	display: none;
}

.aquisition-form input.checkbox-input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 30px;
	width: 30px;
	z-index: 5;
}

.aquisition-form .span-text {
	padding-left: 34px;
	display: inline-block;
	font-size: 16px;
}

.aquisition-form .policy-link {
	position: relative;
	font-size: inherit;
	cursor: pointer;
	box-sizing: border-box;
	background-size: 0px 1px,100% 1px;
	color: #820bd1;
	background-image: linear-gradient(120deg,#820bd1 0%,#820bd1 100%),linear-gradient(120deg,#ccc 0%,#ccc 100%);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 100%,100% 100%;
	transition: background-size .2s ease-in-out 0s;
	white-space: initial;
}

.aquisition-form .span-checkbox{
	position: absolute;
	top: 2px;
	left: 0px;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #767676;
	border-radius: .125em;
}

.aquisition-form .span-checkbox.checked {
	background-color: #820bd1;
	border-color: #820bd1;
}

.aquisition-form .span-checkbox.checked::after {
	content: "";
	position: absolute;
	left: 5px;
	width: 6px;
	height: 11px;
	transform: rotate(45deg);
	border-style: solid;
	border-color: #fff;
	-o-border-image: initial;
	border-image: initial;
	border-width: 0px 2px 2px 0px;
}

.aquisition-form-submit-wrapper{
	position: relative;
	margin-bottom: 50px;
}

.aquisition-form input:not([type='checkbox']).user-invalid {
	color: #e5615c;
	background-image: linear-gradient(0deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.35) 100%),linear-gradient(0deg,#e5615c 0%,#e5615c 100%);
	background-size: 0px 1px,100% 1px;
	position: relative;
}

.aquisition-form input:not([type='checkbox']).user-invalid ~ .form-validation{
	line-height: 1;
	font-size: 12px;
	color: #e5615c;
	margin-top: 8px;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: initial;
}

.aquisition-form input:not([type='checkbox']):not(.user-invalid) ~ .form-validation{
	display: none;
}

.aquisition-form .field-wrapper input.valid {
	color: #15aa00;
	background-image: linear-gradient(0deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.35) 100%),linear-gradient(0deg,#15aa00 0%,#15aa00 100%);
	background-size: 0px 1px,100% 1px;
}

.aquisition-form-submit-wrapper .aquisition-form-submit:disabled,
.aquisition-form-submit-wrapper.email-confirmation-invalid-submit .aquisition-form-submit,
.aquisition-form .aquisition-form-submit[type='submit'] {
	background-color: #f7f7f7;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	color: #ccc;
}

.aquisition-form .aquisition-form-submit[type='submit']:not([disabled]){
	background-color: #820bd1;
	cursor: pointer;
	pointer-events: initial;
	color: white;
}

.aquisition-form .aquisition-form-submit{
	font-size: 18px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 56px;
	white-space: nowrap;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: white;
	box-shadow: rgba(0,0,0,.12) 0px 2px 2px, rgba(0,0,0,.14) 0px 0px 2px;
	width: 100%;
	border: none;
	-o-border-image: initial;
	border-image: initial;
	outline: none;
	padding: 19px 32px;
	transition: all 200ms ease-in-out 0s;
	cursor: not-allowed;
}

.user-valid.aquisition-form .aquisition-form-submit[type='submit'] {
	background-color: #820bd1;
	cursor: pointer;
	pointer-events: initial;
	color: white;
}

@media(max-width: 767px){
	.aquisition-form{
		padding: 16px 32px 32px 32px;
	}
}

.aquisition-form-wrapper .form-success{
	padding: 16px 64px 64px 64px;
}

.aquisition-form-wrapper .form-success-top,
.aquisition-form-wrapper .form-success-content,
.aquisition-form-wrapper .form-success-bottom{
    text-align: center;
}

.aquisition-form-wrapper .form-success-top img{
    width: 92px;
    height: 92px;
}

.aquisition-form-wrapper .form-success-top p{
    font-size: 32px;
    line-height: 1.25em;
    color: #820bd1;
    margin: 64px 0px 32px;
}

.aquisition-form-wrapper .form-success-content p{
    font-size: 20px;
    line-height: 1.5em;
    color: rgb(118, 118, 118);
    margin-bottom: 32px;
    max-width: 100%;
}

.aquisition-form-wrapper .form-success-content p span{
    color: #820bd1;
}

.aquisition-form-wrapper .form-success-bottom p{
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(118, 118, 118);
    margin-bottom: 0px;
    max-width: 100%;
}

.aquisition-form-wrapper .form-success-bottom a{
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 0px 1px, 100% 1px;
    color: #820bd1;
    background-image: -o-linear-gradient(330deg, #820bd1 0%, #820bd1 100%), -o-linear-gradient(330deg, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 100%);
    background-image: linear-gradient(120deg, #820bd1 0%, #820bd1 100%), linear-gradient(120deg, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 100%);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 100%, 100% 100%;
    -webkit-transition: background-size 0.2s ease-in-out 0s;
    -o-transition: background-size 0.2s ease-in-out 0s;
    transition: background-size 0.2s ease-in-out 0s;
}

.aquisition-form-wrapper .form-success-bottom a:hover{
    background-size: 100% 1px, 100% 1px;
}

.aquisition-form-wrapper .form-error{
	color: #820bd1;
}

@media(max-width: 767px){
	.aquisition-form-wrapper .form-success{
		padding: 16px 32px 32px 32px;
	}
}

/*----------------------Hero------------------------*/

.hero {
	background-color: #820AD1;
	padding-top: 0;
	margin-bottom: 0;
}

.hero img {
    width: 70%;
}

.hero p {
	font-size: 20px;
	color: white;
	font-weight: 600;
	margin: 0;
}

.hero p.hero-subtitle{
	font-size: 14px;
	margin-bottom: 15px;
}

.hero h1 {
	font-size: 50px;
	margin: 15px 0 0;
	color: white;
}

@media(min-width: 1024px){

	.hero {
		padding-bottom: 0;
		display: inline-flex;
	}

	.hero .hero-text {
		display: flex;
		margin-left: 80px;
		margin-right: 40px;
		margin-top: 45px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.hero p {
		font-size: 24px;
		max-width: 450px;
		line-height: 1.32;
	}

	.hero h1 {
		font-size: 95px;
		margin: 25px 0 0;
	}

	.hero p.hero-subtitle{
		font-size: 18px;
		margin-bottom: 25px;
	}

	.hero img {
		position: static;
		width: 40%;
		max-width: 650px;
		transform: translateX(0);
	}
}

/*----------------------Navigation------------------------*/


.navigation {
	background-color: #820bd1;
	color: #f5f5f5;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 5;
}

.navigation .nav-mobile {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.navigation.open .nav-mobile {
	height: calc( 100vh - 60px);
}

.navigation .nav-mobile ul {
	width: 100%;
	list-style: none;
	padding: 0;
	padding-top: 130px;

}

.navigation .nav-mobile ul li {
	width: 100%;
	padding: 10px 20px;
	line-height: 1;
	font-size: 1.5rem;
	text-decoration: none;
	color: #f5f5f5;
	box-sizing: border-box;
}

.navigation .nav-mobile ul a {
	text-decoration: none;
}

@media(min-width: 1024px){
	.navigation {
		display: none;
	}
}

/*----------------------Sections------------------------*/

section {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}

section h2 {
	font-size: 28px;
}

section h3 {
	font-size: 1.2rem;
}

@media(min-width: 1024px){
	section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	section h2 {
		font-size: 48px;
	}
}

/* News Section ------------------------------------------------------ */
.news{
	background-color: white;
}

.news h2 {
	color: black;
	font-size: 20px;
}

.news .main-news {
	padding-bottom: 20px;
}

.news .main-news h3 {
	font-size: 32px;
	margin-bottom: 20px;
}

.news .lastest-news h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.news .news-wrapper {
	border-top: solid 2px black;
	padding-top: 30px;
}

.news .new {
	padding-top: 20px;
	padding-bottom: 20px;
}


@media(min-width: 1024px){
	.news h2 {
		font-size: 24px;
	}
	
	.news .main-news h3 {
		font-size: 82px;
		margin: 24px 40px 24px 0;
	}
	
	.news .lastest-news {
		max-width: 310px;
		width: 100%;
	}

	.news .lastest-news h3 {
		font-size: 24px;
	}
	
	.news .news-wrapper {
		display: inline-flex;
	}
}


/* What Section ------------------------------------------------------ */
.what{
	background-color: #f5f5f5;
}

.what .what-title{
	color: #111;
	font-weight: 600;
	margin-bottom: 15px;
}

.what .what-description{
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 600;
	max-width: 570px;
	margin-bottom: 30px;
}

.what .what-arrows .left-arrow{
	margin-right: 22px;
}

.what .what-arrows .left-arrow,
.what .what-arrows .right-arrow{
	cursor: pointer;
}

.what .what-carousel{
	margin-bottom: 39px;
	height: 320px;
}

.what .what-carousel .slick-list{
	height: 400px;
}

.what .what-carousel .slick-track{
	padding-left: 134px;
	height: 100%;
}

.what .what-carousel .slick-slide{
	margin: 0 10px;
	max-width: 80vw;
	outline: none;
	height: 100%;
}

.what .what-carousel .slick-slide > div{
	max-width: 480px;
	margin: 0 auto;
	height: 100%;
}

.what .what-carousel .question{
	padding: 25px;
	line-height: 1.44;
	box-sizing: border-box;
	background-color: #fff;
	color: #111;
	height: 100%;
	border-radius: 12px;
	position: relative;
}

.what .what-carousel .question h3 {
	margin-top: 0;
	font-weight: 600;
}

.what .what-carousel .question .custom-link{
	display: block;
	padding: 45px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.what .what-carousel .question p{
	margin-bottom: 50px
}

#markets .what-carousel .question p{
	margin-bottom: 18px
}

#markets .what-carousel .question{
	height: 400px;
}

@media(min-width: 768px){

	.what .what-carousel{
		display: inline-flex;
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
	}
	.what .what-carousel .question{
		width: calc(50% - 20px);
		margin-bottom: 40px;
		min-height: 480px;
		padding: 35px;
		box-sizing: border-box;
	}
	#options.what .what-carousel .question{
		height: 480px;
	}
	.what .what-carousel .question:nth-child(even) {
		margin-left: 40px;
	}
	.what .container-what-carrosel{
		margin: 0 40px;
	}
	.what .what-arrows{
		display: none;
	}
}

@media (min-width: 845px) {
	#options.what .what-carousel .question{
		height: auto;
		min-height: 450px;
	}
}

@media(min-width: 1200px){

	.what .what-carousel .question{
		min-height: 400px;
	}

	#markets .what-carousel .question{
		min-height: 400px;
	}

}

@media(min-width: 1440px){
	.what .container-what-carrosel{
		margin: 0 calc((100% - 1350px)/2);
	}

}

@media(max-width: 767px){
	.what{
		padding: 60px 0 64px;
	}

	.what .what-title{
		margin-bottom: 32px;
	}

	.what .what-content{
		display: flex;
		flex-flow: column;
	}

	.what .what-carousel{
		margin-bottom: 24px;
	}

	.what .what-arrows{
		order: 1;
		margin-bottom: 0;
	}

	.what .what-carousel .slick-slide > div{
		max-width: 480px;
	}

	.what .what-carousel .question{
		padding: 22px 18px;
	}

	.what .what-carousel .question .custom-link{
		padding: 22px 18px;
	}
}

#markets .what-carousel{
	height: 100%;
}

/* Questions Section ------------------------------------------------------ */

.questions{
	background-color: #f5f5f5;
}

.questions .questions-title{
	color: #111;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 92px;
}

.questions .questions-arrows .left-arrow{
	margin-right: 22px;
}

.questions .questions-arrows .left-arrow,
.questions .questions-arrows .right-arrow{
	cursor: pointer;
}

.questions .questions-carousel{
	margin-bottom: 39px;
	height: 580px;
}

.questions .questions-carousel .slick-track{
	padding-left: 134px;
	min-height: 580px;
}

.questions .questions-carousel .slick-slide{
	margin: 0 10px;
	max-width: 80vw;
	outline: none;
	height: 100%;
	min-height: 580px;
}

.questions .questions-carousel .slick-slide > div{
	max-width: 480px;
	margin: 0 auto;
	height: 100%;
}

.questions .questions-carousel .question{
	height: 100%;
	padding: 45px 40px;
	line-height: 1.44;
	box-sizing: border-box;
	background-color: #fff;
	color: #111;
	height: 100%;
	border-radius: 12px;
	position: relative;
}


.slick-slide img{
	width: 100%;
	padding: 2% 0%;
    height: 182px; 
  	object-fit: cover;
}

.questions .questions-carousel .question h3 {
	font-weight: 600;
	margin-top: 0;
}

.questions .questions-carousel .question .custom-link{
	display: block;
	padding: 5px 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

@media(min-width: 768px){
	.questions .questions-carousel .question{
		margin-right: 0;
	}

	.questions .questions-carousel{
		height: 400px;
	}
}

@media(min-width: 769px){
	.questions .questions-carousel .question{
		margin-right: 0;
		height: 540px;
	}

	.questions .questions-carousel{
		height: 570px;
	}
}

@media(max-width: 767px){
	.questions .questions-title{
		margin-bottom: 32px;
	}

	.questions .questions-content{
		display: flex;
		flex-flow: column;
	}

	.questions .questions-carousel{
		margin-bottom: 24px;
	}

	.questions .questions-arrows{
		order: 1;
		margin-bottom: 0;
	}

	.questions .questions-carousel .slick-slide > div{
		max-width: 480px;
	}

	.questions .questions-carousel .question{
		padding: 22px 18px;
		height: 440px;
	}

	.questions .questions-carousel .question .custom-link{
		padding: 5px 10px;
	}
}

/* When Section ------------------------------------------------------ */
.when {
	background-color: #820bd1;
	color: #f5f5f5;
	margin-top: 0;
}

.when p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.when h2 {
	margin-bottom: 60px;
}

.when h3 {
	margin-top: 0;
	font-size: 24px;
}

.when .steps-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}

.when .steps-wrapper .step{
	padding-left: 50px;
	max-width: 270px;
	border-left: 2px solid #f5f5f5;
	margin-left: 20px;
	padding-bottom: 40px;
	position: relative;
}

.when .steps-wrapper .step.clear {	
	color: rgba(245, 245, 245, 0.4);
}

.when .steps-wrapper .step.clear .step-date{	
	display: block;
}

.when .steps-wrapper .step p {	
	font-size: 18px;
	max-width: 270px;
}

.when .steps-wrapper .step:before{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 2px solid #f5f5f5;
	background-color: #820bd1;
	left: -11px;
	top: -11px;
	box-sizing: border-box;
}

.when .steps-wrapper .step.current:before{
	background-color: #f5f5f5;
}

.when .steps-wrapper .step:last-child:after{
	content: '';
	width: 18px;
	height: 11px;
	background: url('../assets/arrow-down.png') 100% 100% no-repeat;
	display: block;
	position: absolute;
	left: -10px;
	bottom: -1px;
	box-sizing: border-box;
}

.when .steps-wrapper .step .step-date{
	font-size: 1.1rem;
	margin-bottom: 5px;
	margin-top: 0;
}

.when .steps-wrapper .step > span{
	padding: 16px;
	width: 100%;
	max-width: 232px;
	justify-content: space-between;
	border-radius: 8px;
	box-sizing: border-box;
	background: rgba(17, 17, 17, 0.4);
	display: none;
}

.when .steps-wrapper .step.current > span{
	display: inline-flex;
}

.when .steps-wrapper .step > span p,
.when .steps-wrapper .step > span a {
	color: #f5f5f5;
	font-size: 14px;
	margin: 0;
}

.when .steps-wrapper .step > span svg{
	min-width: 18px;
	margin-right: 10px;
}

@media(min-width: 1024px){

	.when h3 {
		font-size: 32px;
	}
	.when .steps-wrapper {
		flex-direction: row;
		border-top: 2px solid #f5f5f5;
	}

	.when .steps-wrapper .step{
		padding-top: 50px;
		max-width: 250px;
		border-left: none;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		padding-bottom: 40px;
	}

	.when .steps-wrapper .step:before{
		width: 34px;
		height: 34px;
		left: 0;
		top: -18px;
	}

	.when .steps-wrapper .step:after{
		left: -11px;
		bottom: -11px;
	}

	.when .steps-wrapper .step:last-child:after{
		background-image: url('../assets/arrow-right.png');
		width: 14px;
		height: 24px;
		top: -13px;
		right: -1px;
		bottom: auto;
		left: auto;
		transform: none;
	}

	.questions .questions-carousel{
		margin-bottom: 39px;
	}

}

@media(min-width: 1250px){

	.when .steps-wrapper .step{
		max-width: 310px;
		padding-left: 20px;
		padding-right: 20px;
	}


	.questions .questions-carousel{
		margin-bottom: 39px;
		/*height: 443px;*/
	}

}

/* How Section ------------------------------------------------------ */

.how .tabs {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
.how .tab {
	width: calc(33% - 10px);
	padding-bottom: 5px;
	border-bottom: solid 2px #820bd1;
	cursor: pointer;
}
.how .tab h3 {
	color: #820bd1;
	margin-bottom: 0;
}

.how .tab.show {
	border-bottom: solid 2px #000;
}
.how .tab.show h3 {
	color: #000;
}

.how .tab.show-w {
	border-bottom: solid 2px #000;
}
.how .tab.show-w h3 {
	color: #000;
}
 .how .content-tabs {
	max-width: 470px;
	padding-top: 50px;
}

.how .content-tab {
	display: none;
	opacity: 0;
}

.how .content-tab.show {
	display: block;
	opacity: 1;
}

.how .content-tab.show-w {
	display: block;
	opacity: 1;
}

.how .content-tab img{
	display: block;
	max-width: 70%;
	max-height: 200px;
	margin: 0 auto 30px;
}

 .how .how-image {
	display: none;
}

 @media(min-width: 768px){
	.how .how-showcase {
		display: inline-flex;
		width: 100%;
	}

	.how .how-showcase .how-content-text {
		width: 60%;
		max-width: 700px;
		display: inline-block;
	}

	.how .content-tab img{
		display: none;
	}

	.how .how-image {
		display: inline-flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		max-width: 40%;
		position: relative;
		left: 0;
		top: 0;
	}

	.how .how-image img {
		position: absolute;
		opacity: 0;
		transition: opacity .6s ease-out;
		max-height: 300px;
		margin-top: 30px;
	}

	.how .how-image img.show {
		opacity: 1;
	}
	.how .how-image img.show-w {
		opacity: 1;
	}
}




/* Faq Section ------------------------------------------------------ */
.section-faq .faq-block {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}

.section-faq .faq-block .faq-block-title {
	border-bottom: 2px solid #111111;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.section-faq .faq-block-content-text {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.1s;
}

.section-faq .open .faq-block-content-text {
	padding-bottom: 20px;
	max-height: 100%;
}

.section-faq .faq-block .faq-block-content-title {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.section-faq .faq-block .faq-block-content-title h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.12rem;
}

.section-faq .faq-block .faq-block-content-title span{
	width: 14px;
	height: 14px;
}

.section-faq .faq-block .faq-block-content-title span.less {
	display: none;
}

.section-faq .faq-block .open .faq-block-content-title span.less {
	display: block;
}

.section-faq .faq-block .open .faq-block-content-title span.more {
	display: none;
}

@media(min-width: 768px){

	.section-faq {
		background-color: #f5f5f5;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section-faq .container {
		display: flex;
		justify-content: center;
	}

	.section-faq .faq-block {
		width: calc(50% - 20px) ;
		display: inline-block;
		
	}

}


/*----------------------Footer------------------------*/

.footer{
	padding:62px 0 48px;background-color:#f5f5f5
}

.footer.single{
	margin-bottom:60px
}

.footer .infos .logo{
	margin-bottom:47px
}

.footer .infos .logo svg{
	width:55px;height:40px
}

.footer .infos .content{
	margin-bottom:79px;
	font-size:16px;
	font-weight:600;
	color:#111
}

.footer .infos .content p{
	margin:0;
	line-height:1.5em
}

.footer .infos .content .id{
	margin-bottom:25px
}

.footer .social-networks{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-left:-13.5px
}

.footer .social-networks .social-network-icon{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	-webkit-transition:background-color .1s linear;
	transition:background-color .1s linear
}

.footer .social-networks .social-network-icon:hover{
	background-color:#111
}

.footer .social-networks .social-network-icon:hover svg{
	fill:#fff
}

.footer .social-networks .social-network-icon svg{
	width:21px;
	height:21px;
	fill:#111;
	-webkit-transition:fill .1s linear;
	transition:fill .1s linear
}

.footer .menu-wrapper{
	display:block;
	padding:0 0 34px;
	margin: 0 25px
}


.footer .menu-wrapper ul.menu{
	padding:0;
	margin:0;
	list-style:none

}

.footer .menu-wrapper ul.menu .menu-item-has-children{
	margin-bottom:39px
}

.footer .menu-wrapper ul.menu .menu-item-has-children>a{
	display:block;
	text-decoration:none;
	font-size:18px;
	padding-bottom:6px;
	margin-bottom:24px;
	border-bottom:1px solid rgba(17,17,17,.2);color:#111
}


.footer .menu-wrapper ul.menu .menu-item-has-children .sub-menu{
	list-style:none;padding:0
}

.footer .menu-wrapper ul.menu .menu-item-has-children .sub-menu a{
	display:block;
	margin-bottom:8px;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#111;
	-webkit-transition:color 150ms linear;
	transition:color 150ms linear
}

.footer .menu-wrapper ul.menu .menu-item-has-children .sub-menu a:hover{
	color:#820ad1
}

.footer .menu-wrapper ul.menu .menu-item-has-children .sub-menu .arrow a:after{
	content:"";
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin-left:11px;
	background-size:contain;
	background-image:url(../../../images/arrow-footer-menu.svg);
	background-repeat:no-repeat;
	-webkit-transition:250ms ease-in-out;
	transition:250ms ease-in-out
}

.footer .menu-wrapper ul.menu .menu-item-has-children .sub-menu .arrow a:hover:after{background-image:url(../../../images/arrow-footer-menu-hover.svg);top:-2px;right:-2px}

.footer .footer-wrap{
	margin: 0 25px
}

@media(min-width:768px){
	.footer{padding:62px 0 59px}

	.footer .menu-wrapper{
		padding:63px 0 0;
		margin: 0 50px
	}
	
	.footer .footer-wrap,.footer .infos{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between
	}

	.footer .footer-wrap{
		padding-top:40px;
		margin: 0 50px
	}
	
	.footer .infos{margin-right:54px}
	
	.footer .infos .content,.footer .infos .content .id,.footer .infos .logo{margin-bottom:0}
	
	.footer .infos .logo{margin-right:44px}
	
	.footer .social-networks{margin-top:-13.5px}
	
	.footer .menu-wrapper{padding-bottom:20px;border-bottom:1px solid rgba(17,17,17,.2)}
	
	.footer .menu-wrapper ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
	
	.footer .menu-wrapper ul.menu .menu-item-has-children{width:calc((100% - 32px)/ 2);margin-right:32px;margin-bottom:40px}
	
	.footer .menu-wrapper ul.menu .menu-item-has-children:nth-child(2n){margin-right:0}
}

@media(min-width:1200px){
	
	.footer{
		padding:0 0 63px;
	}
	
	.footer.single{margin-bottom:0}
	
	.footer .infos .logo{margin-right:47px}
	
	.footer .social-networks .social-network-icon{margin-left:5px}
	

	.footer .menu-wrapper ul.menu .menu-item-has-children{width:calc((100% - 96px)/ 4);margin-bottom:57px}


	.footer .menu-wrapper ul.menu .menu-item-has-children:nth-child(2){
		margin-right:32px
	}
}


/* News Section ------------------------------------------------------ */
.videos{
	background-color: white;
}

#videos{
	padding-top: 100px;
}

.videos h2 {
	color: black;
	font-size: 20px;
}

.videos h3 {
	color: black;
	font-size: 20px;
	margin: 0;
}

.videos .main-video {
	background-color: #F5F5F5;
	border-radius: 16px;
}

.videos .lastest-videos .video {
	background-color: #F5F5F5;
	border-radius: 16px;
	margin-bottom: 15px;
}

.videos iframe{
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: calc( (100vw - 40px) / 16 * 9);
	background-color: black;
}
.videos img{
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: calc( (100vw - 40px) / 16 * 9);
	background-color: black;
}

.videos .main-video p{
	display: block;
	color: rgba(17, 17, 17, 0.5);
	font-size: 14px;
	line-height: 1.32;
}

.videos .video-text{
	padding: 25px;
}


@media(min-width: 1024px){
	.videos h2 {
		font-size: 24px;
	}

	.videos .main-video {
		display: flex;
		width: 100%;
		flex-direction: row-reverse;
	}

	.videos .main-video .video-text {
		width: 100%;
		max-width: 450px;
	}

	.videos .main-video h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.videos .main-video p{
		font-size: 18px;
		line-height: 1.32;
	}

	.videos .main-video iframe{
		width: 700px;
		height: 390px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 16px;
	}

	.videos .main-video img{
		width: 700px;
		height: 390px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 16px;
	}

	.videos .main-video .video-text {
		display: inline-block;
		max-width: calc(100% - 700px);
	}
	
	.videos .lastest-videos {
		display: inline-flex;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.videos .lastest-videos .video{
		width: 32%;
	}

	.videos .lastest-videos iframe{
		width: 100%;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		height: 200px;
	}

	.videos .lastest-videos img{
		width: 100%;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		height: 200px;
	}

	.videos .video-text{
		height: auto;
		padding: 50px;
	}

	#main-videos{
		padding-bottom: 0;
	}

}

@media(min-width: 1400px){

	.videos .main-video .video-text {
		width: 450px;
	}

	.videos .main-video iframe{
		width: 900px;
		height: 492px;
	}
	.videos .main-video img{
		width: 900px;
		height: 492px;
	}

	.questions .questions-carousel{
		margin-bottom: 39px;
		/*height: 443px;*/
	}
}

.videos-wrapper .video-wrapper-content{
	border-bottom: solid 2px black;
	padding: 0 0 24px;
	font-size: 24px;
	font-weight: 600;
}

.between-section-image-container img{
	object-fit: contain;
	width: 100%;
}

.videos .video-arrows .left-arrow{
	margin-right: 22px;
}

.videos .video-arrows .left-arrow,
.videos .video-arrows .right-arrow{
	cursor: pointer;
}

@media (min-width: 1024px) {
	.video-arrows{
		display: none;
	}
}

/* How Nubank Section ------------------------------------------------------ */

#how-nubank.what,
#what.what,
#options.what{
	background-color: #820bd1;
}

#how-nubank.what .what-title,
#what.what .what-title,
#options.what .what-title{
	color: #f5f5f5;
}

#how-nubank.what .what-description,
#what.what .what-description,
#options.what .what-description{
	color: #f5f5f5;
}

#how-nubank.what .what-carousel .question h3,
#what.what .what-carousel .question h3,
#options.what .what-carousel .question h3{
	color: #820bd1;
}

#how-nubank.what .what-carousel .question p,
#what.what .what-carousel .question p,
#options.what .what-carousel .question p{
	color: #820bd1;
}

@media (min-width: 768px) {
	section.how{
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	section.how{
		min-height: 440px;
	}
}

@media (min-width: 1024px) {
	section.how{
		min-height: 500px;
	}
}

/* Newsletter */

.newsletter-box-widget{
	padding: 0;
}

.newsletter-container{
	padding: 48px 32px;
	width: auto;
	background: #191919;
	color: #ba4de3;
}

.newsletter-box-widget .newsletter-widget-title{
	font-size: 32px;
	margin: 0 0 80px;
	line-height: 1.25;
	font-weight: 500;
}

.newsletter-fields{
	width: 100%;
}

.newsletter-box-form{
	position: relative;
}

.newsletter-box-widget .input-email{
	width: 100%;
	box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    padding: 22px 0 19px 57px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    background-color: transparent;
}

.newsletter-box-widget .email-envelope{
	position: absolute;
	top: 23px;
	left: 16px;
}

.newsletter-box-widget .email-envelope path{
	fill: #fff;
}

.newsletter-box-widget .input-submit{
	width: 100%;
    padding: 22px 32px;
    background-color: #820ad1;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 0;
}

.newsletter-privacy-policy{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}

.newsletter-privacy-policy a{
	color: #fff;
	text-decoration: underline;
}

.sign-newsletter-img{
	width: 100%;
	max-height: 305px;
	object-fit: cover;
}

@media (min-width: 704px) {
	.newsletter-box-widget{
		background-image: linear-gradient(#f5f5f5, white);
		width: auto;
		padding: 0 40px;
		padding-left: calc(( ( 100vw - 640px ) / 2 ));
		padding-right: calc(( ( 100vw - 640px ) / 2 ));
	}
}

@media (min-width: 1200px) {
	.newsletter-box-widget{
		padding: 0 64px;
		display: flex;
	}

	.sign-newsletter-img{
		max-height: initial;
		flex-grow: 1;
		width: 50%;
	}

	.newsletter-box-widget .newsletter-widget-title{
		margin-bottom: 200px;
		width: 80%;
		font-size: 48px;
	}

	.newsletter-box-widget .newsletter-fields{
		display: flex;
		flex-wrap: nowrap;
	}

	.newsletter-box-widget .input-email{
		width: initial;
		flex-grow: 1;
		border: 1px solid #fff;
		border-right: none;
		color: #fff;
	}

	.newsletter-box-widget .input-submit{
		background-color: transparent;
		color: #fff;
		border: 1px solid #fff;
		border-left: none;
	}
}

@media (min-width: 1440px) {
	.newsletter-box-widget{
		padding-left: calc(( ( 100vw - 1280px ) / 2 ));
		padding-right: calc(( ( 100vw - 1280px ) / 2 ));
	}
}

.email-validation{
	display: none;
}

.email-validation.user-invalid{
	display: initial;
	color: red;
}

.footer-disclaimer{
	line-height: 20px;
	margin: -100px 10px -28px;
}

@media(min-width: 768px){
	.footer-disclaimer{
		margin: -100px 10px -60px;
	}
}

@media(min-width: 1024px){
	.footer-disclaimer{
		line-height: 1.44;
	}
}

.logo-placeholder-container{
	width: 100%;
	height: 180px;
	background-color: #820bd1;
}

.logo-placeholder-container .logo{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logo-placeholder-container .logo svg path{
	fill: #f4f4f4;
}