.elementor-kit-15{--e-global-color-primary:#00263C;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#525A5E;--e-global-color-accent:#017AC1;--e-global-color-2dfac68:#F8F8F8;--e-global-color-b3b9dcd:#FFFFFF;--e-global-color-20d6672:#005EA2;--e-global-color-e068341:#EDF7FC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:italic;--e-global-typography-primary-line-height:46px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:24px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:28px;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-accent );}.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{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-kit-15{--e-global-typography-primary-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:38px;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:24px;}.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:hover {
  animation: btn 1.5s ease infinite;
}

@keyframes btn {
  0%   { transform: scale(1);
        border-radius: 10px;
         box-shadow: 0 0 0 0 rgba(0, 94, 162,0.5); }
  50%  { transform: scale(1);
         box-shadow: 0 0 0 10px rgba(0, 94, 162,0); }
  100% { transform: scale(1);
         box-shadow: 0 0 0 0 rgba(0, 94, 162,0); }
}/* End custom CSS */