/* Start custom CSS for html, class: .elementor-element-8e28501 */.leadMagnet { 
    background-image: url('https://www.codingame.com/work/wp-content/uploads/2020/05/BG2.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 839px; 
    height: 450px; 
    padding: 30px;
	line-height: 24px;
}
.leadMagnet .top {
    display: flex; 
    width: 100%; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 20px
}
.leadMagnet .top-left {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Open Sans;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    width: 672px;
    }
.leadMagnet .top-right {
    width: 104px;
    height: 94px;
    }
.leadMagnet .bottom {display: flex; width: 100%; justify-content: space-between; align-items: center}


.leadMagnet .bottom-right.false {display:none}
.leadMagnet .bottom-right.success {display:none}
.leadMagnet .bottom-right.success.active {
	display: flex;
    font-family: Open Sans;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.leadMagnet .bottom-right {
    flex: 1;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    width: 100%;
    padding: 10px;
    height: 290px;
    margin-left: 80px;
}
.leadMagnet .bottom-left {
    flex: 1;
    display: flex; 
    justify-content: center; 
    flex-direction: column;
    height: 290px;
    width: 100%;
}
.leadMagnet .bottom-left-text {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 339px;
    }
.leadMagnet .bottom-left-logo { 
    width: 220px;
    height: 220px;
    margin-left: 59px;
    }
.leadMagnet .custom-input {
    width: 320px !important;
    height: 40px !important;
    border: solid 1px #cccccc !important;
    background-color: #ffffff !important;
}
.leadMagnet .custom-input-text {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 5px;
    flex: 12;
}
.leadMagnet .custom-submit {
    display: flex;
    width: 320px !important;
    height: 50px !important;
    background-color: #f2bb12 !important;
    justify-content: center;
    align-items: center
}
.leadMagnet .custom-submit:hover {
    background-color: #ffd200 !important;
}
.leadMagnet .custom-input-title {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 5px;
}
.leadMagnet .asterisque {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f2bb13;
    flex: 1;
    display: flex;
    margin-right: 5px;
}
.leadMagnet .required-text {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    flex: 60;
}
.leadMagnet .text-description {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}
.leadMagnet .required-description {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    width: 100%;
}
.leadMagnet .input-div {
    width: 100%;
    margin-bottom: 11.5px;
}

.leadMagnet span label.error {
    padding-left: 0px;
    padding-top: 5px;
    position: relative;
    margin: 0px;
	line-height: 14px
}

.leadMagnet p {
	margin-bottom: 0px !important
}
@media (max-width: 900px) {
.leadMagnet{
    background-image: url('https://www.codingame.com/work/wp-content/uploads/2020/06/BG1.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
	background-position: 50%;
    width: 100%; 
    height: auto
} 
.leadMagnet .bottom{
	flex-direction: column
}
.leadMagnet .bottom-right {
	margin-left: 0px;
	padding: 0px

}
.leadMagnet .bottom-left-text{
	margin-bottom: 30px;
	width: 100%
}
.leadMagnet .custom-input{
	width: 100% !important;
}
.leadMagnet .custom-submit {
    width: 100% !important
}
.leadMagnet .custom-input-text {
    flex: 40
}
.leadMagnet .bottom-left-logo { 
    margin-left: 0px
}
.leadMagnet .bottom-left{
	align-items: center;
	width: 100%;
	padding: 0px
}
.leadMagnet .top-right{
	display: none
}
.leadMagnet .top-left{
	width:100%
}
}


/* END Lead Magnet *//* End custom CSS */