.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1201 .elementor-element.elementor-element-ffc400f{text-align:center;}.elementor-1201 .elementor-element.elementor-element-ffc400f .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-46f638a{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-5dea9f6{text-align:center;}.elementor-1201 .elementor-element.elementor-element-5dea9f6 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-789231e{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-7b6c8e4{text-align:center;}.elementor-1201 .elementor-element.elementor-element-7b6c8e4 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-a9586e4{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-6703f62{text-align:center;}.elementor-1201 .elementor-element.elementor-element-6703f62 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-3cd9b14{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-7c6d252{text-align:center;}.elementor-1201 .elementor-element.elementor-element-7c6d252 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-b3288b2{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-e58c4f3{text-align:center;}.elementor-1201 .elementor-element.elementor-element-e58c4f3 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-2ff7259{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-eeb40ee{text-align:center;}.elementor-1201 .elementor-element.elementor-element-eeb40ee .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-1201 .elementor-element.elementor-element-7e18592{margin-top:3%;margin-bottom:0%;}.elementor-1201 .elementor-element.elementor-element-72eb8c6{text-align:center;}.elementor-1201 .elementor-element.elementor-element-72eb8c6 .elementor-heading-title{font-family:"Roboto", Sans-serif;color:#000000;}/* Start custom CSS */.section_title{
	display:none;
}

.sq_content{
    min-height: 190px;
    background-color: #6ec1e4;
    border-bottom: 5px solid #00356e;
}

.sq_content_title,.sq_content_description,.sq_content a{
    font-family: "Roboto", Sans-serif;
    color: black
}

.sq_content_title{
    font-weight: bold;
}

.sq_image_bg img{
    height: 100%
}

.sq_content a:hover{
    text-decoration: underline;
}

/*ellipsis*/ 
.sq_content_description{ 
	text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; 
} 
.sq_content_description:hover{ 
  overflow: visible; 
  white-space: normal; 
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.sq_content a {
    font-size: 2vw;
}
}

@media screen and (max-width:767px) and (orientation:portrait){

body.elementor-page-1201 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
		flex: 0 0 auto;  
        max-width: calc(70vw * 3);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 70vw!important; 
        padding:5px; 
    } 
    
    .sq_image{
        height:80vw;
    }
    
    .sq_content_title{
    font-size:5vw;
}


    .sq_content_description,.sq_content a{
    font-size:4vw;
    }

.sq_content{
    min-height: 170px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape){

body.elementor-page-1201 .elementor-shortcode{  
        display: flex;  
        flex-wrap: nowrap;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch;  
        scroll-snap-type: x mandatory;  
    }  
.sq_row{ 
		flex: 0 0 auto;  
        max-width: calc(33vw * 3);  
        scroll-snap-align: center ;  
        overflow: visible;  
        }  
     
.sq_column{ 
        width: 33vw!important; 
        padding:5px;
        scroll-snap-align: center ;
}

.sq_content{
    min-height: 190px;
}

.sq_content a{
    font-size:2vw;
    }

}/* End custom CSS */