/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2023 | 11:49:01 */
/** ACTION-BAR **/
body .action_button{
	background-color: #ff9505;
}
body .action_button:hover{
	background-color: #ef890b!important;
}

#Subheader{
	padding-top: 125px;
	padding-bottom: 35px;
}
#Subheader h1{
    font-size: 40px;
    font-style: normal;
}

/** SIDEBAR **/
#itnt-interferer-sidebar{
	top: 32%!important;
}
#itnt-interferer-sidebar .sidebar:nth-child(1n) .interferer{
	background-color: #3a88db;
	border-radius: 5px 0 0 5px;
}
#itnt-interferer-sidebar .sidebar:nth-child(1n) .interferer:hover{
	background-color: #2561a1;
}
#itnt-interferer-sidebar .sidebar:nth-child(1n) .interferer span{
	padding: 15px;
	display: block;
}
#itnt-interferer-sidebar .sidebar:nth-child(1n) .interferer a span img{
	display: block;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n){
	margin-bottom: 0;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .interferer{
    transform: rotate(90deg);
    position: absolute;
    right: -138px;
    top: 150px;
    width: max-content;
    background-color: #ff9505;
    border-radius: 0 0 10px 10px;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .interferer:hover{
	background-color: #ef890b;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .interferer span{
    padding: 20px 35px;
    font-size: 32px;
    font-weight: 600;
    display: block;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .sidebar-content{
    background-color: #ffffff;
    margin-top: 12px;
    height: 340px;
    border: 2px solid #2e323c;
    box-sizing: border-box;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .sidebar-content{
    background-image: url("/wp-content/uploads/2022/10/cookies_sidebar.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#itnt-interferer-sidebar .sidebar:nth-child(2n) .sidebar-content iframe{
	background-color: #FFFFFF;
}

/** CALENDLY **/
#contact .calendly-inline-widget{
    background-image: url("/wp-content/uploads/2022/10/cookies-3.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#contact .calendly-inline-widget iframe{
	background-color: #FFFFFF;
}


/** GET-GENIUS **/
#getgenius-preview{
	padding: 150px 0 0;
}
#getgenius-preview #getgenius-preview-intro{
    width: 50%;
    padding-left: 25%;
    min-height: 835px;
    background-image: url(/wp-content/uploads/2023/08/getgenius-preview-background.png);
    background-position: right center;
    background-size: cover;
}
#getgenius-preview #getgenius-preview-intro::before{
    content: '';
    top: -115px;
    right: 235px;
    width: 90px;
    height: 93px;
    background-image: url(/wp-content/uploads/2023/08/getgenius-icon-cube-middle.png);
    background-size: contain;
    background-repeat: no-repeat;
    visibility: visible;
    position: absolute;
}
#getgenius-preview #getgenius-preview-intro::after{
    content: '';
    bottom: 0;
    left: 0;
    width: 301px;
    height: 492px;
    background-image: url(/wp-content/uploads/2023/08/getgenius-icon-cube-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    visibility: visible;
    position: absolute;
}
#getgenius-preview #getgenius-preview-intro h2{
    font-size: 55px;
    margin-right: 20px;
}
#getgenius-preview #getgenius-preview-intro p{
    margin-right: 20px;
    line-height: 35px;
}
#getgenius-preview #getgenius-preview-boxes{
    width: 40%;
    margin-right: 10%;
}
#getgenius-preview #getgenius-preview-boxes::before{
    content: '';
    top: 10px;
    left: -158px;
    width: 220px;
    height: 226px;
    background-image: url(/wp-content/uploads/2023/08/getgenius-icon-cube-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    visibility: visible;
    z-index: 100;
    position: absolute;
}
#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box{
    margin-bottom: 25px;
    padding: 10px 20px 15px 20px;
	min-height: 150px;
    background-color: #3A88DB;
    color: #FFFFFF;
    position: relative;
}
#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box p{
    max-width: 70%;
    background-color: transparent;
    color: #FFFFFF;
    text-align: left;
}
#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box p span{
    font-family: "red-hat-display-bold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-bottom: 16px;
}
#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .image_wrapper{
    width: 12%;
    right: 25px;
    top: 10px;
    border-radius: 12.309px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    box-shadow: -9.756911277770996px -9.756911277770996px 11.708293914794922px 0px rgba(58, 136, 219, 0.40), 9.756911277770996px 9.756911277770996px 11.708293914794922px 0px rgba(19, 42, 92, 0.40);
    position: absolute;
}
#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .mcb-column-inner{
	margin: 0!important;
}


/** FORMULAR **/
#contact input:not([type="submit"]),
#contact select,
#contact textarea{
	padding: 10px 15px;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
}
#contact input[type="checkbox"]{
    padding: 0;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 2px solid #3a88db;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}
#contact input[type="checkbox"]:checked{
    background-color: #3a88db;
    border: 2px solid #3a88db;
}
#contact label{
	margin: 0;
    cursor: pointer;
}
#contact .gchoice{
	margin-bottom: 10px;
}

/** FOOTER **/
#Footer #menu-footermenue{
	padding: 0;
}
#Footer #menu-footermenue li{
	list-style: none;
}
#Footer #menu-footermenue li:after{
	display: none;
}

/** LEGALS **/
#legals h2{
	font-size: 25px;
}
#legals h3{
	font-size: 20px;
}
#legals h4{
	font-size: 17px;
}

/** MOBILE **/
@media only screen and (max-width: 2125px){
	#getgenius-preview #getgenius-preview-intro{
		width: 50%;
		padding-left: 20%;
	}
	#getgenius-preview #getgenius-preview-intro h2{
		max-width: 465px;
	}
	#getgenius-preview #getgenius-preview-intro p{
		max-width: 465px;
	}
	#getgenius-preview #getgenius-preview-boxes::before{
		top: 60px;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .image_wrapper{
		width: 110px;
	}
}
@media only screen and (max-width: 1900px){
	#getgenius-preview #getgenius-preview-intro{
		background-position: left center;
	}
}
@media only screen and (max-width: 1735px){
	#getgenius-preview #getgenius-preview-intro h2{
		max-width: 370px;
		font-size: 42px;
		line-height: 60px;
	}
	#getgenius-preview #getgenius-preview-intro p{
		max-width: 370px;
	}
}
@media only screen and (max-width: 1400px){
	#getgenius-preview #getgenius-preview-intro{
		background-position: -115px center;
		padding-left: 15%;
	}
	#getgenius-preview #getgenius-preview-boxes::before{
		top: 85px;
		left: -119px;
		width: 165px;
	}
}
@media only screen and (max-width: 1240px){
	h2{
		font-size: 40px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 1200px){
	#getgenius-preview #getgenius-preview-intro{
		width: 100%;
		padding-left: 50%;
		background-position: left center;
	}
	#getgenius-preview #getgenius-preview-boxes{
		width: 90%;
		margin: 0 5%;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box{
		width: 48%;
		margin: 1%;
		min-height: 235px;
		box-sizing: border-box;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box p{
		max-width: 65%;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .image_wrapper{
		top: calc(50% - 55px);
		width: 110px;
	}
}
@media only screen and (max-width: 1050px){
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box{
		width: 90%;
		margin: 1% 5%;
		min-height: 145px;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .image_wrapper {
		top: calc(50% - 35px);
		width: 85px;
	}
	}
}
@media only screen and (max-width: 959px){
	#benefits .mcb-wrap-inner{
		display: block;
	}
	#benefits .column_icon_box_2{
		margin: auto;
		float: none;
	}
	#benefits .column_column{
		flex: 0;
		width: 100%;
		max-width: inherit;
	}
	#benefits h5{
		text-align: center;
	}
}
@media only screen and (max-width: 830px){
	#itnt-interferer-sidebar{
		display: none;
	}
}
@media only screen and (max-width: 800px){
	#getgenius-preview #getgenius-preview-intro{
		padding-left: 35%;
	}
}
@media only screen and (max-width: 767px){
	h5{
		text-align: center;
	}
	#getgenius-preview .section_wrapper{
		margin: 0;
		padding: 0!important;
		max-width: inherit!important;
	}
	#getgenius-preview #getgenius-preview-intro{
		background-position: -120px center;
		padding-right: 10%;
	}
	#getgenius-preview #getgenius-preview-intro a.button{
		width: 100%;
	}
}
@media only screen and (max-width: 600px){
	#getgenius-preview #getgenius-preview-intro{
		min-height: 495px;
		padding: 0 10%;
		background-image: none;
	}
	#getgenius-preview #getgenius-preview-intro h2{
		max-width: inherit;
		font-size: 30px;
		line-height: 40px;
	}
	#getgenius-preview #getgenius-preview-intro p{
		max-width: inherit;
		line-height: 26px;
	}
	#getgenius-preview #getgenius-preview-intro::before{
		width: 200px;
		height: 200px;
		background-image: url(/wp-content/uploads/2023/08/getgenius-dani-mobile.png);
		right: 0;
		top: -100px;
	}
	#getgenius-preview #getgenius-preview-intro::after{
		bottom: 12px;
		left: 0;
		width: 160px;
		height: 205px;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box .image_wrapper{
		position: relative;
		top: 0;
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
		margin: 0;
	}
	#getgenius-preview #getgenius-preview-boxes .getgenius-preview-box p{
		margin-top: 15px;
		max-width: inherit;
		text-align: center;
	}
}
@media only screen and (max-width: 525px){
	#getgenius-preview #getgenius-preview-intro::before{
		right: -63px;
		top: -135px;
	}
}
@media only screen and (max-width: 450px){
	h2{
		font-size: 29px;
		line-height: 37px;
	}
	#getgenius-preview #getgenius-preview-intro::after{
		width: 145px;
		height: 150px;
	}
}

#Top_bar .responsive-menu-toggle{
		background-color:#3a88db;
}
	