/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/sampleproduct/sampleproduct.src.scss ***!
  \*********************************************************************************************************************************************************************************************/
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
.mc-layer {
  font-family: "LeroyMerlin", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0;
  outline: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--modal-z-index, 1999999999);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* States */
}
.mc-layer * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.mc-layer--ltr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mc-layer--ltr .mc-layer__dialog {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mc-layer:not(.mc-layer--ltr) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mc-layer:not(.mc-layer--ltr) .mc-layer__dialog {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.mc-layer__dialog {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: calc(100% - 2rem);
  -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s linear 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s linear 0.4s, transform 0.4s;
  transition: visibility 0s linear 0.4s, transform 0.4s, -webkit-transform 0.4s;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .mc-layer__dialog {
    max-width: 25rem;
  }
}
@media screen and (min-width: 769px) {
  .mc-layer__dialog {
    max-width: 28.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .mc-layer__dialog {
    max-width: 28rem;
  }
}
@media screen and (min-width: 680px) {
  .mc-layer__dialog--extend {
    max-width: 31.75rem;
  }
}
@media screen and (min-width: 769px) {
  .mc-layer__dialog--extend {
    max-width: 36.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .mc-layer__dialog--extend {
    max-width: 43rem;
  }
}
.mc-layer__header, .mc-layer__footer {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .mc-layer__header, .mc-layer__footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mc-layer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  min-height: 3.75rem;
  position: relative;
}
.mc-layer__header::after {
  background: #b3b3b3;
  content: "";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .mc-layer__header {
    padding-bottom: 0.75rem;
    padding-top: 1.25rem;
    min-height: 4.25rem;
  }
}
.mc-layer__icon {
  fill: #666666;
  height: 1.5rem;
  margin-right: 0.75rem;
  width: 1.5rem;
}
.mc-layer__title {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
  margin-top: 0;
}
.mc-layer__close {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 viewBox=%270 0 32 32%27 fill=%27%23808080%27%3E%3Cpath d=%27M17.41 16l8.8-8.79a1 1 0 10-1.42-1.42L16 14.59l-8.79-8.8a1 1 0 00-1.42 1.42l8.8 8.79-8.8 8.79a1 1 0 000 1.42 1 1 0 001.42 0l8.79-8.8 8.79 8.8a1 1 0 001.42 0 1 1 0 000-1.42z%27/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 2rem;
  margin-left: auto;
  width: 2rem;
}
.mc-layer__close::after {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
.mc-layer__close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.mc-layer__close:focus::after {
  -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0b96cc;
          box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0b96cc;
}
.mc-layer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .mc-layer__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mc-layer__body--overflowing + .mc-layer__footer, .mc-layer__body--overflowing-scroll-edge + .mc-layer__footer {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(25, 25, 25, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(25, 25, 25, 0.2);
  position: relative;
}
.mc-layer__body--overflowing-scroll-edge {
  padding-left: 0;
  padding-right: 0;
}
.mc-layer__body--overflowing-scroll-edge .mc-layer__content {
  padding-left: 1rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .mc-layer__body--overflowing-scroll-edge .mc-layer__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mc-layer__body--scroll-end + .mc-layer__footer {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mc-layer__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5rem 0.5rem 3rem;
  scrollbar-color: #666666 #e6e6e6;
  scrollbar-width: thin;
}
@media screen and (min-width: 1024px) {
  .mc-layer__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mc-layer__content::-webkit-scrollbar {
  background-color: #e6e6e6;
  width: 0.25rem;
}
.mc-layer__content::-webkit-scrollbar-thumb {
  background: #666666;
}
.mc-layer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .mc-layer__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.mc-layer__footer > :first-child:not(:only-child) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .mc-layer__footer > :first-child:not(:only-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.mc-layer-open {
  overflow: hidden;
}
.mc-layer .mc-layer__dialog.is-open {
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.4s;
  transition: visibility 0s linear 0s, -webkit-transform 0.4s;
  transition: visibility 0s linear 0s, transform 0.4s;
  transition: visibility 0s linear 0s, transform 0.4s, -webkit-transform 0.4s;
  visibility: visible;
}
.mc-layer-overlay {
  background-color: rgba(25, 25, 25, 0.7);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  inset: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0ms 0.4s;
  transition: opacity 0.4s ease, visibility 0ms 0.4s;
  z-index: 1999999998;
}
.mc-layer-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.4s ease, visibility 0ms;
  transition: opacity 0.4s ease, visibility 0ms;
  visibility: visible;
}
.ml-flexy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ml-flexy--gutter {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.ml-flexy--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ml-flexy--justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ml-flexy--justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.ml-flexy--justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ml-flexy--justify-center {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.ml-flexy--justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ml-flexy--items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ml-flexy--items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ml-flexy--items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ml-flexy--items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ml-flexy__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.ml-flexy--gutter > .ml-flexy__col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.ml-flexy__col--fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.ml-flexy__col--full {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.ml-flexy__col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ml-flexy__col--push-1of2 {
  margin-left: 50%;
}

.ml-flexy__col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.ml-flexy__col--push-1of3 {
  margin-left: 33.3333333333%;
}

.ml-flexy__col--2of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.ml-flexy__col--push-2of3 {
  margin-left: 66.6666666667%;
}

.ml-flexy__col--1of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.ml-flexy__col--push-1of4 {
  margin-left: 25%;
}

.ml-flexy__col--3of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.ml-flexy__col--push-3of4 {
  margin-left: 75%;
}

.ml-flexy__col--1of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.ml-flexy__col--push-1of6 {
  margin-left: 16.6666666667%;
}

.ml-flexy__col--5of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.ml-flexy__col--push-5of6 {
  margin-left: 83.3333333333%;
}

.ml-flexy__col--1of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.ml-flexy__col--push-1of12 {
  margin-left: 8.3333333333%;
}

.ml-flexy__col--2of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.ml-flexy__col--push-2of12 {
  margin-left: 16.6666666667%;
}

.ml-flexy__col--3of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.ml-flexy__col--push-3of12 {
  margin-left: 25%;
}

.ml-flexy__col--4of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.ml-flexy__col--push-4of12 {
  margin-left: 33.3333333333%;
}

.ml-flexy__col--5of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.ml-flexy__col--push-5of12 {
  margin-left: 41.6666666667%;
}

.ml-flexy__col--6of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ml-flexy__col--push-6of12 {
  margin-left: 50%;
}

.ml-flexy__col--7of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.ml-flexy__col--push-7of12 {
  margin-left: 58.3333333333%;
}

.ml-flexy__col--8of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.ml-flexy__col--push-8of12 {
  margin-left: 66.6666666667%;
}

.ml-flexy__col--9of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.ml-flexy__col--push-9of12 {
  margin-left: 75%;
}

.ml-flexy__col--10of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.ml-flexy__col--push-10of12 {
  margin-left: 83.3333333333%;
}

.ml-flexy__col--11of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.ml-flexy__col--push-11of12 {
  margin-left: 91.6666666667%;
}

.ml-flexy__col--initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.ml-flexy__col--grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: none;
}

/* ORDERING */
.ml-flexy__col--first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.ml-flexy__col--last {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}

.ml-flexy__col--push--reset {
  margin-left: auto;
}

@media screen and (min-width: 680px) {
  .ml-flexy--gutter {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .ml-flexy--space-around\@from-m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ml-flexy--justify-between\@from-m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ml-flexy--justify-evenly\@from-m {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ml-flexy--justify-start\@from-m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ml-flexy--justify-center\@from-m {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .ml-flexy--justify-end\@from-m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ml-flexy--gutter > .ml-flexy__col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .ml-flexy__col--fill\@from-m {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .ml-flexy__col--full\@from-m {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .ml-flexy__col--1of2\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-1of2\@from-m {
    margin-left: 50%;
  }
  .ml-flexy__col--1of3\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-1of3\@from-m {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--2of3\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-2of3\@from-m {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--1of4\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-1of4\@from-m {
    margin-left: 25%;
  }
  .ml-flexy__col--3of4\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-3of4\@from-m {
    margin-left: 75%;
  }
  .ml-flexy__col--1of6\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-1of6\@from-m {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--5of6\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-5of6\@from-m {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--1of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ml-flexy__col--push-1of12\@from-m {
    margin-left: 8.3333333333%;
  }
  .ml-flexy__col--2of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-2of12\@from-m {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--3of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-3of12\@from-m {
    margin-left: 25%;
  }
  .ml-flexy__col--4of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-4of12\@from-m {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--5of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ml-flexy__col--push-5of12\@from-m {
    margin-left: 41.6666666667%;
  }
  .ml-flexy__col--6of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-6of12\@from-m {
    margin-left: 50%;
  }
  .ml-flexy__col--7of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ml-flexy__col--push-7of12\@from-m {
    margin-left: 58.3333333333%;
  }
  .ml-flexy__col--8of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-8of12\@from-m {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--9of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-9of12\@from-m {
    margin-left: 75%;
  }
  .ml-flexy__col--10of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-10of12\@from-m {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--11of12\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ml-flexy__col--push-11of12\@from-m {
    margin-left: 91.6666666667%;
  }
  .ml-flexy__col--initial\@from-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ml-flexy__col--grow\@from-m {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
  }
  .ml-flexy__col--first\@from-m {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ml-flexy__col--last\@from-m {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .ml-flexy__col--push--reset\@from-m {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .ml-flexy--space-around\@from-l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ml-flexy--justify-between\@from-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ml-flexy--justify-evenly\@from-l {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ml-flexy--justify-start\@from-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ml-flexy--justify-center\@from-l {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .ml-flexy--justify-end\@from-l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ml-flexy__col--fill\@from-l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .ml-flexy__col--full\@from-l {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .ml-flexy__col--1of2\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-1of2\@from-l {
    margin-left: 50%;
  }
  .ml-flexy__col--1of3\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-1of3\@from-l {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--2of3\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-2of3\@from-l {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--1of4\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-1of4\@from-l {
    margin-left: 25%;
  }
  .ml-flexy__col--3of4\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-3of4\@from-l {
    margin-left: 75%;
  }
  .ml-flexy__col--1of6\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-1of6\@from-l {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--5of6\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-5of6\@from-l {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--1of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ml-flexy__col--push-1of12\@from-l {
    margin-left: 8.3333333333%;
  }
  .ml-flexy__col--2of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-2of12\@from-l {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--3of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-3of12\@from-l {
    margin-left: 25%;
  }
  .ml-flexy__col--4of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-4of12\@from-l {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--5of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ml-flexy__col--push-5of12\@from-l {
    margin-left: 41.6666666667%;
  }
  .ml-flexy__col--6of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-6of12\@from-l {
    margin-left: 50%;
  }
  .ml-flexy__col--7of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ml-flexy__col--push-7of12\@from-l {
    margin-left: 58.3333333333%;
  }
  .ml-flexy__col--8of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-8of12\@from-l {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--9of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-9of12\@from-l {
    margin-left: 75%;
  }
  .ml-flexy__col--10of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-10of12\@from-l {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--11of12\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ml-flexy__col--push-11of12\@from-l {
    margin-left: 91.6666666667%;
  }
  .ml-flexy__col--initial\@from-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ml-flexy__col--grow\@from-l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
  }
  .ml-flexy__col--first\@from-l {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ml-flexy__col--last\@from-l {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .ml-flexy__col--push--reset\@from-l {
    margin-left: auto;
  }
}

@media screen and (min-width: 1280px) {
  .ml-flexy--space-around\@from-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ml-flexy--justify-between\@from-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ml-flexy--justify-evenly\@from-xl {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ml-flexy--justify-start\@from-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ml-flexy--justify-center\@from-xl {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .ml-flexy--justify-end\@from-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ml-flexy__col--fill\@from-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .ml-flexy__col--full\@from-xl {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .ml-flexy__col--1of2\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-1of2\@from-xl {
    margin-left: 50%;
  }
  .ml-flexy__col--1of3\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-1of3\@from-xl {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--2of3\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-2of3\@from-xl {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--1of4\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-1of4\@from-xl {
    margin-left: 25%;
  }
  .ml-flexy__col--3of4\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-3of4\@from-xl {
    margin-left: 75%;
  }
  .ml-flexy__col--1of6\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-1of6\@from-xl {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--5of6\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-5of6\@from-xl {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--1of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ml-flexy__col--push-1of12\@from-xl {
    margin-left: 8.3333333333%;
  }
  .ml-flexy__col--2of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-2of12\@from-xl {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--3of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-3of12\@from-xl {
    margin-left: 25%;
  }
  .ml-flexy__col--4of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-4of12\@from-xl {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--5of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ml-flexy__col--push-5of12\@from-xl {
    margin-left: 41.6666666667%;
  }
  .ml-flexy__col--6of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-6of12\@from-xl {
    margin-left: 50%;
  }
  .ml-flexy__col--7of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ml-flexy__col--push-7of12\@from-xl {
    margin-left: 58.3333333333%;
  }
  .ml-flexy__col--8of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-8of12\@from-xl {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--9of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-9of12\@from-xl {
    margin-left: 75%;
  }
  .ml-flexy__col--10of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-10of12\@from-xl {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--11of12\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ml-flexy__col--push-11of12\@from-xl {
    margin-left: 91.6666666667%;
  }
  .ml-flexy__col--initial\@from-xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ml-flexy__col--grow\@from-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
  }
  .ml-flexy__col--first\@from-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ml-flexy__col--last\@from-xl {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .ml-flexy__col--push--reset\@from-xl {
    margin-left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .ml-flexy--space-around\@from-xxl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ml-flexy--justify-between\@from-xxl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ml-flexy--justify-evenly\@from-xxl {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ml-flexy--justify-start\@from-xxl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ml-flexy--justify-center\@from-xxl {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .ml-flexy--justify-end\@from-xxl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ml-flexy__col--fill\@from-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .ml-flexy__col--full\@from-xxl {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .ml-flexy__col--1of2\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-1of2\@from-xxl {
    margin-left: 50%;
  }
  .ml-flexy__col--1of3\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-1of3\@from-xxl {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--2of3\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-2of3\@from-xxl {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--1of4\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-1of4\@from-xxl {
    margin-left: 25%;
  }
  .ml-flexy__col--3of4\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-3of4\@from-xxl {
    margin-left: 75%;
  }
  .ml-flexy__col--1of6\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-1of6\@from-xxl {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--5of6\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-5of6\@from-xxl {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--1of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ml-flexy__col--push-1of12\@from-xxl {
    margin-left: 8.3333333333%;
  }
  .ml-flexy__col--2of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ml-flexy__col--push-2of12\@from-xxl {
    margin-left: 16.6666666667%;
  }
  .ml-flexy__col--3of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ml-flexy__col--push-3of12\@from-xxl {
    margin-left: 25%;
  }
  .ml-flexy__col--4of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ml-flexy__col--push-4of12\@from-xxl {
    margin-left: 33.3333333333%;
  }
  .ml-flexy__col--5of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ml-flexy__col--push-5of12\@from-xxl {
    margin-left: 41.6666666667%;
  }
  .ml-flexy__col--6of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ml-flexy__col--push-6of12\@from-xxl {
    margin-left: 50%;
  }
  .ml-flexy__col--7of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ml-flexy__col--push-7of12\@from-xxl {
    margin-left: 58.3333333333%;
  }
  .ml-flexy__col--8of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ml-flexy__col--push-8of12\@from-xxl {
    margin-left: 66.6666666667%;
  }
  .ml-flexy__col--9of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ml-flexy__col--push-9of12\@from-xxl {
    margin-left: 75%;
  }
  .ml-flexy__col--10of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ml-flexy__col--push-10of12\@from-xxl {
    margin-left: 83.3333333333%;
  }
  .ml-flexy__col--11of12\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ml-flexy__col--push-11of12\@from-xxl {
    margin-left: 91.6666666667%;
  }
  .ml-flexy__col--initial\@from-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ml-flexy__col--grow\@from-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
  }
  .ml-flexy__col--first\@from-xxl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ml-flexy__col--last\@from-xxl {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .ml-flexy__col--push--reset\@from-xxl {
    margin-left: auto;
  }
}
.o-multiple-samples {
  border: 1px solid #cccccc;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-template-columns: 70px auto;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1024px) {
  .o-multiple-samples {
    grid-template-columns: 127px auto;
  }
}
.o-multiple-samples--no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o-multiple-samples__img {
  width: 70px;
  height: auto;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 1024px) {
  .o-multiple-samples__img {
    grid-row: 1/3;
    width: 127px;
  }
}
.o-multiple-samples__infos {
  grid-column: 2/3;
  grid-row: 1/2;
}
.o-multiple-samples__title {
  font-size: 1rem;
  line-height: 1.125;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.o-multiple-samples__price {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  font-weight: 600;
}
.o-multiple-samples__cta {
  grid-column: 1/3;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .o-multiple-samples__cta {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .o-multiple-samples__cta--full {
    grid-column: 1/3;
  }
}
.o-multiple-samples__price-tax-excluded {
  font-size: 0.6815rem;
  line-height: 1.2839325018;
  color: #666666;
}
.o-multiple-samples--with-delivery {
  grid-template-rows: auto auto auto;
}
.o-multiple-samples--with-delivery .product-delivery {
  grid-column: 1/3;
}

/*# sourceMappingURL=sampleproduct.css.map*/