.elementor-kit-28934{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1b684dd:#253861;--e-global-color-db45b3b:#212121;--e-global-color-f8900c7:#5370AD;--e-global-color-75e73fd:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-28934 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){margin-block-end: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 */.btn-style-animation-2 a {
    border: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  will-change: transform;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-style-animation-2 a span {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline;
  height: auto;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
}


.btn-style-animation-2 a:before {
  content: "";
  display: block;
  background: #435AA4;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

.btn-style-animation-2 a:hover span {
  color: white;
}

.btn-style-animation-2 a:before {
  transform: translate(-60%, -120%) translateZ(0);
}
.btn-style-animation-2 a:hover:before {
  transform: translate(-45%, -34%) translateZ(0);
  z-index: -1;
}/* End custom CSS */