/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.menu__link{
  font-size: 14px;
}
.menu__item{
 padding: 10px 0 10px 7px; 
}
.hs-language-switcher__item a{
  font-size: 12px; !important
}
.hs-language-switcher__label{
  font-size: 0.75em; !important
}
.hs-language-switcher__button{
  padding: 10px; !important
} 
.hs-language-switcher__icon--dropdown{
 margin-left: 7px; 
}
.form-title {
  margin-bottom: 0;
  background: #fff0 !important;
  font-family: Poppins !important;
  color: #ffffff !important;
}
form{
  background: #fff0 !important; 
  border: #fff0 !important; 
}
.video-wrapper{
  display: flex;
  flex-direction: row;
  justify-content:center;
}

@media (max-width:900px){
  .video-wrapper{
    display: flex;
    flex-direction: column;
  }
}
.blog-related-posts{
  background: #e1d7bc !important;
  font-family: Poppins !important;
}
.banner_blog{
  background: var(--theme_secondary)!important;
}
  
  .blog-related-posts div h2 {
    color: #1E48B3;
    /* Your styles for the h2 go here */
  }
  
  .blog-related-posts__title-link{
    color: #00A0FB;
  }
  
  .blog-related-posts__title-link:hover{
    color: #1E48B3;
  }
  p {
    margin-bottom: 1.25rem; /* 1 rem is typically the root font size */
  }
  li {
    margin-bottom: 1rem; /* 1 rem is typically the root font size */
  }
div[data-embed-id="172355076941"], div[data-embed-id="172542265975"] {
  background-color: #1c2756;
}
div[data-embed-id="172355076941"]>.container-fluid, div[data-embed-id="172542265975"]>.container-fluid {
  max-width: 1350px;
}
#hs_cos_wrapper_language-switcher_{
  display: none !important;
}
@media screen and (max-width: 768px) {
#hs_cos_wrapper_language-switcher_{
  display: block !important;
}
}