@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -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: bolder; }

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([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-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; }

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

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

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-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: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "none";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "none";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  font-size: 62.5% !important;
  margin: 0;
  padding: 0;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: 'lnum' 1;
          font-feature-settings: 'lnum' 1;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  overflow-x: hidden; }

html,
iframe {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0; }

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

h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit; }

strong {
  font-weight: bold; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none; }

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */ }
  a:hover, a:focus {
    text-decoration: inherit;
    /* no underline */ }
  a:visited {
    outline: none; }

a,
button {
  color: inherit; }
  a:focus,
  button:focus {
    outline: none; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit; }

input,
textarea {
  border: none; }
  input:focus,
  textarea:focus {
    outline: none; }

/* montserrat-regular - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.woff2") format("woff2"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.woff") format("woff"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.ttf") format("truetype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-500 - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.eot");
  /* IE9 Compat Modes */
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.eot?#iefix") format("embedded-opentype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.woff2") format("woff2"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.woff") format("woff"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.ttf") format("truetype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-600 - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.eot");
  /* IE9 Compat Modes */
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.woff2") format("woff2"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.woff") format("woff"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.ttf") format("truetype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-700 - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.woff2") format("woff2"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.woff") format("woff"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.ttf") format("truetype"), url("/assets/mediconLekarny/fonts/montserrat-v13-latin-ext-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #3eac49;
  text-align: center;
  line-height: 1.2;
  padding: 2.5rem;
  margin: 0; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h3,
    h4,
    h5,
    h6 {
      padding: 5rem; } }

h1 {
  font-size: 26px; }
  @media only screen and (min-width: 480px) {
    h1 {
      font-size: calc( 26px + 16 * ((100vw - 480px) / 760)); } }
  @media only screen and (min-width: 1240px) {
    h1 {
      font-size: 42px; } }

h2 {
  font-size: 26px; }
  @media only screen and (min-width: 480px) {
    h2 {
      font-size: calc( 26px + 14 * ((100vw - 480px) / 760)); } }
  @media only screen and (min-width: 1240px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 26px; }
  @media only screen and (min-width: 480px) {
    h3 {
      font-size: calc( 26px + 6 * ((100vw - 480px) / 760)); } }
  @media only screen and (min-width: 1240px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

strong {
  font-weight: 600; }

p {
  line-height: 30px; }

.gradientHeading {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

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

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

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

html {
  font-display: auto;
  overflow-x: hidden; }

body {
  padding: 0;
  color: #3c3c3b;
  line-height: 24px;
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 24px;
  overflow: hidden; }

@media (min-width: 1250px) {
  .container {
    max-width: 1250px; } }

a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3eac49; }
  a:hover {
    color: #53c65e; }

.fullWidthContainer {
  display: block;
  margin: 0 auto;
  width: 100%; }

.hCenterBlock {
  display: block;
  margin: 0 auto; }

.flexRow, .header__wrapper, .header nav, .pcitem__wrapper, .pcitem__info__details, .pcitem__info__list, .pcitem__info__desc, .pcTitle__title__subtitle, .pcTitle__title__subtitle__circles {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media (min-width: 768px) {
    .flexRow, .header__wrapper, .header nav, .pcitem__wrapper, .pcitem__info__details, .pcitem__info__list, .pcitem__info__desc, .pcTitle__title__subtitle, .pcTitle__title__subtitle__circles {
      flex-flow: row wrap; } }

.flexColumn, .hero, .pcitem__info {
  display: flex;
  flex-flow: column wrap; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol li,
  ul li {
    padding: 5px 5px 5px 15px;
    position: relative; }
    ol li:before,
    ul li:before {
      width: 8px;
      height: 8px;
      display: block;
      background-color: #3eac49;
      content: "";
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

cite {
  line-height: 44px;
  font-weight: 600; }

.checkbox {
  position: absolute;
  opacity: 0; }
  .checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border: 2px solid #cecece;
    transition: 300ms ease;
    background-color: #f4f5f7; }
  @media (min-width: 768px) {
    .checkbox:hover + label:before {
      box-shadow: 0 0 0 2px rgba(62, 172, 73, 0.5); } }
  .checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .checkbox:checked + label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 8px;
    height: 7px;
    width: 14px;
    border-left: 2px solid #3eac49;
    border-bottom: 2px solid #3eac49;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg); }

.slick-arrow::before {
  color: black !important; }

.hero {
  width: 100%;
  height: 400px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 425px) {
    .hero {
      height: auto;
      background-image: none !important;
      position: inherit; }
      .hero__text,
      .hero h1 {
        background: -webkit-linear-gradient(left, #3eac49, #00aad0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .hero .container {
        padding: 2rem 0 !important; } }
  .hero__blackOverlay {
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.35;
    z-index: 2;
    width: 100%;
    height: 100%; }
    @media (max-width: 425px) {
      .hero__blackOverlay {
        display: none; } }
  .hero__whiteOverlay {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.35;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .hero .container {
    z-index: 3;
    position: relative; }
    @media (max-width: 768px) {
      .hero .container {
        padding-top: 2rem; } }
  .hero__holder {
    display: table;
    height: 100%; }
    .hero__holder h1 {
      padding-bottom: 3.5rem; }
      @media (max-width: 576px) {
        .hero__holder h1 {
          padding-bottom: 2rem; } }
    .hero__holder .container {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 576px) {
        .hero__holder .container {
          padding-top: 10rem; } }
  .hero__title--blue {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .hero__title--white {
    color: #fff; }
  .hero__text {
    font-family: "Montserrat";
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem; }
    @media (min-width: 768px) {
      .hero__text {
        font-size: 2.4rem;
        line-height: 3.4rem;
        padding: 0 3rem; } }
    .hero__text p {
      text-align: center; }
    .hero__text--gray {
      color: #3c3c3b; }
    .hero__text--white {
      color: #fff; }

.hamburgerHolder {
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer; }
  @media (min-width: 1250px) {
    .hamburgerHolder {
      display: none;
      margin: 0; } }
  .hamburgerHolder .hamburger {
    width: 25px;
    height: 25px;
    z-index: 100; }
    .hamburgerHolder .hamburger > div {
      background-color: #3c3c3b;
      height: 2px;
      width: 100%;
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: 300ms ease; }
      .hamburgerHolder .hamburger > div:after, .hamburgerHolder .hamburger > div:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #3c3c3b;
        height: 2px;
        width: 100%;
        display: block; }
      .hamburgerHolder .hamburger > div:after {
        top: -8px;
        transition: 300ms ease;
        transition-delay: 300ms; }
      .hamburgerHolder .hamburger > div:before {
        bottom: -8px;
        transition: 300ms ease;
        transition-delay: 500ms; }
  .hamburgerHolder .hamburgerActive {
    width: 25px;
    height: 25px;
    transition: 300ms ease 300ms;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50; }
    .hamburgerHolder .hamburgerActive > div {
      background-color: transparent;
      height: 2px;
      width: 0%;
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: 300ms ease; }
      .hamburgerHolder .hamburgerActive > div:after, .hamburgerHolder .hamburgerActive > div:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #3c3c3b;
        height: 2px;
        width: 0%;
        display: block;
        transition: 300ms ease; }
      .hamburgerHolder .hamburgerActive > div:after {
        top: -8px;
        -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
        transform: translate3d(0, 8px, 0) rotate(-45deg); }
      .hamburgerHolder .hamburgerActive > div:before {
        bottom: -8px;
        -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
        transform: translate3d(0, -8px, 0) rotate(45deg); }
  .hamburgerHolder.active .hamburger > div {
    width: 0; }
    .hamburgerHolder.active .hamburger > div:after {
      width: 0; }
    .hamburgerHolder.active .hamburger > div:before {
      width: 0; }
  .hamburgerHolder.active .hamburgerActive > div {
    width: 100%; }
    .hamburgerHolder.active .hamburgerActive > div:after {
      width: 100%; }
    .hamburgerHolder.active .hamburgerActive > div:before {
      width: 100%; }
  .hamburgerHolder > span {
    display: none; }
    @media (min-width: 768px) {
      .hamburgerHolder > span {
        margin-left: 17px;
        color: #3c3c3b;
        font-family: "Montserrat";
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.64px;
        display: block; } }

.header {
  background-color: #fff;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 400;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }
  .header__logo img {
    max-width: 190px; }
  .header__top {
    background-image: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
    .header__top__list {
      padding: 0;
      margin: 0;
      list-style: none;
      width: auto;
      display: block;
      text-align: right;
      padding: 1rem 0; }
      .header__top__list li::before {
        display: none; }
      .header__top__list li + li {
        margin-top: 0; }
      @media (max-width: 576px) {
        .header__top__list {
          text-align: center; } }
      .header__top__list li:first-of-type {
        padding-left: 0; }
      .header__top__list li:last-of-type {
        margin-right: 0;
        padding-right: 0; }
      .header__top__list li a.top-res-recipe {
        display: inline;
        padding: 0.7rem 2.6rem; }
        .header__top__list li a.top-res-recipe:hover {
          text-decoration: none; }
    .header__top a {
      color: white !important;
      font-size: 1.5rem;
      letter-spacing: 0.7px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .header__top a {
          letter-spacing: inherit; } }
      @media (max-width: 576px) {
        .header__top a {
          font-size: 1.3rem; } }
      .header__top a:hover {
        text-decoration: underline; }
  .header__iso {
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 0;
    width: 75% !important; }
    @media (min-width: 768px) {
      .header__iso {
        height: 70px;
        bottom: -70px;
        height: 50px;
        bottom: -70px; } }
    .header__iso svg {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 20px;
      -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.12)); }
      .header__iso svg polygon {
        transition: 300ms ease; }
      @media (min-width: 768px) {
        .header__iso svg {
          height: 70px; } }
  .header .header__top__list.button li {
    display: none; }
    .header .header__top__list.button li:last-of-type {
      display: inline; }
    @media (min-width: 768px) {
      .header .header__top__list.button li {
        display: inline; } }
  .header .header__top__list.normal li {
    display: inline; }
  .header__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
    background-color: #fff; }
    @media (min-width: 768px) {
      .header__wrapper {
        padding: 20px 0; } }
  .header nav {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: relative; }
    .header nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: auto;
      position: relative;
      display: block; }
      .header nav ul li::before {
        display: none; }
      .header nav ul li + li {
        margin-top: 0; }
      @media (max-width: 1250px) {
        .header nav ul {
          display: none !important; } }
      .header nav ul .activePage::after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        bottom: -3px;
        background-color: #3c3c3b;
        opacity: 1;
        width: 100%;
        right: auto;
        left: 0; }
      .header nav ul li {
        margin: 0 10px;
        display: block; }
        .header nav ul li:last-of-type {
          margin-right: 0;
          padding-right: 0; }
        @media (min-width: 768px) {
          .header nav ul li {
            display: inline; } }
        .header nav ul li a {
          color: #3c3c3b;
          font-family: "Montserrat";
          font-size: 1.4rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.64px;
          cursor: pointer;
          position: relative; }
          .header nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            width: 0%;
            bottom: -3px;
            right: 0;
            background-color: #3c3c3b;
            transition: 0.3s ease; }
        .header nav ul li:hover a:after {
          opacity: 1;
          width: 100%;
          right: auto;
          left: 0; }

@media screen and (max-width: 485px) {
  .container .header__top__list li {
    padding: 0px 0px 0px 6px; }
    .container .header__top__list li a:not(.top_res_recipe) {
      font-size: 1rem; } }

.menuActive .header__iso {
  display: none; }

.menuActive svg {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.12)); }

.hiddenMenu {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: white;
  height: 100vh;
  -webkit-transform: translate3d(calc(100% + 100px), 0, 0);
  transform: translate3d(calc(100% + 100px), 0, 0);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 25px rgba(0, 52, 97, 0.18); }
  @media (min-width: 768px) {
    .hiddenMenu {
      width: 100%; } }
  .hiddenMenu--active {
    display: block !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .hiddenMenu__wrapper {
    padding: 100px 30px 50px 30px;
    justify-content: center;
    overflow-y: scroll;
    max-height: 100%;
    display: flex;
    height: 100%; }
    @media (min-width: 768px) {
      .hiddenMenu__wrapper {
        padding: 150px 50px 50px 50px; } }
    .hiddenMenu__wrapper::-webkit-scrollbar {
      width: 8px;
      height: 100%; }
    .hiddenMenu__wrapper::-webkit-scrollbar-thumb {
      background: #3c3c3b;
      border-radius: 10px; }
    .hiddenMenu__wrapper::-webkit-scrollbar-track {
      background: #f8f8f8; }
    .hiddenMenu__wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none;
      -ms-grid-row-align: center;
          align-self: center; }
      .hiddenMenu__wrapper ul li::before {
        display: none; }
      .hiddenMenu__wrapper ul li + li {
        margin-top: 0; }
      .hiddenMenu__wrapper ul li {
        text-align: center;
        color: #3c3c3b;
        padding-bottom: 15px; }
        .hiddenMenu__wrapper ul li a {
          color: #3c3c3b;
          font-family: "Montserrat";
          font-size: 1.8rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.64px;
          cursor: pointer; }

.helpPopup {
  z-index: 500;
  width: 100%;
  bottom: 0px;
  left: 50%;
  position: fixed;
  box-shadow: 0 0 13px rgba(0, 52, 97, 0.18);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .helpPopup {
      right: 0;
      left: auto;
      width: auto;
      bottom: 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }
  .helpPopup--active .helpPopup__main h4:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px; }
  .helpPopup--active .helpPopup__list {
    height: auto;
    max-height: 500px; }
  .helpPopup__main {
    cursor: pointer;
    padding: 18px 50px 18px 65px;
    background-color: white;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-size: 31px; }
    .helpPopup__main h4 {
      padding: 0;
      font-size: 1.6rem;
      line-height: 1.4;
      background: -webkit-linear-gradient(left, #3eac49, #00aad0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .helpPopup__main h4:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        right: 25px;
        border-right: 2px solid #2473ba;
        border-bottom: 2px solid #2473ba;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 27px; }
  .helpPopup__list {
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 0;
    transition: 400ms max-height ease-in-out;
    overflow: hidden;
    margin-bottom: 0px; }
    .helpPopup__list li::before {
      display: none; }
    .helpPopup__list li + li {
      margin-top: 0; }
    .helpPopup__list li {
      background-color: #e8ecef;
      padding: 18px 45px 18px 67px;
      margin: 0 0 6px 0;
      margin-left: 0;
      background-position: 25px center;
      background-repeat: no-repeat;
      background-size: 30px; }
      .helpPopup__list li p {
        line-height: 1;
        font-size: 1.8rem; }
      .helpPopup__list li a {
        color: black;
        font-weight: 600;
        font-size: 1.8rem; }

.cookieConsent {
  background: #efefef;
  color: #3c3c3b;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0px;
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0px;
  padding: 15px; }
  @media (max-width: 768px) {
    .cookieConsent {
      flex-direction: column; } }
  .cookieConsent__content {
    flex: 1; }
    .cookieConsent__content p {
      display: inline;
      padding-left: 10px; }
    .cookieConsent__content img {
      display: inline;
      max-height: 19px;
      max-width: 19px; }
  .cookieConsent__buttonWrapper {
    display: flex; }
    @media (max-width: 425px) {
      .cookieConsent__buttonWrapper {
        flex-wrap: wrap; } }
  .cookieConsent__button {
    border: 0px;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 0 0 0 30px;
    border-radius: 20px;
    font-size: 13px; }
    @media (max-width: 768px) {
      .cookieConsent__button {
        margin: 15px 30px 0 0; } }
    @media (max-width: 425px) {
      .cookieConsent__button {
        margin: 15px 8px 0 0; } }
    .cookieConsent__button--accept {
      background: #3eac49;
      color: #fff; }
    .cookieConsent__button--decline {
      background: transparent;
      color: #343434;
      border: 1px solid #343434; }
    .cookieConsent__button--settings {
      background: transparent;
      color: #343434 !important;
      border: 1px solid #343434; }

.footer {
  width: 100%;
  height: 140px;
  line-height: 28px;
  position: relative;
  margin-top: 35px; }
  .footer__left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    background-image: linear-gradient(to left, #00aad0 0%, #3eac49 100%); }
  .footer__right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0%);
    background-image: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
  @media (max-width: 576px) {
    .footer__left {
      width: 100%; }
    .footer__right {
      width: 100%; } }
  .footer__list {
    float: left;
    z-index: 1;
    position: absolute;
    bottom: 35px; }
    @media (max-width: 425px) {
      .footer__list {
        bottom: 25px; } }
    .footer__list li {
      padding: 0;
      display: inline;
      margin-right: 3.5rem; }
      @media (max-width: 576px) {
        .footer__list li {
          margin-right: 1.5rem; } }
      .footer__list li:before {
        content: none;
        padding-right: 12px; }
  .footer .social {
    position: relative;
    color: white;
    float: right;
    bottom: -70px;
    z-index: 1; }
    @media (max-width: 576px) {
      .footer .social {
        bottom: -80px; } }
    .footer .social .svgIcon {
      width: 36px;
      height: 36px; }
  .footer a {
    color: white; }
    .footer a:hover {
      text-decoration: underline !important; }

.bottom {
  width: 100%;
  padding: 2rem 0;
  background-color: #fff; }
  .bottom__copyrights {
    display: table;
    width: 100%; }
    .bottom__copyrights div {
      display: table-cell;
      vertical-align: middle; }
      .bottom__copyrights div:nth-of-type(2) {
        padding-left: 2rem;
        text-align: right; }
      @media (max-width: 768px) {
        .bottom__copyrights div {
          display: block;
          text-align: center !important;
          padding-bottom: 4rem;
          line-height: 3rem; } }
    .bottom__copyrights a {
      color: #3eac49;
      display: block; }

.reviews {
  padding-bottom: 2rem;
  color: #3c3c3b; }
  @media (max-width: 1250px) {
    .reviews {
      font-size: 1.4rem; } }
  @media (max-width: 992px) {
    .reviews {
      font-size: 1.6rem; } }
  @media (max-width: 425px) {
    .reviews {
      font-size: 1.4rem; } }
  .reviews h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .reviews__divider {
    width: 100%;
    height: 2px;
    margin-top: 3rem;
    background-color: #9ed5a4; }
  .reviews__list {
    justify-content: space-between; }
    .reviews__list__element {
      width: 100%;
      padding: 0;
      margin-bottom: 2rem;
      background-color: #f4f5f7;
      background-repeat: no-repeat; }
      .reviews__list__element .mediaRatio {
        padding-top: 0 !important;
        width: 105px;
        height: 130px; }
      .reviews__list__element__content {
        width: 100%;
        height: 100%;
        display: table;
        padding-right: 1.5rem; }
        @media (max-width: 576px) {
          .reviews__list__element__content {
            padding-left: 2.5rem;
            padding-right: 0; } }
        @media (max-width: 425px) {
          .reviews__list__element__content {
            padding-left: 3.5rem;
            padding-right: 0; } }
        .reviews__list__element__content cite {
          line-height: initial; }
        .reviews__list__element__content .stars {
          padding-top: 5px;
          height: 40px;
          overflow: hidden; }
          .reviews__list__element__content .stars svg {
            width: 13px;
            height: 13px;
            margin-right: 6px; }
            @media (min-width: 768px) {
              .reviews__list__element__content .stars svg {
                width: 20px;
                height: 20px;
                margin-right: 9px; } }
            .reviews__list__element__content .stars svg:nth-of-type(1) {
              fill: #36a242; }
            .reviews__list__element__content .stars svg:nth-of-type(2) {
              fill: #2ba25b; }
            .reviews__list__element__content .stars svg:nth-of-type(3) {
              fill: #1da182; }
            .reviews__list__element__content .stars svg:nth-of-type(4) {
              fill: #0fa1a9; }
            .reviews__list__element__content .stars svg:nth-of-type(5) {
              fill: #02a0c5; }

.textBlock--notTitled {
  padding: 5rem 0; }
  @media (max-width: 768px) {
    .textBlock--notTitled {
      padding: 2.5rem 0; } }

.textBlock__container__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  color: #3c3c3b; }
  @media (min-width: 768px) {
    .textBlock__container__text {
      font-size: 1.8rem;
      line-height: 34px;
      font-weight: 400;
      letter-spacing: 0.8px; } }

.info-boxes--paddingBottom {
  padding-bottom: 3rem; }
  @media (max-width: 768px) {
    .info-boxes--paddingBottom {
      padding-bottom: 1rem; } }

.info-boxes h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.info-boxes h5 {
  color: #3c3c3b;
  text-align: left;
  line-height: 1.35;
  padding: 0 0 2.5rem 0;
  position: relative;
  font-weight: 600; }
  .info-boxes h5::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 75px;
    top: -30px;
    background: #3cac4b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3cac4b 0%, #7db9e8 100%, #01aace 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cac4b', endColorstr='#01aace',GradientType=1 );
    /* IE6-9 */ }

.info-boxes__divider {
  width: 100%;
  height: 2px;
  background-color: #7fd4e7; }

.info-boxes__list {
  justify-content: space-between; }
  .info-boxes__list .col-sm-12,
  .info-boxes__list .col-md-6,
  .info-boxes__list .col-xl-4 {
    margin-bottom: 2rem; }
  .info-boxes__list__element {
    width: 100%;
    display: table;
    height: 400px;
    position: relative;
    background-size: cover;
    box-shadow: 0 0 25px rgba(0, 52, 97, 0.18);
    -webkit-box-shadow: 0 0 25px rgba(0, 52, 97, 0.18); }
    @media (max-width: 768px) {
      .info-boxes__list__element:last-of-type {
        margin-top: 0; } }
    .info-boxes__list__element__content {
      width: 90%;
      display: table-cell;
      padding: 0 0 2.5rem 2.5rem;
      vertical-align: bottom;
      position: relative;
      z-index: 300; }
    .info-boxes__list__element--colorGradient {
      position: absolute;
      z-index: 200;
      width: 100%;
      height: 100%;
      left: 0; }

@media (max-width: 992px) {
  .info-boxes__list__element {
    height: 300px; } }

@media (max-width: 900px) {
  .info-boxes h5 {
    font-size: 1.8rem;
    padding-bottom: 2rem; }
  .info-boxes__list__element__content {
    padding: 2rem; } }

@media (max-width: 768px) {
  .info-boxes h3 {
    padding-top: 3rem; }
  .info-boxes__list__element {
    height: 280px;
    background-size: cover; }
    .info-boxes__list__element__content {
      padding-left: 2.5rem; } }

.polyclinicsList {
  padding-bottom: 25px; }

.pcitem {
  background-color: white;
  padding: 20px;
  margin: 0 auto 25px;
  width: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .pcitem {
      width: 100%;
      padding: 37px; } }
  .pcitem .container {
    width: 100%; }
    @media (min-width: 768px) {
      .pcitem .container {
        max-width: 1240px; } }
    @media (min-width: 1250px) {
      .pcitem .container {
        width: 100%; } }
  .pcitem__wrapper {
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    align-items: stretch; }
  .pcitem__img {
    width: 30%;
    max-height: 370px; }
    @media (max-width: 992px) {
      .pcitem__img {
        width: 100%;
        min-height: 300px; } }
    .pcitem__img .mediaRatio {
      padding: 0 !important;
      width: 100%;
      height: 100%; }
  .pcitem__info {
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .pcitem__info {
        width: 70%;
        padding-left: 32px; } }
    .pcitem__info__details {
      justify-content: space-between;
      align-content: center;
      align-items: center;
      padding: 25px 0 0;
      border-bottom: 1px solid #e7e7e7;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .pcitem__info__details {
          padding: 25px 0; } }
      @media (min-width: 1050px) {
        .pcitem__info__details {
          align-content: space-between;
          align-items: center; } }
      .pcitem__info__details__item {
        height: 40px;
        width: 33%;
        display: flex;
        align-items: center;
        margin-bottom: 24px; }
        .pcitem__info__details__item a:hover {
          color: #3eac49; }
        @media (min-width: 1050px) {
          .pcitem__info__details__item {
            width: calc(95% / 3);
            margin-bottom: 0; } }
        @media (max-width: 768px) {
          .pcitem__info__details__item {
            width: 100%; } }
        .pcitem__info__details__item .mediaRatio {
          padding: 0 !important;
          height: 50px;
          width: 50px;
          min-width: 50px; }
        .pcitem__info__details__item p {
          margin: 0;
          padding: 0;
          font-size: 1.6rem;
          line-height: 20px;
          margin-left: 15px; }
          @media (min-width: 768px) {
            .pcitem__info__details__item p {
              font-size: 1.7rem;
              line-height: 25px; } }
    .pcitem__info__list {
      padding: 25px 0 0;
      justify-content: space-between;
      align-items: flex-end; }
      @media (min-width: 768px) {
        .pcitem__info__list {
          border-bottom: 1px solid #e7e7e7;
          padding: 25px 0; } }
      .pcitem__info__list ul {
        width: 100%;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px; }
        @media (min-width: 768px) {
          .pcitem__info__list ul {
            -webkit-column-count: 3;
               -moz-column-count: 3;
                    column-count: 3; } }
        .pcitem__info__list ul li {
          display: block; }
      .pcitem__info__list div {
        color: #00aad0;
        font-size: 1.6rem;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        width: 100%;
        margin: 16px 0 0 0; }
        @media (min-width: 768px) {
          .pcitem__info__list div {
            margin-bottom: 1.8rem;
            padding: 0;
            margin: 0;
            text-align: left;
            border-top: 0px #cecece;
            border-bottom: 0px #cecece;
            width: auto; } }
        .pcitem__info__list div .arrow {
          content: '';
          padding: 3px;
          border: solid #00aad0;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-bottom: 1px;
          margin-left: 8px;
          height: 11px;
          width: 11px; }
    .pcitem__info__desc {
      padding: 25px 0 0;
      justify-content: space-between;
      align-items: flex-end; }
      .pcitem__info__desc__txt {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 18px; }
        @media (min-width: 768px) {
          .pcitem__info__desc__txt {
            width: 100%;
            font-size: 1.6rem;
            margin-bottom: 0; } }
    .pcitem__info__btnHolder {
      width: 100%; }
      @media (min-width: 768px) {
        .pcitem__info__btnHolder {
          width: auto;
          padding-top: 30px; } }
      .pcitem__info__btnHolder .btn {
        width: 100%;
        max-width: 240px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .pcitem__info__btnHolder .btn {
            width: auto;
            float: right;
            margin: 0; } }

.btn--orangeBorder.res_recipe {
  margin-left: auto;
  max-width: 200px;
  position: relative;
  padding-left: 1em; }
  .btn--orangeBorder.res_recipe .arrow {
    position: absolute;
    left: auto;
    right: 20px;
    top: calc(50% - 5px); }
  .btn--orangeBorder.res_recipe:hover .arrow {
    left: auto;
    right: 15px; }

@media screen and (max-width: 768px) {
  .pcTitle {
    flex-wrap: wrap;
    flex-direction: column; }
    .pcTitle .btn--orangeBorder.res_recipe {
      display: block;
      margin: 16px auto;
      max-width: 100%; }
    .pcTitle .pcTitle__title h3 {
      font-size: 3.2rem; }
    .pcTitle .align-content-center {
      display: flex;
      justify-content: center;
      padding: 8px 0; } }

.pcTitle {
  border-bottom: 1px solid #e7e7e7;
  padding: 17px 0; }
  @media (min-width: 992px) {
    .pcTitle {
      padding: 0px 0 25px 0; } }
  .pcTitle img {
    height: 33px;
    width: auto;
    display: inline-block; }
    @media (min-width: 768px) {
      .pcTitle img {
        height: 50px; } }
  .pcTitle__title {
    margin-left: 14px;
    display: inline-flex;
    flex-flow: column wrap; }
    .pcTitle__title h3 {
      padding: 0;
      text-transform: capitalize;
      color: #3c3c3b;
      text-align: left;
      font-size: 2rem;
      letter-spacing: -1px;
      line-height: 1; }
      @media (min-width: 576px) {
        .pcTitle__title h3 {
          font-size: 3.2rem; } }
    .pcTitle__title__subtitle span {
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: -1px;
      font-weight: 300; }
      @media (min-width: 576px) {
        .pcTitle__title__subtitle span {
          font-size: 1.6rem; } }
    .pcTitle__title__subtitle__circles {
      justify-content: space-between;
      margin-left: 6px; }
      .pcTitle__title__subtitle__circles div {
        display: block;
        position: relative;
        width: 8px;
        height: 8px;
        margin: 0 2px;
        border-radius: 50%; }
        .pcTitle__title__subtitle__circles div:nth-of-type(1) {
          background-color: #3dac53; }
        .pcTitle__title__subtitle__circles div:nth-of-type(2) {
          background-color: #35ab6d; }
        .pcTitle__title__subtitle__circles div:nth-of-type(3) {
          background-color: #2cac89; }
        .pcTitle__title__subtitle__circles div:nth-of-type(4) {
          background-color: #1eab9f; }
        .pcTitle__title__subtitle__circles div:nth-of-type(5) {
          background-color: #1cabb5; }
        .pcTitle__title__subtitle__circles div:nth-of-type(6) {
          background-color: #0baacc; }

.info-rectangles {
  margin: 5rem 0 3rem 0; }
  @media (max-width: 768px) {
    .info-rectangles {
      margin: 2.5rem 0 1.5rem 0; } }
  .info-rectangles__divider {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 5rem;
    background-color: #c5e3a8; }
    @media (max-width: 768px) {
      .info-rectangles__divider {
        margin-bottom: 2.5rem; } }
  .info-rectangles__list {
    justify-content: space-between; }
    .info-rectangles__list__item {
      height: 94%;
      width: 100%;
      margin-bottom: 2rem;
      display: table;
      position: relative;
      background-size: cover;
      background-clip: border-box;
      box-shadow: 0 0 10px rgba(15, 52, 86, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(15, 52, 86, 0.2); }
      .info-rectangles__list__item__content {
        display: table-cell;
        padding: 3.5rem 5rem;
        position: relative;
        z-index: 2; }
        @media (max-width: 768px) {
          .info-rectangles__list__item__content {
            padding: 2.5rem 2.5rem; } }
        .info-rectangles__list__item__content .mediaRatio {
          padding: 0 !important;
          width: 84px;
          height: 84px; }
        .info-rectangles__list__item__content p {
          color: white;
          font-weight: 600;
          font-size: 2.2rem;
          letter-spacing: 2px;
          padding-top: 2.5rem;
          padding-bottom: 2.5rem;
          text-transform: uppercase;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
          @media (max-width: 992px) {
            .info-rectangles__list__item__content p {
              font-size: 2rem;
              letter-spacing: 1.8px;
              line-height: initial; } }
          @media (max-width: 576px) {
            .info-rectangles__list__item__content p {
              font-size: 1.8rem; } }
        .info-rectangles__list__item__content .btn {
          max-width: 173px;
          font-size: 1.4rem;
          padding: 7px 35px;
          white-space: nowrap; }
      .info-rectangles__list__item--colorGradient {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0; }

.pharmacie-info {
  margin-bottom: 5rem; }
  .pharmacie-info__top-divider {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 2px;
    background-color: #9ed5a4; }
  .pharmacie-info__bottom-divider {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #7fd4e7; }
  .pharmacie-info__content {
    padding: 3rem 0 1rem;
    justify-content: space-around; }
    @media (max-width: 991px) {
      .pharmacie-info__content {
        padding-bottom: 3rem; } }
    @media (max-width: 768px) {
      .pharmacie-info__content {
        padding: 2.5rem 0; } }
    .pharmacie-info__content__item {
      display: flex;
      padding: 0 1rem;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .pharmacie-info__content__item {
          max-width: 30%;
          flex: 0 0 20%;
          padding: 0; } }
      @media (max-width: 768px) {
        .pharmacie-info__content__item {
          margin: 0; }
          .pharmacie-info__content__item:not(:last-of-type) {
            margin-bottom: 2rem; } }
      .pharmacie-info__content__item img {
        max-width: initial; }
      .pharmacie-info__content__item a {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content; }
        .pharmacie-info__content__item a:hover {
          color: #3eac49;
          text-decoration: underline; }
      .pharmacie-info__content__item .mediaRatio {
        padding: 0 !important;
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: middle; }
        .pharmacie-info__content__item .mediaRatio .inner {
          -o-object-fit: fill;
             object-fit: fill; }
      .pharmacie-info__content__item a,
      .pharmacie-info__content__item p {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        font-size: 1.8rem;
        line-height: 2rem;
        padding-left: 1rem;
        display: inline-flex;
        vertical-align: middle; }
        @media (max-width: 425px) {
          .pharmacie-info__content__item a,
          .pharmacie-info__content__item p {
            font-size: 4.5vw; } }

.my-masonry-grid {
  display: flex;
  margin-left: -30px; }

.my-masonry-grid_column {
  border-left: 30px solid transparent;
  background-clip: padding-box; }

.blog {
  padding: 5rem 0 4rem 0; }
  @media (max-width: 768px) {
    .blog {
      padding: 2.5rem 0 2rem 0; } }
  .blog .searchBar {
    margin-bottom: 55px;
    margin-top: 55px; }
  .blog h1 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    padding-top: 0; }
    @media (min-width: 768px) {
      .blog h1 {
        padding: 0 0 50px 0; } }

.blogCard {
  box-sizing: border-box;
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: none;
  margin-bottom: 30px;
  overflow: hidden;
  height: 300px; }
  @media (min-width: 768px) {
    .blogCard {
      height: 400px; }
      .blogCard:hover .blogCard__colorGradient {
        height: 200%; } }
  .blogCard__colorGradient {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 300ms ease; }
  .blogCard h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 0.89px;
    text-align: left;
    padding: 0;
    width: 100%;
    padding-bottom: 0px;
    z-index: 100; }
    @media (min-width: 768px) {
      .blogCard h3 {
        font-size: 2rem;
        padding-bottom: 17px; } }
  .blogCard p {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.89px;
    z-index: 100; }
    @media (min-width: 768px) {
      .blogCard p {
        letter-spacing: 0.71px;
        line-height: 23.43px;
        font-size: 1.6rem; } }
  .blogCard .mediaRatio {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .blogCard--special {
    height: auto;
    background-color: #2473ba;
    transition: 300ms ease; }
    @media (min-width: 768px) {
      .blogCard--special {
        height: auto; }
        .blogCard--special:hover {
          background-color: #00aad0; } }
    .blogCard--special h3 {
      padding-bottom: 5px; }
    .blogCard--special ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .blogCard--special ul li::before {
        display: none; }
      .blogCard--special ul li + li {
        margin-top: 0; }
      .blogCard--special ul li {
        padding-left: 10px;
        color: #fff;
        padding: 0 5px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.89px; }
        @media (min-width: 768px) {
          .blogCard--special ul li {
            letter-spacing: 0.71px;
            line-height: 23.43px;
            font-size: 1.6rem; } }
        .blogCard--special ul li span .arrowIcon {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          margin-right: 8px;
          height: 10px;
          width: 10px; }
          @media (min-width: 768px) {
            .blogCard--special ul li span .arrowIcon {
              height: 25px;
              width: 25px; } }

.divider-line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5rem 0;
  background-color: #7fd4e7; }
  @media (max-width: 768px) {
    .divider-line {
      margin: 2.5rem 0; } }

.description-list {
  text-align: center; }
  .description-list h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; }
  .description-list__content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    border-left: 4px solid;
    -o-border-image: linear-gradient(to bottom, #00aad0 0%, #3eac49 100%);
       border-image: linear-gradient(to bottom, #00aad0 0%, #3eac49 100%);
    border-image-slice: 1;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
    border-right: 0; }
    @media (min-width: 768px) {
      .description-list__content {
        width: 80%;
        padding-left: 70px;
        border-left: 7px solid;
        border-top: 0;
        border-bottom: 0;
        border-right: 0; } }
  .description-list p {
    text-align: left;
    margin-bottom: 2.5rem; }
    .description-list p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .description-list p {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.8px; } }

.pharmacies {
  padding-top: 5rem; }
  @media (max-width: 768px) {
    .pharmacies {
      padding-top: 2.5rem; } }
  .pharmacies__divider {
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .pharmacies__divider {
        margin-bottom: 2.5rem; } }
    .pharmacies__divider div {
      float: left;
      width: 20%; }
      .pharmacies__divider div:nth-of-type(1), .pharmacies__divider div:nth-of-type(3) {
        width: 40%; }
      .pharmacies__divider div:nth-of-type(2) {
        padding: 0 2rem; }
        .pharmacies__divider div:nth-of-type(2) img {
          display: block;
          margin: 0 auto; }
      @media (max-width: 768px) {
        .pharmacies__divider div {
          width: 33.3%; }
          .pharmacies__divider div:nth-of-type(1), .pharmacies__divider div:nth-of-type(3) {
            width: 33.3%; } }
      @media (max-width: 576px) {
        .pharmacies__divider div {
          width: 50%; }
          .pharmacies__divider div:nth-of-type(1), .pharmacies__divider div:nth-of-type(3) {
            width: 25%; } }
      @media (max-width: 576px) {
        .pharmacies__divider div:nth-of-type(2) {
          width: 100%;
          padding: 0; }
        .pharmacies__divider div:nth-of-type(1), .pharmacies__divider div:nth-of-type(3) {
          width: 100%; } }
  .pharmacies__list {
    justify-content: space-between; }
    @media (max-width: 576px) {
      .pharmacies__list {
        justify-content: space-around; } }
    .pharmacies__list__item {
      height: 100%;
      max-width: 250px;
      min-width: 210px;
      position: relative; }
      @media (max-width: 991px) {
        .pharmacies__list__item {
          margin-bottom: 2rem; } }
      @media (max-width: 425px) {
        .pharmacies__list__item {
          margin: 0; }
          .pharmacies__list__item:not(:last-of-type) {
            margin-bottom: 2rem; } }
      .pharmacies__list__item p {
        line-height: 2.4rem; }
        .pharmacies__list__item p strong {
          display: block; }
      .pharmacies__list__item a {
        font-weight: 600; }
        .pharmacies__list__item a:hover {
          color: #3eac49;
          text-decoration: underline; }
      .pharmacies__list__item .mediaRatio {
        padding: 0 !important;
        height: 44px;
        width: 208px;
        margin-bottom: 2rem; }
      @media (min-width: 1250px) {
        .pharmacies__list__item:not(:last-of-type):after {
          position: absolute;
          content: '';
          display: block;
          width: 1px;
          top: 0;
          right: 0%;
          height: 100%;
          background-color: #d4d4d3; } }

.menu-blocks {
  padding: 5rem 0 4rem 0;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .menu-blocks {
      padding: 2.5rem 0 2rem 0; } }
  .menu-blocks .col-12,
  .menu-blocks .col-md-6,
  .menu-blocks .col-md-4,
  .menu-blocks .col-xl-3 {
    margin-bottom: 2rem; }
  .menu-blocks .bigMenuBlock {
    font-size: 2.2rem; }
    @media (max-width: 768px) {
      .menu-blocks .bigMenuBlock {
        font-size: 1.6rem; } }
  .menu-blocks__item {
    width: 100%;
    height: 100%;
    min-height: 225px;
    position: relative;
    padding: 30px 35px;
    font-size: 1.8rem;
    background-size: cover;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #f4f5f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      .menu-blocks__item {
        font-size: 1.6rem; } }
    .menu-blocks__item p {
      z-index: 3;
      color: white;
      font-weight: 600;
      position: relative;
      line-height: initial;
      text-transform: uppercase;
      padding-bottom: 25px; }
    .menu-blocks__item .mediaRatio {
      z-index: 3;
      position: relative;
      margin-bottom: 50px;
      padding: 0 !important;
      height: 80px;
      width: 80px; }
    .menu-blocks__item__content {
      position: relative;
      z-index: 300;
      height: 100%;
      display: table; }
      .menu-blocks__item__content .btn {
        max-width: 173px;
        font-size: 1.4rem;
        padding: 7px 35px;
        white-space: nowrap; }
      .menu-blocks__item__content__bottom {
        display: table-footer-group; }
    .menu-blocks__item__colorGradient {
      z-index: 2;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.8;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1); }

.promotions {
  z-index: 5;
  padding: 5rem 0;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 4rem rgba(0, 64, 79, 0.12); }
  @media (max-width: 768px) {
    .promotions {
      padding: 2.5rem 0; } }
  .promotions .promotion-previews__list__item__left {
    display: flex; }
    .promotions .promotion-previews__list__item__left__date {
      line-height: 1;
      color: #37ac5c;
      font-size: 4.8rem;
      -ms-grid-row-align: center;
          align-self: center;
      background: -webkit-linear-gradient(left, #3eac49, #00aad0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .promotions .promotion-previews__list__item__right {
    white-space: normal; }
    .promotions .promotion-previews__list__item__right__title {
      font-weight: 700;
      font-size: 1.6rem;
      line-height: inherit;
      letter-spacing: 0.75px;
      text-transform: uppercase; }
    .promotions .promotion-previews__list__item__right__description {
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 0.65px;
      padding: 5px 0 10px 0; }
    .promotions .promotion-previews__list__item__right__url {
      font-weight: 500;
      font-size: 1.6rem;
      letter-spacing: 0.75px;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (max-width: 380px) {
        .promotions .promotion-previews__list__item__right__url {
          font-size: 1.4rem; } }
      .promotions .promotion-previews__list__item__right__url:hover {
        text-decoration: underline; }

.carousel {
  line-height: 1.15; }
  .carousel .slick-track {
    display: flex; }
  .carousel .slick-slide {
    display: flex;
    height: unset;
    float: unset; }
    .carousel .slick-slide > div {
      width: 100%; }
  .carousel--prevArrow {
    left: 1.5rem; }
    @media (max-width: 768px) {
      .carousel--prevArrow {
        left: 2.5rem !important;
        width: 16px !important;
        height: 9px !important; }
        .carousel--prevArrow .prevArrow--top,
        .carousel--prevArrow .prevArrow--bottom {
          height: 3px !important; } }
  .carousel--nextArrow {
    right: 1.8rem; }
    @media (max-width: 768px) {
      .carousel--nextArrow {
        right: 2.8rem !important;
        width: 16px !important;
        height: 9px !important; }
        .carousel--nextArrow .nextArrow--top,
        .carousel--nextArrow .nextArrow--bottom {
          height: 3px !important; } }
  @media screen and (max-width: 600px) {
    .carousel .slick-prev {
      left: -10px; } }
  @media screen and (max-width: 600px) {
    .carousel .slick-next {
      right: -10px; } }
  .carousel .slick-dots {
    display: none;
    bottom: 2.5rem; }
    .carousel .slick-dots li {
      width: 6rem;
      height: 4px;
      background-color: #bfbfbf; }
      .carousel .slick-dots li button {
        width: 100%;
        height: 100%; }
        .carousel .slick-dots li button::before {
          display: none; }
      .carousel .slick-dots li::before {
        display: none; }
    .carousel .slick-dots .slick-active {
      background-color: #3eac49; }

.carouselImageText {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 60vh; }
  @media (max-width: 768px) {
    .carouselImageText {
      flex-flow: column; } }
  .carouselImageText--right .carouselImageText__contentHolder {
    padding-left: 100px;
    order: 1; }
    @media (max-width: 768px) {
      .carouselImageText--right .carouselImageText__contentHolder {
        padding-left: 2rem;
        padding-top: 5px;
        order: 2;
        background-position: center center; } }
  .carouselImageText--right .carouselImageText__imgHolder {
    order: 2;
    background-position: left center; }
    @media (max-width: 768px) {
      .carouselImageText--right .carouselImageText__imgHolder {
        background-position: center center;
        order: 1; } }
  .carouselImageText--left .carouselImageText__contentHolder {
    order: 2;
    padding-right: 80px;
    background-position: left center; }
    @media (max-width: 768px) {
      .carouselImageText--left .carouselImageText__contentHolder {
        padding-top: 5px;
        padding-right: 2rem;
        background-position: center center; } }
  .carouselImageText--left .carouselImageText__imgHolder {
    order: 1; }
  .carouselImageText__imgHolder {
    width: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%; }
    @media (max-width: 768px) {
      .carouselImageText__imgHolder {
        min-height: 230px;
        width: 100%;
        height: 30vh;
        background-position: center center; } }
  .carouselImageText__contentHolder {
    width: 50%;
    display: flex;
    padding: 3.5rem 4.5rem;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%; }
    @media (max-width: 768px) {
      .carouselImageText__contentHolder {
        flex: 1;
        width: 100%;
        padding: 2rem 2rem 4rem 2rem; } }
    .carouselImageText__contentHolder__image {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .carouselImageText__contentHolder__image {
          margin-bottom: 2rem; } }
      .carouselImageText__contentHolder__image .mediaRatio {
        height: auto;
        overflow: hidden;
        position: relative;
        padding-top: 0 !important; }
        @media (max-width: 820px) {
          .carouselImageText__contentHolder__image .mediaRatio {
            height: auto;
            width: 40%; } }
        @media (max-width: 500px) {
          .carouselImageText__contentHolder__image .mediaRatio {
            width: 100%;
            height: auto; } }
        .carouselImageText__contentHolder__image .mediaRatio > .inner {
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          height: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: translate(0%, 0%);
                  transform: translate(0%, 0%); }
      .carouselImageText__contentHolder__image img {
        display: block;
        max-width: 80px; }
      .carouselImageText__contentHolder__image--center .mediaRatio {
        margin: 0 auto; }
        .carouselImageText__contentHolder__image--center .mediaRatio > .inner {
          margin: 0 auto; }
    .carouselImageText__contentHolder__btnHolder {
      padding: 1.3vw;
      max-width: 360px; }
      .carouselImageText__contentHolder__btnHolder--center {
        margin: 0 auto; }
      .carouselImageText__contentHolder__btnHolder .btn {
        width: 100%;
        font-size: calc(0.8vw + 0.8rem);
        white-space: nowrap;
        margin: 0 auto; }
        .carouselImageText__contentHolder__btnHolder .btn .arrow {
          display: none; }
    .carouselImageText__contentHolder__text--center h2,
    .carouselImageText__contentHolder__text--center h4,
    .carouselImageText__contentHolder__text--center p {
      text-align: center; }
    .carouselImageText__contentHolder__text h2 {
      position: relative;
      font-size: calc(1.2vw + 1.2rem);
      padding: 2vw;
      line-height: 1.15; }
    .carouselImageText__contentHolder__text h4 {
      color: #00aad0;
      font-size: calc(0.8vw + 0.8rem);
      padding: 1.5vw;
      line-height: 1.15; }
    .carouselImageText__contentHolder__text p {
      color: #00aad0;
      line-height: 2vw;
      font-size: calc(0.6vw + 1rem);
      padding-bottom: 1.2vw; }
      @media (max-width: 768px) {
        .carouselImageText__contentHolder__text p {
          line-height: 2.7rem; } }

.headline h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.custom-info-boxes {
  padding-bottom: 5rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .custom-info-boxes {
      padding-bottom: 2.5rem; } }
  .custom-info-boxes h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 768px) {
      .custom-info-boxes h3 {
        padding-top: 2.5rem; } }
  .custom-info-boxes h5 {
    color: white;
    text-align: left;
    line-height: 1.35;
    padding: 0 0 2.5rem 0; }
    @media (max-width: 900px) {
      .custom-info-boxes h5 {
        padding-top: 2.5rem; } }
  .custom-info-boxes__list {
    justify-content: space-between; }
    @media (max-width: 1250px) {
      .custom-info-boxes__list .col-sm-12,
      .custom-info-boxes__list .col-md-6,
      .custom-info-boxes__list .col-xl-4 {
        margin-bottom: 2rem; } }
    @media (max-width: 900px) {
      .custom-info-boxes__list button {
        width: 100%;
        font-size: 1.4rem;
        padding: 7px 35px; } }
    .custom-info-boxes__list__element {
      width: 100%;
      height: 400px;
      display: table;
      position: relative;
      background-size: cover;
      box-shadow: 0 0 25px rgba(0, 52, 97, 0.18); }
      @media (max-width: 768px) {
        .custom-info-boxes__list__element {
          height: 280px;
          background-size: cover; } }
      @media (max-width: 992px) {
        .custom-info-boxes__list__element {
          height: 300px; } }
      .custom-info-boxes__list__element__content {
        width: 90%;
        display: table-cell;
        padding: 0 0 2.5rem 2.5rem;
        vertical-align: bottom;
        position: relative;
        z-index: 300; }
        @media (max-width: 900px) {
          .custom-info-boxes__list__element__content {
            padding: 2rem; } }
        @media (max-width: 768px) {
          .custom-info-boxes__list__element__content {
            padding-left: 2.5rem; } }
      .custom-info-boxes__list__element--colorGradient {
        position: absolute;
        z-index: 200;
        width: 100%;
        height: 100%;
        left: 0; }

.gallery {
  padding-bottom: 5rem; }
  @media (max-width: 768px) {
    .gallery {
      padding-bottom: 2.5rem; } }
  .gallery__item {
    padding: 0 1rem; }
    @media (max-width: 768px) {
      .gallery__item {
        padding: 0; } }
    .gallery__item .mediaRatio {
      padding: 0 !important;
      width: 100%;
      height: 295px; }
      .gallery__item .mediaRatio img {
        width: 295px; }
  @media (max-width: 768px) {
    .gallery .slick-prev {
      left: 0; } }
  @media (max-width: 576px) {
    .gallery .slick-prev {
      left: -10px; } }
  @media (max-width: 768px) {
    .gallery .slick-next {
      right: 0; } }
  @media (max-width: 576px) {
    .gallery .slick-next {
      right: -10px; } }

.discount-offer {
  width: 100%;
  padding: 5rem 0;
  margin-top: 5rem;
  background-color: #f4f5f7; }
  @media (max-width: 768px) {
    .discount-offer {
      padding: 2.5rem 0; } }
  .discount-offer .mediaRatio {
    z-index: 3;
    position: relative;
    margin-bottom: 5rem;
    padding: 0 !important;
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
    -ms-grid-row-align: center;
        align-self: center; }
    .discount-offer .mediaRatio .inner {
      height: auto;
      width: auto; }
  .discount-offer p {
    top: 40%;
    left: 0;
    z-index: 4;
    width: 200px;
    color: #00aad0;
    font-size: 1.8rem;
    position: absolute;
    text-align: center;
    line-height: 2.4rem;
    letter-spacing: 0.05rem; }
    @media (max-width: 991px) {
      .discount-offer p {
        left: 20%; } }
  .discount-offer__list {
    justify-content: space-between; }
    .discount-offer__list__item {
      width: 100%;
      height: 100%;
      max-width: 200px;
      max-height: 200px;
      position: relative;
      margin-bottom: 2rem; }
      @media (max-width: 991px) {
        .discount-offer__list__item {
          max-width: 350px; } }
      @media (max-width: 768px) {
        .discount-offer__list__item {
          margin: 0 auto; }
          .discount-offer__list__item:not(:last-of-type) {
            margin-bottom: 2rem; } }
      .discount-offer__list__item span {
        z-index: 4;
        width: 85px;
        height: 85px;
        position: absolute;
        color: white;
        font-weight: 600;
        font-size: 1.4rem;
        text-align: center;
        line-height: initial;
        border-radius: 5rem;
        right: -2rem;
        top: -1rem;
        padding: 0 1.5rem;
        padding-top: 2.5rem;
        background-image: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
        @media (max-width: 991px) {
          .discount-offer__list__item span {
            right: 3rem; } }
      .discount-offer__list__item:not(:last-child):after {
        position: absolute;
        display: block;
        content: '+';
        color: #c6c7c8;
        font-size: 4rem;
        right: -6rem;
        top: 45%; }
        @media (max-width: 1200px) {
          .discount-offer__list__item:not(:last-child):after {
            right: -3.5rem; } }
        @media (max-width: 991px) {
          .discount-offer__list__item:not(:last-child):after {
            right: 0; } }
      .discount-offer__list__item:nth-child(3):after {
        content: '='; }
      .discount-offer__list__item:last-child .mediaRatio {
        border-radius: 10rem; }

.prom-and-disc {
  padding: 5rem 0; }
  @media (max-width: 768px) {
    .prom-and-disc {
      padding: 2.5rem 0; } }
  .prom-and-disc h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 0; }
  .prom-and-disc .mediaRatio img {
    padding: 0 1rem; }

.partners h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-word; }

.partners__divider {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #7fd4e7; }

.partners__list {
  justify-content: space-around; }
  .partners__list a:not(:last-of-type) {
    margin-bottom: 2rem; }
  .partners__list .mediaRatio {
    padding: 0 !important;
    width: 170px;
    height: 65px; }

.payment-methods {
  padding: 5rem 0 3rem 0; }
  @media (max-width: 768px) {
    .payment-methods {
      padding-bottom: 2rem; } }
  .payment-methods h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px; }
  .payment-methods__list {
    justify-content: space-around; }
    .payment-methods__list__item {
      padding: 1rem 0; }
      .payment-methods__list__item .mediaRatio {
        padding: 0 !important;
        width: 90px;
        height: 55px; }

.club-benefits {
  padding-top: 6rem; }
  @media (max-width: 992px) {
    .club-benefits {
      padding-top: 3rem; } }
  .club-benefits__btn-holder {
    max-width: 35%;
    display: block;
    margin: 0 auto;
    margin-top: 3rem; }
    @media (max-width: 992px) {
      .club-benefits__btn-holder {
        max-width: 45%; } }
    @media (max-width: 768px) {
      .club-benefits__btn-holder {
        max-width: 60%; } }
    @media (max-width: 576px) {
      .club-benefits__btn-holder {
        max-width: 85%; } }
    @media (max-width: 425px) {
      .club-benefits__btn-holder {
        max-width: 100%; } }
  .club-benefits__list__item {
    text-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    position: relative; }
    @media (max-width: 992px) {
      .club-benefits__list__item {
        padding: 2rem 0; } }
    @media (max-width: 768px) {
      .club-benefits__list__item {
        padding: 1rem 0; }
        .club-benefits__list__item:last-of-type {
          padding-bottom: 0; }
        .club-benefits__list__item:first-of-type {
          padding-top: 0; } }
    .club-benefits__list__item:not(:last-of-type):after {
      position: absolute;
      display: block;
      content: '';
      height: 100%;
      width: 2px;
      right: 0;
      top: 0;
      background-color: #ededed; }
      @media (max-width: 1250px) {
        .club-benefits__list__item:not(:last-of-type):after {
          display: none; } }
    .club-benefits__list__item p {
      font-size: 1.7rem;
      line-height: 2.8rem; }
  .club-benefits__conditions {
    display: block;
    text-align: center;
    letter-spacing: 2.5px;
    font-size: 1.6rem;
    color: #3eac49;
    text-decoration: underline;
    margin: 35px 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
    .club-benefits__conditions:hover {
      color: #3eac49;
      text-decoration: none; }

.benefit-blocks h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 0; }

.benefit-blocks__divider {
  width: 100%;
  height: 2px;
  margin: 3rem 0 5rem 0;
  background-color: #c5e3a8; }

.benefit-blocks__list {
  justify-content: space-between; }
  .benefit-blocks__list .col-sm-12,
  .benefit-blocks__list .col-md-6,
  .benefit-blocks__list .col-xl-4 {
    margin-bottom: 2rem; }
  .benefit-blocks__list__item {
    width: 100%;
    min-height: 340px;
    height: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0 0 25px rgba(0, 64, 79, 0.15); }
    .benefit-blocks__list__item:before {
      content: '';
      display: block;
      top: 0;
      left: 0;
      height: 10px;
      width: 100%;
      position: absolute;
      background-image: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
    .benefit-blocks__list__item--divider {
      height: 1px;
      width: 100%;
      background-color: #dcdde0; }
    .benefit-blocks__list__item__top {
      position: relative;
      padding: 40px 25px 25px 40px; }
      .benefit-blocks__list__item__top .mediaRatio {
        position: absolute;
        z-index: 1;
        padding: 0 !important; }
        .benefit-blocks__list__item__top .mediaRatio:nth-child(1) {
          top: 20px;
          right: 20px;
          width: 50px;
          height: 50px; }
      .benefit-blocks__list__item__top .mediaRatio:last-child {
        right: 20px;
        bottom: 20px;
        width: 155px;
        height: 35px; }
      .benefit-blocks__list__item__top h5 {
        font-size: 2.2rem;
        color: black;
        text-transform: initial;
        text-align: left;
        padding: 0;
        z-index: 2;
        max-width: 85%; }
      .benefit-blocks__list__item__top__subtitle {
        z-index: 2;
        position: relative;
        max-width: 85%;
        margin-bottom: 25px; }
      .benefit-blocks__list__item__top__text {
        margin-bottom: 40px; }
        .benefit-blocks__list__item__top__text p {
          z-index: 2;
          position: relative;
          font-size: 1.4rem;
          line-height: 24px; }
      .benefit-blocks__list__item__top__gradient-text p {
        font-size: 1.2rem;
        z-index: 2;
        max-width: 50%;
        line-height: initial;
        position: relative;
        background: -webkit-linear-gradient(left, #3eac49, #00aad0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .benefit-blocks__list__item__bottom {
      padding: 2.5rem; }
      .benefit-blocks__list__item__bottom p {
        text-align: center;
        font-size: 1.7rem; }

.registration-block h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 0; }

.registration-block p {
  text-align: center;
  font-size: 1.8rem; }
  @media (max-width: 768px) {
    .registration-block p {
      font-size: 1.6rem; } }

.registration-block__btn-holder {
  max-width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 5rem; }
  @media (max-width: 992px) {
    .registration-block__btn-holder {
      max-width: 45%; } }
  @media (max-width: 768px) {
    .registration-block__btn-holder {
      max-width: 65%;
      margin-top: 2.5rem; } }
  @media (max-width: 576px) {
    .registration-block__btn-holder {
      max-width: 85%; } }
  @media (max-width: 425px) {
    .registration-block__btn-holder {
      max-width: 100%; } }

.registration-block__conditions {
  display: block;
  text-align: center;
  letter-spacing: 2.5px;
  font-size: 1.6rem;
  color: #3eac49;
  text-decoration: underline;
  margin: 35px 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .registration-block__conditions:hover {
    color: #3eac49;
    text-decoration: none; }

.text-block-with-image h3 {
  background: -webkit-linear-gradient(left, #3eac49, #00aad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 55px; }

.text-block-with-image .mediaRatio {
  max-width: 820px;
  padding: 0 !important;
  height: 360px;
  margin-bottom: 50px; }

.text-block-with-image p {
  max-width: 820px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 36px; }

.mini-boxes {
  margin-bottom: 5rem; }
  @media (max-width: 768px) {
    .mini-boxes {
      margin-bottom: 2.5rem; } }
  .mini-boxes h3 {
    background: -webkit-linear-gradient(left, #3eac49, #00aad0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .mini-boxes__divider {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5rem;
    background-color: #7fd4e7; }
    @media (max-width: 768px) {
      .mini-boxes__divider {
        margin-top: 2.5rem; } }
  .mini-boxes__list {
    justify-content: flex-start; }
    .mini-boxes__list .col-12,
    .mini-boxes__list .col-sm-6,
    .mini-boxes__list .col-md-4,
    .mini-boxes__list .col-xl-3 {
      margin-bottom: 2rem; }
    .mini-boxes__list__item {
      display: table;
      width: 100%;
      height: 226px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .mini-boxes__list__item:hover {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
      .mini-boxes__list__item p {
        top: 0;
        z-index: 2;
        height: 100%;
        color: white;
        font-weight: 500;
        font-size: 1.8rem;
        position: relative;
        line-height: initial;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: bottom;
        padding: 0 0 3rem 1.5rem; }
      .mini-boxes__list__item--colorGradient {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

.prescription-header {
  padding: 2em 0;
  background: #dde4ec; }
  .prescription-header .container {
    max-width: 720px;
    margin: 0 auto; }
  .prescription-header .intro {
    position: relative;
    background-color: #fff;
    padding-top: calc(1em + 10px);
    padding-bottom: 1em; }
    .prescription-header .intro:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
    .prescription-header .intro .text-left {
      padding: 2em; }
    .prescription-header .intro .steps {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding-top: 2em;
      padding-bottom: 2em; }
      .prescription-header .intro .steps .step {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        text-transform: uppercase;
        min-height: 70px;
        padding: 0.5em 0;
        flex-grow: 1; }
        .prescription-header .intro .steps .step::before {
          display: none; }
        .prescription-header .intro .steps .step:not(:last-child) {
          border-bottom: 2px solid #eee; }
      .prescription-header .intro .steps .step-image {
        max-width: 50px;
        margin-right: 16px; }
      .prescription-header .intro .steps .container {
        padding: 0; }
  @media screen and (max-width: 768px) {
    .prescription-header .intro {
      margin: 1em; }
      .prescription-header .intro .steps {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0; }
    .prescription-header .hide-smaller-md {
      display: none; } }

.prescription-reservation-product-search .product-search__form {
  max-width: 720px;
  margin: 40px auto;
  position: relative; }

.prescription-reservation-product-search .product-search__text {
  font-size: 18px;
  padding: 0.5em 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto; }

.prescription-reservation-product-search .product-search__label {
  width: 100%;
  margin: 0; }

.prescription-reservation-product-search .product-search__input {
  padding: 1em 1.5em 1em;
  width: 100%;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #dde4ec;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px; }
  .prescription-reservation-product-search .product-search__input:focus, .prescription-reservation-product-search .product-search__input:active {
    border: 1px solid #2eaa9a;
    font-style: normal; }
  .prescription-reservation-product-search .product-search__input--error, .prescription-reservation-product-search .product-search__input--error:focus, .prescription-reservation-product-search .product-search__input--error:active {
    border-color: #ff0000; }

.prescription-reservation-product-search .product-search__error {
  color: #ff0000; }

.prescription-reservation-product-search .product-search__warning {
  color: orange;
  font-weight: 500;
  font-size: 14px; }

.prescription-reservation-product-search .product-search__result {
  display: none;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 600;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  padding: 10px; }
  .prescription-reservation-product-search .product-search__result--visible {
    display: block; }
  @media (max-width: 576px) {
    .prescription-reservation-product-search .product-search__result {
      max-height: 200px; } }

.prescription-reservation-product-search .product-search__option {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px; }
  @media (max-width: 576px) {
    .prescription-reservation-product-search .product-search__option {
      font-size: 14px;
      padding: 5px; } }
  .prescription-reservation-product-search .product-search__option:hover {
    color: #2eaa9a; }

.prescription-reservation-product-search .product-search__option:not(:last-of-type) {
  border-bottom: 1px solid #dde4ec; }

.prescription-reservation-product-search .search-result__wrapper {
  position: relative;
  padding: 20px 10px;
  margin: 20px 0;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  cursor: pointer; }
  @media (min-width: 576px) {
    .prescription-reservation-product-search .search-result__wrapper {
      padding: 20px; } }

.prescription-reservation-product-search .search-result__info-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; }
  @media (min-width: 576px) {
    .prescription-reservation-product-search .search-result__info-wrapper {
      gap: 20px; } }

.prescription-reservation-product-search .search-result__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex: 1; }
  @media (min-width: 576px) {
    .prescription-reservation-product-search .search-result__info {
      gap: 10px; } }

.prescription-reservation-product-search .search-result__name {
  font-weight: 500;
  width: 60%; }
  @media (min-width: 576px) {
    .prescription-reservation-product-search .search-result__name {
      width: 50%; } }
  .prescription-reservation-product-search .search-result__name:hover, .prescription-reservation-product-search .search-result__name--active {
    color: #2eaa9a;
    cursor: pointer; }

.prescription-reservation-product-search .search-result__close-img {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.prescription-reservation-product-search .search-result__detail {
  margin-top: 20px; }

.prescription-reservation-product-search .search-result__available {
  color: #3eac49;
  font-size: 16px;
  font-weight: 700; }

.prescription-reservation-product-search .pharmacy-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 5px; }

.prescription-reservation-product-search .pharmacy-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.prescription-reservation-product-search .pharmacy-list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.prescription-reservation-product-search .pharmacy-list > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }

.prescription-reservation-product-search .pharmacy-list > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }

.prescription-reservation-product-search .pharmacy-list > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }
  .prescription-reservation-product-search .pharmacy-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }

.prescription-reservation-product-search .counter-wrapper {
  display: flex;
  align-items: center;
  min-width: 90px;
  height: 40px;
  border: solid 1px #2eaa9a; }

.prescription-reservation-product-search .counter {
  border-right: solid 1px #2eaa9a;
  font-size: 28px;
  line-height: 40px;
  height: 100%;
  padding: 0; }
  .prescription-reservation-product-search .counter--decrease {
    flex: 1;
    line-height: unset; }
    .prescription-reservation-product-search .counter--decrease:hover {
      background-color: #2eaa9a;
      color: #ffffff; }
  .prescription-reservation-product-search .counter--increase {
    border-right: none;
    line-height: unset;
    flex: 1; }
    .prescription-reservation-product-search .counter--increase:hover {
      background-color: #2eaa9a;
      color: #ffffff; }
  .prescription-reservation-product-search .counter--num {
    text-align: center;
    width: 30px;
    font-size: 18px; }

.prescription-reservation-page .text {
  display: block;
  margin: 0 auto; }
  .prescription-reservation-page .text-center {
    text-align: center; }

.prescription-reservation-page .prescription-input__wrapper {
  margin-top: 40px; }

@media (max-width: 768px) {
  .gradientHeading {
    font-size: 1.5em;
    padding-left: 0;
    padding-right: 0; } }

.reservation-submit-wrapper {
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
  background-color: #dde4ec; }
  .reservation-submit-wrapper .btn {
    margin: auto; }
  .reservation-submit-wrapper .disabled {
    background: grey;
    cursor: not-allowed; }
  .reservation-submit-wrapper__error {
    color: #ff0000;
    font-weight: 500;
    margin-bottom: 10px; }

.pharmacy-wrapper .pharmacy-logo {
  max-width: 80px;
  margin-bottom: 1em; }

.pharmacy-wrapper .address {
  display: block; }
  .pharmacy-wrapper .address-bold {
    font-weight: bold; }

.reservation-thankyou-page {
  text-align: center; }
  .reservation-thankyou-page .gray-part {
    background: #dde4ec;
    padding-top: 2em;
    padding-bottom: 2em; }
    .reservation-thankyou-page .gray-part .done {
      margin-top: 3em; }
  .reservation-thankyou-page .white-part {
    display: block;
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    .reservation-thankyou-page .white-part .text {
      margin-bottom: 1em; }
  .reservation-thankyou-page .text {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 1em; }
    .reservation-thankyou-page .text .text:last-child {
      margin-bottom: 0; }
  .reservation-thankyou-page .text-turquoise {
    color: #0eabb1; }

.cookiesList {
  padding: 2rem 0; }
  .cookiesList table {
    width: 100%;
    text-align: center; }
    .cookiesList table thead {
      font-size: 2rem; }
      .cookiesList table thead tr:nth-child(2n) {
        border-bottom: 2px solid #3eac49; }
      .cookiesList table thead tr th {
        padding: 1.8rem 2rem; }
        .cookiesList table thead tr th:nth-child(2) {
          border-bottom: 1px solid #b4b4b4; }
    .cookiesList table tbody tr:nth-child(2n) {
      border-bottom: 1px solid #6c6c6c; }
    .cookiesList table tbody tr:nth-child(4n), .cookiesList table tbody tr:nth-child(4n-1) {
      background-color: #f0f0f0; }
    .cookiesList table tbody tr td {
      padding: 1.8rem 2rem; }
      .cookiesList table tbody tr td:nth-child(2) {
        border-bottom: 1px solid #b4b4b4; }

.cookiesPreferences {
  padding: 2rem 0; }
  .cookiesPreferences__item {
    margin-bottom: 3rem; }
    .cookiesPreferences__item__description {
      margin-left: 4rem;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 1.5em; }
  .cookiesPreferences .alert {
    margin-top: 1.5rem; }

.product-availability-product-search .product-search__form {
  position: relative; }

.product-availability-product-search .product-search__text {
  font-size: 18px;
  padding: 0.5em 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .product-availability-product-search .product-search__text {
      font-size: 14px; } }

.product-availability-product-search .product-search__label {
  width: 100%;
  margin: 0; }

.product-availability-product-search .product-search__input {
  padding: 1em 1.5em 1em;
  width: 100%;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #dde4ec;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px; }
  .product-availability-product-search .product-search__input:focus, .product-availability-product-search .product-search__input:active {
    border: 1px solid #2eaa9a;
    font-style: normal; }
  .product-availability-product-search .product-search__input--error, .product-availability-product-search .product-search__input--error:focus, .product-availability-product-search .product-search__input--error:active {
    border-color: #ff0000; }

.product-availability-product-search .product-search__error {
  color: #ff0000; }

.product-availability-product-search .product-search__warning {
  color: orange;
  font-weight: 500;
  font-size: 14px; }

.product-availability-product-search .product-search__result {
  display: none;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 600;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  padding: 10px; }
  .product-availability-product-search .product-search__result--visible {
    display: block; }
  @media (max-width: 576px) {
    .product-availability-product-search .product-search__result {
      max-height: 200px; } }

.product-availability-product-search .product-search__option {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px; }
  @media (max-width: 576px) {
    .product-availability-product-search .product-search__option {
      font-size: 14px;
      padding: 5px; } }
  .product-availability-product-search .product-search__option:hover {
    color: #2eaa9a; }

.product-availability-product-search .product-search__option:not(:last-of-type) {
  border-bottom: 1px solid #dde4ec; }

.product-availability-product-search .product-search__legenda {
  padding: 10px 20px; }
  .product-availability-product-search .product-search__legenda--inStock::before {
    background-color: #3eac49; }
  .product-availability-product-search .product-search__legenda--partialInStock::before {
    background-color: #e6975c; }
  .product-availability-product-search .product-search__legenda--outOfStock::before {
    background-color: #ff0000; }

.product-availability-product-search .search-result__wrapper {
  position: relative;
  padding: 20px 10px;
  margin: 20px 0;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  cursor: pointer; }
  @media (min-width: 576px) {
    .product-availability-product-search .search-result__wrapper {
      padding: 20px; } }

.product-availability-product-search .search-result__info-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; }
  @media (min-width: 576px) {
    .product-availability-product-search .search-result__info-wrapper {
      gap: 20px; } }

.product-availability-product-search .search-result__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex: 1; }
  @media (min-width: 576px) {
    .product-availability-product-search .search-result__info {
      gap: 10px; } }

.product-availability-product-search .search-result__name {
  font-weight: 500;
  width: 60%; }
  @media (min-width: 576px) {
    .product-availability-product-search .search-result__name {
      width: 50%; } }
  .product-availability-product-search .search-result__name::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%; }
  .product-availability-product-search .search-result__name--inStock::before {
    background-color: #3eac49; }
  .product-availability-product-search .search-result__name--partialStock::before {
    background-color: #e6975c; }
  .product-availability-product-search .search-result__name--outOfStock::before {
    background-color: #ff0000; }
  .product-availability-product-search .search-result__name:hover, .product-availability-product-search .search-result__name--active {
    color: #2eaa9a;
    cursor: pointer; }

.product-availability-product-search .search-result__close-img {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.product-availability-product-search .search-result__detail {
  margin-top: 20px; }

.product-availability-product-search .search-result__available {
  color: #3eac49;
  font-size: 16px;
  font-weight: 700; }

.product-availability-product-search .search-result__unavailable {
  color: #ff0000;
  font-size: 16px;
  font-weight: 600; }

.product-availability-product-search .pharmacy-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 5px; }

.product-availability-product-search .pharmacy-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.product-availability-product-search .pharmacy-list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.product-availability-product-search .pharmacy-list > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }

.product-availability-product-search .pharmacy-list > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }

.product-availability-product-search .pharmacy-list > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }
  .product-availability-product-search .pharmacy-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    .product-availability-product-search .pharmacy-list__item--unavailable {
      color: #3c3c3b; }
    .product-availability-product-search .pharmacy-list__item--unavailable::before {
      background-color: #ff0000; }

.product-availability-product-search .counter-wrapper {
  display: flex;
  align-items: center;
  min-width: 90px;
  height: 40px;
  border: solid 1px #2eaa9a; }

.product-availability-product-search .counter {
  border-right: solid 1px #2eaa9a;
  font-size: 28px;
  line-height: 40px;
  height: 100%;
  padding: 0; }
  .product-availability-product-search .counter--decrease {
    flex: 1;
    line-height: unset; }
    .product-availability-product-search .counter--decrease:hover {
      background-color: #2eaa9a;
      color: #ffffff; }
  .product-availability-product-search .counter--increase {
    border-right: none;
    line-height: unset;
    flex: 1; }
    .product-availability-product-search .counter--increase:hover {
      background-color: #2eaa9a;
      color: #ffffff; }
  .product-availability-product-search .counter--num {
    text-align: center;
    width: 30px;
    font-size: 18px; }

.product-availability {
  background: #dde4ec;
  padding-bottom: 2em;
  min-height: calc(100vh - 360px); }
  .product-availability__narrow-container {
    max-width: 720px;
    margin: auto;
    padding: 40px 15px; }
  .product-availability__text {
    font-size: 18px;
    padding: 0.5em 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .product-availability__text {
        font-size: 15px; } }
  .product-availability .btn {
    padding: 10px 20px;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-weight: 500;
    color: white;
    font-size: 14px;
    text-transform: unset;
    max-width: 200px;
    white-space: pre-line; }
    .product-availability .btn:hover {
      background-position: 0 0; }
    .product-availability .btn--disabled {
      background: #808080;
      color: white;
      cursor: not-allowed; }

.reservation-submit-wrapper {
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
  background-color: #dde4ec; }
  .reservation-submit-wrapper .btn {
    margin: auto; }
  .reservation-submit-wrapper .disabled {
    background: grey;
    cursor: not-allowed; }
  .reservation-submit-wrapper__error {
    color: #ff0000;
    font-weight: 500;
    margin-bottom: 10px; }

.searchBar {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 13px rgba(0, 52, 97, 0.18); }
  .searchBar--focused .svgIcon {
    fill: #00aad0; }
  .searchBar--focused .searchBar__bar:after {
    width: 100%; }
  .searchBar__input {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 10.5px 19px;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .searchBar__input {
        padding: 19px; } }
    .searchBar__input input {
      width: 100%;
      box-sizing: border-box;
      padding-right: 25px;
      background-color: white;
      color: #3c3c3b;
      font-family: "Montserrat";
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 12px;
      letter-spacing: 1.12px; }
      @media (min-width: 768px) {
        .searchBar__input input {
          font-size: 2rem;
          letter-spacing: 0.88px; } }
      .searchBar__input input::-webkit-input-placeholder {
        color: #3c3c3b; }
      .searchBar__input input::-moz-placeholder {
        color: #3c3c3b; }
      .searchBar__input input:-ms-input-placeholder {
        color: #3c3c3b; }
      .searchBar__input input::-ms-input-placeholder {
        color: #3c3c3b; }
      .searchBar__input input::placeholder {
        color: #3c3c3b; }
    .searchBar__input .searchIcon {
      position: absolute;
      right: 21px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 22px;
      height: 22px; }
  .searchBar__bar {
    display: block;
    height: 4px;
    width: 100%;
    transition: 300ms;
    position: relative; }
    .searchBar__bar:after {
      content: "";
      display: block;
      position: absolute;
      height: 4px;
      width: 0;
      left: 0;
      top: 0;
      background-color: #3eac49;
      background-image: -o-linear-gradient(left, #3eac49, #00aadd);
      z-index: 2;
      transition: 300ms ease; }
      @media (min-width: 768px) {
        .searchBar__bar:after {
          height: 8px; } }
    @media (min-width: 768px) {
      .searchBar__bar {
        height: 8px; } }
  .searchBar--lightBlue .searchBar__bar {
    background-color: #3eac49;
    background-image: -o-linear-gradient(left, #3eac49, #00aadd); }
  .searchBar--gray .searchBar__bar {
    background-color: #c5c8ca; }

.btn {
  border: none;
  border-radius: 50px;
  outline: none;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 12px 35px;
  letter-spacing: 1.8px;
  box-sizing: border-box;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 1.6rem;
  max-width: 310px;
  text-align: center; }
  .btn .arrow {
    content: '';
    padding: 3px;
    border: solid white;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-bottom: 1px;
    left: 10px;
    transition: 230ms ease; }
  @media (min-width: 768px) {
    .btn:hover .arrow {
      left: 15px; } }
  @media (min-width: 768px) {
    .btn:hover {
      background-position: 95%; } }
  .btn--greenBkg {
    color: white;
    background-image: linear-gradient(to right, #3eac49 50%, #00aad0 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.8s ease;
    padding: 14px 36px; }
    .btn--greenBkg:hover {
      background-position: 0 0;
      color: white; }
      .btn--greenBkg:hover .arrow {
        border-color: white; }
  .btn--orangeBkg {
    color: white;
    background-image: linear-gradient(to right, #c8493f 60%, #e6975c 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.8s ease;
    padding: 14px 36px; }
    .btn--orangeBkg:hover {
      background-position: 0 0;
      color: white; }
      .btn--orangeBkg:hover .arrow {
        border-color: white; }
  .btn--whiteBorder {
    color: white;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s ease; }
    @media (min-width: 768px) {
      .btn--whiteBorder:hover {
        color: #3eac49;
        background-color: white; }
        .btn--whiteBorder:hover .arrow {
          border-color: #3eac49; } }
  .btn--greenBorder {
    color: #3eac49;
    background-color: transparent;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #3eac49 50%, #00aad0 100%) border-box;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 1.2s ease; }
    .btn--greenBorder .arrow {
      border-color: #3eac49; }
    .btn--greenBorder:hover {
      background-position: 0 0;
      color: #3eac49; }
  .btn--orangeBorder {
    color: #c8493f;
    background-color: transparent;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #c8493f 50%, #e6975c 100%) border-box;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 1.2s ease; }
    .btn--orangeBorder .arrow {
      border-color: #c8493f; }
    .btn--orangeBorder:hover {
      background-position: 0 0;
      color: #c8493f; }
  @media (max-width: 576px) {
    .btn--fullWidth {
      width: 100%; }
      .btn--fullWidth p {
        font-size: 1.6rem; }
      .btn--fullWidth .arrow {
        left: 30%; } }
  @media (max-width: 425px) {
    .btn--fullWidth .arrow {
      left: 20%; } }
  @media (max-width: 336px) {
    .btn--fullWidth .arrow {
      left: 10%; } }

.svgIcon {
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 25px;
  height: 25px; }
  .svgIcon--gray {
    fill: #cccccc; }
  .svgIcon--lightBlue {
    fill: #00aad0; }
  .svgIcon--white {
    fill: #ffffff; }

.mediaImage {
  width: 100%;
  height: auto;
  -webkit-animation: fadeIn 300ms ease 1 forwards;
          animation: fadeIn 300ms ease 1 forwards;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mediaRatio {
  position: relative;
  overflow: hidden;
  height: 0; }
  .mediaRatio > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.loader {
  margin: 24px auto;
  width: auto;
  position: relative;
  width: 65px;
  height: 30px;
  display: flex;
  align-items: center; }
  .loader span {
    display: inline-block;
    bottom: 50%;
    width: 4px;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-animation: grow 1000ms ease-in-out infinite forwards;
            animation: grow 1000ms ease-in-out infinite forwards;
    position: absolute;
    left: 10px; }
  .loader span:nth-child(2) {
    -webkit-animation-delay: 83ms;
            animation-delay: 83ms;
    left: 18px; }
  .loader span:nth-child(3) {
    -webkit-animation-delay: 166ms;
            animation-delay: 166ms;
    left: 26px; }
  .loader span:nth-child(4) {
    -webkit-animation-delay: 249ms;
            animation-delay: 249ms;
    left: 34px; }
  .loader span:nth-child(5) {
    -webkit-animation-delay: 332ms;
            animation-delay: 332ms;
    left: 42px; }
  .loader span:nth-child(6) {
    -webkit-animation-delay: 415ms;
            animation-delay: 415ms;
    left: 50px; }
  .loader span:nth-child(7) {
    -webkit-animation-delay: 498ms;
            animation-delay: 498ms;
    left: 58px; }

@-webkit-keyframes grow {
  0% {
    background: rgba(0, 0, 0, 0.1);
    height: 5px;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    background: #00aad0;
    height: 30px;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0); }
  100% {
    background: rgba(0, 0, 0, 0.1);
    height: 5px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes grow {
  0% {
    background: rgba(0, 0, 0, 0.1);
    height: 5px;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    background: #00aad0;
    height: 30px;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0); }
  100% {
    background: rgba(0, 0, 0, 0.1);
    height: 5px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.prevArrow,
.prevArrow:hover {
  top: 50%;
  cursor: pointer;
  position: absolute;
  height: 50px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0xIDEuMjI0NjVlLTE2IC0xLjIyNDY1ZS0xNiAtMSAxMjkgMTI5KSI+PGc+ICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI0JGQkZCRiIvPiAgPC9nPjwvZz4gPC9zdmc+") no-repeat center center;
  background-size: contain;
  z-index: 2; }
  .prevArrow::before,
  .prevArrow:hover::before {
    display: none; }

.nextArrow,
.nextArrow:hover {
  top: 50%;
  width: 32px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  height: 50px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxnPjxnPiAgICA8cGF0aCBkPSJtNDAuNCwxMjEuM2MtMC44LDAuOC0xLjgsMS4yLTIuOSwxLjJzLTIuMS0wLjQtMi45LTEuMmMtMS42LTEuNi0xLjYtNC4yIDAtNS44bDUxLTUxLTUxLTUxYy0xLjYtMS42LTEuNi00LjIgMC01LjggMS42LTEuNiA0LjItMS42IDUuOCwwbDUzLjksNTMuOWMxLjYsMS42IDEuNiw0LjIgMCw1LjhsLTUzLjksNTMuOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNCRkJGQkYiLz4gIDwvZz48L2c+IDwvc3ZnPg==") no-repeat center center;
  background-size: contain; }
  .nextArrow::before,
  .nextArrow:hover::before {
    display: none; }

.checkbox {
  position: relative;
  opacity: 1; }
  .checkbox > input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .checkbox > label {
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5em; }
    .checkbox > label:before {
      content: '';
      padding: 1rem;
      margin-right: 1.5rem;
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #3eac49;
      border-radius: 2px;
      display: inline-block;
      position: relative;
      vertical-align: text-top; }
  .checkbox > input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #3eac49;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .checkbox > input:disabled + label::after,
  .checkbox > input:disabled + label:before {
    border-color: #b4b4b4; }
  .checkbox > input:disabled + label {
    cursor: default; }

.alert {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #3eac49; }

.reservation-pickup-places {
  padding: 30px 15px;
  max-width: 820px; }
  .reservation-pickup-places .subheadline {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
  .reservation-pickup-places .pickup-point {
    display: flex;
    align-items: center;
    gap: 15px; }
    @media (max-width: 576px) {
      .reservation-pickup-places .pickup-point {
        align-items: flex-end; } }
    @media (max-width: 425px) {
      .reservation-pickup-places .pickup-point {
        flex-direction: column;
        align-items: unset; } }
    .reservation-pickup-places .pickup-point__logo-wrap {
      flex: 1;
      display: flex;
      gap: 20px;
      align-items: center; }
      @media (max-width: 576px) {
        .reservation-pickup-places .pickup-point__logo-wrap {
          align-items: unset; } }
    .reservation-pickup-places .pickup-point__logo {
      width: 50px;
      height: 50px; }
    .reservation-pickup-places .pickup-point__info {
      flex: 1;
      display: flex;
      align-items: center; }
      @media (max-width: 576px) {
        .reservation-pickup-places .pickup-point__info {
          flex-direction: column;
          align-items: unset; } }
      @media (max-width: 425px) {
        .reservation-pickup-places .pickup-point__info {
          min-width: 200px; } }
      .reservation-pickup-places .pickup-point__info--address {
        flex: 1;
        max-width: 300px; }
      .reservation-pickup-places .pickup-point__info--openHours {
        flex: 1; }
    .reservation-pickup-places .pickup-point__btn-wrapper {
      min-width: 186px; }
    .reservation-pickup-places .pickup-point__button {
      position: relative;
      width: 100%;
      padding: 10px 35px 10px 20px;
      color: white;
      font-size: 14px;
      text-transform: unset;
      max-width: unset; }
      .reservation-pickup-places .pickup-point__button:hover, .reservation-pickup-places .pickup-point__button:focus {
        background-color: #2eaa9a;
        color: white; }
        .reservation-pickup-places .pickup-point__button:hover:after, .reservation-pickup-places .pickup-point__button:focus:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .reservation-pickup-places .pickup-point__button:after {
        content: '+';
        position: absolute;
        right: 8px;
        font-size: 3rem;
        font-weight: 100;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        transition: all linear 0.3s; }
        @media (max-width: 425px) {
          .reservation-pickup-places .pickup-point__button:after {
            right: 18px; } }
      .reservation-pickup-places .pickup-point__button--selected {
        background-color: #2eaa9a;
        color: #fff; }
        .reservation-pickup-places .pickup-point__button--selected:after {
          content: '✔'; }
        .reservation-pickup-places .pickup-point__button--selected:hover:after, .reservation-pickup-places .pickup-point__button--selected:focus:after {
          -webkit-transform: rotate(0);
                  transform: rotate(0);
          transition: none; }
    .reservation-pickup-places .pickup-point__button-disabled {
      background: #808080;
      color: white;
      cursor: not-allowed;
      width: 100%;
      padding: 10px 5px;
      font-weight: 600;
      font-size: 14px;
      text-transform: unset;
      max-width: unset; }
    .reservation-pickup-places .pickup-point__divider {
      display: block;
      width: 100%;
      height: 2px;
      margin: 2.5rem 0;
      background-color: #7fd4e7; }
  .reservation-pickup-places .address {
    margin-bottom: 0;
    line-height: 1.8em; }
    @media (max-width: 768px) {
      .reservation-pickup-places .address {
        font-size: 14px; } }
    .reservation-pickup-places .address--bold {
      font-weight: 700; }

.customer__info {
  padding-top: 70px;
  padding-bottom: 0;
  background: #dde4ec;
  text-align: center;
  text-transform: uppercase; }

.customer__container {
  max-width: 720px; }

.customer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: auto; }

.customer__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.customer__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.customer__wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.customer__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
  @media (max-width: 768px) {
    .customer__wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 1fr unset 1fr unset 1fr unset 1fr;
      grid-template-rows: repeat(4, 1fr);
      row-gap: unset;
      max-width: 450px; }
    .customer__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .customer__wrapper > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .customer__wrapper > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    .customer__wrapper > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1; } }

.customer__label {
  display: flex;
  width: 100%;
  flex-direction: column; }

.customer__input {
  padding: 10px;
  margin-bottom: 14px;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #dde4ec;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px; }
  .customer__input--error, .customer__input--error:focus, .customer__input--error:active {
    border-color: #ff0000;
    margin: 0; }
  .customer__input:focus, .customer__input:active {
    border: 1px solid #2eaa9a;
    font-style: normal; }

.customer__error-msg {
  margin: 0 auto;
  font-size: 12px;
  color: #ff0000;
  text-transform: none; }

.customer__gdpr-checkbox-label {
  position: relative;
  width: auto;
  padding: 0 30px 0 40px;
  margin-top: 1em; }
  .customer__gdpr-checkbox-label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 29px;
    height: 29px;
    box-shadow: inset 0 0 6px 1px rgba(1, 1, 1, 0.26);
    background-color: #ffffff; }
  .customer__gdpr-checkbox-label:hover::before, .customer__gdpr-checkbox-label:focus::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdBAMAAACkvXo8AAAAAXNSR0IB2cksfwAAABJQTFRFAAAAQq1JQq1JRKtIQ6xKQa5JQG7yQQAAAAZ0Uk5TAP9wQG8/62S3FAAAACZJREFUeJxjEEQBAgxCxkjASIBBmAEJMI/yB5ovEooEQgQY0OIPAENlDN8gdV55AAAAAElFTkSuQmCC"); }
  .customer__gdpr-checkbox-label--checked:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAQq1JQq1JRKtIQK9IQa5JQq1JQq1KQq1JQK9KQq1IQ6xJQq1JQK9QQ6xJQ6xIQq1KQq1JQq1KQq1JQ6xKQa5J3Pj9PwAAABZ0Uk5TAP9wQCCg4IDwMGBQ7xDPsNCPn99vP9YV7rAAAAB1SURBVHiczdLbCoAgEATQ9Va6aVnZ//9qhgmJrvToPHpAZ0BgvQDjggqPKoCKGE1lT9XU0VkbWvE9a+rCkG5lLKc7S6uAVLduUKnHjN7VimxPQz/4udno48E0tH43ssMCi1bSn3loq7PzJY73N35quKiEqL3cSNEFmRsj10kAAAAASUVORK5CYII=");
    box-shadow: none; }
  .customer__gdpr-checkbox-label--checked:hover::before, .customer__gdpr-checkbox-label--checked:focus::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAQq1JQq1JRKtIQK9IQa5JQq1JQq1KQq1JQK9KQq1IQ6xJQq1JQK9QQ6xJQ6xIQq1KQq1JQq1KQq1JQ6xKQa5J3Pj9PwAAABZ0Uk5TAP9wQCCg4IDwMGBQ7xDPsNCPn99vP9YV7rAAAAB1SURBVHiczdLbCoAgEATQ9Va6aVnZ//9qhgmJrvToPHpAZ0BgvQDjggqPKoCKGE1lT9XU0VkbWvE9a+rCkG5lLKc7S6uAVLduUKnHjN7VimxPQz/4udno48E0tH43ssMCi1bSn3loq7PzJY73N35quKiEqL3cSNEFmRsj10kAAAAASUVORK5CYII=");
    box-shadow: none; }

.customer__gdpr-checkbox-input {
  display: none; }

.customer__conditions-link {
  display: block;
  text-transform: none;
  text-decoration: underline; }

.prescription-illustrations {
  margin-top: 1em;
  padding: 2em 1em 1em;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px dashed rgba(255, 255, 255, 0.6);
  border-radius: 2em; }
  .prescription-illustrations .ilu-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    .prescription-illustrations .ilu-column .ilu-title {
      padding-top: 1em; }
  .prescription-illustrations .ilu-text {
    padding: 1em 1em 0;
    font-style: italic;
    text-align: center;
    display: block;
    margin: 0 auto; }
  .prescription-illustrations .prescription-ilu {
    max-height: 90px; }
  .prescription-illustrations .btn-hide-hint.gradientHeading {
    font-size: 14px;
    display: block;
    margin: 0 auto; }

@media screen and (min-width: 768px) {
  .prescription-illustrations .prescription-ilu {
    max-height: 150px; }
    .prescription-illustrations .prescription-ilu.list {
      max-height: 130px; }
    .prescription-illustrations .prescription-ilu.phone {
      max-height: 170px; }
    .prescription-illustrations .prescription-ilu.pc {
      max-height: 110px; } }

.prescription-input {
  width: 100%;
  padding: 1.2em 3em 1em;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #dde4ec;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 15px; }
  .prescription-input:focus, .prescription-input:active {
    border: 1px solid #2eaa9a;
    font-style: normal; }
  .prescription-input--error, .prescription-input--error:focus, .prescription-input--error:active {
    border-color: #ff0000;
    margin: 0; }
  .prescription-input__error-msg {
    color: #ff0000;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .prescription-input__wrapper {
    margin-top: 20px; }
  .prescription-input__headline {
    font-size: 1.15em;
    padding: 0.5em 0;
    text-align: center;
    color: #3c3c3b;
    font-weight: 400;
    text-transform: uppercase; }

.prescription-code__wrapper {
  display: flex;
  padding: 0.3em;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .prescription-code__wrapper {
      flex-direction: column; } }

.prescription-code__accepted-code {
  text-align: center;
  position: relative;
  white-space: nowrap;
  color: white;
  height: 36px;
  font-size: 16px;
  margin-left: 0.2em;
  margin-bottom: 0.4em;
  padding: 0.4em 40px 0.4em 0.9em;
  border-radius: 18px;
  background: linear-gradient(to right, #3eac49 0%, #00aad0 100%); }
  .prescription-code__accepted-code--delete {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    line-height: 1px;
    padding: 0;
    border: 1px solid white;
    border-radius: 10px; }
    .prescription-code__accepted-code--delete:hover, .prescription-code__accepted-code--delete:focus {
      background: white;
      color: black; }

.hint__text {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  text-align: center;
  font-style: italic; }

.hint__display-hint {
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-decoration: underline; }
