@charset "UTF-8";
/*
 * Display SVG in stylesheets
*/
.product-line-grid {
  align-items: center; }
  .product-line-grid:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6; }
  .product-line-grid__title {
    max-width: 64%; }
  .product-line-grid__row {
    display: flex;
    flex-wrap: wrap; }
  .product-line-grid__block--image {
    width: 90px;
    height: 90px;
    align-self: flex-start; }
  .product-line-grid__block--prod {
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px; }
  .product-line-grid__block--qty {
    width: 100%; }
  .product-line-grid__block--total {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0.9375rem 0 0;
    text-align: right; }
    @media (min-width: 768px) {
      .product-line-grid__block--total {
        margin: 0;
        text-align: center;
        flex: 0 0 7.5rem;
        max-width: 7.5rem; } }
    @media (min-width: 1200px) {
      .product-line-grid__block--total {
        flex: 0 0 9.375rem;
        max-width: 9.375rem; } }
  .product-line-grid__block--delete {
    text-align: center; }
    @media (max-width: 767.98px) {
      .product-line-grid__block--delete {
        align-self: flex-start;
        order: -1;
        padding-top: 0.3125rem; } }
  .product-line-grid__bottom {
    display: flex;
    align-items: center;
    width: 100%; }
  .product-line-grid .current-price {
    display: flex;
    flex-direction: column; }

.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.checkout-step__header {
  border-bottom: 0; }

.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5; }

.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none; }

.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5; }

.checkout-step.-current .step-title {
  cursor: default; }

.checkout-step.-current .content {
  display: block; }

.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none; }

.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block; }

.checkout-step.-current.-reachable.-complete .content {
  display: block; }

.checkout-step.-reachable.-complete .done {
  display: inline-block; }

.checkout-step.-reachable.-complete .content {
  display: none; }

.checkout-step .step-number {
  display: inline-block; }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6; }
    .js-payment-binary.disabled::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      content: ""; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

.checkout-option__thumb {
  height: 3.125rem; }

.checkout-option__img {
  max-height: 3.125rem; }

.checkout-option-block {
  position: relative; }
  .checkout-option-block > input {
    position: absolute;
    left: -99999em; }
  .checkout-option-block.selected .card {
    border-color: #007bff; }

.extra-fields__list {
  margin: 20px 0 0 0; }

.extra-fields__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EFEFEF;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold; }

.extra-fields__title {
  font-size: 18px; }

.extra-fields__price {
  font-family: "Unbounded", sans-serif; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ff9a52;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Hanken Grotesk", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Hanken Grotesk", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", 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; }
  @media (max-width: 992px) {
    body {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

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

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

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

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

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

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 800; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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; }

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 992px) {
    legend {
      font-size: calc(0.99375rem + 0.81653vw) ; } }

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-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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529; }

h1, .h1 {
  font-size: 2rem; }
  @media (max-width: 992px) {
    h1, .h1 {
      font-size: calc(1.04375rem + 1.54234vw) ; } }

h2, .h2 {
  font-size: 1.75rem; }
  @media (max-width: 992px) {
    h2, .h2 {
      font-size: calc(1.01875rem + 1.17944vw) ; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (max-width: 992px) {
    h3, .h3 {
      font-size: calc(0.99375rem + 0.81653vw) ; } }

h4, .h4 {
  font-size: 1.25rem; }
  @media (max-width: 992px) {
    h4, .h4 {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    h5, .h5 {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

h6, .h6 {
  font-size: 1rem; }
  @media (max-width: 992px) {
    h6, .h6 {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }
  @media (max-width: 992px) {
    .lead {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

.display-1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-1 {
      font-size: calc(1.09375rem + 2.26815vw) ; } }

.display-2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-2 {
      font-size: calc(1.06875rem + 1.90524vw) ; } }

.display-3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-3 {
      font-size: calc(1.04375rem + 1.54234vw) ; } }

.display-4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-4 {
      font-size: calc(1.01875rem + 1.17944vw) ; } }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem; }
  @media (max-width: 992px) {
    .blockquote {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.4rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1, .col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2, .col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4, .col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5, .col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7, .col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8, .col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10, .col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11, .col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12, .col-xs-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.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe3cf; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffcaa5; }

.table-hover .table-warning:hover {
  background-color: #ffd4b6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffd4b6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (max-width: 992px) {
    .form-control {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (max-width: 992px) {
    .col-form-label-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  @media (max-width: 992px) {
    .form-control-plaintext {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .form-control-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.75rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (max-width: 992px) {
    .btn {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ff842c;
    border-color: #ff7c1f; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #ff842c;
    border-color: #ff7c1f;
    box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff7c1f;
    border-color: #ff7512; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff9a52;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (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 (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .input-group-text {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .input-group-lg > .form-control,
    .input-group-lg > .custom-select,
    .input-group-lg > .input-group-prepend > .input-group-text,
    .input-group-lg > .input-group-append > .input-group-text,
    .input-group-lg > .input-group-prepend > .btn,
    .input-group-lg > .input-group-append > .btn {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before, .custom-checkbox-color .custom-control-label::before {
  border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before, .custom-radio-color .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (max-width: 992px) {
    .custom-select {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    .custom-select-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.4rem 0.4rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 10px;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .navbar-brand {
      font-size: calc(0.95625rem + 0.27218vw) ; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .navbar-toggler {
      font-size: calc(0.95625rem + 0.27218vw) ; } }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 0.3375rem;
      border-top-right-radius: 0.3375rem; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0.3375rem;
      border-bottom-left-radius: 0.3375rem; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0.3375rem 0.3375rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0.3375rem 0.3375rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.3375rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem; }

.card-deck .card {
  margin-bottom: 0.625rem; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

.card-group > .card {
  margin-bottom: 0.625rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -0.0625rem; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination, .comments-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem; }

.page-link, .comments-pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover, .comments-pagination span:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .comments-pagination span:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link, .comments-pagination li:first-child .page-link, .page-item:first-child .comments-pagination span, .comments-pagination .page-item:first-child span, .comments-pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.page-item:last-child .page-link, .comments-pagination li:last-child .page-link, .page-item:last-child .comments-pagination span, .comments-pagination .page-item:last-child span, .comments-pagination li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.page-item.active .page-link, .comments-pagination li.active .page-link, .page-item.active .comments-pagination span, .comments-pagination .page-item.active span, .comments-pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link, .comments-pagination li.disabled .page-link, .page-item.disabled .comments-pagination span, .comments-pagination .page-item.disabled span, .comments-pagination li.disabled span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (max-width: 992px) {
    .pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .comments-pagination li:first-child .page-link, .comments-pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:first-child span, .pagination-lg .comments-pagination li:first-child span, .comments-pagination .pagination-lg li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .comments-pagination li:last-child .page-link, .comments-pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:last-child span, .pagination-lg .comments-pagination li:last-child span, .comments-pagination .pagination-lg li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.pagination-sm .page-link, .pagination-sm .comments-pagination span, .comments-pagination .pagination-sm span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .comments-pagination li:first-child .page-link, .comments-pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:first-child span, .pagination-sm .comments-pagination li:first-child span, .comments-pagination .pagination-sm li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .comments-pagination li:last-child .page-link, .comments-pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:last-child span, .pagination-sm .comments-pagination li:last-child span, .comments-pagination .pagination-sm li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ff9a52; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #ff7c1f; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.4rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #85502b;
  background-color: #ffebdc;
  border-color: #ffe3cf; }
  .alert-warning hr {
    border-top-color: #ffd4b6; }
  .alert-warning .alert-link {
    color: #5e391f; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem; }

.list-group-item-action, .list-group-item-action-dropdown, .list-group-item-action-dropdown-link {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action-dropdown:hover, .list-group-item-action-dropdown-link:hover, .list-group-item-action:focus, .list-group-item-action-dropdown:focus, .list-group-item-action-dropdown-link:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .list-group-item-action-dropdown:active, .list-group-item-action-dropdown-link:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown, .list-group-item-primary.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown, .list-group-item-secondary.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown, .list-group-item-success.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown, .list-group-item-info.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #85502b;
  background-color: #ffe3cf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus {
    color: #85502b;
    background-color: #ffd4b6; }
  .list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown, .list-group-item-warning.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #85502b;
    border-color: #85502b; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown, .list-group-item-danger.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action-dropdown-link:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active, .list-group-item-light.active.list-group-item-action-dropdown, .list-group-item-light.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action-dropdown-link:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active, .list-group-item-dark.active.list-group-item-action-dropdown, .list-group-item-dark.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 992px) {
    .close {
      font-size: calc(0.99375rem + 0.81653vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ff9a52 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff7c1f !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ff9a52 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.4rem !important; }

.rounded {
  border-radius: 0.4rem !important; }

.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important; }

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important; }

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important; }

.rounded-lg {
  border-radius: 0.4rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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; } }

.float-left, .float-xs-left {
  float: left !important; }

.float-right, .float-xs-right {
  float: right !important; }

.float-none, .float-xs-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 20px !important; }

.mt-3,
.my-3 {
  margin-top: 20px !important; }

.mr-3,
.mx-3 {
  margin-right: 20px !important; }

.mb-3,
.my-3 {
  margin-bottom: 20px !important; }

.ml-3,
.mx-3 {
  margin-left: 20px !important; }

.m-4 {
  margin: 30px !important; }

.mt-4,
.my-4 {
  margin-top: 30px !important; }

.mr-4,
.mx-4 {
  margin-right: 30px !important; }

.mb-4,
.my-4 {
  margin-bottom: 30px !important; }

.ml-4,
.mx-4 {
  margin-left: 30px !important; }

.m-5 {
  margin: 40px !important; }

.mt-5,
.my-5 {
  margin-top: 40px !important; }

.mr-5,
.mx-5 {
  margin-right: 40px !important; }

.mb-5,
.my-5 {
  margin-bottom: 40px !important; }

.ml-5,
.mx-5 {
  margin-left: 40px !important; }

.m-6 {
  margin: 50px !important; }

.mt-6,
.my-6 {
  margin-top: 50px !important; }

.mr-6,
.mx-6 {
  margin-right: 50px !important; }

.mb-6,
.my-6 {
  margin-bottom: 50px !important; }

.ml-6,
.mx-6 {
  margin-left: 50px !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: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

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

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

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

.p-3 {
  padding: 20px !important; }

.pt-3,
.py-3 {
  padding-top: 20px !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 20px !important; }

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

.p-4 {
  padding: 30px !important; }

.pt-4,
.py-4 {
  padding-top: 30px !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important; }

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

.p-5 {
  padding: 40px !important; }

.pt-5,
.py-5 {
  padding-top: 40px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important; }

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

.p-6 {
  padding: 50px !important; }

.pt-6,
.py-6 {
  padding-top: 50px !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 50px !important; }

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

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -20px !important; }

.mt-n3,
.my-n3 {
  margin-top: -20px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -20px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -20px !important; }

.m-n4 {
  margin: -30px !important; }

.mt-n4,
.my-n4 {
  margin-top: -30px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -30px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -30px !important; }

.m-n5 {
  margin: -40px !important; }

.mt-n5,
.my-n5 {
  margin-top: -40px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -40px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -40px !important; }

.m-n6 {
  margin: -50px !important; }

.mt-n6,
.my-n6 {
  margin-top: -50px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -50px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -50px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -50px !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: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 20px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 40px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important; }
  .m-sm-6 {
    margin: 50px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 20px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 40px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important; }
  .p-sm-6 {
    padding: 50px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -20px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important; }
  .m-sm-n4 {
    margin: -30px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important; }
  .m-sm-n5 {
    margin: -40px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important; }
  .m-sm-n6 {
    margin: -50px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -50px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -50px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -50px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -50px !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: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 20px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 40px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important; }
  .m-md-6 {
    margin: 50px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 20px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 40px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important; }
  .p-md-6 {
    padding: 50px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -20px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important; }
  .m-md-n4 {
    margin: -30px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important; }
  .m-md-n5 {
    margin: -40px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important; }
  .m-md-n6 {
    margin: -50px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -50px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -50px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -50px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -50px !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: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 20px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 40px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important; }
  .m-lg-6 {
    margin: 50px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 20px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 40px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important; }
  .p-lg-6 {
    padding: 50px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -20px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important; }
  .m-lg-n4 {
    margin: -30px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important; }
  .m-lg-n5 {
    margin: -40px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important; }
  .m-lg-n6 {
    margin: -50px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -50px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -50px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -50px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -50px !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: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 20px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important; }
  .m-xl-4 {
    margin: 30px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important; }
  .m-xl-5 {
    margin: 40px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important; }
  .m-xl-6 {
    margin: 50px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 50px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 50px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 50px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 20px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important; }
  .p-xl-4 {
    padding: 30px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important; }
  .p-xl-5 {
    padding: 40px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important; }
  .p-xl-6 {
    padding: 50px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 50px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 50px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 50px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 50px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -20px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important; }
  .m-xl-n4 {
    margin: -30px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important; }
  .m-xl-n5 {
    margin: -40px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important; }
  .m-xl-n6 {
    margin: -50px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -50px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -50px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -50px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -50px !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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: 200 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ff9a52 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ff6d06 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
  .swiper-button-next {
    display: none !important; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */ }

.font-reset {
  /* stylelint-disable */
  font-size: inherit !important;
  /* stylelint-enable */ }

.line-height-reset {
  /* stylelint-disable */
  line-height: inherit !important;
  /* stylelint-enable */ }

.font-sm {
  font-size: 0.875rem; }

.font-lg {
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    .font-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.font-xs {
  font-size: 0.6875rem; }

.font-base {
  font-size: 1rem; }
  @media (max-width: 992px) {
    .font-base {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

.title {
  text-align: center;
  margin: 0 auto 40px auto; }

.blur {
  filter: blur(5px); }

.deco-t-white:before,
.deco-b-white:after,
.deco-t:before,
.deco-b:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-repeat: repeat-x;
  background-size: 790px 100px; }

.deco-t-white:before {
  background-position: center top -27px; }

.deco-b-white:after {
  background-position: center top 27px; }

.deco-t:before {
  background-position: center top 27px; }

.deco-b:after {
  background-position: center top -27px; }

.deco-t--1:before,
.deco-b--1:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%230B8E36' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }

.deco-t--2:before,
.deco-b--2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%2385BE4C' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }

.deco-t--3:before,
.deco-b--3:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }

.deco-t-white:before,
.deco-b-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }

.wrapper {
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 40px; }

@media (min-width: 768px) {
  .title {
    margin: 0 auto 60px auto; } }

.modal {
  display: none; }

.dropdown-menu {
  display: none; }

.toast {
  opacity: 0; }

#identity #content-wrapper,
#history #content-wrapper,
#order-slip #content-wrapper,
#discount #content-wrapper,
#module-blockwishlist-lists #content-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 40px; }

#authentication .user-form .form-group:nth-child(7) .form-label,
#identity .user-form .form-group:nth-child(8) .form-label {
  font-size: 0; }
  #authentication .user-form .form-group:nth-child(7) .form-label:after,
  #identity .user-form .form-group:nth-child(8) .form-label:after {
    content: "Entreprise";
    display: inline-block;
    font-size: 16px; }

.payment-options .pt-4 {
  display: none; }

body,
html {
  height: 100%; }

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 65px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

ul {
  padding-left: 0;
  list-style: none; }

figure {
  margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d; }

input::placeholder,
textarea::placeholder {
  color: #6c757d; }

input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #212529; }

input:active::placeholder,
textarea:active::placeholder {
  color: #212529; }

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
            appearance: none; }

a {
  color: #0B8E36; }
  a:hover {
    color: #85BE4C; }

/* ----------------------------- */
/* Fonts @font-face declarations */
/* ----------------------------- */
/* Material Icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/starter/assets//fonts/MaterialIcons-Regular-cff684e59ffb052d72cb8d5e49471553.woff2), url(/themes/starter/assets//fonts/MaterialIcons-Regular-83bebaf37c09c7e1c3ee52682892ae14.woff); }

/* Unbounded */
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  src: url(/themes/starter/assets//fonts/unbounded-v3-latin-700-f81af6f7c9b62066a9fb5464692e3514.woff2), url(/themes/starter/assets//fonts/unbounded-v3-latin-700-6781fe0e954ff9c73ccb5d78fae4b6e1.woff); }

/* Hanken Grotesk */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-regular-c4845cfa38c4952827c22ac667f12cf5.woff2), url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-regular-b471f6073ea5bdba5008a1b7dfe3d3c0.woff); }

@font-face {
  font-family: "Hanken Grotesk";
  font-style: italic;
  font-weight: 400;
  src: url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-italic-99a4ce8601aacd428d9700eeed471fb6.woff2), url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-italic-dd35d7512aa75318e1cc4b4ef991601b.woff); }

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-700-d59cd329087961c852f9b7edeaacd57a.woff2), url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-700-e71a4571f13a89e70b50d56919d13a7e.woff); }

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 900;
  src: url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-900-5649ab82321f9c42379b7c211c9a066b.woff2), url(/themes/starter/assets//fonts/hanken-grotesk-v5-latin-900-5b9902343d77e84d658d5c46bec0856e.woff); }

.material-icons {
  display: inline-block;
  /* stylelint-disable */
  font-family: "Material Icons";
  /* stylelint-enable */
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga"; }

label,
.label {
  color: #212529; }

h1,
h2 {
  font-size: 35px; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: "Unbounded", sans-serif; }

h4 {
  font-weight: 700; }

@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 50px; } }

@media (min-width: 1440px) {
  h1,
  h2 {
    font-size: 68px; } }

.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: #007bff; }
  .swiper-button-custom::after {
    display: none; }

.breadcrumb {
  opacity: 0; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      position: relative;
      flex-wrap: nowrap;
      padding-right: 0;
      padding-left: 0;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .breadcrumb::-webkit-scrollbar {
        display: none; }
      .breadcrumb .breadcrumb-item:first-child {
        padding-left: 1rem; }
      .breadcrumb .breadcrumb-item:last-child {
        padding-right: 1rem; } }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none; }

.btn-icon {
  font-size: inherit;
  vertical-align: middle; }

.btn {
  transition: background-color 0.3s ease-in-out;
  border: none;
  color: #000;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    color: #000; }
  .btn:focus {
    border: none;
    box-shadow: none; }

.btn-primary {
  color: #FFF;
  padding: .8rem 1.25rem;
  background-color: #85BE4C; }
  .btn-primary:hover, .btn-primary:focus {
    color: #FFF;
    background-color: #0B8E36; }

.btn-tertiary {
  color: #85BE4C;
  padding: .8rem 1.25rem;
  background-color: #FFF; }
  .btn-tertiary:hover, .btn-tertiary:focus {
    color: #FFF;
    background-color: #85BE4C; }

.btn-secondary {
  padding: 8px 40px 8px 20px;
  background-color: #F7A800; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #85BE4C; }

.btn-secondary {
  position: relative; }
  .btn-secondary:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    width: 20px;
    height: 20px;
    box-sizing: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23000' viewBox='0 0 32 32'%3E%3Cpath d='M 18.132812 2.484375 C 17.546875 2.484375 17.011719 2.722656 16.625 3.109375 C 16.238281 3.492188 16 4.027344 16 4.617188 C 16 5.207031 16.238281 5.738281 16.625 6.125 L 24.367188 13.867188 L 2.484375 13.867188 C 1.304688 13.867188 0.347656 14.820312 0.347656 16 C 0.347656 17.179688 1.304688 18.132812 2.484375 18.132812 L 24.367188 18.132812 L 16.625 25.875 C 16.238281 26.261719 16 26.792969 16 27.382812 C 16 27.972656 16.238281 28.507812 16.625 28.890625 C 17.011719 29.277344 17.546875 29.515625 18.132812 29.515625 C 18.722656 29.515625 19.257812 29.277344 19.644531 28.890625 L 31.027344 17.507812 C 31.074219 17.464844 31.117188 17.417969 31.15625 17.367188 L 31.160156 17.363281 C 31.445312 17.023438 31.628906 16.582031 31.648438 16.101562 L 31.648438 16.097656 C 31.652344 16.070312 31.652344 16.035156 31.652344 16 C 31.652344 15.964844 31.652344 15.933594 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.902344 31.648438 15.902344 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.828125 31.640625 15.761719 31.632812 15.695312 L 31.632812 15.707031 C 31.59375 15.425781 31.503906 15.175781 31.378906 14.949219 L 31.382812 14.960938 C 31.34375 14.894531 31.3125 14.839844 31.273438 14.789062 L 31.28125 14.792969 C 31.238281 14.734375 31.199219 14.683594 31.15625 14.632812 L 31.160156 14.636719 C 31.117188 14.582031 31.074219 14.535156 31.027344 14.492188 L 19.644531 3.109375 C 19.257812 2.722656 18.722656 2.484375 18.132812 2.484375 Z M 18.132812 2.484375 '/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.btn-quaternary {
  padding: 8px 50px 8px 30px;
  background-color: #0B8E36;
  color: #FFF;
  position: relative;
  font-size: 20px;
  border-radius: 40px; }
  .btn-quaternary:hover, .btn-quaternary:focus {
    color: #0B8E36;
    background-color: #FFF; }
  .btn-quaternary:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translatey(-50%);
    width: 15px;
    height: 15px;
    box-sizing: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 18.132812 2.484375 C 17.546875 2.484375 17.011719 2.722656 16.625 3.109375 C 16.238281 3.492188 16 4.027344 16 4.617188 C 16 5.207031 16.238281 5.738281 16.625 6.125 L 24.367188 13.867188 L 2.484375 13.867188 C 1.304688 13.867188 0.347656 14.820312 0.347656 16 C 0.347656 17.179688 1.304688 18.132812 2.484375 18.132812 L 24.367188 18.132812 L 16.625 25.875 C 16.238281 26.261719 16 26.792969 16 27.382812 C 16 27.972656 16.238281 28.507812 16.625 28.890625 C 17.011719 29.277344 17.546875 29.515625 18.132812 29.515625 C 18.722656 29.515625 19.257812 29.277344 19.644531 28.890625 L 31.027344 17.507812 C 31.074219 17.464844 31.117188 17.417969 31.15625 17.367188 L 31.160156 17.363281 C 31.445312 17.023438 31.628906 16.582031 31.648438 16.101562 L 31.648438 16.097656 C 31.652344 16.070312 31.652344 16.035156 31.652344 16 C 31.652344 15.964844 31.652344 15.933594 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.902344 31.648438 15.902344 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.828125 31.640625 15.761719 31.632812 15.695312 L 31.632812 15.707031 C 31.59375 15.425781 31.503906 15.175781 31.378906 14.949219 L 31.382812 14.960938 C 31.34375 14.894531 31.3125 14.839844 31.273438 14.789062 L 31.28125 14.792969 C 31.238281 14.734375 31.199219 14.683594 31.15625 14.632812 L 31.160156 14.636719 C 31.117188 14.582031 31.074219 14.535156 31.027344 14.492188 L 19.644531 3.109375 C 19.257812 2.722656 18.722656 2.484375 18.132812 2.484375 Z M 18.132812 2.484375 '/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .btn-quaternary:hover:after, .btn-quaternary:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%230B8E36' viewBox='0 0 32 32'%3E%3Cpath d='M 18.132812 2.484375 C 17.546875 2.484375 17.011719 2.722656 16.625 3.109375 C 16.238281 3.492188 16 4.027344 16 4.617188 C 16 5.207031 16.238281 5.738281 16.625 6.125 L 24.367188 13.867188 L 2.484375 13.867188 C 1.304688 13.867188 0.347656 14.820312 0.347656 16 C 0.347656 17.179688 1.304688 18.132812 2.484375 18.132812 L 24.367188 18.132812 L 16.625 25.875 C 16.238281 26.261719 16 26.792969 16 27.382812 C 16 27.972656 16.238281 28.507812 16.625 28.890625 C 17.011719 29.277344 17.546875 29.515625 18.132812 29.515625 C 18.722656 29.515625 19.257812 29.277344 19.644531 28.890625 L 31.027344 17.507812 C 31.074219 17.464844 31.117188 17.417969 31.15625 17.367188 L 31.160156 17.363281 C 31.445312 17.023438 31.628906 16.582031 31.648438 16.101562 L 31.648438 16.097656 C 31.652344 16.070312 31.652344 16.035156 31.652344 16 C 31.652344 15.964844 31.652344 15.933594 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.902344 31.648438 15.902344 31.648438 15.898438 L 31.648438 15.902344 C 31.648438 15.828125 31.640625 15.761719 31.632812 15.695312 L 31.632812 15.707031 C 31.59375 15.425781 31.503906 15.175781 31.378906 14.949219 L 31.382812 14.960938 C 31.34375 14.894531 31.3125 14.839844 31.273438 14.789062 L 31.28125 14.792969 C 31.238281 14.734375 31.199219 14.683594 31.15625 14.632812 L 31.160156 14.636719 C 31.117188 14.582031 31.074219 14.535156 31.027344 14.492188 L 19.644531 3.109375 C 19.257812 2.722656 18.722656 2.484375 18.132812 2.484375 Z M 18.132812 2.484375 '/%3E%3C/svg%3E"); }
  .btn-quaternary--small {
    padding: 4px 25px 4px 15px;
    font-size: 14px; }
    .btn-quaternary--small:after {
      width: 10px;
      height: 10px;
      right: 12px; }

.btn-quinary {
  color: #000;
  padding: .8rem 1.25rem;
  background-color: #85BE4C; }
  .btn-quinary:hover, .btn-quinary:focus {
    color: #FFF;
    background-color: #0B8E36; }

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-quinary {
  font-weight: 600;
  font-family: "Unbounded", sans-serif; }

.btn-quaternary {
  font-weight: 600; }

.btn-unstyle {
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  border: none; }
  .btn-unstyle:focus {
    outline: 0; }
    .btn-unstyle:focus .expand-more {
      color: #0B8E36; }

@media (min-width: 768px) {
  .btn-primary,
  .btn-secondary {
    font-size: 20px; }
  .btn-primary {
    padding: 1rem 2rem; }
  .btn-secondary {
    padding: 12px 55px 12px 25px !important; }
    .btn-secondary:after {
      width: 24px;
      height: 24px;
      right: 20px; } }

.container .container {
  padding-right: 0;
  padding-left: 0; }

.card {
  border-radius: 0;
  border: 3px solid #000;
  padding: 0; }
  .card--secondary {
    border: 0; }
  .card.inactive {
    background-color: #E4E4E4; }
    .card.inactive .product-line-grid__row {
      position: relative; }
      .card.inactive .product-line-grid__row:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(228, 228, 228, 0.5);
        z-index: 2; }
  .card .product-line-grid__block--image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover; }

.card-body + .card-body {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.card-group-vertical > .card:not(:first-child) {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-group-vertical > .card:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.icon-collapse[aria-expanded="true"] .material-icons {
  font-size: 0; }
  .icon-collapse[aria-expanded="true"] .material-icons::before {
    font-size: 24px;
    content: "keyboard_arrow_up"; }

.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none; }

.form-label {
  display: block; }

.form-control {
  border-radius: 0;
  margin-bottom: 1.5rem;
  height: auto; }

.form-group .input-group-append .btn {
  padding: 0 20px; }

@media (min-width: 768px) {
  .form-control {
    font-size: 18px;
    padding: 1.5rem 1rem; } }

.list-group-item-action, .list-group-item-action-dropdown, .list-group-item-action-dropdown-link {
  font-weight: 500; }

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .list-group-item-action-dropdown .list-group-item-collapse {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 0;
    margin-left: 10px;
    /* stylelint-disable */
    text-decoration: none !important;
    /* stylelint-enable */
    background: none; }

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item-action-dropdown-link {
  padding: 0; }

.custom-checkbox-color .custom-control-label::before {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */ }

.custom-checkbox-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-control-input-color, .custom-radio-color .custom-control-input-color {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px; }

.custom-radio-color {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1.5rem; }
  .custom-radio-color .custom-control-input-color {
    top: 0;
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%; }
  .custom-radio-color .custom-control-input {
    width: 100%;
    height: 100%; }
    .custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
      top: 0.1875rem;
      right: 0.1875rem;
      left: auto;
      width: 1.125rem;
      height: 1.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
    .custom-radio-color .custom-control-input:checked ~ .custom-control-label .custom-control-input-color {
      border-color: #212529; }
  .custom-radio-color .custom-control-label::before {
    display: none; }
  .custom-radio-color .custom-control-input:checked ~ .custom-control-label-dark::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox-block {
  padding-left: 1rem; }
  .custom-checkbox-block .custom-control-label::after,
  .custom-checkbox-block .custom-control-label::before {
    left: -1rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #85BE4C;
  background-color: #0B8E36; }

/* stylelint-disable declaration-no-important */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/* stylelint-enable declaration-no-important */
.bootstrap-touchspin {
  max-width: 66px;
  overflow: hidden; }
  .bootstrap-touchspin:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: #000;
    margin: 0 auto; }
  .bootstrap-touchspin > input {
    max-width: 60px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    box-shadow: none;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    background-color: transparent; }
    .bootstrap-touchspin > input.input-touchspin {
      width: 20px; }
    .bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none;
              appearance: none; }
  .bootstrap-touchspin .btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 20px;
    height: 100%;
    padding: 0;
    color: #495057;
    text-align: center;
    border: 0;
    font-weight: bold;
    background-color: transparent; }
    .bootstrap-touchspin .btn:hover, .bootstrap-touchspin .btn:focus {
      background: #e9ecef; }
  .bootstrap-touchspin .input-group-prepend,
  .bootstrap-touchspin .input-group-append {
    display: block;
    margin: 0; }

.input-touchspin {
  max-width: 100px;
  opacity: 0; }
  .bootstrap-touchspin .input-touchspin {
    opacity: 1; }

body div.wpcf7 {
  width: 100%; }
  body div.wpcf7 h3,
  body div.wpcf7 .clearfix {
    display: none; }

body .wpcf7 ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9F9F9F;
  opacity: 1;
  /* Firefox */ }

body .wpcf7 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9F9F9F;
  opacity: 1;
  /* Firefox */ }

body form > .wpcf7-form-control-wrap {
  margin-bottom: 0; }

body .wpcf7 .form-control,
body .wpcf7-textarea {
  margin-bottom: 0;
  font-size: 18px !important; }

body .wpcf-7_submit-holder {
  text-align: center;
  margin-top: 40px; }

body .wpcf7-submit {
  background-color: #85BE4C;
  transition: background-color .3s ease-in-out;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: .8rem 1.25rem;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    body .wpcf7-submit {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  body .wpcf7-submit:hover {
    background-color: #0B8E36; }

@media (min-width: 768px) {
  body .wpcf7 .wpcf7-submit {
    font-size: 20px;
    padding: 1rem 2rem; } }

.l-footer {
  margin-top: auto; }

.footer-container {
  padding: 40px 0;
  background-color: #F7A800;
  background-image: url(/themes/starter/assets//img-dist/a2fc49e90e4f724c0ed62b7bfbfccab0.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom -60px center; }

.footer__inner {
  padding-bottom: 40px;
  text-align: center; }
  .footer__inner p {
    font-size: 18px; }
  .footer__inner a {
    color: #000; }

.footer__logo {
  display: inline-block;
  max-width: 220px; }

.footer__extra {
  margin-top: -55px;
  position: relative;
  z-index: 5; }

@media (min-width: 768px) {
  .footer-container {
    padding: 60px 0;
    background-image: url(/themes/starter/assets//img-dist/a2fc49e90e4f724c0ed62b7bfbfccab0.png), url(/themes/starter/assets//img-dist/c401e0b5141a02345df7085c4c730831.png), url(/themes/starter/assets//img-dist/4b4fac76126f15f9b78fe9c1c3298036.png);
    background-position: left bottom, center bottom, right bottom;
    background-size: 40%, 15%, 40%; }
  .footer__inner {
    padding-bottom: 60px; } }

@media all and (min-width: 1600px) {
  .footer-container {
    background-size: 700px, 300px, 700px; } }

/* HEADER STYLES */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 100vw; }
  @media (min-width: 768px) {
    .l-header {
      position: static; } }

.header-top {
  background-color: #0B8E36;
  padding: 10px 0;
  max-height: 65px; }
  @media (min-width: 768px) {
    .header-top {
      max-height: none;
      padding: 20px 0; } }
  .header-top__mobile {
    display: flex; }
  .header-top__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      .header-top__row {
        flex-wrap: wrap; } }
  .header-top__link {
    display: block;
    padding: 5px;
    color: #FFF;
    text-decoration: none; }
    .header-top__link:hover {
      color: #85BE4C;
      text-decoration: none; }
    @media (min-width: 768px) {
      .header-top__link {
        display: none; } }
  .header-top__btn {
    display: block;
    padding: 0;
    color: #FFF;
    border: none;
    background-color: transparent;
    padding: 5px; }
    .header-top__btn:hover {
      color: #85BE4C;
      text-decoration: none; }
    @media (min-width: 768px) {
      .header-top__btn {
        display: none; } }
  .header-top__icon-container {
    position: relative; }
  .header-top__icon {
    display: block;
    font-size: 2.1875rem; }
  .header-top__badge {
    position: absolute;
    top: -0.5em;
    right: -0.2em;
    width: 2em;
    height: 2em;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 2em;
    color: #fff;
    text-align: center;
    background: #007bff;
    border-radius: 50%; }
  .header-top__block {
    max-width: 70px;
    text-align: center; }
    @media (min-width: 768px) {
      .header-top__block--menu-toggle, .header-top__block--cart {
        display: none; } }

.header-top__block--logo {
  max-width: 150px; }
  @media (min-width: 768px) {
    .header-top__block--logo {
      max-width: 200px; } }

.header__desktop {
  background-color: #F7A800;
  padding: 8px 0; }

.header__desktop__inner {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .header__desktop__inner {
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    .header__desktop__inner {
      padding-right: 30px; } }

.header__desktop__link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .header__desktop__link:not(.header__desktop__link--no-hover):hover {
    text-decoration: none;
    color: #FFF; }

.header__desktop__link--connect {
  margin-right: 10px; }

.header__desktop__link--subscribe {
  margin-left: 10px; }

.header__status {
  display: none; }
  @media (min-width: 768px) {
    .header__status {
      display: block;
      width: 100%;
      margin-top: 20px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .header__status {
      width: auto;
      position: absolute;
      left: 220px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      margin-left: 0; } }

.header__addr {
  display: none; }
  @media (min-width: 768px) {
    .header__addr {
      display: block;
      color: #FFF;
      text-align: center;
      width: 100%; }
      .header__addr__top, .header__addr__bottom {
        display: block; }
      .header__addr__top {
        font-weight: bold;
        text-transform: uppercase; } }
  @media (min-width: 992px) {
    .header__addr {
      width: auto;
      position: absolute;
      left: 220px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      margin-left: 0;
      text-align: initial; } }

.header__status__btn {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 10px;
  color: #000;
  border: 2px solid #000;
  font-weight: bold;
  background-color: transparent; }
  .header__status__btn:hover, .header__status__btn.active {
    color: #FFF;
    border: 2px solid #FFF;
    text-decoration: none; }

.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden; }

.product-miniature {
  height: 100%; }
  .product-miniature__desc {
    font-size: 15px; }
    .product-miniature__desc--full {
      display: none; }
      .product-miniature__desc--full.active {
        display: block; }
    .product-miniature__desc--excerpt {
      display: block; }
      .product-miniature__desc--excerpt.inactive {
        display: none; }
  .product-miniature__thumb {
    height: 340px;
    border-bottom: 3px solid #000; }
    .product-miniature__thumb img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .product-miniature__content {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 0 20px; }
  .product-miniature__top {
    display: flex;
    justify-content: space-between; }
  .product-miniature__info {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    padding: 0;
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
    border-radius: 100%;
    font-size: 0.9375rem;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    text-align: center;
    text-decoration: none; }
    .product-miniature__info:hover {
      color: #FFF;
      background-color: #000;
      text-decoration: none; }
  .product-miniature__quick-view {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 2px solid #000;
    font-size: 0.9375rem;
    transition: color .3s ease-in-out, background-color .3s ease-in-out; }
    .product-miniature__quick-view:hover {
      color: #FFF;
      background-color: #000; }
  .product-miniature__quick-view-icon {
    font-size: inherit;
    line-height: inherit; }
  .product-miniature__discover {
    display: block;
    font-family: "Unbounded", sans-serif; }
  .product-miniature__pricing {
    margin: 0; }
  .product-miniature__title {
    font-family: "Hanken Grotesk", sans-serif;
    max-width: calc(100% - 30px); }
  .product-miniature__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px; }
  .product-miniature--smaller .price,
  .product-miniature--smaller .product-miniature__title {
    font-size: 0.9375rem; }
  .product-miniature--smaller .product-miniature__pricing {
    margin: 0; }

.product-miniature__out-of-stock {
  text-transform: uppercase;
  font-weight: bold;
  color: #a71d2a;
  font-size: 18px; }

@media all and (min-width: 320px) {
  .product-miniature__bottom .price--regular {
    margin-left: 8px; } }

@media all and (min-width: 1024px) {
  .product-miniature__bottom .price--regular {
    margin-left: 0; } }

@media all and (min-width: 1640px) {
  .product-miniature__bottom .price--regular {
    margin-left: 12px; } }

@media all and (min-width: 1440px) {
  .product-miniature__out-of-stock {
    font-size: 22px; } }

.product-flags {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none; }
  .product-flags__flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    pointer-events: auto;
    background: #007bff; }
    .product-flags__flag--online-only {
      position: absolute;
      right: 0;
      z-index: 1;
      margin-top: 0; }
    .product-flags__flag--discount-percentage, .product-flags__flag--discount-amount, .product-flags__flag--discount {
      background-color: #6c757d; }
    .product-flags__flag--on-sale {
      order: -1;
      width: 100%;
      text-align: center;
      background: #6c757d; }

.customization-modal .modal-content {
  border: 1px solid #e9ecef;
  border-radius: 0; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid #e9ecef; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: 600;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

.plus-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 35px;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  border: 3px solid #0B8E36;
  color: #0B8E36;
  border-radius: 100%;
  transition: color .3s ease-in-out, background-color .3s ease-in-out; }
  .plus-btn:hover {
    background-color: #0B8E36;
    color: #fff; }
  .plus-btn--small {
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 52px; }
  .plus-btn span {
    display: block;
    height: 40px;
    margin-top: -18px; }
  .plus-btn:disabled:hover {
    background-color: transparent !important; }

.price {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Unbounded", sans-serif; }
  .price--regular {
    font-weight: 400;
    color: #6c757d;
    text-decoration: line-through; }
  .price--lg {
    font-size: 1.5625rem; }
    @media (max-width: 992px) {
      .price--lg {
        font-size: calc(1rem + 0.90726vw) ; } }
  .price--sm {
    font-size: 1rem; }
    @media (max-width: 992px) {
      .price--sm {
        font-size: calc(0.94375rem + 0.09073vw) ; } }
  .price--null {
    text-decoration: line-through; }

.price__formula {
  font-size: 15px;
  line-height: 7px;
  display: block; }

.price__single {
  font-size: 13px;
  line-height: 13px;
  display: block; }

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex; }
  .star-content .star,
  .star-content .star-on,
  .star-content .star-hover {
    display: block;
    flex: auto;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url(/themes/starter/assets//img-dist/27811373db6ee26ff2a77e33a9841f0f.svg) no-repeat 0 0 transparent;
    background-size: 20px; }
  .star-content .star-on,
  .star-content .star-hover {
    background-image: url(/themes/starter/assets//img-dist/4e38059285d4b263c06b1fb87e2d193c.svg); }
  .star-content .star-hover {
    cursor: pointer; }
  .small-stars .star-content .star,
  .small-stars .star-content .star-on,
  .small-stars .star-content .star-hover {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background-size: 16px; }

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px; }
  .grade-stars.small-stars {
    min-width: 70px;
    height: 16px; }

.product-list-reviews {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.4); }
  .product-list-reviews .grade-stars {
    display: block; }

.products-list {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .products-list__block {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem; }
    .products-list__block--grid {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (min-width: 992px) {
        .layout-left-column .products-list__block--grid {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .layout-right-column .products-list__block--grid {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 768px) {
        .layout-full-width .products-list__block--grid {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 1200px) {
        .layout-full-width .products-list__block--grid {
          flex: 0 0 25%;
          max-width: 25%; } }
    .products-list__block--list {
      flex: 0 0 100%;
      max-width: 100%; }

.product-slider {
  margin-right: -5px;
  margin-left: -5px; }
  @media (min-width: 576px) {
    .product-slider {
      margin-right: -10px;
      margin-left: -10px; } }
  .product-slider__item {
    padding-right: 5px;
    padding-left: 5px; }
    @media (min-width: 576px) {
      .product-slider__item {
        padding-right: 10px;
        padding-left: 10px; } }

.comments-pagination ul {
  margin: 0; }

.comments-pagination span {
  cursor: pointer; }

.deploy {
  display: none; }
  .deploy.active {
    display: block; }

.deploy__figure {
  max-height: 640px;
  overflow: hidden; }
  .deploy__figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.deploy__title {
  font-size: 25px;
  margin: 10px 0; }

.deploy__info {
  background-color: #0B8E36;
  padding: 8px 20px;
  margin: 0;
  color: #FFF;
  display: inline-block; }

.deploy__info__weight {
  font-weight: bold;
  display: block;
  font-family: "Unbounded", sans-serif; }

.deploy__tabs p {
  font-size: 15px; }

.deploy__tabs__filter {
  display: flex;
  margin-top: 20px; }
  .deploy__tabs__filter li {
    color: #AFAFAF;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer; }
    .deploy__tabs__filter li:hover, .deploy__tabs__filter li.active {
      color: #000;
      border-bottom: 3px solid #F7A800; }

.deploy__tabs__block {
  display: none; }
  .deploy__tabs__block.active {
    display: block; }

.deploy__similar {
  display: none; }

.deploy__similar__title {
  font-size: 18px; }

@media (min-width: 768px) {
  .deploy__title {
    font-size: 35px;
    margin: 20px 0; }
  .deploy__tabs__filter li {
    font-size: 22px; }
    .deploy__tabs__filter li:hover, .deploy__tabs__filter li.active {
      border-bottom: 5px solid #F7A800; } }

@media (min-width: 992px) {
  .deploy__similar {
    display: block; }
  .deploy__similar__title {
    font-size: 25px; } }

.popup {
  display: none; }
  .popup.visible {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
  .popup .product-miniature__top {
    display: block; }
  .popup .product-miniature__top--vege:before {
    content: "";
    display: block;
    width: 80px;
    height: 60px;
    background-image: url(/themes/starter/assets//img-dist/d6ffafffb25dacc6265791e0cd919bcf.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    margin-bottom: 10px; }
  .popup .product-miniature__title {
    font-size: 30px; }
  .popup .product-miniature__info {
    display: none; }
  .popup .product-miniature__desc--excerpt {
    display: none; }
  .popup .product-miniature__desc--full {
    display: block;
    font-size: 17px; }
  .popup .product-miniature__bottom {
    background-color: #85BE4C; }
  .popup .product-miniature__pricing .price {
    color: #FFF; }
  .popup .plus-btn {
    border: 3px solid #FFF; }
    .popup .plus-btn span {
      color: #FFF; }
  .popup .deploy {
    display: block; }

.popup__btn {
  width: 46px;
  height: 46px;
  border: none;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }
  .popup__btn:hover {
    background-color: #0B8E36; }
  .popup__btn:before, .popup__btn:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    top: 20px; }
  .popup__btn:before {
    transform: rotate(45deg);
    left: 5px; }
  .popup__btn:after {
    transform: rotate(-45deg);
    right: 5px; }

.popup__content {
  width: 100%;
  max-width: 1024px;
  position: relative;
  background-color: #FFF; }

/* Christmas Popup */
.popup--christmas {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 20px; }
  .popup--christmas img {
    max-width: 100%; }
  .popup--christmas .popup__content {
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.25); }
  .popup--christmas .popup__inner {
    text-align: center; }
  .popup--christmas h3 {
    color: #0B8E36; }
  .popup--christmas svg {
    margin-bottom: 40px; }
  .popup--christmas svg path {
    fill: #F7A800 !important; }

.address__header {
  background-color: transparent; }

.address__body {
  line-height: 1.75; }
  .address__body address {
    margin: 0; }

.address__footer {
  display: flex;
  padding: 0; }
  .address__footer a {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    color: #212529;
    text-align: center; }
    .address__footer a:first-child {
      border-right: 1px solid rgba(0, 0, 0, 0.125); }
    .address__footer a:hover, .address__footer a:focus {
      text-decoration: none;
      background: #e9ecef; }

.customer-links {
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    .customer-links {
      margin: 0; } }
  .customer-links .link-item {
    display: flex;
    align-items: center; }
  @media (max-width: 991.98px) {
    .customer-links__list {
      display: flex;
      flex-wrap: nowrap;
      margin: 1.25rem 0 0;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .customer-links__list::-webkit-scrollbar {
        display: none; } }
  .customer-links a:not(.customer-links__logout) {
    display: block;
    flex: 0 0;
    max-width: inherit;
    padding: 10px;
    font-weight: 700;
    color: #343a40;
    white-space: nowrap;
    border-radius: 0.4rem;
    font-size: 1rem; }
    @media (max-width: 992px) {
      .customer-links a:not(.customer-links__logout) {
        font-size: calc(0.94375rem + 0.09073vw) ; } }
    @media (min-width: 992px) {
      .customer-links a:not(.customer-links__logout) {
        white-space: normal; } }
    .customer-links a:not(.customer-links__logout):hover, .customer-links a:not(.customer-links__logout):focus {
      color: #85BE4C;
      text-decoration: none; }
    .customer-links a:not(.customer-links__logout).active {
      color: #fff;
      background: #85BE4C; }
      .customer-links a:not(.customer-links__logout).active::after {
        display: block; }
      .customer-links a:not(.customer-links__logout).active i {
        color: inherit; }
    .customer-links a:not(.customer-links__logout) i {
      margin-right: 5px;
      color: #85BE4C;
      font-size: 1.625rem; }
      @media (max-width: 992px) {
        .customer-links a:not(.customer-links__logout) i {
          font-size: calc(1.00625rem + 0.99798vw) ; } }
      @media (min-width: 768px) {
        .customer-links a:not(.customer-links__logout) i {
          margin-right: 10px; } }
  .customer-links__logout {
    text-align: center; }
    .customer-links__logout::after, .customer-links__logout::before {
      display: none; }

.user-form {
  max-width: 800px;
  margin: 0 auto; }
  .user-form--sm {
    max-width: 600px; }

.product-table {
  margin: 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .product-table__head {
      display: none; } }
  .product-table__head th {
    border-top: 0; }
  @media (min-width: 576px) {
    .product-table__row {
      margin-top: -1px; } }
  @media (max-width: 767.98px) {
    .product-table tbody {
      display: block; } }

.product-line {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .product-line:last-child {
    border-bottom: 0; }
  .product-line--first {
    border-top: 1px solid #dee2e6; }
  @media (min-width: 768px) {
    .product-line {
      display: table-row;
      padding: 0;
      padding: 10px 0;
      border-bottom: 1px solid #dee2e6; } }
  .product-line .product-line__cell {
    padding: 10px; }
    @media (min-width: 576px) {
      .product-line .product-line__cell {
        padding: 0.75rem;
        vertical-align: middle; } }
  .product-line__qty-input .bootstrap-touchspin {
    margin: 0 auto; }
  .product-line__cell--img {
    width: 7.5rem; }
    @media (max-width: 767.98px) {
      .product-line__cell--img {
        order: -3;
        width: auto;
        flex: 0 0 5.625rem;
        max-width: 5.625rem; } }
  @media (max-width: 767.98px) {
    .product-line__cell--prod {
      order: -2;
      flex: 0 0 calc(100% - 5.625rem);
      max-width: calc(100% - 5.625rem); } }
  @media (max-width: 767.98px) {
    .product-line__cell--delete {
      order: -1;
      flex: 0 0 2.5rem;
      max-width: 2.5rem; } }
  @media (max-width: 767.98px) {
    .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767.98px) {
    .product-line__cell--total {
      text-align: right; } }
  @media (max-width: 767.98px) {
    .product-line__cell[data-title]::before {
      font-size: 0.6875rem;
      display: block;
      margin: 0 0 5px;
      content: attr(data-title); } }
  .product-line__price {
    font-size: 1rem; }
    @media (max-width: 992px) {
      .product-line__price {
        font-size: calc(0.94375rem + 0.09073vw) ; } }
  .product-line__checkbox-block {
    position: static; }
    .product-line__checkbox-block::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      content: ""; }
  @media (max-width: 767.98px) {
    .product-line--return .product-line__cell--checkbox {
      order: -3;
      flex: 0 0 2.5rem;
      max-width: 2.5rem; }
    .product-line--return .product-line__cell--img {
      flex: 0 0 4.375rem;
      max-width: 4.375rem;
      padding-left: 0; }
    .product-line--return .product-line__cell--prod {
      flex: 0 0 calc(100% - 6.875rem);
      max-width: calc(100% - 6.875rem); }
    .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767.98px) {
    .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 575.98px) {
    .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
      flex: 0 0 50%;
      max-width: 50%; }
    .product-line--extended .product-line__cell--qty {
      text-align: right; } }

.blockcart__dropdown {
  width: 20rem;
  min-width: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem; }

.cart-dropdown__content {
  max-height: 31.25rem;
  padding: 10px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto; }

.cart-dropdown__products {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.cart-dropdown__close {
  font-size: 1.375rem;
  color: #6c757d; }
  .cart-dropdown__close:hover, .cart-dropdown__close:focus {
    color: #000; }

.cart-products {
  display: flex;
  padding-bottom: 20px; }
  .cart-products:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #dee2e6; }
  .cart-products__thumb {
    flex: 0 0 5rem;
    max-width: 5rem;
    padding-right: 10px; }
  .cart-products__desc {
    flex: 1 1;
    padding-right: 10px; }
  .cart-products__remove {
    flex: 0 0; }

.cart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5); }
  .cart-loading .cart-loader {
    display: flex; }

.cart-message {
  font-size: 10px;
  line-height: 14px;
  font-family: "Unbounded", sans-serif;
  margin-top: 20px;
  margin-bottom: 0; }

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 1rem; }
  @media (max-width: 992px) {
    .cart-summary-line {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .cart-summary-line:not(:last-child) {
    margin-bottom: 10px; }
  .cart-summary-line.cart-total {
    font-size: 1.125rem; }
    @media (max-width: 992px) {
      .cart-summary-line.cart-total {
        font-size: calc(0.95625rem + 0.27218vw) ; } }
  .cart-summary-line .label {
    margin-right: 10px; }
  .cart-summary-line .value {
    font-weight: 600; }

.day-cart {
  padding-top: 20px; }

.day-cart__top {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #0B8E36;
  text-align: center; }

.day-cart__title {
  width: calc(100% - 32px);
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #FFF; }

.day-cart__trash {
  border: none;
  background: none;
  color: #FFF; }

.day-cart__formula {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #000;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase; }

.day-cart__total {
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  max-height: 40px; }
  .day-cart__total h3 {
    margin: 5px 0 0 20px; }

.day-cart__right {
  display: flex; }

.day-cart__btn {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-top: none;
  border-bottom: 0;
  border-right: 0;
  border-left: 3px solid #000; }
  .day-cart__btn:hover {
    color: #FFF;
    background-color: #000; }

.day-cart__btn--plus {
  font-weight: bold;
  font-size: 20px; }

.cms-content ol,
.cms-content ul {
  padding-left: .75rem;
  list-style: inherit;
  list-style-position: inside; }

.cms-content ol {
  padding-left: 1.875rem;
  list-style: decimal; }

.cms-content img {
  max-width: 100%;
  height: auto; }

.main-menu__item-header {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .main-menu__item-header {
      display: block; } }

.main-menu__dropdown {
  margin: -1rem -1rem 20px;
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 768px) {
    .main-menu__dropdown {
      position: relative;
      display: flex;
      align-items: center;
      margin: 0;
      border: 0; } }

@media (min-width: 768px) {
  .main-menu__list {
    margin: 0 0 10px; }
    .main-menu__list--1 {
      display: flex;
      flex-wrap: wrap; } }

.main-menu__item-link {
  display: block;
  padding: 1rem; }
  .main-menu__item-link:hover {
    color: #F7A800; }
  @media (min-width: 768px) {
    .main-menu__item-link {
      display: inline-block;
      padding: 0; } }
  .main-menu__item-link--top {
    font-size: 1.125rem;
    color: #212529; }
    @media (max-width: 992px) {
      .main-menu__item-link--top {
        font-size: calc(0.95625rem + 0.27218vw) ; } }
    .main-menu__item-link--top:hover, .main-menu__item-link--top:focus {
      text-decoration: none; }
    @media (min-width: 768px) {
      .main-menu__item-link--top {
        font-size: 20px;
        padding: 20px 10px;
        color: #FFF; } }
    @media (min-width: 1200px) {
      .main-menu__item-link--top {
        padding: 20px 30px; } }
  .main-menu__item-link--sub {
    color: #212529; }
    @media (min-width: 768px) {
      .main-menu__item-link--sub {
        margin: 0 0 5px; } }
  .main-menu__item-link--1 {
    font-weight: 700; }
  .main-menu__item-link--2 {
    padding-left: 1.625rem; }
    @media (min-width: 768px) {
      .main-menu__item-link--2 {
        padding: 0; } }
  .main-menu__item-link--3 {
    padding-left: 2.25rem; }
    @media (min-width: 768px) {
      .main-menu__item-link--3 {
        padding-left: 10px; } }
  .main-menu__item-link--4 {
    padding-left: 2.875rem; }
    @media (min-width: 768px) {
      .main-menu__item-link--4 {
        padding-left: 10px; } }

.main-menu__item {
  border-top: 1px solid #dee2e6; }
  .main-menu__item--top:first-child {
    border: 0; }
  @media (min-width: 768px) {
    .main-menu__item {
      border: 0; } }
  @media (min-width: 768px) {
    .main-menu__item--active .main-menu__sub {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }
  @media (min-width: 768px) {
    .main-menu__item--1 {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.main-menu__sub {
  background: #f8f9fa; }
  @media (min-width: 768px) {
    .main-menu__sub {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      z-index: 100;
      padding: 30px 30px 20px;
      visibility: hidden;
      background: #fff;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      opacity: 0;
      transition: 0.2s ease-in;
      transform: translateY(5px); } }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem; }

#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #6c757d;
  background: #fff; }
  #products .page-not-found h4,
  #pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700; }
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none; }
    #products .page-not-found .search-widget input,
    #pagenotfound .page-not-found .search-widget input {
      width: 100%; }

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem; }

.homeslider__img {
  background: #f8f9fa; }

.homeslider__list {
  margin: 0; }

.homeslider__slider {
  position: relative; }

.homeslider__caption {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%); }

.homeslider__desc * {
  color: #343a40; }

.homeslider__arrow {
  top: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 1; }
  .homeslider__arrow > * {
    font-size: 2.5rem; }
  .homeslider__arrow--prev {
    left: 0; }
  .homeslider__arrow--next {
    right: 0; }

.search-form {
  position: relative;
  max-width: 38.75rem;
  margin: 0 auto; }
  .search-form__form-group {
    position: relative; }
    @media (min-width: 992px) {
      .search-result-open .search-form__form-group {
        z-index: 101; } }
  .search-form__input {
    height: 2.875rem;
    padding: 0 4.375rem 0 1.875rem;
    line-height: 2.875rem;
    color: #212529;
    border-width: 1px;
    border-radius: 99em; }
    .search-form__input:focus {
      background: #f8f9fa;
      box-shadow: none; }
  .search-form__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    line-height: 1;
    color: #007bff; }

.search-modal .modal-body {
  padding-top: 2.5rem; }

.search-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 0.625rem; }

@media (min-width: 992px) {
  .js-search-result {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 1.4375rem + 10px 20px 20px;
    margin-top: -1.4375rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.4rem 0.4rem; } }

@media (min-width: 768px) {
  .search-result {
    padding: 20px; } }

.search-result__products {
  margin: 20px -10px 0; }
  .search-result__products .products-list__block {
    padding: 0 10px;
    margin: 0 0 20px;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .search-result__products .products-list__block {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.search-result__bottom {
  /* stylelint-disable */
  position: -webkit-sticky;
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  background: #fff; }
  @media (min-width: 768px) {
    .search-result__bottom {
      padding: 0;
      margin: 0; } }

.page-products__mobile-banner {
  background-color: #F7A800;
  font-family: "Unbounded", sans-serif;
  padding: 10px 20px;
  text-align: center; }

.page-products__title {
  margin-top: 20px;
  font-size: 30px; }

.page-products__filter {
  background-color: #000;
  display: flex;
  width: 100vw;
  overflow-x: scroll;
  margin-left: -40px; }

.page-products__food {
  color: #FFF;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 4px solid #FFF; }
  .page-products__food--en-plus {
    min-width: 100px; }
  .page-products__food span {
    color: #FFF;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 14px; }
  .page-products__food span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px auto;
    background-repeat: no-repeat; }
  .page-products__food--plats span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 15.984375 3.085938 C 12.246094 3.085938 8.863281 3.363281 6.386719 3.820312 C 5.148438 4.050781 4.140625 4.320312 3.40625 4.644531 C 3.039062 4.804688 2.738281 4.976562 2.503906 5.183594 C 2.273438 5.394531 2.09375 5.675781 2.09375 6 C 2.09375 7 2.105469 8.316406 2.09375 9.425781 C 2.09375 9.683594 2.210938 9.917969 2.367188 10.101562 C 2.527344 10.285156 2.730469 10.433594 2.976562 10.570312 C 3.257812 10.730469 3.601562 10.875 3.996094 11.007812 C 2.9375 11.980469 2.28125 13.324219 2.179688 14.777344 C 2.179688 14.785156 2.179688 14.789062 2.179688 14.792969 L 1.628906 14.792969 C 1.027344 14.792969 0.554688 15.1875 0.378906 15.667969 C 0.207031 16.152344 0.320312 16.757812 0.785156 17.140625 L 2.214844 18.320312 C 2.1875 18.378906 2.171875 18.441406 2.171875 18.507812 L 2.171875 21.960938 C 2.171875 25.796875 5.289062 28.914062 9.125 28.914062 L 22.875 28.914062 C 26.710938 28.914062 29.828125 25.796875 29.828125 21.960938 L 29.828125 18.507812 C 29.828125 18.441406 29.8125 18.378906 29.785156 18.320312 L 31.214844 17.140625 C 31.679688 16.757812 31.792969 16.152344 31.621094 15.667969 C 31.445312 15.1875 30.972656 14.792969 30.371094 14.792969 L 29.820312 14.792969 C 29.820312 14.789062 29.820312 14.785156 29.820312 14.777344 C 29.71875 13.324219 29.0625 11.980469 28.003906 11.007812 C 28.398438 10.875 28.742188 10.730469 29.023438 10.570312 C 29.269531 10.433594 29.472656 10.285156 29.632812 10.101562 C 29.789062 9.917969 29.90625 9.683594 29.90625 9.425781 C 29.894531 8.316406 29.90625 7 29.90625 6 C 29.90625 5.675781 29.726562 5.394531 29.496094 5.183594 C 29.261719 4.976562 28.960938 4.804688 28.59375 4.644531 C 27.859375 4.320312 26.851562 4.050781 25.613281 3.820312 C 23.136719 3.363281 19.753906 3.085938 16.015625 3.085938 Z M 15.984375 3.925781 L 15.992188 3.925781 C 16 3.925781 16.007812 3.925781 16.015625 3.925781 C 19.710938 3.925781 23.058594 4.203125 25.457031 4.648438 C 26.660156 4.871094 27.628906 5.136719 28.257812 5.414062 C 29.398438 5.859375 28.902344 6.714844 28.257812 7.105469 C 27.667969 7.464844 26.660156 7.648438 25.457031 7.871094 C 23.058594 8.316406 19.710938 8.59375 16.015625 8.597656 L 16.007812 8.597656 C 16 8.597656 15.992188 8.597656 15.984375 8.597656 C 12.289062 8.59375 8.941406 8.316406 6.542969 7.871094 C 5.339844 7.648438 4.332031 7.464844 3.742188 7.105469 C 3.097656 6.714844 2.601562 5.859375 3.742188 5.414062 C 4.375 5.136719 5.339844 4.871094 6.542969 4.648438 C 8.941406 4.203125 12.289062 3.925781 15.984375 3.925781 Z M 2.933594 7.59375 C 3.089844 7.6875 3.210938 7.792969 3.40625 7.875 C 4.140625 8.199219 5.148438 8.46875 6.386719 8.699219 C 8.863281 9.15625 12.246094 9.4375 15.984375 9.4375 C 15.992188 9.4375 16 9.4375 16.007812 9.4375 L 16.015625 9.4375 C 19.753906 9.4375 23.136719 9.15625 25.613281 8.699219 C 26.851562 8.46875 27.859375 8.199219 28.59375 7.875 C 28.789062 7.792969 28.910156 7.6875 29.066406 7.59375 L 29.066406 9.425781 C 29.066406 9.441406 29.066406 9.472656 28.996094 9.550781 C 28.929688 9.628906 28.800781 9.730469 28.609375 9.839844 C 28.265625 10.035156 27.722656 10.234375 27.042969 10.417969 C 27.039062 10.417969 27.03125 10.421875 27.027344 10.421875 C 27.003906 10.425781 26.984375 10.433594 26.964844 10.441406 C 26.925781 10.453125 26.886719 10.464844 26.84375 10.476562 C 23.285156 11.226562 19.652344 11.570312 16.015625 11.5 C 16.011719 11.5 16.007812 11.5 16.007812 11.5 C 16.003906 11.5 16.003906 11.5 16 11.5 C 15.996094 11.5 15.996094 11.5 15.992188 11.5 L 15.984375 11.5 C 12.347656 11.570312 8.714844 11.226562 5.15625 10.476562 C 5.113281 10.464844 5.078125 10.453125 5.035156 10.441406 C 5.015625 10.433594 4.996094 10.425781 4.972656 10.421875 C 4.96875 10.421875 4.960938 10.417969 4.957031 10.417969 C 4.277344 10.234375 3.734375 10.035156 3.390625 9.839844 C 3.199219 9.730469 3.070312 9.628906 3.003906 9.550781 C 2.9375 9.472656 2.933594 9.441406 2.933594 9.425781 Z M 4.964844 11.296875 C 8.585938 12.0625 12.285156 12.410156 15.984375 12.339844 L 15.984375 12.34375 L 15.992188 12.34375 L 15.988281 12.339844 C 15.996094 12.339844 16.003906 12.339844 16.011719 12.339844 L 16.007812 12.34375 L 16.015625 12.34375 L 16.015625 12.339844 C 19.714844 12.410156 23.414062 12.0625 27.035156 11.296875 C 28.15625 12.121094 28.867188 13.398438 28.976562 14.792969 L 26.875 14.789062 C 26.644531 14.789062 26.457031 14.980469 26.457031 15.210938 C 26.457031 15.445312 26.644531 15.632812 26.875 15.632812 L 30.371094 15.632812 C 30.621094 15.632812 30.761719 15.765625 30.828125 15.949219 C 30.894531 16.136719 30.871094 16.328125 30.679688 16.488281 C 30.679688 16.488281 30.679688 16.488281 30.679688 16.492188 L 26.609375 19.855469 C 26.429688 20.003906 26.402344 20.265625 26.550781 20.445312 C 26.699219 20.625 26.964844 20.652344 27.144531 20.503906 L 28.988281 18.980469 L 28.988281 21.960938 C 28.988281 25.34375 26.257812 28.074219 22.875 28.074219 L 9.125 28.074219 C 5.742188 28.074219 3.011719 25.34375 3.011719 21.960938 L 3.011719 18.980469 L 4.855469 20.503906 C 5.035156 20.652344 5.300781 20.625 5.449219 20.445312 C 5.597656 20.265625 5.570312 20.003906 5.390625 19.855469 L 1.320312 16.492188 C 1.320312 16.488281 1.320312 16.488281 1.320312 16.488281 C 1.128906 16.328125 1.105469 16.136719 1.171875 15.949219 C 1.238281 15.765625 1.378906 15.632812 1.628906 15.632812 L 5.125 15.632812 C 5.355469 15.632812 5.542969 15.445312 5.542969 15.210938 C 5.542969 14.980469 5.355469 14.789062 5.125 14.789062 L 3.023438 14.792969 C 3.132812 13.398438 3.84375 12.121094 4.964844 11.296875 Z M 4.964844 11.296875'/%3E%3C/svg%3E"); }
  .page-products__food--entrees span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 15.992188 3.988281 C 11.839844 3.992188 8.082031 4.277344 5.324219 4.75 C 3.941406 4.984375 2.816406 5.261719 1.980469 5.597656 C 1.558594 5.769531 1.210938 5.945312 0.921875 6.1875 C 0.632812 6.425781 0.371094 6.78125 0.371094 7.230469 L 0.371094 21.355469 C 0.371094 21.355469 0.371094 21.359375 0.371094 21.359375 C 0.371094 21.363281 0.371094 21.363281 0.371094 21.367188 L 0.371094 21.363281 C 0.421875 25.21875 3.714844 28.253906 7.558594 27.996094 L 7.515625 27.996094 L 24.433594 27.996094 C 28.28125 28.257812 31.578125 25.21875 31.625 21.363281 C 31.625 21.363281 31.625 21.363281 31.625 21.359375 C 31.625 21.359375 31.625 21.359375 31.625 21.355469 L 31.625 11.664062 C 31.628906 11.636719 31.628906 11.613281 31.628906 11.582031 C 31.628906 11.5625 31.625 11.542969 31.625 11.527344 L 31.625 11.53125 L 31.625 7.449219 C 31.628906 7.425781 31.628906 7.398438 31.628906 7.371094 C 31.628906 7.347656 31.625 7.332031 31.625 7.3125 L 31.625 7.316406 L 31.625 7.230469 C 31.625 6.78125 31.359375 6.425781 31.074219 6.1875 C 30.785156 5.945312 30.433594 5.765625 30.015625 5.597656 C 29.179688 5.257812 28.054688 4.980469 26.675781 4.746094 C 23.914062 4.273438 20.152344 3.988281 16 3.988281 Z M 15.992188 5.375 L 16 5.375 C 20.089844 5.375 23.796875 5.664062 26.441406 6.113281 C 27.765625 6.339844 28.824219 6.609375 29.5 6.882812 C 29.835938 7.019531 30.074219 7.160156 30.183594 7.25 C 30.226562 7.289062 30.234375 7.292969 30.238281 7.300781 L 30.238281 7.308594 C 30.230469 7.3125 30.230469 7.316406 30.1875 7.351562 C 30.078125 7.441406 29.839844 7.582031 29.503906 7.71875 C 28.828125 7.992188 27.765625 8.261719 26.445312 8.488281 C 23.796875 8.941406 20.089844 9.222656 16 9.222656 C 11.90625 9.222656 8.199219 8.9375 5.554688 8.484375 C 4.230469 8.261719 3.171875 7.988281 2.496094 7.714844 C 2.160156 7.582031 1.921875 7.441406 1.808594 7.347656 C 1.765625 7.3125 1.761719 7.308594 1.757812 7.300781 C 1.753906 7.300781 1.757812 7.300781 1.757812 7.300781 C 1.761719 7.292969 1.765625 7.285156 1.808594 7.25 C 1.921875 7.160156 2.15625 7.019531 2.496094 6.886719 C 3.171875 6.613281 4.234375 6.34375 5.554688 6.117188 C 8.199219 5.664062 11.902344 5.375 15.992188 5.375 Z M 1.757812 8.910156 C 1.828125 8.941406 1.898438 8.972656 1.976562 9.003906 C 2.8125 9.339844 3.941406 9.617188 5.320312 9.851562 C 8.082031 10.324219 11.84375 10.609375 16 10.609375 C 20.15625 10.609375 23.914062 10.328125 26.675781 9.855469 C 28.058594 9.621094 29.183594 9.34375 30.019531 9.003906 C 30.097656 8.976562 30.167969 8.945312 30.238281 8.914062 L 30.238281 11.519531 C 30.230469 11.527344 30.230469 11.53125 30.1875 11.5625 C 30.078125 11.65625 29.839844 11.796875 29.503906 11.933594 C 28.828125 12.203125 27.765625 12.476562 26.445312 12.703125 C 23.796875 13.152344 20.089844 13.4375 16 13.4375 C 11.90625 13.4375 8.199219 13.152344 5.554688 12.699219 C 4.230469 12.472656 3.171875 12.203125 2.496094 11.929688 C 2.160156 11.792969 1.921875 11.652344 1.808594 11.5625 C 1.765625 11.527344 1.761719 11.519531 1.757812 11.515625 Z M 1.757812 13.125 C 1.828125 13.15625 1.898438 13.183594 1.976562 13.214844 C 2.8125 13.554688 3.941406 13.832031 5.320312 14.066406 C 8.082031 14.539062 11.84375 14.824219 16 14.824219 C 20.15625 14.824219 23.914062 14.539062 26.675781 14.070312 C 28.058594 13.835938 29.183594 13.558594 30.019531 13.21875 C 30.097656 13.1875 30.167969 13.160156 30.238281 13.128906 L 30.238281 21.347656 C 30.199219 24.425781 27.601562 26.820312 24.527344 26.609375 C 24.523438 26.609375 24.511719 26.609375 24.503906 26.609375 C 24.496094 26.609375 24.488281 26.609375 24.480469 26.609375 L 7.515625 26.609375 C 7.507812 26.609375 7.5 26.609375 7.488281 26.609375 C 7.480469 26.609375 7.472656 26.609375 7.464844 26.609375 C 4.394531 26.820312 1.796875 24.421875 1.757812 21.347656 Z M 1.757812 13.125 '/%3E%3C/svg%3E"); }
  .page-products__food--desserts span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 22.253906 0.101562 C 22.15625 0.105469 22.066406 0.136719 21.988281 0.183594 C 20.867188 0.886719 20.59375 2.199219 20.554688 3.246094 C 20.539062 3.753906 20.578125 4.21875 20.621094 4.566406 C 19.917969 4.5625 18.855469 4.53125 17.886719 4.949219 C 17.371094 5.171875 16.882812 5.535156 16.550781 6.089844 C 16.222656 6.644531 16.0625 7.367188 16.109375 8.257812 C 16.113281 8.265625 16.113281 8.265625 16.113281 8.269531 L 16.113281 8.265625 C 16.132812 8.585938 16.171875 8.890625 16.226562 9.179688 C 16.183594 9.183594 16.140625 9.191406 16.101562 9.203125 L 16.105469 9.199219 L 0.832031 14.78125 C 0.8125 14.792969 0.800781 14.800781 0.785156 14.8125 L 0.789062 14.808594 C 0.757812 14.824219 0.734375 14.839844 0.710938 14.855469 C 0.664062 14.890625 0.625 14.933594 0.589844 14.976562 L 0.589844 14.980469 C 0.574219 14.996094 0.558594 15.015625 0.546875 15.035156 L 0.546875 15.039062 C 0.507812 15.105469 0.488281 15.1875 0.484375 15.273438 C 0.484375 15.273438 0.484375 15.277344 0.480469 15.28125 L 0.480469 31.363281 C 0.480469 31.660156 0.71875 31.898438 1.015625 31.898438 L 30.984375 31.898438 C 31.28125 31.898438 31.519531 31.660156 31.519531 31.363281 L 31.519531 15.285156 C 31.519531 15.277344 31.519531 15.277344 31.515625 15.273438 L 31.519531 15.277344 C 31.515625 15.183594 31.492188 15.101562 31.449219 15.023438 L 31.449219 15.027344 C 31.445312 15.019531 31.445312 15.011719 31.441406 15.007812 L 31.441406 15.011719 C 31.394531 14.933594 31.332031 14.871094 31.253906 14.824219 L 31.25 14.824219 C 31.25 14.824219 31.25 14.820312 31.25 14.820312 C 31.253906 14.820312 31.25 14.820312 31.25 14.820312 L 31.246094 14.820312 L 25.199219 11.304688 C 25.34375 11.128906 25.476562 10.941406 25.585938 10.75 C 26.289062 9.519531 26.316406 8.085938 26.335938 6.898438 C 26.351562 6.167969 26.035156 5.554688 25.5625 5.1875 C 25.085938 4.820312 24.5 4.660156 23.90625 4.578125 C 23.144531 4.472656 22.351562 4.496094 21.699219 4.527344 C 21.65625 4.21875 21.609375 3.773438 21.625 3.285156 C 21.65625 2.398438 21.894531 1.503906 22.558594 1.089844 C 22.710938 0.996094 22.808594 0.828125 22.808594 0.636719 C 22.808594 0.53125 22.78125 0.433594 22.726562 0.351562 L 22.730469 0.351562 C 22.652344 0.234375 22.535156 0.148438 22.398438 0.117188 L 22.394531 0.117188 C 22.355469 0.105469 22.3125 0.101562 22.269531 0.101562 C 22.265625 0.101562 22.257812 0.101562 22.253906 0.101562 Z M 22.582031 5.578125 C 22.984375 5.574219 23.386719 5.585938 23.757812 5.636719 C 24.25 5.707031 24.664062 5.84375 24.90625 6.035156 C 25.148438 6.222656 25.273438 6.425781 25.265625 6.878906 C 25.242188 8.058594 25.179688 9.304688 24.65625 10.21875 C 24.132812 11.132812 23.183594 11.828125 20.996094 11.9375 C 20.992188 11.9375 20.992188 11.9375 20.992188 11.9375 C 19.953125 11.996094 19.070312 11.765625 18.414062 11.203125 C 17.761719 10.636719 17.289062 9.703125 17.183594 8.199219 C 17.140625 7.460938 17.273438 6.976562 17.472656 6.636719 C 17.671875 6.300781 17.949219 6.089844 18.308594 5.933594 C 19.023438 5.628906 20.023438 5.636719 20.753906 5.636719 C 21.246094 5.636719 21.910156 5.585938 22.582031 5.578125 Z M 16.5 10.191406 C 16.78125 10.953125 17.191406 11.558594 17.714844 12.011719 C 18.621094 12.796875 19.8125 13.078125 21.050781 13.003906 C 22.484375 12.9375 23.566406 12.582031 24.355469 12.054688 L 28.996094 14.75 L 4.039062 14.75 L 16.472656 10.207031 C 16.488281 10.199219 16.496094 10.195312 16.503906 10.191406 Z M 1.550781 15.820312 L 30.449219 15.820312 L 30.449219 20.109375 L 1.550781 20.109375 Z M 1.550781 21.183594 L 30.449219 21.183594 L 30.449219 25.464844 L 1.550781 25.464844 Z M 1.550781 26.539062 L 30.449219 26.539062 L 30.449219 30.828125 L 1.550781 30.828125 Z M 1.550781 26.539062 '/%3E%3C/svg%3E"); }
  .page-products__food--boissons span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 11.902344 0 C 11.15625 0.00390625 10.539062 0.625 10.53125 1.371094 C 10.53125 1.371094 10.53125 1.375 10.53125 1.375 L 10.53125 4.152344 C 10.53125 4.15625 10.53125 4.15625 10.53125 4.15625 C 10.539062 4.90625 11.15625 5.523438 11.902344 5.527344 C 11.90625 5.527344 11.90625 5.527344 11.90625 5.527344 C 11.90625 5.527344 11.90625 5.527344 11.910156 5.527344 L 12.199219 5.527344 L 12.199219 6.855469 C 12.199219 6.855469 12.199219 6.859375 12.199219 6.859375 C 12.199219 6.859375 12.199219 6.859375 12.199219 6.863281 L 12.199219 6.859375 C 12.207031 7.464844 11.984375 8.046875 11.578125 8.492188 C 11.574219 8.492188 11.574219 8.496094 11.574219 8.496094 L 9.535156 10.792969 C 8.941406 11.464844 8.613281 12.328125 8.609375 13.222656 C 8.609375 13.222656 8.609375 13.226562 8.609375 13.226562 L 8.609375 28.738281 C 8.605469 30.535156 10.074219 32.003906 11.871094 32 L 20.054688 32 C 21.851562 32.003906 23.324219 30.53125 23.316406 28.730469 L 23.316406 26.453125 C 23.359375 26.375 23.386719 26.28125 23.390625 26.183594 L 23.390625 16.039062 C 23.386719 15.9375 23.359375 15.84375 23.316406 15.765625 L 23.316406 13.230469 C 23.324219 12.328125 22.992188 11.453125 22.382812 10.785156 L 22.390625 10.789062 L 20.386719 8.535156 C 20.027344 8.039062 19.820312 7.453125 19.800781 6.84375 L 19.800781 5.527344 L 20.089844 5.527344 C 20.09375 5.527344 20.09375 5.527344 20.09375 5.527344 C 20.84375 5.523438 21.460938 4.90625 21.464844 4.15625 C 21.464844 4.15625 21.464844 4.152344 21.464844 4.152344 L 21.464844 1.375 C 21.464844 1.371094 21.464844 1.371094 21.464844 1.371094 C 21.460938 0.625 20.84375 0.00390625 20.09375 0 C 20.09375 0 20.09375 0 20.089844 0 L 11.910156 0 C 11.90625 0 11.90625 0 11.90625 0 C 11.90625 0 11.90625 0 11.902344 0 Z M 11.910156 1.195312 L 20.085938 1.195312 C 20.195312 1.195312 20.269531 1.269531 20.269531 1.375 L 20.269531 4.148438 C 20.269531 4.257812 20.195312 4.332031 20.085938 4.332031 L 19.203125 4.332031 C 18.875 4.332031 18.605469 4.601562 18.605469 4.929688 L 18.605469 6.855469 C 18.605469 6.859375 18.605469 6.863281 18.605469 6.867188 C 18.605469 6.867188 18.605469 6.871094 18.605469 6.875 C 18.636719 7.730469 18.917969 8.554688 19.425781 9.246094 C 19.4375 9.261719 19.449219 9.273438 19.460938 9.285156 L 21.496094 11.582031 C 21.5 11.585938 21.5 11.585938 21.503906 11.585938 L 21.503906 11.589844 C 21.90625 12.035156 22.128906 12.617188 22.121094 13.21875 C 22.121094 13.21875 22.121094 13.21875 22.121094 13.222656 C 22.121094 13.222656 22.121094 13.222656 22.121094 13.226562 L 22.121094 15.441406 L 9.804688 15.441406 L 9.804688 13.226562 C 9.804688 12.621094 10.027344 12.039062 10.429688 11.585938 L 10.429688 11.582031 L 12.460938 9.292969 C 13.070312 8.625 13.402344 7.753906 13.394531 6.847656 L 13.394531 4.929688 C 13.394531 4.601562 13.128906 4.332031 12.796875 4.332031 L 11.910156 4.332031 C 11.800781 4.332031 11.730469 4.257812 11.726562 4.152344 L 11.726562 1.375 C 11.730469 1.269531 11.800781 1.195312 11.910156 1.195312 Z M 9.839844 16.632812 L 22.121094 16.632812 L 22.121094 25.585938 L 9.839844 25.585938 Z M 9.804688 26.777344 L 22.121094 26.777344 L 22.121094 28.738281 C 22.128906 29.890625 21.207031 30.808594 20.054688 30.804688 L 11.871094 30.804688 C 11.871094 30.804688 11.871094 30.804688 11.867188 30.804688 L 11.871094 30.804688 C 10.71875 30.808594 9.800781 29.890625 9.804688 28.738281 Z M 9.804688 26.777344 '/%3E%3C/svg%3E"); }
  .page-products__food--snacking span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 21.863281 0.25 C 20.332031 0.222656 18.886719 1.15625 18.335938 2.664062 L 18.355469 2.617188 C 18.164062 3.03125 17.992188 3.234375 17.859375 3.332031 C 17.722656 3.429688 17.601562 3.464844 17.367188 3.472656 C 16.894531 3.492188 16.046875 3.308594 14.886719 3.414062 C 14.261719 3.472656 13.75 3.675781 13.382812 4.007812 C 13.015625 4.34375 12.820312 4.773438 12.703125 5.191406 C 12.46875 6.03125 12.472656 6.902344 12.242188 7.613281 C 12.152344 7.890625 12.039062 7.996094 11.828125 8.101562 C 11.617188 8.207031 11.289062 8.273438 10.894531 8.304688 C 10.097656 8.363281 9.074219 8.265625 8.125 8.597656 C 7.078125 8.960938 6.5625 9.976562 6.238281 10.996094 C 5.914062 12.019531 5.765625 13.140625 5.601562 13.972656 C 5.542969 14.277344 5.480469 14.320312 5.359375 14.386719 C 5.234375 14.453125 4.984375 14.503906 4.636719 14.527344 C 3.945312 14.574219 2.894531 14.53125 2 15.253906 C 1.1875 15.910156 0.703125 16.828125 0.742188 17.816406 C 0.785156 18.804688 1.320312 19.800781 2.304688 20.71875 C 2.914062 21.285156 3.035156 21.835938 3.042969 22.667969 C 3.050781 23.496094 2.882812 24.554688 2.921875 25.824219 C 2.9375 26.402344 3.242188 26.886719 3.617188 27.1875 C 3.992188 27.488281 4.429688 27.652344 4.84375 27.757812 C 5.050781 27.8125 5.253906 27.851562 5.441406 27.878906 C 4.808594 29.535156 5.882812 31.574219 7.824219 31.746094 C 7.839844 31.75 7.859375 31.75 7.875 31.75 C 7.878906 31.75 7.878906 31.75 7.878906 31.75 L 28.628906 31.75 C 28.640625 31.75 28.652344 31.75 28.660156 31.746094 L 28.65625 31.746094 C 30.148438 31.675781 31.308594 30.40625 31.246094 28.914062 L 31.25 28.941406 L 31.25 6.234375 L 31.246094 6.289062 C 31.359375 5.089844 30.65625 4.097656 29.730469 3.679688 C 29.265625 3.46875 28.730469 3.394531 28.207031 3.484375 C 27.6875 3.574219 27.179688 3.824219 26.765625 4.261719 C 26.765625 4.265625 26.761719 4.265625 26.757812 4.269531 L 26.40625 4.652344 C 26.105469 4.480469 25.945312 4.28125 25.820312 4.058594 C 25.652344 3.757812 25.566406 3.371094 25.453125 2.917969 C 25.339844 2.464844 25.1875 1.933594 24.792969 1.460938 C 24.40625 0.992188 23.789062 0.636719 22.925781 0.429688 C 22.574219 0.316406 22.214844 0.257812 21.863281 0.25 Z M 21.851562 1.417969 C 22.089844 1.421875 22.335938 1.460938 22.578125 1.542969 C 22.59375 1.546875 22.609375 1.550781 22.628906 1.554688 L 22.632812 1.554688 C 23.347656 1.71875 23.679688 1.957031 23.890625 2.210938 C 24.101562 2.464844 24.210938 2.785156 24.316406 3.203125 C 24.417969 3.621094 24.511719 4.125 24.792969 4.632812 C 24.976562 4.957031 25.242188 5.265625 25.609375 5.527344 L 25.027344 6.164062 L 17.40625 6.164062 C 16.023438 6.164062 14.890625 7.292969 14.890625 8.675781 L 14.890625 12.316406 C 13.976562 12.136719 13.066406 12.125 12.195312 12.253906 C 10.183594 12.554688 8.359375 13.605469 7.035156 15.082031 C 4.476562 17.9375 3.722656 22.464844 6.769531 26.136719 L 6.191406 26.769531 C 5.960938 26.761719 5.585938 26.734375 5.136719 26.621094 C 4.820312 26.539062 4.527344 26.410156 4.351562 26.269531 C 4.171875 26.128906 4.101562 26.019531 4.09375 25.792969 C 4.09375 25.789062 4.09375 25.789062 4.09375 25.789062 C 4.0625 24.648438 4.226562 23.636719 4.21875 22.65625 C 4.210938 21.671875 3.964844 20.664062 3.105469 19.859375 C 2.277344 19.085938 1.941406 18.363281 1.917969 17.769531 C 1.894531 17.171875 2.148438 16.644531 2.738281 16.167969 C 3.25 15.753906 3.9375 15.753906 4.71875 15.699219 C 5.105469 15.671875 5.519531 15.636719 5.925781 15.414062 C 6.328125 15.195312 6.648438 14.746094 6.757812 14.195312 C 6.929688 13.308594 7.078125 12.230469 7.355469 11.351562 C 7.636719 10.46875 8.019531 9.875 8.511719 9.703125 C 9.101562 9.496094 10.050781 9.546875 10.980469 9.472656 C 11.445312 9.4375 11.914062 9.371094 12.355469 9.152344 C 12.792969 8.929688 13.183594 8.523438 13.359375 7.972656 C 13.667969 7.027344 13.667969 6.101562 13.835938 5.507812 C 13.917969 5.210938 14.023438 5.015625 14.175781 4.878906 C 14.328125 4.742188 14.550781 4.628906 14.996094 4.585938 C 15.972656 4.492188 16.667969 4.675781 17.414062 4.644531 C 17.789062 4.628906 18.199219 4.535156 18.550781 4.277344 C 18.90625 4.015625 19.179688 3.632812 19.421875 3.109375 C 19.425781 3.101562 19.433594 3.085938 19.4375 3.070312 L 19.441406 3.066406 C 19.816406 2.027344 20.800781 1.390625 21.851562 1.417969 Z M 28.628906 4.609375 C 28.839844 4.609375 29.050781 4.660156 29.246094 4.75 C 29.769531 4.984375 30.144531 5.472656 30.078125 6.179688 C 30.074219 6.195312 30.074219 6.214844 30.074219 6.234375 C 30.074219 6.234375 30.074219 6.234375 30.074219 6.238281 L 30.074219 6.234375 L 30.074219 28.941406 C 30.074219 28.945312 30.074219 28.949219 30.074219 28.953125 C 30.074219 28.957031 30.074219 28.960938 30.074219 28.964844 C 30.113281 29.824219 29.460938 30.535156 28.601562 30.574219 L 7.929688 30.574219 C 6.503906 30.445312 5.886719 28.8125 6.867188 27.769531 C 6.867188 27.769531 6.871094 27.769531 6.871094 27.765625 L 9.761719 24.605469 L 27.621094 5.070312 C 27.863281 4.8125 28.136719 4.671875 28.417969 4.625 C 28.488281 4.617188 28.558594 4.609375 28.628906 4.609375 Z M 17.40625 7.335938 L 23.953125 7.335938 L 18.136719 13.703125 C 17.457031 13.238281 16.761719 12.886719 16.066406 12.640625 L 16.066406 8.675781 C 16.066406 7.929688 16.660156 7.335938 17.40625 7.335938 Z M 13.304688 13.308594 C 14.609375 13.304688 15.984375 13.6875 17.335938 14.582031 L 16.164062 15.863281 C 14.964844 15.160156 13.710938 14.964844 12.546875 15.144531 C 11.253906 15.34375 10.074219 16.007812 9.214844 16.949219 C 7.578125 18.730469 7.03125 21.578125 8.742188 23.980469 L 7.570312 25.261719 C 4.984375 22.042969 5.703125 18.324219 7.90625 15.867188 C 9.28125 14.332031 11.207031 13.316406 13.304688 13.308594 Z M 13.269531 16.226562 C 13.941406 16.21875 14.644531 16.378906 15.351562 16.75 L 9.554688 23.09375 C 8.316406 21.183594 8.804688 19.128906 10.078125 17.742188 C 10.902344 16.84375 12.03125 16.246094 13.269531 16.226562 Z M 13.269531 16.226562 '/%3E%3C/svg%3E"); }
  .page-products__food--en-plus span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='m 17.128906,4.773438 c -0.558594,-0.011719 -1.125,0.00781 -1.699218,0.066406 -0.0039,0 -0.0039,0 -0.0039,0.00391 v -0.00391 c -1.277343,0.132812 -2.5,0.390625 -3.664062,0.75 -0.07422,0.00781 -0.140625,0.027344 -0.199219,0.0625 l 0.0039,-0.00391 C 7.695312,6.894531 4.527344,9.316406 2.554688,12.34375 c -0.042969,0.04687 -0.078126,0.09766 -0.101563,0.160156 -1.515625,2.394532 -2.289063,5.152344 -2.089844,8 0.140625,1.988282 1.15625,3.453125 2.542969,4.445313 1.386719,0.992187 3.132812,1.546875 4.84375,1.871093 3.390625,0.636719 6.648438,0.34375 6.707031,0.339844 4.839844,-0.07813 8.972657,-0.07422 12.027344,-0.988281 1.527344,-0.457031 2.796875,-1.160156 3.699219,-2.246094 0.898437,-1.085937 1.40625,-2.53125 1.476562,-4.386719 C 31.910156,13.035156 26.457031,6.132812 19.0625,4.953125 19.007812,4.925781 18.941406,4.914062 18.871094,4.914062 h -0.01172 c -0.0078,0 -0.01172,0.00391 -0.01563,0.00391 h 0.0039 C 18.28125,4.835938 17.710938,4.785156 17.128906,4.773438 Z m -0.02344,0.957031 c 0.441406,0.011719 0.878906,0.046875 1.308593,0.101562 0.105469,5.234375 -1.753906,7.808594 -2.609374,8.839844 -0.242188,-4.363281 -2.15625,-7.183594 -3.132813,-8.351563 0.914063,-0.246093 1.867187,-0.425781 2.851563,-0.53125 0.535156,-0.050781 1.0625,-0.070312 1.582031,-0.058593 z m 2.261719,0.25 c 1.785156,0.355469 3.433593,1.074219 4.898437,2.039062 0.07422,0.398438 0.261719,1.476563 0.300781,2.777344 0.05469,1.628906 -0.167968,3.515625 -0.996094,4.546875 -0.06641,0.08203 -0.105468,0.1875 -0.105468,0.300781 0,0.261719 0.214844,0.476563 0.476562,0.476563 0.01953,0 0.03906,0 0.05859,-0.0039 0,0 0.21875,-0.02734 0.507812,-0.132813 0.292969,-0.105469 0.6875,-0.292969 1.140626,-0.621094 0.808593,-0.578125 1.789062,-1.589843 2.699218,-3.332031 1.578125,2.285156 2.457032,4.929688 2.359375,7.46875 -0.06641,1.703125 -0.511719,2.914062 -1.257812,3.816406 -0.75,0.902344 -1.828125,1.515625 -3.238281,1.941406 -2.824219,0.84375 -6.921876,0.871094 -11.769532,0.945313 -0.01563,0 -0.02734,0.0039 -0.03906,0.0039 h 0.0039 c 0,0 -3.226562,0.285157 -6.480469,-0.328125 -1.625,-0.304687 -3.25,-0.839844 -4.464843,-1.707031 C 2.25,23.304688 1.4375,22.144531 1.316406,20.4375 1.140625,17.902344 1.804688,15.421875 3.125,13.242188 c 2.050781,0.65625 3.777344,2.078124 4.808594,3.976562 0.210937,0.382812 0.78125,0.308594 0.886718,-0.113281 0,0 0.8125,-3.394531 -0.6875,-8.835938 1.089844,-0.671875 2.277344,-1.234375 3.554688,-1.65625 0.757812,0.726563 3.511719,3.765625 3.3125,9.367188 v 0.01563 c 0,0.261718 0.210938,0.476562 0.476562,0.476562 0.128907,0 0.246094,-0.05078 0.332032,-0.136718 0,0 3.613281,-3.570313 3.558594,-10.351563 z m 1.328124,0.796875 c -0.585937,0 -1.070312,0.484375 -1.070312,1.070312 0,0.589844 0.484375,1.074219 1.070312,1.074219 0.585938,0 1.074219,-0.484375 1.074219,-1.074219 0,-0.585937 -0.488281,-1.070312 -1.074219,-1.070312 z m -9.136718,0.832031 c -0.445313,0 -0.828125,0.277344 -0.992188,0.667969 -0.1875,-0.167969 -0.4375,-0.273438 -0.710937,-0.273438 -0.585938,0 -1.070313,0.484375 -1.070313,1.070313 0,0.585937 0.484375,1.074219 1.070313,1.074219 0.445312,0 0.832031,-0.28125 0.992187,-0.667969 C 11.039062,9.648438 11.289062,9.75 11.558594,9.75 c 0.585937,0 1.070312,-0.484375 1.070312,-1.070312 0,-0.585938 -0.484375,-1.070313 -1.070312,-1.070313 z m 11.15625,0.59375 c -0.585938,0 -1.070313,0.484375 -1.070313,1.070313 0,0.078124 0.0078,0.152343 0.02344,0.226562 -0.117188,-0.042969 -0.246094,-0.070312 -0.378907,-0.070312 -0.585937,0 -1.070312,0.484374 -1.070312,1.070312 0,0.585938 0.484375,1.070312 1.070312,1.070312 0.585938,0 1.074219,-0.484374 1.074219,-1.070312 0,-0.07813 -0.0078,-0.152344 -0.02734,-0.226562 0.121093,0.04687 0.246093,0.07031 0.378906,0.07031 0.585937,0 1.074218,-0.484375 1.074218,-1.070312 0,-0.585938 -0.488281,-1.070313 -1.074218,-1.070313 z M 25.355469,8.8125 c 0.878906,0.703125 1.664062,1.5 2.351562,2.359375 -0.910156,1.898437 -1.882812,2.890625 -2.613281,3.417969 -0.113281,0.07813 -0.167969,0.08594 -0.269531,0.144531 0.519531,-1.25 0.738281,-2.664063 0.699219,-3.964844 -0.02734,-0.742187 -0.09375,-1.417969 -0.167969,-1.957031 z m -18.0625,0.00781 C 8.3125,12.628906 8.132812,14.78125 7.984375,15.824219 6.875,14.304688 5.421875,13.066406 3.660156,12.421875 4.621094,11.058594 5.851562,9.839844 7.292969,8.820312 Z m 4.210937,1.082032 c -0.558594,0.03125 -1.015625,0.503906 -1.015625,1.074218 0,0.585938 0.484375,1.070313 1.070313,1.070313 0.585937,0 1.070312,-0.484375 1.070312,-1.070313 0,-0.585937 -0.484375,-1.074218 -1.070312,-1.074218 z '/%3E%3C/svg%3E"); }

.page-products__food:hover, .page-products__food.active {
  background-color: #FFF;
  border-bottom: 0; }

.page-products__food:hover span,
.page-products__food.active span {
  color: #F7A800; }

.page-products__food:hover:after, .page-products__food.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F7A800;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  z-index: 2; }

.page-products__food--plats:hover span:before,
.page-products__food--plats.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 15.984375 3.085938 C 12.246094 3.085938 8.863281 3.363281 6.386719 3.820312 C 5.148438 4.050781 4.140625 4.320312 3.40625 4.644531 C 3.039062 4.804688 2.738281 4.976562 2.503906 5.183594 C 2.273438 5.394531 2.09375 5.675781 2.09375 6 C 2.09375 7 2.105469 8.316406 2.09375 9.425781 C 2.09375 9.683594 2.210938 9.917969 2.367188 10.101562 C 2.527344 10.285156 2.730469 10.433594 2.976562 10.570312 C 3.257812 10.730469 3.601562 10.875 3.996094 11.007812 C 2.9375 11.980469 2.28125 13.324219 2.179688 14.777344 C 2.179688 14.785156 2.179688 14.789062 2.179688 14.792969 L 1.628906 14.792969 C 1.027344 14.792969 0.554688 15.1875 0.378906 15.667969 C 0.207031 16.152344 0.320312 16.757812 0.785156 17.140625 L 2.214844 18.320312 C 2.1875 18.378906 2.171875 18.441406 2.171875 18.507812 L 2.171875 21.960938 C 2.171875 25.796875 5.289062 28.914062 9.125 28.914062 L 22.875 28.914062 C 26.710938 28.914062 29.828125 25.796875 29.828125 21.960938 L 29.828125 18.507812 C 29.828125 18.441406 29.8125 18.378906 29.785156 18.320312 L 31.214844 17.140625 C 31.679688 16.757812 31.792969 16.152344 31.621094 15.667969 C 31.445312 15.1875 30.972656 14.792969 30.371094 14.792969 L 29.820312 14.792969 C 29.820312 14.789062 29.820312 14.785156 29.820312 14.777344 C 29.71875 13.324219 29.0625 11.980469 28.003906 11.007812 C 28.398438 10.875 28.742188 10.730469 29.023438 10.570312 C 29.269531 10.433594 29.472656 10.285156 29.632812 10.101562 C 29.789062 9.917969 29.90625 9.683594 29.90625 9.425781 C 29.894531 8.316406 29.90625 7 29.90625 6 C 29.90625 5.675781 29.726562 5.394531 29.496094 5.183594 C 29.261719 4.976562 28.960938 4.804688 28.59375 4.644531 C 27.859375 4.320312 26.851562 4.050781 25.613281 3.820312 C 23.136719 3.363281 19.753906 3.085938 16.015625 3.085938 Z M 15.984375 3.925781 L 15.992188 3.925781 C 16 3.925781 16.007812 3.925781 16.015625 3.925781 C 19.710938 3.925781 23.058594 4.203125 25.457031 4.648438 C 26.660156 4.871094 27.628906 5.136719 28.257812 5.414062 C 29.398438 5.859375 28.902344 6.714844 28.257812 7.105469 C 27.667969 7.464844 26.660156 7.648438 25.457031 7.871094 C 23.058594 8.316406 19.710938 8.59375 16.015625 8.597656 L 16.007812 8.597656 C 16 8.597656 15.992188 8.597656 15.984375 8.597656 C 12.289062 8.59375 8.941406 8.316406 6.542969 7.871094 C 5.339844 7.648438 4.332031 7.464844 3.742188 7.105469 C 3.097656 6.714844 2.601562 5.859375 3.742188 5.414062 C 4.375 5.136719 5.339844 4.871094 6.542969 4.648438 C 8.941406 4.203125 12.289062 3.925781 15.984375 3.925781 Z M 2.933594 7.59375 C 3.089844 7.6875 3.210938 7.792969 3.40625 7.875 C 4.140625 8.199219 5.148438 8.46875 6.386719 8.699219 C 8.863281 9.15625 12.246094 9.4375 15.984375 9.4375 C 15.992188 9.4375 16 9.4375 16.007812 9.4375 L 16.015625 9.4375 C 19.753906 9.4375 23.136719 9.15625 25.613281 8.699219 C 26.851562 8.46875 27.859375 8.199219 28.59375 7.875 C 28.789062 7.792969 28.910156 7.6875 29.066406 7.59375 L 29.066406 9.425781 C 29.066406 9.441406 29.066406 9.472656 28.996094 9.550781 C 28.929688 9.628906 28.800781 9.730469 28.609375 9.839844 C 28.265625 10.035156 27.722656 10.234375 27.042969 10.417969 C 27.039062 10.417969 27.03125 10.421875 27.027344 10.421875 C 27.003906 10.425781 26.984375 10.433594 26.964844 10.441406 C 26.925781 10.453125 26.886719 10.464844 26.84375 10.476562 C 23.285156 11.226562 19.652344 11.570312 16.015625 11.5 C 16.011719 11.5 16.007812 11.5 16.007812 11.5 C 16.003906 11.5 16.003906 11.5 16 11.5 C 15.996094 11.5 15.996094 11.5 15.992188 11.5 L 15.984375 11.5 C 12.347656 11.570312 8.714844 11.226562 5.15625 10.476562 C 5.113281 10.464844 5.078125 10.453125 5.035156 10.441406 C 5.015625 10.433594 4.996094 10.425781 4.972656 10.421875 C 4.96875 10.421875 4.960938 10.417969 4.957031 10.417969 C 4.277344 10.234375 3.734375 10.035156 3.390625 9.839844 C 3.199219 9.730469 3.070312 9.628906 3.003906 9.550781 C 2.9375 9.472656 2.933594 9.441406 2.933594 9.425781 Z M 4.964844 11.296875 C 8.585938 12.0625 12.285156 12.410156 15.984375 12.339844 L 15.984375 12.34375 L 15.992188 12.34375 L 15.988281 12.339844 C 15.996094 12.339844 16.003906 12.339844 16.011719 12.339844 L 16.007812 12.34375 L 16.015625 12.34375 L 16.015625 12.339844 C 19.714844 12.410156 23.414062 12.0625 27.035156 11.296875 C 28.15625 12.121094 28.867188 13.398438 28.976562 14.792969 L 26.875 14.789062 C 26.644531 14.789062 26.457031 14.980469 26.457031 15.210938 C 26.457031 15.445312 26.644531 15.632812 26.875 15.632812 L 30.371094 15.632812 C 30.621094 15.632812 30.761719 15.765625 30.828125 15.949219 C 30.894531 16.136719 30.871094 16.328125 30.679688 16.488281 C 30.679688 16.488281 30.679688 16.488281 30.679688 16.492188 L 26.609375 19.855469 C 26.429688 20.003906 26.402344 20.265625 26.550781 20.445312 C 26.699219 20.625 26.964844 20.652344 27.144531 20.503906 L 28.988281 18.980469 L 28.988281 21.960938 C 28.988281 25.34375 26.257812 28.074219 22.875 28.074219 L 9.125 28.074219 C 5.742188 28.074219 3.011719 25.34375 3.011719 21.960938 L 3.011719 18.980469 L 4.855469 20.503906 C 5.035156 20.652344 5.300781 20.625 5.449219 20.445312 C 5.597656 20.265625 5.570312 20.003906 5.390625 19.855469 L 1.320312 16.492188 C 1.320312 16.488281 1.320312 16.488281 1.320312 16.488281 C 1.128906 16.328125 1.105469 16.136719 1.171875 15.949219 C 1.238281 15.765625 1.378906 15.632812 1.628906 15.632812 L 5.125 15.632812 C 5.355469 15.632812 5.542969 15.445312 5.542969 15.210938 C 5.542969 14.980469 5.355469 14.789062 5.125 14.789062 L 3.023438 14.792969 C 3.132812 13.398438 3.84375 12.121094 4.964844 11.296875 Z M 4.964844 11.296875'/%3E%3C/svg%3E"); }

.page-products__food--entrees:hover span:before,
.page-products__food--entrees.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 15.992188 3.988281 C 11.839844 3.992188 8.082031 4.277344 5.324219 4.75 C 3.941406 4.984375 2.816406 5.261719 1.980469 5.597656 C 1.558594 5.769531 1.210938 5.945312 0.921875 6.1875 C 0.632812 6.425781 0.371094 6.78125 0.371094 7.230469 L 0.371094 21.355469 C 0.371094 21.355469 0.371094 21.359375 0.371094 21.359375 C 0.371094 21.363281 0.371094 21.363281 0.371094 21.367188 L 0.371094 21.363281 C 0.421875 25.21875 3.714844 28.253906 7.558594 27.996094 L 7.515625 27.996094 L 24.433594 27.996094 C 28.28125 28.257812 31.578125 25.21875 31.625 21.363281 C 31.625 21.363281 31.625 21.363281 31.625 21.359375 C 31.625 21.359375 31.625 21.359375 31.625 21.355469 L 31.625 11.664062 C 31.628906 11.636719 31.628906 11.613281 31.628906 11.582031 C 31.628906 11.5625 31.625 11.542969 31.625 11.527344 L 31.625 11.53125 L 31.625 7.449219 C 31.628906 7.425781 31.628906 7.398438 31.628906 7.371094 C 31.628906 7.347656 31.625 7.332031 31.625 7.3125 L 31.625 7.316406 L 31.625 7.230469 C 31.625 6.78125 31.359375 6.425781 31.074219 6.1875 C 30.785156 5.945312 30.433594 5.765625 30.015625 5.597656 C 29.179688 5.257812 28.054688 4.980469 26.675781 4.746094 C 23.914062 4.273438 20.152344 3.988281 16 3.988281 Z M 15.992188 5.375 L 16 5.375 C 20.089844 5.375 23.796875 5.664062 26.441406 6.113281 C 27.765625 6.339844 28.824219 6.609375 29.5 6.882812 C 29.835938 7.019531 30.074219 7.160156 30.183594 7.25 C 30.226562 7.289062 30.234375 7.292969 30.238281 7.300781 L 30.238281 7.308594 C 30.230469 7.3125 30.230469 7.316406 30.1875 7.351562 C 30.078125 7.441406 29.839844 7.582031 29.503906 7.71875 C 28.828125 7.992188 27.765625 8.261719 26.445312 8.488281 C 23.796875 8.941406 20.089844 9.222656 16 9.222656 C 11.90625 9.222656 8.199219 8.9375 5.554688 8.484375 C 4.230469 8.261719 3.171875 7.988281 2.496094 7.714844 C 2.160156 7.582031 1.921875 7.441406 1.808594 7.347656 C 1.765625 7.3125 1.761719 7.308594 1.757812 7.300781 C 1.753906 7.300781 1.757812 7.300781 1.757812 7.300781 C 1.761719 7.292969 1.765625 7.285156 1.808594 7.25 C 1.921875 7.160156 2.15625 7.019531 2.496094 6.886719 C 3.171875 6.613281 4.234375 6.34375 5.554688 6.117188 C 8.199219 5.664062 11.902344 5.375 15.992188 5.375 Z M 1.757812 8.910156 C 1.828125 8.941406 1.898438 8.972656 1.976562 9.003906 C 2.8125 9.339844 3.941406 9.617188 5.320312 9.851562 C 8.082031 10.324219 11.84375 10.609375 16 10.609375 C 20.15625 10.609375 23.914062 10.328125 26.675781 9.855469 C 28.058594 9.621094 29.183594 9.34375 30.019531 9.003906 C 30.097656 8.976562 30.167969 8.945312 30.238281 8.914062 L 30.238281 11.519531 C 30.230469 11.527344 30.230469 11.53125 30.1875 11.5625 C 30.078125 11.65625 29.839844 11.796875 29.503906 11.933594 C 28.828125 12.203125 27.765625 12.476562 26.445312 12.703125 C 23.796875 13.152344 20.089844 13.4375 16 13.4375 C 11.90625 13.4375 8.199219 13.152344 5.554688 12.699219 C 4.230469 12.472656 3.171875 12.203125 2.496094 11.929688 C 2.160156 11.792969 1.921875 11.652344 1.808594 11.5625 C 1.765625 11.527344 1.761719 11.519531 1.757812 11.515625 Z M 1.757812 13.125 C 1.828125 13.15625 1.898438 13.183594 1.976562 13.214844 C 2.8125 13.554688 3.941406 13.832031 5.320312 14.066406 C 8.082031 14.539062 11.84375 14.824219 16 14.824219 C 20.15625 14.824219 23.914062 14.539062 26.675781 14.070312 C 28.058594 13.835938 29.183594 13.558594 30.019531 13.21875 C 30.097656 13.1875 30.167969 13.160156 30.238281 13.128906 L 30.238281 21.347656 C 30.199219 24.425781 27.601562 26.820312 24.527344 26.609375 C 24.523438 26.609375 24.511719 26.609375 24.503906 26.609375 C 24.496094 26.609375 24.488281 26.609375 24.480469 26.609375 L 7.515625 26.609375 C 7.507812 26.609375 7.5 26.609375 7.488281 26.609375 C 7.480469 26.609375 7.472656 26.609375 7.464844 26.609375 C 4.394531 26.820312 1.796875 24.421875 1.757812 21.347656 Z M 1.757812 13.125 '/%3E%3C/svg%3E"); }

.page-products__food--desserts:hover span:before,
.page-products__food--desserts.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 22.253906 0.101562 C 22.15625 0.105469 22.066406 0.136719 21.988281 0.183594 C 20.867188 0.886719 20.59375 2.199219 20.554688 3.246094 C 20.539062 3.753906 20.578125 4.21875 20.621094 4.566406 C 19.917969 4.5625 18.855469 4.53125 17.886719 4.949219 C 17.371094 5.171875 16.882812 5.535156 16.550781 6.089844 C 16.222656 6.644531 16.0625 7.367188 16.109375 8.257812 C 16.113281 8.265625 16.113281 8.265625 16.113281 8.269531 L 16.113281 8.265625 C 16.132812 8.585938 16.171875 8.890625 16.226562 9.179688 C 16.183594 9.183594 16.140625 9.191406 16.101562 9.203125 L 16.105469 9.199219 L 0.832031 14.78125 C 0.8125 14.792969 0.800781 14.800781 0.785156 14.8125 L 0.789062 14.808594 C 0.757812 14.824219 0.734375 14.839844 0.710938 14.855469 C 0.664062 14.890625 0.625 14.933594 0.589844 14.976562 L 0.589844 14.980469 C 0.574219 14.996094 0.558594 15.015625 0.546875 15.035156 L 0.546875 15.039062 C 0.507812 15.105469 0.488281 15.1875 0.484375 15.273438 C 0.484375 15.273438 0.484375 15.277344 0.480469 15.28125 L 0.480469 31.363281 C 0.480469 31.660156 0.71875 31.898438 1.015625 31.898438 L 30.984375 31.898438 C 31.28125 31.898438 31.519531 31.660156 31.519531 31.363281 L 31.519531 15.285156 C 31.519531 15.277344 31.519531 15.277344 31.515625 15.273438 L 31.519531 15.277344 C 31.515625 15.183594 31.492188 15.101562 31.449219 15.023438 L 31.449219 15.027344 C 31.445312 15.019531 31.445312 15.011719 31.441406 15.007812 L 31.441406 15.011719 C 31.394531 14.933594 31.332031 14.871094 31.253906 14.824219 L 31.25 14.824219 C 31.25 14.824219 31.25 14.820312 31.25 14.820312 C 31.253906 14.820312 31.25 14.820312 31.25 14.820312 L 31.246094 14.820312 L 25.199219 11.304688 C 25.34375 11.128906 25.476562 10.941406 25.585938 10.75 C 26.289062 9.519531 26.316406 8.085938 26.335938 6.898438 C 26.351562 6.167969 26.035156 5.554688 25.5625 5.1875 C 25.085938 4.820312 24.5 4.660156 23.90625 4.578125 C 23.144531 4.472656 22.351562 4.496094 21.699219 4.527344 C 21.65625 4.21875 21.609375 3.773438 21.625 3.285156 C 21.65625 2.398438 21.894531 1.503906 22.558594 1.089844 C 22.710938 0.996094 22.808594 0.828125 22.808594 0.636719 C 22.808594 0.53125 22.78125 0.433594 22.726562 0.351562 L 22.730469 0.351562 C 22.652344 0.234375 22.535156 0.148438 22.398438 0.117188 L 22.394531 0.117188 C 22.355469 0.105469 22.3125 0.101562 22.269531 0.101562 C 22.265625 0.101562 22.257812 0.101562 22.253906 0.101562 Z M 22.582031 5.578125 C 22.984375 5.574219 23.386719 5.585938 23.757812 5.636719 C 24.25 5.707031 24.664062 5.84375 24.90625 6.035156 C 25.148438 6.222656 25.273438 6.425781 25.265625 6.878906 C 25.242188 8.058594 25.179688 9.304688 24.65625 10.21875 C 24.132812 11.132812 23.183594 11.828125 20.996094 11.9375 C 20.992188 11.9375 20.992188 11.9375 20.992188 11.9375 C 19.953125 11.996094 19.070312 11.765625 18.414062 11.203125 C 17.761719 10.636719 17.289062 9.703125 17.183594 8.199219 C 17.140625 7.460938 17.273438 6.976562 17.472656 6.636719 C 17.671875 6.300781 17.949219 6.089844 18.308594 5.933594 C 19.023438 5.628906 20.023438 5.636719 20.753906 5.636719 C 21.246094 5.636719 21.910156 5.585938 22.582031 5.578125 Z M 16.5 10.191406 C 16.78125 10.953125 17.191406 11.558594 17.714844 12.011719 C 18.621094 12.796875 19.8125 13.078125 21.050781 13.003906 C 22.484375 12.9375 23.566406 12.582031 24.355469 12.054688 L 28.996094 14.75 L 4.039062 14.75 L 16.472656 10.207031 C 16.488281 10.199219 16.496094 10.195312 16.503906 10.191406 Z M 1.550781 15.820312 L 30.449219 15.820312 L 30.449219 20.109375 L 1.550781 20.109375 Z M 1.550781 21.183594 L 30.449219 21.183594 L 30.449219 25.464844 L 1.550781 25.464844 Z M 1.550781 26.539062 L 30.449219 26.539062 L 30.449219 30.828125 L 1.550781 30.828125 Z M 1.550781 26.539062 '/%3E%3C/svg%3E"); }

.page-products__food--boissons:hover span:before,
.page-products__food--boissons.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 11.902344 0 C 11.15625 0.00390625 10.539062 0.625 10.53125 1.371094 C 10.53125 1.371094 10.53125 1.375 10.53125 1.375 L 10.53125 4.152344 C 10.53125 4.15625 10.53125 4.15625 10.53125 4.15625 C 10.539062 4.90625 11.15625 5.523438 11.902344 5.527344 C 11.90625 5.527344 11.90625 5.527344 11.90625 5.527344 C 11.90625 5.527344 11.90625 5.527344 11.910156 5.527344 L 12.199219 5.527344 L 12.199219 6.855469 C 12.199219 6.855469 12.199219 6.859375 12.199219 6.859375 C 12.199219 6.859375 12.199219 6.859375 12.199219 6.863281 L 12.199219 6.859375 C 12.207031 7.464844 11.984375 8.046875 11.578125 8.492188 C 11.574219 8.492188 11.574219 8.496094 11.574219 8.496094 L 9.535156 10.792969 C 8.941406 11.464844 8.613281 12.328125 8.609375 13.222656 C 8.609375 13.222656 8.609375 13.226562 8.609375 13.226562 L 8.609375 28.738281 C 8.605469 30.535156 10.074219 32.003906 11.871094 32 L 20.054688 32 C 21.851562 32.003906 23.324219 30.53125 23.316406 28.730469 L 23.316406 26.453125 C 23.359375 26.375 23.386719 26.28125 23.390625 26.183594 L 23.390625 16.039062 C 23.386719 15.9375 23.359375 15.84375 23.316406 15.765625 L 23.316406 13.230469 C 23.324219 12.328125 22.992188 11.453125 22.382812 10.785156 L 22.390625 10.789062 L 20.386719 8.535156 C 20.027344 8.039062 19.820312 7.453125 19.800781 6.84375 L 19.800781 5.527344 L 20.089844 5.527344 C 20.09375 5.527344 20.09375 5.527344 20.09375 5.527344 C 20.84375 5.523438 21.460938 4.90625 21.464844 4.15625 C 21.464844 4.15625 21.464844 4.152344 21.464844 4.152344 L 21.464844 1.375 C 21.464844 1.371094 21.464844 1.371094 21.464844 1.371094 C 21.460938 0.625 20.84375 0.00390625 20.09375 0 C 20.09375 0 20.09375 0 20.089844 0 L 11.910156 0 C 11.90625 0 11.90625 0 11.90625 0 C 11.90625 0 11.90625 0 11.902344 0 Z M 11.910156 1.195312 L 20.085938 1.195312 C 20.195312 1.195312 20.269531 1.269531 20.269531 1.375 L 20.269531 4.148438 C 20.269531 4.257812 20.195312 4.332031 20.085938 4.332031 L 19.203125 4.332031 C 18.875 4.332031 18.605469 4.601562 18.605469 4.929688 L 18.605469 6.855469 C 18.605469 6.859375 18.605469 6.863281 18.605469 6.867188 C 18.605469 6.867188 18.605469 6.871094 18.605469 6.875 C 18.636719 7.730469 18.917969 8.554688 19.425781 9.246094 C 19.4375 9.261719 19.449219 9.273438 19.460938 9.285156 L 21.496094 11.582031 C 21.5 11.585938 21.5 11.585938 21.503906 11.585938 L 21.503906 11.589844 C 21.90625 12.035156 22.128906 12.617188 22.121094 13.21875 C 22.121094 13.21875 22.121094 13.21875 22.121094 13.222656 C 22.121094 13.222656 22.121094 13.222656 22.121094 13.226562 L 22.121094 15.441406 L 9.804688 15.441406 L 9.804688 13.226562 C 9.804688 12.621094 10.027344 12.039062 10.429688 11.585938 L 10.429688 11.582031 L 12.460938 9.292969 C 13.070312 8.625 13.402344 7.753906 13.394531 6.847656 L 13.394531 4.929688 C 13.394531 4.601562 13.128906 4.332031 12.796875 4.332031 L 11.910156 4.332031 C 11.800781 4.332031 11.730469 4.257812 11.726562 4.152344 L 11.726562 1.375 C 11.730469 1.269531 11.800781 1.195312 11.910156 1.195312 Z M 9.839844 16.632812 L 22.121094 16.632812 L 22.121094 25.585938 L 9.839844 25.585938 Z M 9.804688 26.777344 L 22.121094 26.777344 L 22.121094 28.738281 C 22.128906 29.890625 21.207031 30.808594 20.054688 30.804688 L 11.871094 30.804688 C 11.871094 30.804688 11.871094 30.804688 11.867188 30.804688 L 11.871094 30.804688 C 10.71875 30.808594 9.800781 29.890625 9.804688 28.738281 Z M 9.804688 26.777344 '/%3E%3C/svg%3E"); }

.page-products__food--snacking:hover span:before,
.page-products__food--snacking.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 21.863281 0.25 C 20.332031 0.222656 18.886719 1.15625 18.335938 2.664062 L 18.355469 2.617188 C 18.164062 3.03125 17.992188 3.234375 17.859375 3.332031 C 17.722656 3.429688 17.601562 3.464844 17.367188 3.472656 C 16.894531 3.492188 16.046875 3.308594 14.886719 3.414062 C 14.261719 3.472656 13.75 3.675781 13.382812 4.007812 C 13.015625 4.34375 12.820312 4.773438 12.703125 5.191406 C 12.46875 6.03125 12.472656 6.902344 12.242188 7.613281 C 12.152344 7.890625 12.039062 7.996094 11.828125 8.101562 C 11.617188 8.207031 11.289062 8.273438 10.894531 8.304688 C 10.097656 8.363281 9.074219 8.265625 8.125 8.597656 C 7.078125 8.960938 6.5625 9.976562 6.238281 10.996094 C 5.914062 12.019531 5.765625 13.140625 5.601562 13.972656 C 5.542969 14.277344 5.480469 14.320312 5.359375 14.386719 C 5.234375 14.453125 4.984375 14.503906 4.636719 14.527344 C 3.945312 14.574219 2.894531 14.53125 2 15.253906 C 1.1875 15.910156 0.703125 16.828125 0.742188 17.816406 C 0.785156 18.804688 1.320312 19.800781 2.304688 20.71875 C 2.914062 21.285156 3.035156 21.835938 3.042969 22.667969 C 3.050781 23.496094 2.882812 24.554688 2.921875 25.824219 C 2.9375 26.402344 3.242188 26.886719 3.617188 27.1875 C 3.992188 27.488281 4.429688 27.652344 4.84375 27.757812 C 5.050781 27.8125 5.253906 27.851562 5.441406 27.878906 C 4.808594 29.535156 5.882812 31.574219 7.824219 31.746094 C 7.839844 31.75 7.859375 31.75 7.875 31.75 C 7.878906 31.75 7.878906 31.75 7.878906 31.75 L 28.628906 31.75 C 28.640625 31.75 28.652344 31.75 28.660156 31.746094 L 28.65625 31.746094 C 30.148438 31.675781 31.308594 30.40625 31.246094 28.914062 L 31.25 28.941406 L 31.25 6.234375 L 31.246094 6.289062 C 31.359375 5.089844 30.65625 4.097656 29.730469 3.679688 C 29.265625 3.46875 28.730469 3.394531 28.207031 3.484375 C 27.6875 3.574219 27.179688 3.824219 26.765625 4.261719 C 26.765625 4.265625 26.761719 4.265625 26.757812 4.269531 L 26.40625 4.652344 C 26.105469 4.480469 25.945312 4.28125 25.820312 4.058594 C 25.652344 3.757812 25.566406 3.371094 25.453125 2.917969 C 25.339844 2.464844 25.1875 1.933594 24.792969 1.460938 C 24.40625 0.992188 23.789062 0.636719 22.925781 0.429688 C 22.574219 0.316406 22.214844 0.257812 21.863281 0.25 Z M 21.851562 1.417969 C 22.089844 1.421875 22.335938 1.460938 22.578125 1.542969 C 22.59375 1.546875 22.609375 1.550781 22.628906 1.554688 L 22.632812 1.554688 C 23.347656 1.71875 23.679688 1.957031 23.890625 2.210938 C 24.101562 2.464844 24.210938 2.785156 24.316406 3.203125 C 24.417969 3.621094 24.511719 4.125 24.792969 4.632812 C 24.976562 4.957031 25.242188 5.265625 25.609375 5.527344 L 25.027344 6.164062 L 17.40625 6.164062 C 16.023438 6.164062 14.890625 7.292969 14.890625 8.675781 L 14.890625 12.316406 C 13.976562 12.136719 13.066406 12.125 12.195312 12.253906 C 10.183594 12.554688 8.359375 13.605469 7.035156 15.082031 C 4.476562 17.9375 3.722656 22.464844 6.769531 26.136719 L 6.191406 26.769531 C 5.960938 26.761719 5.585938 26.734375 5.136719 26.621094 C 4.820312 26.539062 4.527344 26.410156 4.351562 26.269531 C 4.171875 26.128906 4.101562 26.019531 4.09375 25.792969 C 4.09375 25.789062 4.09375 25.789062 4.09375 25.789062 C 4.0625 24.648438 4.226562 23.636719 4.21875 22.65625 C 4.210938 21.671875 3.964844 20.664062 3.105469 19.859375 C 2.277344 19.085938 1.941406 18.363281 1.917969 17.769531 C 1.894531 17.171875 2.148438 16.644531 2.738281 16.167969 C 3.25 15.753906 3.9375 15.753906 4.71875 15.699219 C 5.105469 15.671875 5.519531 15.636719 5.925781 15.414062 C 6.328125 15.195312 6.648438 14.746094 6.757812 14.195312 C 6.929688 13.308594 7.078125 12.230469 7.355469 11.351562 C 7.636719 10.46875 8.019531 9.875 8.511719 9.703125 C 9.101562 9.496094 10.050781 9.546875 10.980469 9.472656 C 11.445312 9.4375 11.914062 9.371094 12.355469 9.152344 C 12.792969 8.929688 13.183594 8.523438 13.359375 7.972656 C 13.667969 7.027344 13.667969 6.101562 13.835938 5.507812 C 13.917969 5.210938 14.023438 5.015625 14.175781 4.878906 C 14.328125 4.742188 14.550781 4.628906 14.996094 4.585938 C 15.972656 4.492188 16.667969 4.675781 17.414062 4.644531 C 17.789062 4.628906 18.199219 4.535156 18.550781 4.277344 C 18.90625 4.015625 19.179688 3.632812 19.421875 3.109375 C 19.425781 3.101562 19.433594 3.085938 19.4375 3.070312 L 19.441406 3.066406 C 19.816406 2.027344 20.800781 1.390625 21.851562 1.417969 Z M 28.628906 4.609375 C 28.839844 4.609375 29.050781 4.660156 29.246094 4.75 C 29.769531 4.984375 30.144531 5.472656 30.078125 6.179688 C 30.074219 6.195312 30.074219 6.214844 30.074219 6.234375 C 30.074219 6.234375 30.074219 6.234375 30.074219 6.238281 L 30.074219 6.234375 L 30.074219 28.941406 C 30.074219 28.945312 30.074219 28.949219 30.074219 28.953125 C 30.074219 28.957031 30.074219 28.960938 30.074219 28.964844 C 30.113281 29.824219 29.460938 30.535156 28.601562 30.574219 L 7.929688 30.574219 C 6.503906 30.445312 5.886719 28.8125 6.867188 27.769531 C 6.867188 27.769531 6.871094 27.769531 6.871094 27.765625 L 9.761719 24.605469 L 27.621094 5.070312 C 27.863281 4.8125 28.136719 4.671875 28.417969 4.625 C 28.488281 4.617188 28.558594 4.609375 28.628906 4.609375 Z M 17.40625 7.335938 L 23.953125 7.335938 L 18.136719 13.703125 C 17.457031 13.238281 16.761719 12.886719 16.066406 12.640625 L 16.066406 8.675781 C 16.066406 7.929688 16.660156 7.335938 17.40625 7.335938 Z M 13.304688 13.308594 C 14.609375 13.304688 15.984375 13.6875 17.335938 14.582031 L 16.164062 15.863281 C 14.964844 15.160156 13.710938 14.964844 12.546875 15.144531 C 11.253906 15.34375 10.074219 16.007812 9.214844 16.949219 C 7.578125 18.730469 7.03125 21.578125 8.742188 23.980469 L 7.570312 25.261719 C 4.984375 22.042969 5.703125 18.324219 7.90625 15.867188 C 9.28125 14.332031 11.207031 13.316406 13.304688 13.308594 Z M 13.269531 16.226562 C 13.941406 16.21875 14.644531 16.378906 15.351562 16.75 L 9.554688 23.09375 C 8.316406 21.183594 8.804688 19.128906 10.078125 17.742188 C 10.902344 16.84375 12.03125 16.246094 13.269531 16.226562 Z M 13.269531 16.226562 '/%3E%3C/svg%3E"); }

.page-products__food--en-plus:hover span:before,
.page-products__food--en-plus.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='m 17.128906,4.773438 c -0.558594,-0.011719 -1.125,0.00781 -1.699218,0.066406 -0.0039,0 -0.0039,0 -0.0039,0.00391 v -0.00391 c -1.277343,0.132812 -2.5,0.390625 -3.664062,0.75 -0.07422,0.00781 -0.140625,0.027344 -0.199219,0.0625 l 0.0039,-0.00391 C 7.695312,6.894531 4.527344,9.316406 2.554688,12.34375 c -0.042969,0.04687 -0.078126,0.09766 -0.101563,0.160156 -1.515625,2.394532 -2.289063,5.152344 -2.089844,8 0.140625,1.988282 1.15625,3.453125 2.542969,4.445313 1.386719,0.992187 3.132812,1.546875 4.84375,1.871093 3.390625,0.636719 6.648438,0.34375 6.707031,0.339844 4.839844,-0.07813 8.972657,-0.07422 12.027344,-0.988281 1.527344,-0.457031 2.796875,-1.160156 3.699219,-2.246094 0.898437,-1.085937 1.40625,-2.53125 1.476562,-4.386719 C 31.910156,13.035156 26.457031,6.132812 19.0625,4.953125 19.007812,4.925781 18.941406,4.914062 18.871094,4.914062 h -0.01172 c -0.0078,0 -0.01172,0.00391 -0.01563,0.00391 h 0.0039 C 18.28125,4.835938 17.710938,4.785156 17.128906,4.773438 Z m -0.02344,0.957031 c 0.441406,0.011719 0.878906,0.046875 1.308593,0.101562 0.105469,5.234375 -1.753906,7.808594 -2.609374,8.839844 -0.242188,-4.363281 -2.15625,-7.183594 -3.132813,-8.351563 0.914063,-0.246093 1.867187,-0.425781 2.851563,-0.53125 0.535156,-0.050781 1.0625,-0.070312 1.582031,-0.058593 z m 2.261719,0.25 c 1.785156,0.355469 3.433593,1.074219 4.898437,2.039062 0.07422,0.398438 0.261719,1.476563 0.300781,2.777344 0.05469,1.628906 -0.167968,3.515625 -0.996094,4.546875 -0.06641,0.08203 -0.105468,0.1875 -0.105468,0.300781 0,0.261719 0.214844,0.476563 0.476562,0.476563 0.01953,0 0.03906,0 0.05859,-0.0039 0,0 0.21875,-0.02734 0.507812,-0.132813 0.292969,-0.105469 0.6875,-0.292969 1.140626,-0.621094 0.808593,-0.578125 1.789062,-1.589843 2.699218,-3.332031 1.578125,2.285156 2.457032,4.929688 2.359375,7.46875 -0.06641,1.703125 -0.511719,2.914062 -1.257812,3.816406 -0.75,0.902344 -1.828125,1.515625 -3.238281,1.941406 -2.824219,0.84375 -6.921876,0.871094 -11.769532,0.945313 -0.01563,0 -0.02734,0.0039 -0.03906,0.0039 h 0.0039 c 0,0 -3.226562,0.285157 -6.480469,-0.328125 -1.625,-0.304687 -3.25,-0.839844 -4.464843,-1.707031 C 2.25,23.304688 1.4375,22.144531 1.316406,20.4375 1.140625,17.902344 1.804688,15.421875 3.125,13.242188 c 2.050781,0.65625 3.777344,2.078124 4.808594,3.976562 0.210937,0.382812 0.78125,0.308594 0.886718,-0.113281 0,0 0.8125,-3.394531 -0.6875,-8.835938 1.089844,-0.671875 2.277344,-1.234375 3.554688,-1.65625 0.757812,0.726563 3.511719,3.765625 3.3125,9.367188 v 0.01563 c 0,0.261718 0.210938,0.476562 0.476562,0.476562 0.128907,0 0.246094,-0.05078 0.332032,-0.136718 0,0 3.613281,-3.570313 3.558594,-10.351563 z m 1.328124,0.796875 c -0.585937,0 -1.070312,0.484375 -1.070312,1.070312 0,0.589844 0.484375,1.074219 1.070312,1.074219 0.585938,0 1.074219,-0.484375 1.074219,-1.074219 0,-0.585937 -0.488281,-1.070312 -1.074219,-1.070312 z m -9.136718,0.832031 c -0.445313,0 -0.828125,0.277344 -0.992188,0.667969 -0.1875,-0.167969 -0.4375,-0.273438 -0.710937,-0.273438 -0.585938,0 -1.070313,0.484375 -1.070313,1.070313 0,0.585937 0.484375,1.074219 1.070313,1.074219 0.445312,0 0.832031,-0.28125 0.992187,-0.667969 C 11.039062,9.648438 11.289062,9.75 11.558594,9.75 c 0.585937,0 1.070312,-0.484375 1.070312,-1.070312 0,-0.585938 -0.484375,-1.070313 -1.070312,-1.070313 z m 11.15625,0.59375 c -0.585938,0 -1.070313,0.484375 -1.070313,1.070313 0,0.078124 0.0078,0.152343 0.02344,0.226562 -0.117188,-0.042969 -0.246094,-0.070312 -0.378907,-0.070312 -0.585937,0 -1.070312,0.484374 -1.070312,1.070312 0,0.585938 0.484375,1.070312 1.070312,1.070312 0.585938,0 1.074219,-0.484374 1.074219,-1.070312 0,-0.07813 -0.0078,-0.152344 -0.02734,-0.226562 0.121093,0.04687 0.246093,0.07031 0.378906,0.07031 0.585937,0 1.074218,-0.484375 1.074218,-1.070312 0,-0.585938 -0.488281,-1.070313 -1.074218,-1.070313 z M 25.355469,8.8125 c 0.878906,0.703125 1.664062,1.5 2.351562,2.359375 -0.910156,1.898437 -1.882812,2.890625 -2.613281,3.417969 -0.113281,0.07813 -0.167969,0.08594 -0.269531,0.144531 0.519531,-1.25 0.738281,-2.664063 0.699219,-3.964844 -0.02734,-0.742187 -0.09375,-1.417969 -0.167969,-1.957031 z m -18.0625,0.00781 C 8.3125,12.628906 8.132812,14.78125 7.984375,15.824219 6.875,14.304688 5.421875,13.066406 3.660156,12.421875 4.621094,11.058594 5.851562,9.839844 7.292969,8.820312 Z m 4.210937,1.082032 c -0.558594,0.03125 -1.015625,0.503906 -1.015625,1.074218 0,0.585938 0.484375,1.070313 1.070313,1.070313 0.585937,0 1.070312,-0.484375 1.070312,-1.070313 0,-0.585937 -0.484375,-1.074218 -1.070312,-1.074218 z '/%3E%3C/svg%3E"); }

.page-products__item {
  margin: 0 0 20px 0; }
  .page-products__item--vege .product-miniature:before {
    content: "";
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 10px;
    background-image: url(/themes/starter/assets//img-dist/d6ffafffb25dacc6265791e0cd919bcf.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2; }
  .page-products__item.active .deploy {
    display: block; }
  .page-products__item.active .product-miniature__bottom {
    background-color: #0B8E36; }
    .page-products__item.active .product-miniature__bottom .price,
    .page-products__item.active .product-miniature__bottom .plus-btn {
      color: #FFF; }
    .page-products__item.active .product-miniature__bottom .plus-btn {
      border: 3px solid #FFF; }

.page-products__btn-holder {
  margin: 10px 0 30px 0;
  text-align: center; }

.page-products__days__list {
  display: flex;
  cursor: pointer;
  width: 100vw;
  margin-left: -40px;
  overflow-x: scroll; }
  .page-products__days__list li {
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 50px;
    background-color: #FFF;
    font-weight: bold;
    border: 3px solid #000; }
    .page-products__days__list li:hover, .page-products__days__list li.active {
      background-color: #85BE4C;
      border: 3px solid #85BE4C; }
    .page-products__days__list li span {
      display: table-cell; }
      .page-products__days__list li span:first-child {
        white-space: nowrap;
        padding-right: 5px; }

.page-products__section {
  display: none;
  position: relative; }
  .page-products__section.active {
    display: block; }
  .page-products__section.disclaimer .page-products__row {
    position: relative; }
  .page-products__section.disclaimer .page-products__row:after {
    content: "Vous pouvez passer vos commandes jusqu'à 10H30 le jour J";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0B8E36;
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    padding: 2rem;
    text-align: center;
    z-index: 3; }

.page-products__inner {
  display: flex;
  flex-direction: column;
  position: relative; }

.page-products__row {
  display: none; }
  .page-products__row.active {
    display: block; }

@media (min-width: 768px) {
  .page-products__filter {
    justify-content: center; }
  .page-products__food {
    border: none; }
    .page-products__food span {
      font-size: 17px; }
  .page-products__item {
    width: 50%;
    margin: 5px 0;
    padding: 20px; }
  .page-products__days__list {
    width: auto;
    flex-wrap: wrap;
    overflow: unset;
    margin-left: -10px; }
    .page-products__days__list li {
      margin: 10px; }
  .page-products__row.active {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .page-products__mobile-banner {
    display: none; }
  .page-products__title {
    font-size: 40px; }
  .page-products__wrapper {
    display: flex;
    flex-wrap: wrap; }
  .page-products__container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 450px); }
  .page-products__food:hover, .page-products__food.active {
    background-color: transparent; }
    .page-products__food:hover:after, .page-products__food.active:after {
      height: 6px;
      bottom: -3px; }
  .page-products__filter {
    position: relative;
    overflow: unset;
    width: 100%;
    width: calc(100% + 80px); }
  .page-products__row {
    margin: 0 -20px; }
  .page-products__btn-holder {
    text-align: right;
    order: 1;
    padding: 0 40px 40px 0; }
  .page-products__section.disclaimer .page-products__row:after {
    font-size: 25px; } }

@media (min-width: 1200px) {
  .page-products__filter {
    justify-content: space-around; }
  .page-products__food span {
    font-size: 20px; }
  .page-products__food span:before {
    width: 32px;
    height: 32px; }
  .page-products__row {
    margin: 0 0 0 -20px;
    padding-right: 20px; }
  .page-products__item {
    width: 33.3%; }
  .page-products__days__list {
    margin-left: 0; } }

@media all and (min-width: 1640px) {
  .page-products__filter {
    width: calc(100% + 40px); }
    .page-products__filter:before {
      content: "";
      display: block;
      background-color: #000;
      height: 100%;
      width: calc(50vw - 780px);
      position: absolute;
      right: 100%;
      top: 0; } }

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5); }
  .page-loader-active .page-loader {
    display: flex; }

.links-list {
  padding: 0 0 30px;
  margin: 0; }
  @media (min-width: 992px) {
    .links-list {
      padding: 0; } }
  .links-list__elem:not(:last-child) {
    margin: 0 0 10px; }
  .links-list__link {
    color: #6c757d; }
    .links-list__link:hover, .links-list__link:focus {
      color: #212529; }

img.lazyload:not(.loaded) {
  background: #e9ecef; }

.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  display: block;
  height: 50px;
  width: 100%; }
  .sidebar.active {
    height: 100vh;
    overflow-y: scroll; }
    .sidebar.active .sidebar__mobile {
      display: none; }

.sidebar__mobile {
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 50px; }

.sidebar__left,
.sidebar__right {
  display: flex;
  justify-content: center;
  align-items: center; }

.sidebar__icon {
  font-size: 18px;
  line-height: 18px; }

.sidebar__icon,
.sidebar__icon:after {
  color: #ACACAC; }

.sidebar__icon.active {
  color: #F7A800; }

.sidebar__icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 10px; }

.sidebar__icon--entree:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23ACACAC' viewBox='0 0 32 32'%3E%3Cpath d='M 15.992188 3.988281 C 11.839844 3.992188 8.082031 4.277344 5.324219 4.75 C 3.941406 4.984375 2.816406 5.261719 1.980469 5.597656 C 1.558594 5.769531 1.210938 5.945312 0.921875 6.1875 C 0.632812 6.425781 0.371094 6.78125 0.371094 7.230469 L 0.371094 21.355469 C 0.371094 21.355469 0.371094 21.359375 0.371094 21.359375 C 0.371094 21.363281 0.371094 21.363281 0.371094 21.367188 L 0.371094 21.363281 C 0.421875 25.21875 3.714844 28.253906 7.558594 27.996094 L 7.515625 27.996094 L 24.433594 27.996094 C 28.28125 28.257812 31.578125 25.21875 31.625 21.363281 C 31.625 21.363281 31.625 21.363281 31.625 21.359375 C 31.625 21.359375 31.625 21.359375 31.625 21.355469 L 31.625 11.664062 C 31.628906 11.636719 31.628906 11.613281 31.628906 11.582031 C 31.628906 11.5625 31.625 11.542969 31.625 11.527344 L 31.625 11.53125 L 31.625 7.449219 C 31.628906 7.425781 31.628906 7.398438 31.628906 7.371094 C 31.628906 7.347656 31.625 7.332031 31.625 7.3125 L 31.625 7.316406 L 31.625 7.230469 C 31.625 6.78125 31.359375 6.425781 31.074219 6.1875 C 30.785156 5.945312 30.433594 5.765625 30.015625 5.597656 C 29.179688 5.257812 28.054688 4.980469 26.675781 4.746094 C 23.914062 4.273438 20.152344 3.988281 16 3.988281 Z M 15.992188 5.375 L 16 5.375 C 20.089844 5.375 23.796875 5.664062 26.441406 6.113281 C 27.765625 6.339844 28.824219 6.609375 29.5 6.882812 C 29.835938 7.019531 30.074219 7.160156 30.183594 7.25 C 30.226562 7.289062 30.234375 7.292969 30.238281 7.300781 L 30.238281 7.308594 C 30.230469 7.3125 30.230469 7.316406 30.1875 7.351562 C 30.078125 7.441406 29.839844 7.582031 29.503906 7.71875 C 28.828125 7.992188 27.765625 8.261719 26.445312 8.488281 C 23.796875 8.941406 20.089844 9.222656 16 9.222656 C 11.90625 9.222656 8.199219 8.9375 5.554688 8.484375 C 4.230469 8.261719 3.171875 7.988281 2.496094 7.714844 C 2.160156 7.582031 1.921875 7.441406 1.808594 7.347656 C 1.765625 7.3125 1.761719 7.308594 1.757812 7.300781 C 1.753906 7.300781 1.757812 7.300781 1.757812 7.300781 C 1.761719 7.292969 1.765625 7.285156 1.808594 7.25 C 1.921875 7.160156 2.15625 7.019531 2.496094 6.886719 C 3.171875 6.613281 4.234375 6.34375 5.554688 6.117188 C 8.199219 5.664062 11.902344 5.375 15.992188 5.375 Z M 1.757812 8.910156 C 1.828125 8.941406 1.898438 8.972656 1.976562 9.003906 C 2.8125 9.339844 3.941406 9.617188 5.320312 9.851562 C 8.082031 10.324219 11.84375 10.609375 16 10.609375 C 20.15625 10.609375 23.914062 10.328125 26.675781 9.855469 C 28.058594 9.621094 29.183594 9.34375 30.019531 9.003906 C 30.097656 8.976562 30.167969 8.945312 30.238281 8.914062 L 30.238281 11.519531 C 30.230469 11.527344 30.230469 11.53125 30.1875 11.5625 C 30.078125 11.65625 29.839844 11.796875 29.503906 11.933594 C 28.828125 12.203125 27.765625 12.476562 26.445312 12.703125 C 23.796875 13.152344 20.089844 13.4375 16 13.4375 C 11.90625 13.4375 8.199219 13.152344 5.554688 12.699219 C 4.230469 12.472656 3.171875 12.203125 2.496094 11.929688 C 2.160156 11.792969 1.921875 11.652344 1.808594 11.5625 C 1.765625 11.527344 1.761719 11.519531 1.757812 11.515625 Z M 1.757812 13.125 C 1.828125 13.15625 1.898438 13.183594 1.976562 13.214844 C 2.8125 13.554688 3.941406 13.832031 5.320312 14.066406 C 8.082031 14.539062 11.84375 14.824219 16 14.824219 C 20.15625 14.824219 23.914062 14.539062 26.675781 14.070312 C 28.058594 13.835938 29.183594 13.558594 30.019531 13.21875 C 30.097656 13.1875 30.167969 13.160156 30.238281 13.128906 L 30.238281 21.347656 C 30.199219 24.425781 27.601562 26.820312 24.527344 26.609375 C 24.523438 26.609375 24.511719 26.609375 24.503906 26.609375 C 24.496094 26.609375 24.488281 26.609375 24.480469 26.609375 L 7.515625 26.609375 C 7.507812 26.609375 7.5 26.609375 7.488281 26.609375 C 7.480469 26.609375 7.472656 26.609375 7.464844 26.609375 C 4.394531 26.820312 1.796875 24.421875 1.757812 21.347656 Z M 1.757812 13.125 '/%3E%3C/svg%3E"); }

.sidebar__icon--entree.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 15.992188 3.988281 C 11.839844 3.992188 8.082031 4.277344 5.324219 4.75 C 3.941406 4.984375 2.816406 5.261719 1.980469 5.597656 C 1.558594 5.769531 1.210938 5.945312 0.921875 6.1875 C 0.632812 6.425781 0.371094 6.78125 0.371094 7.230469 L 0.371094 21.355469 C 0.371094 21.355469 0.371094 21.359375 0.371094 21.359375 C 0.371094 21.363281 0.371094 21.363281 0.371094 21.367188 L 0.371094 21.363281 C 0.421875 25.21875 3.714844 28.253906 7.558594 27.996094 L 7.515625 27.996094 L 24.433594 27.996094 C 28.28125 28.257812 31.578125 25.21875 31.625 21.363281 C 31.625 21.363281 31.625 21.363281 31.625 21.359375 C 31.625 21.359375 31.625 21.359375 31.625 21.355469 L 31.625 11.664062 C 31.628906 11.636719 31.628906 11.613281 31.628906 11.582031 C 31.628906 11.5625 31.625 11.542969 31.625 11.527344 L 31.625 11.53125 L 31.625 7.449219 C 31.628906 7.425781 31.628906 7.398438 31.628906 7.371094 C 31.628906 7.347656 31.625 7.332031 31.625 7.3125 L 31.625 7.316406 L 31.625 7.230469 C 31.625 6.78125 31.359375 6.425781 31.074219 6.1875 C 30.785156 5.945312 30.433594 5.765625 30.015625 5.597656 C 29.179688 5.257812 28.054688 4.980469 26.675781 4.746094 C 23.914062 4.273438 20.152344 3.988281 16 3.988281 Z M 15.992188 5.375 L 16 5.375 C 20.089844 5.375 23.796875 5.664062 26.441406 6.113281 C 27.765625 6.339844 28.824219 6.609375 29.5 6.882812 C 29.835938 7.019531 30.074219 7.160156 30.183594 7.25 C 30.226562 7.289062 30.234375 7.292969 30.238281 7.300781 L 30.238281 7.308594 C 30.230469 7.3125 30.230469 7.316406 30.1875 7.351562 C 30.078125 7.441406 29.839844 7.582031 29.503906 7.71875 C 28.828125 7.992188 27.765625 8.261719 26.445312 8.488281 C 23.796875 8.941406 20.089844 9.222656 16 9.222656 C 11.90625 9.222656 8.199219 8.9375 5.554688 8.484375 C 4.230469 8.261719 3.171875 7.988281 2.496094 7.714844 C 2.160156 7.582031 1.921875 7.441406 1.808594 7.347656 C 1.765625 7.3125 1.761719 7.308594 1.757812 7.300781 C 1.753906 7.300781 1.757812 7.300781 1.757812 7.300781 C 1.761719 7.292969 1.765625 7.285156 1.808594 7.25 C 1.921875 7.160156 2.15625 7.019531 2.496094 6.886719 C 3.171875 6.613281 4.234375 6.34375 5.554688 6.117188 C 8.199219 5.664062 11.902344 5.375 15.992188 5.375 Z M 1.757812 8.910156 C 1.828125 8.941406 1.898438 8.972656 1.976562 9.003906 C 2.8125 9.339844 3.941406 9.617188 5.320312 9.851562 C 8.082031 10.324219 11.84375 10.609375 16 10.609375 C 20.15625 10.609375 23.914062 10.328125 26.675781 9.855469 C 28.058594 9.621094 29.183594 9.34375 30.019531 9.003906 C 30.097656 8.976562 30.167969 8.945312 30.238281 8.914062 L 30.238281 11.519531 C 30.230469 11.527344 30.230469 11.53125 30.1875 11.5625 C 30.078125 11.65625 29.839844 11.796875 29.503906 11.933594 C 28.828125 12.203125 27.765625 12.476562 26.445312 12.703125 C 23.796875 13.152344 20.089844 13.4375 16 13.4375 C 11.90625 13.4375 8.199219 13.152344 5.554688 12.699219 C 4.230469 12.472656 3.171875 12.203125 2.496094 11.929688 C 2.160156 11.792969 1.921875 11.652344 1.808594 11.5625 C 1.765625 11.527344 1.761719 11.519531 1.757812 11.515625 Z M 1.757812 13.125 C 1.828125 13.15625 1.898438 13.183594 1.976562 13.214844 C 2.8125 13.554688 3.941406 13.832031 5.320312 14.066406 C 8.082031 14.539062 11.84375 14.824219 16 14.824219 C 20.15625 14.824219 23.914062 14.539062 26.675781 14.070312 C 28.058594 13.835938 29.183594 13.558594 30.019531 13.21875 C 30.097656 13.1875 30.167969 13.160156 30.238281 13.128906 L 30.238281 21.347656 C 30.199219 24.425781 27.601562 26.820312 24.527344 26.609375 C 24.523438 26.609375 24.511719 26.609375 24.503906 26.609375 C 24.496094 26.609375 24.488281 26.609375 24.480469 26.609375 L 7.515625 26.609375 C 7.507812 26.609375 7.5 26.609375 7.488281 26.609375 C 7.480469 26.609375 7.472656 26.609375 7.464844 26.609375 C 4.394531 26.820312 1.796875 24.421875 1.757812 21.347656 Z M 1.757812 13.125 '/%3E%3C/svg%3E"); }

.sidebar__icon--plat:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23ACACAC' viewBox='0 0 32 32'%3E%3Cpath d='M 15.984375 3.085938 C 12.246094 3.085938 8.863281 3.363281 6.386719 3.820312 C 5.148438 4.050781 4.140625 4.320312 3.40625 4.644531 C 3.039062 4.804688 2.738281 4.976562 2.503906 5.183594 C 2.273438 5.394531 2.09375 5.675781 2.09375 6 C 2.09375 7 2.105469 8.316406 2.09375 9.425781 C 2.09375 9.683594 2.210938 9.917969 2.367188 10.101562 C 2.527344 10.285156 2.730469 10.433594 2.976562 10.570312 C 3.257812 10.730469 3.601562 10.875 3.996094 11.007812 C 2.9375 11.980469 2.28125 13.324219 2.179688 14.777344 C 2.179688 14.785156 2.179688 14.789062 2.179688 14.792969 L 1.628906 14.792969 C 1.027344 14.792969 0.554688 15.1875 0.378906 15.667969 C 0.207031 16.152344 0.320312 16.757812 0.785156 17.140625 L 2.214844 18.320312 C 2.1875 18.378906 2.171875 18.441406 2.171875 18.507812 L 2.171875 21.960938 C 2.171875 25.796875 5.289062 28.914062 9.125 28.914062 L 22.875 28.914062 C 26.710938 28.914062 29.828125 25.796875 29.828125 21.960938 L 29.828125 18.507812 C 29.828125 18.441406 29.8125 18.378906 29.785156 18.320312 L 31.214844 17.140625 C 31.679688 16.757812 31.792969 16.152344 31.621094 15.667969 C 31.445312 15.1875 30.972656 14.792969 30.371094 14.792969 L 29.820312 14.792969 C 29.820312 14.789062 29.820312 14.785156 29.820312 14.777344 C 29.71875 13.324219 29.0625 11.980469 28.003906 11.007812 C 28.398438 10.875 28.742188 10.730469 29.023438 10.570312 C 29.269531 10.433594 29.472656 10.285156 29.632812 10.101562 C 29.789062 9.917969 29.90625 9.683594 29.90625 9.425781 C 29.894531 8.316406 29.90625 7 29.90625 6 C 29.90625 5.675781 29.726562 5.394531 29.496094 5.183594 C 29.261719 4.976562 28.960938 4.804688 28.59375 4.644531 C 27.859375 4.320312 26.851562 4.050781 25.613281 3.820312 C 23.136719 3.363281 19.753906 3.085938 16.015625 3.085938 Z M 15.984375 3.925781 L 15.992188 3.925781 C 16 3.925781 16.007812 3.925781 16.015625 3.925781 C 19.710938 3.925781 23.058594 4.203125 25.457031 4.648438 C 26.660156 4.871094 27.628906 5.136719 28.257812 5.414062 C 29.398438 5.859375 28.902344 6.714844 28.257812 7.105469 C 27.667969 7.464844 26.660156 7.648438 25.457031 7.871094 C 23.058594 8.316406 19.710938 8.59375 16.015625 8.597656 L 16.007812 8.597656 C 16 8.597656 15.992188 8.597656 15.984375 8.597656 C 12.289062 8.59375 8.941406 8.316406 6.542969 7.871094 C 5.339844 7.648438 4.332031 7.464844 3.742188 7.105469 C 3.097656 6.714844 2.601562 5.859375 3.742188 5.414062 C 4.375 5.136719 5.339844 4.871094 6.542969 4.648438 C 8.941406 4.203125 12.289062 3.925781 15.984375 3.925781 Z M 2.933594 7.59375 C 3.089844 7.6875 3.210938 7.792969 3.40625 7.875 C 4.140625 8.199219 5.148438 8.46875 6.386719 8.699219 C 8.863281 9.15625 12.246094 9.4375 15.984375 9.4375 C 15.992188 9.4375 16 9.4375 16.007812 9.4375 L 16.015625 9.4375 C 19.753906 9.4375 23.136719 9.15625 25.613281 8.699219 C 26.851562 8.46875 27.859375 8.199219 28.59375 7.875 C 28.789062 7.792969 28.910156 7.6875 29.066406 7.59375 L 29.066406 9.425781 C 29.066406 9.441406 29.066406 9.472656 28.996094 9.550781 C 28.929688 9.628906 28.800781 9.730469 28.609375 9.839844 C 28.265625 10.035156 27.722656 10.234375 27.042969 10.417969 C 27.039062 10.417969 27.03125 10.421875 27.027344 10.421875 C 27.003906 10.425781 26.984375 10.433594 26.964844 10.441406 C 26.925781 10.453125 26.886719 10.464844 26.84375 10.476562 C 23.285156 11.226562 19.652344 11.570312 16.015625 11.5 C 16.011719 11.5 16.007812 11.5 16.007812 11.5 C 16.003906 11.5 16.003906 11.5 16 11.5 C 15.996094 11.5 15.996094 11.5 15.992188 11.5 L 15.984375 11.5 C 12.347656 11.570312 8.714844 11.226562 5.15625 10.476562 C 5.113281 10.464844 5.078125 10.453125 5.035156 10.441406 C 5.015625 10.433594 4.996094 10.425781 4.972656 10.421875 C 4.96875 10.421875 4.960938 10.417969 4.957031 10.417969 C 4.277344 10.234375 3.734375 10.035156 3.390625 9.839844 C 3.199219 9.730469 3.070312 9.628906 3.003906 9.550781 C 2.9375 9.472656 2.933594 9.441406 2.933594 9.425781 Z M 4.964844 11.296875 C 8.585938 12.0625 12.285156 12.410156 15.984375 12.339844 L 15.984375 12.34375 L 15.992188 12.34375 L 15.988281 12.339844 C 15.996094 12.339844 16.003906 12.339844 16.011719 12.339844 L 16.007812 12.34375 L 16.015625 12.34375 L 16.015625 12.339844 C 19.714844 12.410156 23.414062 12.0625 27.035156 11.296875 C 28.15625 12.121094 28.867188 13.398438 28.976562 14.792969 L 26.875 14.789062 C 26.644531 14.789062 26.457031 14.980469 26.457031 15.210938 C 26.457031 15.445312 26.644531 15.632812 26.875 15.632812 L 30.371094 15.632812 C 30.621094 15.632812 30.761719 15.765625 30.828125 15.949219 C 30.894531 16.136719 30.871094 16.328125 30.679688 16.488281 C 30.679688 16.488281 30.679688 16.488281 30.679688 16.492188 L 26.609375 19.855469 C 26.429688 20.003906 26.402344 20.265625 26.550781 20.445312 C 26.699219 20.625 26.964844 20.652344 27.144531 20.503906 L 28.988281 18.980469 L 28.988281 21.960938 C 28.988281 25.34375 26.257812 28.074219 22.875 28.074219 L 9.125 28.074219 C 5.742188 28.074219 3.011719 25.34375 3.011719 21.960938 L 3.011719 18.980469 L 4.855469 20.503906 C 5.035156 20.652344 5.300781 20.625 5.449219 20.445312 C 5.597656 20.265625 5.570312 20.003906 5.390625 19.855469 L 1.320312 16.492188 C 1.320312 16.488281 1.320312 16.488281 1.320312 16.488281 C 1.128906 16.328125 1.105469 16.136719 1.171875 15.949219 C 1.238281 15.765625 1.378906 15.632812 1.628906 15.632812 L 5.125 15.632812 C 5.355469 15.632812 5.542969 15.445312 5.542969 15.210938 C 5.542969 14.980469 5.355469 14.789062 5.125 14.789062 L 3.023438 14.792969 C 3.132812 13.398438 3.84375 12.121094 4.964844 11.296875 Z M 4.964844 11.296875'/%3E%3C/svg%3E"); }

.sidebar__icon--plat.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 15.984375 3.085938 C 12.246094 3.085938 8.863281 3.363281 6.386719 3.820312 C 5.148438 4.050781 4.140625 4.320312 3.40625 4.644531 C 3.039062 4.804688 2.738281 4.976562 2.503906 5.183594 C 2.273438 5.394531 2.09375 5.675781 2.09375 6 C 2.09375 7 2.105469 8.316406 2.09375 9.425781 C 2.09375 9.683594 2.210938 9.917969 2.367188 10.101562 C 2.527344 10.285156 2.730469 10.433594 2.976562 10.570312 C 3.257812 10.730469 3.601562 10.875 3.996094 11.007812 C 2.9375 11.980469 2.28125 13.324219 2.179688 14.777344 C 2.179688 14.785156 2.179688 14.789062 2.179688 14.792969 L 1.628906 14.792969 C 1.027344 14.792969 0.554688 15.1875 0.378906 15.667969 C 0.207031 16.152344 0.320312 16.757812 0.785156 17.140625 L 2.214844 18.320312 C 2.1875 18.378906 2.171875 18.441406 2.171875 18.507812 L 2.171875 21.960938 C 2.171875 25.796875 5.289062 28.914062 9.125 28.914062 L 22.875 28.914062 C 26.710938 28.914062 29.828125 25.796875 29.828125 21.960938 L 29.828125 18.507812 C 29.828125 18.441406 29.8125 18.378906 29.785156 18.320312 L 31.214844 17.140625 C 31.679688 16.757812 31.792969 16.152344 31.621094 15.667969 C 31.445312 15.1875 30.972656 14.792969 30.371094 14.792969 L 29.820312 14.792969 C 29.820312 14.789062 29.820312 14.785156 29.820312 14.777344 C 29.71875 13.324219 29.0625 11.980469 28.003906 11.007812 C 28.398438 10.875 28.742188 10.730469 29.023438 10.570312 C 29.269531 10.433594 29.472656 10.285156 29.632812 10.101562 C 29.789062 9.917969 29.90625 9.683594 29.90625 9.425781 C 29.894531 8.316406 29.90625 7 29.90625 6 C 29.90625 5.675781 29.726562 5.394531 29.496094 5.183594 C 29.261719 4.976562 28.960938 4.804688 28.59375 4.644531 C 27.859375 4.320312 26.851562 4.050781 25.613281 3.820312 C 23.136719 3.363281 19.753906 3.085938 16.015625 3.085938 Z M 15.984375 3.925781 L 15.992188 3.925781 C 16 3.925781 16.007812 3.925781 16.015625 3.925781 C 19.710938 3.925781 23.058594 4.203125 25.457031 4.648438 C 26.660156 4.871094 27.628906 5.136719 28.257812 5.414062 C 29.398438 5.859375 28.902344 6.714844 28.257812 7.105469 C 27.667969 7.464844 26.660156 7.648438 25.457031 7.871094 C 23.058594 8.316406 19.710938 8.59375 16.015625 8.597656 L 16.007812 8.597656 C 16 8.597656 15.992188 8.597656 15.984375 8.597656 C 12.289062 8.59375 8.941406 8.316406 6.542969 7.871094 C 5.339844 7.648438 4.332031 7.464844 3.742188 7.105469 C 3.097656 6.714844 2.601562 5.859375 3.742188 5.414062 C 4.375 5.136719 5.339844 4.871094 6.542969 4.648438 C 8.941406 4.203125 12.289062 3.925781 15.984375 3.925781 Z M 2.933594 7.59375 C 3.089844 7.6875 3.210938 7.792969 3.40625 7.875 C 4.140625 8.199219 5.148438 8.46875 6.386719 8.699219 C 8.863281 9.15625 12.246094 9.4375 15.984375 9.4375 C 15.992188 9.4375 16 9.4375 16.007812 9.4375 L 16.015625 9.4375 C 19.753906 9.4375 23.136719 9.15625 25.613281 8.699219 C 26.851562 8.46875 27.859375 8.199219 28.59375 7.875 C 28.789062 7.792969 28.910156 7.6875 29.066406 7.59375 L 29.066406 9.425781 C 29.066406 9.441406 29.066406 9.472656 28.996094 9.550781 C 28.929688 9.628906 28.800781 9.730469 28.609375 9.839844 C 28.265625 10.035156 27.722656 10.234375 27.042969 10.417969 C 27.039062 10.417969 27.03125 10.421875 27.027344 10.421875 C 27.003906 10.425781 26.984375 10.433594 26.964844 10.441406 C 26.925781 10.453125 26.886719 10.464844 26.84375 10.476562 C 23.285156 11.226562 19.652344 11.570312 16.015625 11.5 C 16.011719 11.5 16.007812 11.5 16.007812 11.5 C 16.003906 11.5 16.003906 11.5 16 11.5 C 15.996094 11.5 15.996094 11.5 15.992188 11.5 L 15.984375 11.5 C 12.347656 11.570312 8.714844 11.226562 5.15625 10.476562 C 5.113281 10.464844 5.078125 10.453125 5.035156 10.441406 C 5.015625 10.433594 4.996094 10.425781 4.972656 10.421875 C 4.96875 10.421875 4.960938 10.417969 4.957031 10.417969 C 4.277344 10.234375 3.734375 10.035156 3.390625 9.839844 C 3.199219 9.730469 3.070312 9.628906 3.003906 9.550781 C 2.9375 9.472656 2.933594 9.441406 2.933594 9.425781 Z M 4.964844 11.296875 C 8.585938 12.0625 12.285156 12.410156 15.984375 12.339844 L 15.984375 12.34375 L 15.992188 12.34375 L 15.988281 12.339844 C 15.996094 12.339844 16.003906 12.339844 16.011719 12.339844 L 16.007812 12.34375 L 16.015625 12.34375 L 16.015625 12.339844 C 19.714844 12.410156 23.414062 12.0625 27.035156 11.296875 C 28.15625 12.121094 28.867188 13.398438 28.976562 14.792969 L 26.875 14.789062 C 26.644531 14.789062 26.457031 14.980469 26.457031 15.210938 C 26.457031 15.445312 26.644531 15.632812 26.875 15.632812 L 30.371094 15.632812 C 30.621094 15.632812 30.761719 15.765625 30.828125 15.949219 C 30.894531 16.136719 30.871094 16.328125 30.679688 16.488281 C 30.679688 16.488281 30.679688 16.488281 30.679688 16.492188 L 26.609375 19.855469 C 26.429688 20.003906 26.402344 20.265625 26.550781 20.445312 C 26.699219 20.625 26.964844 20.652344 27.144531 20.503906 L 28.988281 18.980469 L 28.988281 21.960938 C 28.988281 25.34375 26.257812 28.074219 22.875 28.074219 L 9.125 28.074219 C 5.742188 28.074219 3.011719 25.34375 3.011719 21.960938 L 3.011719 18.980469 L 4.855469 20.503906 C 5.035156 20.652344 5.300781 20.625 5.449219 20.445312 C 5.597656 20.265625 5.570312 20.003906 5.390625 19.855469 L 1.320312 16.492188 C 1.320312 16.488281 1.320312 16.488281 1.320312 16.488281 C 1.128906 16.328125 1.105469 16.136719 1.171875 15.949219 C 1.238281 15.765625 1.378906 15.632812 1.628906 15.632812 L 5.125 15.632812 C 5.355469 15.632812 5.542969 15.445312 5.542969 15.210938 C 5.542969 14.980469 5.355469 14.789062 5.125 14.789062 L 3.023438 14.792969 C 3.132812 13.398438 3.84375 12.121094 4.964844 11.296875 Z M 4.964844 11.296875'/%3E%3C/svg%3E"); }

.sidebar__icon--dessert:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23ACACAC' viewBox='0 0 32 32'%3E%3Cpath d='M 22.253906 0.101562 C 22.15625 0.105469 22.066406 0.136719 21.988281 0.183594 C 20.867188 0.886719 20.59375 2.199219 20.554688 3.246094 C 20.539062 3.753906 20.578125 4.21875 20.621094 4.566406 C 19.917969 4.5625 18.855469 4.53125 17.886719 4.949219 C 17.371094 5.171875 16.882812 5.535156 16.550781 6.089844 C 16.222656 6.644531 16.0625 7.367188 16.109375 8.257812 C 16.113281 8.265625 16.113281 8.265625 16.113281 8.269531 L 16.113281 8.265625 C 16.132812 8.585938 16.171875 8.890625 16.226562 9.179688 C 16.183594 9.183594 16.140625 9.191406 16.101562 9.203125 L 16.105469 9.199219 L 0.832031 14.78125 C 0.8125 14.792969 0.800781 14.800781 0.785156 14.8125 L 0.789062 14.808594 C 0.757812 14.824219 0.734375 14.839844 0.710938 14.855469 C 0.664062 14.890625 0.625 14.933594 0.589844 14.976562 L 0.589844 14.980469 C 0.574219 14.996094 0.558594 15.015625 0.546875 15.035156 L 0.546875 15.039062 C 0.507812 15.105469 0.488281 15.1875 0.484375 15.273438 C 0.484375 15.273438 0.484375 15.277344 0.480469 15.28125 L 0.480469 31.363281 C 0.480469 31.660156 0.71875 31.898438 1.015625 31.898438 L 30.984375 31.898438 C 31.28125 31.898438 31.519531 31.660156 31.519531 31.363281 L 31.519531 15.285156 C 31.519531 15.277344 31.519531 15.277344 31.515625 15.273438 L 31.519531 15.277344 C 31.515625 15.183594 31.492188 15.101562 31.449219 15.023438 L 31.449219 15.027344 C 31.445312 15.019531 31.445312 15.011719 31.441406 15.007812 L 31.441406 15.011719 C 31.394531 14.933594 31.332031 14.871094 31.253906 14.824219 L 31.25 14.824219 C 31.25 14.824219 31.25 14.820312 31.25 14.820312 C 31.253906 14.820312 31.25 14.820312 31.25 14.820312 L 31.246094 14.820312 L 25.199219 11.304688 C 25.34375 11.128906 25.476562 10.941406 25.585938 10.75 C 26.289062 9.519531 26.316406 8.085938 26.335938 6.898438 C 26.351562 6.167969 26.035156 5.554688 25.5625 5.1875 C 25.085938 4.820312 24.5 4.660156 23.90625 4.578125 C 23.144531 4.472656 22.351562 4.496094 21.699219 4.527344 C 21.65625 4.21875 21.609375 3.773438 21.625 3.285156 C 21.65625 2.398438 21.894531 1.503906 22.558594 1.089844 C 22.710938 0.996094 22.808594 0.828125 22.808594 0.636719 C 22.808594 0.53125 22.78125 0.433594 22.726562 0.351562 L 22.730469 0.351562 C 22.652344 0.234375 22.535156 0.148438 22.398438 0.117188 L 22.394531 0.117188 C 22.355469 0.105469 22.3125 0.101562 22.269531 0.101562 C 22.265625 0.101562 22.257812 0.101562 22.253906 0.101562 Z M 22.582031 5.578125 C 22.984375 5.574219 23.386719 5.585938 23.757812 5.636719 C 24.25 5.707031 24.664062 5.84375 24.90625 6.035156 C 25.148438 6.222656 25.273438 6.425781 25.265625 6.878906 C 25.242188 8.058594 25.179688 9.304688 24.65625 10.21875 C 24.132812 11.132812 23.183594 11.828125 20.996094 11.9375 C 20.992188 11.9375 20.992188 11.9375 20.992188 11.9375 C 19.953125 11.996094 19.070312 11.765625 18.414062 11.203125 C 17.761719 10.636719 17.289062 9.703125 17.183594 8.199219 C 17.140625 7.460938 17.273438 6.976562 17.472656 6.636719 C 17.671875 6.300781 17.949219 6.089844 18.308594 5.933594 C 19.023438 5.628906 20.023438 5.636719 20.753906 5.636719 C 21.246094 5.636719 21.910156 5.585938 22.582031 5.578125 Z M 16.5 10.191406 C 16.78125 10.953125 17.191406 11.558594 17.714844 12.011719 C 18.621094 12.796875 19.8125 13.078125 21.050781 13.003906 C 22.484375 12.9375 23.566406 12.582031 24.355469 12.054688 L 28.996094 14.75 L 4.039062 14.75 L 16.472656 10.207031 C 16.488281 10.199219 16.496094 10.195312 16.503906 10.191406 Z M 1.550781 15.820312 L 30.449219 15.820312 L 30.449219 20.109375 L 1.550781 20.109375 Z M 1.550781 21.183594 L 30.449219 21.183594 L 30.449219 25.464844 L 1.550781 25.464844 Z M 1.550781 26.539062 L 30.449219 26.539062 L 30.449219 30.828125 L 1.550781 30.828125 Z M 1.550781 26.539062 '/%3E%3C/svg%3E"); }

.sidebar__icon--dessert.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23F7A800' viewBox='0 0 32 32'%3E%3Cpath d='M 22.253906 0.101562 C 22.15625 0.105469 22.066406 0.136719 21.988281 0.183594 C 20.867188 0.886719 20.59375 2.199219 20.554688 3.246094 C 20.539062 3.753906 20.578125 4.21875 20.621094 4.566406 C 19.917969 4.5625 18.855469 4.53125 17.886719 4.949219 C 17.371094 5.171875 16.882812 5.535156 16.550781 6.089844 C 16.222656 6.644531 16.0625 7.367188 16.109375 8.257812 C 16.113281 8.265625 16.113281 8.265625 16.113281 8.269531 L 16.113281 8.265625 C 16.132812 8.585938 16.171875 8.890625 16.226562 9.179688 C 16.183594 9.183594 16.140625 9.191406 16.101562 9.203125 L 16.105469 9.199219 L 0.832031 14.78125 C 0.8125 14.792969 0.800781 14.800781 0.785156 14.8125 L 0.789062 14.808594 C 0.757812 14.824219 0.734375 14.839844 0.710938 14.855469 C 0.664062 14.890625 0.625 14.933594 0.589844 14.976562 L 0.589844 14.980469 C 0.574219 14.996094 0.558594 15.015625 0.546875 15.035156 L 0.546875 15.039062 C 0.507812 15.105469 0.488281 15.1875 0.484375 15.273438 C 0.484375 15.273438 0.484375 15.277344 0.480469 15.28125 L 0.480469 31.363281 C 0.480469 31.660156 0.71875 31.898438 1.015625 31.898438 L 30.984375 31.898438 C 31.28125 31.898438 31.519531 31.660156 31.519531 31.363281 L 31.519531 15.285156 C 31.519531 15.277344 31.519531 15.277344 31.515625 15.273438 L 31.519531 15.277344 C 31.515625 15.183594 31.492188 15.101562 31.449219 15.023438 L 31.449219 15.027344 C 31.445312 15.019531 31.445312 15.011719 31.441406 15.007812 L 31.441406 15.011719 C 31.394531 14.933594 31.332031 14.871094 31.253906 14.824219 L 31.25 14.824219 C 31.25 14.824219 31.25 14.820312 31.25 14.820312 C 31.253906 14.820312 31.25 14.820312 31.25 14.820312 L 31.246094 14.820312 L 25.199219 11.304688 C 25.34375 11.128906 25.476562 10.941406 25.585938 10.75 C 26.289062 9.519531 26.316406 8.085938 26.335938 6.898438 C 26.351562 6.167969 26.035156 5.554688 25.5625 5.1875 C 25.085938 4.820312 24.5 4.660156 23.90625 4.578125 C 23.144531 4.472656 22.351562 4.496094 21.699219 4.527344 C 21.65625 4.21875 21.609375 3.773438 21.625 3.285156 C 21.65625 2.398438 21.894531 1.503906 22.558594 1.089844 C 22.710938 0.996094 22.808594 0.828125 22.808594 0.636719 C 22.808594 0.53125 22.78125 0.433594 22.726562 0.351562 L 22.730469 0.351562 C 22.652344 0.234375 22.535156 0.148438 22.398438 0.117188 L 22.394531 0.117188 C 22.355469 0.105469 22.3125 0.101562 22.269531 0.101562 C 22.265625 0.101562 22.257812 0.101562 22.253906 0.101562 Z M 22.582031 5.578125 C 22.984375 5.574219 23.386719 5.585938 23.757812 5.636719 C 24.25 5.707031 24.664062 5.84375 24.90625 6.035156 C 25.148438 6.222656 25.273438 6.425781 25.265625 6.878906 C 25.242188 8.058594 25.179688 9.304688 24.65625 10.21875 C 24.132812 11.132812 23.183594 11.828125 20.996094 11.9375 C 20.992188 11.9375 20.992188 11.9375 20.992188 11.9375 C 19.953125 11.996094 19.070312 11.765625 18.414062 11.203125 C 17.761719 10.636719 17.289062 9.703125 17.183594 8.199219 C 17.140625 7.460938 17.273438 6.976562 17.472656 6.636719 C 17.671875 6.300781 17.949219 6.089844 18.308594 5.933594 C 19.023438 5.628906 20.023438 5.636719 20.753906 5.636719 C 21.246094 5.636719 21.910156 5.585938 22.582031 5.578125 Z M 16.5 10.191406 C 16.78125 10.953125 17.191406 11.558594 17.714844 12.011719 C 18.621094 12.796875 19.8125 13.078125 21.050781 13.003906 C 22.484375 12.9375 23.566406 12.582031 24.355469 12.054688 L 28.996094 14.75 L 4.039062 14.75 L 16.472656 10.207031 C 16.488281 10.199219 16.496094 10.195312 16.503906 10.191406 Z M 1.550781 15.820312 L 30.449219 15.820312 L 30.449219 20.109375 L 1.550781 20.109375 Z M 1.550781 21.183594 L 30.449219 21.183594 L 30.449219 25.464844 L 1.550781 25.464844 Z M 1.550781 26.539062 L 30.449219 26.539062 L 30.449219 30.828125 L 1.550781 30.828125 Z M 1.550781 26.539062 '/%3E%3C/svg%3E"); }

.sidebar__tab {
  padding: 0 20px 20px 20px;
  display: none;
  background-color: #FFF;
  min-height: 100%; }
  .sidebar__tab.active {
    display: block; }

.sidebar__msg {
  color: #ACACAC;
  font-size: 11px; }

.sidebar__price__promo {
  color: #ACACAC;
  font-size: 11px;
  margin-right: 5px; }

.sidebar__price__price {
  font-family: "Unbounded", sans-serif;
  color: #FFF;
  font-size: 18px; }

.sidebar__btn {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 50px; }
  .sidebar__btn span {
    color: #F7A800; }

@media (min-width: 992px) {
  .sidebar {
    position: relative;
    left: 40px;
    bottom: initial;
    width: 450px;
    margin-bottom: 0; }
  .sidebar,
  .sidebar.active {
    height: auto;
    min-height: 70vh;
    max-height: 100%;
    overflow: unset; }
  .sidebar__mobile {
    display: none; }
  .sidebar__tab {
    height: 100%; }
  .sidebar__tab--formule {
    background-color: #F7A800; }
  .sidebar__tab--order,
  .sidebar__tab--cart {
    border-left: 3px solid #000; } }

@media all and (min-width: 1640px) {
  .sidebar {
    left: 0; } }

.formule {
  display: flex;
  flex-direction: column; }

.formule__top-title {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  order: 1;
  padding: 20px 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  background-color: #F7A800; }

.formule__entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  width: 100%;
  position: relative; }
  .formule__entry:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%); }
  .formule__entry--last:after {
    display: none; }

.formule__entry__title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px; }

.formule__entry__text {
  display: inline-block;
  padding: 5px 10px;
  border: 3px solid #000;
  margin-bottom: 0; }
  .formule__entry__text span {
    font-size: 12px;
    line-height: 12px;
    font-family: "Unbounded", sans-serif;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle; }

.formule__figure {
  display: none; }

@media (min-width: 992px) {
  .formule {
    text-align: center; }
  .formule__top-title {
    color: #FFF;
    order: initial; }
  .formule__figure {
    display: block;
    text-align: right;
    margin-right: -20px; }
    .formule__figure img {
      display: inline-block;
      max-width: 250px; }
  .formule__entry {
    display: inline-block; }
  .formule__entry__text {
    margin-top: 5px;
    margin-bottom: 20px; }
  .formule__entry__text span {
    font-size: 18px;
    line-height: 18px; } }

.trigger-title {
  text-align: center;
  position: relative;
  margin-left: -20px;
  width: 100vw;
  font-size: 25px;
  font-family: "Unbounded", sans-serif;
  padding: 20px 0; }
  .trigger-title--formule {
    background-color: #F7A800; }
  .trigger-title--order, .trigger-title--cart {
    background-color: #85BE4C; }
  .trigger-title--cart {
    display: none; }

.trigger-title__close,
.trigger-title__prev {
  background-color: #000;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  border: none; }

.trigger-title__close {
  right: 0; }
  .trigger-title__close:before, .trigger-title__close:after {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 20px;
    width: 30px;
    height: 4px;
    background-color: #FFF;
    border-radius: 6px; }
  .trigger-title__close:before {
    transform: rotate(45deg); }
  .trigger-title__close:after {
    transform: rotate(-45deg); }

.trigger-title__prev {
  left: 0; }
  .trigger-title__prev:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 18px;
    left: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewbox='0 0 32 32'%3E%3Cpath d='M 16 6.988281 C 15.371094 6.988281 14.742188 7.226562 14.261719 7.707031 L 1.152344 20.816406 C 0.191406 21.777344 0.191406 23.332031 1.152344 24.292969 C 2.113281 25.253906 3.667969 25.253906 4.628906 24.292969 L 16 12.921875 L 27.371094 24.292969 C 28.332031 25.253906 29.886719 25.253906 30.847656 24.292969 C 31.808594 23.332031 31.808594 21.777344 30.847656 20.816406 L 17.738281 7.707031 C 17.257812 7.226562 16.628906 6.988281 16 6.988281 Z M 16 6.988281 '%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transform: rotate(-90deg); }

@media (min-width: 992px) {
  .trigger-title {
    background: none;
    margin-left: 0;
    padding: 0;
    width: 100%; }
    .trigger-title--cart, .trigger-title--order {
      display: none; }
  .trigger-title__close {
    display: none; } }

.side-cart {
  padding-top: 20px; }
  .side-cart ::-moz-placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #2C2C2C; }
  .side-cart ::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #2C2C2C; }

.side-cart__title {
  font-size: 14px;
  line-height: 14px;
  font-family: "Unbounded", sans-serif;
  margin-bottom: 20px; }

.side-cart__card {
  padding: 20px;
  margin-bottom: 20px; }

.side-cart__radio,
.side-cart__checkbox {
  display: flex; }

.side-cart__radio label {
  margin-bottom: 0; }

.side-cart__radio input[type="radio"] {
  display: none; }

.side-cart__radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 0;
  cursor: pointer;
  line-height: 1em;
  transition: box-shadow 0.3s ease-in-out; }

.side-cart__radio input[type="radio"] + label:before,
.side-cart__radio input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  transition: box-shadow .3s ease; }

.side-cart__radio input[type="radio"] + label:before {
  transition: box-shadow .3s ease;
  box-shadow: inset 0 0 0 0.2em #000, inset 0 0 0 1em #FFF; }

.side-cart__radio input[type="radio"] + label:hover:before {
  transition: box-shadow .3s ease;
  box-shadow: inset 0 0 0 0.3em #F7A800, inset 0 0 0 1em #000; }

.side-cart__radio input[type="radio"]:checked + label:before {
  transition: box-shadow .3s ease;
  box-shadow: inset 0 0 0 0.2em #F7A800, inset 0 0 0 1em #000; }

.side-cart__checkbox input[type="checkbox"] {
  display: none; }

.side-cart__checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer; }

.side-cart__checkbox input[type="checkbox"]:checked + label:before {
  background-color: #0B8E36;
  border: 3px solid #0B8E36; }

.side-cart__checkbox input[type="checkbox"] + label:before {
  content: '';
  background-color: transparent;
  border: 3px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px; }

.side-cart__checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.side-cart input[type="text"] {
  padding: 10px;
  border: none;
  background-color: #EFEFEF;
  margin-bottom: 15px; }

.side-cart__cgv,
.side-cart__cgv a {
  color: gray; }

.side-cart__cgv {
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 0; }
  .side-cart__cgv a {
    text-decoration: underline; }
    .side-cart__cgv a:hover {
      color: #0B8E36; }

.advantages__text {
  display: block;
  max-width: 768px;
  margin: 0 auto; }
  .advantages__text ul li {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold; }
    .advantages__text ul li:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      background-color: #F7A800;
      border-radius: 100%;
      margin-right: 10px; }

.advantages__btn-holder {
  margin: 40px auto 0 auto;
  text-align: center; }

@media (min-width: 992px) {
  .advantages__text ul li {
    font-size: 30px;
    line-height: 50px; }
  .advantages__btn-holder {
    margin: 80px auto 0 auto; } }

@media (min-width: 1200px) {
  .advantages {
    background-image: url(/themes/starter/assets//img-dist/4f163084b239e7496236046ddf0f6bc1.png), url(/themes/starter/assets//img-dist/22838b9e9b38fb001a60b795aa30087d.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 20%; } }

.better__inner {
  background-color: #85BE4C;
  padding: 40px 0; }

.better__title {
  max-width: 1300px;
  color: #FFF; }

.better__text h3 {
  color: #FFF;
  background-color: black;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  margin-bottom: 20px; }

.better__text h4 {
  font-size: 18px; }

.better__block {
  background-color: #FFF;
  margin-bottom: 40px; }

.better__text {
  padding: 20px; }
  .better__text ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
  .better__text ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23000' viewBox='0 0 32 32'%3E%3Cpath d='M 31.386719 20.394531 C 30.1875 19.601562 29 19.203125 27.644531 18.960938 C 26.703125 19.167969 25.414062 17.613281 25.5625 19.128906 C 25.476562 19.9375 25.433594 20.105469 25.457031 19.195312 C 25.757812 17.984375 24.730469 17.433594 23.613281 17.117188 C 21.929688 16.660156 20.714844 15.410156 19.0625 14.898438 C 18.183594 14.789062 17.546875 14.308594 18.289062 13.742188 C 19.089844 13.042969 18.953125 11.929688 19.816406 11.011719 C 20.421875 9.316406 21.175781 7.765625 21.671875 6.058594 C 21.476562 4.683594 23.359375 4.453125 22.9375 2.902344 C 22.375 -0.1875 17.730469 0.234375 17.269531 3.40625 C 17 4.726562 15.863281 5.667969 15.445312 6.863281 C 15.167969 7.785156 14.492188 8.441406 13.992188 9.34375 C 13.222656 9.796875 13.25 10.832031 12.554688 11.386719 C 11.015625 10.308594 9.128906 10.039062 7.433594 9.339844 C 6.417969 9.269531 5.109375 8.890625 4.332031 8.570312 C 1.933594 5.988281 -1.859375 11.242188 1.664062 12.722656 C 3.691406 13.367188 5.433594 14.699219 7.441406 15.273438 C 7.996094 16.011719 10.777344 15.867188 9.078125 17.042969 C 7.882812 19.191406 6.558594 21.148438 5.535156 23.320312 C 4.695312 25.132812 4.429688 27.4375 4.902344 29.382812 C 5.425781 31.785156 9.472656 31.886719 9.3125 29.246094 C 9.496094 28.433594 9.753906 27.621094 9.691406 26.765625 C 10.71875 26.429688 10.941406 25.402344 9.683594 25.484375 C 8.875 25.335938 8.777344 25.265625 9.660156 25.304688 C 10.691406 25.507812 11.148438 24.988281 11.597656 24.015625 C 12.121094 23.390625 12.167969 22.46875 12.867188 21.925781 C 13.429688 21.160156 13.894531 20.433594 14.195312 19.574219 C 15.132812 18.574219 16.851562 20.160156 17.878906 20.59375 C 19.632812 21.765625 21.683594 22.457031 23.550781 23.496094 C 24.792969 23.84375 26 24.316406 27.289062 24.28125 C 28.921875 24.902344 31.5 24.195312 31.738281 22.230469 C 31.832031 21.601562 31.703125 20.945312 31.386719 20.394531 Z M 31.386719 20.394531 '/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px; }

.better__image {
  width: 100%;
  min-height: 350px;
  background-size: contain;
  background-repeat: no-repeat; }

.better__block--1 .better__image {
  background-color: #0B8E36;
  background-position: top right;
  border-bottom: 40px solid #0B8E36; }

.better__block--2 .better__image {
  background-color: #0B8E36;
  background-position: center;
  order: 1;
  border-top: 40px solid #0B8E36;
  border-bottom: 40px solid #0B8E36; }

.better__block--3 .better__image {
  background-color: #F7A800;
  background-position: center right;
  border-top: 40px solid #F7A800;
  border-bottom: 40px solid #F7A800; }

.better__btn-holder {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 992px) {
  .better__inner {
    padding: 60px 0 40px 0; }
  .better__text h3 {
    font-size: 40px;
    margin-bottom: 40px; }
  .better__text h4 {
    font-size: 30px; }
  .better__text ul li {
    font-size: 22px; }
  .better__block {
    display: flex; }
  .better__image {
    width: 30%;
    background-size: 80%;
    border: none !important; }
  .better__text {
    padding: 40px 60px;
    width: 70%; }
  .better__btn-holder {
    text-align: initial;
    margin-top: 40px; } }

.contact-2 {
  padding-bottom: 40px;
  position: relative; }
  .contact-2:before {
    content: "";
    display: block;
    background-color: #85BE4C;
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.contact-2__inner:before, .contact-2__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-repeat: repeat-x;
  background-size: 790px 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%2385BE4C' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: 0; }

.contact-2__inner:before {
  top: calc(20% - 25px); }

.contact-2__inner:after {
  bottom: calc(20% - 25px); }

.contact-2__title {
  max-width: 900px;
  font-family: "Hanken Grotesk", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 25px;
  line-height: 25px; }

.contact-2__content {
  max-width: 920px;
  margin: 0 auto;
  position: relative; }

.contact-2__form {
  background-color: #FFF;
  position: relative;
  z-index: 3;
  padding: 40px;
  border: 3px solid #F7A800; }
  .contact-2__form textarea.form-control {
    height: 280px; }

.contact-2__subtitle {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 40px auto; }

.contact-2__btn-holder {
  text-align: center; }

@media (min-width: 768px) {
  .contact-2__form {
    padding: 60px; }
  .contact-2__title {
    font-size: 50px;
    line-height: 50px; }
  .contact-2__btn-holder {
    margin-top: 40px; } }

.contact {
  padding-bottom: 40px; }
  .contact--alt {
    margin-top: -45px; }
    .contact--alt .contact__inner {
      position: relative;
      padding-top: 40px; }
      .contact--alt .contact__inner:before, .contact--alt .contact__inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%; }
      .contact--alt .contact__inner:before {
        height: 50vh;
        background-color: #0B8E36;
        left: 0;
        top: 0; }
      .contact--alt .contact__inner:after {
        top: calc(50vh - 25px);
        left: 0;
        height: 55px;
        background-repeat: repeat-x;
        background-size: 790px 100px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%230B8E36' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }
      .contact--alt .contact__inner .contact__title {
        color: #FFF;
        position: relative;
        z-index: 2; }

.contact__title {
  max-width: 900px; }

.contact__content {
  max-width: 920px;
  margin: 0 auto;
  position: relative; }

.contact__form {
  background-color: #FFF;
  position: relative;
  z-index: 3;
  padding: 40px;
  border: 3px solid #F7A800; }

.contact__subtitle {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 40px auto; }

.contact__btn-holder {
  text-align: center; }

.contact .form-group .card-header,
.contact .form-group .form-control-label {
  display: none; }

.contact .form-group .contact-form {
  width: 100%; }

.contact .form-footer {
  text-align: center; }

@media (min-width: 768px) {
  .contact:not(.contact--alt) {
    padding-bottom: 120px; }
  .contact--alt .contact__inner {
    padding-top: 80px; }
    .contact--alt .contact__inner .contact__title:before {
      display: none; }
    .contact--alt .contact__inner .contact__content:before {
      display: none; }
  .contact__title {
    position: relative; }
    .contact__title:before, .contact__title:after {
      content: "";
      display: block;
      width: 20%;
      height: 0;
      padding-bottom: 20%;
      position: absolute;
      top: 40px;
      background-repeat: no-repeat;
      background-size: contain; }
    .contact__title:before {
      left: -20%;
      background-image: url(/themes/starter/assets//img-dist/77c954b3457348dffc95245b75a0afa9.png); }
    .contact__title:after {
      right: -20%;
      background-image: url(/themes/starter/assets//img-dist/b79fc3a0d4a2a1734c02d275f92ee649.png); }
  .contact__content:before {
    content: "";
    display: block;
    position: absolute;
    left: -350px;
    bottom: -60px;
    width: 450px;
    height: 550px;
    background-image: url(/themes/starter/assets//img-dist/ea9c689d981b1a2271b0c2aa89c87322.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .contact__form {
    padding: 60px; } }

.diagonal {
  margin: 40px 0; }
  .diagonal:before, .diagonal:after {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%2385BE4C' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 790px 100px; }
  .diagonal:before {
    transform: rotate(-2.5deg); }
  .diagonal:after {
    transform: rotate(2.5deg); }

.diagonal__inner {
  padding: 20px 0;
  background-color: #85BE4C;
  position: relative; }
  .diagonal__inner:before, .diagonal__inner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }
  .diagonal__inner:before {
    border-width: 0 0 7vh 100vw;
    border-color: transparent transparent #85BE4C transparent;
    left: 0;
    top: -6vh; }
  .diagonal__inner:after {
    border-width: 0 100vw 7vh 0;
    border-color: transparent #85BE4C transparent transparent;
    left: 0;
    bottom: -6vh; }

.diagonal__figure {
  text-align: center;
  position: relative;
  z-index: 4; }
  .diagonal__figure img {
    display: inline-block; }

.diagonal__title {
  color: #FFF; }

.diagonal__text {
  font-size: 18px;
  color: #FFF; }
  .diagonal__text ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
  .diagonal__text ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M 31.386719 20.394531 C 30.1875 19.601562 29 19.203125 27.644531 18.960938 C 26.703125 19.167969 25.414062 17.613281 25.5625 19.128906 C 25.476562 19.9375 25.433594 20.105469 25.457031 19.195312 C 25.757812 17.984375 24.730469 17.433594 23.613281 17.117188 C 21.929688 16.660156 20.714844 15.410156 19.0625 14.898438 C 18.183594 14.789062 17.546875 14.308594 18.289062 13.742188 C 19.089844 13.042969 18.953125 11.929688 19.816406 11.011719 C 20.421875 9.316406 21.175781 7.765625 21.671875 6.058594 C 21.476562 4.683594 23.359375 4.453125 22.9375 2.902344 C 22.375 -0.1875 17.730469 0.234375 17.269531 3.40625 C 17 4.726562 15.863281 5.667969 15.445312 6.863281 C 15.167969 7.785156 14.492188 8.441406 13.992188 9.34375 C 13.222656 9.796875 13.25 10.832031 12.554688 11.386719 C 11.015625 10.308594 9.128906 10.039062 7.433594 9.339844 C 6.417969 9.269531 5.109375 8.890625 4.332031 8.570312 C 1.933594 5.988281 -1.859375 11.242188 1.664062 12.722656 C 3.691406 13.367188 5.433594 14.699219 7.441406 15.273438 C 7.996094 16.011719 10.777344 15.867188 9.078125 17.042969 C 7.882812 19.191406 6.558594 21.148438 5.535156 23.320312 C 4.695312 25.132812 4.429688 27.4375 4.902344 29.382812 C 5.425781 31.785156 9.472656 31.886719 9.3125 29.246094 C 9.496094 28.433594 9.753906 27.621094 9.691406 26.765625 C 10.71875 26.429688 10.941406 25.402344 9.683594 25.484375 C 8.875 25.335938 8.777344 25.265625 9.660156 25.304688 C 10.691406 25.507812 11.148438 24.988281 11.597656 24.015625 C 12.121094 23.390625 12.167969 22.46875 12.867188 21.925781 C 13.429688 21.160156 13.894531 20.433594 14.195312 19.574219 C 15.132812 18.574219 16.851562 20.160156 17.878906 20.59375 C 19.632812 21.765625 21.683594 22.457031 23.550781 23.496094 C 24.792969 23.84375 26 24.316406 27.289062 24.28125 C 28.921875 24.902344 31.5 24.195312 31.738281 22.230469 C 31.832031 21.601562 31.703125 20.945312 31.386719 20.394531 Z M 31.386719 20.394531 '/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px; }

.diagonal__btn-holder {
  margin-top: 40px; }

@media (min-width: 768px) {
  .diagonal__text {
    font-size: 25px;
    line-height: 35px; }
    .diagonal__text ul li {
      font-size: 22px; } }

.gallery__inner {
  padding: 40px 0;
  background-color: #0B8E36; }

.gallery__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.gallery__figure {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  position: relative; }
  .gallery__figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px; }

@media (min-width: 768px) {
  .gallery__figure {
    width: 33.3%;
    padding-bottom: 33.3%; } }

@media (min-width: 992px) {
  .gallery__inner {
    padding: 60px 0 80px 0; }
  .gallery {
    margin-top: 40px; }
  .gallery__content {
    position: relative; }
  .gallery__figure {
    width: 40%;
    height: 420px;
    padding-bottom: 0; }
    .gallery__figure--small {
      height: 260px; }
    .gallery__figure--half {
      width: 20%; }
    .gallery__figure--latest {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 20%; } }

.heading-centered {
  padding: 40px 0; }

.heading-centered__content {
  text-align: center; }

.heading-centered__figure {
  display: inline-block; }

.heading--green .heading__inner {
  background-color: #0B8E36; }

.heading--green .heading__text h1 {
  color: #FFF; }

.heading--green .heading__text p {
  color: #FFF; }

.heading--packaging .heading__text p, .heading--packaging .heading__text h4 {
  max-width: 820px; }

.heading__text h1 {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 40px; }
  .heading__text h1 br {
    display: none; }

.heading__text p {
  font-size: 18px;
  line-height: 22px; }

.heading__text,
.heading__figure {
  padding: 20px 0; }

.heading__extra {
  position: relative;
  z-index: 2;
  padding-bottom: 40px; }
  .heading__extra h2 {
    font-size: 2rem;
    color: #FFF;
    width: 100%;
    padding: 20px;
    background-color: #000;
    text-align: center; }

.heading__extra__inner {
  box-shadow: 2px 4px 5px -3px rgba(0, 0, 0, 0.5);
  background-color: #FFF; }

.heading__extra__row {
  text-align: center; }

.heading__extra__col {
  display: inline-block;
  margin-bottom: 20px; }
  .heading__extra__col p {
    font-weight: bold; }

@media (min-width: 768px) {
  .heading--enterprise {
    margin-bottom: 150px; }
    .heading--enterprise .heading__text {
      min-width: 105%; }
    .heading--enterprise .heading__figure {
      padding-left: 10%; }
  .heading__text h1 br {
    display: inline-block; }
  .heading__text h4 {
    font-size: 30px;
    line-height: 40px; }
  .heading__text p {
    font-size: 25px;
    line-height: 35px; }
  .heading__text,
  .heading__figure {
    padding: 40px 0; }
  .heading__extra {
    max-width: 80%;
    margin: 0 auto;
    max-height: 150px;
    padding-bottom: 300px;
    position: relative; }
  .heading__extra__inner {
    position: absolute;
    left: 0;
    top: 0; }
  .heading__extra__row {
    display: flex;
    align-items: center;
    text-align: initial;
    justify-content: center;
    padding: 0 40px;
    flex-wrap: wrap; }
  .heading__extra__col {
    padding: 20px;
    margin: 0; }
    .heading__extra__col--1, .heading__extra__col--2 {
      width: 50%; }
    .heading__extra__col--3 {
      width: 100%;
      text-align: center; }
    .heading__extra__col p {
      font-size: 20px;
      max-width: 300px;
      margin: 0 auto; } }

@media (min-width: 992px) {
  .heading--packaging {
    padding-top: 20px; }
  .heading__extra {
    padding-bottom: 150px; }
  .heading__extra__row {
    justify-content: space-between; }
  .heading__extra__col--1 {
    width: 20%; }
    .heading__extra__col--1 img {
      max-width: 100%; }
  .heading__extra__col--2, .heading__extra__col--3 {
    width: 40%; }
  .heading__extra__col--100 {
    text-align: initial; } }

.offer__text {
  font-size: 18px; }

.offer__figure {
  text-align: center;
  position: relative;
  z-index: 2; }
  .offer__figure img {
    display: inline-block; }

.offer__sticker {
  display: none; }

@media (min-width: 768px) {
  .offer__text {
    font-size: 25px;
    line-height: 35px; } }

@media (min-width: 1200px) {
  .offer {
    padding: 120px 0; }
    .offer .col {
      position: relative; }
  .offer__sticker {
    display: block;
    position: absolute;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden; }
    .offer__sticker--1 {
      top: 300px;
      left: 0;
      z-index: 3; }
    .offer__sticker--2 {
      top: -300px;
      right: 0; }
    .offer__sticker img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.packaging {
  position: relative;
  background-color: #0B8E36; }
  .packaging:before, .packaging:after {
    position: relative;
    z-index: 2; }

.packaging__inner {
  padding: 40px 0; }

.packaging__title {
  color: #FFF; }

.packaging__text p {
  color: #FFF;
  padding: 20px 0;
  font-size: 18px; }

.packaging__figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px; }

.packaging__bg {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 55px; }

@media (min-width: 768px) {
  .packaging__inner {
    padding: 60px 0; }
  .packaging__content {
    display: flex;
    flex-wrap: wrap; }
  .packaging__figure,
  .packaging__text {
    width: 50%; }
  .packaging__figure {
    padding-right: 80px; }
    .packaging__figure img {
      height: 100%; }
  .packaging__text p {
    font-size: 25px;
    line-height: 30px; } }

@media (min-width: 1200px) {
  .packaging {
    margin-bottom: 180px; }
  .packaging__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%; }
  .packaging__content {
    max-width: 80%; }
  .packaging__figure {
    position: absolute;
    width: 550px;
    height: 360px;
    padding-right: 0;
    right: 16%;
    bottom: -150px;
    z-index: 3; } }

.payment {
  padding: 40px 0; }

.payment__title {
  max-width: 1024px; }

.payment__figure {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .payment__figure img {
    padding: 0 10px; }

label[for=payment-option-1] img {
  margin-top: 10px; }

@media (min-width: 768px) {
  .payment {
    padding: 40px 0 60px 0; } }

.photo-banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px; }

.photo-banner--alt {
  margin-top: 0; }
  .photo-banner--alt:before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-repeat: repeat-x;
    background-size: 790px 100px;
    background-position: center top -27px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23FFF' viewbox='0 0 878 56.868'%3E%3Cpath d='M868.641,6.112c2.148-.173,6.443,1.9,5.063,2.94-2.608-1.211-9.819-.865-9.512-2.421l2.455-.519c-6.6-.346-10.586-.692-13.04-.173-1.841,1.9,0,3.286-4.756,4.324-11.66-1.211,4.756-4.324-3.222-5.88L834.583,6.458l-2.455-1.73c-16.109-1.73-28.689.519-45.871.519-.307-2.94,12.12-3.978,16.416-4.324-5.37-2.594-13.04.865-20.1-.865-6.6-.346-11.66,2.075-10.586,3.8-8.131,1.038-5.83-1.73-6.9-2.248-2.608,3.113-13.04,2.075-19.637,2.767l-.307-1.73L734.863,4.9c2.608.173.307,1.73.307,2.94l-2.608-.173c10.125,4.843,22.706-3.459,33.138,2.075-3.222.692,1.074,1.557-2.148,2.248-2.608-.173-3.222-.346-3.375-1.038-1.534,1.384-5.83,2.767-.307,2.594-.307,3.8-11.353,2.767-19.024,4.151-6.137-2.421,6.29-3.632,9.512-5.362-2.915.346-5.37,1.9-9.512.865l1.074-2.767c-10.586,1.557-2.915,2.421-5.216,5.189-2.915,3.632-9.512-.173-12.427.173l3.222-.692c-8.284-1.211-10.125,1.73-17.489,1.557l-3.529-2.248c9.358,2.767,11.353-3.8,16.722-2.421-13.5-2.594,2.915-5.707,7.211-8.129-5.83.519-11.2.173-14.268-1.384-8.438,3.632-17.8-1.384-25.927,2.94-4.449-.519,3.989-1.9-.767-2.075a134.481,134.481,0,0,0-27.308,1.73c-4.756,0-3.989-1.384-5.37-2.594C633.762.751,624.71,7.5,599.55,5.939l3.682-1.557c-5.216-.346-9.819-.865-12.427,1.211-6.6-4.843-22.552,2.94-30.99-2.248-11.2-.865-11.66,3.286-20.4,3.978,0-1.038,2.608-3.113-1.841-3.632-28.689,1.73-54.309,2.075-85.913,2.94a8.115,8.115,0,0,1,2.608-.865c-20.4-.346-40.5,4.151-57.531,2.767-3.222.692-12.734,1.557-9.819,3.632,3.989.346,4.449,2.767,4.3,4.151-15.035,2.075-7.364-3.459-17.489-2.94-3.222-3.8,6.29-2.421,6.29-5.707L365.437,10.09c-8.284-1.211-16.415.865-23.626-.865,3.222.346,1.074-2.767,6.29-1.384-.767.173-.307.346-1.074.519,11.353.346,7.364-1.557,15.5-2.421-9.358.865-21.018,1.557-29,.865,1.841,2.594-6.9,1.038-9.2,2.767l-.46-.173c0,1.038-5.216,1.9-6.9,2.248L314.81,8.361c-3.682.346,1.074,1.557-2.608,2.075-5.216.692-24.086,1.038-25.467-2.248-6.443.346-8.284,2.075-14.881,1.73.46-.865,2.148-1.211,2.3-1.557-13.961-.692-31.3.346-44.491-1.557-10.893.865-20.1,1.384-27,3.632,2.915-.173,11.353.519,6.137,2.421-2.915,1.384-7.364.865-11.966,1.384,1.074-1.73-11.353-1.557-2.455-2.767-2.3-3.632-19.484-3.8-19.33-7.437-2.148,1.038-14.881.519-19.637,2.421-1.074-1.557,6.9-1.038,6.9-2.248l-5.83.519V3.345c-11.353-.865-13.347,3.632-20.1,4.324l.307-.346-4.449.519,5.216-2.94c-7.057.346-10.739,2.94-18.717,3.632l-.767-.865-4.756,1.038c.767-.173,1.074-.519.614-.865-4.449,2.767-14.881,1.73-19.024,4.151-3.222-.346-5.83-3.8-10.125-1.557l.767-3.459c10.586-.346,3.989,2.421,15.035,1.211C92.2,3.518,69.037,4.037,53.7,4.383,41.269,6.631,20.865,3,15.5,8.188l1.381-2.248L0,4.21V36.9c16.109.346,3.835,6.745,35.593,5.535.767.865,10.125.346,6.443,1.9l9.052-1.211c-1.381-1.211-7.211-.692-2.915-1.9,2.915.865,12.273,1.384,6.443,3.113,4.756,0,10.893-.865,9.819-2.421,7.671-.173-.767,3.459-4.3,4.5,6.137.173,5.37,2.594,3.529,3.286l8.438-.346c-1.841.692-1.841,1.9-3.682,2.594,5.523,1.038,9.512-2.075,14.268.173l2.148-2.248c15.342,1.9,13.807,2.248,28.075,2.421l-2.455-1.73c10.893-3.113,7.978,2.767,22.552,1.384,8.284-1.038,13.5-1.73,12.427-4.5,4.756-1.038,5.83.519,7.978,1.557,3.682-1.557,11.66-4.324,17.489-2.594a88.945,88.945,0,0,1-10.893,1.9c1.074,2.767,12.734.519,18.87,1.9,4.3-1.211,18.1,0,25.774-2.421-3.529-2.248-2.148-5.362,4.756-7.61-1.074,1.73,9.358,1.73,14.114,2.94-2.3,1.557,10.586,3.978.614,4.67-2.915-.865-4.3-3.113-8.284-2.248,2.455,1.73,8.745,3.632,15.342,5.189-.46.865-3.989,1.9-7.364,1.9,1.841-.692.767-1.211.46-1.9-12.12,1.9,2.608,3.978.767,5.88,3.222-.519,10.125-.173,6.9-1.73,6.443,4.151,19.33-2.248,26.234,1.038.307-.346-3.682-1.73,1.074-2.767,7.211-.346,6.6,1.557,9.512,2.421,2.148-1.211,13.04-2.075,11.966-1.384,4.756-1.038-5.063-3.978,1.534-5.88,4.449-2.767,10.586-.346,15.955-1.211,6.443,1.9-6.29,1.384-9.052,2.248l17.95-1.211c5.37,1.384-2.455,2.767-7.671,2.421,7.211,1.73,16.416.173,18.563-2.075,4.449.519,6.9,0,11.2.865-4.3,1.211-3.989,5.189-10.586,5.88-10.893-.173,3.989-3.113-5.37-3.632l-.767,2.421c-3.989-1.384-7.057.346-11.353.519-2.455-.519.46-.865,2.148-1.211-7.671.173-13.807-1.038-19.637,1.557,10.432,2.248,25.927-.692,30.53,1.9L334.907,53.5c0-1.038-7.211-2.94-1.381-4.5,2.455,2.767,8.438,3.978,16.415,4.5-2.915-3.113,12.734-2.767,8.745-5.189C355,49.87,353.164,47.275,352.55,47.1c7.671-.173,1.074-2.767,5.216-2.94,14.114.692-.46,1.9,13.347,3.113a79.672,79.672,0,0,1-17.95,5.707c.46,1.384,7.671-.173,10.893,1.384-4.449-1.557,3.222-2.94-.614-3.632,11.2-1.211,24.086-4.5,37.587-5.016-2.148,4.5-22.706,3.459-18.563,8.648,6.6-.692,6.6-2.94,11.966-2.594,4.449,2.767,15.648.346,24.7.173l-3.989-1.384c3.375-1.038,9.819-.173,13.807,0l-1.074.519,3.989-.865c.614.173.767.173.767.346,4.3-1.384,15.342,0,23.626-.865,0-2.248-8.284-.173-12.12-.346-1.074-.519-8.745-1.384-5.063-2.94,10.279,0,17.489-2.594,29.149-2.594l-3.682-.692c3.682-1.557,8.745-.692,14.268-.865,10.125,1.557-7.364,3.113-1.227,4.324-3.989,1.9-10.893-.173-11.966,2.594l6.29,3.113c5.37-1.9,11.2.865,14.881.519L482.8,51.426c.767-2.421,4.449-.519,6.29-.173l-2.761-3.459c-5.83-.519-9.819,2.421-13.961.346,10.279-1.038,7.978-3.978,20.4-3.978.614,1.384-2.455.519-3.682,1.557,4.3.865,8.745-1.9,15.648-.692-3.989.865-10.279,2.248-5.216,3.978l3.682-2.594c3.222.346,1.841,1.384,3.222,1.557,4.449.519-1.074-2.767,6.137-2.075,1.074.519,3.375,1.038,2.455,1.73,8.284.173,3.989-.865,11.66-2.075-6.9,0-7.211-3.978,0-4.324,10.125.346,16.876-1.73,23.933,1.557l4.449-1.73c-2.915,2.421,6.444.865,9.512,1.211,1.074,2.767-15.188,0-15.188,4.324,6.6.346,3.682,1.73,1.534,2.94,7.211-.346,2.608-3.113,5.83-4.843,0,1.038,12.273.346,7.978,2.767,6.137.173,7.211-2.594,11.66-2.075-.614,1.038-1.534,2.421-1.074,3.8.46-.865,6.29.173,7.364.346-1.074-.519,2.148-2.248-3.222-1.557,1.381-2.075,12.427-.173,12.12-1.9.614,2.421,11.353.519,17.029,1.557-.614-5.707-10.279,2.248-12.12-2.594,7.364-1.9,24.853-.173,36.82-2.767,10.279,1.038,0,2.248,2.148,4.324-9.512.865-11.966-.692-20.1.346,9.052,1.038,23.933.346,30.53-1.384,9.819-.173,10.893,5.707,22.859,4.324-1.534-1.9-1.381-2.248-5.063-2.94,3.222-.692,6.9,0,10.279,0,2.148-1.211-5.37-1.384-.614-2.421,1.841.346,5.83.519,5.063,1.9l-.767.173c11.353-1.73,8.284,4.5,18.1.865-.767-.865-2.915.173-5.37-.346-1.841-1.384,4.3-3.459,8.745-3.978-.767,1.211,3.989.173,7.211.692,2.148,2.075-7.978.519-9.512,2.075l8.745.346-1.841-.346,9.512-2.075c-6.6.692-3.222-2.594-.307-2.94,6.6.346,13.194.865,12.427,3.286.767-2.421,9.052-2.248,14.881-2.767-6.29-.865-.767-2.075,1.074-2.767l9.512,2.421c-10.125.692,2.148,2.075-.307,3.8-2.915,2.421-9.052,1.211-14.268.865,10.432,4.324,14.575-2.421,23.626-.346,0,1.038-.767,2.421-4.756,2.075,1.534.692,8.284-2.075,14.268-.865-1.534-.692-5.063-2.94,1.074-3.8l7.978,2.767c9.205.519,3.222-2.94,10.893-4.151l-5.063-1.9c.767-2.421,10.279,0,10.586-2.594-4.756,0-7.364,1.9-12.427,1.211-1.841-2.594,6.29-1.384,9.2-2.767,10.432,1.038,8.284,1.211,15.955,3.286.307,3.978-12.733,4.843-11.046,10.031,10.125-.692,24.7,1.384,31.3,2.94,9.052-1.211,8.131-4.324,6.9-6.572a22.511,22.511,0,0,1,7.978.519l-4.3,1.211c11.2-1.211,17.49-2.594,29.149-2.594,6.6-.692,3.989-3.113,2.3-4.843l7.211-.346-1.074-.519A3.686,3.686,0,0,1,878,37.071V4.037C874.318,3.864,871.4,4.21,868.641,6.112Z '%3E%3C/path%3E%3C/svg%3E"); }

@media (min-width: 768px) {
  .photo-banner {
    background-attachment: fixed; } }

.recipes--green .recipes__inner {
  background-color: #85BE4C;
  padding: 40px 0; }

.recipes--green .recipes__title {
  color: #FFF; }

.recipes__title {
  max-width: 1024px; }

.recipes__tabs {
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0;
  background-color: #000;
  display: flex;
  justify-content: center; }

.recipes__tabs li {
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 900;
  position: relative;
  font-size: 14px; }
  .recipes__tabs li:hover {
    cursor: pointer; }
  .recipes__tabs li:hover, .recipes__tabs li.active {
    color: #F7A800; }
    .recipes__tabs li:hover:after, .recipes__tabs li.active:after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background-color: #F7A800;
      position: absolute;
      left: 0;
      bottom: -4px; }

.recipes__block {
  padding: 0.5em;
  display: none; }
  .recipes__block.active {
    display: block; }
  .recipes__block .col-sm-12 {
    margin-bottom: 40px; }

.recipes__figure {
  position: relative;
  height: 400px; }
  .recipes__figure img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .recipes__figure figcaption {
    background-color: #0B8E36;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 25px; }

.recipes__btn-holder {
  margin-top: 40px;
  text-align: center; }

@media (min-width: 768px) {
  .recipes {
    padding: 80px 0; }
  .recipes__block .col-sm-12 {
    margin-bottom: 0; }
    .recipes__block .col-sm-12:first-child {
      padding-left: 0;
      padding-right: 20px; }
    .recipes__block .col-sm-12:last-child {
      padding-left: 20px;
      padding-right: 0; }
  .recipes__tabs li {
    font-size: 28px;
    padding: 30px 40px; }
    .recipes__tabs li:hover:after, .recipes__tabs li.active:after {
      height: 6px;
      bottom: -6px; }
  .recipes__figure {
    height: 450px;
    padding-bottom: 65px; } }

@media (min-width: 1200px) {
  .recipes__tabs li {
    font-size: 38px;
    padding: 40px 60px; }
  .recipes__figure {
    height: 600px; }
    .recipes__figure figcaption {
      font-size: 28px;
      line-height: 33px; } }

.temp-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  .temp-popup.visible {
    opacity: 1; }
  .temp-popup.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.temp-popup__block {
  position: relative;
  background-color: #0B8E36;
  padding: 20px;
  width: 90%;
  max-width: 1280px;
  text-align: center; }
  .temp-popup__block h2 {
    color: #FFF; }

.temp-popup__btn {
  width: 46px;
  height: 46px;
  border: none;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }
  .temp-popup__btn:hover {
    background-color: #0B8E36; }
  .temp-popup__btn:before, .temp-popup__btn:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    top: 20px; }
  .temp-popup__btn:before {
    transform: rotate(45deg);
    left: 5px; }
  .temp-popup__btn:after {
    transform: rotate(-45deg);
    right: 5px; }

@media (min-width: 768px) {
  .temp-popup__block {
    padding: 40px; } }

.testimonies__inner {
  padding: 40px 0; }

.testimonies__block {
  padding: 20px;
  border: 3px solid #000;
  margin-bottom: 20px; }

.testimonies__stars {
  margin: 10px 0;
  width: 137px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 2px left 0; }

.testimonies__icon {
  color: #0B8E36; }

@media (min-width: 768px) {
  .testimonies__inner {
    padding: 60px 0 80px 0; }
  .testimonies__block {
    margin-bottom: 0; } }

.tour__inner {
  background-color: #0B8E36;
  padding: 40px 0; }

.tour__title {
  color: #FFF;
  margin-bottom: 20px; }

.tour__text p {
  font-size: 20px;
  line-height: 25px;
  color: #FFF; }

.tour__gallery {
  display: flex;
  flex-wrap: wrap; }

.tour__figure {
  overflow: hidden; }
  .tour__figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.tour__banner {
  padding: 20px 0; }

.tour__figure--left,
.tour__figure--right {
  max-height: 540px; }

.tour__figure--left {
  display: flex; }
  .tour__figure--left img {
    width: 50%; }
  .tour__figure--left img:first-child {
    padding: 0 10px 0 0; }
  .tour__figure--left img:last-child {
    padding: 0 0 0 10px; }

.tour__figure--right {
  padding: 20px 10px 20px 0; }

.tour__figure--bottom-left {
  padding: 20px 0 20px 10px; }

.tour__figure--right,
.tour__figure--bottom-left {
  width: 50%; }

@media (min-width: 768px) {
  .title {
    margin: 0 auto 60px auto; }
  .tour__content {
    height: calc(100% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .tour__text p {
    font-size: 30px;
    line-height: 35px; }
  .tour__figure {
    width: 50%; }
  .tour__figure--left {
    display: block; }
    .tour__figure--left img {
      height: 50%;
      width: 100%; }
  .tour__banner {
    padding: 30px 0 0 0; }
  .tour__figure--left img:first-child,
  .tour__figure--left img:last-child,
  .tour__figure--right,
  .tour__figure--bottom-left,
  .tour__figure--bottom-right {
    padding: 15px; }
  .tour__figure--bottom-left,
  .tour__figure--bottom-right,
  .tour_banner {
    height: 400px; } }

@media (min-width: 992px) {
  .tour__inner {
    padding: 60px 0; }
  .tour__text p {
    max-width: 70%;
    padding: 20px 0; } }

