.elementor-kit-10{--e-global-color-primary:#F9F9F9;--e-global-color-secondary:#0B0B0B;--e-global-color-text:#E8E8E8;--e-global-color-accent:#6B705C;--e-global-color-144cfbb:#373737;--e-global-color-64d1a45:#F2F2F2;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-size:1.6vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.05em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:0.8vw;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.02em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:0.8vw;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:0.12em;background-color:var( --e-global-color-primary );overscroll-behavior:none;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-10 a{color:var( --e-global-color-secondary );}.elementor-kit-10 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0vw;--container-default-padding-right:0vw;--container-default-padding-bottom:0vw;--container-default-padding-left:0vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:0vw;}.elementor-element{--widgets-spacing:0vw 0vw;--widgets-spacing-row:0vw;--widgets-spacing-column:0vw;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:6vw;--e-global-typography-primary-line-height:1.2em;--e-global-typography-text-font-size:3.5vw;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:0.02em;--e-global-typography-accent-font-size:3.5vw;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.05em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  
  overflow-x: clip !important;
}


.cta-black .elementor-button{
  position: relative;
  overflow: hidden;
  color: #000!important;

  border: 0.15vw solid #000 !important;
   background: var(--e-global-color-primary) !important;

  -webkit-backdrop-filter: blur(0.771vw);
  backdrop-filter: blur(0.771vw);
}

.cta-black .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s ease;
  z-index: 0;
}

.cta-black:hover .elementor-button::before {
    
  transform: scaleY(1);
}

.cta-black .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

.cta-black:hover .elementor-button-content-wrapper {
  color: #ffffff!important;
}




.cta-white1 .elementor-button{
  position: relative;
  overflow: hidden;

  border: 0.15vw solid var(--e-global-color-primary) !important;
  background: rgba(249, 249, 249, 0.01) !important;

  -webkit-backdrop-filter: blur(0.2vw);
  backdrop-filter: blur(0.2vw);
}

.cta-white1 .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--e-global-color-primary) !important;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s ease;
  z-index: 0;
}

.cta-white1:hover .elementor-button::before {
  transform: scaleY(1);
}

.cta-white1 .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

 .cta-white1:hover .elementor-button-content-wrapper {
  color: #000;
}


.cta-white1 .elementor-button,
.cta-black .elementor-button {
  padding: 0.6vw 1.67vw !important;
}

@media (max-width: 767px) {
  .cta-white1 .elementor-button,
  .cta-black .elementor-button {
    padding: 3vw 8vw !important;
  }
}/* End custom CSS */