.elementor-1404 .elementor-element.elementor-element-be52c2e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1404 .elementor-element.elementor-element-1607458{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1404 .elementor-element.elementor-element-03579c3 .elementor-heading-title{font-size:20px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1404 .elementor-element.elementor-element-82299e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1404 .elementor-element.elementor-element-889896f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1404 .elementor-element.elementor-element-b35fda1{--display:flex;}.elementor-1404 .elementor-element.elementor-element-facadb6 .elementor-heading-title{font-size:20px;color:var( --e-global-color-2429499e );}.elementor-1404 .elementor-element.elementor-element-6fe9a21 .elementor-accordion-icon, .elementor-1404 .elementor-element.elementor-element-6fe9a21 .elementor-accordion-title{color:var( --e-global-color-2429499e );}.elementor-1404 .elementor-element.elementor-element-6fe9a21 .elementor-accordion-icon svg{fill:var( --e-global-color-2429499e );}.elementor-1404 .elementor-element.elementor-element-6fe9a21 .elementor-tab-content{color:#020101;}@media(min-width:768px){.elementor-1404 .elementor-element.elementor-element-1607458{--width:50%;}.elementor-1404 .elementor-element.elementor-element-82299e5{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9a9a59c *//* Style the list */
ul.breadcrumb {
  padding: 0px 0px;
  list-style: none;
  text-align: right;
  color: #848484;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  font-family: nunito;
  text-transform: capitalize;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #CACACA;
  content: "➻";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #9F9F9F;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #9F9F9F;
  text-decoration: underline;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  ul.breadcrumb {
		text-align: left;
  }
}/* End custom CSS */