<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* breakpoints */
.breadcrumb.component {
  background: transparent;
  /*--------------------------------------------------------------
# 1. Brother Blog template variables 
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 2. Override default Bootstrap variables
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 3. Override default Swiper variables
--------------------------------------------------------------*/
}

.breadcrumb.component:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb.component.breadcrumb-navigation {
  overflow: visible;
}

.breadcrumb.component a {
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  color: #212121;
}

.breadcrumb.component ol {
  list-style: none;
}

.breadcrumb.component .field-title {
  display: inline-block;
}

.breadcrumb.component .separator {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li {
  position: relative;
  display: block;
  float: left;
}

.breadcrumb.component li &gt; .navigation-title {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li &gt; .navigation-title &gt; a:hover {
  color: #15909c;
}

.breadcrumb.component li.last .separator {
  display: none;
}

.breadcrumb.component li.item-hide:hover &gt; ol {
  display: none;
}

.breadcrumb.component li:hover &gt; ol {
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 100;
}

.breadcrumb.component li &gt; ol {
  box-sizing: border-box;
  display: none;
  margin: 0;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.breadcrumb.component li &gt; ol li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  margin: 0;
  padding: 2px 20px;
  width: 100%;
  min-width: 140px;
  cursor: pointer;
}

.breadcrumb.component li &gt; ol li .fa {
  float: left;
}

.breadcrumb.component li &gt; ol li:hover {
  background: #89c6cc;
  color: #fff;
}

.breadcrumb.component li &gt; ol li:hover a {
  color: #fff !important;
}

.breadcrumb.component li &gt; ol li:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 2px;
}

.breadcrumb.component li &gt; ol li &gt; a {
  display: block;
  padding: 2px 0 2px 10px;
}

.breadcrumb.component li &gt; ol li:last-child {
  border-bottom-width: 0;
}

.breadcrumb.component :root {
  /* Fonts */
  --font-default: "Roboto", sans-serif;
  --font-primary: "Raleway", sans-serif;
  /*'Playfair Display', serif;*/
  --font-secondary: "Raleway", sans-serif;
  --font-open-san: "Open Sans", sans-serif;
  --font-arial-san: Helvetica, Arial, sans-serif!important;
  /* Colors */
  /* The *-rgb color names are simply the RGB converted value of the corresponding color for use in the rgba() function */
  /* Default text color */
  --color-default: #545454;
  --color-default-rgb: 33, 37, 41;
  /* Defult links color */
  --color-links: #545454;
  --color-links-hover: #1965e1;
  /* Primay colors */
  --color-primary: #1965e1;
  --color-primary-light: #26282c;
  --color-primary-dark: #0b0c0e;
  --color-primary-rgb: 33, 37, 41;
  --color-primary-light-rgb: 38, 40, 44;
  --color-primary-dark-rgb: 11, 12, 14;
  /* Secondary colors */
  --color-secondary: #596d80;
  --color-secondary-light: #8498aa;
  --color-secondary-dark: #404f5c;
  --color-secondary-rgb: 89, 109, 128;
  --color-secondary-light-rgb: 132, 152, 170;
  --color-secondary-dark-rgb: 64, 79, 92;
  /* General colors */
  --color-blue: #232d61;
  --color-blue-rgb: 13, 110, 253;
  --color-indigo: #6610f2;
  --color-indigo-rgb: 102, 16, 242;
  --color-purple: #6f42c1;
  --color-purple-rgb: 111, 66, 193;
  --color-pink: #f3268c;
  --color-pink-rgb: 243, 38, 140;
  --color-red: #df1529;
  --color-red-rgb: 223, 21, 4;
  --color-orange: #fd7e14;
  --color-orange-rgb: 253, 126, 20;
  --color-yellow: #ffee54;
  --color-yellow-rgb: 255, 193, 7;
  --color-green: #059652;
  --color-green-rgb: 5, 150, 82;
  --color-teal: #20c997;
  --color-teal-rgb: 32, 201, 151;
  --color-cyan: #0dcaf0;
  --color-cyan-rgb: 13, 202, 240;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray: #777777;
  --color-gray-rgb: 108, 117, 125;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-heading: #353535;
  --color-text-promo: #212121;
  --color-gray-secondary: #4d4d4d;
  --color-mid-blue: #1965e1;
  --color-dark-blue: #0c2c96;
  --color-brother-blue: #0d2ea0;
  --color-grey: #777777;
  --color-light-grey: #e4e4e4;
  --color-title: #212121;
  --color-product-border: #dddddd;
  --color-brand-blue: #0c279d;
  --color-light-info: #f0f8fc;
  --color-form-control-valid: #198754;
  --color-form-control-invalid: #dc3545;
  --color-line-border: #cccccc;
}

.breadcrumb.component :root {
  --bs-blue: var(--color-blue);
  --bs-indigo: var(--color-indigo);
  --bs-purple: var(--color-purple);
  --bs-pink: var(--color-pink);
  --bs-red: var(--color-red);
  --bs-orange: var(--color-orange);
  --bs-yellow: var(--color-yellow);
  --bs-green: var(--color-green);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Helvetica, Arial, sans-serif!important;;
  --bs-body-font-family: Helvetica, Arial, sans-serif!important;;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: var(--color-default);
  --bs-body-bg: #fff;
  --bs-gutter-x: 1.5rem;
  --bs-btn-border-radius: 3.125em;
  --bs-gray: var(--color-gray);
}

@media screen and (max-width: 639px) {
  .breadcrumb.component .row {
    --bs-gutter-x: 1.25rem !important;
  }
}

.breadcrumb.component :root {
  --swiper-pagination-bullet-inactive-color: var(--color-white);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  /* Brother Swiper variables*/
  --swiper-pagination-bullet-active-border-color: var(--color-mid-blue);
  --swiper-pagination-bullet-inactive-border-color: var(--color-gray-secondary);
}

.breadcrumb.component.brother-breadcrumb {
  background: #ecf2fe;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .breadcrumb.component.brother-breadcrumb {
    padding: 0 20px;
  }
}

.breadcrumb.component.brother-breadcrumb &gt; .component-content {
  margin: 5px 30px;
}

.breadcrumb.component.brother-breadcrumb.component li {
  display: flex;
  align-items: center;
}

.breadcrumb.component.brother-breadcrumb.component li .navigation-title {
  padding-right: 0.5rem;
}

#langAr .breadcrumb.component.brother-breadcrumb.component li {
  float: right !important;
}

.breadcrumb.component.brother-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.breadcrumb.component.brother-breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #212121;
}

.breadcrumb.component.brother-breadcrumb .separator {
    background: url(/-/media/Themes/APWEB/Global/Global/images/arrow-breadcrumb.svg) left/6px 10px no-repeat;
    width: 6px;
    height: 10px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

#langAr .breadcrumb.component.brother-breadcrumb .separator {
  margin-left: 7px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* breakpoints */
.breadcrumb.breadcrumb-hide li {
  white-space: nowrap;
}

.breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide a {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide:before {
  content: "...";
  display: inline;
}

.breadcrumb.breadcrumb-hide li.hide-full {
  display: none;
}

/* breakpoints */
.breadcrumb.triangle-separator .separator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.breadcrumb.triangle-separator .separator:before {
  content: "";
  display: block;
  font-size: 16px;
}
</pre></body></html>