

/* Start:/local/templates/felt/src/pages/brand-inner/dist/app.bundle.css?17473032361807*/
.brand-inner {
  padding: 60px 0;
  border-bottom: 1px solid var(--Light-blue-stroke, #D7D7DB);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px; }
  @media (max-width: 1023px) {
    .brand-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4px;
      padding: 0;
      border-bottom: none; } }
  .brand-inner h1 {
    margin: 20px 0;
    white-space: nowrap; }
  .brand-inner__breadcrumbs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    @media (max-width: 767px) {
      .brand-inner__breadcrumbs {
        display: none; } }
    .brand-inner__breadcrumbs svg {
      width: 20px;
      height: 20px; }
      .brand-inner__breadcrumbs svg path {
        stroke: #000; }
  .brand-inner__text {
    max-width: 745px;
    padding-right: 75px; }
    @media (max-width: 1279px) {
      .brand-inner__text {
        padding-right: 0; } }
  .brand-inner__buttons {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: var(--Medium, 12px); }
    @media (max-width: 459px) {
      .brand-inner__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

/* End */
/* /local/templates/felt/src/pages/brand-inner/dist/app.bundle.css?17473032361807 */
