.elementor-441 .elementor-element.elementor-element-96cf19d{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-441 .elementor-element.elementor-element-e318642{padding:20px 20px 20px 20px;}.elementor-441 .elementor-element.elementor-element-274a7a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-441 .elementor-element.elementor-element-be2bdee{text-align:center;}.elementor-441 .elementor-element.elementor-element-be2bdee img{width:42%;}#elementor-popup-modal-441 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-secondary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-441 .dialog-message{width:400px;height:100vh;align-items:flex-start;}#elementor-popup-modal-441{justify-content:flex-start;align-items:center;}#elementor-popup-modal-441 .dialog-close-button{display:flex;font-size:29px;}body:not(.rtl) #elementor-popup-modal-441 .dialog-close-button{right:84%;}body.rtl #elementor-popup-modal-441 .dialog-close-button{left:84%;}#elementor-popup-modal-441 .dialog-close-button i{color:var( --e-global-color-91f539b );}#elementor-popup-modal-441 .dialog-close-button svg{fill:var( --e-global-color-91f539b );}/* Start custom CSS for html, class: .elementor-element-e318642 */<style>
body {
  font-family: 'Work Sans', sans-serif; /* fallback simile */
}

.side-menu {
  width: 400px;
  height: auto;
  background-color: #ff0000;
  padding: 40px 30px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.menu-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list > li {
  margin-bottom: 24px;
}

.menu-list > li > a,
.menu-title {
  font-size: 36px;
  font-weight: 400; /* Regular */
  text-decoration: none;
  color: white;
  display: block;
}

.submenu {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
}

.submenu li {
  margin-bottom: 8px;
}

.submenu a {
  font-size: 19px;
  font-weight: 300; /* Light */
  color: white;
  text-decoration: none;
  display: block;
}

.menu-logo {
  margin-top: 40px;
}

.menu-logo img {
  max-width: 140px;
  display: block;
}

.logo-text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
</style>/* End custom CSS */