.elementor-kit-9{--e-global-color-primary:#FE7840;--e-global-color-secondary:#EDEAE4;--e-global-color-text:#010000;--e-global-color-accent:#FFFFFF;--e-global-color-3acdf2b:#FE784061;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:18px;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-5604e6d-font-family:"Noto Sans";--e-global-typography-5604e6d-font-size:14px;--e-global-typography-5604e6d-font-weight:400;--e-global-typography-5604e6d-line-height:15px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-9{--e-global-typography-primary-font-size:26px;--e-global-typography-primary-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
}

p:last-child {
  margin-block-end: 0;
}

.btn-i {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.btn-i::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(248, 237, 194, 0.55) 50%,
    transparent 80%
  );
  pointer-events: none;
  z-index: 1;
  transition: left 0.6s ease;
}

.btn-i:hover {
  transform: scale(1.04);
}

.btn-i:hover::before {
  left: 150%;
}

.title span {
    color: #FE7840;
}/* End custom CSS */