.elementor-kit-7{--e-global-color-primary:#0338AA;--e-global-color-secondary:#766060;--e-global-color-text:#FFD535;--e-global-color-accent:#FF0040;--e-global-color-cd67f21:#2E2E2E;--e-global-color-59a6ae5:#111111;--e-global-color-b4cf712:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1lh;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.button-56 {
  margin: 0 auto;
  display: block;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #111;
  border-radius: 12px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: 8px 8px 0 0 #111;
  transition: box-shadow 0.2s ease-out, background-color 0.3s ease, color 0.3s ease;
}

.button-56:hover {
  outline: 0;
  background-color: black;
  color: white;
  box-shadow: 0 0 0 0 #111;
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
.button-56 {
padding: 0 20px;
}
}

/* Force Disable the Unlimited Elements Snap Logic on Mobile */
@media (max-width: 1024px) {
    /* Kill the CSS snap */
    html, body {
        scroll-snap-type: none !important;
    }

    /* Target the widget container to tell the JS to stop */
    .uc_navbar[data-enablesnap-mobile="true"] {
        display: none !important;
    }
}/* End custom CSS */