.elementor-kit-9{--e-global-color-primary:#020D60;--e-global-color-secondary:#677BC9;--e-global-color-text:#7484D4;--e-global-color-accent:#5B66B9;--e-global-color-aa3c287:#AFB7DE;--e-global-color-36016ce:#F7F7F5;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:3.2rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:4.8rem;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:2.8rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-2d9d9a9-font-family:"Libre Baskerville";--e-global-typography-2d9d9a9-font-size:1.9rem;--e-global-typography-2d9d9a9-font-weight:500;--e-global-typography-e0f5d4e-font-family:"Libre Baskerville";--e-global-typography-e0f5d4e-font-size:2rem;--e-global-typography-e0f5d4e-letter-spacing:0.2px;--e-global-typography-49549a0-font-family:"Nunito";--e-global-typography-49549a0-font-size:1rem;--e-global-typography-49549a0-font-weight:700;--e-global-typography-49549a0-text-transform:uppercase;--e-global-typography-49549a0-letter-spacing:1px;--e-global-typography-074146d-font-family:"Nunito";--e-global-typography-074146d-font-size:1.3rem;--e-global-typography-074146d-font-weight:500;--e-global-typography-1553c16-font-family:"Nunito";--e-global-typography-1553c16-font-size:0.9rem;--e-global-typography-1553c16-font-weight:400;--e-global-typography-0d8bb5a-font-family:"Nunito";--e-global-typography-0d8bb5a-font-size:1.2rem;--e-global-typography-0d8bb5a-font-weight:700;--e-global-typography-0d8bb5a-text-transform:uppercase;--e-global-typography-0d8bb5a-letter-spacing:0.3px;background-color:var( --e-global-color-36016ce );--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:15px;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-9 a{color:var( --e-global-color-secondary );}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );}.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;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-line-height:3.5rem;--e-global-typography-secondary-font-size:2.4rem;--e-global-typography-text-font-size:1.1rem;--e-global-typography-accent-font-size:1.1rem;--e-global-typography-2d9d9a9-font-size:1.8rem;--e-global-typography-e0f5d4e-font-size:1.8rem;--e-global-typography-49549a0-font-size:1rem;--e-global-typography-074146d-font-size:1.125rem;--e-global-typography-1553c16-font-size:0.9rem;--e-global-typography-0d8bb5a-font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:2.1231rem;--e-global-typography-primary-line-height:2.3rem;--e-global-typography-secondary-font-size:2.1rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-2d9d9a9-font-size:1.9154rem;--e-global-typography-e0f5d4e-font-size:1.7077rem;--e-global-typography-49549a0-font-size:0.9rem;--e-global-typography-074146d-font-size:1.1rem;--e-global-typography-1553c16-font-size:0.85rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::-moz-selection { /* Code for Firefox */
  color: #f7f7f5;
  background: #2f3c4c;
}

::selection {
  color: #f7f7f5;
  background: #2f3c4c;
}

.bdt-ep-accordion-container a {
  color: ##91a0a7;
  position: relative;
  text-decoration: none;
}

.bdt-ep-accordion-container a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #91a0a7;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.bdt-ep-accordion-container a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}/* End custom CSS */