@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  -webkit-box-sizing: content-box;
  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;
  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: #69bdf9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1f9df6;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%; } }

@media (min-width: 1560px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1560px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1560px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6rem {
  margin: 4.5rem !important; }

.mt-6rem,
.my-6rem {
  margin-top: 4.5rem !important; }

.mr-6rem,
.mx-6rem {
  margin-right: 4.5rem !important; }

.mb-6rem,
.my-6rem {
  margin-bottom: 4.5rem !important; }

.ml-6rem,
.mx-6rem {
  margin-left: 4.5rem !important; }

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

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

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

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

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

.m-8 {
  margin: 5.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 5.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 5.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 5.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 5.5rem !important; }

.m-8rem {
  margin: 6rem !important; }

.mt-8rem,
.my-8rem {
  margin-top: 6rem !important; }

.mr-8rem,
.mx-8rem {
  margin-right: 6rem !important; }

.mb-8rem,
.my-8rem {
  margin-bottom: 6rem !important; }

.ml-8rem,
.mx-8rem {
  margin-left: 6rem !important; }

.m-9 {
  margin: 6.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 6.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 6.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 6.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 6.5rem !important; }

.m-10 {
  margin: 7rem !important; }

.mt-10,
.my-10 {
  margin-top: 7rem !important; }

.mr-10,
.mx-10 {
  margin-right: 7rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 7rem !important; }

.ml-10,
.mx-10 {
  margin-left: 7rem !important; }

.m-11 {
  margin: 9rem !important; }

.mt-11,
.my-11 {
  margin-top: 9rem !important; }

.mr-11,
.mx-11 {
  margin-right: 9rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 9rem !important; }

.ml-11,
.mx-11 {
  margin-left: 9rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6rem {
  padding: 4.5rem !important; }

.pt-6rem,
.py-6rem {
  padding-top: 4.5rem !important; }

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

.pb-6rem,
.py-6rem {
  padding-bottom: 4.5rem !important; }

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

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

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

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

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

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

.p-8 {
  padding: 5.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 5.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 5.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 5.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 5.5rem !important; }

.p-8rem {
  padding: 6rem !important; }

.pt-8rem,
.py-8rem {
  padding-top: 6rem !important; }

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

.pb-8rem,
.py-8rem {
  padding-bottom: 6rem !important; }

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

.p-9 {
  padding: 6.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 6.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 6.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 6.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 6.5rem !important; }

.p-10 {
  padding: 7rem !important; }

.pt-10,
.py-10 {
  padding-top: 7rem !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 7rem !important; }

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

.p-11 {
  padding: 9rem !important; }

.pt-11,
.py-11 {
  padding-top: 9rem !important; }

.pr-11,
.px-11 {
  padding-right: 9rem !important; }

.pb-11,
.py-11 {
  padding-bottom: 9rem !important; }

.pl-11,
.px-11 {
  padding-left: 9rem !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-n2rem {
  margin: -2rem !important; }

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

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

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

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

.m-n5rem {
  margin: -3.5rem !important; }

.mt-n5rem,
.my-n5rem {
  margin-top: -3.5rem !important; }

.mr-n5rem,
.mx-n5rem {
  margin-right: -3.5rem !important; }

.mb-n5rem,
.my-n5rem {
  margin-bottom: -3.5rem !important; }

.ml-n5rem,
.mx-n5rem {
  margin-left: -3.5rem !important; }

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

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

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

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

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

.m-n6rem {
  margin: -4.5rem !important; }

.mt-n6rem,
.my-n6rem {
  margin-top: -4.5rem !important; }

.mr-n6rem,
.mx-n6rem {
  margin-right: -4.5rem !important; }

.mb-n6rem,
.my-n6rem {
  margin-bottom: -4.5rem !important; }

.ml-n6rem,
.mx-n6rem {
  margin-left: -4.5rem !important; }

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

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

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

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

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

.m-n8 {
  margin: -5.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -5.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -5.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -5.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -5.5rem !important; }

.m-n8rem {
  margin: -6rem !important; }

.mt-n8rem,
.my-n8rem {
  margin-top: -6rem !important; }

.mr-n8rem,
.mx-n8rem {
  margin-right: -6rem !important; }

.mb-n8rem,
.my-n8rem {
  margin-bottom: -6rem !important; }

.ml-n8rem,
.mx-n8rem {
  margin-left: -6rem !important; }

.m-n9 {
  margin: -6.5rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -6.5rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -6.5rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -6.5rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -6.5rem !important; }

.m-n10 {
  margin: -7rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -7rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -7rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -7rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -7rem !important; }

.m-n11 {
  margin: -9rem !important; }

.mt-n11,
.my-n11 {
  margin-top: -9rem !important; }

.mr-n11,
.mx-n11 {
  margin-right: -9rem !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -9rem !important; }

.ml-n11,
.mx-n11 {
  margin-left: -9rem !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; }
  .m-sm-2rem {
    margin: 2rem !important; }
  .mt-sm-2rem,
  .my-sm-2rem {
    margin-top: 2rem !important; }
  .mr-sm-2rem,
  .mx-sm-2rem {
    margin-right: 2rem !important; }
  .mb-sm-2rem,
  .my-sm-2rem {
    margin-bottom: 2rem !important; }
  .ml-sm-2rem,
  .mx-sm-2rem {
    margin-left: 2rem !important; }
  .m-sm-5rem {
    margin: 3.5rem !important; }
  .mt-sm-5rem,
  .my-sm-5rem {
    margin-top: 3.5rem !important; }
  .mr-sm-5rem,
  .mx-sm-5rem {
    margin-right: 3.5rem !important; }
  .mb-sm-5rem,
  .my-sm-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-sm-5rem,
  .mx-sm-5rem {
    margin-left: 3.5rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-6rem {
    margin: 4.5rem !important; }
  .mt-sm-6rem,
  .my-sm-6rem {
    margin-top: 4.5rem !important; }
  .mr-sm-6rem,
  .mx-sm-6rem {
    margin-right: 4.5rem !important; }
  .mb-sm-6rem,
  .my-sm-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-sm-6rem,
  .mx-sm-6rem {
    margin-left: 4.5rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }
  .m-sm-8 {
    margin: 5.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5.5rem !important; }
  .m-sm-8rem {
    margin: 6rem !important; }
  .mt-sm-8rem,
  .my-sm-8rem {
    margin-top: 6rem !important; }
  .mr-sm-8rem,
  .mx-sm-8rem {
    margin-right: 6rem !important; }
  .mb-sm-8rem,
  .my-sm-8rem {
    margin-bottom: 6rem !important; }
  .ml-sm-8rem,
  .mx-sm-8rem {
    margin-left: 6rem !important; }
  .m-sm-9 {
    margin: 6.5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6.5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6.5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6.5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6.5rem !important; }
  .m-sm-10 {
    margin: 7rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 7rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 7rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 7rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 7rem !important; }
  .m-sm-11 {
    margin: 9rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 9rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 9rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 9rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 9rem !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; }
  .p-sm-2rem {
    padding: 2rem !important; }
  .pt-sm-2rem,
  .py-sm-2rem {
    padding-top: 2rem !important; }
  .pr-sm-2rem,
  .px-sm-2rem {
    padding-right: 2rem !important; }
  .pb-sm-2rem,
  .py-sm-2rem {
    padding-bottom: 2rem !important; }
  .pl-sm-2rem,
  .px-sm-2rem {
    padding-left: 2rem !important; }
  .p-sm-5rem {
    padding: 3.5rem !important; }
  .pt-sm-5rem,
  .py-sm-5rem {
    padding-top: 3.5rem !important; }
  .pr-sm-5rem,
  .px-sm-5rem {
    padding-right: 3.5rem !important; }
  .pb-sm-5rem,
  .py-sm-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-sm-5rem,
  .px-sm-5rem {
    padding-left: 3.5rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-6rem {
    padding: 4.5rem !important; }
  .pt-sm-6rem,
  .py-sm-6rem {
    padding-top: 4.5rem !important; }
  .pr-sm-6rem,
  .px-sm-6rem {
    padding-right: 4.5rem !important; }
  .pb-sm-6rem,
  .py-sm-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-sm-6rem,
  .px-sm-6rem {
    padding-left: 4.5rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }
  .p-sm-8 {
    padding: 5.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5.5rem !important; }
  .p-sm-8rem {
    padding: 6rem !important; }
  .pt-sm-8rem,
  .py-sm-8rem {
    padding-top: 6rem !important; }
  .pr-sm-8rem,
  .px-sm-8rem {
    padding-right: 6rem !important; }
  .pb-sm-8rem,
  .py-sm-8rem {
    padding-bottom: 6rem !important; }
  .pl-sm-8rem,
  .px-sm-8rem {
    padding-left: 6rem !important; }
  .p-sm-9 {
    padding: 6.5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6.5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6.5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6.5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6.5rem !important; }
  .p-sm-10 {
    padding: 7rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 7rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 7rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 7rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 7rem !important; }
  .p-sm-11 {
    padding: 9rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 9rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 9rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 9rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 9rem !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-n2rem {
    margin: -2rem !important; }
  .mt-sm-n2rem,
  .my-sm-n2rem {
    margin-top: -2rem !important; }
  .mr-sm-n2rem,
  .mx-sm-n2rem {
    margin-right: -2rem !important; }
  .mb-sm-n2rem,
  .my-sm-n2rem {
    margin-bottom: -2rem !important; }
  .ml-sm-n2rem,
  .mx-sm-n2rem {
    margin-left: -2rem !important; }
  .m-sm-n5rem {
    margin: -3.5rem !important; }
  .mt-sm-n5rem,
  .my-sm-n5rem {
    margin-top: -3.5rem !important; }
  .mr-sm-n5rem,
  .mx-sm-n5rem {
    margin-right: -3.5rem !important; }
  .mb-sm-n5rem,
  .my-sm-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-sm-n5rem,
  .mx-sm-n5rem {
    margin-left: -3.5rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n6rem {
    margin: -4.5rem !important; }
  .mt-sm-n6rem,
  .my-sm-n6rem {
    margin-top: -4.5rem !important; }
  .mr-sm-n6rem,
  .mx-sm-n6rem {
    margin-right: -4.5rem !important; }
  .mb-sm-n6rem,
  .my-sm-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n6rem,
  .mx-sm-n6rem {
    margin-left: -4.5rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important; }
  .m-sm-n8 {
    margin: -5.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5.5rem !important; }
  .m-sm-n8rem {
    margin: -6rem !important; }
  .mt-sm-n8rem,
  .my-sm-n8rem {
    margin-top: -6rem !important; }
  .mr-sm-n8rem,
  .mx-sm-n8rem {
    margin-right: -6rem !important; }
  .mb-sm-n8rem,
  .my-sm-n8rem {
    margin-bottom: -6rem !important; }
  .ml-sm-n8rem,
  .mx-sm-n8rem {
    margin-left: -6rem !important; }
  .m-sm-n9 {
    margin: -6.5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -6.5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -6.5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -6.5rem !important; }
  .m-sm-n10 {
    margin: -7rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -7rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -7rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -7rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -7rem !important; }
  .m-sm-n11 {
    margin: -9rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -9rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -9rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -9rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -9rem !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; }
  .m-md-2rem {
    margin: 2rem !important; }
  .mt-md-2rem,
  .my-md-2rem {
    margin-top: 2rem !important; }
  .mr-md-2rem,
  .mx-md-2rem {
    margin-right: 2rem !important; }
  .mb-md-2rem,
  .my-md-2rem {
    margin-bottom: 2rem !important; }
  .ml-md-2rem,
  .mx-md-2rem {
    margin-left: 2rem !important; }
  .m-md-5rem {
    margin: 3.5rem !important; }
  .mt-md-5rem,
  .my-md-5rem {
    margin-top: 3.5rem !important; }
  .mr-md-5rem,
  .mx-md-5rem {
    margin-right: 3.5rem !important; }
  .mb-md-5rem,
  .my-md-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-md-5rem,
  .mx-md-5rem {
    margin-left: 3.5rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-6rem {
    margin: 4.5rem !important; }
  .mt-md-6rem,
  .my-md-6rem {
    margin-top: 4.5rem !important; }
  .mr-md-6rem,
  .mx-md-6rem {
    margin-right: 4.5rem !important; }
  .mb-md-6rem,
  .my-md-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-md-6rem,
  .mx-md-6rem {
    margin-left: 4.5rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }
  .m-md-8 {
    margin: 5.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5.5rem !important; }
  .m-md-8rem {
    margin: 6rem !important; }
  .mt-md-8rem,
  .my-md-8rem {
    margin-top: 6rem !important; }
  .mr-md-8rem,
  .mx-md-8rem {
    margin-right: 6rem !important; }
  .mb-md-8rem,
  .my-md-8rem {
    margin-bottom: 6rem !important; }
  .ml-md-8rem,
  .mx-md-8rem {
    margin-left: 6rem !important; }
  .m-md-9 {
    margin: 6.5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6.5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6.5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6.5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6.5rem !important; }
  .m-md-10 {
    margin: 7rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 7rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 7rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 7rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 7rem !important; }
  .m-md-11 {
    margin: 9rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 9rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 9rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 9rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 9rem !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; }
  .p-md-2rem {
    padding: 2rem !important; }
  .pt-md-2rem,
  .py-md-2rem {
    padding-top: 2rem !important; }
  .pr-md-2rem,
  .px-md-2rem {
    padding-right: 2rem !important; }
  .pb-md-2rem,
  .py-md-2rem {
    padding-bottom: 2rem !important; }
  .pl-md-2rem,
  .px-md-2rem {
    padding-left: 2rem !important; }
  .p-md-5rem {
    padding: 3.5rem !important; }
  .pt-md-5rem,
  .py-md-5rem {
    padding-top: 3.5rem !important; }
  .pr-md-5rem,
  .px-md-5rem {
    padding-right: 3.5rem !important; }
  .pb-md-5rem,
  .py-md-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-md-5rem,
  .px-md-5rem {
    padding-left: 3.5rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-6rem {
    padding: 4.5rem !important; }
  .pt-md-6rem,
  .py-md-6rem {
    padding-top: 4.5rem !important; }
  .pr-md-6rem,
  .px-md-6rem {
    padding-right: 4.5rem !important; }
  .pb-md-6rem,
  .py-md-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-md-6rem,
  .px-md-6rem {
    padding-left: 4.5rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }
  .p-md-8 {
    padding: 5.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5.5rem !important; }
  .p-md-8rem {
    padding: 6rem !important; }
  .pt-md-8rem,
  .py-md-8rem {
    padding-top: 6rem !important; }
  .pr-md-8rem,
  .px-md-8rem {
    padding-right: 6rem !important; }
  .pb-md-8rem,
  .py-md-8rem {
    padding-bottom: 6rem !important; }
  .pl-md-8rem,
  .px-md-8rem {
    padding-left: 6rem !important; }
  .p-md-9 {
    padding: 6.5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6.5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6.5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6.5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6.5rem !important; }
  .p-md-10 {
    padding: 7rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 7rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 7rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 7rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 7rem !important; }
  .p-md-11 {
    padding: 9rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 9rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 9rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 9rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 9rem !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-n2rem {
    margin: -2rem !important; }
  .mt-md-n2rem,
  .my-md-n2rem {
    margin-top: -2rem !important; }
  .mr-md-n2rem,
  .mx-md-n2rem {
    margin-right: -2rem !important; }
  .mb-md-n2rem,
  .my-md-n2rem {
    margin-bottom: -2rem !important; }
  .ml-md-n2rem,
  .mx-md-n2rem {
    margin-left: -2rem !important; }
  .m-md-n5rem {
    margin: -3.5rem !important; }
  .mt-md-n5rem,
  .my-md-n5rem {
    margin-top: -3.5rem !important; }
  .mr-md-n5rem,
  .mx-md-n5rem {
    margin-right: -3.5rem !important; }
  .mb-md-n5rem,
  .my-md-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-md-n5rem,
  .mx-md-n5rem {
    margin-left: -3.5rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n6rem {
    margin: -4.5rem !important; }
  .mt-md-n6rem,
  .my-md-n6rem {
    margin-top: -4.5rem !important; }
  .mr-md-n6rem,
  .mx-md-n6rem {
    margin-right: -4.5rem !important; }
  .mb-md-n6rem,
  .my-md-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-md-n6rem,
  .mx-md-n6rem {
    margin-left: -4.5rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important; }
  .m-md-n8 {
    margin: -5.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5.5rem !important; }
  .m-md-n8rem {
    margin: -6rem !important; }
  .mt-md-n8rem,
  .my-md-n8rem {
    margin-top: -6rem !important; }
  .mr-md-n8rem,
  .mx-md-n8rem {
    margin-right: -6rem !important; }
  .mb-md-n8rem,
  .my-md-n8rem {
    margin-bottom: -6rem !important; }
  .ml-md-n8rem,
  .mx-md-n8rem {
    margin-left: -6rem !important; }
  .m-md-n9 {
    margin: -6.5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -6.5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -6.5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -6.5rem !important; }
  .m-md-n10 {
    margin: -7rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -7rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -7rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -7rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -7rem !important; }
  .m-md-n11 {
    margin: -9rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -9rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -9rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -9rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -9rem !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; }
  .m-lg-2rem {
    margin: 2rem !important; }
  .mt-lg-2rem,
  .my-lg-2rem {
    margin-top: 2rem !important; }
  .mr-lg-2rem,
  .mx-lg-2rem {
    margin-right: 2rem !important; }
  .mb-lg-2rem,
  .my-lg-2rem {
    margin-bottom: 2rem !important; }
  .ml-lg-2rem,
  .mx-lg-2rem {
    margin-left: 2rem !important; }
  .m-lg-5rem {
    margin: 3.5rem !important; }
  .mt-lg-5rem,
  .my-lg-5rem {
    margin-top: 3.5rem !important; }
  .mr-lg-5rem,
  .mx-lg-5rem {
    margin-right: 3.5rem !important; }
  .mb-lg-5rem,
  .my-lg-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-lg-5rem,
  .mx-lg-5rem {
    margin-left: 3.5rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-6rem {
    margin: 4.5rem !important; }
  .mt-lg-6rem,
  .my-lg-6rem {
    margin-top: 4.5rem !important; }
  .mr-lg-6rem,
  .mx-lg-6rem {
    margin-right: 4.5rem !important; }
  .mb-lg-6rem,
  .my-lg-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-lg-6rem,
  .mx-lg-6rem {
    margin-left: 4.5rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }
  .m-lg-8 {
    margin: 5.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5.5rem !important; }
  .m-lg-8rem {
    margin: 6rem !important; }
  .mt-lg-8rem,
  .my-lg-8rem {
    margin-top: 6rem !important; }
  .mr-lg-8rem,
  .mx-lg-8rem {
    margin-right: 6rem !important; }
  .mb-lg-8rem,
  .my-lg-8rem {
    margin-bottom: 6rem !important; }
  .ml-lg-8rem,
  .mx-lg-8rem {
    margin-left: 6rem !important; }
  .m-lg-9 {
    margin: 6.5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6.5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6.5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6.5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6.5rem !important; }
  .m-lg-10 {
    margin: 7rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 7rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 7rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 7rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 7rem !important; }
  .m-lg-11 {
    margin: 9rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 9rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 9rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 9rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 9rem !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; }
  .p-lg-2rem {
    padding: 2rem !important; }
  .pt-lg-2rem,
  .py-lg-2rem {
    padding-top: 2rem !important; }
  .pr-lg-2rem,
  .px-lg-2rem {
    padding-right: 2rem !important; }
  .pb-lg-2rem,
  .py-lg-2rem {
    padding-bottom: 2rem !important; }
  .pl-lg-2rem,
  .px-lg-2rem {
    padding-left: 2rem !important; }
  .p-lg-5rem {
    padding: 3.5rem !important; }
  .pt-lg-5rem,
  .py-lg-5rem {
    padding-top: 3.5rem !important; }
  .pr-lg-5rem,
  .px-lg-5rem {
    padding-right: 3.5rem !important; }
  .pb-lg-5rem,
  .py-lg-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-lg-5rem,
  .px-lg-5rem {
    padding-left: 3.5rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-6rem {
    padding: 4.5rem !important; }
  .pt-lg-6rem,
  .py-lg-6rem {
    padding-top: 4.5rem !important; }
  .pr-lg-6rem,
  .px-lg-6rem {
    padding-right: 4.5rem !important; }
  .pb-lg-6rem,
  .py-lg-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-lg-6rem,
  .px-lg-6rem {
    padding-left: 4.5rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }
  .p-lg-8 {
    padding: 5.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5.5rem !important; }
  .p-lg-8rem {
    padding: 6rem !important; }
  .pt-lg-8rem,
  .py-lg-8rem {
    padding-top: 6rem !important; }
  .pr-lg-8rem,
  .px-lg-8rem {
    padding-right: 6rem !important; }
  .pb-lg-8rem,
  .py-lg-8rem {
    padding-bottom: 6rem !important; }
  .pl-lg-8rem,
  .px-lg-8rem {
    padding-left: 6rem !important; }
  .p-lg-9 {
    padding: 6.5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6.5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6.5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6.5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6.5rem !important; }
  .p-lg-10 {
    padding: 7rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 7rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 7rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 7rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 7rem !important; }
  .p-lg-11 {
    padding: 9rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 9rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 9rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 9rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 9rem !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-n2rem {
    margin: -2rem !important; }
  .mt-lg-n2rem,
  .my-lg-n2rem {
    margin-top: -2rem !important; }
  .mr-lg-n2rem,
  .mx-lg-n2rem {
    margin-right: -2rem !important; }
  .mb-lg-n2rem,
  .my-lg-n2rem {
    margin-bottom: -2rem !important; }
  .ml-lg-n2rem,
  .mx-lg-n2rem {
    margin-left: -2rem !important; }
  .m-lg-n5rem {
    margin: -3.5rem !important; }
  .mt-lg-n5rem,
  .my-lg-n5rem {
    margin-top: -3.5rem !important; }
  .mr-lg-n5rem,
  .mx-lg-n5rem {
    margin-right: -3.5rem !important; }
  .mb-lg-n5rem,
  .my-lg-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-lg-n5rem,
  .mx-lg-n5rem {
    margin-left: -3.5rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n6rem {
    margin: -4.5rem !important; }
  .mt-lg-n6rem,
  .my-lg-n6rem {
    margin-top: -4.5rem !important; }
  .mr-lg-n6rem,
  .mx-lg-n6rem {
    margin-right: -4.5rem !important; }
  .mb-lg-n6rem,
  .my-lg-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n6rem,
  .mx-lg-n6rem {
    margin-left: -4.5rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important; }
  .m-lg-n8 {
    margin: -5.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5.5rem !important; }
  .m-lg-n8rem {
    margin: -6rem !important; }
  .mt-lg-n8rem,
  .my-lg-n8rem {
    margin-top: -6rem !important; }
  .mr-lg-n8rem,
  .mx-lg-n8rem {
    margin-right: -6rem !important; }
  .mb-lg-n8rem,
  .my-lg-n8rem {
    margin-bottom: -6rem !important; }
  .ml-lg-n8rem,
  .mx-lg-n8rem {
    margin-left: -6rem !important; }
  .m-lg-n9 {
    margin: -6.5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -6.5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -6.5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -6.5rem !important; }
  .m-lg-n10 {
    margin: -7rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -7rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -7rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -7rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -7rem !important; }
  .m-lg-n11 {
    margin: -9rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -9rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -9rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -9rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -9rem !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; }
  .m-xl-2rem {
    margin: 2rem !important; }
  .mt-xl-2rem,
  .my-xl-2rem {
    margin-top: 2rem !important; }
  .mr-xl-2rem,
  .mx-xl-2rem {
    margin-right: 2rem !important; }
  .mb-xl-2rem,
  .my-xl-2rem {
    margin-bottom: 2rem !important; }
  .ml-xl-2rem,
  .mx-xl-2rem {
    margin-left: 2rem !important; }
  .m-xl-5rem {
    margin: 3.5rem !important; }
  .mt-xl-5rem,
  .my-xl-5rem {
    margin-top: 3.5rem !important; }
  .mr-xl-5rem,
  .mx-xl-5rem {
    margin-right: 3.5rem !important; }
  .mb-xl-5rem,
  .my-xl-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-xl-5rem,
  .mx-xl-5rem {
    margin-left: 3.5rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-6rem {
    margin: 4.5rem !important; }
  .mt-xl-6rem,
  .my-xl-6rem {
    margin-top: 4.5rem !important; }
  .mr-xl-6rem,
  .mx-xl-6rem {
    margin-right: 4.5rem !important; }
  .mb-xl-6rem,
  .my-xl-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-xl-6rem,
  .mx-xl-6rem {
    margin-left: 4.5rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important; }
  .m-xl-8 {
    margin: 5.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5.5rem !important; }
  .m-xl-8rem {
    margin: 6rem !important; }
  .mt-xl-8rem,
  .my-xl-8rem {
    margin-top: 6rem !important; }
  .mr-xl-8rem,
  .mx-xl-8rem {
    margin-right: 6rem !important; }
  .mb-xl-8rem,
  .my-xl-8rem {
    margin-bottom: 6rem !important; }
  .ml-xl-8rem,
  .mx-xl-8rem {
    margin-left: 6rem !important; }
  .m-xl-9 {
    margin: 6.5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 6.5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 6.5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 6.5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 6.5rem !important; }
  .m-xl-10 {
    margin: 7rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 7rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 7rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 7rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 7rem !important; }
  .m-xl-11 {
    margin: 9rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 9rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 9rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 9rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 9rem !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; }
  .p-xl-2rem {
    padding: 2rem !important; }
  .pt-xl-2rem,
  .py-xl-2rem {
    padding-top: 2rem !important; }
  .pr-xl-2rem,
  .px-xl-2rem {
    padding-right: 2rem !important; }
  .pb-xl-2rem,
  .py-xl-2rem {
    padding-bottom: 2rem !important; }
  .pl-xl-2rem,
  .px-xl-2rem {
    padding-left: 2rem !important; }
  .p-xl-5rem {
    padding: 3.5rem !important; }
  .pt-xl-5rem,
  .py-xl-5rem {
    padding-top: 3.5rem !important; }
  .pr-xl-5rem,
  .px-xl-5rem {
    padding-right: 3.5rem !important; }
  .pb-xl-5rem,
  .py-xl-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-xl-5rem,
  .px-xl-5rem {
    padding-left: 3.5rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-6rem {
    padding: 4.5rem !important; }
  .pt-xl-6rem,
  .py-xl-6rem {
    padding-top: 4.5rem !important; }
  .pr-xl-6rem,
  .px-xl-6rem {
    padding-right: 4.5rem !important; }
  .pb-xl-6rem,
  .py-xl-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-xl-6rem,
  .px-xl-6rem {
    padding-left: 4.5rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important; }
  .p-xl-8 {
    padding: 5.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5.5rem !important; }
  .p-xl-8rem {
    padding: 6rem !important; }
  .pt-xl-8rem,
  .py-xl-8rem {
    padding-top: 6rem !important; }
  .pr-xl-8rem,
  .px-xl-8rem {
    padding-right: 6rem !important; }
  .pb-xl-8rem,
  .py-xl-8rem {
    padding-bottom: 6rem !important; }
  .pl-xl-8rem,
  .px-xl-8rem {
    padding-left: 6rem !important; }
  .p-xl-9 {
    padding: 6.5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 6.5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 6.5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 6.5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 6.5rem !important; }
  .p-xl-10 {
    padding: 7rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 7rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 7rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 7rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 7rem !important; }
  .p-xl-11 {
    padding: 9rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 9rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 9rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 9rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 9rem !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-n2rem {
    margin: -2rem !important; }
  .mt-xl-n2rem,
  .my-xl-n2rem {
    margin-top: -2rem !important; }
  .mr-xl-n2rem,
  .mx-xl-n2rem {
    margin-right: -2rem !important; }
  .mb-xl-n2rem,
  .my-xl-n2rem {
    margin-bottom: -2rem !important; }
  .ml-xl-n2rem,
  .mx-xl-n2rem {
    margin-left: -2rem !important; }
  .m-xl-n5rem {
    margin: -3.5rem !important; }
  .mt-xl-n5rem,
  .my-xl-n5rem {
    margin-top: -3.5rem !important; }
  .mr-xl-n5rem,
  .mx-xl-n5rem {
    margin-right: -3.5rem !important; }
  .mb-xl-n5rem,
  .my-xl-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-xl-n5rem,
  .mx-xl-n5rem {
    margin-left: -3.5rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n6rem {
    margin: -4.5rem !important; }
  .mt-xl-n6rem,
  .my-xl-n6rem {
    margin-top: -4.5rem !important; }
  .mr-xl-n6rem,
  .mx-xl-n6rem {
    margin-right: -4.5rem !important; }
  .mb-xl-n6rem,
  .my-xl-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n6rem,
  .mx-xl-n6rem {
    margin-left: -4.5rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important; }
  .m-xl-n8 {
    margin: -5.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5.5rem !important; }
  .m-xl-n8rem {
    margin: -6rem !important; }
  .mt-xl-n8rem,
  .my-xl-n8rem {
    margin-top: -6rem !important; }
  .mr-xl-n8rem,
  .mx-xl-n8rem {
    margin-right: -6rem !important; }
  .mb-xl-n8rem,
  .my-xl-n8rem {
    margin-bottom: -6rem !important; }
  .ml-xl-n8rem,
  .mx-xl-n8rem {
    margin-left: -6rem !important; }
  .m-xl-n9 {
    margin: -6.5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -6.5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -6.5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -6.5rem !important; }
  .m-xl-n10 {
    margin: -7rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -7rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -7rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -7rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -7rem !important; }
  .m-xl-n11 {
    margin: -9rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -9rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -9rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -9rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -9rem !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; } }

@media (min-width: 1560px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-2rem {
    margin: 2rem !important; }
  .mt-xxl-2rem,
  .my-xxl-2rem {
    margin-top: 2rem !important; }
  .mr-xxl-2rem,
  .mx-xxl-2rem {
    margin-right: 2rem !important; }
  .mb-xxl-2rem,
  .my-xxl-2rem {
    margin-bottom: 2rem !important; }
  .ml-xxl-2rem,
  .mx-xxl-2rem {
    margin-left: 2rem !important; }
  .m-xxl-5rem {
    margin: 3.5rem !important; }
  .mt-xxl-5rem,
  .my-xxl-5rem {
    margin-top: 3.5rem !important; }
  .mr-xxl-5rem,
  .mx-xxl-5rem {
    margin-right: 3.5rem !important; }
  .mb-xxl-5rem,
  .my-xxl-5rem {
    margin-bottom: 3.5rem !important; }
  .ml-xxl-5rem,
  .mx-xxl-5rem {
    margin-left: 3.5rem !important; }
  .m-xxl-6 {
    margin: 4rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important; }
  .m-xxl-6rem {
    margin: 4.5rem !important; }
  .mt-xxl-6rem,
  .my-xxl-6rem {
    margin-top: 4.5rem !important; }
  .mr-xxl-6rem,
  .mx-xxl-6rem {
    margin-right: 4.5rem !important; }
  .mb-xxl-6rem,
  .my-xxl-6rem {
    margin-bottom: 4.5rem !important; }
  .ml-xxl-6rem,
  .mx-xxl-6rem {
    margin-left: 4.5rem !important; }
  .m-xxl-7 {
    margin: 5rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 5rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 5rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 5rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 5rem !important; }
  .m-xxl-8 {
    margin: 5.5rem !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5.5rem !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5.5rem !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5.5rem !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5.5rem !important; }
  .m-xxl-8rem {
    margin: 6rem !important; }
  .mt-xxl-8rem,
  .my-xxl-8rem {
    margin-top: 6rem !important; }
  .mr-xxl-8rem,
  .mx-xxl-8rem {
    margin-right: 6rem !important; }
  .mb-xxl-8rem,
  .my-xxl-8rem {
    margin-bottom: 6rem !important; }
  .ml-xxl-8rem,
  .mx-xxl-8rem {
    margin-left: 6rem !important; }
  .m-xxl-9 {
    margin: 6.5rem !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 6.5rem !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 6.5rem !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 6.5rem !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 6.5rem !important; }
  .m-xxl-10 {
    margin: 7rem !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 7rem !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 7rem !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 7rem !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 7rem !important; }
  .m-xxl-11 {
    margin: 9rem !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 9rem !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 9rem !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 9rem !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 9rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-2rem {
    padding: 2rem !important; }
  .pt-xxl-2rem,
  .py-xxl-2rem {
    padding-top: 2rem !important; }
  .pr-xxl-2rem,
  .px-xxl-2rem {
    padding-right: 2rem !important; }
  .pb-xxl-2rem,
  .py-xxl-2rem {
    padding-bottom: 2rem !important; }
  .pl-xxl-2rem,
  .px-xxl-2rem {
    padding-left: 2rem !important; }
  .p-xxl-5rem {
    padding: 3.5rem !important; }
  .pt-xxl-5rem,
  .py-xxl-5rem {
    padding-top: 3.5rem !important; }
  .pr-xxl-5rem,
  .px-xxl-5rem {
    padding-right: 3.5rem !important; }
  .pb-xxl-5rem,
  .py-xxl-5rem {
    padding-bottom: 3.5rem !important; }
  .pl-xxl-5rem,
  .px-xxl-5rem {
    padding-left: 3.5rem !important; }
  .p-xxl-6 {
    padding: 4rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important; }
  .p-xxl-6rem {
    padding: 4.5rem !important; }
  .pt-xxl-6rem,
  .py-xxl-6rem {
    padding-top: 4.5rem !important; }
  .pr-xxl-6rem,
  .px-xxl-6rem {
    padding-right: 4.5rem !important; }
  .pb-xxl-6rem,
  .py-xxl-6rem {
    padding-bottom: 4.5rem !important; }
  .pl-xxl-6rem,
  .px-xxl-6rem {
    padding-left: 4.5rem !important; }
  .p-xxl-7 {
    padding: 5rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 5rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 5rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 5rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 5rem !important; }
  .p-xxl-8 {
    padding: 5.5rem !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5.5rem !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5.5rem !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5.5rem !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5.5rem !important; }
  .p-xxl-8rem {
    padding: 6rem !important; }
  .pt-xxl-8rem,
  .py-xxl-8rem {
    padding-top: 6rem !important; }
  .pr-xxl-8rem,
  .px-xxl-8rem {
    padding-right: 6rem !important; }
  .pb-xxl-8rem,
  .py-xxl-8rem {
    padding-bottom: 6rem !important; }
  .pl-xxl-8rem,
  .px-xxl-8rem {
    padding-left: 6rem !important; }
  .p-xxl-9 {
    padding: 6.5rem !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 6.5rem !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 6.5rem !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 6.5rem !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 6.5rem !important; }
  .p-xxl-10 {
    padding: 7rem !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 7rem !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 7rem !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 7rem !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 7rem !important; }
  .p-xxl-11 {
    padding: 9rem !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 9rem !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 9rem !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 9rem !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 9rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-n2rem {
    margin: -2rem !important; }
  .mt-xxl-n2rem,
  .my-xxl-n2rem {
    margin-top: -2rem !important; }
  .mr-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-right: -2rem !important; }
  .mb-xxl-n2rem,
  .my-xxl-n2rem {
    margin-bottom: -2rem !important; }
  .ml-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-left: -2rem !important; }
  .m-xxl-n5rem {
    margin: -3.5rem !important; }
  .mt-xxl-n5rem,
  .my-xxl-n5rem {
    margin-top: -3.5rem !important; }
  .mr-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-right: -3.5rem !important; }
  .mb-xxl-n5rem,
  .my-xxl-n5rem {
    margin-bottom: -3.5rem !important; }
  .ml-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-left: -3.5rem !important; }
  .m-xxl-n6 {
    margin: -4rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important; }
  .m-xxl-n6rem {
    margin: -4.5rem !important; }
  .mt-xxl-n6rem,
  .my-xxl-n6rem {
    margin-top: -4.5rem !important; }
  .mr-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-right: -4.5rem !important; }
  .mb-xxl-n6rem,
  .my-xxl-n6rem {
    margin-bottom: -4.5rem !important; }
  .ml-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-left: -4.5rem !important; }
  .m-xxl-n7 {
    margin: -5rem !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -5rem !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -5rem !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -5rem !important; }
  .m-xxl-n8 {
    margin: -5.5rem !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5.5rem !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5.5rem !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5.5rem !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5.5rem !important; }
  .m-xxl-n8rem {
    margin: -6rem !important; }
  .mt-xxl-n8rem,
  .my-xxl-n8rem {
    margin-top: -6rem !important; }
  .mr-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-right: -6rem !important; }
  .mb-xxl-n8rem,
  .my-xxl-n8rem {
    margin-bottom: -6rem !important; }
  .ml-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-left: -6rem !important; }
  .m-xxl-n9 {
    margin: -6.5rem !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -6.5rem !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -6.5rem !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -6.5rem !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -6.5rem !important; }
  .m-xxl-n10 {
    margin: -7rem !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -7rem !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -7rem !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -7rem !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -7rem !important; }
  .m-xxl-n11 {
    margin: -9rem !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -9rem !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -9rem !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -9rem !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -9rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #69bdf9 !important; }

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

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

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

.text-success {
  color: #8ac053 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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);
  -ms-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; }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype"); }

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #001d60;
  margin: 0; }

html {
  scroll-behavior: smooth;
  font-size: 0.75rem; }
  @media (max-width: 1199.98px) {
    html {
      font-size: 0.875rem; } }

a {
  color: #001d60;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

#app {
  overflow: hidden; }

.nolist {
  list-style: none;
  padding: 0; }

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

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed;
  right: 0; }

.container {
  max-width: 1140px; }
  @media (max-width: 1559.98px) {
    .container {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (max-width: 991.98px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.section--acidolac .col-md-4 {
  min-height: 357px; }

.text-white {
  color: #fff; }

.text-blue {
  color: #0090df;
  font-size: 0.875rem !important; }

.text-blue-500 {
  color: #00b1ff; }
  .text-blue-500:hover {
    color: #00b1ff; }

.border-dashed {
  border: 2px dashed #00b1ff; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.products-filter .show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.text-ellipsis p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500; }

.toggle-play,
.toggler {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.toggler {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  font-weight: 700;
  font-size: 1.1875rem; }
  @media (max-width: 767.98px) {
    .toggler {
      font-weight: 400;
      margin-bottom: 0;
      font-size: 1rem; } }

.toggler--is-active {
  color: #69bdf9; }

.toggle-play {
  position: relative;
  width: 65px;
  height: 23px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ff4a76; }

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6; }

.check:checked ~ .switch {
  right: 0;
  left: 55%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.08s, 0s;
  -o-transition-delay: 0.08s, 0s;
  transition-delay: 0.08s, 0s; }

.switch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 55%;
  background-color: #ff4a76;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.08s;
  -o-transition-delay: 0s, 0.08s;
  transition-delay: 0s, 0.08s; }

.js-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff; }

.js-close-modal {
  text-decoration: none;
  float: right;
  font-size: 24px;
  color: inherit; }

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

.video__content {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 206px;
  height: 100%;
  max-width: 656px;
  border-radius: 3px; }
  .video__content--active {
    height: 206px; }
    .video__content--active::after {
      padding-top: 56.25%;
      display: block;
      content: ""; }
      @media (max-width: 767.98px) {
        .video__content--active::after {
          padding-top: 0; } }
  .video__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    @media (max-width: 1199.98px) {
      .video__content iframe {
        position: static;
        height: 206px; } }
  .video__content img {
    width: 100%;
    border-radius: 3px;
    max-height: 206px;
    min-height: 206px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.right-10 {
  z-index: 999;
  top: 15px;
  right: 15px; }

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

.h-100 {
  height: 100%; }

.bt-0 {
  bottom: 0 !important;
  position: relative !important; }

.cursor-pointer a {
  cursor: pointer !important; }

.privacy-policy article a {
  text-decoration: underline; }
  @media (max-width: 767.98px) {
    .privacy-policy article a {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }
  .privacy-policy article a:hover {
    text-decoration: underline; }

@media (max-width: 767.98px) {
  .privacy-policy article h2 {
    font-size: 1.75rem !important;
    line-height: 2.063rem !important; } }

.search .video__content,
.search .video__content > img {
  max-height: 249px; }

@media (max-width: 991.98px) {
  .cmplz-cookiebanner {
    max-width: 90%; } }

option[value="#"] {
  display: none; }

p,
.paragraph,
.paragraph-large p,
.paragraph p,
.paragraph-small,
.paragraph-small p,
.paragraph-medium,
.paragraph-medium p,
.paragraph-large,
.paragraph-large p,
.paragraph p {
  font-weight: 400; }

h1,
.h1 {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 3.4375rem; }
  @media (max-width: 991.98px) {
    h1,
    .h1 {
      font-size: 1.625rem;
      line-height: 2.375rem; } }

h2,
.h2 {
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 3.4375rem; }
  @media (max-width: 991.98px) {
    h2,
    .h2 {
      font-size: 1.625rem;
      line-height: 2.25rem; } }

h3,
.h3 {
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 2.9375rem; }
  @media (max-width: 991.98px) {
    h3,
    .h3 {
      font-size: 2.25rem;
      line-height: 2.625rem; } }

h4,
.h4 {
  font-size: 1.875rem;
  line-height: 2.5rem; }
  @media (max-width: 991.98px) {
    h4,
    .h4 {
      line-height: 1.5625rem; } }

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.875rem; }
  @media (max-width: 991.98px) {
    h5,
    .h5 {
      font-size: 0.75rem;
      line-height: 1.875rem; } }

h6 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media (max-width: 991.98px) {
    h6 {
      font-size: 0.75rem;
      line-height: 1.875rem; } }

.h6 {
  font-weight: 600;
  margin-top: 2px;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem; }

p {
  font-size: 1.5rem;
  line-height: 2.1875rem; }
  @media (max-width: 991.98px) {
    p {
      font-size: 1.125rem;
      line-height: 1.5625rem; } }


.paragraph-large,
.paragraph-large p,
.paragraph p,
.paragraph,
.paragraph-large p,
.paragraph p {
  font-size: 2rem;
  line-height: 2.5rem; }
  @media (max-width: 991.98px) {
    
    .paragraph-large,
    .paragraph-large p,
    .paragraph p,
    .paragraph,
    .paragraph-large p,
    .paragraph p {
      font-size: 1.1875rem;
      line-height: 1.5rem; } }


.paragraph-medium,
.paragraph-medium p {
  font-size: 1.375rem;
  line-height: 2.0625rem; }
  @media (max-width: 991.98px) {
    
    .paragraph-medium,
    .paragraph-medium p {
      font-size: 1.125rem;
      line-height: 1.6875rem; } }


.paragraph-small,
.paragraph-small p {
  font-size: 1.125rem;
  line-height: 1.5rem; }

.paragraph-extrasmall, .paragraph-extrasmall p {
  font-size: 1.25rem;
  line-height: 1.125rem; }
  @media (max-width: 991.98px) {
    .paragraph-extrasmall, .paragraph-extrasmall p {
      font-size: 0.875rem;
      line-height: 1.125rem; } }

a {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 2.5rem; }
  @media (min-width: 1200px) and (max-width: 1559.98px) {
    a {
      font-size: 1.1875rem; } }
  @media (max-width: 991.98px) {
    a {
      font-size: 1rem;
      line-height: 1.875rem; } }

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

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

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

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

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

@media (max-width: 1199.98px) {
  .lh-55 {
    line-height: 3.4375rem; } }

article h1,
article h2,
article h3,
article h4,
article h5 {
  margin: 2rem 0; }

article ol li {
  font-size: 1.5rem;
  line-height: 2.1875rem; }
  @media (max-width: 991.98px) {
    article ol li {
      font-size: 1.125rem;
      line-height: 1.5625rem; } }

article a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1875rem; }
  @media (max-width: 991.98px) {
    article a {
      font-size: 1.125rem;
      line-height: 1.5625rem; } }

strong,
b {
  font-weight: 700; }

.bg-grey {
  background-color: #eee; }

.bg-primary {
  background-color: #001d60; }

.bg-pink {
  background-color: #ffa5bb; }

.bg-blue {
  background-color: rgba(36, 176, 255, 0.5); }

.bg-blue-500 {
  background-color: #00b1ff; }

.bg-lightblue {
  background-color: rgba(105, 189, 249, 0.1); }

.bg-white {
  background: #fff; }

.header {
  background-color: #fff;
  height: 140px;
  z-index: 1000; }
  @media (min-width: 768px) {
    .header {
      position: -webkit-sticky;
      position: sticky;
      top: 0; } }
  @media (max-width: 1199.98px) {
    .header {
      height: 94px; } }
  @media (min-width: 992px) {
    .header .menu-item-117 .sub-menu,
    .header .menu-item-116 .sub-menu,
    .header .menu-item-115 .sub-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 1200px) {
    .header nav > ul {
      text-align: right; } }
  @media (min-width: 992px) {
    .header__menu li a {
      font-size: 1.5rem; } }
  .header__menu .current-menu-item > a {
    font-weight: 700; }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    list-style: none;
    padding: 15px 20px;
    min-width: 280px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    left: -10px;
    text-align: left; }
    .header__menu .sub-menu li {
      margin-bottom: 10px;
      width: 100%; }
      .header__menu .sub-menu li a {
        font-size: 1.25rem;
        line-height: 1.375rem; }
        .header__menu .sub-menu li a:hover {
          font-weight: 600; }
  .header__menu .menu-item a::before {
    display: block;
    content: attr(title);
    font-weight: 800;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden; }
  .header__menu .menu-item a:hover {
    font-weight: 800; }
  .header__menu .menu-item-application a {
    color: #005b8d;
    cursor: default;
    font-weight: 300;
    font-size: 1rem !important;
    line-height: 1.3125rem; }
    .header__menu .menu-item-application a:hover {
      font-weight: 300 !important; }
  @media (min-width: 1200px) {
    .header__menu .menu-item-products {
      padding-left: 10px; } }
  .header__menu .menu-item-products > .sub-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 920px;
    min-height: 490px; }
    @media (min-width: 1200px) and (max-width: 1559.98px) {
      .header__menu .menu-item-products > .sub-menu {
        min-width: 870px;
        min-height: 490px; } }
    .header__menu .menu-item-products > .sub-menu .sub-menu {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .header__menu .menu-item-products.open .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  @media (min-width: 1200px) {
    .header__menu .menu-item-products .menu-item-compare {
      position: absolute;
      bottom: 21px;
      max-width: 270px; }
      .header__menu .menu-item-products .menu-item-compare:hover::after {
        content: ">>";
        position: absolute;
        right: -20px;
        top: 0; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .header__menu .menu-item-products .menu-item-compare:hover a {
      color: #001d60 !important; } }
  @media (min-width: 1200px) {
      .header__menu .menu-item-products .menu-item-compare a {
        color: #24b0ff !important;
        position: relative; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .header__menu .menu-item-products .menu-item-compare a {
        font-weight: 600 !important; } }
  @media (min-width: 1200px) {
    .header__menu .text-green > a {
      color: #8ac053 !important; } }
  @media (min-width: 1200px) {
    .header__menu .text-blue > a {
      color: #24b0ff !important; } }
  @media (min-width: 1200px) {
    .header__menu .text-pink > a {
      color: #ff4a76 !important; } }
  .header__menu .text-blue ul li a:hover {
    color: #001d60 !important; }
  .header__nav li {
    margin: 0 21px 0 23px; }
    @media (min-width: 1200px) and (max-width: 1559.98px) {
      .header__nav li {
        margin: 0 3px 0 55px; } }
  .header .menu-item {
    position: relative; }

.archive .current-menu-parent > a {
  font-weight: 800; }

.menu-item-application {
  cursor: default; }

@media (max-width: 991.98px) {
  .footer {
    padding: 28px 0; } }

.footer a:not(.btn) {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.1875rem; }
  @media (max-width: 1199.98px) {
    .footer a:not(.btn) {
      font-size: 0.9375rem;
      line-height: 1.875rem; } }

.footer ul li {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .footer ul li {
      margin-bottom: 21px; } }
  .footer ul li:nth-of-type(1) a {
    font-weight: 700;
    height: 50px;
    display: block;
    font-size: 1.5rem; }
    @media (max-width: 1199.98px) {
      .footer ul li:nth-of-type(1) a {
        height: auto;
        font-size: 1.3125rem; } }
  .footer ul li:not(:nth-of-type(1)) a {
    line-height: 1.5625rem; }
    @media (max-width: 1199.98px) {
      .footer ul li:not(:nth-of-type(1)) a {
        font-size: 1.0625rem; } }

@media (min-width: 1200px) {
  .footer-home .col-xl-2:not(:nth-of-type(5)):not(:nth-of-type(6)) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; } }

@media (min-width: 1200px) {
  .footer-home .col-xl-2:nth-of-type(5),
  .footer-home .col-xl-2:nth-of-type(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14%;
    flex: 1 0 14%;
    max-width: 14%; } }

.footer-pages ul li {
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .footer-pages ul li {
      margin-bottom: 21px; } }
  .footer-pages ul li a {
    font-weight: 700;
    height: 50px;
    display: block;
    font-size: 1.5rem !important; }
    @media (max-width: 1199.98px) {
      .footer-pages ul li a {
        height: auto;
        font-size: 1.312rem !important; } }

.footer__bottom-menu .menu-item {
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .footer__bottom-menu .menu-item {
      margin-bottom: 10px; } }
  .footer__bottom-menu .menu-item a {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.5rem; }
    @media (max-width: 1199.98px) {
      .footer__bottom-menu .menu-item a {
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 1.3125rem; } }
  .footer__bottom-menu .menu-item:not(:last-of-type) a {
    height: 100%;
    position: relative; }
    @media (min-width: 1560px) {
      .footer__bottom-menu .menu-item:not(:last-of-type) a::after {
        top: 3px !important; } }
    @media (min-width: 1200px) {
      .footer__bottom-menu .menu-item:not(:last-of-type) a {
        padding-right: 5px;
        margin-right: 10px; }
        .footer__bottom-menu .menu-item:not(:last-of-type) a::after {
          content: "";
          height: 16px;
          background-color: #fff;
          width: 2px;
          position: absolute;
          top: 2px;
          right: -4px; } }

@media (max-width: 1199.98px) {
  .footer__logo {
    max-width: 127px; } }

.section--block {
  padding: 45px 20px 58px; }
  @media (max-width: 991.98px) {
    .section--block {
      padding: 60px 20px 15px; } }
  .section--block h3 {
    font-size: 2rem;
    line-height: 2.5rem; }
    @media (max-width: 991.98px) {
      .section--block h3 {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem; } }
  @media (max-width: 1559.98px) {
    .section--block h4 {
      font-weight: 500;
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .section--block .block {
      padding: 0 60px; } }
  @media (max-width: 767.98px) {
    /*.section--block .block:nth-of-type(2) .block-steps {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }*/ }
  @media (max-width: 767.98px) {
    .section--block .block:nth-of-type(2) img {
      margin-left: auto; } }
  @media (max-width: 767.98px) {
    .section--block .block:nth-of-type(2) p {
      text-align: center; } }
  .section--block .block p {
    max-width: 335px;
    line-height: 1.875rem; }
    @media (max-width: 575.98px) {
      .section--block .block p {
        margin-bottom: 0 !important;
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media (max-width: 460px) {
      .section--block .block p {
        max-width: 130px; } }
  .section--block .block-steps {
    height: 189px; }
    @media (max-width: 767.98px) {
      .section--block .block-steps {
        height: 110px; } }
  .section--block img {
    width: 120px;
    height: 120px; }
    @media (max-width: 767.98px) {
      .section--block img {
        width: 100px;
        height: 100px; } }

.section--parent {
  padding: 80px 0 100px; }
  @media (max-width: 991.98px) {
    .section--parent {
      padding: 45px 0 80px; } }
  .section--parent ul {
    margin: 40px 0 30px; }
    @media (max-width: 991.98px) {
      .section--parent ul {
        margin: 36px 0 0; } }
  .section--parent__posts h3, .section--parent__video h3 {
    margin-left: 50px;
    min-height: 72px; }
  .section--parent__posts h3::before {
    content: url("../images/icons/icon-book.svg");
    position: absolute;
    left: 8px;
    top: 20px; }
  .section--parent__video h3::before {
    content: url("../images/icons/icon-video.svg");
    position: absolute;
    left: 8px;
    top: 20px; }

.section--parent-child {
  padding: 80px 0 100px; }
  @media (max-width: 991.98px) {
    .section--parent-child {
      padding: 45px 0 80px; } }
  .section--parent-child .btn--medium {
    min-width: 160px; }
  .section--parent-child .video__content,
  .section--parent-child .js-video-cover {
    height: 249px;
    max-height: 249px;
    -o-object-fit: cover;
    object-fit: cover; }

.section--contact ::-webkit-scrollbar {
  width: 8px; }

.section--contact ::-webkit-scrollbar-track,
.section--contact ::-webkit-scrollbar-thumb,
.section--contact ::-webkit-scrollbar-thumb:hover {
  border-radius: 8px; }

@media (min-width: 992px) {
  .section--contact ::-webkit-scrollbar-track {
    border: 1px solid #69bdf9; } }

@media (max-width: 991.98px) {
  .section--contact ::-webkit-scrollbar-track {
    border: 1px solid #c1c1c1; } }

.section--contact ::-webkit-scrollbar-thumb {
  height: 23px; }
  @media (min-width: 992px) {
    .section--contact ::-webkit-scrollbar-thumb {
      background: #0090df;
      -webkit-box-shadow: inset 0 0 5px #69bdf9; } }
  @media (max-width: 991.98px) {
    .section--contact ::-webkit-scrollbar-thumb {
      background: #c1c1c1;
      -webkit-box-shadow: inset 0 0 6px #c1c1c1; } }

@media (min-width: 992px) {
  .section--contact ::-webkit-scrollbar-thumb:hover,
  .section--contact ::-webkit-scrollbar-thumb:window-inactive {
    background: #69bdf9; } }

@media (max-width: 991.98px) {
  .section--contact ::-webkit-scrollbar-thumb:hover,
  .section--contact ::-webkit-scrollbar-thumb:window-inactive {
    background: #c1c1c1; } }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info {
    margin: 0 0 27px; } }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info p {
    line-height: 1.5 !important;
    font-size: 1.125rem; } }

@media (min-width: 992px) {
  .section--contact .container__contact-info p {
    line-height: 25px;
    font-size: 1.375rem; } }

.section--contact .container__contact-info p b {
  font-weight: 600; }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info span {
    font-size: 1rem; } }

@media (min-width: 992px) {
  .section--contact .container__contact-info span {
    font-size: 1.375rem; } }

.section--contact .container__contact-info-space a {
  text-decoration: underline; }

.section--contact .container__contact-info-space img {
  margin: 0 8px 0 9px; }

.section--contact .container__contact-info-tel-icon,
.section--contact .container__contact-info .container__contact-info-fax-icon {
  width: 75%;
  height: 75%; }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info-tel {
    margin-right: 5px; } }

@media (min-width: 992px) {
  .section--contact .container__contact-info-tel {
    margin-right: 6px; } }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info-tel-icon {
    left: -34px;
    top: 3px; } }

@media (min-width: 992px) {
  .section--contact .container__contact-info-tel-icon {
    left: -36px;
    top: 3px; } }

@media (max-width: 991.98px) {
  .section--contact .container__contact-info-fax-icon {
    left: -36px;
    top: 2px; } }

@media (min-width: 992px) {
  .section--contact .container__contact-info-fax-icon {
    left: -37px;
    top: -1px; } }

@media (min-width: 992px) {
  .section--contact .container__contact-photo {
    padding: 0 !important;
    margin-bottom: 14px; } }

@media (max-width: 991.98px) {
  .section--contact .container__contact-photo img {
    display: none; } }

@media (min-width: 992px) {
  .section--contact .container__contact-photo img {
    width: 89.5%; } }

@media (max-width: 767.98px) {
  .section--contact .container__the-lowest-photo img {
    position: relative;
    left: -10px; } }

.section--contact .container__form form span {
  color: #001d60;
  margin-bottom: 5px;
  display: block; }

@media (max-width: 991.98px) {
  .section--contact .container__form form span.form-text-left {
    font-size: 0.9375rem; } }

@media (min-width: 992px) {
  .section--contact .container__form form span.form-text-left {
    font-size: 1.125rem; } }

.section--contact .container__form form label {
  font-weight: 700; }

.section--contact .container__form form input[type="checkbox"] {
  display: none; }

.section--contact .container__form form .wpcf7-response-output {
  border-color: #eb333a;
  margin: 0 !important; }

@media (max-width: 991.98px) {
  .section--contact .container__form form .optional {
    height: 150px; } }

@media (min-width: 992px) {
  .section--contact .container__form form .optional {
    height: 104px; } }

.section--contact .container__form form .wpcf7-not-valid-tip {
  color: #eb333a;
  margin-top: 5px; }
  @media (max-width: 767.98px) {
    .section--contact .container__form form .wpcf7-not-valid-tip {
      font-size: 0.875rem; } }

.section--contact .container__form form .wpcf7-list-item {
  margin: 11px 0 0; }
  .section--contact .container__form form .wpcf7-list-item-label {
    color: #000;
    font-weight: 300 !important;
    padding-right: 30px;
    font-size: 0.875rem; }
    @media (max-width: 991.98px) {
      .section--contact .container__form form .wpcf7-list-item-label {
        font-size: 0.75rem; } }
    .section--contact .container__form form .wpcf7-list-item-label a {
      color: #000;
      font-weight: 400 !important;
      font-size: 0.875rem; }
      @media (max-width: 991.98px) {
        .section--contact .container__form form .wpcf7-list-item-label a {
          font-size: 0.75rem; } }

.section--check-price .container__title {
  margin-top: 17px; }
  @media (max-width: 1199.98px) {
    .section--check-price .container__title {
      margin: 24px 0 21px; } }
  .section--check-price .container__title h1 {
    font-weight: 300;
    line-height: normal; }
    @media (max-width: 991.98px) {
      .section--check-price .container__title h1 {
        font-weight: 400;
        padding-right: 20px;
        line-height: 1.27;
        font-size: 1.5rem; } }
    .section--check-price .container__title h1 b {
      font-weight: 700; }

.section--check-price .container__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px; }
  @media (max-width: 1199.98px) {
    .section--check-price .container__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 22px; } }
  @media (max-width: 767.98px) {
    .section--check-price .container__grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 35px; } }

.section--check-price .container__cards_photo {
  margin-bottom: 8px;
  min-height: 180px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section--check-price .container__cards_text {
  color: #0090df;
  font-size: 1.125rem; }

.section--check-price .container__text {
  margin: 75px 0 20px; }
  @media (max-width: 991.98px) {
    .section--check-price .container__text {
      padding-right: 13px;
      margin: 38px 0 24px; } }
  @media (max-width: 991.98px) {
    .section--check-price .container__text p {
      line-height: 1.5;
      font-size: 0.875rem; } }

.section--faq .container .col-12 h1 {
  margin-top: 30px;
  font-weight: 300; }
  @media (max-width: 991.98px) {
    .section--faq .container .col-12 h1 {
      margin-top: 36px;
      font-size: 2.25rem; } }

.section--faq .container__products {
  margin: 22px 0 13px -6px; }
  @media (max-width: 991.98px) {
    .section--faq .container__products {
      margin: 26px 0 15px -8px; } }

.section--faq .container .tabs .nolist {
  margin-top: 18px;
  font-weight: 700;
  border: 2px solid #808080;
  min-height: 45px;
  min-width: 168px;
  border-radius: 23px;
  cursor: pointer;
  font-size: 1.5rem; }
  @media (max-width: 1199.98px) {
    .section--faq .container .tabs .nolist {
      margin: 2px 16px 12px 0;
      min-height: 36px;
      min-width: 113px;
      font-weight: 600;
      color: #808080;
      border: 1px solid #001d60;
      font-size: 0.875rem; } }

.section--faq .container .tabs .current {
  color: #fff; }
  @media (max-width: 991.98px) {
    .section--faq .container .tabs .current {
      color: #808080;
      background-color: #fff !important; } }
  @media (min-width: 992px) {
    .section--faq .container .tabs .current .category-first-span,
    .section--faq .container .tabs .current .category-second-span,
    .section--faq .container .tabs .current .category-third-span {
      color: #fff; } }

.section--faq .container .tabs .category-first-span {
  color: #ff4a76; }

.section--faq .container .tabs .category-second-span {
  color: #8ac053; }

.section--faq .container .tabs .category-third-span {
  color: #69bdf9; }

.section--faq .container .tabs .category-first.current {
  background-color: #ff4a76;
  border: #ff4a76; }
  @media (max-width: 991.98px) {
    .section--faq .container .tabs .category-first.current {
      border: 2px solid #ff4a76;
      -webkit-box-shadow: 0 8px 12px -7px #ff4a76;
      box-shadow: 0 8px 12px -7px #ff4a76; } }

.section--faq .container .tabs .category-second.current {
  background-color: #8ac053;
  border: #8ac053; }
  @media (max-width: 991.98px) {
    .section--faq .container .tabs .category-second.current {
      border: 2px solid #8ac053;
      -webkit-box-shadow: 0 8px 12px -7px #8ac053;
      box-shadow: 0 8px 12px -7px #8ac053; } }

.section--faq .container .tabs .category-third {
  min-width: 191px; 
}
  @media (max-width: 1199.98px) {
    .section--faq .container .tabs .category-third {
      min-width: 123px;
      max-height: 36px; } }
  @media only screen and (max-width: 477px) {
    .section--faq .container .tabs .category-third {
      margin-bottom: -1px !important; } }
  .section--faq .container .tabs .category-third.current {
    background-color: #69bdf9;
    border: #69bdf9; }
    @media (max-width: 991.98px) {
      .section--faq .container .tabs .category-third.current {
        border: 2px solid #69bdf9;
        -webkit-box-shadow: 0 8px 12px -7px #69bdf9 !important;
        box-shadow: 0 8px 12px -7px #69bdf9 !important; } }
    .section--faq .container .tabs .category-third.current .category-dentifix-span {
      color: #fff; }
      @media (max-width: 991.98px) {
        .section--faq .container .tabs .category-third.current .category-dentifix-span {
          color: #54a4b8; } }

.section--faq .container .tabs .category-dentifix.current {
  background-color: #54a4b8;
  border: #54a4b8; }
  @media (max-width: 991.98px) {
    .section--faq .container .tabs .category-dentifix.current {
      -webkit-box-shadow: 0 8px 12px -7px #54a4b8 !important;
      box-shadow: 0 8px 12px -7px #54a4b8 !important;
      border: 1px solid #001d60; } }

.section--faq .container .tabs .category-dentifix-span {
  color: #54a4b8; }

section.category.products-filter .info__too-many-products-error {
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  width: 100vw;
  min-height: 81px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 0; }
  section.category.products-filter .info__too-many-products-error span,
  section.category.products-filter .info__too-many-products-error button {
    color: #eb333a; }
  section.category.products-filter .info__too-many-products-error span {
    margin: 0 40px 0 15px;
    font-size: 1.125rem; }
  section.category.products-filter .info__too-many-products-error button {
    margin-right: 15px;
    border: none;
    background-color: #fff; }
    section.category.products-filter .info__too-many-products-error button img {
      width: 28px;
      height: auto; }

section.category.products-filter .container__title h1 {
  margin: 27px 0 8px; }
  @media (max-width: 1559.98px) {
    section.category.products-filter .container__title h1 {
      margin: 20px 0 0;
      line-height: 50px;
      font-size: 2.25rem; } }
  section.category.products-filter .container__title h1 b {
    font-weight: 600; }

section.category.products-filter .container__search .show {
  display: block !important; }
  @media (max-width: 1559.98px) {
    section.category.products-filter .container__search .show {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  section.category.products-filter .container__search .show .nolist {
    top: 37px;
    left: -10px; }
    @media (max-width: 1199.98px) {
      section.category.products-filter .container__search .show .nolist {
        position: static;
        padding: 10px 0 0;
        border-top: none; } }

section.category.products-filter .container__search-download {
  color: #69bdf9 !important;
  font-weight: 700;
  position: relative;
  font-size: 1.25rem; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-download {
      text-align: center;
      margin-top: 37px;
      font-size: 0.875rem; }
      section.category.products-filter .container__search-download::after {
        content: url("../images/icons/icon-download-file.svg");
        position: absolute;
        right: -30px; } }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-download img {
      height: 16px;
      width: 16px;
      margin-left: 13px !important; } }
  @media (min-width: 992px) {
    section.category.products-filter .container__search-download img {
      height: 17px !important;
      width: 14px !important;
      margin-left: 9px !important;
      padding-bottom: 3px; } }
  section.category.products-filter .container__search-download:not(:last-child) {
    display: none; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container__search .products__counter {
    font-weight: 700 !important;
    margin: 56px 0 -13px;
    font-size: 0.9375rem; } }

section.category.products-filter .container__search-row {
  max-width: 70%; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-row {
      margin: 30px 0 0 !important;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      max-width: 100%; } }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-row .first-item {
      margin-top: 23px !important; } }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-row .second-item {
      margin-top: 27px !important; } }

section.category.products-filter .container__search-filtr {
  margin-right: 58px; }

@media (min-width: 1200px) {
  section.category.products-filter .container__search-age {
    margin-right: 43px; } }

section.category.products-filter .container__search-age-img {
  margin-left: 94px !important; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container__search-age,
  section.category.products-filter .container__search .container__search-recommendations,
  section.category.products-filter .container__search .container__search-filtr {
    font-size: 1.125rem; } }

section.category.products-filter .container__search-age,
section.category.products-filter .container__search .container__search-recommendations {
  border-radius: 0 !important;
  border-bottom: 1px solid #eee !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400;
  padding-bottom: 10px; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container__search-age,
    section.category.products-filter .container__search .container__search-recommendations {
      width: 100% !important;
      font-weight: 600; } }

section.category.products-filter .container__search-recommendations-img {
  margin-left: 55px !important; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts {
    margin-top: 60px; } }

section.category.products-filter .container .category__posts .products__slider .single-product--show {
  padding: 10px 10px 10px 30px;
  min-height: 280px !important;
  margin-bottom: 40px;
  width: 100%;
  font-weight: 800;
  font-size: 1.0625rem; }
  section.category.products-filter .container .category__posts .products__slider .single-product--show .js-remove-slide {
    bottom: -26px;
    left: calc(50% - 53px);
    width: 106px;
    min-height: 32px;
    border-radius: 18px;
    border: none;
    font-size: 0.875rem; }
  section.category.products-filter .container .category__posts .products__slider .single-product--show img {
    max-height: 200px; }

section.category.products-filter .container .category__posts .products__slider .single-product--show.dla-noworodkow .js-remove-slide {
  background-color: #ff4a76; }

section.category.products-filter .container .category__posts .products__slider .single-product--show.dla-niemowlat-i-dzieci .js-remove-slide {
  background-color: #0090df; }

section.category.products-filter .container .category__posts .products__slider .single-product--show.dla-dzieci-powyzej-3-roku-zycia .js-remove-slide {
  background-color: #8ac053; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts .products__slider .single-product--show.single-product::before {
    top: 0;
    left: 0; } }

section.category.products-filter .container .category__posts .products__slider .js-compare-btn {
  background-color: #fff;
  border-color: #0090df !important;
  color: #0090df;
  min-width: 124px;
  min-height: 60px;
  border-radius: 10px;
  top: 228px;
  right: 0;
  -webkit-box-shadow: 0 3px 6px rgba(105, 189, 249, 0.42);
  box-shadow: 0 3px 6px rgba(105, 189, 249, 0.42);
  font-size: 0.625rem; }
  section.category.products-filter .container .category__posts .products__slider .js-compare-btn img {
    max-width: 19px;
    height: auto; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts .slider-info {
    margin-top: -58px; } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts .slider-info .slick-list {
    margin-bottom: -27px; } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts .slider-info .slick-arrow::after {
    position: absolute;
    left: 4%;
    text-indent: 2px;
    color: #0090df;
    text-shadow: 1px 1px 2px #0090df;
    font-size: 1.25rem; } }

section.category.products-filter .container .category__posts .slider-info .slick-prev {
  left: -23px; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container .category__posts .slider-info .slick-prev::after {
      content: url("../images/icons/icon-left.svg"); } }

section.category.products-filter .container .category__posts .slider-info .slick-next {
  right: 0; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container .category__posts .slider-info .slick-next::after {
      content: url("../images/icons/icon-right.svg"); } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts .slider-info .slick-arrow {
    position: absolute;
    text-indent: -9999px;
    top: 136px;
    border: none;
    background-color: transparent;
    width: 10px;
    height: 18px; } }

section.category.products-filter .container .category__posts .ul-product-subcategory,
section.category.products-filter .container .category__posts ul.product li:nth-child(odd) {
  border-radius: 6px;
  color: #0090df;
  margin-bottom: 10px;
  min-height: 30px;
  font-size: 0.75rem; }

section.category.products-filter .container .category__posts .ul-product-subcategory,
section.category.products-filter .container .category__posts ul.product li:nth-child(odd),
section.category.products-filter .container .category__posts ul.product {
  width: 100%;
  max-width: 303px; }

section.category.products-filter .container .category__posts .ul-product-subcategory {
  background-color: #d8efff; }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts ul.product,
  section.category.products-filter .container .category__posts ul.product li,
  section.category.products-filter .container .category__posts ul.product li p {
    color: #005b8d;
    font-size: 0.75rem;
    line-height: 1.125rem; } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts ul.product {
    max-width: 303px; } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts ul.product li:nth-child(odd) {
    background-color: #69bdf9;
    color: #fff;
    min-height: 38px;
    font-weight: 700;
    font-size: 0.9375rem; } }

@media (max-width: 1199.98px) {
  section.category.products-filter .container .category__posts ul.product li:nth-child(even) {
    margin: 19px 0 28px;
    padding: 0 15px 0 13px;
    min-height: 32px;
    font-size: 0.75rem; } }

section.category.products-filter .container .category__posts ul.product li.tag {
  min-height: 48px; }

section.category.products-filter .container .category__posts ul.product li.ingredients {
  min-height: 95px; }

section.category.products-filter .container .category__posts-name,
section.category.products-filter .container .category__posts .category__posts-title {
  border-radius: 5px; }

section.category.products-filter .container .category__posts-name {
  background-color: #0090df !important; }
  section.category.products-filter .container .category__posts-name span {
    min-height: 56px;
    font-size: 1.5rem; }
  section.category.products-filter .container .category__posts-name .col-2 {
    max-width: 15% !important; }
  section.category.products-filter .container .category__posts-name .col-2--25-width {
    min-width: 25%;
    max-width: 25% !important; }

section.category.products-filter .container .category__posts-title {
  background-color: #d8efff;
  min-height: 56px;
  margin: 12px 0; }
  section.category.products-filter .container .category__posts-title span {
    color: #0090df;
    margin-left: 22px;
    font-size: 1.5rem; }

section.category.products-filter .container .category__posts-title--inner {
  margin: 21px 0 12px; }

section.category.products-filter .container .category__posts .products__wrapper-list--none {
  display: none !important; }

section.category.products-filter .container .category__posts .products__wrapper-list {
  margin-bottom: 129px; }
  @media (max-width: 1199.98px) {
    section.category.products-filter .container .category__posts .products__wrapper-list {
      margin-bottom: 54px;
      display: grid;
      gap: 22px 30px !important; } }
  @media (max-width: 767.98px) {
    section.category.products-filter .container .category__posts .products__wrapper-list {
      position: relative;
      right: -5px; } }
  section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item {
    margin: 0 0 17px; }
    @media (max-width: 1199.98px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item {
        margin-bottom: 21px; } }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table,
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table p {
      color: #005b8d;
      line-height: 18px !important;
      font-size: 1.125rem; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table {
      -webkit-box-shadow: 0 3px 6px rgba(105, 189, 249, 0.44);
      box-shadow: 0 3px 6px rgba(105, 189, 249, 0.44);
      height: 100%;
      margin: 0 7px;
      padding: 15px 5px;
      text-align: center; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table div {
        height: 131px;
        width: 100%; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table p {
        color: #005b8d; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products-card-in-table div::before {
        position: absolute; }
    @media (max-width: 1559.98px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .products__wrapper-list {
        width: 248px !important;
        max-width: 248px; } }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dla-noworodkow button {
      color: #ff4a76; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dla-noworodkow button::after {
        background-color: #ff4a76; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dzieci-dla-powyzej-3-roku-zycia button {
      color: #8ac053; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dzieci-dla-powyzej-3-roku-zycia button::after {
        background-color: #8ac053; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dla-niemowlat-i-dzieci button {
      color: #0090df; }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .dla-niemowlat-i-dzieci button::after {
        background-color: #0090df; }
    @media (min-width: 1200px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .col-2 {
        max-width: 15%;
        min-width: 15%; } }
    @media (min-width: 1200px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product {
        max-width: 25%;
        min-width: 25%;
        padding: 0 18px 20px 30px; } }
    @media (max-width: 1199.98px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product {
        min-height: 375px;
        min-width: 315px; } }
    @media (max-width: 1199.98px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__content {
        bottom: 60px; } }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__icon {
      height: 35px !important;
      width: 58px !important; }
      @media (max-width: 1199.98px) {
        section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__icon {
          height: 43px !important;
          width: 70px !important; } }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product button::after {
      position: absolute;
      top: -8px;
      left: -57px;
      content: "+";
      width: 33px;
      height: 40px;
      border-radius: 10px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 1.5rem; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product .js-add-slide {
      background-color: #fff;
      border: none;
      bottom: 8px;
      font-size: 1.125rem; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__link {
      position: relative; }
      @media (min-width: 1200px) {
        section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__link .btn-outline::after {
          right: -10px; } }
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__link .btn--small {
        min-width: 100px !important; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product h4 a.h4 {
      font-size: 1.875rem; }
      @media (max-width: 1199.98px) {
        section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product h4 a.h4 {
          font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product__image {
        max-height: 135px; } }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product.zspm::after {
      content: "ŻSPM";
      position: absolute;
      color: #69bdf9;
      top: 22px;
      right: 22px;
      font-weight: 600;
      font-size: 1rem; }
    section.category.products-filter .container .category__posts .products__wrapper-list .row.category__posts-item .single-product .single-product__tags .icon_supplement_form {
      top: 0;
      left: 0;
      display: inline-block;
      max-height: 20px;
      width: auto;
      height: auto; }

.pdfbutton {
  display: none; }

.select span {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eee !important;
  font-size: 1.125rem; }
  @media (max-width: 1199.98px) {
    .select span {
      padding: 0; } }
  .select span::after {
    content: "";
    position: absolute;
    background: url("../images/icons/arrow-down.svg") no-repeat;
    right: 6px;
    top: 15px;
    width: 18px;
    height: 10px; }
  .select span.select--rotate {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .select span.select--rotate::after {
      content: "";
      position: absolute;
      background: url("../images/icons/arrow-down.svg") no-repeat;
      right: 6px;
      top: 15px;
      width: 18px;
      height: 10px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.select div ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  list-style: none;
  background: #fff;
  border-radius: 3px;
  margin-top: 10px;
  max-width: 100%;
  cursor: pointer;
  padding: 0 15px; }
  @media (max-width: 1199.98px) {
    .select div ul {
      position: relative;
      padding: 0; } }

.select div li {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  font-size: 1.125rem; }
  .select div li:hover {
    background: #fff; }

.section--single-product--nogradient {
  background-image: none !important; }

@media (max-width: 1199.98px) {
  .section--single-product .container__full-width {
    width: 100%;
    max-width: 335px; } }

.section--single-product .container__left-menu aside,
.section--single-product .container .container__main-section {
  margin-top: 26px !important; }

.section--single-product .container__left-menu aside ul {
  padding: 18px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .section--single-product .container__left-menu aside ul li {
    padding-bottom: 7px;
    position: relative; }
    .section--single-product .container__left-menu aside ul li.menu-item a {
      font-weight: 600;
      color: #001d60;
      font-size: 1.125rem; }
    .section--single-product .container__left-menu aside ul li.menu-item-application a {
      font-weight: 400;
      color: #005b8d;
      font-size: 1rem; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title a {
      font-weight: 500;
      margin-left: 35px;
      position: relative;
      font-size: 1.125rem; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title a::before {
      left: -35px;
      position: absolute; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-green a::before {
      content: url("../images/icons/icon-kid-menu.svg");
      position: absolute;
      left: 0;
      top: 5px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-pink a::before {
      content: "";
      width: 18px;
      height: 26px;
      background-image: url("../images/icons/icon-pink-baby-menu.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 20px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-blue a::before {
      content: url("../images/icons/icon-baby-menu.svg");
      position: absolute;
      left: 0;
      top: 20px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title {
      padding-bottom: 12px;
      margin-bottom: 5px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-green {
      border-bottom: 1px solid #8ac053;
      padding-bottom: 5px; }
      .section--single-product .container__left-menu aside ul li.container__left-menu-title-green a {
        color: #8ac053;
        margin-left: 34px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-blue {
      padding-top: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #0090df; }
      .section--single-product .container__left-menu aside ul li.container__left-menu-title-blue a {
        color: #0090df;
        margin-left: 34px; }
    .section--single-product .container__left-menu aside ul li.container__left-menu-title-pink {
      border-bottom: 1px solid #ff4a76;
      padding-bottom: 5px;
      padding-top: 15px; }
      .section--single-product .container__left-menu aside ul li.container__left-menu-title-pink a {
        color: #ff4a76;
        margin-left: 34px; }
    .section--single-product .container__left-menu aside ul li.menu-item-application {
      border-top: 1px solid #80808045; }
    .section--single-product .container__left-menu aside ul li.menu-item-application--no-border {
      border-top: none; }

@media (max-width: 1199.98px) {
  .section--single-product .container__main-section {
    margin-top: 69px; } }

@media (min-width: 1200px) {
  .section--single-product .container__main-section-top-element-left {
    min-width: 472px;
    width: 70%; } }

@media (max-width: 1199.98px) {
  .section--single-product .container__main-section-top-element-left {
    width: 100%; } }

.section--single-product .container__main-section .single-product-main-image {
  max-height: 211px;
  width: auto; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section .single-product-main-image {
      width: 100% !important;
      height: auto !important; } }

@media (min-width: 1200px) {
  .section--single-product .container__main-section .description-header {
    width: 30%; } }

.section--single-product .container__main-section .description-header h1 {
  margin: 0 !important;
  line-height: 2.5rem; }
  @media (min-width: 992px) {
    .section--single-product .container__main-section .description-header h1 {
      width: 75%;
      font-size: 2.25rem; } }

.section--single-product .container__main-section .description-header h2 {
  margin-top: 18px !important; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section .description-header h2 {
      margin: 27px 0 10px !important; } }

.section--single-product .container__main-section .description-header p {
  font-size: 1.625rem; }

.section--single-product .container__main-section .description-header-mid {
  margin-bottom: 12px !important; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section .description-header-mid {
      margin-bottom: -1px !important; } }
  .section--single-product .container__main-section .description-header-mid span {
    font-size: 1.5625rem; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section .description-header-mid span {
        font-size: 1.25rem; } }

.section--single-product .container__main-section .description-header-bottom {
  margin-bottom: 6px !important; }
  .section--single-product .container__main-section .description-header-bottom p {
    line-height: 30px !important; }

.section--single-product .container__main-section-photo-icons {
  margin: 0 52px 0 100px; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-photo-icons {
      margin: 0 0 9px 48px; } }
  .section--single-product .container__main-section-photo-icons img {
    margin-top: 12px !important;
    border: 1px #eaeaea solid;
    border-radius: 13px;
    height: 57px;
    width: 57px; }
  .section--single-product .container__main-section-photo-icons img.selected {
    border: 2px #69bdf9 solid; }

.section--single-product .container__main-section a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem; }

.section--single-product .container__main-section .buy_now,
.section--single-product .container__main-section .check_opinions {
  border-radius: 23px;
  margin-right: 27px;
  height: 40px; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section .buy_now,
    .section--single-product .container__main-section .check_opinions {
      min-height: 48px !important; } }

/*.section--single-product .container__main-section a.buy_now {
  background-color: #0090df!important;
  padding-left: 23px;
  color: #fff!important;
  min-width: 204px;
  max-width: 335px;
  border: none;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section a.buy_now {
      width: 100%;
      background-color: #001d60;
      padding-left: calc(50% - 102px);
      min-width: 335px; } }
  @media (max-width: 767.98px) {
    .section--single-product .container__main-section a.buy_now {
      margin-bottom: 28px; } }
  .section--single-product .container__main-section a.buy_now:hover {
    background-color: #fff;
    color: #fff !important;
    /*border: 2px solid #0090df; }
    .section--single-product .container__main-section a.buy_now:hover::after {
      position: absolute;
      content: "";
      width: 17px;
      height: 17px;
      /*background-image: url("../images/icons/cart.svg");
      background-repeat: no-repeat;
      background-size: contain;
      right: calc(50% - 85px); }
      @media (max-width: 1199.98px) {
        .section--single-product .container__main-section a.buy_now:hover::after {
          right: 65px;
          width: 17px;
          height: 17px;
          background-size: auto; } }
  .section--single-product .container__main-section a.buy_now::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
   background-image: url("../images/icons/cart.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: calc(50% - 85px); }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section a.buy_now::after {
        right: 65px;
        width: 17px;
        height: 17px;
        background-size: auto; } }

.section--single-product .container__main-section a.check_opinions {
  border: 2px solid #0090df;
  background-color: #0090df!important;
  color: #fff!important;
  position: relative;
  min-width: 170px; }
  .section--single-product .container__main-section a.check_opinions::after{

    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    /*background-image: url("../images/icons/opinn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section a.check_opinions::after {
        right: 65px;
        width: 16px;
        height: 14px;
        background-size: auto; } }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section a.check_opinions {
      width: 45%; } }
  .section--single-product .container__main-section a.check_opinions:hover {
    font-weight: 700;
    background-color: #0090df;
    color: #fff !important; }*/

.section--single-product .container__main-section .download_leaflet-img {
  margin-right: 9px;
  width: auto !important;
  height: auto; 

}

.section--single-product .container__main-section .download_leaflet,
.section--single-product .container__main-section .check_opinions {
  color: #0090df; }

.section--single-product .container__main-section-product-description h2,
.section--single-product .container__main-section .container__main-section-product-ingredients h2 {
  font-weight: 600;
  font-size: 2.25rem; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-product-description h2,
    .section--single-product .container__main-section .container__main-section-product-ingredients h2 {
      font-size: 1.5rem; } }

.section--single-product .container__main-section-product-description p,
.section--single-product .container__main-section .container__main-section-product-ingredients p {
  font-size: 1.5rem; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-product-description p,
    .section--single-product .container__main-section .container__main-section-product-ingredients p {
      line-height: 22px;
      font-size: 1.125rem; } }

.section--single-product .container__main-section table,
.section--single-product .container__main-section .table {
  margin: 32px 0 !important;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section table,
    .section--single-product .container__main-section .table {
      margin: 47px 0 36px !important; } }
  .section--single-product .container__main-section table p,
  .section--single-product .container__main-section .table p {
    margin: 0; }
  .section--single-product .container__main-section table p,
  .section--single-product .container__main-section table span,
  .section--single-product .container__main-section table i,
  .section--single-product .container__main-section .table p,
  .section--single-product .container__main-section .table span,
  .section--single-product .container__main-section .table i {
    font-weight: 500; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table p,
      .section--single-product .container__main-section table span,
      .section--single-product .container__main-section table i,
      .section--single-product .container__main-section .table p,
      .section--single-product .container__main-section .table span,
      .section--single-product .container__main-section .table i {
        line-height: 19px;
        font-size: 12px !important; } }
  .section--single-product .container__main-section table tr td,
  .section--single-product .container__main-section .table tr td {
    vertical-align: middle;
    padding: 28px 0 28px 12px; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table tr td,
      .section--single-product .container__main-section .table tr td {
        padding: 23px 0 23px 12px; } }
  .section--single-product .container__main-section table tr > :first-child,
  .section--single-product .container__main-section .table tr > :first-child {
    max-width: 282px; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table tr > :first-child,
      .section--single-product .container__main-section .table tr > :first-child {
        max-width: 145px; } }
  .section--single-product .container__main-section table tr:first-child td:nth-child(3) p:nth-child(2) span b,
  .section--single-product .container__main-section .table tr:first-child td:nth-child(3) p:nth-child(2) span b {
    font-size: 1.125rem; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table tr:first-child td:nth-child(3) p:nth-child(2) span b,
      .section--single-product .container__main-section .table tr:first-child td:nth-child(3) p:nth-child(2) span b {
        font-weight: 300; } }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section table tr:first-child span b,
    .section--single-product .container__main-section table tr:first-child td:nth-child(3) p:nth-child(2) span b,
    .section--single-product .container__main-section .table tr:first-child span b,
    .section--single-product .container__main-section .table tr:first-child td:nth-child(3) p:nth-child(2) span b {
      line-height: 16px;
      font-size: 0.875rem; } }
  .section--single-product .container__main-section table tr:first-child,
  .section--single-product .container__main-section .table tr:first-child {
    min-height: 90px !important;
    background-color: #69bdf9 !important;
    color: #fff !important; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table tr:first-child,
      .section--single-product .container__main-section .table tr:first-child {
        border-radius: 5px; } }
    .section--single-product .container__main-section table tr:first-child td,
    .section--single-product .container__main-section .table tr:first-child td {
      padding: 18px 0 18px 12px;
      min-height: 90px; }
      @media (max-width: 1199.98px) {
        .section--single-product .container__main-section table tr:first-child td,
        .section--single-product .container__main-section .table tr:first-child td {
          padding: 16px 0 13px 12px; } }
      .section--single-product .container__main-section table tr:first-child td b,
      .section--single-product .container__main-section .table tr:first-child td b {
        font-weight: 500; }
      .section--single-product .container__main-section table tr:first-child td .s2,
      .section--single-product .container__main-section .table tr:first-child td .s2 {
        font-size: 1.125rem; }
  .section--single-product .container__main-section table tr:nth-child(odd),
  .section--single-product .container__main-section .table tr:nth-child(odd) {
    background-color: #69bdf966; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section table tr:nth-child(odd),
      .section--single-product .container__main-section .table tr:nth-child(odd) {
        border-radius: 5px; } }

@media (max-width: 1199.98px) {
  .section--single-product .container__main-section-product-description h2,
  .section--single-product .container__main-section-product-description h2 span b,
  .section--single-product .container__main-section-product-description h2 strong,
  .section--single-product .container__main-section .container__main-section-product-intake h2,
  .section--single-product .container__main-section .container__main-section-product-intake h2 span b,
  .section--single-product .container__main-section .container__main-section-product-intake h2 strong,
  .section--single-product .container__main-section .container__main-section-product-ingredients h2,
  .section--single-product .container__main-section .container__main-section-product-ingredients h2 span b,
  .section--single-product .container__main-section .container__main-section-product-ingredients h2 strong {
    font-size: 1.5rem; } }

.section--single-product .container__main-section-product-description p:not(.not-article),
.section--single-product .container__main-section-product-description li,
.section--single-product .container__main-section-product-description span:not(.not-article),
.section--single-product .container__main-section-product-description li span,
.section--single-product .container__main-section .container__main-section-product-intake p:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-intake li,
.section--single-product .container__main-section .container__main-section-product-intake span:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-intake li span,
.section--single-product .container__main-section .container__main-section-product-ingredients p:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-ingredients li,
.section--single-product .container__main-section .container__main-section-product-ingredients span:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-ingredients li span {
  font-size: 1.5rem; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-product-description p:not(.not-article),
    .section--single-product .container__main-section-product-description li,
    .section--single-product .container__main-section-product-description span:not(.not-article),
    .section--single-product .container__main-section-product-description li span,
    .section--single-product .container__main-section .container__main-section-product-intake p:not(.not-article),
    .section--single-product .container__main-section .container__main-section-product-intake li,
    .section--single-product .container__main-section .container__main-section-product-intake span:not(.not-article),
    .section--single-product .container__main-section .container__main-section-product-intake li span,
    .section--single-product .container__main-section .container__main-section-product-ingredients p:not(.not-article),
    .section--single-product .container__main-section .container__main-section-product-ingredients li,
    .section--single-product .container__main-section .container__main-section-product-ingredients span:not(.not-article),
    .section--single-product .container__main-section .container__main-section-product-ingredients li span {
      font-size: 1.125rem; } }

.section--single-product .container__main-section-product-description h2,
.section--single-product .container__main-section .container__main-section-product-intake h2,
.section--single-product .container__main-section .container__main-section-product-ingredients h2 {
  margin: 32px 0 24px; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-product-description h2,
    .section--single-product .container__main-section .container__main-section-product-intake h2,
    .section--single-product .container__main-section .container__main-section-product-ingredients h2 {
      margin: 24px 0 14px; } }
  .section--single-product .container__main-section-product-description h2 span b,
  .section--single-product .container__main-section-product-description h2 strong,
  .section--single-product .container__main-section .container__main-section-product-intake h2 span b,
  .section--single-product .container__main-section .container__main-section-product-intake h2 strong,
  .section--single-product .container__main-section .container__main-section-product-ingredients h2 span b,
  .section--single-product .container__main-section .container__main-section-product-ingredients h2 strong {
    font-weight: 600; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section-product-description h2 span b,
      .section--single-product .container__main-section-product-description h2 strong,
      .section--single-product .container__main-section .container__main-section-product-intake h2 span b,
      .section--single-product .container__main-section .container__main-section-product-intake h2 strong,
      .section--single-product .container__main-section .container__main-section-product-ingredients h2 span b,
      .section--single-product .container__main-section .container__main-section-product-ingredients h2 strong {
        font-weight: 700; } }

.section--single-product .container__main-section-product-description p:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-intake p:not(.not-article),
.section--single-product .container__main-section .container__main-section-product-ingredients p:not(.not-article) {
  margin: 0; }

.section--single-product .container__main-section-product-description img,
.section--single-product .container__main-section .container__main-section-product-intake img,
.section--single-product .container__main-section .container__main-section-product-ingredients img {
  display: block;
  max-width: 100%;
  height: auto; }

.section--single-product .container__main-section-product_description h2.b,
.section--single-product .container__main-section .container__main-section-product-intake h2.b {
  font-weight: 600;
  font-size: 2.25rem; }

.section--single-product .container__main-section-icons {
  margin: 61px 0 13px; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-icons {
      margin: 36px 0 20px; } }
  .section--single-product .container__main-section-icons-icon {
    max-width: 181px; }
    @media (max-width: 767.98px) {
      .section--single-product .container__main-section-icons-icon {
        max-width: 100%; } }
    .section--single-product .container__main-section-icons-icon img {
      height: 121px;
      width: auto;
      margin-bottom: 18px; }
      @media (max-width: 991.98px) {
        .section--single-product .container__main-section-icons-icon img {
          max-width: 80px;
          min-width: 79px;
          height: auto; } }
    .section--single-product .container__main-section-icons-icon p {
      font-size: 1.5rem; }
      @media (max-width: 1199.98px) {
        .section--single-product .container__main-section-icons-icon p {
          font-size: 1.125rem; } }

.section--single-product .container__main-section-additonal_info p {
  font-size: 1rem; }

@media (max-width: 1199.98px) {
  .section--single-product .container__main-section-photo-product-and-benefits {
    margin: 24px 0 27px; } }

.section--single-product .container__main-section-photo-product-and-benefits-first,
.section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second {
  width: 19%; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-photo-product-and-benefits-first,
    .section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second {
      margin-top: 20px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 1.125rem; } }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-photo-product-and-benefits-first div,
    .section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second div {
      width: 30%; } }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-photo-product-and-benefits-first div p,
    .section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second div p {
      font-size: 1rem; } }
  .section--single-product .container__main-section-photo-product-and-benefits-first div img,
  .section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second div img {
    margin-bottom: 12px;
    width: 90px;
    height: auto; }
    @media (max-width: 1199.98px) {
      .section--single-product .container__main-section-photo-product-and-benefits-first div img,
      .section--single-product .container__main-section-photo-product-and-benefits .container__main-section-photo-product-and-benefits-second div img {
        width: 75px !important; } }

.section--single-product .container__main-section-photo-product-and-benefits-first p {
  margin-bottom: 26px; }

.section--single-product .container__main-section-photo-product-and-benefits-second p.first-p {
  margin-bottom: 24px; }

.section--single-product .container__main-section-photo-product-and-benefits-second p.second-p {
  margin-bottom: 55px; }

.section--single-product .container__main-section-photo-product-and-benefits-photo {
  width: 56%; }
  @media (max-width: 1199.98px) {
    .section--single-product .container__main-section-photo-product-and-benefits-photo {
      width: 100%; } }

.section--single-product .container .single-product__icon {
  top: 0; }

.section--single-product .container .video__content {
  max-width: 100% !important; }

.single-products .single__video .video__content,
.single-products .single__video .js-video-cover,
.single-products .single__video .video__content--active {
  max-height: 447px !important;
  height: 100% !important; }

.single-products aside .current-menu-item::before {
  content: "";
  background-color: #69bdf9;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -19px; }

.single-products aside .current-menu-item-green::before {
  background-color: #8ac053; }

.single-products aside .current-menu-item-pink::before {
  background-color: #ff4a76; }

@media (min-width: 1200px) {
  .container__main-section-product-intake .col-lg-4 {
    max-width: 624px; } }

.container__main-section-product-intake .size-large {
  max-width: 50%;
  max-height: 767px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 992px) {
    .container__main-section-product-intake .size-large {
      margin-right: 93px; } }
  @media (max-width: 991.98px) {
    .container__main-section-product-intake .size-large {
      max-width: 100%;
      height: auto; } }

.hero {
  max-height: inherit; /*563px*/ }
  .hero img {
    max-width: 100%;
    width: 100%;
    max-height: inherit;/*500px*/ }
  .hero h1 {
    max-width: 475px; }
    @media (max-width: 767.98px) {
      .hero h1 {
        margin-bottom: 2rem; } }
  .hero__wrapper {
    max-height: inherit; /*500px*/}

.wpcf7-acceptance.optional {
  max-height: 150px;
  display: block;
  overflow: auto; }

.header__hamburger {
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 20px;
  right: 0; }
  .header__hamburger .line-menu {
    background: #001d60;
    height: 3px;
    width: 35px;
    margin-bottom: 6px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px; }
  .header__hamburger--active {
    z-index: 999;
    cursor: pointer;
    right: 0; }
    .header__hamburger--active span {
      background: #001d60; }
      .header__hamburger--active span:first-of-type {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.4s -webkit-transform;
        transition: 0.4s -webkit-transform;
        -o-transition: 0.4s transform;
        transition: 0.4s transform;
        transition: 0.4s transform, 0.4s -webkit-transform;
        margin-bottom: 15px;
        left: 0 !important;
        position: static;
        width: 40px;
        height: 4px; }
      .header__hamburger--active span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: 0.4s -webkit-transform;
        transition: 0.4s -webkit-transform;
        -o-transition: 0.4s transform;
        transition: 0.4s transform;
        transition: 0.4s transform, 0.4s -webkit-transform;
        margin-bottom: -4px;
        width: 40px;
        height: 4px; }
      .header__hamburger--active span:last-of-type {
        opacity: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
  @media (min-width: 992px) {
    .slick-dots {
      bottom: 19px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slick-dots {
      bottom: -40px; } }
  @media (max-width: 767.98px) {
    .slick-dots {
      bottom: 20px; } }
  .slick-dots li {
    margin: 0 7px; }
  .slick-dots button {
    outline: none;
    border-radius: 2px;
    text-indent: -9999px;
    background-color: transparent;
    padding: 0;
    width: 16px;
    height: 4px;
    border: 1px solid #69bdf9;
    -webkit-box-shadow: 0 1px 3px rgba(105, 189, 249, 0.4);
    box-shadow: 0 1px 3px rgba(105, 189, 249, 0.4); }
  .slick-dots .slick-active button {
    background-color: #69bdf9;
    border: none; }

.slick-slide {
  margin: 0 8px; }
  @media (max-width: 767.98px) {
    .slick-slide {
      margin: 0 4px; } }

.slick-list {
  padding: 20px 0; }

.slider-filter {
  margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .js-hero-slider {
    min-height: 200px; } }

.section--parent__posts .slick-dots,
.section--parent__video .slick-dots,
.section--parent-child .slick-dots {
  bottom: -40px; }
  .section--parent__posts .slick-dots button,
  .section--parent__video .slick-dots button,
  .section--parent-child .slick-dots button {
    background-color: #fff;
    border: none; }
  .section--parent__posts .slick-dots .slick-active button,
  .section--parent__video .slick-dots .slick-active button,
  .section--parent-child .slick-dots .slick-active button {
    background-color: #69bdf9;
    border: none; }

@media (max-width: 767.98px) {
  .section--parents-child aside {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 74, 118, 0.1))) !important;
    background: -webkit-linear-gradient(top, #fff, rgba(255, 74, 118, 0.1)) !important;
    background: -o-linear-gradient(top, #fff, rgba(255, 74, 118, 0.1)) !important;
    background: linear-gradient(to bottom, #fff, rgba(255, 74, 118, 0.1)) !important; } }

.carousel__item {
  max-width: 333px;
  min-height: 272px; }
  @media (max-width: 1199.98px) {
    .carousel__item {
      min-height: 360px; } }
  @media (max-width: 991.98px) {
    .carousel__item {
      min-height: 340px; } }
  @media (max-width: 767.98px) {
    .carousel__item {
      min-height: 272px; } }

.carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carousel .slick-slider-arrow {
  border: none;
  background-color: transparent;
  margin: 0 10px; }
  @media (max-width: 991.98px) {
    .carousel .slick-slider-arrow {
      margin: 0 10px 0 0; } }
  .carousel .slick-slider-arrow--prev::before {
    content: url("../images/icons/slick-prev-arrow.svg"); }
  .carousel .slick-slider-arrow--next::before {
    content: url("../images/icons/slick-next-arrow.svg"); }

.carousel .slick-dots {
  bottom: -25px; }

.overlay-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 99999;
  left: 0;
  background-color: #fff;
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .overlay-menu {
      display: none; } }
  .overlay-menu--active {
    opacity: 1;
    visibility: visible;
    font-weight: 600 !important; }
    .overlay-menu--active::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .overlay-menu__nav {
    margin-top: 47px; }
  .overlay-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none; }
    .overlay-menu ul li {
      border-bottom: 1px solid rgba(112, 112, 112, 0.14);
      padding: 15px 0; }
      .overlay-menu ul li a {
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.875rem; }
  .overlay-menu .sub-menu {
    position: relative;
    width: 100%;
    padding-left: 45px;
    margin: 11px 0 0;
    display: none; }
    .overlay-menu .sub-menu li {
      border-bottom: none;
      margin-right: 0;
      padding: 2px 0;
      margin-bottom: 11px;
      position: relative; }
      .overlay-menu .sub-menu li:hover {
        background: transparent; }
    .overlay-menu .sub-menu .menu-item-has-children .overlay-menu--active::before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .overlay-menu .sub-menu .js-submenu {
      position: absolute;
      left: 0; }
      .overlay-menu .sub-menu .js-submenu::before {
        content: url("../images/icons/arrow-submenu.svg");
        position: absolute;
        left: -33px;
        top: 5px; }
    .overlay-menu .sub-menu .js-submenu::after {
      content: none; }
    .overlay-menu .sub-menu .sub-menu {
      padding-left: 32px !important;
      margin: 0 !important;
      position: relative; }
      .overlay-menu .sub-menu .sub-menu::before {
        content: "";
        background-color: rgba(112, 112, 112, 0.14);
        width: 1px;
        height: calc(100% - 17px);
        position: absolute;
        left: 0;
        top: 6px; }
      .overlay-menu .sub-menu .sub-menu li {
        padding: 0 !important;
        margin-bottom: 21px; }
        .overlay-menu .sub-menu .sub-menu li a::before {
          content: none; }
      .overlay-menu .sub-menu .sub-menu .menu-item-application {
        margin: 21px 0 10px; }
  .overlay-menu .js-submenu::after {
    content: url("../images/icons/arrow-menu.svg");
    position: absolute;
    right: 0;
    top: 20px; }
  .overlay-menu .menu-item-application a {
    color: #005b8d;
    cursor: default;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3125rem; }
  .overlay-menu .text-blue:hover {
    color: #001d60 !important; }
  .overlay-menu .text-blue ul li a:hover {
    color: #001d60 !important; }
  .overlay-menu button {
    border: none;
    background-color: transparent; }

.overlay--open {
  overflow: hidden; }

.block-single-post,
.alm-reveal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .block-single-post,
    .alm-reveal {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .block-single-post,
    .alm-reveal {
      grid-template-columns: repeat(1, 1fr); } }
  .block-single-post__item,
  .alm-reveal__item {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 1560px) {
      .block-single-post__item,
      .alm-reveal__item {
        max-width: 368px; } }
    .block-single-post__item--reset,
    .alm-reveal__item--reset {
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .block-single-post__item--medium,
    .alm-reveal__item--medium {
      min-height: 510px; }
    .block-single-post__item--large,
    .alm-reveal__item--large {
      min-height: 487px; }
    .block-single-post__item--small,
    .alm-reveal__item--small {
      min-height: 430px; }
      @media (max-width: 767.98px) {
        .block-single-post__item--small,
        .alm-reveal__item--small {
          min-height: 465px !important; } }
    .block-single-post__item-image,
    .alm-reveal__item-image {
      border-radius: 8px;
      height: 249px;
      -o-object-fit: cover;
      object-fit: cover; }
    .block-single-post__item-text,
    .alm-reveal__item-text {
      padding: 17px 12px;
      position: relative;
      display: grid;
      grid-auto-rows: 80px 1fr; }
      @media (max-width: 1199.98px) {
        .block-single-post__item-text,
        .alm-reveal__item-text {
          padding: 17px 14px; } }
    @media (min-width: 992px) {
      .block-single-post__item--audio,
      .alm-reveal__item--audio {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 74, 118, 0.1); } }
    @media (min-width: 992px) {
      .block-single-post__item--audio img,
      .block-single-post__item--audio a,
      .alm-reveal__item--audio img,
      .alm-reveal__item--audio a {
        max-width: 162px;
        width: 100%;
        max-height: 137px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .block-single-post__item--audio img,
      .block-single-post__item--audio a,
      .alm-reveal__item--audio img,
      .alm-reveal__item--audio a {
        max-width: 240px;
        width: 100%;
        max-height: 137px; } }
    .block-single-post__item--audio img,
    .alm-reveal__item--audio img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
      @media (max-width: 767.98px) {
        .block-single-post__item--audio img,
        .alm-reveal__item--audio img {
          min-width: 335px; } }
    .block-single-post__item[data-tag-filter="artykuly"] h3, .block-single-post__item[data-tag-filter="artykul"] h3, .block-single-post__item[data-category-filter="wszystkie"] h3, .block-single-post__item[data-category-filter="bajki"] h3, .block-single-post__item[data-category-filter="odpornosc-u-dziecka"] h3, .block-single-post__item[data-category-filter="brzuszek-i-jelita"] h3, .block-single-post__item[data-category-filter="antybiotykoterapia-a-mikrobiota"] h3, .block-single-post__item[data-category-filter="o-szczepach-bakterii"] h3, .block-single-post__item[data-category-filter="zdrowe-zeby"] h3, .block-single-post__item[data-filter="odpornosc-u-dziecka"] h3, .block-single-post__item[data-filter="brzuszek-i-jelita"] h3, .block-single-post__item[data-filter="antybiotykoterapia-a-mikrobiota"] h3, .block-single-post__item[data-filter="o-szczepach-bakterii"] h3, .block-single-post__item[data-filter="zdrowe-zeby"] h3,
    .alm-reveal__item[data-tag-filter="artykuly"] h3,
    .alm-reveal__item[data-tag-filter="artykul"] h3,
    .alm-reveal__item[data-category-filter="wszystkie"] h3,
    .alm-reveal__item[data-category-filter="bajki"] h3,
    .alm-reveal__item[data-category-filter="odpornosc-u-dziecka"] h3,
    .alm-reveal__item[data-category-filter="brzuszek-i-jelita"] h3,
    .alm-reveal__item[data-category-filter="antybiotykoterapia-a-mikrobiota"] h3,
    .alm-reveal__item[data-category-filter="o-szczepach-bakterii"] h3,
    .alm-reveal__item[data-category-filter="zdrowe-zeby"] h3,
    .alm-reveal__item[data-filter="odpornosc-u-dziecka"] h3,
    .alm-reveal__item[data-filter="brzuszek-i-jelita"] h3,
    .alm-reveal__item[data-filter="antybiotykoterapia-a-mikrobiota"] h3,
    .alm-reveal__item[data-filter="o-szczepach-bakterii"] h3,
    .alm-reveal__item[data-filter="zdrowe-zeby"] h3 {
      margin-left: 50px; }
      .block-single-post__item[data-tag-filter="artykuly"] h3::before, .block-single-post__item[data-tag-filter="artykul"] h3::before, .block-single-post__item[data-category-filter="wszystkie"] h3::before, .block-single-post__item[data-category-filter="bajki"] h3::before, .block-single-post__item[data-category-filter="odpornosc-u-dziecka"] h3::before, .block-single-post__item[data-category-filter="brzuszek-i-jelita"] h3::before, .block-single-post__item[data-category-filter="antybiotykoterapia-a-mikrobiota"] h3::before, .block-single-post__item[data-category-filter="o-szczepach-bakterii"] h3::before, .block-single-post__item[data-category-filter="zdrowe-zeby"] h3::before, .block-single-post__item[data-filter="odpornosc-u-dziecka"] h3::before, .block-single-post__item[data-filter="brzuszek-i-jelita"] h3::before, .block-single-post__item[data-filter="antybiotykoterapia-a-mikrobiota"] h3::before, .block-single-post__item[data-filter="o-szczepach-bakterii"] h3::before, .block-single-post__item[data-filter="zdrowe-zeby"] h3::before,
      .alm-reveal__item[data-tag-filter="artykuly"] h3::before,
      .alm-reveal__item[data-tag-filter="artykul"] h3::before,
      .alm-reveal__item[data-category-filter="wszystkie"] h3::before,
      .alm-reveal__item[data-category-filter="bajki"] h3::before,
      .alm-reveal__item[data-category-filter="odpornosc-u-dziecka"] h3::before,
      .alm-reveal__item[data-category-filter="brzuszek-i-jelita"] h3::before,
      .alm-reveal__item[data-category-filter="antybiotykoterapia-a-mikrobiota"] h3::before,
      .alm-reveal__item[data-category-filter="o-szczepach-bakterii"] h3::before,
      .alm-reveal__item[data-category-filter="zdrowe-zeby"] h3::before,
      .alm-reveal__item[data-filter="odpornosc-u-dziecka"] h3::before,
      .alm-reveal__item[data-filter="brzuszek-i-jelita"] h3::before,
      .alm-reveal__item[data-filter="antybiotykoterapia-a-mikrobiota"] h3::before,
      .alm-reveal__item[data-filter="o-szczepach-bakterii"] h3::before,
      .alm-reveal__item[data-filter="zdrowe-zeby"] h3::before {
        content: url("../images/icons/icon-book.svg") !important;
        position: absolute;
        left: 8px;
        top: 20px; }
    .block-single-post__item[data-tag-filter=" wideo"] h3, .block-single-post__item[data-tag-filter="wideo"] h3, .block-single-post__item[data-category-filter="acidolekcje"] h3, .block-single-post__item[data-category-filter="w-domu-nie-ma-nudy"] h3, .block-single-post__item[data-category-filter="szkola-gotowania-acidolac"] h3, .block-single-post__item[data-category-filter="miedzy-nami-rodzicami"] h3, .block-single-post__item[data-filter="acidolekcje"] h3, .block-single-post__item[data-filter="w-domu-nie-ma-nudy"] h3, .block-single-post__item[data-filter="szkola-gotowania-acidolac"] h3, .block-single-post__item[data-filter="miedzy-nami-rodzicami"] h3,
    .alm-reveal__item[data-tag-filter=" wideo"] h3,
    .alm-reveal__item[data-tag-filter="wideo"] h3,
    .alm-reveal__item[data-category-filter="acidolekcje"] h3,
    .alm-reveal__item[data-category-filter="w-domu-nie-ma-nudy"] h3,
    .alm-reveal__item[data-category-filter="szkola-gotowania-acidolac"] h3,
    .alm-reveal__item[data-category-filter="miedzy-nami-rodzicami"] h3,
    .alm-reveal__item[data-filter="acidolekcje"] h3,
    .alm-reveal__item[data-filter="w-domu-nie-ma-nudy"] h3,
    .alm-reveal__item[data-filter="szkola-gotowania-acidolac"] h3,
    .alm-reveal__item[data-filter="miedzy-nami-rodzicami"] h3 {
      margin-left: 50px; }
      .block-single-post__item[data-tag-filter=" wideo"] h3::before, .block-single-post__item[data-tag-filter="wideo"] h3::before, .block-single-post__item[data-category-filter="acidolekcje"] h3::before, .block-single-post__item[data-category-filter="w-domu-nie-ma-nudy"] h3::before, .block-single-post__item[data-category-filter="szkola-gotowania-acidolac"] h3::before, .block-single-post__item[data-category-filter="miedzy-nami-rodzicami"] h3::before, .block-single-post__item[data-filter="acidolekcje"] h3::before, .block-single-post__item[data-filter="w-domu-nie-ma-nudy"] h3::before, .block-single-post__item[data-filter="szkola-gotowania-acidolac"] h3::before, .block-single-post__item[data-filter="miedzy-nami-rodzicami"] h3::before,
      .alm-reveal__item[data-tag-filter=" wideo"] h3::before,
      .alm-reveal__item[data-tag-filter="wideo"] h3::before,
      .alm-reveal__item[data-category-filter="acidolekcje"] h3::before,
      .alm-reveal__item[data-category-filter="w-domu-nie-ma-nudy"] h3::before,
      .alm-reveal__item[data-category-filter="szkola-gotowania-acidolac"] h3::before,
      .alm-reveal__item[data-category-filter="miedzy-nami-rodzicami"] h3::before,
      .alm-reveal__item[data-filter="acidolekcje"] h3::before,
      .alm-reveal__item[data-filter="w-domu-nie-ma-nudy"] h3::before,
      .alm-reveal__item[data-filter="szkola-gotowania-acidolac"] h3::before,
      .alm-reveal__item[data-filter="miedzy-nami-rodzicami"] h3::before {
        content: url("../images/icons/icon-video.svg");
        position: absolute;
        left: 8px; }
    .block-single-post__item[data-tag-filter="audio"] h3, .block-single-post__item[data-category-filter="audiobooki"] h3,
    .alm-reveal__item[data-tag-filter="audio"] h3,
    .alm-reveal__item[data-category-filter="audiobooki"] h3 {
      margin-left: 50px; }
      .block-single-post__item[data-tag-filter="audio"] h3::before, .block-single-post__item[data-category-filter="audiobooki"] h3::before,
      .alm-reveal__item[data-tag-filter="audio"] h3::before,
      .alm-reveal__item[data-category-filter="audiobooki"] h3::before {
        content: url("../images/icons/icon-audiobook.svg");
        top: 12px;
        position: absolute;
        left: 8px; }
    .block-single-post__item-details,
    .alm-reveal__item-details {
      position: absolute;
      bottom: 24px; }
    .block-single-post__item img[class*="wp-image-"],
    .alm-reveal__item img[class*="wp-image-"] {
      max-width: 55px; }
    .block-single-post__item span.position-relative,
    .alm-reveal__item span.position-relative {
      color: #808080;
      font-size: 0.875rem; }
      .block-single-post__item span.position-relative::before,
      .alm-reveal__item span.position-relative::before {
        content: url("../images/icons/icon-timer.svg");
        position: relative;
        left: 0;
        top: 3px;
        margin-right: 6px; }
  @media (max-width: 1199.98px) {
    .block-single-post .btn--small,
    .alm-reveal .btn--small {
      min-width: 130px; } }

.blog .video__content,
.blog .js-video-cover {
  min-height: 249px;
  border-radius: 3px; }

.blog .js-video-cover {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px 3px 8px 8px; }

.blog .alm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.blog .btn--medium::after {
  top: 3px; }
  @media (max-width: 1199.98px) {
    .blog .btn--medium::after {
      top: 0; } }
  @media (max-width: 991.98px) {
    .blog .btn--medium::after {
      top: 2px; } }

@media (max-width: 1199.98px) {
  .blog .btn--small {
    min-width: 130px; } }

.home .block-single-post__item--small {
  min-height: 375px !important; }
  @media (max-width: 767.98px) {
    .home .block-single-post__item--small {
      min-height: 395px !important; } }

.section--parents-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 74, 118, 0.1))) !important;
  background-image: -webkit-linear-gradient(top, #fff, rgba(255, 74, 118, 0.1)) !important;
  background-image: -o-linear-gradient(top, #fff, rgba(255, 74, 118, 0.1)) !important;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 74, 118, 0.1)) !important; }
  @media (min-width: 1200px) {
    .section--parents-child h1 {
      margin-bottom: 10px; } }
  .section--parents-child .block-single-post__item h3 {
    min-height: 55px !important; }

.alm-reveal [data-tag-filter="audio"] h3::before,
.alm-reveal [data-category-filter="audiobooki"] h3::before {
  content: url("../images/icons/icon-audiobook.svg");
  top: 21px !important;
  position: absolute;
  left: 8px; }

.products {
  margin-bottom: 94px; }
  @media (max-width: 991.98px) {
    .products {
      margin-bottom: 22px; } }
  .products__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 16px; }
    @media (max-width: 1199.98px) {
      .products__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .products__wrapper {
        grid-template-columns: repeat(1, 1fr); } }
  .products .zspm {
    position: relative; }
    .products .zspm::after {
      content: "ŻSPM";
      position: absolute;
      color: #69bdf9;
      top: 22px;
      right: 25px;
      font-weight: 600; }
  .products__item {
    border: 1px solid #000;
    padding: 20px;
    max-width: 220px;
    margin: 0 40px 40px 0;
    background-color: #fff; }
    .products__item::before {
      content: "";
      width: 100px;
      height: 175px;
      position: absolute;
      z-index: -1;
      top: -20px;
      left: -20px; }
  .products__wrapper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .products__counter {
    display: none; }
  @media (max-width: 1199.98px) {
    .products h2 {
      line-height: 2.625rem; } }

.single-product__main-image {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 354px; }
  @media (max-width: 1199.98px) {
    .single-product__main-image {
      min-height: 324px;
      max-width: 264px; } }

.single-product__thumbnail {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain; }

.single-product .selected {
  border: 2px solid #000; }

.slider-info {
  display: none; }

.show-slider {
  display: block; }

.accordion {
  cursor: pointer; }
  .accordion .h3::after {
    content: "";
    width: 21px;
    height: 12px;
    background: url("../images/icons/arrow-down.svg") no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 20px; }
  .accordion-body {
    display: none; }
  .accordion-header.open .h3::after {
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.tab-content {
  display: none; }

.tab-content.current {
  display: block; }

.category__label {
  margin-right: 39px; }
  @media (max-width: 767.98px) {
    .category__label {
      width: 100% !important; } }
  @media (max-width: 767.98px) {
    .category__label--border {
      border-bottom: 1px solid #dfe4e8; } }
  .category__label--small {
    width: 139px; }
    @media (max-width: 767.98px) {
      .category__label--small {
        width: 100%; } }
  .category__label--large {
    width: 154px !important; }
    @media (max-width: 767.98px) {
      .category__label--large {
        width: 100% !important; } }

.category__list {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 767.98px) {
    .category__list {
      width: 100%; } }
  .category__list--subject select {
    min-width: 300px; }
  .category__list-element::after {
    content: url("../images/icons/arrow-down.svg");
    position: absolute;
    top: 4px;
    right: 50px; }
    @media (max-width: 1199.98px) {
      .category__list-element::after {
        right: 0; } }
  .category__list-element.show::after {
    content: url("../images/icons/arrow-down.svg");
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .category__list span,
  .category__list select {
    border-radius: 5px;
    font-weight: 600;
    height: 38px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #001d60;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .category__list span,
      .category__list select {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  .category__list span {
    min-width: 230px;
    display: inline-block; }
    @media (min-width: 1200px) {
      .category__list span {
        padding: 10px; } }
  .category__list select {
    -moz-appearance: none;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: 0;
    padding: 0 6px;
    width: 139px; }
    @media (max-width: 767.98px) {
      .category__list select {
        padding: 0;
        width: 100%; } }
  .category__list option {
    cursor: pointer;
    border: none; }
  .category__list--filter {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    padding: 10px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    min-width: 200px;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .category__list--filter {
        position: relative;
        padding: 10px 0; } }
    .category__list--filter li {
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .category__list--filter li {
          margin-bottom: 16px; } }
      .category__list--filter li:hover {
        font-weight: 600; }
  .category__list.show span, .category__list-second.show span {
    border-radius: 5px 5px 0 0; }
  .category__list.show .category__list--filter, .category__list-second.show .category__list--filter {
    display: block !important; }
    @media (min-width: 768px) {
      .category__list.show .category__list--filter, .category__list-second.show .category__list--filter {
        border-top: 1px solid rgba(128, 128, 128, 0.16); } }
  .category__list .alm-filter--select.show {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .category__list .alm-filter--select.show::after {
      content: "";
      position: absolute;
      background: url("../images/icons/arrow-down.svg") no-repeat;
      width: 18px;
      height: 10px;
      right: 6px;
      top: 15px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .category__list.show img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .category__list img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .category__list-select-product {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eee !important; }
    @media (min-width: 1200px) {
      .category__list-select-product {
        width: 220px !important; } }

.category .h2 {
  margin-bottom: 38px; }

@media (max-width: 991.98px) {
  .blog-single-post .btn--medium::after {
    top: 5px; } }

.blog,
.single-post {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(rgba(105, 189, 249, 0.07)), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, rgba(105, 189, 249, 0.07), #fff);
  background-image: -o-linear-gradient(top, #fff, rgba(105, 189, 249, 0.07), #fff);
  background-image: linear-gradient(to bottom, #fff, rgba(105, 189, 249, 0.07), #fff); }

.alm-reveal.alm-filters {
  margin-top: 16px; }

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navigation .nav-previous a,
.navigation .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.navigation .nav-next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }
  @media (max-width: 767.98px) {
    .navigation .nav-next a {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }

.navigation .wp-post-image {
  width: 100%;
  border-radius: 8px; }

@media (min-width: 992px) {
  .navigation .nagivation-prev {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

@media (min-width: 992px) {
  .navigation .meta-nav {
    margin-top: 140px;
    max-width: 110px; } }

.navigation .block-single-post__item {
  max-width: 325px; }
  .navigation .block-single-post__item::before {
    content: url("../images/icons/icon-booknavigation.svg");
    position: absolute;
    top: 15px;
    right: 15px; }
  .navigation .block-single-post__item-details {
    max-width: 326px;
    width: 100%; }
  .navigation .block-single-post__item span::before {
    top: 2px; }

.navigation h3 {
  margin-left: 50px; }
  .navigation h3::before {
    content: url("../images/icons/icon-book.svg") !important;
    position: absolute;
    left: -40px;
    top: 15px; }

.tab__content,
.video-tab__content,
.post-tab__content {
  display: none; }

.tab__content.active,
.video-tab__content.active,
.post-tab__content.active {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer; }
  .btn-primary {
    border-radius: 37px;
    height: 56px;
    background-color: #001d60;
    color: #fff;
    font-weight: 600;
    padding: 0 40px;
    border: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: 1.5rem; }
    @media (max-width: 1199.98px) {
      .btn-primary {
        height: 45px;
        min-width: 175px;
        padding: 0 45px;
        font-size: 1rem; } }
    .btn-primary:hover {
      background-color: #fff;
      color: #001d60;
      border: 1px solid #001d60; }
      .btn-primary:hover svg path {
        stroke: #001d60; }
  .btn-secondary {
    background-color: transparent;
    height: 40px;
    border: 2px solid #001d60;
    border-radius: 30px;
    font-weight: 600;
    padding: 0 26px;
    font-size: 1.125rem; }
    @media (max-width: 1199.98px) {
      .btn-secondary {
        font-weight: 400;
        font-size: 0.875rem; } }
    .btn-secondary:hover, .btn-secondary.active {
      text-shadow: 0 0 1px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btn--yellow {
    background-color: #feb800; }
  .btn--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 115px;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    height: 33px;
    font-size: 1.125rem; }
    @media (max-width: 1199.98px) {
      .btn--small {
        min-width: 120px; } }
  .btn--medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 143px;
    font-weight: 600;
    padding: 0 12px;
    position: relative;
    height: 33px;
    font-size: 1.125rem; }
    @media (max-width: 1199.98px) {
      .btn--medium {
        min-width: 170px; } }
  .btn--blue {
    border: 2px solid #0090df;
    color: #0090df;
    border-radius: 30px;
    background: url("../images/icons/arrow-blue.svg") no-repeat;
    background-position: right 10px center; }
    .btn--blue:hover {
      color: #fff;
      background: url("../images/icons/arrow-white.svg") #0090df no-repeat;
      background-position: right 10px center; }
  .btn-outline {
    color: #0090df;
    padding: 0 14px; }
    @media (max-width: 767.98px) {
      .btn-outline {
        min-width: 140px !important; } }
    .btn-outline::after {
      content: url("../images/icons/arrow-blue-small.svg");
      position: absolute;
      right: -8px;
      top: 3px; }
      @media (max-width: 1199.98px) {
        .btn-outline::after {
          top: 0; } }
      @media (max-width: 991.98px) {
        .btn-outline::after {
          top: 5px; } }
    .btn-outline:hover {
      color: #0090df !important;
      background-color: transparent;
      font-weight: 800; }
      .btn-outline:hover::after {
        content: url("../images/icons/arrow-blue-small.svg"); }
  .btn--large {
    color: #001d60;
    height: 75px;
    border-radius: 61px;
    font-weight: 500 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 196px;
    max-width: 274px;
    cursor: default;
    font-size: 1.875rem;
    line-height: 6.1875rem; }
    @media (max-width: 1199.98px) {
      .btn--large {
        height: 55px;
        font-size: 1.125rem;
        line-height: 3rem; } }
    .btn--large:hover {
      color: #001d60; }
  .btn--play {
    border: none;
    top: 15px;
    right: 15px;
    position: absolute;
    background: url("../images/icons/btn-play.svg") center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 3px; }
    .btn--play-video {
      background: url("../images/icons/btn-play-video.svg") center no-repeat !important; }
  .btn--audiobook {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .btn--audiobook::after {
      content: "";
      background: url("../images/icons/icon-audiobook-play.svg") center no-repeat;
      position: absolute;
      z-index: 3;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .btn--audiobook-aside::after {
      content: "";
      background: url("../images/icons/icon-audiobook-aside.svg") center no-repeat;
      position: absolute;
      z-index: 3;
      width: 66px;
      height: 66px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 767.98px) {
        .btn--audiobook-aside::after {
          top: 48px;
          left: auto;
          right: -16px; } }
  .btn-products {
    border-radius: 49px;
    font-weight: 700;
    height: 45px;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .btn-products {
        font-weight: 500;
        width: 47%;
        max-width: 180px;
        font-size: 0.75rem; } }
    .btn-products:hover {
      font-weight: 700 !important; }
    .btn-products--all {
      border: 2px solid #001d60;
      padding: 0 30px; }
      .btn-products--all:hover {
        -webkit-box-shadow: 0 3px 3px rgba(0, 29, 96, 0.4);
        box-shadow: 0 3px 3px rgba(0, 29, 96, 0.4); }
    .btn-products--color:nth-of-type(2) {
      border: 2px solid #ff4a76;
      color: #ff4a76;
      padding: 0 31px 0 52px; }
      .btn-products--color:nth-of-type(2):hover {
        -webkit-box-shadow: 0 3px 3px rgba(255, 74, 118, 0.4);
        box-shadow: 0 3px 3px rgba(255, 74, 118, 0.4); }
      .btn-products--color:nth-of-type(2)::before {
        content: url("../images/icons/products/icon-newborn-small.svg");
        position: absolute;
        top: 2px;
        left: 14px; }
    .btn-products--color:nth-of-type(3) {
      border: 2px solid #69bdf9;
      color: #69bdf9;
      padding: 0 24px 0 55px; }
      .btn-products--color:nth-of-type(3):hover {
        -webkit-box-shadow: 0 3px 3px rgba(105, 189, 249, 0.4);
        box-shadow: 0 3px 3px rgba(105, 189, 249, 0.4); }
      .btn-products--color:nth-of-type(3)::before {
        content: url("../images/icons/products/icon-baby-small.svg");
        position: absolute;
        top: 3px;
        left: 14px; }
    .btn-products--color:nth-of-type(4) {
      border: 2px solid #8ac053;
      color: #8ac053;
      padding: 0 27px 0 55px; }
      @media (max-width: 767.98px) {
        .btn-products--color:nth-of-type(4) {
          padding: 0 18px 0 55px; } }
      .btn-products--color:nth-of-type(4):hover {
        -webkit-box-shadow: 0 3px 3px rgba(138, 192, 83, 0.4);
        box-shadow: 0 3px 3px rgba(138, 192, 83, 0.4); }
      .btn-products--color:nth-of-type(4)::before {
        content: url("../images/icons/products/icon-child-small.svg");
        position: absolute;
        top: 3px;
        left: 14px; }
  .btn--pause {
    background: url("../images/icons/icon-audiobook-pause.svg") center no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: none;
    position: absolute; }
  .btn--audioplay {
    background: url("../images/icons/icon-audiobook-playaudio.svg") center no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: none;
    position: absolute; }

.section--wideo-post .btn--play {
  border: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px; }
  .section--wideo-post .btn--play-video {
    background: url("../images/icons/btn-video-play-blue.svg") center no-repeat !important; }

.section--wideo-post aside .btn--play {
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 66px;
  height: 66px; }
  .section--wideo-post aside .btn--play-video {
    background: url("../images/icons/btn-video-play-blue.svg") center no-repeat !important; }
    @media (max-width: 767.98px) {
      .section--wideo-post aside .btn--play-video {
        background: url("../images/icons/btn-video-play-medium.svg") center no-repeat !important;
        width: 77px;
        height: 77px; } }

.section--wideo-post article .btn--play {
  background: url("../images/icons/btn-video-play-large.svg") center no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px; }

.section--wideo-post--child aside .btn--play {
  background: url("../images/icons/btn-play-video-pink.svg") center no-repeat !important; }

.section--wideo-post--child article .btn--play {
  background: url("../images/icons/btn-play-video-large-pink.svg") center no-repeat; }

.section--parent-child .btn--small {
  min-width: 120px; }

.category .btn--medium::after {
  top: 2px; }

input {
  height: 39px; }

input,
textarea {
  border: 1px solid #0090df;
  width: 100%;
  border-radius: 6px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #001d60;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 1.125rem;
  line-height: 1.6875rem; }

input[type="submit"] {
  color: #fff;
  background-color: #001d60;
  border-radius: 35px;
  border: none;
  height: 67px;
  padding: 0;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 255px;
  display: block;
  margin-left: auto;
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    input[type="submit"] {
      height: 45px;
      min-width: 215px;
      margin-right: auto;
      width: 100%;
      font-size: 1.125rem; } }
  input[type="submit"]:hover {
    background-color: #fff;
    color: #001d60;
    border: 1px solid #001d60; }
  input[type="submit"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  -o-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s; }

input[data-autocompleted] {
  background-color: transparent !important; }

label {
  width: 100%; }

.search-form {
  width: 187px; }
  .search-form input {
    border-radius: 15px;
    height: 31px;
    border: 1px solid #001d60;
    font-size: 1rem; }
  .search-form input[type="submit"] {
    width: 30px;
    height: 30px;
    right: 3px;
    top: 0;
    background: url("../images/icons/search.svg") center no-repeat;
    border: none; }

::-webkit-input-placeholder {
  color: #001d60;
  font-size: 1rem; }

::-moz-placeholder {
  color: #001d60;
  font-size: 1rem; }

::-ms-input-placeholder {
  color: #001d60;
  font-size: 1rem; }

::placeholder {
  color: #001d60;
  font-size: 1rem; }

@media (max-width: 991.98px) {
  .breadcrumbs {
    font-size: 0.75rem; } }

@media (min-width: 992px) {
  .breadcrumbs {
    margin-top: 20px;
    font-size: 0.875rem; } }

@media (max-width: 991.98px) {
  .breadcrumbs a {
    font-size: 0.75rem; } }

@media (min-width: 992px) {
  .breadcrumbs a {
    font-size: 0.875rem; } }

.breadcrumbs span .breadcrumb_last {
  color: #707070 !important; }

.single-product {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 450px;
  padding: 0 24px 20px 40px;
  border-radius: 3px; }
  @media (min-width: 1200px) {
    .single-product {
      max-width: 368px;
      width: 100%; } }
  .single-product::before {
    content: "";
    width: 16px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2; }
  .single-product.dla-dzieci-powyzej-3-roku-zycia::before {
    background-color: #8ac053; }
  .single-product.dla-noworodkow::before {
    background-color: #ff4a76; }
  .single-product.dla-niemowlat-i-dzieci::before {
    background-color: #0090df; }
  .single-product__image {
    max-height: 210px; }
  .single-product__icon {
    top: 24px; }
  .single-product__link {
    margin-top: 35px; }
    @media (min-width: 1200px) and (max-width: 1559.98px) {
      .single-product__link {
        max-width: 272px; } }
  .single-product__content {
    position: absolute;
    bottom: 24px;
    max-width: 295px;
    width: 100%; }
    @media (max-width: 411px) {
      .single-product__content {
        max-width: 262px; } }
  .single-product__tag {
    margin-left: 45px; }
    @media (max-width: 991.98px) {
      .single-product__tag {
        font-size: 1.125rem;
        line-height: 1.6875rem; } }
  .single-product.krople .single-product__tags::before {
    content: url("../images/icons/products/icon-drops.svg");
    position: absolute;
    left: 0;
    top: -6px; }
    @media (max-width: 767.98px) {
      .single-product.krople .single-product__tags::before {
        top: 0; } }
  .single-product.saszetki .single-product__tags::before {
    content: url("../images/icons/products/icon-sachets.svg");
    position: absolute;
    top: -6px; }
    @media (max-width: 767.98px) {
      .single-product.saszetki .single-product__tags::before {
        top: 0; } }
  .single-product.kapsulki .single-product__tags::before {
    content: url("../images/icons/products/icon-capsules.svg");
    position: absolute; }
  .single-product.tabletki .single-product__tags::before {
    content: url("../images/icons/products/icon-pills.svg");
    position: absolute;
    top: 0; }
  .single-product.tabletki-do-zebow .single-product__tags::before {
    content: url("../images/icons/products/icon-tabs-teeth.svg");
    position: absolute;
    top: 5px; }
    @media (max-width: 767.98px) {
      .single-product.tabletki-do-zebow .single-product__tags::before {
        top: 6px; } }

@media (min-width: 1200px) {
  .page-template-template-comparison-products .single-product {
    min-height: 360px !important; } }

@media (max-width: 1199.98px) {
  .tab-content {
    margin: 0 0 47px; } }

.tab-content .col-12 .h3 {
  font-weight: 300 !important;
  margin-top: 99px; }

@media (min-width: 992px) {
  .tab-content-see-more {
    margin-top: -18px; } }

.accordion-item {
  padding: 19px 0 19px 30px; }
  @media (max-width: 767.98px) {
    .accordion-item {
      padding: 26px 0 17px 10px; } }

.accordion .show {
  position: relative; }

.accordion .show::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 16px;
  height: calc(100% - 30px); }
  @media (max-width: 767.98px) {
    .accordion .show::after {
      left: -20px;
      width: 20px;
      bottom: -1px; } }

.accordion-header .h3 {
  font-weight: 500;
  margin: 0 64px 0 0;
  font-size: 1.5rem; }
  @media (max-width: 1199.98px) {
    .accordion-header .h3 {
      line-height: 1.5;
      font-size: 1.125rem; } }
  .accordion-header .h3::after {
    right: 5px; }

.accordion-body p {
  margin: -2px 0 7px; }
  @media (max-width: 1199.98px) {
    .accordion-body p {
      margin: 10px 0 0;
      line-height: 1.34; } }

.tab-content-first.current .accordion .show::after,
.current.tab-content-first .accordion .show::after {
  background-color: #ff4a76; }

.tab-content-first.current .accordion-item,
.current.tab-content-first .accordion-item {
  border-bottom: 1px solid #ff4a76; }

.tab-content-first.current .accordion-header .h3::after,
.current.tab-content-first .accordion-header .h3::after {
  background: url("../images/icons/arrow-down-pink.svg") no-repeat; }

.tab-content-second.current .accordion .show::after,
.current.tab-content-second .accordion .show::after {
  background-color: #8ac053; }

.tab-content-second.current .accordion-item,
.current.tab-content-second .accordion-item {
  border-bottom: 1px solid #8ac053; }

.tab-content-second.current .accordion-header .h3::after,
.current.tab-content-second .accordion-header .h3::after {
  background: url("../images/icons/arrow-down-green.svg") no-repeat; }

.tab-content-third.current .accordion .show::after,
.current.tab-content-third .accordion .show::after {
  background-color: #54a4b8; }

.tab-content-third.current .accordion-item,
.current.tab-content-third .accordion-item {
  border-bottom: 1px solid #54a4b8; }

.tab-content-third.current .accordion-header .h3::after,
.current.tab-content-third .accordion-header .h3::after {
  background: url("../images/icons/arrow-down-blue.svg") no-repeat; }

.tab-content-third.current .accordion span,
.current.tab-content-third .accordion span {
  color: #fff; }

.tab-content-dentifix.current .accordion .show::after,
.current.tab-content-dentifix .accordion .show::after {
  background-color: #69bdf9; }

.tab-content-dentifix.current .accordion-item,
.current.tab-content-dentifix .accordion-item {
  border-bottom: 1px solid #69bdf9; }

.tab-content-dentifix.current .accordion-header .h3::after,
.current.tab-content-dentifix .accordion-header .h3::after {
  background: url("../images/icons/arrow-down-blue.svg") no-repeat; }

.faq {
  margin: 80px 0; }
  @media (max-width: 1199.98px) {
    .faq {
      margin: 40px 0 60px; } }
  @media (max-width: 767.98px) {
    .faq .h3 {
      font-weight: 600 !important; } }

.single-post .attachment-large {
  max-height: 395px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 1920px; }
  @media (max-width: 767.98px) {
    .single-post .attachment-large {
      max-height: 295px; } }

.single-post__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.5;
  background: url("../images/icons/gradient_baner.svg"); }

.single-post__image--audio img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 1200px) {
    .single-post__image--audio img {
      max-width: 650px;
      max-height: 473px; } }
  @media (max-width: 767.98px) {
    .single-post__image--audio img {
      max-height: 328px; } }

.single-post article cite,
.single-post article a,
.single-post article li {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1875rem; }
  @media (max-width: 1199.98px) {
    .single-post article cite,
    .single-post article a,
    .single-post article li {
      font-size: 1.125rem;
      line-height: 1.5625rem; } }

.single-post .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .single-post .nav-links {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }
  @media (min-width: 768px) {
    .single-post .nav-links .post-title {
      max-width: 400px; } }
  @media (min-width: 768px) {
    .single-post .nav-links .nav-next,
    .single-post .nav-links .nav-previous {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 767.98px) {
    .single-post .nav-links .next__post p {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (max-width: 767.98px) {
  .single-post .h5 {
    font-size: 1.5rem; } }

.single-post--story {
  margin-bottom: 86px; }
  @media (max-width: 767.98px) {
    .single-post--story {
      margin-bottom: 46px; } }
  .single-post--story p {
    text-align: center;
    margin-inline: auto; }
  .single-post--story .single-post__image::after {
    content: "";
    background: url("../images/icons/icon-postbook-story.svg") center no-repeat;
    position: absolute;
    z-index: 3;
    width: 147px;
    height: 147px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      .single-post--story .single-post__image::after {
        background: url("../images/icons/icon-postbook-story-m.svg") center no-repeat;
        width: 110px;
        height: 110px; } }
  @media (max-width: 767.98px) {
    .single-post--story .btn-primary {
      background-color: #ff4a76; }
      .single-post--story .btn-primary:hover {
        border: none;
        color: #fff; }
        .single-post--story .btn-primary:hover svg path {
          stroke: #fff; } }

.audio-player {
  bottom: 30px; }

.timeline {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  background-size: 0% 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  border: none; }

.timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #fff; }

.timeline::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #fff; }

.timeline::-ms-thumb {
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #fff; }

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.timeline::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.timeline::-ms-track {
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.ez-toc-title-toggle {
  display: none; }

#ez-toc-container {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 40px 0 20px; }
  #ez-toc-container .ez-toc-title-container {
    margin: 0 0 10px; }
    #ez-toc-container .ez-toc-title-container p {
      font-weight: 700 !important;
      font-family: #001d60 !important;
      font-size: 1.875rem !important; }
      @media (max-width: 991.98px) {
        #ez-toc-container .ez-toc-title-container p {
          font-size: 20px !important; } }
  #ez-toc-container li {
    margin: 5px 0 !important; }
  #ez-toc-container a {
    color: #001d60 !important; }
    #ez-toc-container a:hover {
      text-decoration: none !important; }

@media (min-width: 768px) {
  .section--wideo-post aside {
    max-height: 940px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 24px 40px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff; } }

.section--wideo-post aside .video__content,
.section--wideo-post aside .video__content > img {
  min-width: 160px;
  max-width: 160px;
  height: 135px !important;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 767.98px) {
    .section--wideo-post aside .video__content,
    .section--wideo-post aside .video__content > img {
      min-width: 100%;
      height: 208px !important; } }

.section--wideo-post aside .block-single-post__item {
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 767.98px) {
    .section--wideo-post aside .block-single-post__item {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 3px; } }

.section--wideo-post aside h3 {
  min-height: auto;
  margin-left: 35px; }
  .section--wideo-post aside h3::before {
    content: url("../images/icons/icon-video-small.svg");
    left: 0;
    top: 6px !important; }

.section--wideo-post aside span {
  bottom: 0; }

.section--wideo-post aside p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media (max-width: 767.98px) {
    .section--wideo-post aside p {
      margin-top: 2rem;
      margin-bottom: 4rem; } }

.section--wideo-post .post-categories {
  padding: 0;
  list-style: none; }
  .section--wideo-post .post-categories li a {
    font-weight: 700; }

.section--wideo-post article .video__content,
.section--wideo-post article .video__content > img,
.section--wideo-post article iframe {
  min-height: 473px;
  max-height: 473px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .section--wideo-post article .video__content,
    .section--wideo-post article .video__content > img,
    .section--wideo-post article iframe {
      min-height: 255px;
      max-height: 255px; } }
  .section--wideo-post article .video__content--active,
  .section--wideo-post article .video__content > img--active,
  .section--wideo-post article iframe--active {
    height: 100%;
    min-height: 473px; }
    @media (max-width: 767.98px) {
      .section--wideo-post article .video__content--active,
      .section--wideo-post article .video__content > img--active,
      .section--wideo-post article iframe--active {
        min-height: 255px; } }

@media (max-width: 767.98px) {
  .section--wideo-post article h1 {
    margin: 0; } }

.section--wideo-post .block-single-post__item--large {
  min-height: 435px !important; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section--wideo-post .block-single-post__item--large {
      min-height: 420px !important; } }
  @media (max-width: 991.98px) {
    .section--wideo-post .block-single-post__item--large {
      min-height: 450px !important; } }
  .section--wideo-post .block-single-post__item--large h3 {
    min-height: 40px; }

.section--wideo-post .single-video h3 {
  min-height: 72px; }

.section--wideo-post aside [data-tag-filter="audio"] h3::before {
  top: 0 !important;
  left: 0 !important; }

.box-width__image {
  max-width: 350px;
  top: -30px;
  position: absolute; }
  @media (max-width: 991.98px) {
    .box-width__image {
      position: relative;
      top: -10px; } }

.box__image {
  max-width: 168px; }

.box-border--dashed p {
  color: #000;
  margin: 0; }

.box-border-radius {
  border-radius: 97px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16); }
  @media (max-width: 1199.98px) {
    .box-border-radius {
      border-radius: 40px; } }

@media (min-width: 768px) {
  .wp-block-group__inner-container:nth-child(1) {
    margin-left: 330px !important;
    margin-bottom: 50px; } }

.box-paragraph {
  min-height: 146px; }
  @media (min-width: 768px) {
    .box-paragraph {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .box-paragraph__image {
      position: absolute;
      top: -60px;
      max-width: 216px;
      max-height: 179px; } }

.section--single-post {
  overflow: hidden; }

.box-right__wrapper {
  max-width: 1020px; }
  @media (max-width: 1559.98px) {
    .box-right__wrapper {
      max-width: 1106px; } }
  @media (max-width: 1199.98px) {
    .box-right__wrapper {
      max-width: 875px; } }
  @media (max-width: 991.98px) {
    .box-right__wrapper {
      max-width: 650px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .box-right__wrapper .box-width__image {
      position: relative; } }

.box-text--blue p {
  font-weight: 700;
  text-decoration: underline; }
  @media (max-width: 991.98px) {
    .box-text--blue p {
      font-size: 1.25rem; } }

.box-text--border p {
  text-decoration: underline; }

.carousel__image {
  max-height: 141px;
  position: absolute;
  top: -40px; }

@media (min-width: 992px) {
  .carousel a {
    width: 100%; } }

.carousel p {
  font-size: 1.25rem; }

.box-full-width--zero {
  padding-right: 0 !important; }
  .box-full-width--zero .slick-next {
    display: none !important; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .box-full-width--zero .carousel__item {
      min-height: 290px; } }
  @media (max-width: 991.98px) {
    .box-full-width--zero .carousel__item {
      min-height: 270px; } }

.select2-search {
  display: none !important; }

.select2-selection--single {
  border-radius: 5px !important;
  font-weight: 600;
  height: 38px !important;
  cursor: pointer;
  background-color: #fff;
  border: none !important; }
  @media (min-width: 768px) {
    .select2-selection--single {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }

.select2-selection__rendered {
  color: #001d60 !important;
  font-size: 1.125rem !important;
  padding-left: 6px !important;
  line-height: 38px !important; }
  @media (max-width: 767.98px) {
    .select2-selection__rendered {
      padding-left: 0 !important; } }

.select2-selection__arrow {
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .select2-selection__arrow b {
    display: none !important; }
  .select2-selection__arrow::after {
    content: "";
    position: absolute;
    background: url("../images/icons/arrow-down.svg") no-repeat;
    right: 6px;
    top: 15px;
    width: 18px;
    height: 10px; }

.select2-container {
  min-width: 183px; }
  @media (max-width: 767.98px) {
    .select2-container {
      width: 100% !important; } }

.select2-results ul li {
  color: #001d60 !important;
  font-size: 1.125rem !important;
  padding-left: 6px !important;
  font-weight: 600; }

.select2-results ul li:first-child {
  display: none; }

.select2-results__option--selected {
  background-color: #fff !important; }

.select2-dropdown {
  border: none !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #69bdf9 !important;
  color: #fff !important; }

@media (max-width: 767.98px) {
  .category__label--border {
    width: 100%; } }

.select2-container--open .select2-selection__arrow::after {
  content: "";
  position: absolute;
  background: url("../images/icons/arrow-down.svg") no-repeat;
  width: 18px;
  height: 10px;
  right: 6px;
  top: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.select2-container--open .select2-selection--single {
  border-radius: 0 !important; }

.select2-container--default .select2-results__option--disabled {
  color: #999 !important; }


/*Rewrite*/

body.post-type-archive-warto_wiedziec .section--faq .container .tabs .category-third{
  display: none!important;
}

.product_buttons{
  margin-right: 27px!important;
  border:1px solid #0090df!important;
  background-color: #0090df!important;
  padding: 0 20px;
  color: #fff!important;
  border-radius: 23px;
  min-height: 48px !important;
  min-width: inherit!important;
}

.product_buttons:hover{
  background-color: #fff!important;
  color: #0090df!important;
  border:1px solid #0090df!important;
}

.product_buttons img{
 margin-left: 10px!important;
}

.product_buttons img.hidden{
 display: none;
 }

.product_buttons:hover img.hidden{
 display: block;
}
.product_buttons:hover img.show{
  display: none!important;
 }

@media only screen and (max-width: 1000px){
  .product_buttons{
    margin-bottom: 20px;
    width: 100%!important;
    justify-content: center!important;
    min-width: inherit!important;
    padding: 0 20px !important;
  }
}
