.elementor-24 .elementor-element.elementor-element-835207b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:nowrap;--padding-top:30px;--padding-bottom:30px;--padding-left:50px;--padding-right:50px;--z-index:1000;}.elementor-24 .elementor-element.elementor-element-1979c3e{--display:flex;}.elementor-24 .elementor-element.elementor-element-ca95910.elementor-element{--align-self:flex-start;}.elementor-24 .elementor-element.elementor-element-9c4e325{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-24 .elementor-element.elementor-element-835207b{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-835207b{--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:nowrap;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-24 .elementor-element.elementor-element-9c4e325{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-ca95910 */.responsive-image {
  width: 150px;
  height: auto;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .responsive-image {
    width: 130px
}}

@media screen and (max-width: 767px) {
    .responsive-image {
    width: 100px
}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3a919a */.burger {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
}

.burger-line {
  position: absolute;
  left: 0;
  height: 3px;
  background: var(--e-global-color-secondary);
  transition: all 0.3s ease;
  transform-origin: center center;
}

.line1 {
  top: 8px;
  width: 100%;
}

.line2 {
  top: 22px;
  width: 74%;
}

.line3 {
  top: 36px;
  width: 47%;
}

.burger.active .line1 {
  top: 22px;
  transform: rotate(45deg);
}

.burger.active .line2 {
  opacity: 0;
  width: 0;
}

.burger.active .line3 {
  top: 22px;
  width: 100%;
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 80px;
  max-width: 735px;
  width: 735px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  transform: translateX(150%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 1050;
  pointer-events: none;
  overflow-x: hidden;
}

.overlay.active {
  transform: translateX(0);
  pointer-events: auto;
}

.nav-tabs {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 2rem;
  text-align: right;
  margin-bottom: 30px;
}

.nav-tabs a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1vw + 1rem, 2.125rem);
}

.nav-tabs a span {
  transition: transform 0.3s ease;
}

.nav-tabs a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: white;
  margin-left: 0;
  transition: width 0.3s ease, margin-left 0.3s ease;
}

.nav-tabs a:hover {
  font-weight: 700
}

.nav-tabs a:hover:after {
  width: 50px;
  margin-left: 10px;
}

.nav-tabs a:focus {
  outline: none;
}

.social-network {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    position: relative;
    top: 70px;
}

.social-network img {
    display: block;
    width: 65px;
    height: 65px;
}

.nav-tabs a.active {
  font-weight: 700;
}

.nav-tabs a.active:after {
  width: 50px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .overlay {
        max-width: 100%;
        width: 100%;
        padding-right: 33px;
    }
    
}

@media screen and (min-width:1366px) and (max-width: 1500px) {
    .overlay {
        padding-right: 150px;
    }
    
}/* End custom CSS */