.elementor-kit-6{--e-global-color-primary:#00274C;--e-global-color-secondary:#F5F9F7;--e-global-color-text:#007C91;--e-global-color-accent:#6DBE45;--e-global-color-64ee5a4:#5D848B;--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-6 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 */body {
    background-color: #F5F9F7
}
/* CSS */
.button-25 {
  background-color: transparent;
  background-image: linear-gradient(#0096ae, #007C91); /* gradient based on #007C91 */
  border: 0 solid #007C91;
  border-radius: 9999px;
  box-shadow: rgba(0, 124, 145, 0.15) 0 4px 11px 0, rgba(0, 124, 145, 0.2) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 4px;
  padding: 16px 25px;
  text-align: center;
  text-decoration: inherit;
  text-wrap: nowrap;
  transition: all .2s ease-out;
  transition-behavior: normal;
  white-space-collapse: collapse;
  line-height: 1.15;
}

@media (min-width: 576px) {
  .button-25 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.button-25:after, .button-25:before,
.div-flex-items-center-justify-center:after, .div-flex-items-center-justify-center:before,
.span-flex-items-center-h-16-w-auto-mr-8-py-2-flex-grow-0-flex-shrink-0-fill-current:after,
.span-flex-items-center-h-16-w-auto-mr-8-py-2-flex-grow-0-flex-shrink-0-fill-current:before,
.svg-block-h-full:after, .svg-block-h-full:before {
  border: 0 solid #007C91;
  box-sizing: border-box;
}

.button-25:hover {
  box-shadow: rgba(0, 124, 145, 0.15) 0 8px 22px 0, rgba(0, 124, 145, 0.2) 0 4px 6px 0;
  color: white;
  transform: scale(.97)
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .5;
}/* End custom CSS */