/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.section-newsletter {
  background-color: #D43034;
  color: white;
}
.section-newsletter .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  gap: 2.5rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
  }
}
.section-newsletter .newsletter__image {
  width: 3rem;
}
.section-newsletter .newsletter__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: white;
}
.section-newsletter .newsletter__content__headline {
  margin: 0;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__content__headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
.section-newsletter .newsletter__content__subheadline {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__content__subheadline {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.section-newsletter .newsletter__form {
  flex: 1;
}
@media (min-width: 992px) {
  .section-newsletter .newsletter__form {
    min-height: 4.0625rem;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form {
    width: 100%;
  }
}
.section-newsletter .newsletter__form .input-group {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  background-color: white;
  border-radius: 1rem;
  border: 0.0625rem solid #DDDDDD;
}
.section-newsletter .newsletter__form .input-group .form-group {
  flex: 1;
  margin-bottom: 0;
  background: white;
  max-height: 3.5rem;
}
.section-newsletter .newsletter__form .input-group .form-group .form-control-classic {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding: 1rem 1rem 1rem 1.5rem;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
  border: none;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group .form-group .form-control-classic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  }
}
.section-newsletter .newsletter__form .input-group .form-group .form-control-classic:focus, .section-newsletter .newsletter__form .input-group .form-group .form-control-classic:focus:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.section-newsletter .newsletter__form .input-group-action .btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: capitalize;
  border: 0;
  border-radius: 0.75rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn {
    padding: 1.1875rem;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn span {
    display: none;
  }
}
.section-newsletter .newsletter__form .input-group-action .btn img {
  display: none;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn img {
    display: block;
    width: 1rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  color: #555555;
  line-height: 1.4;
}
body #utt268 {
  display: none;
}

a {
  color: #262626;
  transition: all 0.4s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #D43034;
  text-decoration: none;
}

h1, .heading-1 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-family: "IBM Plex Serif", serif;
  color: #262626;
}
@media (max-width: 767.98px) {
  h1, .heading-1 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

h2, .heading-2 {
  color: #262626;
  font-size: 1.375rem;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  h2, .heading-2 {
    font-size: 1.375rem;
    margin: 0 0 2rem;
  }
}

h3 {
  color: #262626;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

h4 {
  color: #262626;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

h5 {
  color: #262626;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.5rem;
  }
}

h6 {
  color: #262626;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.5rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

img {
  width: 100%;
}

@media (max-width: 991.98px) {
  div[class^=row] {
    margin: 0 -0.5rem;
  }
  div[class^=col] {
    padding: 0 0.5rem;
  }
}
.text-capitalize {
  text-transform: capitalize;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.btn:hover, .btn:active, .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.btn[disabled]:not(.loading):hover, .btn[disabled]:not(.loading):active, .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.btn i,
.btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.btn-block {
  width: 100%;
}
.btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.btn-square i,
.btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.btn.btn-lg i,
.btn.btn-lg svg {
  font-size: 1rem;
}
.btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.btn.btn-icon i,
.btn.btn-icon svg {
  margin: 0;
}
.btn.btn-transparency {
  opacity: 0.8;
}
.btn.btn-transparency:hover, .btn.btn-transparency:active, .btn.btn-transparency:focus, .btn.btn-transparency:focus:active {
  opacity: 1;
}
.btn + .btn {
  margin-left: 0.5rem;
}
.btn + .btn-group {
  margin-left: 0.5rem;
}

.btn-primary,
a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-primary:hover,
a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-primary:focus,
a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-primary:active,
a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.loading-primary {
  background: #DDDDDD !important;
  color: white;
}

.btn-secondary,
a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-secondary:focus,
a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary:active,
a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}

.btn-tertiary,
a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-tertiary:focus,
a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.btn-tertiary:active,
a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}

.btn-outline,
a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn-outline:hover,
a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.btn-outline:focus,
a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-outline:active,
a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}

.btn-action,
a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-action:hover,
a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-action:focus,
a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-action:active,
a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.btn-exception,
a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-exception:hover,
a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-exception:focus,
a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.btn-exception:active,
a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.btn-danger,
a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.btn-danger:hover,
a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.btn-danger:focus,
a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.btn-danger:active,
a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}

.btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow:focus, .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow i,
.btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}

.btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow-sm:focus, .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow-sm i,
.btn-arrow-sm svg {
  margin-right: 0;
}

.btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.alert {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  min-width: 15rem;
  border-radius: 0.25rem;
  z-index: 5;
}
.alert::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.alert i,
.alert svg {
  font-size: 1.5rem;
  margin: 0 0.625rem 0 0;
}
.alert .message {
  flex: 1;
}
.alert .close {
  font-size: 1.5rem;
  background: transparent;
  padding: 0;
  margin: 0 0 0 0.75rem;
  border: 0;
  outline: none;
  opacity: 0.8;
}
.alert.alert-success {
  border-color: #EAFDDC;
  background: #EAFDDC;
  color: #248232;
}
.alert.alert-success::after {
  background: #EAFDDC;
}
.alert.alert-success .close {
  color: #248232;
}
.alert.alert-info {
  border-color: #EBFAFF;
  background: #EBFAFF;
  color: #005D7D;
}
.alert.alert-info::after {
  background: #EBFAFF;
}
.alert.alert-info .close {
  color: #005D7D;
}
.alert.alert-warning {
  border-color: #F8E7BF;
  background: #F8E7BF;
  color: #704F00;
}
.alert.alert-warning::after {
  background: #F8E7BF;
}
.alert.alert-warning .close {
  color: #B27D00;
}
.alert.alert-danger {
  border-color: #FCEEEF;
  background: #FCEEEF;
  color: #C0212E;
}
.alert.alert-danger::after {
  background: #FCEEEF;
}
.alert.alert-danger .close {
  color: #C0212E;
}
.alert.alert-top {
  position: absolute;
  top: -2.75rem;
  left: 1.5rem;
}
.alert.alert-top::after {
  width: 1.25rem;
  height: 1.25rem;
  bottom: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  .alert.alert-top {
    left: 0.75rem;
  }
}
.alert.alert-bottom {
  position: absolute;
  bottom: -2.75rem;
  left: 1.5rem;
}
.alert.alert-bottom::after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  .alert.alert-bottom {
    left: 0.75rem;
  }
}
.alert.alert-left {
  position: absolute;
  right: calc(100% + 12px);
  bottom: calc(50% - 24px);
}
.alert.alert-left::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  right: -0.25rem;
}
@media (max-width: 991.98px) {
  .alert.alert-left {
    right: unset;
    bottom: -2.75rem;
    left: 0.75rem;
  }
  .alert.alert-left::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
.alert.alert-right {
  position: absolute;
  bottom: calc(50% - 24px);
  left: calc(100% + 12px);
}
.alert.alert-right::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  left: -0.25rem;
}
@media (max-width: 991.98px) {
  .alert.alert-right {
    bottom: -2.75rem;
    left: 0.75rem;
  }
  .alert.alert-right::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}

.input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
.input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
  .input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
.input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.input-field input:focus, .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.input-field input:focus + .field-label, .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field.validation-field.has-error input {
  border-color: #D43034;
}
.input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
.input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
.input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}

::-ms-reveal {
  display: none;
}

.password-field input {
  padding-right: 2.75rem !important;
}
.password-field .show-password {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
}
@media (max-width: 767.98px) {
  .password-field .show-password {
    top: 0.625rem;
    right: 0.75rem;
  }
}
.password-field .show-password .fa-eye-slash {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(2px) translateX(2px);
}
.password-field .show-password.input-sm {
  top: 0.5rem;
}
.password-field .show-password.input-sm.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(4px);
}
.password-field .password-strength {
  font-size: 0.625rem;
  padding-top: 0.25rem;
  font-weight: normal;
}
.password-field .password-strength-value {
  font-weight: bold;
}
.password-field .password-strength .svg-inline--fa {
  display: none;
  font-weight: bold;
  font-size: 0.8125rem;
}
.password-field .password-strength .emoji-bad .fa-frown {
  display: inline-block;
}
.password-field .password-strength .emoji-meh .fa-meh {
  display: inline-block;
}
.password-field .password-strength .emoji-strong .fa-smile {
  display: inline-block;
}
.password-field .password-hint {
  font-size: 0.625rem;
  margin-top: 0.375rem;
}
.password-field.has-error .password-strength,
.password-field.has-error .password-hint {
  display: none;
}

.field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
  }
}

.checkbox-field {
  display: flex;
  margin-bottom: 1rem;
}
.checkbox-field label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.checkbox-field label input {
  display: none;
}
.checkbox-field label input:checked + .checkmark::before {
  border: 0.0625rem solid #D43034;
  background-color: #D43034;
}
.checkbox-field label input:checked + .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.checkbox-field label input:disabled + .checkmark::before {
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled:checked + .checkmark::before {
  background-color: #D43034;
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled ~ span:last-of-type {
  color: #DDDDDD;
}
.checkbox-field label .checkmark {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 1.75rem;
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label .checkmark::before {
  content: "";
  background-color: white;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.0625rem;
  padding: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-filter: none;
          filter: none;
}
.checkbox-field label:hover .checkmark::before {
  border-color: #D43034;
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
          filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
}
.checkbox-field label span:last-of-type {
  font-size: 0.75rem;
  color: #555555;
}
.checkbox-field label span:last-of-type a {
  text-decoration: underline;
  color: #262626;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label span:last-of-type a:hover {
  text-decoration: none;
  color: #D43034;
}
.checkbox-field.validation-field.has-error {
  margin-bottom: 0;
}
.checkbox-field.validation-field.has-error + .messages {
  margin-left: 1.875rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.checkbox-field.validation-field.has-error label .checkmark::before {
  border-color: #D43034;
}
.checkbox-field.validation-field:not(.has-error) + .messages {
  display: none;
}

header {
  position: relative;
  background: white;
  box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(0, 0, 0, 0.15);
  z-index: 2;
}
header:not(.search-modal-open) .modal-close {
  display: none;
}
header .navigation-wrapper .navigation {
  position: relative;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  background: white;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation {
    height: 4rem;
  }
}
header .navigation-wrapper .navigation-brand {
  display: block;
  height: auto;
}
header .navigation-wrapper .navigation-brand img {
  width: auto;
}
@media (max-width: 1199.98px) {
  header .navigation-wrapper .navigation-brand img {
    max-width: 10rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-brand img {
    height: 2.25rem;
    max-width: 8.75rem;
  }
}
@media only screen and (max-width: 320px) {
  header .navigation-wrapper .navigation-brand img {
    max-width: 7.5rem;
  }
}
header .navigation-wrapper .navigation-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navigation-wrapper .navigation-list li {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li {
    margin-left: 1rem;
  }
}
header .navigation-wrapper .navigation-list li .nav-link {
  display: flex;
  align-items: center;
  color: #262626;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 600;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .nav-link:hover {
  color: #D43034;
  cursor: pointer;
}
header .navigation-wrapper .navigation-list li .nav-link:hover .hamburger span {
  background: #D43034;
}
header .navigation-wrapper .navigation-list li .nav-link:focus {
  color: #262626;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(1) {
  position: relative;
  top: 0.375rem;
  transform: rotate(45deg);
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(2) {
  opacity: 0;
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(3) {
  position: relative;
  top: -0.5rem;
  transform: rotate(-45deg);
}
header .navigation-wrapper .navigation-list li .nav-link .label {
  font-weight: 700;
  line-height: 1.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .nav-link .label {
    display: none;
  }
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger {
  display: inline-block;
  margin-right: 0.625rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link .hamburger {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background: #262626;
  border-radius: 0.625rem;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger span:nth-child(2) {
  width: 1.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
}
header .navigation-wrapper .navigation-list li .nav-link .cart-items-counter {
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background: #D43034;
  border-radius: 50%;
  font-size: 0.625rem;
  color: white;
}
header .navigation-wrapper .navigation-list li .nav-link .cart-items-counter.show {
  display: flex;
}
header .navigation-wrapper .navigation-list li .nav-link .navigation-popup-before {
  display: none;
  width: 2.5rem;
  height: 0.625rem;
  position: absolute;
  overflow: hidden;
  top: 1.625rem;
  left: -0.5rem;
  z-index: 15;
}
header .navigation-wrapper .navigation-list li .nav-link .navigation-popup-before::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  transform: rotate(45deg);
  top: 0.375rem;
  left: 0.625rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
header .navigation-wrapper .navigation-list li .nav-link svg,
header .navigation-wrapper .navigation-list li .nav-link i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  min-width: 1.375rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link svg,
  header .navigation-wrapper .navigation-list li .nav-link i {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .nav-link img {
  width: 1.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link img {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup {
  display: none;
  position: absolute;
  top: 2.25rem;
  right: 0rem;
  background: white;
  min-width: 18.125rem;
  border-radius: 0.25rem;
  overflow: hidden;
  z-index: 15;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup {
    display: block;
    position: fixed;
    height: 100vh;
    top: -100vh;
    right: 0;
    width: 100%;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.navigation-popup-centered {
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup.show {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.show {
    top: 0;
    box-shadow: none;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup.show + .nav-popup-link .navigation-popup-before {
  display: block;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.show + .nav-popup-link .navigation-popup-before {
    display: none;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-close {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    right: 0rem;
    height: 3rem;
    width: 3rem;
    background-color: white;
    outline: none;
    border: none;
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span {
    display: block;
    width: 1.125rem;
    height: 0.1875rem;
    background: #262626;
    border-radius: 0.625rem;
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span:nth-child(1) {
    position: relative;
    left: 0.625rem;
    transform: rotate(45deg);
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span:nth-child(2) {
    position: relative;
    top: 0rem;
    right: 0.5rem;
    transform: rotate(-45deg);
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 1.5rem;
  min-width: 24.125rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content {
    min-width: unset;
    padding: 0 1rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .title {
  color: #262626;
  font-size: 1.375rem;
  font-weight: 700;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .subtitle {
  color: #262626;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .subtitle {
    margin-bottom: 1.5rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer {
  margin-bottom: 2rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert {
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert .message {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert svg,
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert .close {
  display: none;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert-danger a {
  text-decoration: underline;
  color: #9D1B25;
  font-weight: 700;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content #HeaderLoginRememberMeContainer {
  font-weight: 500;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
  list-style: none;
  padding: 0;
  margin-right: -1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
    margin-right: 0;
    margin-bottom: 2.25rem;
    margin-left: 0;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li {
  display: block;
  margin-left: 0;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a {
  display: block;
  color: #262626;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a svg {
  color: #262626;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active {
  text-decoration: unset;
  color: #D43034;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active svg {
  color: #D43034;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active img {
  filter: saturate(44000%);
  -webkit-filter: saturate(44000%);
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery {
  margin-bottom: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:hover, header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:active, header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:focus {
  color: #D43034;
  text-decoration: none;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .btn {
  padding: 1.0625rem 2rem;
}
@media (min-width: 992px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .btn {
    min-height: 3.1875rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  margin-top: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action a {
  color: #262626;
  text-decoration: underline;
  font-weight: 500;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action a:hover {
  color: #D43034;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .action {
    margin-top: 1rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account {
  min-width: 18.8125rem;
  padding: 1.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content.account .title {
    font-size: 1rem;
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .subtitle {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content.account .subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span:nth-child(1) {
  width: 1.5rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span i, header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span svg {
  max-width: 1rem;
  max-height: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  padding: 1.25rem 1rem;
  margin: 0 3rem 1.5rem;
  background: #F5F5F5;
  text-align: center;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional a {
  color: #262626;
  font-weight: 500;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional a:hover {
  color: #D43034;
  text-decoration: none;
}
header .navigation-wrapper .menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(0, 0, 0, 0.15);
  background: white;
  border-top: 0.0625rem solid #DDDDDD;
  transition: all 0.4s ease-in-out;
  z-index: 15;
  height: auto;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .navigation-wrapper .menu::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0;
}
header .navigation-wrapper .menu::-webkit-scrollbar-track {
  background: transparent;
}
header .navigation-wrapper .menu::-webkit-scrollbar {
  display: none;
}
@media (max-device-width: 1280px) and (orientation: landscape) {
  header .navigation-wrapper .menu {
    top: -150%;
  }
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu {
    top: -100vh;
    padding: 4rem 0;
    height: 100vh;
    box-shadow: unset;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
header .navigation-wrapper .menu.showing {
  display: block;
}
header .navigation-wrapper .menu.show {
  display: block;
  top: 5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu.show {
    top: 0;
  }
}
header .navigation-wrapper .menu.show + .quick-search {
  opacity: 0;
}
header .navigation-wrapper .menu-title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-title {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-title {
    font-size: 1.125rem;
    font-variation-settings: "opsz" 18;
    padding: 0rem 1rem;
  }
}
header .navigation-wrapper .menu-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list {
    margin-top: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list {
    margin-top: 0.5rem;
    margin-bottom: 2.25rem;
  }
  header .navigation-wrapper .menu-list.last {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list.popular-functions li {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list.popular-functions li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list.popular-functions li {
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list li {
  margin-bottom: 1.125rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list li {
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list li:last-child {
  margin-bottom: 0;
}
header .navigation-wrapper .menu-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #262626;
  transition: all 0.4s ease-in-out;
  line-height: 1.375rem;
}
header .navigation-wrapper .menu-list li a:hover, header .navigation-wrapper .menu-list li a:active, header .navigation-wrapper .menu-list li a:focus, header .navigation-wrapper .menu-list li a:focus:active {
  color: #D43034;
  text-decoration: unset;
}
header .navigation-wrapper .menu-list li a:hover .icon svg,
header .navigation-wrapper .menu-list li a:hover .icon i, header .navigation-wrapper .menu-list li a:active .icon svg,
header .navigation-wrapper .menu-list li a:active .icon i, header .navigation-wrapper .menu-list li a:focus .icon svg,
header .navigation-wrapper .menu-list li a:focus .icon i, header .navigation-wrapper .menu-list li a:focus:active .icon svg,
header .navigation-wrapper .menu-list li a:focus:active .icon i {
  color: #D43034;
}
header .navigation-wrapper .menu-list li a:hover .icon img, header .navigation-wrapper .menu-list li a:active .icon img, header .navigation-wrapper .menu-list li a:focus .icon img, header .navigation-wrapper .menu-list li a:focus:active .icon img {
  filter: saturate(44000%);
  -webkit-filter: saturate(44000%);
}
header .navigation-wrapper .menu-list li a:focus {
  color: #262626;
  text-decoration: underline;
}
header .navigation-wrapper .menu-list li a input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
header .navigation-wrapper .menu-list li a .icon {
  display: inline-flex;
  flex: unset;
  margin-right: 0.875rem;
  justify-content: center;
  width: 1rem;
  align-items: center;
  min-height: 1.25rem;
}
header .navigation-wrapper .menu-list li a .icon.prescription-upload-icon img,
header .navigation-wrapper .menu-list li a .icon.prescription-upload-icon svg {
  max-width: 0.9375rem;
}
header .navigation-wrapper .menu-list li a .icon.product-categories-icon img,
header .navigation-wrapper .menu-list li a .icon.product-categories-icon svg {
  max-width: 0.6875rem;
}
header .navigation-wrapper .menu-list li a .icon.shop-page-icon img,
header .navigation-wrapper .menu-list li a .icon.shop-page-icon svg {
  max-width: 0.6875rem;
}
header .navigation-wrapper .menu-list li a .icon.faq-icon img,
header .navigation-wrapper .menu-list li a .icon.faq-icon svg {
  max-width: 0.875rem;
}
header .navigation-wrapper .menu-list li a .icon svg,
header .navigation-wrapper .menu-list li a .icon i {
  font-size: 1.375rem;
  max-width: 1.125rem;
  color: #262626;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list li a .icon svg,
  header .navigation-wrapper .menu-list li a .icon i {
    font-size: 1.125rem;
  }
}
header .navigation-wrapper .menu-list li a .icon img {
  width: 100%;
  max-width: 1.125rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list li a {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    padding: 0.5rem 1rem;
  }
  header .navigation-wrapper .menu-list li a:hover, header .navigation-wrapper .menu-list li a:active, header .navigation-wrapper .menu-list li a:focus {
    color: #D43034;
    text-decoration: unset;
  }
}
header .navigation-wrapper .menu-close {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    right: 0rem;
    height: 3rem;
    width: 3rem;
  }
  header .navigation-wrapper .menu-close span {
    display: block;
    width: 1.125rem;
    height: 0.1875rem;
    background: #262626;
    border-radius: 0.625rem;
  }
  header .navigation-wrapper .menu-close span:nth-child(1) {
    position: relative;
    left: 0.625rem;
    transform: rotate(45deg);
  }
  header .navigation-wrapper .menu-close span:nth-child(2) {
    position: relative;
    top: 0rem;
    right: 0.5rem;
    transform: rotate(-45deg);
  }
}
header .navigation-wrapper .alert {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  min-width: 15rem;
  border-radius: 0.25rem;
  z-index: 5;
}
header .navigation-wrapper .alert::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
header .navigation-wrapper .alert i,
header .navigation-wrapper .alert svg {
  font-size: 1.5rem;
  margin: 0 0.625rem 0 0;
}
header .navigation-wrapper .alert .message {
  flex: 1;
}
header .navigation-wrapper .alert .close {
  font-size: 1.5rem;
  background: transparent;
  padding: 0;
  margin: 0 0 0 0.75rem;
  border: 0;
  outline: none;
  opacity: 0.8;
}
header .navigation-wrapper .alert.alert-success {
  border-color: #EAFDDC;
  background: #EAFDDC;
  color: #248232;
}
header .navigation-wrapper .alert.alert-success::after {
  background: #EAFDDC;
}
header .navigation-wrapper .alert.alert-success .close {
  color: #248232;
}
header .navigation-wrapper .alert.alert-info {
  border-color: #EBFAFF;
  background: #EBFAFF;
  color: #005D7D;
}
header .navigation-wrapper .alert.alert-info::after {
  background: #EBFAFF;
}
header .navigation-wrapper .alert.alert-info .close {
  color: #005D7D;
}
header .navigation-wrapper .alert.alert-warning {
  border-color: #F8E7BF;
  background: #F8E7BF;
  color: #704F00;
}
header .navigation-wrapper .alert.alert-warning::after {
  background: #F8E7BF;
}
header .navigation-wrapper .alert.alert-warning .close {
  color: #B27D00;
}
header .navigation-wrapper .alert.alert-danger {
  border-color: #FCEEEF;
  background: #FCEEEF;
  color: #C0212E;
}
header .navigation-wrapper .alert.alert-danger::after {
  background: #FCEEEF;
}
header .navigation-wrapper .alert.alert-danger .close {
  color: #C0212E;
}
header .navigation-wrapper .alert.alert-top {
  position: absolute;
  top: -2.75rem;
  left: 1.5rem;
}
header .navigation-wrapper .alert.alert-top::after {
  width: 1.25rem;
  height: 1.25rem;
  bottom: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-top {
    left: 0.75rem;
  }
}
header .navigation-wrapper .alert.alert-bottom {
  position: absolute;
  bottom: -2.75rem;
  left: 1.5rem;
}
header .navigation-wrapper .alert.alert-bottom::after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-bottom {
    left: 0.75rem;
  }
}
header .navigation-wrapper .alert.alert-left {
  position: absolute;
  right: calc(100% + 12px);
  bottom: calc(50% - 24px);
}
header .navigation-wrapper .alert.alert-left::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  right: -0.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-left {
    right: unset;
    bottom: -2.75rem;
    left: 0.75rem;
  }
  header .navigation-wrapper .alert.alert-left::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
header .navigation-wrapper .alert.alert-right {
  position: absolute;
  bottom: calc(50% - 24px);
  left: calc(100% + 12px);
}
header .navigation-wrapper .alert.alert-right::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  left: -0.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-right {
    bottom: -2.75rem;
    left: 0.75rem;
  }
  header .navigation-wrapper .alert.alert-right::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
header .navigation-wrapper .field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
  }
}
header .navigation-wrapper .input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
header .navigation-wrapper .input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
header .navigation-wrapper .input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input:focus, header .navigation-wrapper .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
header .navigation-wrapper .input-field input:focus + .field-label, header .navigation-wrapper .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field.validation-field.has-error input {
  border-color: #D43034;
}
header .navigation-wrapper .input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
header .navigation-wrapper .input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
header .navigation-wrapper .input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
header .navigation-wrapper .input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}
header .navigation-wrapper .input-group-field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
header .navigation-wrapper .input-group-field .input-field {
  margin-bottom: 0;
  background: white;
  border-radius: 0.5rem;
}
header .navigation-wrapper .input-group-field .input-field input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
header .navigation-wrapper .input-group-field .input-field input:not(:-moz-placeholder-shown) {
  border-right: 0;
}
header .navigation-wrapper .input-group-field .input-field input:focus, header .navigation-wrapper .input-group-field .input-field input:active, header .navigation-wrapper .input-group-field .input-field input:not(:placeholder-shown) {
  border-right: 0;
}
header .navigation-wrapper .input-group-field .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .navigation-wrapper .quick-search {
  display: flex;
  padding-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  margin-top: 0.1875rem;
}
@media (min-width: 992px) {
  header .navigation-wrapper .quick-search {
    min-height: 5.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search {
    flex-direction: row-reverse;
    padding-bottom: 1rem;
  }
}
header .navigation-wrapper .quick-search.show {
  top: 5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search.show {
    top: 0;
  }
}
header .navigation-wrapper .quick-search form {
  flex: 1;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .input-field input {
  color: #555555;
  padding-right: 4.375rem;
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field input {
    height: 3.75rem;
    padding: 1.125rem 4.375rem 1.125rem 1.5rem;
  }
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field input:not(:-moz-placeholder-shown) + .field-label {
    top: -0.375rem;
    left: 1.5rem;
  }
  header .navigation-wrapper .quick-search form .input-group-field .input-field input:focus + .field-label, header .navigation-wrapper .quick-search form .input-group-field .input-field input:active + .field-label, header .navigation-wrapper .quick-search form .input-group-field .input-field input:not(:placeholder-shown) + .field-label {
    top: -0.375rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field .field-label {
    top: 1.3125rem;
    left: 1.5rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn {
  padding: 1.125rem;
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn {
    padding: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn i,
header .navigation-wrapper .quick-search form .input-group-field .btn svg {
  font-size: 1.25rem;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn i,
  header .navigation-wrapper .quick-search form .input-group-field .btn svg {
    font-size: 1rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner {
    position: absolute;
    top: 0.4375rem;
    right: 3.125rem;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0.625rem;
    font-weight: 700;
    color: #262626;
  }
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:hover, header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:active, header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:focus {
    outline: unset;
    box-shadow: none;
  }
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner i,
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner svg {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.125rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results {
  position: absolute;
  top: 3.75rem;
  right: 0;
  left: 0;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: none;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  z-index: 5;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results {
    right: -4.0625rem;
    left: -0.9375rem;
    border: unset;
    border-radius: 0;
    box-shadow: unset;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 22.5rem;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul {
    max-height: unset;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar {
  width: 0.25rem;
  background-color: transparent;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar-thumb {
  background-color: #DDDDDD;
  border: 0.25rem solid #DDDDDD;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li:first-child {
  margin: 0.5rem 0 0;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a {
  padding: 0.75rem 1.125rem;
  margin: unset;
  border-top: 0.0625rem solid #DDDDDD;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:hover, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:active, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:focus {
  color: #D43034;
  background-color: #F5F5F5;
  box-shadow: none;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:hover, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:active, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:focus {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a {
    padding: 0.5rem 1rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 5rem;
  max-height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo {
    max-width: 4rem;
    max-height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo .product-image {
  width: auto;
  max-height: 5rem;
  max-width: 5rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo .product-image {
    max-height: 4rem;
    max-width: 4rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content {
  flex: 1;
  margin: 0 0 0 0.75rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content {
    margin: 0 0 0 0.75rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .sponsored-label {
  color: #777777;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .name {
  display: flex;
  font-size: 1rem;
  color: #262626;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .name {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .package {
  display: flex;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .package {
    font-size: 0.75rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .loading {
  position: absolute;
  top: 1.25rem;
  right: 5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #262626;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .loading {
    top: 0.625rem;
    right: 5.25rem;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
header .navigation-wrapper .quick-search form .input-group-field .delete-tag {
  position: absolute;
  top: 50%;
  transform: translate(0.625rem, -50%);
  left: 1.5625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #262626;
  cursor: pointer;
  padding: 0 0.25rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .delete-tag {
    transform: translateY(-50%);
    padding: 0 0.75rem;
    font-size: 1.25rem;
    margin-left: 0 !important;
    right: 77px;
    left: unset;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload {
  color: white;
  background-color: #D43034;
  border-color: #D43034;
  font-size: 0.75rem;
  text-transform: none;
}
@media (min-width: 992px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload {
    min-height: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload {
    font-size: 0.625rem;
    flex-direction: column;
    padding: 0.25rem 0.5rem;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:hover {
  background-color: #9A2326;
  border-color: #9A2326;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:focus {
  background-color: #D43034;
  border-color: #262626;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:active {
  background-color: #EF787B;
  border-color: #9A2326;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload .icon {
  display: block;
  width: 0.75rem;
  height: 0.5625rem;
  background-position: 50%;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjUgNC40MDAxM1Y4Ljc4NjgzQzAuNSA5LjExMzMgMC43NjQ2NDkgOS4zNzc5NSAxLjA5MTExIDkuMzc3OTVINi41SDkuNUgxMS45MDg5QzEyLjIzNTQgOS4zNzc5NSAxMi41IDkuMTEzMyAxMi41IDguNzg2ODNWNS43MzM0OFY0LjQwMDEzVjEuMjEzNDNDMTIuNSAwLjg4Njk2NyAxMi4yMzU0IDAuNjIyMzE0IDExLjkwODkgMC42MjIzMTRINC4yNzc3OFYzLjgwOTAyQzQuMjc3NzggNC4xMzU0OCA0LjAxMzEzIDQuNDAwMTMgMy42ODY2NyA0LjQwMDEzSDAuNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4xMzYyMiAzLjAwNTEzQzguMTY2NzMgMi45NzQ2MiA4LjIwNjg5IDIuOTU5NjUgOC4yNDY4OCAyLjk2MDIyQzguMjg2ODYgMi45NTk2NSA4LjMyNzAyIDIuOTc0NjIgOC4zNTc1MyAzLjAwNTEzTDkuOTQ4MzQgNC41OTU5MUMxMC4wMDgyIDQuNjU1ODIgMTAuMDA4MiA0Ljc1Mjk0IDkuOTQ4MzQgNC44MTI4NEw5LjczMTQxIDUuMDI5NzZDOS42NzE1MSA1LjA4OTY3IDkuNTc0MzggNS4wODk2NyA5LjUxNDQ4IDUuMDI5NzZMOC41NTA2MSA0LjA2NTkxVjcuMDA2ODJDOC41NTA2MSA3LjA5MTUzIDguNDgxOTQgNy4xNjAyIDguMzk3MjIgNy4xNjAySDguMDkwNDRDOC4wMDU3MiA3LjE2MDIgNy45MzcwNSA3LjA5MTUzIDcuOTM3MDUgNy4wMDY4MlY0LjA3Mkw2Ljk3OTI3IDUuMDI5NzZDNi45MTkzNyA1LjA4OTY3IDYuODIyMjUgNS4wODk2NyA2Ljc2MjM0IDUuMDI5NzZMNi41NDU0MiA0LjgxMjg0QzYuNDg1NTEgNC43NTI5NCA2LjQ4NTUxIDQuNjU1ODIgNi41NDU0MiA0LjU5NTkxTDguMTM2MjIgMy4wMDUxM1oiIGZpbGw9IiMwMDAwMDAiLz4KPHBhdGggZD0iTTMuMjQyODcgMy45NTUzMkMzLjU2OTM0IDMuOTU1MzIgMy44MzM5OCAzLjY5MDY5IDMuODMzOTggMy4zNjQyNEwzLjgzMzk4IDAuNjIyMTVMMC41MDA2NTMgMy45NTUzMkwzLjI0Mjg3IDMuOTU1MzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload .icon {
    transition: none;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload span {
  display: inline-flex;
  margin-left: 0.625rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload span {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload input.loading + .loader {
  display: block;
}
header .navigation-wrapper .quick-search .container {
  display: flex;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 767.98px) {
  .mb-24 {
    margin-bottom: 0.75rem !important;
  }
}

footer {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F5F5F5;
  color: #555555;
}
@media (min-width: 992px) {
  footer {
    min-height: 56.25rem;
  }
}
footer.redesign div[class^=row] {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
footer.redesign div[class^=col] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
footer.redesign a {
  transition: all 0.4s ease-in-out;
}
footer.redesign.with-banner {
  padding-top: 0;
  margin-top: 0;
}
footer.redesign.with-banner .section-newsletter {
  margin-bottom: 2rem;
}
footer .title {
  display: flex;
  color: #262626;
  margin-bottom: 1.125rem;
  font-weight: 700;
}
footer .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  background-color: white;
  border-radius: 50%;
  margin-right: 0.625rem;
  font-size: 0.75rem;
}
footer .title .icon svg,
footer .title .icon i {
  color: #262626;
}
@media (max-width: 767.98px) {
  footer .title .icon {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.625rem;
  }
}
footer .title .label {
  flex: 1;
  position: relative;
  top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #262626;
  font-variation-settings: "opsz" 14;
}
footer .main-information {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
@media (max-width: 991.98px) {
  footer .main-information {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  footer .main-information .pharmacy {
    margin-bottom: 2rem;
  }
}
footer .main-information .pharmacy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .main-information .pharmacy ul li {
  font-size: 0.75rem;
}
footer .main-information .pharmacy .contact {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}
footer .main-information .pharmacy .contact p {
  margin-bottom: 0;
  color: #1B4258;
}
footer .main-information .pharmacy .contact a {
  color: #262626;
  text-decoration: underline;
}
footer .main-information .pharmacy .contact a:hover, footer .main-information .pharmacy .contact a:active, footer .main-information .pharmacy .contact a:focus {
  color: #D43034;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer .main-information .payment {
    margin-bottom: 2rem;
  }
}
footer .main-information .payment img {
  max-width: 13.75rem;
}
footer .main-information .payment .information {
  margin-top: 0.625rem;
  font-size: 0.75rem;
}
footer .main-information .payment .information a {
  color: #555555;
  text-decoration: underline;
}
footer .main-information .payment .information a:hover, footer .main-information .payment .information a:active, footer .main-information .payment .information a:focus {
  color: #D43034;
  text-decoration: none;
}
footer .main-information .legal {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
}
footer .main-information .footer-delivery-mobile-app-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery {
    margin-bottom: 2rem;
  }
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #353535;
  margin-bottom: 0.75rem;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li:last-child {
  margin-bottom: 0;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li.information {
  list-style-type: none;
  font-weight: 400;
  color: #555555;
  line-height: 1.4;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery .information {
  margin-top: 0.875rem;
  font-size: 0.75rem;
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app {
    margin-bottom: 2.25rem;
    justify-content: center;
  }
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a {
  background-image: none;
  padding-right: 0;
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a:first-of-type {
  margin-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a img {
    width: 6.0625rem !important;
  }
}
@media (max-width: 767.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a img {
    width: 100%;
  }
}
footer .main-information .navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .main-information .navigation ul li {
  line-height: 1;
  margin-bottom: 0.75rem;
}
footer .main-information .navigation ul li:last-child {
  margin-bottom: 0;
}
footer .main-information .navigation ul li a {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #262626;
  text-decoration: underline;
}
footer .main-information .navigation ul li a:hover, footer .main-information .navigation ul li a:active, footer .main-information .navigation ul li a:focus {
  color: #D43034;
  text-decoration: none;
}
footer .other-information {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
@media (max-width: 991.98px) {
  footer .other-information {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  footer .other-information .newsletter {
    margin-bottom: 2rem;
  }
}
footer .other-information .newsletter .input-group {
  display: flex;
  align-items: center;
}
footer .other-information .newsletter .input-group .form-group {
  flex: 1;
  margin-bottom: 0;
  background: white;
  max-width: 13.75rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
footer .other-information .newsletter .input-group .form-group .form-control-classic {
  color: #262626;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.6875rem 1rem;
  max-height: 2.5rem;
  min-height: 2.5rem;
  border: 0.0625rem solid #DDDDDD;
  border-right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
footer .other-information .newsletter .input-group .form-group .form-control-classic:focus, footer .other-information .newsletter .input-group .form-group .form-control-classic:focus:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
footer .other-information .newsletter .input-group-action .btn {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  line-height: 1.25rem;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 7.8125rem;
}
footer .other-information .socials {
  margin-top: 1.125rem;
}
@media (max-width: 991.98px) {
  footer .other-information .socials {
    margin-bottom: 2rem;
  }
}
footer .other-information .socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .other-information .socials ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
footer .other-information .socials ul li:last-child {
  margin-right: 0;
}
footer .other-information .for-pharmacies {
  font-size: 0.75rem;
}
footer .other-information .for-pharmacies a {
  font-weight: 500;
  color: #262626;
  text-decoration: underline;
}
footer .other-information .for-pharmacies a:hover, footer .other-information .for-pharmacies a:focus, footer .other-information .for-pharmacies a:active {
  color: #D43034;
  text-decoration: none;
}
footer .pricing-information .price-list {
  list-style: none;
  padding-left: 0.75rem;
  counter-reset: counter;
}
footer .pricing-information .price-list li {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
footer .pricing-information .price-list li:last-child {
  margin-bottom: 0;
}
footer .pricing-information .price-list li::before {
  position: absolute;
  left: -0.625rem;
  top: -0.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #353535;
  content: counter(counter);
  counter-increment: counter;
}
footer .pricing-information .delivery-list {
  list-style: none;
  padding-left: 0;
}
footer .pricing-information .delivery-list li {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
footer .pricing-information .delivery-list li:last-child {
  margin-bottom: 0;
}

main + footer.with-banner {
  padding-top: 0;
}

#ScrollToTop {
  position: fixed;
  bottom: 0.9375rem;
  right: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  font-size: 1rem;
  background: #262626;
  border: 0.0625rem solid #262626;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1051;
}
@media (max-width: 767.98px) {
  #ScrollToTop {
    bottom: 0.9375rem;
    right: 0.625rem;
  }
}
#ScrollToTop.show {
  opacity: 1;
}
#ScrollToTop i,
#ScrollToTop svg {
  color: white;
}
#ScrollToTop:hover {
  background: #2D6E93;
  border-color: #2D6E93;
}
#ScrollToTop:focus {
  background: #262626;
  border-color: #79ADCA;
}
#ScrollToTop:active {
  background: #2D6E93;
  border-color: #262626;
}

@media (max-width: 991.98px) {
  .theme-shop-offset {
    bottom: 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .theme-shop-offset {
    bottom: 7.5rem !important;
  }
}

body.chat-active #ScrollToTop {
  bottom: 9.75rem;
}
@media (max-width: 767.98px) {
  body.chat-active #ScrollToTop {
    right: 0.625rem;
    bottom: 7.375rem;
  }
}
@media (max-width: 991.98px) {
  body.chat-active .chat {
    z-index: 1100;
  }
  body.chat-active .chat .chat-box {
    z-index: 1101;
  }
}
body.chat-active.whatsapp-chat-active #ScrollToTop {
  bottom: 9.75rem;
}
@media (max-width: 767.98px) {
  body.chat-active.whatsapp-chat-active #ScrollToTop {
    right: 0.625rem;
    bottom: 9.0625rem;
  }
}
@media (max-width: 991.98px) {
  body.chat-active.whatsapp-chat-active .chat {
    z-index: 1100;
  }
  body.chat-active.whatsapp-chat-active .chat .chat-box {
    z-index: 1101;
  }
}
body.whatsapp-chat-active #ScrollToTop, body.chat-active:not(.whatsapp-chat-active) #ScrollToTop {
  bottom: 5.3125rem;
}
body.hide-recaptcha .grecaptcha-badge {
  opacity: 0;
}
body.hide-recaptcha #ScrollToTop {
  bottom: 0.9375rem;
}

html.usercentrics-loaded #gdpr-toggle {
  display: none !important;
}

#NotificationsContainer {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1230;
}
@media (max-width: 575.98px) {
  #NotificationsContainer {
    right: 0;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
  }
}
#NotificationsContainer .notification {
  background-color: #EAFDDC;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(92, 92, 92, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(92, 92, 92, 0.1);
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  width: 24.4375rem;
  transition: right 0.6s;
  position: relative;
  right: -26.25rem;
}
#NotificationsContainer .notification.show {
  right: 0;
}
@media (max-width: 767.98px) {
  #NotificationsContainer .notification {
    transition: transform 0.6s;
    top: -8.4375rem;
    width: 100%;
    right: 0;
    transform: translate(0, 0);
  }
  #NotificationsContainer .notification:first-child {
    margin-top: 0 !important;
  }
  #NotificationsContainer .notification.show {
    right: 0;
    transform: translate(0, 8.4375rem);
  }
}
#NotificationsContainer .notification .product-image-wrapper {
  margin-right: 1rem;
  border-radius: 0.25rem;
  background-color: white;
  padding: 0.5rem;
  width: 4.125rem;
  height: 4.125rem;
  text-align: center;
}
#NotificationsContainer .notification .product-image-wrapper img {
  max-height: 3.125rem;
  min-height: 3.125rem;
  max-width: none;
  width: auto;
}
#NotificationsContainer .notification .product-image-wrapper img.error {
  width: 100%;
  margin-top: 0.875rem;
}
#NotificationsContainer .notification .product-info .text {
  color: black;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
  #NotificationsContainer .notification .product-info .text {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    line-height: 0.875rem;
  }
}
#NotificationsContainer .notification .product-info .text strong {
  font-weight: 700;
}
#NotificationsContainer .notification .product-info .coupon {
  color: #248232;
  display: flex;
  align-items: flex-start;
}
#NotificationsContainer .notification .product-info .coupon img {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.5625rem;
  padding: 0.5rem 0.3125rem;
  background-color: #9bcc98;
  border-radius: 0.25rem;
}
#NotificationsContainer .notification .product-info .coupon span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
}
#NotificationsContainer .notification .product-info .coupon span strong {
  font-weight: 700;
}
#NotificationsContainer .notification .product-info .action {
  text-align: right;
}
#NotificationsContainer .notification .product-info .action .text-link {
  text-decoration: underline;
  color: #248232;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
#NotificationsContainer .notification .product-info .action .text-link:hover {
  text-decoration: none;
}

.section-default {
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .section-default {
    padding: 1rem 0;
  }
}
.section-default .headline {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-default .headline {
    margin-bottom: 2rem;
  }
}
.section-default .headline h1,
.section-default .headline h2,
.section-default .headline h3,
.section-default .headline h4,
.section-default .headline h5,
.section-default .headline h6 {
  margin-bottom: 0;
}
.section-default .headline .find-out-more {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .section-default .headline .find-out-more {
    display: none;
  }
}
.section-default .headline .find-out-more a {
  position: relative;
  top: 0.125rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
  line-height: 1;
}
.section-default .headline .find-out-more a:hover, .section-default .headline .find-out-more a:active, .section-default .headline .find-out-more a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .find-out-more-mobile {
  text-align: center;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .section-default .find-out-more-mobile {
    display: none;
  }
}
.section-default .find-out-more-mobile a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.pharmacy-information {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.pharmacy-information.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pharmacy-information.small .content .basic-information .information-data {
  display: flex;
  align-items: center;
}
.pharmacy-information.small .content .basic-information .information-data .name {
  display: block;
}
.pharmacy-information.small .content .basic-information .information-data .address {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .basic-information .information-data .address {
    display: flex;
    align-items: center;
  }
}
.pharmacy-information.small .content .basic-information .information-data .address span {
  display: none;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .basic-information .information-data .address span {
    display: inline-block;
  }
}
.pharmacy-information.small .content .other-information {
  display: flex;
}
.pharmacy-information.small .content .other-information .information-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .other-information .information-block {
    justify-content: center;
  }
}
.pharmacy-information.small .content .other-information .information-block .label {
  display: none;
}
.pharmacy-information.small .content .other-information .information-block .dropdown ul li .label {
  display: block;
}
.pharmacy-information.d-none + #breadcrumbs {
  margin-top: 1.25rem;
}
.pharmacy-information.d-none + .apofinder-static {
  padding: 2.5rem 0 !important;
}
@media (max-width: 991.98px) {
  .pharmacy-information.d-none + .apofinder-static {
    padding: 1.25rem 0 !important;
  }
}
.pharmacy-information.d-none + .product-listing-module,
.pharmacy-information.d-none + .product-search-module {
  padding: 2.5rem 0 !important;
}
.pharmacy-information + .apofinder-static {
  padding: 1.25rem 0 !important;
}
@media (max-width: 991.98px) {
  .pharmacy-information + .apofinder-static {
    padding: 0.625rem 0 !important;
  }
}
.pharmacy-information .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #DDDDDD;
  padding: 1rem;
  background-color: #DAE9F1;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content {
    border-bottom: unset !important;
    align-items: center;
    padding: 1rem 0.75rem;
  }
  .pharmacy-information .content .show-more-icon {
    display: inline-flex;
    background: #262626;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .pharmacy-information .content .show-more-icon svg {
    margin: auto;
  }
}
.pharmacy-information .content .basic-information .information-data {
  width: 100%;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .information-data .name:hover, .pharmacy-information .content .basic-information .information-data .name:active, .pharmacy-information .content .basic-information .information-data .name:focus {
    color: #262626 !important;
  }
}
.pharmacy-information .content.without-border {
  background-color: #F5F5F5;
  border-bottom: 0;
}
.pharmacy-information .content .basic-information {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown {
    font-size: 0.75rem;
  }
  .pharmacy-information .content .basic-information .dropdown a {
    color: #262626;
    -webkit-appearance: unset;
  }
  .pharmacy-information .content .basic-information .dropdown a:hover, .pharmacy-information .content .basic-information .dropdown a:active, .pharmacy-information .content .basic-information .dropdown a:focus {
    text-decoration: none;
    outline: none;
  }
  .pharmacy-information .content .basic-information .dropdown .opened {
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown .closed {
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown .opening-soon {
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown .opening-soon__text {
    color: #B27D00;
  }
  .pharmacy-information .content .basic-information .dropdown-menu {
    padding: 1.5rem;
    top: 2.875rem;
    right: -3.1875rem;
    left: unset;
    min-width: 22.5rem;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    border: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu {
    right: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu {
    top: 2.125rem;
    left: 0.5rem;
    right: 0.5rem;
    padding: 1.5rem;
    min-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 2.5rem 2.625rem;
    top: -1.625rem;
    right: 1.125rem;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    left: 1.125rem;
    right: unset;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    right: 0;
    left: 40%;
    top: -1rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pharmacy-information .content .basic-information .dropdown-menu .headline .title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #262626;
  }
  .pharmacy-information .content .basic-information .dropdown-menu .headline .close {
    display: none;
    font-size: 1.5rem;
    color: #262626;
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu .headline .close {
    display: block;
    top: -0.75rem;
    position: relative;
    right: -0.625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul {
    list-style: none;
    margin: 1.375rem 0 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul {
    margin: 0.75rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #DDDDDD;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.align-start {
    align-items: flex-start;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.white-space-normal {
    white-space: normal;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li {
    font-size: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opened {
    font-weight: 500;
    text-transform: none;
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opened .label {
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.closed {
    font-weight: 500;
    text-transform: none;
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.closed .label {
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opening-soon {
    font-weight: 500;
    text-transform: none;
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opening-soon .label {
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li .label {
    flex: 1;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.125rem;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li .label {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li .delivery-distance-value {
    max-width: 13.75rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.pharmacy-information .content .basic-information .pharmacy-icon {
  margin-right: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.125rem 1.25rem;
  flex: 0;
}
@media (max-width: 1199.98px) {
  .pharmacy-information .content .basic-information .pharmacy-icon {
    display: none;
  }
}
.pharmacy-information .content .basic-information .pharmacy-icon:hover {
  cursor: pointer;
}
.pharmacy-information .content .basic-information .pharmacy-icon img {
  width: auto;
  height: 2.75rem;
  max-width: none;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .information-data {
    flex: 1;
  }
}
.pharmacy-information .content .basic-information .information-data .name {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #D43034;
  transition: all 0.4s ease-in-out;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 0.5rem;
}
.pharmacy-information .content .basic-information .information-data .name:hover, .pharmacy-information .content .basic-information .information-data .name:active, .pharmacy-information .content .basic-information .information-data .name:focus {
  color: #262626;
}
.pharmacy-information .content .basic-information .information-data .name:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .information-data .name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.pharmacy-information .content .other-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pharmacy-information .content .other-information .information-block-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pharmacy-information .content .other-information .information-block {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.opening-times .dropdown .dropdown-menu::after {
    right: 3%;
  }
}
.pharmacy-information .content .other-information .information-block__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block__content {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.payment {
    flex: 3;
    max-width: 30%;
    padding-right: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.payment .information {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery-conditions {
    min-width: 6.875rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery-conditions .information-block__content {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery {
    flex: 3;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery .information {
    text-align: center;
    flex: 1;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.opening-times {
    flex: 4;
  }
}
.pharmacy-information .content .other-information .information-block .label {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  color: #262626;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .label {
    display: none;
  }
}
.pharmacy-information .content .other-information .information-block .text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.pharmacy-information .content .other-information .information-block .information {
  font-size: 0.875rem;
  font-weight: 500;
  color: #262626;
  line-height: 1.25rem;
  white-space: nowrap;
}
.pharmacy-information .content .other-information .information-block .information img {
  max-width: 7.5rem;
  max-height: 1rem;
}
.pharmacy-information .content .other-information .information-block .information img.notdienst-icon {
  margin: auto;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information img {
    max-width: 100%;
  }
}
.pharmacy-information .content .other-information .information-block .information .closed {
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .opened {
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .closed-dark {
  color: #9A2326;
}
.pharmacy-information .content .other-information .information-block .information .opened-dark {
  color: #1D6828;
}
.pharmacy-information .content .other-information .information-block .information .opening-soon {
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .opening-soon__text {
  color: #8F6400;
}
.pharmacy-information .content .other-information .information-block .information .dropdown {
  display: flex;
  align-items: center;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon {
  display: inline-flex;
  background: #FFF;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg {
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.opened {
  fill: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.closed {
  fill: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.opening-soon {
  fill: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .show-more-button {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown {
    position: unset;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown a {
  color: #262626;
  -webkit-appearance: unset;
}
.pharmacy-information .content .other-information .information-block .information .dropdown a:hover, .pharmacy-information .content .other-information .information-block .information .dropdown a:active, .pharmacy-information .content .other-information .information-block .information .dropdown a:focus {
  text-decoration: none;
  outline: none;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
  padding: 1.5rem;
  top: 2.875rem;
  right: -3.1875rem;
  left: unset;
  min-width: 22.5rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  border: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
    right: -4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
    display: none;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 0 2.5rem 2.625rem;
  top: -1.625rem;
  right: 1.125rem;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
    right: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
    right: 43%;
    left: unset;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #262626;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .close {
  display: none;
  font-size: 1.5rem;
  color: #262626;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .close {
    display: block;
    top: -0.75rem;
    position: relative;
    right: -0.625rem;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul {
  list-style: none;
  margin: 1.375rem 0 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul {
    margin: 0.75rem 0 0;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.align-start {
  align-items: flex-start;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.white-space-normal {
  white-space: normal;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li {
    font-size: 0.75rem;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opened {
  font-weight: 500;
  text-transform: none;
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opened .label {
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.closed {
  font-weight: 500;
  text-transform: none;
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.closed .label {
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opening-soon {
  font-weight: 500;
  text-transform: none;
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opening-soon .label {
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .label {
  flex: 1;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #555555;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .label {
    display: block;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .delivery-distance-value {
  max-width: 13.75rem;
  font-size: 0.75rem;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header {
    align-items: center;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
  }
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #262626;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 320px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close {
    font-size: 2rem;
    font-weight: 700;
    color: #262626;
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close:hover, .modal-default .modal-dialog .modal-content .modal-header .modal-close:active, .modal-default .modal-dialog .modal-content .modal-header .modal-close:focus {
    outline: none;
  }
  .modal-default .modal-dialog .modal-content .modal-header + .modal-body,
  .modal-default .modal-dialog .modal-content .modal-header + .modal-footer {
    margin-top: 1rem;
  }
  .modal-default .modal-dialog .modal-content .modal-body {
    padding: 0;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-body {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-body + .modal-footer {
    margin-top: 1rem;
  }
  .modal-default .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border-top: 0;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-footer {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon {
    position: absolute;
    font-size: 1.5rem;
    color: #353535;
    cursor: pointer;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon.visibility-hidden {
    display: none;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon:nth-child(1) {
    left: -2rem;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon:nth-child(3) {
    right: -2rem;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container {
    flex: 1;
    text-align: center;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    width: 50%;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container .video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video source {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-full-screen {
    margin: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-full-screen .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours {
    z-index: 1101;
    top: auto;
  }
  .modal-pharmacy-working-hours.modal.fade:not(.show) .modal-dialog {
    transform: translate(0, 100%);
  }
  .modal-pharmacy-working-hours .modal-dialog {
    align-items: flex-end;
    min-height: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) and (max-width: 1199.98px) {
  .modal-pharmacy-working-hours .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content {
    padding-top: 0.75rem;
    min-height: auto;
    border-radius: 1rem 1rem 0 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header {
    flex-direction: column;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header .swipe-indicator {
    width: 6.25rem;
    border: 0.125rem solid #BBBBBB;
    border-radius: 0.5rem;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 1.5rem;
    align-self: flex-start;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body {
    flex: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #DDDDDD;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.align-start {
    align-items: flex-start;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.white-space-normal {
    white-space: normal;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opened {
    font-weight: 500;
    text-transform: none;
    color: #248232;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opened .label {
    color: #248232;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.closed {
    font-weight: 500;
    text-transform: none;
    color: #D43034;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.closed .label {
    color: #D43034;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opening-soon {
    font-weight: 500;
    text-transform: none;
    color: #C28B0A;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opening-soon .label {
    color: #C28B0A;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .label {
    flex: 1;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.125rem;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .label {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .delivery-distance-value {
    max-width: 13.75rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.inverted {
  background-color: #122C3B;
}
.inverted .headline h1, .inverted .headline h2, .inverted .headline h3, .inverted .headline h4, .inverted .headline h5, .inverted .headline h6 {
  color: #fff;
}
.inverted .siema-navigation button.btn, .inverted .siema-navigation a.btn, .inverted .find-out-more-button button.btn, .inverted .find-out-more-button a.btn {
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:hover, .inverted .siema-navigation a.btn:hover, .inverted .find-out-more-button button.btn:hover, .inverted .find-out-more-button a.btn:hover {
  background-color: #555555;
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:focus, .inverted .siema-navigation a.btn:focus, .inverted .find-out-more-button button.btn:focus, .inverted .find-out-more-button a.btn:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:active, .inverted .siema-navigation a.btn:active, .inverted .find-out-more-button button.btn:active, .inverted .find-out-more-button a.btn:active {
  background-color: #DDDDDD;
  border-color: #fff;
  color: #262626;
}

.inverted-white {
  background-color: #fff !important;
}
.inverted-white .headline h1, .inverted-white .headline h2, .inverted-white .headline h3, .inverted-white .headline h4, .inverted-white .headline h5, .inverted-white .headline h6 {
  color: #262626;
}

.modal-message-box .modal-dialog .modal-content {
  flex-basis: 30rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body {
  padding: 2rem;
  text-align: center;
}
.modal-message-box .modal-dialog .modal-content .modal-body.modal-body-align-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body {
    padding: 1.5rem 1rem;
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-photo {
  max-width: 7.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-photo + .message-content {
  margin-top: 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-content .title {
  color: #262626;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-content .description {
  color: #555555;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  line-height: 1.3125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action {
  margin-top: 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-block {
  width: 100%;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg svg {
  font-size: 1rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-icon i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-icon svg {
  margin: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency {
  opacity: 0.8;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:focus:active {
  opacity: 1;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn {
  margin-left: 0.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn-group {
  margin-left: 0.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .loading-primary {
  background: #DDDDDD !important;
  color: white;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm svg {
  margin-right: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
  font-size: 0.75rem;
  min-width: 6.25rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width {
  display: flex;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn {
  flex: 1;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:focus {
  color: #003f54;
  background: #edeff5;
  border-color: #edeff5;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn + .btn {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
.modal-message-box #modalCancelNew {
  position: relative;
  top: -1.25rem;
  right: -1rem;
  font-size: 2rem;
  color: #262626;
  opacity: 1;
}
.modal-message-box #modalCancelNew:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .modal-message-box #modalCancelNew {
    top: -1rem;
    right: 0;
  }
}

body.message-modal-show {
  overflow-y: auto;
}
body.message-modal-show .modal-message-box.show {
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-photo {
    max-width: 5.625rem;
  }
}
@media (max-width: 991.98px) {
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-content,
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-action {
    margin-top: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .modal-confirm {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.modal-confirm .modal-dialog {
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-dialog {
    max-width: 20.625rem;
  }
}
.modal-confirm.vaccine-reservation .modal-dialog {
  max-width: 30rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.vaccine-reservation .modal-dialog {
    max-width: 25rem;
  }
}
.modal-confirm .modal-content {
  padding: 2rem 3rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-content {
    padding: 1.5rem 1rem;
  }
}
.modal-confirm .modal-header {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.modal-confirm .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #262626;
}
.modal-confirm .modal-header .header-photo {
  width: 7.5rem;
  height: 7.5rem;
}
.modal-confirm .modal-body {
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  text-align: center;
}
.modal-confirm .modal-body p {
  margin: 0;
  padding: 0 0.75rem;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-body p {
    padding: 0 0.375rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-body p {
    padding: 0;
  }
}
.modal-confirm .modal-footer {
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-footer {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }
}
.modal-confirm .modal-footer .btn {
  margin: 0;
  padding: 0.875rem 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  flex: 1;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-footer .btn {
    max-width: none;
    padding: 0.875rem;
  }
}
.modal-confirm .modal-footer .btn.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-primary:hover {
  background: #9A2326;
  border-color: #9A2326;
}
.modal-confirm .modal-footer .btn.btn-primary:focus {
  background: #D43034;
  border-color: #262626;
}
.modal-confirm .modal-footer .btn.btn-primary:active {
  background: #EF787B !important;
  border-color: #9A2326 !important;
}
.modal-confirm .modal-footer .btn.btn-primary:focus:active {
  box-shadow: none !important;
}
.modal-confirm .modal-footer .btn.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-confirm .modal-footer .btn.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.modal-confirm#deleteUserModal .btn {
  max-width: 9.75rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm#deleteUserModal .btn {
    max-width: 100%;
  }
}
.modal-confirm.delete-address-modal .modal-dialog {
  max-width: 27.125rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-header .modal-title {
    padding: 0 1rem;
  }
}
.modal-confirm.delete-address-modal .btn {
  max-width: 9rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm.delete-address-modal .btn {
    max-width: 100%;
  }
}
.modal-confirm.logout-modal .modal-dialog {
  max-width: 31.625rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.modal-confirm.logout-modal .modal-footer .btn {
  padding: 0.875rem 1rem;
  max-width: none;
}
.modal-confirm.coupon-rabatt-modal .modal-header .modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  flex: 0;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  text-transform: none;
}

@media (max-width: 991.98px) {
  #logoutModal .modal-confirm {
    margin-left: 0;
  }
}

.modal-app-download-info {
  padding: 0;
}
.modal-app-download-info .modal-dialog {
  max-width: 21.25rem;
  margin: auto;
}
.modal-app-download-info .modal-dialog .modal-content {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .modal-app-download-info .modal-dialog .modal-content {
    flex-direction: column;
  }
}
.modal-app-download-info .modal-dialog .modal-content button.close {
  position: absolute;
  right: 0.8125rem;
  top: 0.8125rem;
  color: #262626;
  opacity: 1;
}
.modal-app-download-info .modal-dialog .modal-content button.close:focus {
  outline: none;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body {
  margin-top: 1.25rem;
  padding: 0;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .modal-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: #D43034;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal-app-download-info .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 1.375rem;
  }
}
.modal-app-download-info .modal-dialog .modal-content .modal-body p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #262626;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo {
  display: flex;
  justify-content: center;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo.desktop img {
  max-width: 6.25rem;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo a img {
  width: auto;
  height: 2.375rem;
}

body.ios {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.ios header .navigation-wrapper .navigation-list .navigation-popup-close {
  z-index: 1350;
}
@media (max-width: 767.98px) {
  body.ios header .navigation-wrapper .menu {
    padding: 4rem 0 8rem;
  }
  body.ios header .navigation-wrapper .menu:not(.show) {
    top: -101vh;
  }
}
body.ios.navigation-popup-shown {
  overflow-y: hidden !important;
}
body.ios.navigation-popup-shown #Navigation {
  -webkit-overflow-scrolling: touch;
}

html.ios,
body.ios {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  html.ios .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img,
  body.ios .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    touch-action: manipulation;
  }
}

.opening-times-desktop #OpeningTimesDropdownInModal {
  -webkit-appearance: none;
}

.newsletter-banner {
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
  min-height: 23.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #F5F5F5 72%, #F5F5F5 0%);
}
@media (max-width: 991.98px) {
  .newsletter-banner {
    min-height: 37.625rem;
    background: #F5F5F5;
  }
}
.newsletter-banner .container {
  display: flex;
  background: url(/build/images/newsletter-bg.7f881523.png), #F5F5F5;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .newsletter-banner .container {
    flex-direction: column;
    padding: 0;
    margin: 0;
    max-width: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXAAAAFuCAYAAACYxUPUAAAN60lEQVR4Ae3dO5IcyXnA8ayqGYY8jikZiu01ZG+vJ29HJ9i5AXAD7A2wOsGKJ4BuAMmiSd2gBWzQIbAxDMxE0KUPdCWrejADDDCPftQjs+r3cwg+YhmMIP/x8avM7CIA0Jnz89XJP4Vwsn7/u5NY1CcxxkX7j5dVPIl1OGn/XJTxm+t/fYzl4vrPRYiLL/96MYTFff9eRQDgQX87Xy3aINflehGaCBdFXMSy+H0Z2kCXi+vwPhTbPgg4MGvtxHz8/neLOqyX7ZRch+KbTZhDsSxiOBk6yrsQcGDy2gn6/bpals3k3Aa6CfMiFJupedGMzSchUwIOTMLnk3SownftFB1icRqLJtAZR/ohAg5kZzNRv69O21C303Szg16mvOroi4ADyWqn6qMPR8uirJfNJ8Lv2r10yHzt0SUBB5LwZaw3648ZTtW7EHBgFLfWICGeNlP1MrATAQcGcfHm19N2uo6x+CEUm2BbgxxIwIHOXa9DQhl+CLGJdRGXgt09AQcOJtjjEHBgL5d/+fMyVB9Om5XIj4I9DgEHttJO2dX76qys6h9iKM4Ee3wCDtyr/fB4sxZpT4qQFAEHblzvsmMZfyxCfGrKTpuAw8xt3hCpy6d22fkRcJihzfvWdXm2ibbVSLYEHGaijfaH+uiJffZ0CDhM2GanXR89E+1pEnCYmFs7bdGeNAGHCbg+o12U4Yloz4eAQ8auHohaP3GxZp4EHDJzeb5axvqoWY/UP4n2vAk4ZMBem7sIOCSsXZG4Fcl9BBwSY9pmWwIOiTBtsysBhxFtjv+tq9Pmf4jPTNvsSsBhBDc3JJ0k4QACDgPavK9drJtwF2cBDiTgMICrcMfn1iR0ScChJ9drkiLUT2MMiwAdE3DomP02QxFw6EgT7kVVV88cA2QoAg4H8mGSsQg47MmHScYm4LAj4SYVAg5bEm5SI+DwCOEmVQIO9xBuUifg8AXhJhcCDh+157iP19Xz2J7jhgwIOLO3edK1rp4XMf4UICMCzmy58k7uBJxZujh/9SzU4WfhJmcCzqy0HyiLsn7hdUCmQMCZBSdLmCIBZ9J8oGTKBJxJ8oGSORBwJseem7kQcCajvYhztK5e2HMzFwJO9qxLmCsBJ2vWJcyZgJMl6xIIoQyQmfYW5VFdrsSbuTOBk43NZZyy/qXZcy8DIOCkz2UcuJuAkzQfKeF+Ak6S2qn7eF394scV4H4CTnLevX19VhTxhTPd8DABJxmbCzlXRwPPAvAoAScJpm7YnYAzKlM37K8KMJL2hEnzX8A/Nn/89wDszATO4Jzrhm4IOINyrhu64y0UBvPut9e/hKL+k3hDN0zg9M7LgdAPEzi98nIg9McETi9chYf+CTiduzxfLUNdvrTrhn5ZodCpdmUS1+VKvKF/JnA64UYlDE/AOZiVCYzDCoWDWJnAeEzg7MUpExifgLOz9mLOcV26UQkjs0JhJ5fnr560F3PEG8ZnAmdr7VsmXhCEdAg4j/p4RPCl6/CQFgHnQY4IQrrswLlXu++OPlZCsgScO1389up5XIf/9iPDkC4rFG5xJR7yIeDccL4b8mKFwkb7sVK8IS8CztXHSu+ZQHYEfOZuPlYC2bEDn7HLt69feIwK8iXgM7Q5adLsu0MMywBkywplZj6eNFmJN+RPwGfESROYliowCxdvfj1t/uaPzeT9zwGYBBP4DLTHBENR/8m1eJgWAZ84xwRhupxCmbA23s3U/XMAJknAJ8oZb5g+AZ8YvxYP8yHgE+KCDsyLj5gT0V7QEW+YFxP4BHjHG+ZJwDMn3jBfAp4x8YZ5E/BMiTcg4BkSb6Al4JkRb+CagGdEvIHPCXgmxBv4koBnQLyBuwh44sQbuI+AJ0y8gYcIeKLEG3iMgCdIvIFtCHhixBvYloAnRLyBXQh4IvwYA7ArAU+AeAP78Is8CWh/w1K8gV0J+Mje/fbaDxADezkKjObit1fPQ4w/BYA92IGP5Cre4ecAsCcBH8HF+atnYR3+KwAcQMAH9u7t67MixJcB4EACPqD2os5RXa6a1clJADiQUygDub5lKd5AV0zgA3BFHuiDCXwAzdrkpXgDXRPwnrUXddyyBPrgIk+PXNQB+mQH3hNnvYG+CXgPLs9Xy7guVwGgR3bgHWtPnITmo2UA6JkJvEPtu97Hdbly4gQYggm8Q0fr6oV4A0MR8I5sTpyEeBYABmKF0gEnToAxCPiBPFAFjMUK5QAeqALGJOAH8NESGJOA7+njR8vTADASO/A9vHv7+mkR4osAMCIB35GPlkAqrFB28PGmpY+WQBIEfAfH6+oXHy2BVAj4ltrLOjHEpwEgEXbgW9jsvdfleQBIiAn8ETeXdQASI+CPaPbez+29gRQJ+APayzr23kCq7MDvYe8NpM4Efoeb894ACRPwO1S1vTeQPiuUL3jnBMiFgH/m+sig6RvIgRXKZ47q8qV4A7kQ8I8273vHsAwAmbBCCY4MAnma/QTuyCCQq9kH3JFBIFezXqFcvPn1NBS16RvIUhVmqt17N//hXzZ/9Os6QJZmu0LxyiCQu1kGvL1t6ZVBIHez24G7bQlMxewmcKsTYCpmFXCrE2BKZrNCsToBpmY2E7jVCTA1s5jAXdgBpmgWE3hR1n6gAZicyQd888vyVifABE16heKZWGDKJj2BeyYWmLLJBnxz5tvqBJiwSa5QnPkG5mCSE7gz38AcTG4Cd+YbmIvJTeDOfANzMamAO/MNzMlkViibM991uQrRT6QB8zCZCbz9cCnewJxMYgK/PF8t47qZvgFmZBoTeF2+DAAzk33A3bgE5irrFYobl8CcZT2BV3X1TLyBucp2AvdULDB32U7gm2ODADOW5QTu2CBArhO4Y4MA+QXcsUGAK9kFvCyi3TdAyCzgpm+AT7L5iOnSDsBt2UzgR3X5RLwBPski4O303fxfhacBgBtZBNyPFAN8LfkduCvzAHdLfgJ3ZR7gbklP4KZvgPslPYGbvgHul+wEbvoGeFiyE7jpG+BhSU7gpm+AxyU5gZu+AR6X3ARu+gbYTnITuOkbYDtJTeCmb4DtJTWBm74BtpfMBG76BthNMhP4cV09CwBsLYmAt9N3CPEsALC1JAJeratT730D7CaJgPuleYDdjR5wvzQPsJ/RA276BtjPqAG/eLOy+wbY07gTeOHiDsC+RrvI4+IOwGFGm8Bdmwc4zCgTuOkb4HCjTODtxZ0AwEFGCbijgwCHGzzgLu4AdGPwgDdL9ycBgIMN+hHTx0uA7gw6gTs6CNCdwSbwZvo+Oaqb6TuGkwDAwQabwKt1dSbeAN0ZLOCODgJ0a5CAe3UQoHuDBLwoKkcHATrW+0dMHy8B+tH7BO7jJUA/eg+4m5cA/eh1heLmJUB/ep3A3bwE6E+/K5QingYAetFbwN+9fX3m7DdAf3oLePMX/jEA0JtePmL6eAnQv14mcL95CdC/XgLu7DdA/zpfoVifAAyj8wn8uA5nAYDedR7wGErrE4ABdBrwy/PVsin4MgDQu04DHtfl0wDAIDoNeFG4vAMwlM4C3q5PXJ0HGE5nAbc+ARhWZwG3PgEYVicBtz4BGF4nAbc+ARheNyuUIvwQABjUwW+hePsEYBwHT+DePgEYx8EBj7Fy+gRgBAetUKxPAMZz0ATul3cAxnNQwAs/XAwwmgN34NEHTICR7B3wizer0wDAaPYOeFFUfnkHYET7r1CKeBoAGM1eAfd4FcD49pvA63AaABjVXgF3+xJgfHvuwO2/Aca2c8AdHwRIw+4TeFG6vAOQgD0C7scbAFKw02uEXh8ESMdOE3i1rpYBgCTsFPDS64MAydgp4LGIJnCARGy9A7f/BkjL1hO4/TdAWrYOuP03QFq2Drj9N0BattqB238DpGerCdz+GyA9WwW88PogQHK23IEX3wUAkrJlwE3gAKl5NODe/wZI06MBL8rgAyZAgh4NeIyV978BEvT4BO4CD0CSHgx4e4EnxrAIACTnwYC7wAOQrgcD7gIPQLoe2YG7wAOQqocD7gMmQLLuDfjl+WoZYjgJACTp3oDX62oRAEjWvQEvovUJQMru34EXhRuYAAl7IOAmcICU3Rnw8/PViQ+YAGm7M+BHH7xACJC6OwPuCVmA9N0ZcE/IAqTvvo+Y9t8Aibs74E6gACTvq4C7Qg+Qh68CHj+IN0AOvgq4EygAefgq4PW6FHCADNwxgRffBACS9/UpFCdQALJwK+DeQAHIx62AewMFIB+3Ah6LyvQNkIlbAfcrPAD5uP0Rsyi+CwBk4ctTKFYoAJn4YgK3QgHIxU3AHSEEyMtNwI9DWAQAsnETcK8QAuTlJuBeIQTIy6cJvC5N4AAZ+XQKxRlwgKx8fozQBA6QkU878BAXAYBsfNqBO0YIkJVNwDeXeADIyibgLvEA5GcTcJd4APJzFfBYLQIAWdkEvCicQAHIzdUplMIKBSA3VyuUWsABcnO1QimLbwIAWfm4QokmcIDMXE3gfokHIDtXO3AXeQCyUwYAslSen68WAYDslMfeAQfIUukdFIA8lbGoBBwgQ2VwCxMgS2VZrQUcIENlrEsBB8iQc+AAmSpjdAsTIEcmcIBMlUVZ/D4AkJ12AvcREyBDVigAmRJwgEyVfo0HIE+lX+MByJMVCkCmBBwgUwIOkKnSDxoDZKgI/28CB8hQEQsBB8hRVa3/U8AB8vOHf/n2+78eBQDy0ey+P5T1z+0fTeAA+fhDE+//+Pbb7//e/h0TOEDCihD+ug7hf8tY/8+//tv3//f5P/cP9b3TlEedpfUAAAAASUVORK5CYII=), #F5F5F5;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
}
.newsletter-banner .container .content {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  .newsletter-banner .container .content {
    padding: 2rem 1rem;
  }
}
.newsletter-banner .container .content .title {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  color: #D43034;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .newsletter-banner .container .content .title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.newsletter-banner .container .content .description {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #122C3B;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .newsletter-banner .container .content .description {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.newsletter-banner .container .content .list-info {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.newsletter-banner .container .content .list-info li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #122C3B;
  /* placeholder for the SVG */
}
@media (max-width: 767.98px) {
  .newsletter-banner .container .content .list-info li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.newsletter-banner .container .content .list-info li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.375rem;
  height: 1.25rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTFMOS41MTgwNyAyMUwyNC41MTgxIDEiIHN0cm9rZT0iI0Q0MzAzNCIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=) no-repeat;
  background-size: contain;
}
.newsletter-banner .container .content .action a {
  text-transform: none;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
@media (max-width: 991.98px) {
  .newsletter-banner .container .content .action a {
    width: 100%;
  }
}
.newsletter-banner .container .photo {
  display: flex;
  flex: 1;
  align-items: flex-end;
}
.newsletter-banner .container .photo img {
  width: 100%;
}
