/****************************************************
* HIDE MOBILE STUFFS
****************************************************/
@media (min-width: 1024px){
	 .mobile_only{
		display:none !important;
	}
}
/***************************************************/

@media (max-width: 1024px){

.slide{
	height:auto;
	padding-bottom: 10vh;
    /*padding-top: 10vh;*/
}

.slide_content{
	height:auto;
}

.slide_content_bigger{
	max-width: 100vw;
}

.panel_2c{
	grid-template-columns: repeat(1, 1fr);
}

.c2_width{
	width:90vw;
}

/****************************************************
* GENERAL
****************************************************/

 .desktop_only{
	display:none !important;
 }
 
 .gradient_border{
	width: 25vw;
    height: 7vh;
 }
 
 
/****************************************************
* MENU
****************************************************/
#top_mobile{
}

#top_menu_mobile{
	width:100vw;
	height:5vh;
	background-color:black;
	display: grid;
	grid-template-columns: 90vw 10vw;
	place-items:start;
}

#top_menu_logo_mobile{
}

#img_top_menu_logo_mobile{
	max-height:3vh;
	margin-top:1vh;
	margin-left:10vw;
}

#menu_button_mobile{
	font-size: 50px;
    padding: 1vh;
	color:white;
}

#menubar_mobile{
	width: 70vw;
    height: 60vh;
    background-color: black;
    position: fixed;
    z-index: 9999;
    margin-left: 30vw;
	top:0;
	border-left: 2px solid #909090;
    border-bottom: 2px solid #909090;
}

#menubar_mobile_close{
	height:5vh;
	width:100%;
	border-bottom: 4px solid #FF6610;
}

#maneubar_close_button{
	font-size:4vh;
	margin-right:1vw;
	color:#FF6610;
	margin-left:90%;
}

#menubar_mobile_container{
	display:grid;
	grid-template-columns: repeat(1, 4fr);
	place-items:center;
}

.menubar_mobile_item{
	color:white;
	font-family: Poppins;
	font-size:46px;
	height:5vh;
	margin-top:1vh;
	border-bottom: 1px solid #cccccc;
    width: 90%;
}


 
/****************************************************
* SLIDE INTRO
****************************************************/

#intro_image{
	display:none;
}

#slide_intro{
	padding-bottom: 40vh;
}

.input_intro {
    font-size: 30px;
    width: 80vw;
    height: 8vw;
    border-radius: 4px;
}

.intro_description{
	width:90vw;
	font-size:12px;
}

#slide_products{
	height:auto;
}
.card_products_container {
    grid-template-columns: repeat(2, 1fr);
}

.products_container_header{
	display:none;
}

.gradient_border_small{
	width: 20vw;
    height: 7vh;
}

.signup_line{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -7vw;
}

.button_signup{
	width: 20vw;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    font-size: 25px;
}


.mobile_button {
    width: 80vw;
    height: 8vw;
    margin-top: 1vh;
    border-radius: 4px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 150%;
    color: #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(89.93deg, #FF6610 0.06%, #FF2E00 98.63%);
	cursor:pointer;
}

.mobile_button:hover{
	background-image: linear-gradient(89.93deg, #f79d6b 0.06%, #FF2E00 98.63%);
}

/****************************************************
 * SLIDE WHY
 ****************************************************/
.card_why_container{
	grid-template-columns: repeat(1, 1fr);
}

.card_why{
	width:80vw;
	height:30vw;
}
   
.card_why_title{
	font-size: 39px;
    line-height: 51px;
	width:60vw;
 }
 
.card_why_text{
	font-size: 28px;
    line-height: 37px;
}
 
/****************************************************
 * SLIDE BUILD
 ****************************************************/

.build_content{
	grid-template-columns: repeat(1, 1fr);
}

.build_content_text {
    margin-left: 5vw;
    margin-right: 5vw;
}

.build_content_imageColumn {
    justify-content: center;
	margin-bottom: 6vh;
}

.build_content_image_card {
    position: inherit;
}

.build_content_image {
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}	

.build_buttonLine{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.button_learnMore{
	width: 25vw;
    height: 7vh;
    display: flex;
    padding-top: 0;
    align-items: center;
    justify-content: center;
	font-size: 30px;
}
/****************************************************
 * SLIDE ALTERNATIVE
 ****************************************************/
 .card_alternative_container{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	width: auto;
 }
 
 .card_alternative{
	height: fit-content;
	font-size: 38px;
    line-height: 40px;
 }
 
 .card_alternative_text{
	font-size:36px;
	line-height:40px;
 }
 
 /****************************************************
 * SLIDE ALL-IN-ONE
 ****************************************************/
 .card_products{
	width: 40vw;
	height: 45vw;
 }
 
 .card_products_title{
	width: 40vw;
	font-size:54px;
	padding: 0 !important;
 }
 
 .all_in_one_title{
	font-size:42px;
 }
 
 .card_products_text{
	font-size: 32px;
    line-height: 40px;
 }
 /****************************************************
 * SLIDE AUTOMATIONS
 ****************************************************/
 .automations_content{
	grid-template-columns: repeat(1, 1fr);
	width: auto;
 }
 
 .docs_content{
	display: block;
	height: auto;
 } 
 
 .button_getStarted{
	width: 25vw;
    height: 7vh;
    display: flex;
    padding-top: 0;
    align-items: center;
    justify-content: center;
	font-size: 30px;
}

/****************************************************
 * SLIDE MAESTRO
 ****************************************************/

 .maestro_section{
	grid-template-columns: repeat(1, 1fr);
	width: auto;
 }
 
 .maestro_section_text{
    width: 70vw;
    margin-top: 5vh;
}

.maestro_textLine{
	font-size: 30px;
}

.maestro_textBlock {
    width: 60vw;
}

.maestro_section_title{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/****************************************************
 * SLIDE VISION
 ****************************************************/
.vision_textBlock {
    width: inherit;
}
  /****************************************************
 * SLIDE COMMUNITY
 ****************************************************/
 .community_content {
    top: -25vh;
	width: 100vw;
 }
 
.card_community {
    height: 50vh;
	width: inherit;
}

.card_community_blur {
    height: 50vh;
	width: inherit;
}

.card_community_container{
	justify-content: center;
	padding: 0;
}

.card_community_itemGrid{
	grid-template-columns:repeat(1, 1fr);
}

.card_community_item{
	backdrop-filter: none;
	height: 30vh;
    margin-left: 2vw;
    margin-right: 2vw;
	width: 50vw;
	max-height: none;
    max-width: none;
}

.card_community_item_text {
    font-size: 30px;
}

.card_community_item_title {
    font-size: 35px;
}

.card_community_item_content{
	margin-top: 30px;
	height: 55%;
}

.card_community_item_header{
	top:15px;
}

.button_joinCommunity{
	width: 25vw;
    height: 7vh;
    display: flex;
    padding-top: 0;
    align-items: center;
    justify-content: center;
	font-size: 30px;
 }

 /****************************************************
 * SLIDE PRICING
 ****************************************************/
#slide_pricing{
	padding-bottom: 20vh;
}

.pricing_middle_button{
	margin-top: 10vh;
}

.pricing_container{
	background: transparent;
    height: fit-content;
	width: inherit;
}

.pricing_card_column{
	background: #FFFFFF;
    border-radius: 26px;
    padding: 20px;
	width: 60vw;
	margin-left: 2vw;
    margin-right: 2vw;
	height: auto;
}

.pricing_middle_priceLine{
	margin-top: 2vw;
}

.pricing_mobile_middle{
	background: #89D85D;
}

.pricing_card_column_title{
	font-size: 58px;
	line-height: 3vh;
}

.pricing_card_column_title2{
	font-size: 38px;
	line-height: 38px;
}

.pricing_card_column_text{
	font-size: 25px;
	line-height: 20px;
}

.pricing_card_column_button_text{
	font-size: 25px;
	line-height: 20px;
}

.pricing_middle_priceBig{
	font-size: 56px;
	line-height: 46px;
}

.pricing_middle_priceSmall{
	font-size: 27px;
	line-height: 23px;
}

.pricing_middle_popular_text{
	font-size: 15px;
	line-height: 14px;
	letter-spacing: 0.833333px;
}

.pricing_enterprise {
    margin-top: 10vh;
}

/****************************************************
 * SLIDE CONTACT
 ****************************************************/

.card_contact{
	height: fit-content;
}

.contact_form {
    width: 80vw;
}

.contact_title{
	margin-bottom:1vh;
}

.hs-button{
    width: 80vw;
    height: 5vh;
    border-radius: 15px;
	font-size: 35px;
}

 .hs-input{
	width: 80vw;
    height: 4vh;
    border-radius: 15px;
    margin-bottom: 2vh;
	font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
 }
 
 .hs-form-checkbox{
	margin-bottom: 1vh;
 }
 
 .hs-form-checkbox input[type='checkbox']{
	width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 3vw;
 }
 
 .hs-form-field{
	font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #13111A;
}


 /****************************************************
 * SLIDE INVESTORS
 ****************************************************/
 
 #panel_investor_logos{
	grid-template-columns: repeat(2, 1fr);
    width: 90vw;
;
 }
 
}