.elementor-10 .elementor-element.elementor-element-3436907f{--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:1;}.elementor-10 .elementor-element.elementor-element-51d2b961{--display:flex;}.elementor-10 .elementor-element.elementor-element-51482b4{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-10 .elementor-element.elementor-element-0fc269c{--display:flex;--min-height:97vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--overlay-opacity:0.85;--margin-top:-231px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0200px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-0fc269c::before, .elementor-10 .elementor-element.elementor-element-0fc269c > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-0fc269c > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-0fc269c > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-0fc269c > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-0fc269c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #000000A6 0%, #000000 100%);}.elementor-10 .elementor-element.elementor-element-24fc19d{text-align:center;}.elementor-10 .elementor-element.elementor-element-24fc19d .elementor-heading-title{font-weight:300;line-height:60px;color:var( --e-global-color-text );}.elementor-10 .elementor-element.elementor-element-c1fe119 > .elementor-widget-container{margin:20px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-0fc269c{--width:100%;}}@media(max-width:1024px){.elementor-10 .elementor-element.elementor-element-3436907f{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-3436907f{--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:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-10 .elementor-element.elementor-element-0fc269c{--min-height:99vh;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-24fc19d .elementor-heading-title{line-height:47px;}}/* Start custom CSS for html, class: .elementor-element-1bc9aac5 */.responsive-image {
  width: 150px;
  height: auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
    .responsive-image {
    width: 100px
}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bef24da */.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: 700px;
  width: 700px;
  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, 2vw + 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 {
        width: 370px;
        padding-right: 33px;
    }
    
}
@media screen and (min-width:1366px) and (max-width: 1500px) {
    .overlay {
        padding-right: 150px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1fe119 */.btn-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-text);
    text-transform: uppercase;
    font-weight: 200;
    padding: 15px 45px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 40px;
    background: transparent;
    transition: background .3s ease;
    font-size: 1.25rem;
    cursor: pointer;
    user-select: none;
}

.btn-video:hover,
.btn-video:focus {
    background: var(--e-global-color-text);
    color: var(--e-global-color-primary);
    outline: none;
}

.triangle {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.triangle-video {
  border-left: solid 12px var(--e-global-color-text);
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

.btn-video:hover .triangle-video,
.btn-video:focus .triangle-video {
    border-left-color: var(--e-global-color-primary);
}

.modal {
  display: none;
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  position: relative;
  max-width: 1300px;
  width: 100%;
  background: none;
  border-radius: 0;
  overflow: visible;
}

.close {
    color: #fff;
    position: absolute;
    top: -20px;
    right: -43px;
    font-size: 5rem;
    font-weight: 200;
    cursor: pointer;
    z-index: 1001;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    user-select: none;
}

.close:hover,
.close:focus {
    color: var(--e-global-color-primary);
    outline: none;
}

video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 100%;
    width: 100%;
  }
  
.btn-video {
    font-size: 1.20rem;
}
  
  video {
    width: 100%;
    height: auto;
  }
  
  .close {
    font-size: 3rem;
    top: -15px;
    right: -25px;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0fc269c */@media screen and (min-width: 1366px) and (max-width: 1500px) {
.elementor-10 .elementor-element.elementor-element-0fc269c {
    --padding-bottom: 125px;
}
}/* End custom CSS */