.elementor-kit-10{--e-global-color-primary:#009688;--e-global-color-secondary:#2A2A2A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9653215:#FFFFFF;--e-global-color-d74344c:#009CB1;--e-global-color-531daf3:#3CBAA0;--e-global-color-0271064:#767D7F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.1rem;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 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){--kit-widget-spacing: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{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 */p {
margin-block-end: 0 !important;
}

.text--highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 28px;

  background: linear-gradient(90deg, #3cbaa0, #009cb1);
  color: #1f2a2e;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;

  border-radius: 999px;

  box-shadow: 0 4px 12px rgba(0, 156, 177, 0.25);
}

.text--highlight.white {
    background: rgba(255, 255, 255, 0.65);
}


.btn-arrow-link a{
    position: relative;
}

.btn-arrow-link a svg{
    position: absolute;
    right: -35px;
    top:50%;
    width: 52px;
    margin-top: -26px;
}

#site-footer{
    display: none;
}/* End custom CSS */