.elementor-kit-28834{--e-global-color-primary:#204C84;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#E9F0FA;--e-global-color-6f6125b:#FFFFFF;--e-global-color-329bf3e:#1888FB;--e-global-color-f457012:#25CD88;--e-global-color-5d090a5:#0085FF;--e-global-color-c9d73f6:#3BE78E;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-04127b1-font-family:"Montserrat";--e-global-typography-04127b1-font-size:64px;--e-global-typography-04127b1-font-weight:800;--e-global-typography-04127b1-line-height:65px;--e-global-typography-f1a2ff7-font-family:"Montserrat";--e-global-typography-f1a2ff7-font-size:44px;--e-global-typography-f1a2ff7-font-weight:600;--e-global-typography-f1a2ff7-line-height:54px;--e-global-typography-3e12247-font-family:"Montserrat";--e-global-typography-3e12247-font-size:24px;--e-global-typography-3e12247-font-weight:400;--e-global-typography-3e12247-line-height:28px;--e-global-typography-2f5c626-font-family:"Montserrat";--e-global-typography-2f5c626-font-size:16px;--e-global-typography-2f5c626-font-weight:600;--e-global-typography-2f5c626-line-height:18px;--e-global-typography-b4b06aa-font-family:"Montserrat";--e-global-typography-b4b06aa-font-size:16px;--e-global-typography-b4b06aa-font-weight:400;--e-global-typography-b4b06aa-line-height:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-28834 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-28834{--e-global-typography-04127b1-font-size:40px;--e-global-typography-04127b1-line-height:45px;--e-global-typography-f1a2ff7-font-size:30px;--e-global-typography-f1a2ff7-line-height:35px;}.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: #1888FB;
  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 */