.elementor-4288 .elementor-element.elementor-element-6023d46{--display:flex;}.elementor-4288 .elementor-element.elementor-element-63be679{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-4288 .elementor-element.elementor-element-1b81552 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-4288 .elementor-element.elementor-element-1b81552 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-4288 .elementor-element.elementor-element-1b81552{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4288 .elementor-element.elementor-element-1b81552 .elementor-icon-list-text{transition:color 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4288 .elementor-element.elementor-element-10b83d3 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-4288 .elementor-element.elementor-element-10b83d3 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-4288 .elementor-element.elementor-element-10b83d3{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4288 .elementor-element.elementor-element-10b83d3 .elementor-icon-list-text{transition:color 0.3s;}.elementor-4288 .elementor-element.elementor-element-f2fccc0{text-align:center;}.elementor-4288 .elementor-element.elementor-element-f2fccc0 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4288 .elementor-element.elementor-element-c77871b{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4288 .elementor-element.elementor-element-63be679{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4288 .elementor-element.elementor-element-1b81552.elementor-element{--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for global, class: .elementor-global-3600 */.ib-header-zoom-div {
  min-height: 60vw;
  max-height: 60vw;
  min-height: min(60vw, 400px);
  max-height: min(60vw, 400px);
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  margin-bottom:30px;
  -webkit-transition: max-width 0.5s ease-in-out, min-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out, min-width 0.5s ease-in-out;
}
.ib-header-zoom {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding:0px 22px 12px 22px;
  border-radius:50%;
  color:var(--e-global-color-primary);
  background: rgba(204, 204, 204, 0.3);
  position: absolute;
  left: calc(100% - 100px);
  top:17px;
  font-size: 3rem;
  font-weight: bold;
  cursor:pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: left 0.5s ease-in-out, -webkit-transform 1s ease-out;
  transition: left 0.5s ease-in-out, transform 1s ease-out;
}
.ib-header-zoom::before {
  content: "⤰"; 
}
.ib-header-zoom:checked {
  right: unset;
  left: 500px;
  top:15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ib-header-zoom:hover {
  background: rgba(204, 204, 204, 0.4);
}
@media (max-width: 767px) {
  .ib-header-zoom {
    display:none;
  }
  .ib-header-zoom-div {
    min-height: min(60vw,400px);
    max-height: min(60vw,400px);
    background-size: cover;
    background-position: center center;
  }
}   
@media (min-width: 768px) {
  .ib-header-zoom:checked + .ib-header-zoom-div  {
    background-position: center center;
    min-width: 600px;
    max-width: 600px;
    background-size: cover;
  }
}/* End custom CSS */