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

*, ::after, ::before {
  -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",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: .5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

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

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

code, kbd, pre, 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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

button, input, optgroup, select, 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; }

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

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

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

input[type=checkbox], input[type=radio] {
  -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; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

.small, small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

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

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

@media (min-width: 351px) {
  .container, .container-xs {
    max-width: 539px; } }

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

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

@media (min-width: 1024px) {
  .container, .container-md, .container-rg, .container-sm, .container-xs {
    max-width: 902px; } }

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

@media (min-width: 1460px) {
  .container, .container-lg, .container-md, .container-rg, .container-sm, .container-xl, .container-xs {
    max-width: 1300px; } }

@media (min-width: 1680px) {
  .container, .container-lg, .container-md, .container-rg, .container-sm, .container-xl, .container-xs, .container-xxl {
    max-width: 1420px; } }

.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, .col-1, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-2, .col-20, .col-21, .col-22, .col-23, .col-24, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-rg, .col-rg-1, .col-rg-10, .col-rg-11, .col-rg-12, .col-rg-13, .col-rg-14, .col-rg-15, .col-rg-16, .col-rg-17, .col-rg-18, .col-rg-19, .col-rg-2, .col-rg-20, .col-rg-21, .col-rg-22, .col-rg-23, .col-rg-24, .col-rg-3, .col-rg-4, .col-rg-5, .col-rg-6, .col-rg-7, .col-rg-8, .col-rg-9, .col-rg-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-2, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-2, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-2, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .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 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

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

.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

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

.col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

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

.col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.col-24 {
  -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: 26;
  -ms-flex-order: 25;
  order: 25; }

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

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

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

.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 351px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xs-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xs-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xs-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xs-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 4.16667%; }
  .offset-xs-2 {
    margin-left: 8.33333%; }
  .offset-xs-3 {
    margin-left: 12.5%; }
  .offset-xs-4 {
    margin-left: 16.66667%; }
  .offset-xs-5 {
    margin-left: 20.83333%; }
  .offset-xs-6 {
    margin-left: 25%; }
  .offset-xs-7 {
    margin-left: 29.16667%; }
  .offset-xs-8 {
    margin-left: 33.33333%; }
  .offset-xs-9 {
    margin-left: 37.5%; }
  .offset-xs-10 {
    margin-left: 41.66667%; }
  .offset-xs-11 {
    margin-left: 45.83333%; }
  .offset-xs-12 {
    margin-left: 50%; }
  .offset-xs-13 {
    margin-left: 54.16667%; }
  .offset-xs-14 {
    margin-left: 58.33333%; }
  .offset-xs-15 {
    margin-left: 62.5%; }
  .offset-xs-16 {
    margin-left: 66.66667%; }
  .offset-xs-17 {
    margin-left: 70.83333%; }
  .offset-xs-18 {
    margin-left: 75%; }
  .offset-xs-19 {
    margin-left: 79.16667%; }
  .offset-xs-20 {
    margin-left: 83.33333%; }
  .offset-xs-21 {
    margin-left: 87.5%; }
  .offset-xs-22 {
    margin-left: 91.66667%; }
  .offset-xs-23 {
    margin-left: 95.83333%; } }

@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 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -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: 26;
    -ms-flex-order: 25;
    order: 25; }
  .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; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@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 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -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: 26;
    -ms-flex-order: 25;
    order: 25; }
  .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; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1024px) {
  .col-rg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-rg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-rg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-rg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-rg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-rg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-rg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-rg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-rg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-rg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-rg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-rg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-rg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-rg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-rg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-rg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-rg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-rg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-rg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-rg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-rg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-rg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-rg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-rg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-rg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-rg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-rg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-rg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-rg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-rg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-rg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-rg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-rg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-rg-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-rg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-rg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-rg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-rg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-rg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-rg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-rg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-rg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-rg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-rg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-rg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-rg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-rg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-rg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-rg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-rg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-rg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-rg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-rg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-rg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-rg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-rg-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-rg-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-rg-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-rg-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-rg-0 {
    margin-left: 0; }
  .offset-rg-1 {
    margin-left: 4.16667%; }
  .offset-rg-2 {
    margin-left: 8.33333%; }
  .offset-rg-3 {
    margin-left: 12.5%; }
  .offset-rg-4 {
    margin-left: 16.66667%; }
  .offset-rg-5 {
    margin-left: 20.83333%; }
  .offset-rg-6 {
    margin-left: 25%; }
  .offset-rg-7 {
    margin-left: 29.16667%; }
  .offset-rg-8 {
    margin-left: 33.33333%; }
  .offset-rg-9 {
    margin-left: 37.5%; }
  .offset-rg-10 {
    margin-left: 41.66667%; }
  .offset-rg-11 {
    margin-left: 45.83333%; }
  .offset-rg-12 {
    margin-left: 50%; }
  .offset-rg-13 {
    margin-left: 54.16667%; }
  .offset-rg-14 {
    margin-left: 58.33333%; }
  .offset-rg-15 {
    margin-left: 62.5%; }
  .offset-rg-16 {
    margin-left: 66.66667%; }
  .offset-rg-17 {
    margin-left: 70.83333%; }
  .offset-rg-18 {
    margin-left: 75%; }
  .offset-rg-19 {
    margin-left: 79.16667%; }
  .offset-rg-20 {
    margin-left: 83.33333%; }
  .offset-rg-21 {
    margin-left: 87.5%; }
  .offset-rg-22 {
    margin-left: 91.66667%; }
  .offset-rg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .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 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -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: 26;
    -ms-flex-order: 25;
    order: 25; }
  .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; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1460px) {
  .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 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -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: 26;
    -ms-flex-order: 25;
    order: 25; }
  .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; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1680px) {
  .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 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xxl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xxl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xxl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xxl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xxl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xxl-24 {
    -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: 26;
    -ms-flex-order: 25;
    order: 25; }
  .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; }
  .order-xxl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xxl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xxl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xxl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xxl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xxl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xxl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xxl-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xxl-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xxl-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xxl-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 4.16667%; }
  .offset-xxl-2 {
    margin-left: 8.33333%; }
  .offset-xxl-3 {
    margin-left: 12.5%; }
  .offset-xxl-4 {
    margin-left: 16.66667%; }
  .offset-xxl-5 {
    margin-left: 20.83333%; }
  .offset-xxl-6 {
    margin-left: 25%; }
  .offset-xxl-7 {
    margin-left: 29.16667%; }
  .offset-xxl-8 {
    margin-left: 33.33333%; }
  .offset-xxl-9 {
    margin-left: 37.5%; }
  .offset-xxl-10 {
    margin-left: 41.66667%; }
  .offset-xxl-11 {
    margin-left: 45.83333%; }
  .offset-xxl-12 {
    margin-left: 50%; }
  .offset-xxl-13 {
    margin-left: 54.16667%; }
  .offset-xxl-14 {
    margin-left: 58.33333%; }
  .offset-xxl-15 {
    margin-left: 62.5%; }
  .offset-xxl-16 {
    margin-left: 66.66667%; }
  .offset-xxl-17 {
    margin-left: 70.83333%; }
  .offset-xxl-18 {
    margin-left: 75%; }
  .offset-xxl-19 {
    margin-left: 79.16667%; }
  .offset-xxl-20 {
    margin-left: 83.33333%; }
  .offset-xxl-21 {
    margin-left: 87.5%; }
  .offset-xxl-22 {
    margin-left: 91.66667%; }
  .offset-xxl-23 {
    margin-left: 95.83333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

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

.table-bordered {
  border: 1px solid #dee2e6; }

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5; }

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6; }

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

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

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

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

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

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

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

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

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

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

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

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

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

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

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

@media (min-width: 351px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto; } }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-rg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-rg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1460px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-toolbar {
  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: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

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

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

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

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

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

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

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

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

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

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

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

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

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

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

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

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-rg, .navbar .container-sm, .navbar .container-xl, .navbar .container-xs, .navbar .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

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

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

@media (min-width: 351px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xs > .container, .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-rg, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-xl, .navbar-expand-xs > .container-xs, .navbar-expand-xs > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xs .navbar-toggler {
    display: none; } }

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-rg, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-rg, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

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

@media (min-width: 1024px) {
  .navbar-expand-rg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-rg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-rg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-rg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-rg > .container, .navbar-expand-rg > .container-fluid, .navbar-expand-rg > .container-lg, .navbar-expand-rg > .container-md, .navbar-expand-rg > .container-rg, .navbar-expand-rg > .container-sm, .navbar-expand-rg > .container-xl, .navbar-expand-rg > .container-xs, .navbar-expand-rg > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-rg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-rg .navbar-toggler {
    display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-rg, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

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

@media (min-width: 1460px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-rg, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

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

@media (min-width: 1680px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-rg, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xs, .navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xxl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-rg, .navbar-expand > .container-sm, .navbar-expand > .container-xl, .navbar-expand > .container-xs, .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-rg, .navbar-expand > .container-sm, .navbar-expand > .container-xl, .navbar-expand > .container-xs, .navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

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

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

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

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

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

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

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px); }

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

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

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

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

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

.accordion {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

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

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

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

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

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

a.badge:focus, a.badge:hover {
  text-decoration: none; }

.badge:empty {
  display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 351px) {
  .list-group-horizontal-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

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

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

@media (min-width: 1024px) {
  .list-group-horizontal-rg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-rg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-rg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-rg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-rg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-rg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

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

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

@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.toast-body {
  padding: .75rem; }

.modal-open {
  overflow: hidden; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.modal-footer > * {
  margin: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1460px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  -o-transition: opacity 0s .6s;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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: 351px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-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: 1024px) {
  .d-rg-none {
    display: none !important; }
  .d-rg-inline {
    display: inline !important; }
  .d-rg-inline-block {
    display: inline-block !important; }
  .d-rg-block {
    display: block !important; }
  .d-rg-table {
    display: table !important; }
  .d-rg-table-row {
    display: table-row !important; }
  .d-rg-table-cell {
    display: table-cell !important; }
  .d-rg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: 1460px) {
  .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: 1680px) {
  .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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

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

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

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

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

@media (min-width: 1200px) {
  .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: 1460px) {
  .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: 1680px) {
  .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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
  .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; }
  .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; }
  .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-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; } }

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

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

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

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

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

.text-truncate {
  overflow: hidden;
  -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: 351px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-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: 1024px) {
  .text-rg-left {
    text-align: left !important; }
  .text-rg-right {
    text-align: right !important; }
  .text-rg-center {
    text-align: center !important; } }

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

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

@media (min-width: 1680px) {
  .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: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
  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;
  overflow-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.col-3rd, .col-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-3rd, .col-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-xs-3rd, .col-xs-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 351px) {
  .col-xs-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-xs-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-sm-3rd, .col-sm-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-md-3rd, .col-md-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-rg-3rd, .col-rg-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1024px) {
  .col-rg-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-rg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-lg-3rd, .col-lg-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1200px) {
  .col-lg-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-xl-3rd, .col-xl-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1460px) {
  .col-xl-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-xl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.col-xxl-3rd, .col-xxl-5th {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1680px) {
  .col-xxl-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%; }
  .col-xxl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 10px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools {
  opacity: .75; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25); }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25); }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper {
  width: 100%; }

.swiper-proposal {
  padding-bottom: 5px;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0); }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 1px;
  background-color: #ccd1d1;
  margin-top: 24px;
  top: unset; }

.swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite .swiper-pagination-progressbar-fill, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite .swiper-pagination-progressbar-fill {
  background-color: #00181b; }

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -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:after, .slick-track:before {
  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; }

.slick-track {
  padding-top: 10px; }

.slick-track .slick-slide:focus {
  outline: 0; }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

.lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.drop-shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16); }

.font-primary, .newsletter__title, .page-header__product-title, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6, h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat,sans-serif;
  color: #00939d;
  font-weight: 500; }

@media (max-width: 767.98px) {
  .font-primary, .newsletter__title, .page-header__product-title, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1; } }

.typo-h1, h1 {
  font-size: 56px;
  line-height: 64px; }

@media (max-width: 767.98px) {
  .typo-h1, h1 {
    font-size: 40px;
    line-height: 48px; } }

.newsletter__title, .page-header__product-title, .typo-h2, h2 {
  font-size: 40px;
  line-height: 48px; }

@media (max-width: 767.98px) {
  .newsletter__title, .page-header__product-title, .typo-h2, h2 {
    font-size: 32px;
    line-height: 40px; } }

.typo-h3, h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px; }

.typo-h4, h4 {
  font-size: 24px;
  line-height: 30px; }

.typo-h5, h5 {
  font-size: 20px;
  line-height: 24px; }

@media (max-width: 767.98px) {
  .typo-h5, h5 {
    line-height: 1;
    font-size: 18px; } }

.typo-h6, h6 {
  font-size: 20px;
  line-height: 30px; }

@media (max-width: 767.98px) {
  .typo-h6, h6 {
    line-height: 1; } }

body, html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

body {
  font-family: Montserrat,sans-serif;
  color: #012428; }

a {
  color: #012428; }

a:active, a:focus, a:hover {
  color: #012428;
  text-decoration: none; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 1002; }

.overlay.is-visible {
  opacity: 100%;
  visibility: visible; }

.btn {
  border-radius: 0;
  border: 0; }

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary-seaweed {
  background-color: #027886;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 8px 8px 24px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.btn-primary-seaweed:active, .btn-primary-seaweed:focus, .btn-primary-seaweed:hover {
  color: #fff;
  background-color: #027886; }

.btn-circle {
  border-radius: 50%;
  background-color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-circle--icon path {
  stroke: #027886; }

.--yellow {
  background-color: #f9b619; }

.site-wrapper {
  position: relative;
  padding-top: 116px;
  padding-bottom: 126px; }

.site-wrapper table {
  border-collapse: collapse; }

.site-wrapper table td, .site-wrapper table th {
  border: 1px solid #000; }

.site-wrapper table thead th, .site-wrapper table thead tr {
  padding: 8px 6px; }

.site-wrapper table tbody td, .site-wrapper table tbody tr {
  padding: 6px; }

.site-wrapper--lp {
  padding-bottom: 0; }

.site-wrapper--christmas {
  margin-bottom: 116px !important;
  background-color: #f6fdf1; }

@media (max-width: 1400px) {
  .site-wrapper--christmas {
    margin-bottom: 190px !important; } }

.site-wrapper--easter {
  margin-bottom: 116px !important;
  background-color: #feffd3; }

@media (max-width: 1400px) {
  .site-wrapper--easter {
    margin-bottom: 190px !important; } }

@media (max-width: 1459.98px) {
  .site-wrapper {
    padding-bottom: 70px;
    padding-top: 110px; } }

@media (max-width: 1023.98px) {
  .site-wrapper {
    padding-top: 72px; } }

@media (max-width: 767.98px) {
  .site-wrapper {
    padding-top: 70px; } }

.site-wrapper__image {
  position: absolute;
  bottom: 0; }

@media (max-width: 767.98px) {
  .site-wrapper__image {
    bottom: 20px; } }

.site-wrapper__image--left {
  left: 0; }

@media (max-width: 767.98px) {
  .site-wrapper__image--left {
    display: none; } }

.site-wrapper__image--right {
  right: 0; }

@media (max-width: 767.98px) {
  .site-wrapper__image--right {
    height: 200px; } }

.flexible-content-section {
  margin-bottom: 60px; }

.flexible-content-section.--half-margin {
  margin-bottom: 80px; }

@media (max-width: 767.98px) {
  .flexible-content-section.--half-margin {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .flexible-content-section {
    margin-bottom: 10px; } }

input, textarea {
  border: 1px solid #027886;
  padding: 11px 16px;
  outline: 0;
  font-size: 14px;
  color: #667476; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #667476; }

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #667476; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #667476; }

input::placeholder, textarea::placeholder {
  color: #667476; }

.revslider {
  padding-bottom: 30px; }

.color-white {
  color: #fff; }

.color-main-120 {
  color: #00181b; }

.color-main-115 {
  color: #014850; }

.color-main-110 {
  color: #00848d; }

.color-main-100 {
  color: #00939d; }

.color-main-90 {
  color: #1a9ea7; }

.color-main-80 {
  color: #33a9b1; }

.color-main-70 {
  color: #4db3ba; }

.color-main-60 {
  color: #66bec4; }

.color-main-50 {
  color: #80c9ce; }

.color-main-40 {
  color: #99d4d8; }

.color-main-30 {
  color: #b2dfe2; }

.color-main-20 {
  color: #cce9eb; }

.color-main-10 {
  color: #e5f4f5; }

.color-secondary-100 {
  color: #ffb800; }

.color-secondary-90 {
  color: #ffbf19; }

.color-secondary-80 {
  color: #ffdd87; }

.color-price-main {
  color: #f93822; }

.color-price-secondary {
  color: #ffed00; }

.color-new-blue {
  color: #00b3e3; }

.color-button-border {
  color: #00939d; }

.color-button-document-active {
  color: #006970; }

.color-button-document {
  color: #f0f2f2; }

.color-documents-list-title {
  color: #01545e; }

.color-documents-list-file-name {
  color: #334649; }

.color-documents-list-link {
  color: #006970; }

.color-newsletter-line-100 {
  color: #9ac9cf; }

.color-background-light {
  color: #f5f6f7; }

.color-background-dark {
  color: #102838; }

.color-background-color_light {
  color: #e5f4f5; }

.color-background-color_dark {
  color: #cce9eb; }

.color-scrollbar-drag {
  color: #00939d; }

.color-scrollbar-background {
  color: #f5f6f7; }

.color-black-100 {
  color: #101820; }

.color-black-80 {
  color: #464646; }

.color-black-60 {
  color: #747474; }

.color-black-40 {
  color: #a3a3a3; }

.color-black-20 {
  color: #d1d1d1; }

.color-black-10 {
  color: #e8e8e8; }

.color-grey-100 {
  color: #716e6e; }

.color-grey-80 {
  color: #918e8e; }

.color-grey-60 {
  color: #a19e9e; }

.color-grey-40 {
  color: #b1afaf; }

.color-grey-20 {
  color: #d2cfcf; }

.color-grey-10 {
  color: #e2e0e0; }

.color-green-120 {
  color: #5f9400; }

.color-green-100 {
  color: #78b014; }

.color-green-80 {
  color: #93c043; }

.color-green-60 {
  color: #aed072; }

.color-green-40 {
  color: #c9dfa1; }

.color-green-20 {
  color: #e4efd0; }

.color-green-10 {
  color: #f2f7e8; }

.color-border-main {
  color: #ccd1d1; }

.color-border-darken {
  color: #d4d6dd; }

.color-border-accent {
  color: #334d69; }

.color-border-light {
  color: #e6e8e8; }

.color-border-product {
  color: #e6f2f3; }

.color-border-search-files {
  color: #ccd1d1; }

.color-success-100 {
  color: #26bc47; }

.color-success-10 {
  color: #f1fdf4; }

.color-error-100 {
  color: #d80000; }

.color-error-10 {
  color: #fbe6e6; }

.color-pink-100 {
  color: #fce7eb; }

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

.bg-main-120 {
  background-color: #00181b; }

.bg-main-115 {
  background-color: #014850; }

.bg-main-110 {
  background-color: #00848d; }

.bg-main-100 {
  background-color: #00939d; }

.bg-main-90 {
  background-color: #1a9ea7; }

.bg-main-80 {
  background-color: #33a9b1; }

.bg-main-70 {
  background-color: #4db3ba; }

.bg-main-60 {
  background-color: #66bec4; }

.bg-main-50 {
  background-color: #80c9ce; }

.bg-main-40 {
  background-color: #99d4d8; }

.bg-main-30 {
  background-color: #b2dfe2; }

.bg-main-20 {
  background-color: #cce9eb; }

.bg-main-10 {
  background-color: #e5f4f5; }

.bg-secondary-100 {
  background-color: #ffb800; }

.bg-secondary-90 {
  background-color: #ffbf19; }

.bg-secondary-80 {
  background-color: #ffdd87; }

.bg-price-main {
  background-color: #f93822; }

.bg-price-secondary {
  background-color: #ffed00; }

.bg-new-blue {
  background-color: #00b3e3; }

.bg-button-border {
  background-color: #00939d; }

.bg-button-document-active {
  background-color: #006970; }

.bg-button-document {
  background-color: #f0f2f2; }

.bg-documents-list-title {
  background-color: #01545e; }

.bg-documents-list-file-name {
  background-color: #334649; }

.bg-documents-list-link {
  background-color: #006970; }

.bg-newsletter-line-100 {
  background-color: #9ac9cf; }

.bg-background-light {
  background-color: #f5f6f7; }

.bg-background-dark {
  background-color: #102838; }

.bg-background-color_light {
  background-color: #e5f4f5; }

.bg-background-color_dark {
  background-color: #cce9eb; }

.bg-scrollbar-drag {
  background-color: #00939d; }

.bg-scrollbar-background {
  background-color: #f5f6f7; }

.bg-black-100 {
  background-color: #101820; }

.bg-black-80 {
  background-color: #464646; }

.bg-black-60 {
  background-color: #747474; }

.bg-black-40 {
  background-color: #a3a3a3; }

.bg-black-20 {
  background-color: #d1d1d1; }

.bg-black-10 {
  background-color: #e8e8e8; }

.bg-grey-100 {
  background-color: #716e6e; }

.bg-grey-80 {
  background-color: #918e8e; }

.bg-grey-60 {
  background-color: #a19e9e; }

.bg-grey-40 {
  background-color: #b1afaf; }

.bg-grey-20 {
  background-color: #d2cfcf; }

.bg-grey-10 {
  background-color: #e2e0e0; }

.bg-green-120 {
  background-color: #5f9400; }

.bg-green-100 {
  background-color: #78b014; }

.bg-green-80 {
  background-color: #93c043; }

.bg-green-60 {
  background-color: #aed072; }

.bg-green-40 {
  background-color: #c9dfa1; }

.bg-green-20 {
  background-color: #e4efd0; }

.bg-green-10 {
  background-color: #f2f7e8; }

.bg-border-main {
  background-color: #ccd1d1; }

.bg-border-darken {
  background-color: #d4d6dd; }

.bg-border-accent {
  background-color: #334d69; }

.bg-border-light {
  background-color: #e6e8e8; }

.bg-border-product {
  background-color: #e6f2f3; }

.bg-border-search-files {
  background-color: #ccd1d1; }

.bg-success-100 {
  background-color: #26bc47; }

.bg-success-10 {
  background-color: #f1fdf4; }

.bg-error-100 {
  background-color: #d80000; }

.bg-error-10 {
  background-color: #fbe6e6; }

.bg-pink-100 {
  background-color: #fce7eb; }

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

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

.mr-8 {
  margin-right: 8px !important; }

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

.mr-12 {
  margin-right: 12px !important; }

.mr-14 {
  margin-right: 14px !important; }

.mr-16 {
  margin-right: 16px !important; }

.mr-18 {
  margin-right: 18px !important; }

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

.mr-24 {
  margin-right: 24px !important; }

.mr-26 {
  margin-right: 26px !important; }

.mr-28 {
  margin-right: 28px !important; }

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

.mr-32 {
  margin-right: 32px !important; }

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

.mr-44 {
  margin-right: 44px !important; }

.mr-48 {
  margin-right: 48px !important; }

.mr-56 {
  margin-right: 56px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-64 {
  margin-right: 64px !important; }

.mr-72 {
  margin-right: 72px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-94 {
  margin-right: 94px !important; }

.mr-96 {
  margin-right: 96px !important; }

.mr-98 {
  margin-right: 98px !important; }

.mr-104 {
  margin-right: 104px !important; }

.mr-106 {
  margin-right: 106px !important; }

.mr-112 {
  margin-right: 112px !important; }

.mr-116 {
  margin-right: 116px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-160 {
  margin-right: 160px !important; }

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

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

.mb-8 {
  margin-bottom: 8px !important; }

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

.mb-12 {
  margin-bottom: 12px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

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

.mb-24 {
  margin-bottom: 24px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

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

.mb-32 {
  margin-bottom: 32px !important; }

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

.mb-44 {
  margin-bottom: 44px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.mb-104 {
  margin-bottom: 104px !important; }

.mb-106 {
  margin-bottom: 106px !important; }

.mb-112 {
  margin-bottom: 112px !important; }

.mb-116 {
  margin-bottom: 116px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

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

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

.mt-8 {
  margin-top: 8px !important; }

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

.mt-12 {
  margin-top: 12px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mt-18 {
  margin-top: 18px !important; }

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

.mt-24 {
  margin-top: 24px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mt-28 {
  margin-top: 28px !important; }

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

.mt-32 {
  margin-top: 32px !important; }

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

.mt-44 {
  margin-top: 44px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mt-104 {
  margin-top: 104px !important; }

.mt-106 {
  margin-top: 106px !important; }

.mt-112 {
  margin-top: 112px !important; }

.mt-116 {
  margin-top: 116px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-160 {
  margin-top: 160px !important; }

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

.ml-6 {
  margin-left: 6px !important; }

.ml-8 {
  margin-left: 8px !important; }

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

.ml-12 {
  margin-left: 12px !important; }

.ml-14 {
  margin-left: 14px !important; }

.ml-16 {
  margin-left: 16px !important; }

.ml-18 {
  margin-left: 18px !important; }

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

.ml-24 {
  margin-left: 24px !important; }

.ml-26 {
  margin-left: 26px !important; }

.ml-28 {
  margin-left: 28px !important; }

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

.ml-32 {
  margin-left: 32px !important; }

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

.ml-44 {
  margin-left: 44px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-56 {
  margin-left: 56px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-64 {
  margin-left: 64px !important; }

.ml-72 {
  margin-left: 72px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-94 {
  margin-left: 94px !important; }

.ml-96 {
  margin-left: 96px !important; }

.ml-98 {
  margin-left: 98px !important; }

.ml-104 {
  margin-left: 104px !important; }

.ml-106 {
  margin-left: 106px !important; }

.ml-112 {
  margin-left: 112px !important; }

.ml-116 {
  margin-left: 116px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-160 {
  margin-left: 160px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-8 {
  padding-bottom: 8px !important; }

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

.pb-12 {
  padding-bottom: 12px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pb-18 {
  padding-bottom: 18px !important; }

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

.pb-24 {
  padding-bottom: 24px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

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

.pb-32 {
  padding-bottom: 32px !important; }

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

.pb-44 {
  padding-bottom: 44px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.pb-104 {
  padding-bottom: 104px !important; }

.pb-106 {
  padding-bottom: 106px !important; }

.pb-112 {
  padding-bottom: 112px !important; }

.pb-116 {
  padding-bottom: 116px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

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

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

.pt-8 {
  padding-top: 8px !important; }

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

.pt-12 {
  padding-top: 12px !important; }

.pt-14 {
  padding-top: 14px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pt-18 {
  padding-top: 18px !important; }

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

.pt-24 {
  padding-top: 24px !important; }

.pt-26 {
  padding-top: 26px !important; }

.pt-28 {
  padding-top: 28px !important; }

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

.pt-32 {
  padding-top: 32px !important; }

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

.pt-44 {
  padding-top: 44px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pt-56 {
  padding-top: 56px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-64 {
  padding-top: 64px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-96 {
  padding-top: 96px !important; }

.pt-98 {
  padding-top: 98px !important; }

.pt-104 {
  padding-top: 104px !important; }

.pt-106 {
  padding-top: 106px !important; }

.pt-112 {
  padding-top: 112px !important; }

.pt-116 {
  padding-top: 116px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-160 {
  padding-top: 160px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Thin.woff2) format("woff2"), url(../fonts/Montserrat-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraLight.woff2) format("woff2"), url(../fonts/Montserrat-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: iconfont;
  src: url(../iconfont/iconfont.eot);
  src: url(../iconfont/iconfont.eot?#iefix) format("eot"), url(../iconfont/iconfont.woff2) format("woff2"), url(../iconfont/iconfont.woff) format("woff"), url(../iconfont/iconfont.ttf) format("truetype"), url(../iconfont/iconfont.svg#iconfont) format("svg"); }

#js-shop-map-container .leaflet-popup__details:after, #js-shop-map-container .leaflet-popup__openhours:before, #js-shop-map-container .leaflet-popup__showmore:after, .action-alert__close:after, .category-menu__close:after, .checkbox__input + .checkbox__label:after, .documents__list__files-data .download:after, .documents__search--icon:after, .documents__search__results.-loading:after, .faq-accordion__header:before, .faq-sidebar-nav__title:after, .faq-sidebar-nav__title:before, .find-shop-box__check-route:after, .find-shop-box__check-route:before, .find-shop-box__content__table .-today:after, .find-shop-box__mobile-show-on-map:after, .find-shop-box__open-current:after, .find-shop-box__open-current:before, .find-shop-box__show-less:after, .find-shop-box__show-more:after, .find-shop-box__show-on-map:after, .find-shop-box__show-on-map:before, .find-shop-form__list ul li:before, .footer__social.-blix:before, .footer__social.-contact:before, .footer__social.-facebook:before, .footer__social.-instagram:before, .footer__social.-linkedin:before, .footer__social.-tiktok:before, .header__language-link:after, .header__language-link:before, .header__leaflet:before, .header__localization:before, .icon-Blix:before, .icon-Tiktok:before, .icon-angel-bottom:before, .icon-angel-left:before, .icon-angel-right:before, .icon-angel-top:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-small-bottom:before, .icon-arrow-small-left:before, .icon-arrow-small-right:before, .icon-arrow-small-top:before, .icon-blix__ess:before, .icon-check-route:before, .icon-check:before, .icon-circle-load:before, .icon-clock:before, .icon-close:before, .icon-close_fullscreen:before, .icon-contents:before, .icon-down-icon:before, .icon-download:before, .icon-end:before, .icon-exit:before, .icon-facebook:before, .icon-faq-nav:before, .icon-first:before, .icon-fullscreen:before, .icon-globe:before, .icon-hours:before, .icon-instagram:before, .icon-last:before, .icon-leaflet:before, .icon-linkedin:before, .icon-mail:before, .icon-map:before, .icon-more:before, .icon-pin:before, .icon-pinterest:before, .icon-print:before, .icon-search:before, .icon-share:before, .icon-start:before, .icon-twitter:before, .icon-zoom-in:before, .icon-zoom-out:before, .image-header-content__social-item.-contact:before, .image-header-content__social-item.-facebook:before, .image-header-content__social-item.-instagram:before, .image-header-content__social-item.-linkedin:before, .leaflet-accordion__headline.collapsed:after, .leaflet-accordion__headline:after, .leaflet-dropdown__close:after, .leaflet-nav__item.-products:after, .leaflet-nav__item.-products:before, .leaflet-responsive-nav__link:after, .leaflet-single__large-nav--next:after, .leaflet-single__large-nav--prev:after, .magazines__share-icon.-facebook:before, .magazines__share-icon.-linkedin:before, .magazines__share-icon.-twitter:before, .magazines__swiper-button-next:after, .magazines__swiper-button-prev:after, .map-mobile-trigger__content:before, .mega-menu__social-item.-blix:before, .mega-menu__social-item.-facebook:before, .mega-menu__social-item.-instagram:before, .mega-menu__social-item.-linkedin:before, .mega-menu__social-item.-tiktok:before, .page-nav__name:after, .products-categories-slider__arrow.-next:before, .products-categories-slider__arrow.-prev:before, .products-categories__swiper-button-next:after, .products-categories__swiper-button-prev:after, .products-offer__heading-link:after, .proposal__card-link:after, .proposal__swiper-button-next:after, .proposal__swiper-button-prev:after, .section-heading__link:after, .shop-finder__localization-text:before, .single-share:before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-display: swap;
  text-decoration: none;
  text-transform: none;
  line-height: 1; }

.icon-Blix:before {
  content: ""; }

.icon-Tiktok:before {
  content: ""; }

.icon-angel-bottom:before {
  content: ""; }

.icon-angel-left:before {
  content: ""; }

.icon-angel-right:before {
  content: ""; }

.icon-angel-top:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-small-bottom:before {
  content: ""; }

.icon-arrow-small-left:before {
  content: ""; }

.icon-arrow-small-right:before {
  content: ""; }

.icon-arrow-small-top:before {
  content: ""; }

.icon-blix__ess:before {
  content: ""; }

.icon-check-route:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-circle-load:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-close_fullscreen:before {
  content: ""; }

.icon-contents:before {
  content: ""; }

.icon-down-icon:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-end:before {
  content: ""; }

.icon-exit:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-faq-nav:before {
  content: ""; }

.icon-first:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-hours:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-last:before {
  content: ""; }

.icon-leaflet:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-more:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-start:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

#js-shop-map-container .leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400; }

#js-shop-map-container .leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0; }

#js-shop-map-container .leaflet-pane > svg path {
  pointer-events: none; }

#js-shop-map-container .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto; }

#js-shop-map-container .leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0; }

#js-shop-map-container .leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden; }

#js-shop-map-container .leaflet-tile::-moz-selection {
  background: 0 0; }

#js-shop-map-container .leaflet-tile::selection {
  background: 0 0; }

#js-shop-map-container .leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none; }

#js-shop-map-container .leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none; }

#js-shop-map-container .leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

#js-shop-map-container .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

#js-shop-map-container .leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

#js-shop-map-container .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

#js-shop-map-container .leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 'Helvetica Neue',Arial,Helvetica,sans-serif;
  height: 100%; }

#js-shop-map-container .leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

#js-shop-map-container .leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0078a8; }

#js-shop-map-container .leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

#js-shop-map-container .leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px; }

#js-shop-map-container .leaflet-container .leaflet-control-scale {
  font-size: 11px; }

#js-shop-map-container .leaflet-container a.leaflet-popup-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma,Verdana,sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: 0 0; }

#js-shop-map-container .leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

#js-shop-map-container .leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

#js-shop-map-container .leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

#js-shop-map-container .leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

#js-shop-map-container .leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom; }

#js-shop-map-container .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

#js-shop-map-container .leaflet-tile-loaded {
  visibility: inherit; }

#js-shop-map-container .leaflet-overlay-pane {
  z-index: 400; }

#js-shop-map-container .leaflet-overlay-pane svg {
  -moz-user-select: none; }

#js-shop-map-container .leaflet-tile-pane {
  z-index: 200; }

#js-shop-map-container .leaflet-shadow-pane {
  z-index: 500; }

#js-shop-map-container .leaflet-marker-pane {
  z-index: 600; }

#js-shop-map-container .leaflet-tooltip-pane {
  z-index: 650; }

#js-shop-map-container .leaflet-popup-pane {
  z-index: 700;
  cursor: auto; }

#js-shop-map-container .leaflet-map-pane canvas {
  z-index: 89; }

#js-shop-map-container .leaflet-map-pane svg {
  z-index: 90; }

#js-shop-map-container .leaflet-vml-shape {
  width: 1px;
  height: 1px; }

#js-shop-map-container .lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

#js-shop-map-container .leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto; }

#js-shop-map-container .leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0; }

#js-shop-map-container .leaflet-top .leaflet-control {
  margin-top: 10px; }

#js-shop-map-container .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0; }

#js-shop-map-container .leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

#js-shop-map-container .leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

#js-shop-map-container .leaflet-right {
  right: 0; }

#js-shop-map-container .leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px; }

#js-shop-map-container .leaflet-left {
  left: 0; }

#js-shop-map-container .leaflet-left .leaflet-control {
  margin-left: 10px; }

#js-shop-map-container .leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

#js-shop-map-container .leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

#js-shop-map-container .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

#js-shop-map-container .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

#js-shop-map-container .leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

#js-shop-map-container .leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

#js-shop-map-container .leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#js-shop-map-container .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

#js-shop-map-container .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#js-shop-map-container .leaflet-interactive {
  cursor: pointer; }

#js-shop-map-container .leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab; }

#js-shop-map-container .leaflet-crosshair {
  cursor: crosshair; }

#js-shop-map-container .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

#js-shop-map-container .leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

#js-shop-map-container .leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

#js-shop-map-container .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

#js-shop-map-container .leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto; }

#js-shop-map-container .leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto; }

#js-shop-map-container svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto; }

#js-shop-map-container .leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

#js-shop-map-container .leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

#js-shop-map-container .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #f4f4f4; }

#js-shop-map-container .leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

#js-shop-map-container .leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

#js-shop-map-container .leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

#js-shop-map-container .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../img/leaflet/layers.png);
  width: 36px;
  height: 36px; }

#js-shop-map-container .leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

#js-shop-map-container .leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

#js-shop-map-container .leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

#js-shop-map-container .leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

#js-shop-map-container .leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

#js-shop-map-container .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

#js-shop-map-container .leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

#js-shop-map-container .leaflet-touch .leaflet-control-attribution {
  -webkit-box-shadow: none;
  box-shadow: none; }

#js-shop-map-container .leaflet-touch .leaflet-control-layers {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

#js-shop-map-container .leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console',Monaco,monospace;
  text-indent: 1px; }

#js-shop-map-container .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console',Monaco,monospace;
  text-indent: 1px; }

#js-shop-map-container .leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

#js-shop-map-container .leaflet-control-layers .leaflet-control-layers-list {
  display: none; }

#js-shop-map-container .leaflet-control-layers label {
  display: block; }

#js-shop-map-container .leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/leaflet/layers-2x.png);
  background-size: 26px 26px; }

#js-shop-map-container .leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

#js-shop-map-container .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

#js-shop-map-container .leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

#js-shop-map-container .leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

#js-shop-map-container .leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

#js-shop-map-container .leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

#js-shop-map-container .leaflet-default-icon-path {
  background-image: url(../img/leaflet/marker-icon.png); }

#js-shop-map-container .leaflet-control-attribution {
  padding: 0 5px;
  color: #333; }

#js-shop-map-container .leaflet-control-attribution a {
  text-decoration: none; }

#js-shop-map-container .leaflet-control-attribution a:hover {
  text-decoration: underline; }

#js-shop-map-container .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

#js-shop-map-container .leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

#js-shop-map-container .leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

#js-shop-map-container .leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  color: #716e6e; }

#js-shop-map-container .leaflet-popup a {
  color: #716e6e; }

#js-shop-map-container .leaflet-popup a:hover {
  color: #747474; }

#js-shop-map-container .leaflet-popup__box {
  width: 396px; }

#js-shop-map-container .leaflet-popup__box--without-showmore {
  width: auto; }

#js-shop-map-container .leaflet-popup__box--empty {
  width: 100px; }

@media (max-width: 575.98px) {
  #js-shop-map-container .leaflet-popup__box {
    width: 280px;
    max-width: 280px; } }

#js-shop-map-container .leaflet-popup__heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

#js-shop-map-container .leaflet-popup__heading b {
  font-weight: 600; }

#js-shop-map-container .leaflet-popup__data {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #747474; }

#js-shop-map-container .leaflet-popup__footer {
  width: 100%;
  margin-top: 20px; }

#js-shop-map-container .leaflet-popup__openhours {
  position: relative;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.56; }

#js-shop-map-container .leaflet-popup__openhours:before {
  content: ""; }

#js-shop-map-container .leaflet-popup__openhours:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px; }

#js-shop-map-container .leaflet-popup__openhours b {
  font-weight: 600; }

@media (max-width: 767.98px) {
  #js-shop-map-container .leaflet-popup__openhours {
    padding-right: 100px; } }

#js-shop-map-container .leaflet-popup__showmore {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.56;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#js-shop-map-container .leaflet-popup__showmore:after {
  content: ""; }

#js-shop-map-container .leaflet-popup__showmore:after {
  font-size: 6px;
  padding-left: 4px;
  vertical-align: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#js-shop-map-container .leaflet-popup__showmore:hover {
  color: #747474; }

#js-shop-map-container .leaflet-popup__showmore:hover:after {
  color: #747474; }

#js-shop-map-container .leaflet-popup__details {
  z-index: 2;
  position: absolute;
  right: 21px;
  bottom: 21px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.56;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#js-shop-map-container .leaflet-popup__details:after {
  content: ""; }

#js-shop-map-container .leaflet-popup__details:after {
  font-size: 6px;
  padding-left: 4px;
  vertical-align: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#js-shop-map-container .leaflet-popup__details:hover {
  color: #747474; }

#js-shop-map-container .leaflet-popup__details:hover:after {
  color: #747474; }

#js-shop-map-container .leaflet-popup__tags {
  position: absolute;
  top: 0;
  right: 0; }

#js-shop-map-container .leaflet-popup__tags--mobile {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 8px; }

#js-shop-map-container .leaflet-popup__more-info-tag {
  display: inline-block;
  padding: 4px 11px;
  border: 1px solid #ccd1d1;
  font-size: 11px;
  border-radius: 3px; }

#js-shop-map-container .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 3px;
  background: #fff;
  color: #333;
  border: 1px solid #d4d6dd;
  -webkit-filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, 0.08));
  filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, 0.08));
  position: relative; }

#js-shop-map-container .leaflet-popup-content-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2; }

#js-shop-map-container .leaflet-popup-content-wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d4d6dd;
  position: absolute;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0; }

#js-shop-map-container .leaflet-popup-content {
  margin: 32px;
  line-height: 1.4; }

@media (max-width: 575.98px) {
  #js-shop-map-container .leaflet-popup-content {
    margin: 20px; } }

#js-shop-map-container .leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  display: none; }

#js-shop-map-container .leaflet-popup-tip {
  width: 17px;
  height: 15px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  color: #333; }

#js-shop-map-container .leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

#js-shop-map-container .leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
  border: 1px solid #999; }

#js-shop-map-container .leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
  border: 1px solid #999; }

#js-shop-map-container .leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

#js-shop-map-container .leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999; }

#js-shop-map-container .leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999; }

#js-shop-map-container .leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

#js-shop-map-container .leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

#js-shop-map-container .leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

#js-shop-map-container .leaflet-tooltip-top {
  margin-top: -6px; }

#js-shop-map-container .leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: '';
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

#js-shop-map-container .leaflet-tooltip-bottom {
  margin-top: 6px; }

#js-shop-map-container .leaflet-tooltip-bottom:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: '';
  left: 50%;
  margin-left: -6px;
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

#js-shop-map-container .leaflet-tooltip-left {
  margin-left: -6px; }

#js-shop-map-container .leaflet-tooltip-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: '';
  top: 50%;
  margin-top: -6px;
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

#js-shop-map-container .leaflet-tooltip-right {
  margin-left: 6px; }

#js-shop-map-container .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: '';
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out,opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in,-webkit-transform .3s ease-out;
  transition: opacity .3s ease-in,-webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out,opacity .3s ease-in;
  transition: transform .3s ease-out,opacity .3s ease-in;
  transition: transform .3s ease-out,opacity .3s ease-in,-webkit-transform .3s ease-out; }

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;
  -o-transition: -o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;
  -webkit-transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in;
  -o-transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in; }

.marker-cluster-small {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(102, 190, 196, 0.08); }

.marker-cluster-small div {
  background-color: #00939d; }

.marker-cluster-medium {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(51, 169, 177, 0.08); }

.marker-cluster-medium div {
  background-color: #33a9b1; }

.marker-cluster-large {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(102, 190, 196, 0.08); }

.marker-cluster-large div {
  background-color: #66bec4; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 32px;
  width: 64px !important;
  height: 64px !important; }

.marker-cluster div {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  margin-top: 12px;
  text-align: center;
  border-radius: 20px; }

.marker-cluster span {
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.action-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 1051;
  min-height: 48px;
  background: #00848d;
  -webkit-transform: translate(0, calc(-100% - 5px));
  -ms-transform: translate(0, calc(-100% - 5px));
  transform: translate(0, calc(-100% - 5px));
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  font-size: 14px; }

.action-alert.is-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.action-alert__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: #00848d;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.action-alert__close:after {
  content: ""; }

.action-alert__close:after {
  font-size: 8px;
  display: block; }

.action-alert__content {
  font-size: 1rem;
  color: #fff; }

.action-alert__icon {
  padding-right: 12px;
  vertical-align: -2px; }

.aranz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e6e8e8;
  margin: 8px;
  height: 96%;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .aranz {
    margin: 4px;
    width: calc(100% - 8px); } }

.aranz__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%; }

@media (max-width: 767.98px) {
  .aranz__img {
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: unset;
    flex-shrink: unset; } }

.aranz img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.benefits {
  padding: 80px 0;
  overflow-wrap: break-word; }

@media (max-width: 767.98px) {
  .benefits {
    padding: 48px 0 0; } }

.benefits__main-title {
  margin-bottom: 48px; }

@media (max-width: 767.98px) {
  .benefits__main-title {
    margin-bottom: 24px;
    font-size: 24px; } }

.benefits__circle {
  width: 80px;
  height: 80px;
  background-color: #e6f2f3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

@media (max-width: 767.98px) {
  .benefits__circle {
    width: 80px;
    height: 80px; } }

.benefits__circle.-large {
  width: 125px;
  height: 125px; }

.benefits__title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center; }

@media (max-width: 1459.98px) {
  .benefits__title {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 1023.98px) {
  .benefits__title {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 767.98px) {
  .benefits__title {
    font-size: 14px;
    line-height: 16px; } }

.benefits__description {
  font-weight: 600;
  text-align: center; }

.benefits__lead {
  margin-top: 16px;
  text-align: center; }

.benefits__image {
  max-width: 50px;
  max-height: 50px;
  width: 100%; }

.benefits__image.-large {
  max-width: 78px;
  max-height: 78px; }

.big-offer-row {
  margin-left: -16px; }

@media (max-width: 1023.98px) {
  .big-offer-row {
    margin: 0; } }

.big-offer-row.layout-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.big-offer {
  position: relative;
  border: 1px solid #e6e8e8;
  padding: 2px;
  margin: 0 16px;
  height: 100%; }

@media (max-width: 1023.98px) {
  .big-offer {
    border: 0;
    padding: 0;
    margin: 0 0 24px 0; } }

.big-offer__img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: scale-down;
  -o-object-position: left;
  object-position: left; }

@media (max-width: 1023.98px) {
  .big-offer__img {
    height: auto; } }

.big-offer__btn {
  position: absolute;
  bottom: 56px;
  left: 56px; }

@media (max-width: 767.98px) {
  .big-offer__btn {
    bottom: 40px;
    left: 20px; } }

.brands {
  margin-bottom: 250px; }

@media (max-width: 767.98px) {
  .brands {
    margin-bottom: 0; } }

.brands__title {
  margin-bottom: 48px; }

@media (max-width: 767.98px) {
  .brands__title {
    margin-bottom: 24px;
    font-size: 24px; } }

.brands__lead-big {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px; }

@media (max-width: 767.98px) {
  .brands__lead-big {
    font-size: 16px;
    line-height: 1.5; } }

.brands__lead-small {
  color: #4ea1aa;
  font-size: 16px;
  margin-bottom: 32px; }

.brands__img {
  margin: 30px; }

@media (max-width: 1023.98px) {
  .brands__img {
    margin: 15px; } }

.footer {
  background-color: #00939d;
  color: #fff;
  padding-top: 96px;
  padding-bottom: 42px; }

@media (max-width: 767.98px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 56px; } }

.footer__separator {
  border-color: #ccd1d1;
  margin: 40px 0; }

@media (max-width: 767.98px) {
  .footer__separator {
    margin: 16px 0 24px 0; } }

.footer__menu {
  list-style: none;
  font-size: 20px;
  font-weight: 30px;
  padding: 0;
  font-weight: 500; }

.footer__menu li {
  margin-bottom: 16px; }

.footer__menu li:last-child {
  margin-bottom: 0; }

.footer__menu a {
  color: #fff; }

.footer__menu--small {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.footer__menu--name {
  font-weight: 500; }

.footer__social {
  background: 0 0;
  border: none;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.footer__social:before {
  display: block; }

.footer__social.-facebook:before {
  content: ""; }

.footer__social.-instagram:before {
  content: ""; }

.footer__social.-linkedin:before {
  content: ""; }

.footer__social.-tiktok:before {
  content: ""; }

.footer__social.-blix:before {
  content: ""; }

.footer__social.-contact:before {
  content: ""; }

.footer__social:hover {
  color: #fff;
  opacity: .6; }

.footer__copyrights {
  font-size: 14px;
  line-height: 22px; }

.footer__copyrights--author a {
  font-size: 24px;
  margin-left: 4px;
  color: #fff; }

.homepage-slider__slide {
  display: block;
  margin-bottom: 12px; }

.homepage-slider__card {
  border: 0;
  height: 100%;
  pointer-events: none; }

.homepage-slider__card-image {
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.image-header-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1199.98px) {
  .image-header-content {
    padding: 0;
    min-height: auto; } }

.image-header-content__wrapper {
  background-color: #33a9b1;
  color: #fff;
  padding: 80px 50px 55px 80px; }

@media (max-width: 767.98px) {
  .image-header-content__wrapper {
    padding: 40px 24px; } }

.image-header-content__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem; }

@media (max-width: 767.98px) {
  .image-header-content__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px; } }

.image-header-content__title.-small {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: .5rem; }

@media (max-width: 767.98px) {
  .image-header-content__title.-small {
    font-size: 16px;
    line-height: 1.5; } }

.image-header-content__description {
  font-size: 1.115rem;
  margin-bottom: 1.5rem; }

@media (max-width: 767.98px) {
  .image-header-content__description p {
    font-size: 14px;
    line-height: 1.5; } }

.image-header-content__button {
  margin-top: 16px;
  margin-bottom: 16px; }

.image-header-content__social-item {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

@media (max-width: 767.98px) {
  .image-header-content__social-item {
    font-size: 16px; } }

.image-header-content__social-item:before {
  display: block; }

.image-header-content__social-item.-facebook:before {
  content: ""; }

.image-header-content__social-item.-instagram:before {
  content: ""; }

.image-header-content__social-item.-linkedin:before {
  content: ""; }

.image-header-content__social-item.-contact:before {
  content: ""; }

.image-header-content__social-item:hover {
  color: #fff;
  opacity: .6; }

.image-header-content.-light .image-header-content__wrapper {
  background-color: #ffb800; }

.image-header-content.-carreer .image-header-content__description, .image-header-content.-carreer .image-header-content__social-item {
  color: #00181b; }

.image-header-content.-carreer .image-header-content__wrapper {
  background-color: #e5f4f5; }

.image-header-content.-carreer .image-header-content__button a {
  background-color: #00848d; }

.image-header-content.-carreer .image-header-content__title {
  color: #00939d; }

.image-header-content.-carreer .image-header-content__title.-small {
  color: #00181b; }

.information {
  padding: 40px 20px;
  background-color: #e6f2f3; }

@media (max-width: 1459.98px) {
  .information {
    padding: 30px 20px; } }

@media (max-width: 1023.98px) {
  .information {
    padding: 16px; } }

.information .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.information .col-lg-14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.information__title {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 48px; }

.information__title h2 {
  font-size: 32px;
  line-height: 40px; }

@media (max-width: 1023.98px) {
  .information__title {
    margin-top: 24px;
    margin-bottom: 36px; } }

@media (max-width: 767.98px) {
  .information__title {
    margin-bottom: 1.6rem;
    margin-top: 0; }
  .information__title h2 {
    font-size: 1.4rem;
    line-height: 1.6rem; } }

.information h2, .information h4 {
  color: #014850; }

.information__image {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center; }

@media (max-width: 1023.98px) {
  .information__image {
    margin-bottom: 24px; } }

.information__btn {
  padding-bottom: 56px;
  background-color: #00767e !important;
  min-width: 220px;
  max-width: 220px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

@media (max-width: 767.98px) {
  .information__btn {
    max-width: 160px;
    min-width: 100%;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 100%;
    color: #014850 !important;
    padding: 0 !important;
    background-color: transparent !important;
    font-weight: 600;
    height: auto; }
  .information__btn span {
    color: #014850;
    font-size: .85rem; } }

.information__btn span {
  background-color: #e6f2f3; }

.information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.information__wrapper a {
  max-width: 250px; }

.information__wrapper h4 {
  padding: 10px; }

.information__wrap {
  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;
  gap: 18px; }

@media (max-width: 767.98px) {
  .information__wrap {
    gap: 12px; } }

.information__wrap:not(:last-of-type) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #99d4d8; }

@media (max-width: 767.98px) {
  .information__wrap:not(:last-of-type) {
    margin-bottom: 12px;
    padding-bottom: 12px; } }

.information__wrap .brands__btn, .information__wrap .button, .information__wrap .find-shop-form__button, .information__wrap .homepage-slider__btn, .information__wrap .magazines__btn, .information__wrap .newsletter__btn, .information__wrap .pagination__item--next a, .information__wrap .pagination__item--prev a, .information__wrap .proposal__btn, .pagination__item--next .information__wrap a, .pagination__item--prev .information__wrap a {
  height: 36px; }

.information__wrap .button__icon {
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px; }

.information__wrap h4 {
  font-size: 18px;
  line-height: 24px; }

@media (max-width: 1023.98px) {
  .information__wrap {
    padding-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .information__wrap h4 {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 767.98px) {
  .information__wrap h4 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.25rem; } }

.instagram-slider__card {
  aspect-ratio: 1/1.45;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0 4px; }

.instagram-slider__card-video {
  height: 100%; }

.instagram-slider__card.-smaller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.instagram-slider__card.-smaller .instagram-slider__card--img {
  height: calc(50% - 4px);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.instagram-slider__card img {
  -o-object-fit: cover;
  object-fit: cover; }

.instagram {
  position: relative; }

.instagram__link {
  font-weight: 400;
  line-height: 32px;
  font-size: 22px;
  color: #00939d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.instagram .no-gutters {
  gap: 10px; }

@media (max-width: 1023.98px) {
  .instagram .no-gutters {
    gap: 6px; } }

@media (max-width: 767.98px) {
  .instagram .no-gutters {
    gap: 0; } }

.instagram .no-gutters > div {
  max-width: calc(25% - 8px); }

@media (max-width: 1023.98px) {
  .instagram .no-gutters > div {
    max-width: calc(50% - 8px); } }

@media (max-width: 767.98px) {
  .instagram .no-gutters > div {
    max-width: 50%; } }

.instagram__icon {
  fill: #00939d;
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.instagram__overlay {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 184px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .instagram__overlay {
    max-height: 120px;
    opacity: .9; } }

.instagram__title {
  font-size: 32px;
  line-height: 40px;
  color: #00939d; }

@media (max-width: 767.98px) {
  .instagram__link, .instagram__title {
    font-size: 18px;
    line-height: 26px; }
  .instagram__title {
    margin-bottom: 6px; }
  .instagram__link svg {
    width: 16px;
    height: 16px; } }

.leaflets-swiper {
  position: relative;
  overflow: hidden;
  padding: 20px 0; }

.leaflets-swiper__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.magazines {
  margin-bottom: 32px;
  padding-bottom: 22px;
  position: relative; }

.magazines .swiper-slide {
  opacity: 1 !important; }

.magazines .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important; }

@media (max-width: 767.98px) {
  .magazines {
    margin: 30px auto;
    padding: 0;
    padding-bottom: 0; } }

.magazines__slider {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  padding-top: 22px;
  padding-right: 98px;
  padding-bottom: 23px; }

@media (max-width: 1679.98px) {
  .magazines__slider {
    padding-right: 20px;
    padding-left: 20px; } }

@media (max-width: 767.98px) {
  .magazines__slider {
    padding-top: 16px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 16px; }
  .magazines__slider-info {
    text-align: center; } }

.magazines__slider-circle {
  width: 260px;
  height: 260px;
  background-color: #66bec4;
  border-radius: 50%;
  position: relative;
  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; }

@media (max-width: 1023.98px) {
  .magazines__slider-circle {
    width: 216px;
    height: 216px; } }

@media (max-width: 767.98px) {
  .magazines__slider-circle {
    width: 196px;
    height: 196px; } }

.magazines__slider-img {
  max-width: 340px;
  max-height: 340px;
  margin: auto;
  top: 53px;
  -o-object-fit: contain;
  object-fit: contain; }

@media (max-width: 1199.98px) {
  .magazines__slider-img {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .magazines__slider-img {
    max-width: 170px;
    top: 23px; } }

.magazines__lead-top {
  color: #00848d;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.4; }

@media (max-width: 767.98px) {
  .magazines__lead-top {
    font-size: 20px;
    line-height: 26px; } }

.magazines__title {
  margin-bottom: 32px; }

@media (max-width: 767.98px) {
  .magazines__title {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.2; } }

.magazines__lead {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 24px; }

@media (max-width: 767.98px) {
  .magazines__lead {
    font-size: .85rem;
    margin-bottom: 1rem;
    line-height: 1.1; } }

@media (max-width: 767.98px) {
  .magazines__btn {
    height: 42px !important; } }

.magazines__swiper-button-next, .magazines__swiper-button-prev {
  z-index: 15;
  font-size: 26px;
  bottom: 0;
  color: #00939d; }

.magazines__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem; }

.magazines__swiper-button-next:after {
  content: ""; }

.magazines__swiper-button-prev:after {
  content: ""; }

.magazines__share {
  margin-top: 80px; }

@media (max-width: 767.98px) {
  .magazines__share {
    margin-top: 40px; } }

.magazines__share-title {
  color: #02606b;
  font-weight: 400; }

.magazines__share-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00939d; }

.magazines__share-icon.-facebook:before {
  content: ""; }

.magazines__share-icon.-twitter:before {
  content: ""; }

.magazines__share-icon.-linkedin:before {
  content: ""; }

.mega-menu {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  height: 100%;
  position: fixed;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow-y: auto;
  left: 0;
  top: 0;
  z-index: 1003;
  width: 480px;
  padding: 24px 48px;
  -webkit-box-shadow: 24px 0 80px -40px rgba(0, 0, 0, 0.24);
  box-shadow: 24px 0 80px -40px rgba(0, 0, 0, 0.24); }

@media (max-width: 575.98px) {
  .mega-menu {
    width: 100%;
    padding: 15px; } }

.mega-menu.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible; }

.mega-menu__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccd1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px; }

@media (max-width: 575.98px) {
  .mega-menu__heading {
    width: 100%;
    padding: 15px;
    margin-bottom: 24px; } }

.mega-menu__close {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
  cursor: pointer; }

.mega-menu__close--sub-menu {
  position: absolute;
  margin-right: 0;
  top: -5px;
  left: 50px;
  font-size: 18px; }

@media (max-width: 575.98px) {
  .mega-menu__close--sub-menu {
    left: 30px;
    top: -10px; } }

.mega-menu__content {
  padding-left: 120px;
  padding-right: 48px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  right: 0;
  background-color: #fff; }

.mega-menu__content.is-closed {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media (max-width: 1023.98px) {
  .mega-menu__content {
    height: 100%; } }

@media (max-width: 575.98px) {
  .mega-menu__content {
    padding-left: 45px;
    padding-right: 30px; } }

.mega-menu__wrapper {
  list-style: none;
  padding: 0; }

.mega-menu__logo-img {
  width: 100%; }

@media (max-width: 575.98px) {
  .mega-menu__logo-img {
    max-width: 78px; } }

.mega-menu__submenu {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mega-menu__submenu .mega-menu__item {
  width: 50%;
  text-align: center;
  margin-bottom: 26px; }

.mega-menu__item {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 26px; }

@media (max-width: 575.98px) {
  .mega-menu__item {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px; } }

.mega-menu__small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px; }

@media (max-width: 575.98px) {
  .mega-menu__small {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px; } }

.mega-menu__small .mega-menu__link {
  color: initial; }

.mega-menu__link {
  color: #00939d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mega-menu__link:hover .mega-menu__item-circle {
  background-color: #cce9eb;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.mega-menu__item-circle {
  background-color: #e5f4f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

@media (max-width: 575.98px) {
  .mega-menu__item-circle {
    width: 75px;
    height: 75px; } }

.mega-menu__item-icon {
  max-height: 59px;
  height: 100%;
  width: 100%; }

@media (max-width: 575.98px) {
  .mega-menu__item-icon {
    max-height: 50px; } }

.mega-menu__item-title {
  color: #012428;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500; }

.mega-menu__socials {
  margin-top: 40px;
  margin-bottom: 24px; }

@media (max-width: 575.98px) {
  .mega-menu__socials {
    margin-top: 26px;
    margin-bottom: 24px; } }

@media (max-width: 575.98px) {
  .mega-menu__socials-title {
    font-size: 14px; } }

.mega-menu__social-item {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.mega-menu__social-item:before {
  display: block; }

.mega-menu__social-item.-facebook:before {
  content: ""; }

.mega-menu__social-item.-instagram:before {
  content: ""; }

.mega-menu__social-item.-linkedin:before {
  content: ""; }

.mega-menu__social-item.-tiktok:before {
  content: ""; }

.mega-menu__social-item.-blix:before {
  content: ""; }

.mega-menu__social-item:hover {
  opacity: .6; }

.mega-menu__newsletter {
  font-weight: 500;
  color: #00939d;
  margin-top: 96px;
  margin-bottom: 48px; }

@media (max-width: 575.98px) {
  .mega-menu__newsletter {
    margin-top: 36px;
    margin-bottom: 28px; } }

.mega-menu__newsletter--icon {
  margin-left: 21px;
  width: 14px; }

.mega-menu__newsletter--icon path {
  stroke: #00939d; }

.mega-menu__slide-close > .mega-menu__link {
  position: relative; }

@media (max-width: 575.98px) {
  .mega-menu__slide-close > .mega-menu__link {
    margin-left: 55px; } }

.newsletter-popup {
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff;
  height: 100%;
  position: fixed;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow-y: auto;
  right: 0;
  top: 0;
  z-index: 1003;
  width: 956px;
  padding: 24px 48px;
  -webkit-box-shadow: 24px 0 80px -40px rgba(0, 0, 0, 0.24);
  box-shadow: 24px 0 80px -40px rgba(0, 0, 0, 0.24); }

@media (max-width: 1023.98px) {
  .newsletter-popup {
    width: 100%;
    padding: 24px; } }

.newsletter-popup.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible; }

.newsletter-popup__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #9ac9cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.newsletter-popup__heading-title {
  color: #00939d;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px; }

.newsletter-popup__heading-close {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 24px;
  cursor: pointer; }

.newsletter-popup__title {
  text-align: center;
  margin-bottom: 18px;
  line-height: 36px;
  font-size: 28px; }

.newsletter-popup__lead {
  color: #00848d;
  text-align: center; }

.newsletter-popup__form {
  margin: 24px 0; }

.newsletter-popup__form-input {
  padding: 22px 16px;
  margin-bottom: 16px; }

.newsletter-popup__link {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.newsletter-popup__link:hover {
  text-decoration: underline; }

.newsletter-popup__button {
  margin: 24px 0; }

.newsletter-popup__paragraph {
  font-size: 14px;
  line-height: 22px; }

.newsletter-popup__checkbox {
  margin-bottom: 16px; }

.newsletter-popup__benefits-circle {
  width: 80px;
  height: 80px;
  background-color: #e5f4f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 12px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1023.98px) {
  .newsletter-popup__benefits-circle {
    width: 64px;
    height: 64px; } }

.newsletter-popup__benefits-icon {
  max-width: 51px;
  max-height: 56px; }

.newsletter-popup__benefits-lead {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px; }

@media (max-width: 1023.98px) {
  .newsletter-popup__benefits-lead {
    font-size: 14px;
    line-height: 16px; } }

.newsletter-popup__mce-responses {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #e5f4f5; }

.newsletter {
  background: -o-linear-gradient(10.68deg, #027886 38.29%, rgba(2, 120, 134, 0.826701) 56.33%, #67aeb6 97.46%);
  background: linear-gradient(79.32deg, #027886 38.29%, rgba(2, 120, 134, 0.826701) 56.33%, #67aeb6 97.46%);
  color: #fff;
  padding-top: 65px;
  margin-top: 62px;
  padding-bottom: 97px;
  position: relative; }

.newsletter-static {
  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;
  margin: 40px auto; }

@media (max-width: 1199.98px) {
  .newsletter {
    overflow: hidden; } }

@media (max-width: 767.98px) {
  .newsletter {
    padding-bottom: 0;
    padding-top: 32px; } }

.newsletter__img {
  position: absolute;
  bottom: 0;
  left: 0; }

@media (max-width: 1199.98px) {
  .newsletter__img {
    left: -180px; } }

@media (max-width: 1023.98px) {
  .newsletter__img {
    left: -250px; } }

@media (max-width: 767.98px) {
  .newsletter__img {
    position: relative;
    margin-top: 15px;
    left: 0; } }

.newsletter__title {
  color: #fff;
  margin-bottom: 48px; }

@media (max-width: 767.98px) {
  .newsletter__title {
    margin-bottom: 42px; } }

.newsletter__lead-big {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px; }

@media (max-width: 767.98px) {
  .newsletter__lead-big {
    font-size: 20px; } }

.newsletter__lead-small {
  font-weight: 400;
  margin-bottom: 32px; }

.page-header {
  background-color: #00939d;
  padding-bottom: 72px;
  padding-top: 24px;
  margin-bottom: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1023.98px) {
  .page-header {
    padding-bottom: 24px; } }

.page-header-leaflets {
  padding-bottom: 12px;
  margin-bottom: 12px; }

.page-header--christmas {
  position: relative;
  background: -o-radial-gradient(50% 50%, 50% 50%, #f6fdf1 0, #f6fdf1 100%);
  background: radial-gradient(50% 50% at 50% 50%, #f6fdf1 0, #f6fdf1 100%); }

.page-header--easter {
  position: relative;
  background: -o-radial-gradient(50% 50%, 50% 50%, #f6fdf1 0, #f6fdf1 100%);
  background: radial-gradient(50% 50% at 50% 50%, #f6fdf1 0, #f6fdf1 100%); }

.page-header--walentines {
  background-color: #f6fdf1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-header--backtoschool {
  background-color: #f6fdf1; }

.page-header__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-header__image--center {
  top: 46px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  left: 19.5%; }

@media (max-width: 767.98px) {
  .page-header__image--center {
    top: 40px; } }

.page-header__image--left {
  left: 0; }

@media (max-width: 1679.98px) {
  .page-header__image--left {
    display: none; } }

.page-header__image--right {
  right: 0; }

@media (max-width: 580px) {
  .page-header__image--right {
    display: none; } }

@media (max-width: 767.98px) {
  .page-header {
    padding-left: 8px;
    padding-right: 8px; } }

.page-header__button {
  background-color: #ffb800 !important;
  color: initial !important;
  margin-top: 24px; }

.page-header__description, .page-header__title {
  color: #fff; }

.page-header__title {
  margin-top: 48px; }

.page-header__title--smaller {
  margin-top: 24px; }

.page-header__title--leaflets {
  margin-top: 12px; }

@media (max-width: 767.98px) {
  .page-header__title {
    font-size: 32px; } }

.page-header__product-heading {
  margin-top: 48px; }

.page-header__product-title {
  color: #fff;
  margin-bottom: 24px; }

.page-header__product-image-wrapper {
  position: absolute;
  top: 0; }

.page-header__product-image-wrapper--new {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 93px; }

@media (max-width: 767.98px) {
  .page-header__product-image-wrapper--new {
    top: 12px;
    left: 12px;
    max-width: 15vw; } }

@media (max-width: 767.98px) {
  .page-header__product-image-wrapper {
    position: relative;
    margin-bottom: 24px; } }

.page-header__product-sku {
  color: #cce4e7; }

.page-header__breadcrumbs {
  color: #99d4d8;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400; }

@media (max-width: 767.98px) {
  .page-header__breadcrumbs {
    font-size: 12px;
    line-height: 1.2; } }

.page-header__breadcrumbs-link {
  color: #fff; }

.page-header__breadcrumbs-link:active, .page-header__breadcrumbs-link:focus, .page-header__breadcrumbs-link:hover {
  color: #fff; }

.page-header__breadcrumbs--lp .page-header__breadcrumbs-link {
  color: inherit; }

.page-header__breadcrumbs-separator {
  margin: 0 10px; }

.page-header.-mb-0 {
  margin-bottom: 0; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 60px;
  list-style: none;
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 767.98px) {
  .pagination {
    margin-top: 30px; } }

.pagination__list {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -5px;
  margin-right: -5px; }

.pagination__item {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 60px; }

@media (max-width: 1023.98px) {
  .pagination__item {
    display: none; } }

.pagination__item .is-max {
  display: none; }

@media (max-width: 1023.98px) {
  .pagination__item .is-max {
    display: inline; } }

.pagination__item a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 60px;
  border: 1px solid rgba(0, 147, 157, 0.4);
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out; }

.pagination__item a:hover {
  border: 1px solid #00939d; }

.pagination__item--nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1459.98px) {
  .pagination__item--nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1199.98px) {
  .pagination__item--nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

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

@media (max-width: 1199.98px) {
  .pagination__item--nav a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px; } }

@media (max-width: 575.98px) {
  .pagination__item--nav {
    display: inline-block; } }

.pagination__item--nav:hover {
  border: 0; }

.pagination__item--active a {
  border: 1px solid #33a9b1; }

@media (max-width: 1023.98px) {
  .pagination__item--active {
    display: inline-block; }
  .pagination__item--active a {
    border: 0; } }

.pagination__item--next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (max-width: 1199.98px) {
  .pagination__item--next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.pagination__item--prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (max-width: 1199.98px) {
  .pagination__item--prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.pagination__item.inactive {
  opacity: 0; }

@media (max-width: 1199.98px) {
  .pagination__icon {
    border: 0 !important;
    margin: 0 !important; } }

@media (max-width: 1199.98px) {
  .pagination__link-name {
    display: none; } }

.paragraph-more {
  margin-bottom: 1rem; }

.paragraph-more--collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-animation: collapse .1s linear .1s forwards;
  animation: collapse .1s linear .1s forwards;
  margin: 0; }

.paragraph-more--opened {
  -webkit-animation: open .1s linear .1s forwards;
  animation: open .1s linear .1s forwards; }

.paragraph-more__button {
  cursor: pointer;
  color: #b2dfe2;
  font-size: 16px; }

.paragraph-more__button:hover {
  text-decoration: underline; }

.paragraph-more__button--smaller {
  font-size: 14px;
  line-height: 22px; }

.paragraph-more__button--collapse svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg); }

.price-box {
  font-family: Montserrat,sans-serif;
  background-color: #f93822;
  max-width: 140px;
  max-height: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px;
  min-width: 100px; }

@media (max-width: 1023.98px) {
  .price-box {
    min-height: 100px;
    max-height: 100px; } }

.price-box--promotion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  min-height: 20px; }

.price-box--promotion img {
  width: 100%; }

.price-box__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }

@media (max-width: 1023.98px) {
  .price-box__main {
    gap: 6px; } }

.price-box__main-full {
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  color: #fff; }

@media (max-width: 1023.98px) {
  .price-box__main-full {
    font-size: 50px;
    line-height: 50px; } }

@media (max-width: 767.98px) {
  .price-box__main-full {
    font-size: 42px;
    line-height: 42px; } }

.price-box__main-part {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 700;
  font-size: 16px;
  color: #fff; }

@media (max-width: 1023.98px) {
  .price-box__main-part {
    top: 0;
    right: 0; } }

.price-box__main-value img {
  max-width: 28px;
  margin-bottom: -8px;
  margin-left: -6px; }

@media (max-width: 1023.98px) {
  .price-box__main-value img {
    max-width: 22px;
    margin-bottom: -4px; } }

@media (max-width: 767.98px) {
  .price-box__main-value img {
    margin-bottom: -6px; } }

@media (max-width: 575.98px) {
  .price-box__main-value img {
    margin-bottom: -8px; } }

.price-box__promotion-text {
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2px;
  position: relative;
  margin-top: 6px;
  background-color: #f93822;
  color: #fff; }

.price-box__promotion-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 8px; }

.price-box__promotion-text-right {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2px; }

.price-box__promotion-text-right b {
  font-size: 26px;
  line-height: 26px; }

.product-price {
  max-width: 120px; }

@media (max-width: 1023.98px) {
  .product-price {
    max-width: 100px; } }

.products-offer {
  margin: 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 1459.98px) {
  .products-offer {
    margin: 20px 0; } }

@media (max-width: 767.98px) {
  .products-offer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0; } }

.products-offer__heading-title {
  margin: 0;
  padding: 0;
  font-weight: 300; }

.products-offer__heading-title b, .products-offer__heading-title strong {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .products-offer__heading-title {
    font-size: 24px; } }

.products-offer__heading-link {
  padding: 12px 0;
  text-decoration: none;
  color: #012428;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.products-offer__heading-link:after {
  content: ""; }

@media (max-width: 767.98px) {
  .products-offer__heading-link {
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.products-offer__heading-link:after {
  margin-left: 16px;
  display: block;
  font-size: 16px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.products-offer__heading-link:hover:after {
  margin-left: 26px; }

.products-offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px; }

@media (max-width: 767.98px) {
  .products-offer__list {
    padding-bottom: 0; } }

.products-offer__list.col-rg-8 .products-offer__list-card {
  max-height: 475px; }

@media (max-width: 767.98px) {
  .products-offer__list.col-rg-8 .products-offer__list-card {
    max-height: unset; } }

.products-offer__list.col-rg-24 .products-offer__list-card {
  margin-bottom: 42px; }

.products-offer__list.col-rg-24 img {
  height: revert-layer;
  max-height: 100%;
  height: 100%; }

.products-offer__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s,-webkit-box-shadow .4s;
  overflow: hidden;
  margin: 0;
  border: 1px solid #e6f2f3; }

.products-offer__list-card video {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.products-offer__list-card img, .products-offer__list-card picture {
  width: 100%; }

.products-offer__list-card img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  max-width: 100%; }

.products-offer__list-card img, .products-offer__list-card video {
  -webkit-transition: .2s transform ease-out;
  -o-transition: .2s transform ease-out;
  transition: .2s transform ease-out; }

.products-offer__list-card--half {
  max-width: calc(50% - 4px);
  aspect-ratio: 1/1; }

@media (max-width: 350.98px) {
  .products-offer__list-card--half {
    max-width: 100%; } }

.products-offer__list-card--half img, .products-offer__list-card--half picture {
  height: 100%; }

.products-offer__list-card:hover {
  z-index: 109;
  -webkit-box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.24); }

.products-offer__list-card:hover img, .products-offer__list-card:hover video {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.product-card-link:active, .product-card-link:focus, .product-card-link:hover {
  text-decoration: none;
  color: initial; }

.product-card-row {
  margin: -8px; }

@media (max-width: 767.98px) {
  .product-card-row {
    margin: -4px; } }

.product-card {
  border: 1px solid #e6e8e8;
  position: relative;
  height: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 8px; }

@media (max-width: 767.98px) {
  .product-card {
    padding: 10px;
    margin: 4px;
    height: calc(100% - 8px); } }

.product-card__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  font-size: 15px;
  z-index: 99;
  font-weight: 700;
  text-align: center; }

@media (max-width: 767.98px) {
  .product-card__message {
    font-size: 12px; } }

.product-card__new {
  position: absolute;
  top: 24px;
  z-index: 2;
  max-width: 63px; }

.product-card__new img {
  max-width: 100%; }

@media (max-width: 1023.98px) {
  .product-card__new {
    max-width: 48px;
    top: 12px; } }

.product-card__params {
  position: absolute;
  right: 24px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }

.product-card__params-single {
  top: 24px; }

.product-card__params-single .product-card__params--info {
  width: 74px;
  height: 74px;
  font-size: 16px;
  line-height: 16px; }

.product-card__params-single .product-card__params--info .number {
  font-size: 26px;
  line-height: 24px; }

.product-card__params--info {
  background: #f93822;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12.54px;
  line-height: 11px;
  color: #fff;
  font-weight: 700;
  width: 58px;
  height: 58px; }

.product-card__params--info .number {
  font-size: 23.86px;
  line-height: 21px; }

@media (max-width: 1023.98px) {
  .product-card__params {
    top: 12px;
    right: 12px; }
  .product-card__params--info {
    font-size: 10.54px;
    line-height: 9px;
    width: 52px;
    height: 52px; }
  .product-card__params--info .number {
    font-size: 17.86px;
    line-height: 17px; } }

.product-card--big-offer {
  height: 100%;
  margin: 0 16px; }

@media (max-width: 1023.98px) {
  .product-card--big-offer {
    margin: 0 0 8px 0;
    height: calc(100% - 8px); } }

.product-card:hover {
  -webkit-box-shadow: 0 24px 80px -40px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 80px -40px rgba(0, 0, 0, 0.24); }

.product-card__image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.product-card__text-wrapper {
  max-height: 150px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px); }

@media (max-width: 1679.98px) {
  .product-card__text-wrapper {
    max-width: calc(100% - 130px); } }

@media (max-width: 767.98px) {
  .product-card__text-wrapper {
    max-height: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px; } }

.product-card__price-wrapper {
  height: 100%;
  height: auto;
  position: absolute;
  right: 0;
  max-width: 140px; }

@media (min-width: 768px) {
  .product-card__price-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 120px; } }

@media (max-width: 767.98px) {
  .product-card__price-wrapper {
    position: relative;
    top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%; } }

.product-card__price {
  position: absolute;
  bottom: 0;
  right: 14px;
  max-width: 100px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

@media (max-width: 767.98px) {
  .product-card__price {
    position: relative;
    width: auto;
    bottom: 14px;
    right: auto; } }

.product-card__image {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.product-card__more {
  position: relative;
  text-align: center; }

.product-card__more img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.product-card__btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s ease-out,visibility .2s ease-out,-webkit-transform .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out,-webkit-transform .2s ease-out;
  -o-transition: opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out; }

@media (max-width: 767.98px) {
  .product-card__btn {
    display: none; } }

.product-card__title {
  font-size: 20px;
  color: #012428;
  font-weight: 500;
  line-height: 1.5; }

@media (max-width: 1679.98px) {
  .product-card__title {
    font-size: 18px; } }

.product-card__weight {
  font-weight: 400;
  color: #00848d;
  margin-top: 16px; }

@media (max-width: 1679.98px) {
  .product-card__weight {
    margin-top: 12px;
    font-size: 14px; } }

@media (max-width: 767.98px) {
  .product-card__weight {
    margin-top: 0; } }

.product-card .break-line {
  white-space: pre-line; }

.product-content {
  position: relative;
  margin-bottom: 100px;
  bottom: 140px; }

@media (min-width: 768px) {
  .product-content__info {
    margin-top: 100px; } }

.product-content__image {
  border: 1px solid #e6e8e8; }

.product-content__attr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px; }

.product-content__attr-title {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  font-size: 18px;
  line-height: 26px;
  color: #01545e;
  font-weight: 500; }

.product-content__attr-value {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  color: #012428;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.product-content__description {
  margin-top: 40px; }

.product-content__price-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.product-content__share {
  margin-top: 24px; }

.product-content__share-title {
  color: #667476;
  text-align: right; }

.product-content__share-icon {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px; }

.product-content__share-icon svg {
  width: 20px; }

.product-content__share-icon svg path {
  fill: #01545e; }

.product-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-filters__select-wrapper {
  max-width: 240px;
  margin-right: 16px; }

@media (max-width: 767.98px) {
  .product-filters__select-wrapper {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px; } }

.product-filters__checkbox-wrapper {
  margin-left: 24px;
  width: auto; }

@media (max-width: 767.98px) {
  .product-filters__checkbox-wrapper {
    margin-left: 0; } }

.product-filters__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  border-radius: 0;
  border: 1px solid #ccd1d1;
  height: auto;
  padding: 22px 16px;
  cursor: pointer; }

.product-filters__select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccd1d1; }

.product-filters__arrow-down {
  position: absolute;
  padding-right: 16px;
  z-index: 15;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-filters__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.product-filters__checkbox:checked ~ .product-filters__checkbox-marker:after {
  display: block; }

.product-filters__form-check {
  padding-left: 0;
  cursor: pointer; }

.product-filters__checkbox-marker {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #ccd1d1; }

.product-filters__checkbox-marker:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 0;
  width: 10px;
  height: 16px;
  border: solid #66bec4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.product-filters__checkbox-label {
  padding-left: 40px;
  position: relative;
  z-index: 15;
  cursor: pointer; }

.product-sorting {
  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;
  margin-top: 24px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-sorting__title {
  color: #00848d; }

.product-sorting__value {
  margin-left: 8px;
  color: #012428; }

.product-sorting__select-wrapper {
  width: auto; }

.product-sorting__details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px; }

@media (max-width: 767.98px) {
  .product-sorting__details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
    padding-left: 0; } }

.product-sorting__details.-first {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0; }

.product-sorting__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  border-radius: 0;
  border: 0;
  height: auto;
  padding: 0 16px;
  cursor: pointer; }

.product-sorting__select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

.product-sorting__arrow-down {
  position: absolute;
  padding-right: 5px;
  z-index: 15;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.products-categories-slider {
  position: relative; }

.products-categories-slider__arrow {
  position: absolute;
  top: 35px;
  z-index: 9;
  cursor: pointer; }

.products-categories-slider__arrow.-prev {
  left: -30px; }

.products-categories-slider__arrow.-prev:before {
  content: ""; }

@media (max-width: 767.98px) {
  .products-categories-slider__arrow.-prev {
    left: -20px; } }

.products-categories-slider__arrow.-next {
  right: -30px; }

.products-categories-slider__arrow.-next:before {
  content: ""; }

@media (max-width: 767.98px) {
  .products-categories-slider__arrow.-next {
    right: -20px; } }

.products-categories {
  margin: 0 auto;
  max-width: 90%; }

@media (max-width: 1023.98px) {
  .products-categories {
    max-width: 100%; } }

.products-categories__term {
  margin-bottom: 32px; }

.products-categories__term:hover .products-categories__term-circle {
  background-color: #cce9eb;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

@media (max-width: 767.98px) {
  .products-categories__term:hover .products-categories__term-circle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media (max-width: 767.98px) {
  .products-categories__term {
    margin-bottom: 0; } }

.products-categories__term-image {
  max-width: 74px;
  max-height: 74px;
  width: 100%;
  height: auto; }

@media (max-width: 767.98px) {
  .products-categories__term-image {
    max-height: 50px; } }

.products-categories__term-link {
  font-weight: 500; }

@media (max-width: 767.98px) {
  .products-categories__term-link {
    font-size: 12px;
    line-height: 16px; } }

.products-categories__term-circle {
  width: 128px;
  height: 128px;
  background-color: #e5f4f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: auto; }

@media (max-width: 767.98px) {
  .products-categories__term-circle {
    width: 70px;
    height: 70px; } }

.products-categories__term-title {
  margin-top: 8px;
  text-align: center; }

.products-categories__swiper-button-next, .products-categories__swiper-button-prev {
  position: absolute;
  z-index: 15; }

.products-categories__swiper-button-next {
  font-size: 40px;
  top: 100%;
  left: 60%; }

.products-categories__swiper-button-next:after {
  content: ""; }

@media (max-width: 767.98px) {
  .products-categories__swiper-button-next {
    top: 96%;
    left: 60%; } }

.products-categories__swiper-button-prev {
  font-size: 40px;
  top: 100%;
  left: 40%; }

.products-categories__swiper-button-prev:after {
  content: ""; }

@media (max-width: 1459.98px) {
  .products-categories__swiper-button-prev {
    left: 40%; } }

@media (max-width: 1199.98px) {
  .products-categories__swiper-button-prev {
    left: 25px; } }

@media (max-width: 767.98px) {
  .products-categories__swiper-button-prev {
    top: 96%;
    left: 40%; } }

.products-categories.-small {
  margin: 80px auto; }

@media (max-width: 767.98px) {
  .products-categories.-small {
    margin: 40px auto; } }

.products-categories.-small .products-categories__term-circle {
  width: 70px;
  height: 70px; }

.products-categories.-small .products-categories__term-title {
  font-size: 16px; }

.products-categories.-small .products-categories__term-image {
  max-width: 45px;
  max-height: 45px; }

.leaflet-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.leaflet-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  gap: 24px;
  background-color: #e5f4f5; }

.leaflet-category img {
  -webkit-filter: drop-shadow(2px 2px 22px rgba(0, 0, 0, 0.22));
  filter: drop-shadow(2px 2px 22px rgba(0, 0, 0, 0.22)); }

.leaflet-category__info--title {
  color: #00939d;
  font-size: 32px;
  line-height: 40px; }

@media (max-width: 1459.98px) {
  .leaflet-category__info--title {
    font-size: 28px;
    line-height: 36px; } }

.leaflet-category__info--subtitle {
  color: #00181b;
  font-size: 28px;
  line-height: 36px; }

@media (max-width: 1459.98px) {
  .leaflet-category__info--subtitle {
    font-size: 24px;
    line-height: 32px; } }

.leaflet-category__info--subtitle, .leaflet-category__info--title {
  font-weight: 500; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 0fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px; }

@media (max-width: 1679.98px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr); } }

.products-grid__listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px; }

@media (max-width: 767.98px) {
  .products-grid__listing {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 767.98px) {
  .proposal {
    margin-left: 0; } }

.proposal__slide {
  display: block;
  margin-bottom: 12px; }

.proposal__swiper-button-next, .proposal__swiper-button-prev {
  position: absolute;
  z-index: 15; }

.proposal__swiper-button-next {
  font-size: 40px;
  top: 100%;
  left: 60%; }

.proposal__swiper-button-next:after {
  content: ""; }

@media (max-width: 767.98px) {
  .proposal__swiper-button-next {
    top: 96%;
    left: 60%; } }

.proposal__swiper-button-prev {
  font-size: 40px;
  top: 100%;
  left: 40%; }

.proposal__swiper-button-prev:after {
  content: ""; }

@media (max-width: 1459.98px) {
  .proposal__swiper-button-prev {
    left: 40%; } }

@media (max-width: 1199.98px) {
  .proposal__swiper-button-prev {
    left: 25px; } }

@media (max-width: 767.98px) {
  .proposal__swiper-button-prev {
    top: 96%;
    left: 40%; } }

.proposal__card {
  border: 0; }

.proposal__card--christmas {
  padding-bottom: 66px;
  background-color: #f6fdf1; }

@media (max-width: 767.98px) {
  .proposal__card--christmas {
    padding-bottom: 40px; } }

.proposal__card--easter {
  padding-bottom: 66px;
  background-color: #feffd3; }

@media (max-width: 767.98px) {
  .proposal__card--easter {
    padding-bottom: 40px; } }

.proposal-2-boxes img {
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.proposal__card-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 36px;
  margin-top: 24px;
  line-height: 30px;
  color: #012428; }

.proposal__card-image {
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.proposal__card-image:hover {
  opacity: .5; }

.proposal__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-top: 12px;
  line-height: 24px; }

.proposal__card-link:after {
  content: ""; }

.proposal__card-link:after {
  margin-left: 16px;
  font-size: 12px;
  -webkit-transition: margin .2s ease-out;
  -o-transition: margin .2s ease-out;
  transition: margin .2s ease-out; }

@media (max-width: 767.98px) {
  .proposal__card-link:after {
    font-size: 10px; } }

.proposal__card-link:hover:after {
  margin-left: 24px; }

@media (max-width: 767.98px) {
  .proposal__card-link {
    font-size: 12px; } }

.shop-finder {
  background: #cce4e7 url(../img/map.png);
  padding-top: 158px;
  padding-bottom: 144px;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center; }

@media (max-width: 767.98px) {
  .shop-finder {
    padding-top: 82px;
    padding-bottom: 82px; } }

.shop-finder__title {
  color: #014850;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 34px; }

@media (max-width: 767.98px) {
  .shop-finder__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px; } }

.shop-finder__wrapper {
  text-align: center; }

.shop-finder__localization {
  margin-top: 24px; }

.shop-finder__localization-text {
  font-weight: 500;
  color: #00767e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.shop-finder__localization-text:before {
  content: ""; }

.shop-finder__localization-text:before {
  margin-right: 16px;
  display: block;
  font-size: 20px; }

.sidebar-widget {
  margin-bottom: 48px;
  width: 100%;
  padding: 48px;
  background: #f5f6f7; }

.sidebar-widget__title {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 24px;
  width: 100%; }

.single-share {
  position: relative;
  cursor: pointer; }

.single-share:before {
  content: ""; }

.single-share__content {
  display: none;
  position: absolute;
  list-style: none;
  bottom: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, 0.08));
  filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, 0.08)); }

.single-share__content:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2; }

.single-share__content:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d4d6dd;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0; }

.single-share__content.is-shown {
  display: block; }

.single-share__content--bottom {
  bottom: auto;
  top: calc(100% + 15px); }

.single-share__content--bottom:after {
  border-top: 0;
  border-bottom: 6px solid #fff;
  bottom: auto;
  top: auto;
  bottom: calc(100% - 1px); }

.single-share__content--bottom:before {
  border-top: 0;
  border-bottom: 8px solid #d4d6dd;
  top: auto;
  bottom: calc(100% - 1px); }

.single-share__content--center {
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.single-share__content--center:after, .single-share__content--center:before {
  display: none; }

.single-share__content--center .single-share__list {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.single-share__list {
  position: relative;
  border: 1px solid #d4d6dd;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 1; }

.single-share__list-item {
  display: inline;
  width: 53px;
  height: 28px;
  text-align: center;
  position: relative;
  border-right: 1px solid #d4d6dd;
  cursor: pointer;
  color: #101820;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.single-share__list-item:last-of-type {
  border-right: 0; }

.single-share__list-item:hover {
  opacity: .55; }

.single-share__list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px; }

.single-share__list-icon:before {
  display: block; }

.tax__link {
  color: #fff;
  font-size: 12px; }

.tax__link:hover {
  color: #fff;
  text-decoration: underline; }

.tax__btn {
  padding: 16px 32px;
  border: 1px solid #01545e; }

.tax__btn:hover {
  background-color: #eee; }

.walentines {
  background-color: #f6fdf1; }

.brands__btn, .button, .find-shop-form__button, .homepage-slider__btn, .magazines__btn, .newsletter__btn, .pagination__item--next a, .pagination__item--prev a, .proposal__btn {
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  padding: 0 24px;
  background: #00939d;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

@media (max-width: 767.98px) {
  .brands__btn, .button, .find-shop-form__button, .homepage-slider__btn, .magazines__btn, .newsletter__btn, .pagination__item--next a, .pagination__item--prev a, .proposal__btn {
    font-size: 15px;
    height: 46px; } }

.brands__btn, .button--bolder, .find-shop-form__button, .homepage-slider__btn, .newsletter__btn, .proposal__btn {
  font-weight: 500; }

.brands__btn:hover, .button:hover, .find-shop-form__button:hover, .homepage-slider__btn:hover, .magazines__btn:hover, .newsletter__btn:hover, .pagination__item--next a:hover, .pagination__item--prev a:hover, .proposal__btn:hover {
  text-decoration: none;
  color: #fff;
  background: #00848d; }

.-arrow-right.brands__btn:hover .button__icon:before, .-arrow-right.find-shop-form__button:hover .button__icon:before, .-arrow-right.homepage-slider__btn:hover .button__icon:before, .-arrow-right.magazines__btn:hover .button__icon:before, .-arrow-right.newsletter__btn:hover .button__icon:before, .-arrow-right.proposal__btn:hover .button__icon:before, .button.-arrow-right:hover .button__icon:before, .pagination__item--next a.-arrow-right:hover .button__icon:before, .pagination__item--prev a.-arrow-right:hover .button__icon:before {
  -webkit-animation: button-icon-animation;
  animation: button-icon-animation;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

.button--secondary-color {
  background: #ffb800;
  color: #00181b; }

.button--secondary-color .button__icon {
  border-right: 0 solid #ffb800;
  color: #ffb800; }

.button--secondary-color:hover {
  background: #ffbf19;
  color: #00181b; }

.button--secondary-color:hover .button__icon {
  border-right: 3px solid #ffdd87; }

.button--newsletter-btn, .newsletter__btn {
  background: #fff;
  color: #00181b; }

.button--newsletter-btn .button__icon, .newsletter__btn .button__icon {
  border-right: 0 solid #00939d;
  color: #fff;
  background-color: #00939d; }

.button--newsletter-btn:hover, .newsletter__btn:hover {
  background: #e5f4f5;
  color: #00181b; }

.button--newsletter-btn:hover .button__icon, .newsletter__btn:hover .button__icon {
  border-right: 3px solid #33a9b1; }

.button--find-shop-form {
  background: #fff;
  color: #00181b; }

@media (min-width: 768px) {
  .button--find-shop-form .button__icon {
    background-color: #e5f4f5;
    color: #00939d;
    background-color: #e5f4f5; } }

.button--find-shop-form:hover {
  color: #00181b; }

.button--find-shop-form:hover .button__icon {
  border-right: 3px solid #99d4d8; }

.button__icon {
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #00939d;
  border-right: 0 solid #00939d;
  -webkit-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  transition: .1s ease-in; }

@media (max-width: 767.98px) {
  .button__icon {
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px; } }

.button__icon--white {
  background: #fff; }

.button__icon.-ghost {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff; }

.-ghost.brands__btn, .-ghost.find-shop-form__button, .-ghost.homepage-slider__btn, .-ghost.magazines__btn, .-ghost.newsletter__btn, .-ghost.proposal__btn, .button.-ghost, .pagination__item--next a.-ghost, .pagination__item--prev a.-ghost {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out; }

.-ghost.brands__btn .button__icon, .-ghost.find-shop-form__button .button__icon, .-ghost.homepage-slider__btn .button__icon, .-ghost.magazines__btn .button__icon, .-ghost.newsletter__btn .button__icon, .-ghost.proposal__btn .button__icon, .button.-ghost .button__icon, .pagination__item--next a.-ghost .button__icon, .pagination__item--prev a.-ghost .button__icon {
  border: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out; }

.-ghost.brands__btn:hover, .-ghost.find-shop-form__button:hover, .-ghost.homepage-slider__btn:hover, .-ghost.magazines__btn:hover, .-ghost.newsletter__btn:hover, .-ghost.proposal__btn:hover, .button.-ghost:hover, .pagination__item--next a.-ghost:hover, .pagination__item--prev a.-ghost:hover {
  border: 1px solid #fff; }

.-ghost.brands__btn:hover .button__icon, .-ghost.find-shop-form__button:hover .button__icon, .-ghost.homepage-slider__btn:hover .button__icon, .-ghost.magazines__btn:hover .button__icon, .-ghost.newsletter__btn:hover .button__icon, .-ghost.proposal__btn:hover .button__icon, .button.-ghost:hover .button__icon, .pagination__item--next a.-ghost:hover .button__icon, .pagination__item--prev a.-ghost:hover .button__icon {
  border: 1px solid #fff; }

.-button-bordered.brands__btn, .-button-bordered.find-shop-form__button, .-button-bordered.homepage-slider__btn, .-button-bordered.magazines__btn, .-button-bordered.newsletter__btn, .-button-bordered.proposal__btn, .button.-button-bordered, .pagination__item--next a, .pagination__item--prev a {
  background: 0 0;
  border: 1px solid rgba(0, 147, 157, 0.9);
  color: #00939d;
  font-weight: 500;
  -webkit-transition: border .2s ease-out,background .2s ease-out,padding .2s ease-out;
  -o-transition: border .2s ease-out,background .2s ease-out,padding .2s ease-out;
  transition: border .2s ease-out,background .2s ease-out,padding .2s ease-out; }

.-button-bordered.brands__btn .button__icon, .-button-bordered.find-shop-form__button .button__icon, .-button-bordered.homepage-slider__btn .button__icon, .-button-bordered.magazines__btn .button__icon, .-button-bordered.newsletter__btn .button__icon, .-button-bordered.proposal__btn .button__icon, .button.-button-bordered .button__icon, .pagination__item--next a .button__icon, .pagination__item--next a.brands__btn .button__icon, .pagination__item--next a.find-shop-form__button .button__icon, .pagination__item--next a.homepage-slider__btn .button__icon, .pagination__item--next a.magazines__btn .button__icon, .pagination__item--next a.newsletter__btn .button__icon, .pagination__item--next a.proposal__btn .button__icon, .pagination__item--prev a .button__icon, .pagination__item--prev a.brands__btn .button__icon, .pagination__item--prev a.find-shop-form__button .button__icon, .pagination__item--prev a.homepage-slider__btn .button__icon, .pagination__item--prev a.magazines__btn .button__icon, .pagination__item--prev a.newsletter__btn .button__icon, .pagination__item--prev a.proposal__btn .button__icon {
  background: 0 0;
  border: 1px solid rgba(0, 147, 157, 0.9);
  -webkit-transition: border .2s ease-out,color .2s ease-out,border .2s ease-out;
  -o-transition: border .2s ease-out,color .2s ease-out,border .2s ease-out;
  transition: border .2s ease-out,color .2s ease-out,border .2s ease-out; }

.-button-bordered.brands__btn button, .-button-bordered.find-shop-form__button button, .-button-bordered.homepage-slider__btn button, .-button-bordered.magazines__btn button, .-button-bordered.newsletter__btn button, .-button-bordered.proposal__btn button, .button.-button-bordered button, .pagination__item--next a button, .pagination__item--next a.brands__btn button, .pagination__item--next a.find-shop-form__button button, .pagination__item--next a.homepage-slider__btn button, .pagination__item--next a.magazines__btn button, .pagination__item--next a.newsletter__btn button, .pagination__item--next a.proposal__btn button, .pagination__item--next border a.brands__btn:hover, .pagination__item--next border a.find-shop-form__button:hover, .pagination__item--next border a.homepage-slider__btn:hover, .pagination__item--next border a.magazines__btn:hover, .pagination__item--next border a.newsletter__btn:hover, .pagination__item--next border a.proposal__btn:hover, .pagination__item--next border a:hover, .pagination__item--prev a button, .pagination__item--prev a.brands__btn button, .pagination__item--prev a.find-shop-form__button button, .pagination__item--prev a.homepage-slider__btn button, .pagination__item--prev a.magazines__btn button, .pagination__item--prev a.newsletter__btn button, .pagination__item--prev a.proposal__btn button, .pagination__item--prev border a.brands__btn:hover, .pagination__item--prev border a.find-shop-form__button:hover, .pagination__item--prev border a.homepage-slider__btn:hover, .pagination__item--prev border a.magazines__btn:hover, .pagination__item--prev border a.newsletter__btn:hover, .pagination__item--prev border a.proposal__btn:hover, .pagination__item--prev border a:hover, border .-button-bordered.brands__btn:hover, border .-button-bordered.find-shop-form__button:hover, border .-button-bordered.homepage-slider__btn:hover, border .-button-bordered.magazines__btn:hover, border .-button-bordered.newsletter__btn:hover, border .-button-bordered.proposal__btn:hover, border .button.-button-bordered:hover, border .pagination__item--next a.brands__btn:hover, border .pagination__item--next a.find-shop-form__button:hover, border .pagination__item--next a.homepage-slider__btn:hover, border .pagination__item--next a.magazines__btn:hover, border .pagination__item--next a.newsletter__btn:hover, border .pagination__item--next a.proposal__btn:hover, border .pagination__item--next a:hover, border .pagination__item--prev a.brands__btn:hover, border .pagination__item--prev a.find-shop-form__button:hover, border .pagination__item--prev a.homepage-slider__btn:hover, border .pagination__item--prev a.magazines__btn:hover, border .pagination__item--prev a.newsletter__btn:hover, border .pagination__item--prev a.proposal__btn:hover, border .pagination__item--prev a:hover {
  border: 1px solid #00939d;
  background: 0 0;
  color: #00939d; }

.-button-bordered.brands__btn button .button__icon, .-button-bordered.find-shop-form__button button .button__icon, .-button-bordered.homepage-slider__btn button .button__icon, .-button-bordered.magazines__btn button .button__icon, .-button-bordered.newsletter__btn button .button__icon, .-button-bordered.proposal__btn button .button__icon, .button.-button-bordered button .button__icon, .pagination__item--next a button .button__icon, .pagination__item--next a.brands__btn button .button__icon, .pagination__item--next a.find-shop-form__button button .button__icon, .pagination__item--next a.homepage-slider__btn button .button__icon, .pagination__item--next a.magazines__btn button .button__icon, .pagination__item--next a.newsletter__btn button .button__icon, .pagination__item--next a.proposal__btn button .button__icon, .pagination__item--next border a.brands__btn:hover .button__icon, .pagination__item--next border a.find-shop-form__button:hover .button__icon, .pagination__item--next border a.homepage-slider__btn:hover .button__icon, .pagination__item--next border a.magazines__btn:hover .button__icon, .pagination__item--next border a.newsletter__btn:hover .button__icon, .pagination__item--next border a.proposal__btn:hover .button__icon, .pagination__item--next border a:hover .button__icon, .pagination__item--prev a button .button__icon, .pagination__item--prev a.brands__btn button .button__icon, .pagination__item--prev a.find-shop-form__button button .button__icon, .pagination__item--prev a.homepage-slider__btn button .button__icon, .pagination__item--prev a.magazines__btn button .button__icon, .pagination__item--prev a.newsletter__btn button .button__icon, .pagination__item--prev a.proposal__btn button .button__icon, .pagination__item--prev border a.brands__btn:hover .button__icon, .pagination__item--prev border a.find-shop-form__button:hover .button__icon, .pagination__item--prev border a.homepage-slider__btn:hover .button__icon, .pagination__item--prev border a.magazines__btn:hover .button__icon, .pagination__item--prev border a.newsletter__btn:hover .button__icon, .pagination__item--prev border a.proposal__btn:hover .button__icon, .pagination__item--prev border a:hover .button__icon, border .-button-bordered.brands__btn:hover .button__icon, border .-button-bordered.find-shop-form__button:hover .button__icon, border .-button-bordered.homepage-slider__btn:hover .button__icon, border .-button-bordered.magazines__btn:hover .button__icon, border .-button-bordered.newsletter__btn:hover .button__icon, border .-button-bordered.proposal__btn:hover .button__icon, border .button.-button-bordered:hover .button__icon, border .pagination__item--next a.brands__btn:hover .button__icon, border .pagination__item--next a.find-shop-form__button:hover .button__icon, border .pagination__item--next a.homepage-slider__btn:hover .button__icon, border .pagination__item--next a.magazines__btn:hover .button__icon, border .pagination__item--next a.newsletter__btn:hover .button__icon, border .pagination__item--next a.proposal__btn:hover .button__icon, border .pagination__item--next a:hover .button__icon, border .pagination__item--prev a.brands__btn:hover .button__icon, border .pagination__item--prev a.find-shop-form__button:hover .button__icon, border .pagination__item--prev a.homepage-slider__btn:hover .button__icon, border .pagination__item--prev a.magazines__btn:hover .button__icon, border .pagination__item--prev a.newsletter__btn:hover .button__icon, border .pagination__item--prev a.proposal__btn:hover .button__icon, border .pagination__item--prev a:hover .button__icon {
  color: #00939d;
  border: 1px solid #00939d; }

.-button-bordered.brands__btn .button__icon, .-button-bordered.find-shop-form__button .button__icon, .-button-bordered.homepage-slider__btn .button__icon, .-button-bordered.magazines__btn .button__icon, .-button-bordered.newsletter__btn .button__icon, .-button-bordered.proposal__btn .button__icon, .button.-button-bordered .button__icon, .pagination__item--next a .button__icon, .pagination__item--next a.brands__btn .button__icon, .pagination__item--next a.find-shop-form__button .button__icon, .pagination__item--next a.homepage-slider__btn .button__icon, .pagination__item--next a.magazines__btn .button__icon, .pagination__item--next a.newsletter__btn .button__icon, .pagination__item--next a.proposal__btn .button__icon, .pagination__item--prev a .button__icon, .pagination__item--prev a.brands__btn .button__icon, .pagination__item--prev a.find-shop-form__button .button__icon, .pagination__item--prev a.homepage-slider__btn .button__icon, .pagination__item--prev a.magazines__btn .button__icon, .pagination__item--prev a.newsletter__btn .button__icon, .pagination__item--prev a.proposal__btn .button__icon {
  color: #00939d;
  border-color: #00939d;
  color: #fff;
  padding: 4px;
  border-width: 1px; }

.-button-bordered.brands__btn .button__icon:before, .-button-bordered.find-shop-form__button .button__icon:before, .-button-bordered.homepage-slider__btn .button__icon:before, .-button-bordered.magazines__btn .button__icon:before, .-button-bordered.newsletter__btn .button__icon:before, .-button-bordered.proposal__btn .button__icon:before, .button.-button-bordered .button__icon:before, .pagination__item--next a .button__icon:before, .pagination__item--next a.brands__btn .button__icon:before, .pagination__item--next a.find-shop-form__button .button__icon:before, .pagination__item--next a.homepage-slider__btn .button__icon:before, .pagination__item--next a.magazines__btn .button__icon:before, .pagination__item--next a.newsletter__btn .button__icon:before, .pagination__item--next a.proposal__btn .button__icon:before, .pagination__item--prev a .button__icon:before, .pagination__item--prev a.brands__btn .button__icon:before, .pagination__item--prev a.find-shop-form__button .button__icon:before, .pagination__item--prev a.homepage-slider__btn .button__icon:before, .pagination__item--prev a.magazines__btn .button__icon:before, .pagination__item--prev a.newsletter__btn .button__icon:before, .pagination__item--prev a.proposal__btn .button__icon:before {
  background-color: #00939d;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%; }

.-button-with-icon-left.brands__btn, .-button-with-icon-left.find-shop-form__button, .-button-with-icon-left.homepage-slider__btn, .-button-with-icon-left.magazines__btn, .-button-with-icon-left.newsletter__btn, .-button-with-icon-left.proposal__btn, .button.-button-with-icon-left, .pagination__item--next a.-button-with-icon-left, .pagination__item--prev a {
  padding-left: 12px; }

.-button-with-icon-left.brands__btn .button__icon, .-button-with-icon-left.find-shop-form__button .button__icon, .-button-with-icon-left.homepage-slider__btn .button__icon, .-button-with-icon-left.magazines__btn .button__icon, .-button-with-icon-left.newsletter__btn .button__icon, .-button-with-icon-left.proposal__btn .button__icon, .button.-button-with-icon-left .button__icon, .pagination__item--next .pagination__item--prev a .button__icon, .pagination__item--next a.-button-with-icon-left .button__icon, .pagination__item--prev .pagination__item--next a .button__icon, .pagination__item--prev a .button__icon, .pagination__item--prev a.brands__btn .button__icon, .pagination__item--prev a.find-shop-form__button .button__icon, .pagination__item--prev a.homepage-slider__btn .button__icon, .pagination__item--prev a.magazines__btn .button__icon, .pagination__item--prev a.newsletter__btn .button__icon, .pagination__item--prev a.proposal__btn .button__icon {
  margin-right: 16px; }

.-button-with-icon-right.find-shop-form__button, .brands__btn, .button.-button-with-icon-right, .homepage-slider__btn, .magazines__btn, .newsletter__btn, .pagination__item--next a, .pagination__item--prev a.-button-with-icon-right, .pagination__item--prev a.brands__btn, .pagination__item--prev a.homepage-slider__btn, .pagination__item--prev a.magazines__btn, .pagination__item--prev a.newsletter__btn, .pagination__item--prev a.proposal__btn, .proposal__btn {
  padding-right: 12px; }

.-button-with-icon-right.find-shop-form__button .button__icon, .brands__btn .button__icon, .button.-button-with-icon-right .button__icon, .find-shop-form__button.brands__btn .button__icon, .find-shop-form__button.homepage-slider__btn .button__icon, .find-shop-form__button.magazines__btn .button__icon, .find-shop-form__button.newsletter__btn .button__icon, .find-shop-form__button.proposal__btn .button__icon, .homepage-slider__btn .button__icon, .magazines__btn .button__icon, .newsletter__btn .button__icon, .pagination__item--next .pagination__item--prev a .button__icon, .pagination__item--next a .button__icon, .pagination__item--next a.find-shop-form__button .button__icon, .pagination__item--prev .pagination__item--next a .button__icon, .pagination__item--prev a.-button-with-icon-right .button__icon, .pagination__item--prev a.brands__btn .button__icon, .pagination__item--prev a.homepage-slider__btn .button__icon, .pagination__item--prev a.magazines__btn .button__icon, .pagination__item--prev a.newsletter__btn .button__icon, .pagination__item--prev a.proposal__btn .button__icon, .proposal__btn .button__icon {
  margin-left: 16px; }

@-webkit-keyframes button-icon-animation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(calc(100% + 32px));
    transform: translateX(calc(100% + 32px)); }
  50.01% {
    -webkit-transform: translateX(calc(-100% - 32px));
    transform: translateX(calc(-100% - 32px)); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes button-icon-animation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(calc(100% + 32px));
    transform: translateX(calc(100% + 32px)); }
  50.01% {
    -webkit-transform: translateX(calc(-100% - 32px));
    transform: translateX(calc(-100% - 32px)); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

#button__gap {
  gap: 15px; }

.checkbox__input {
  position: absolute;
  opacity: 0; }

.checkbox__input + .checkbox__label {
  font-size: 16px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 0 0 0 36px;
  margin: 0;
  position: relative; }

.checkbox__input + .checkbox__label:after {
  content: ""; }

.checkbox__input + .checkbox__label:after, .checkbox__input + .checkbox__label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block; }

.checkbox__input + .checkbox__label:before {
  content: "";
  border: solid 1px #d4d6dd;
  width: 24px;
  height: 24px; }

.checkbox__input + .checkbox__label:after {
  display: none;
  top: 7px;
  left: 5px;
  font-size: 14px; }

.checkbox__input + .checkbox__label a {
  text-decoration: underline; }

.checkbox__input + .checkbox__label--smaller {
  font-size: 14px;
  line-height: 22px; }

.checkbox__input + .checkbox__label--collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 26px;
  -webkit-animation: collapse .1s linear .1s forwards;
  animation: collapse .1s linear .1s forwards; }

.checkbox__input + .checkbox__label--opened {
  -webkit-animation: open .1s linear .1s forwards;
  animation: open .1s linear .1s forwards; }

.checkbox__input:checked + .checkbox__label {
  color: #00939d; }

.checkbox__input:checked + .checkbox__label:before {
  border: 1px solid #33a9b1; }

.checkbox__input:checked + .checkbox__label:after {
  display: block; }

.checkbox__label-more {
  cursor: pointer;
  padding: 0 0 0 36px;
  color: #33a9b1;
  font-size: 16px; }

.checkbox__label-more:hover {
  text-decoration: underline; }

.checkbox__label-more--smaller {
  font-size: 14px;
  line-height: 22px; }

.checkbox__label-more--collapse svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg); }

@-webkit-keyframes expand {
  from {
    line-clamp: 1;
    -webkit-line-clamp: 1; }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial; } }

@keyframes expand {
  from {
    line-clamp: 1;
    -webkit-line-clamp: 1; }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial; } }

@-webkit-keyframes collapse {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial; }
  to {
    line-clamp: 1;
    -webkit-line-clamp: 1; } }

@keyframes collapse {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial; }
  to {
    line-clamp: 1;
    -webkit-line-clamp: 1; } }

.form .-loading {
  opacity: .6; }

.form__error-message {
  text-align: left;
  margin: 5px 0 0 0;
  color: #d80000; }

.form__output {
  margin-bottom: 24px;
  padding: 12px; }

.form__output.-is-error {
  border: 1px solid #d80000;
  color: #d80000; }

.form__output.-is-success {
  border: 1px solid #26bc47;
  color: #26bc47; }

.form__output.-is-warning {
  border: 1px solid #ffb800;
  color: #d80000; }

.input {
  position: relative; }

.input--pb {
  padding-bottom: 24px; }

.input__text {
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #ccd1d1;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 400;
  line-height: normal;
  font-size: 18px; }

.input__text--inner-label {
  -webkit-transition: padding .2s ease-out;
  -o-transition: padding .2s ease-out;
  transition: padding .2s ease-out; }

.input__text--textarea {
  height: 224px;
  padding-top: 18px; }

.input__text--auto {
  width: auto; }

.input__text.is-readonly {
  pointer-events: none;
  background: #e2e0e0; }

.input__text.is-invalid {
  border-color: #d80000;
  background: #fbe6e6; }

.input__text.is-invalid + .input__inner-label {
  color: #d80000; }

.input__error-message {
  font-size: 12px;
  padding: 5px 0 0;
  margin: 0;
  color: #d80000; }

.input__inner-label {
  position: absolute;
  font-size: 18px;
  left: 23px;
  top: 18px;
  font-weight: 400;
  -webkit-transition: font-size .2s ease-out,top .2s ease-out;
  -o-transition: font-size .2s ease-out,top .2s ease-out;
  transition: font-size .2s ease-out,top .2s ease-out;
  pointer-events: none;
  opacity: .65;
  margin: 0;
  padding: 0;
  line-height: 1;
  top: 22px; }

@media (max-width: 575.98px) {
  .input__inner-label {
    top: 20px;
    max-width: calc(100% - 48px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

@media (max-width: 767.98px) {
  .input__inner-label.-disable-on-mobile {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: inline-block;
    white-space: normal;
    line-height: 1.5;
    padding-bottom: 8px;
    font-size: 15px; } }

.input.is-float .input__text--inner-label {
  padding-top: 21px; }

.input.is-float .input__inner-label {
  font-size: 12px;
  top: 9px; }

.input__headline {
  font-size: 18px;
  font-weight: 600;
  padding-top: 16px;
  margin: 0; }

.input.-disable-float-on-mobile.is-float .input__text--inner-label {
  padding-top: 10px;
  padding-bottom: 0; }

@media (max-width: 1023.98px) {
  .input.-disable-float-on-mobile.is-float .input__text--inner-label {
    padding-top: 0; } }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #d4d6dd;
  border-radius: 0;
  background: #fff;
  position: relative;
  overflow: hidden; }

.selectric .label {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 40px 0 23px;
  color: #101820;
  height: 64px;
  line-height: 62px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pagination__item--next .selectric a, .pagination__item--prev .selectric a, .selectric .brands__btn, .selectric .button, .selectric .find-shop-form__button, .selectric .homepage-slider__btn, .selectric .magazines__btn, .selectric .newsletter__btn, .selectric .pagination__item--next a, .selectric .pagination__item--prev a, .selectric .proposal__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 0;
  height: 64px;
  line-height: 62px;
  background-color: #fff;
  color: #747474;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial; }

.pagination__item--next .selectric a:after, .pagination__item--prev .selectric a:after, .selectric .brands__btn:after, .selectric .button:after, .selectric .find-shop-form__button:after, .selectric .homepage-slider__btn:after, .selectric .magazines__btn:after, .selectric .newsletter__btn:after, .selectric .pagination__item--next a:after, .selectric .pagination__item--prev a:after, .selectric .proposal__btn:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #747474;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #d4d6dd; }

.selectric-hover .selectric {
  border-color: #d4d6dd; }

.pagination__item--next .selectric-hover .selectric a, .pagination__item--prev .selectric-hover .selectric a, .selectric-hover .selectric .brands__btn, .selectric-hover .selectric .button, .selectric-hover .selectric .find-shop-form__button, .selectric-hover .selectric .homepage-slider__btn, .selectric-hover .selectric .magazines__btn, .selectric-hover .selectric .newsletter__btn, .selectric-hover .selectric .pagination__item--next a, .selectric-hover .selectric .pagination__item--prev a, .selectric-hover .selectric .proposal__btn {
  color: #747474; }

.pagination__item--next .selectric-hover .selectric a:after, .pagination__item--prev .selectric-hover .selectric a:after, .selectric-hover .selectric .brands__btn:after, .selectric-hover .selectric .button:after, .selectric-hover .selectric .find-shop-form__button:after, .selectric-hover .selectric .homepage-slider__btn:after, .selectric-hover .selectric .magazines__btn:after, .selectric-hover .selectric .newsletter__btn:after, .selectric-hover .selectric .pagination__item--next a:after, .selectric-hover .selectric .pagination__item--prev a:after, .selectric-hover .selectric .proposal__btn:after {
  border-top-color: #747474; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #d4d6dd; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  *font: 0/0 a !important;
  background: 0 0 !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d4d6dd;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-items li, .selectric-items ul {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0; }

.selectric-items li {
  display: block;
  padding: 10px 23px;
  color: #101820;
  cursor: pointer; }

.selectric-items li.selected {
  background: #e2e0e0;
  color: #101820; }

.selectric-items li.highlighted {
  background: #e2e0e0;
  color: #101820; }

.selectric-items li:hover {
  background: #e2e0e0;
  color: #101820; }

.selectric-items li.disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-smaller .selectric {
  border: 0; }

.selectric-smaller .selectric .label {
  font-size: 16px;
  margin: 0 30px 0 23px;
  height: auto;
  line-height: 1; }

.pagination__item--next .selectric-smaller .selectric a, .pagination__item--prev .selectric-smaller .selectric a, .selectric-smaller .selectric .brands__btn, .selectric-smaller .selectric .button, .selectric-smaller .selectric .find-shop-form__button, .selectric-smaller .selectric .homepage-slider__btn, .selectric-smaller .selectric .magazines__btn, .selectric-smaller .selectric .newsletter__btn, .selectric-smaller .selectric .pagination__item--next a, .selectric-smaller .selectric .pagination__item--prev a, .selectric-smaller .selectric .proposal__btn {
  width: 30px;
  height: 100%;
  line-height: auto; }

.selectric-smaller .selectric-items {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  right: 0; }

.selectric-smaller .selectric-items li {
  padding: 5px 10px;
  font-size: 14px; }

.category-menu {
  position: fixed;
  padding-top: 148px;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  z-index: 10;
  max-height: 100vh;
  overflow: auto;
  border-bottom: 1px solid #ccd1d1; }

.category-menu.is-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.category-menu__list {
  padding-top: 36px;
  padding-bottom: 36px;
  margin-top: 10px; }

.category-menu__close {
  position: absolute;
  right: 0;
  cursor: pointer; }

.category-menu__close:after {
  content: ""; }

.header {
  background-color: #fff;
  width: 100%;
  z-index: 1001;
  top: 0;
  position: fixed;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out; }

.header.is-sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 767.98px) {
  .header.is-sticky {
    border-bottom: 1px solid #d2cfcf; } }

.header.is-scroll:not(.is-active) {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

@media (max-width: 767.98px) {
  .header.is-scroll:not(.is-active) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media (max-width: 767.98px) {
  .header.is-scroll {
    border-bottom: 1px solid #d2cfcf; } }

.header__sub {
  color: #00767e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ccd1d1; }

.header__sub--strong {
  color: #013c43;
  font-weight: 500; }

.header__arrow {
  margin-left: 7px; }

.header__shop {
  margin-right: 40px; }

.header__language-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__language-link:before {
  content: ""; }

.header__language-link:after {
  content: ""; }

.header__language-link:after, .header__language-link:before {
  display: block; }

.header__language-link:before {
  color: #66bec4;
  margin-right: 8px;
  font-size: 14px; }

.header__language-link:after {
  color: #00848d;
  font-size: 8px;
  margin-left: 8px; }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1199.98px) {
  .header__menu {
    display: none; } }

.header__main {
  padding: 0;
  color: #00939d;
  font-weight: 500;
  position: relative;
  padding: 12px 0; }

@media (max-width: 767.98px) {
  .header__main {
    padding: 8px 0; } }

.header__menu-hamburger {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -72px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1459.98px) {
  .header__menu-hamburger {
    left: -46px; } }

@media (max-width: 767.98px) {
  .header__menu-hamburger {
    position: relative;
    left: auto;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    top: auto;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px); } }

.header__logo {
  margin-right: 20px;
  max-width: 220px;
  width: 100%; }

@media (max-width: 1459.98px) {
  .header__logo {
    margin-right: 10px;
    max-width: 180px; } }

.header__logo-img {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@media (max-width: 1023.98px) {
  .header__logo-img {
    max-width: 128px; } }

.header__search {
  width: 100%; }

@media (max-width: 767.98px) {
  .header__search {
    width: auto;
    margin-right: 0; } }

.header__search.is-visible {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  top: 59px;
  z-index: 1; }

.header__search.is-visible .header__search-input {
  display: block !important; }

.header__search.is-visible .header__search-btn {
  position: absolute; }

.header__search-input {
  padding-right: 50px; }

.header__search-input.-mobile {
  padding-right: 0;
  height: 48px; }

.header__search-icon:before {
  display: block; }

.header__search-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0;
  border-radius: 0; }

.header__search-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 767.98px) {
  .header__search-btn {
    position: relative;
    width: 48px;
    height: 48px; } }

.header-icon {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00939d;
  margin-left: 20px; }

@media (max-width: 1459.98px) {
  .header-icon {
    margin-left: 10px; } }

@media (max-width: 767.98px) {
  .header-icon {
    font-size: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-left: 0; } }

.header-icon:before {
  margin-right: 16px;
  margin-top: -3px;
  font-size: 20px;
  display: block; }

@media (max-width: 767.98px) {
  .header-icon:before {
    margin-right: 0;
    margin-top: 2px; } }

.header__localization:before {
  content: ""; }

.header__leaflet:before {
  content: ""; }

.main-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.main-menu__item {
  margin: 0 20px; }

@media (max-width: 1459.98px) {
  .main-menu__item {
    margin: 0 10px; } }

.main-menu__item--christmas a {
  color: #bf1318; }

.main-menu__link {
  display: inline-block;
  padding: 22px 0;
  color: #00939d;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.main-menu__link:active, .main-menu__link:focus {
  color: #00939d; }

.main-menu__link:hover {
  color: rgba(0, 147, 157, 0.6); }

.page-nav {
  margin-top: 80px;
  margin-bottom: 80px; }

@media (max-width: 767.98px) {
  .page-nav {
    margin-bottom: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; }
  .page-nav .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.page-nav__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px; }

@media (max-width: 767.98px) {
  .page-nav__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px; } }

.page-nav__item {
  height: 200px;
  background: #e5f4f5;
  text-align: center;
  display: block;
  padding: 40px 20px 40px 20px;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  margin-bottom: 8px; }

.page-nav__item:hover {
  background: #cce9eb; }

@media (max-width: 767.98px) {
  .page-nav__item {
    width: 152px;
    min-height: 142px;
    height: 100%;
    padding: 30px 15px 15px 15px; } }

@media (max-width: 575.98px) {
  .page-nav__item {
    width: 36vw;
    padding: 24px 8px 15px 8px; } }

.page-nav__icon {
  height: 80px;
  width: auto;
  margin-bottom: 18px;
  max-width: 80px; }

@media (max-width: 575.98px) {
  .page-nav__icon {
    margin-bottom: 12px; } }

.page-nav__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.page-nav__name:after {
  content: ""; }

.page-nav__name:after {
  font-size: 7px;
  vertical-align: 2px;
  padding-left: 4px; }

@media (max-width: 767.98px) {
  .page-nav__name:after {
    font-size: 6px;
    vertical-align: 1px; } }

@media (max-width: 575.98px) {
  .page-nav__name {
    font-size: 13px; } }

.section-heading {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-heading--christmas {
  margin-top: 80px; }

@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 24px; } }

.section-heading__title {
  margin: 0;
  padding: 0;
  font-weight: 300; }

.section-heading__title b, .section-heading__title strong {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .section-heading__title {
    font-size: 24px; } }

.section-heading__link {
  padding: 12px 0;
  text-decoration: none;
  color: #012428;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-heading__link:after {
  content: ""; }

@media (max-width: 767.98px) {
  .section-heading__link {
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.section-heading__link:after {
  margin-left: 16px;
  display: block;
  font-size: 16px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.section-heading__link:hover:after {
  margin-left: 26px; }

.slider__controls {
  position: relative; }

.slider__controls--left, .slider__controls--right {
  position: absolute;
  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;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }

.slider__controls--left:hover, .slider__controls--right:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5); }

@media (max-width: 767.98px) {
  .slider__controls--left, .slider__controls--right {
    width: 30px;
    height: 30px;
    font-size: 16px; } }

.slider__controls--left {
  left: 20px; }

@media (max-width: 767.98px) {
  .slider__controls--left {
    left: 5px; } }

.slider__controls--left:before {
  margin-left: -2px; }

.slider__controls--right {
  right: 20px; }

@media (max-width: 767.98px) {
  .slider__controls--right {
    right: 5px; } }

.slider__controls--right:before {
  margin-right: -2px; }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 480px;
  position: relative;
  margin-bottom: 32px; }

@media (max-width: 1459.98px) {
  .slider {
    min-height: 420px; } }

@media (max-width: 767.98px) {
  .slider {
    min-height: 65vh; } }

.slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden; }

.slider__slide .slide {
  opacity: 0;
  -webkit-transition: opacity .5s,-webkit-transform 1.5s;
  transition: opacity .5s,-webkit-transform 1.5s;
  -o-transition: opacity .5s,transform 1.5s;
  transition: opacity .5s,transform 1.5s;
  transition: opacity .5s,transform 1.5s,-webkit-transform 1.5s; }

.slider__slide .slide.flip-top {
  -webkit-transform: rotateX(0.25turn);
  transform: rotateX(0.25turn); }

.slider__slide .slide.flip-left {
  -webkit-transform: rotateY(0.25turn);
  transform: rotateY(0.25turn); }

.slider__slide.active-slide {
  visibility: visible; }

.slider__slide.active-slide .slide {
  opacity: 1; }

.slider__slide.active-slide .slide.flip-top {
  -webkit-transform: rotateX(0turn);
  transform: rotateX(0turn); }

.slider__slide.active-slide .slide.flip-left {
  -webkit-transform: rotateY(0turn);
  transform: rotateY(0turn); }

@media (max-width: 1023.98px) {
  .slider__slide--mobile {
    display: block; }
  .slider__slide--desktop {
    display: none; } }

@media (min-width: 768px) {
  .slider__slide--mobile {
    display: none; }
  .slider__slide--desktop {
    display: block; } }

.slider__slide--background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1; }

.slider__slide--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }

@media (max-width: 1023.98px) {
  .slider__slide--link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.slider__slide--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.slider__slide--content a, .slider__slide--content div {
  height: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767.98px) {
  .slider__slide--content a, .slider__slide--content div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 95%;
    gap: 0; } }

.slider__slide--content .slide {
  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;
  height: 100%; }

.slider__slide--content .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

@media (max-width: 767.98px) {
  .slider__slide--content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
  .slider__slide--content .slide {
    height: 50%;
    width: 100%; }
  .slider__slide--content .slide img, .slider__slide--content .slide picture {
    height: 100%; } }

.swiper-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 9px;
  margin-top: 12px; }

.swiper-scrollbar-drag {
  background-color: #00939d;
  height: 2px;
  position: absolute;
  left: 0; }

.swiper-scrollbar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  height: 2px;
  background: #f5f6f7; }

.not-found-page {
  margin: 202px 0; }

.not-found-page a {
  text-decoration: underline;
  font-size: 22px; }

.about-us-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1199.98px) {
  .about-us-content {
    padding: 0;
    min-height: auto; } }

.about-us-content__wrapper {
  background-color: #66bec4;
  color: #fff;
  padding: 80px 50px 55px 80px; }

.about-us-content__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem; }

.about-us-content__title.-small {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: .5rem; }

.about-us-content__paragraph {
  font-size: 1.115rem;
  margin-bottom: 1.5rem; }

.about-us-content__social-item {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.about-us-content__social-item svg {
  width: 25px;
  fill: #fff; }

.about-us-timeline {
  position: relative;
  margin-top: 200px; }

.about-us-timeline__heading {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: lighter;
  text-transform: uppercase; }

.about-us-timeline__list {
  position: relative; }

.about-us-timeline__line {
  position: absolute;
  width: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background-color: #e5f4f5; }

@media (max-width: 1023.98px) {
  .about-us-timeline__line {
    left: 0;
    margin-left: calc(51px / 2);
    margin-right: calc(51px / 2); } }

.about-us-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.about-us-timeline__item:nth-child(odd) .about-us-timeline__card {
  text-align: right; }

.about-us-timeline__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media (max-width: 1023.98px) {
  .about-us-timeline__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.about-us-timeline__item:nth-child(even) .about-us-timeline__title-wrapper {
  text-align: right; }

.about-us-timeline__item:nth-child(even) .about-us-timeline__title-wrapper--bounce-in {
  -webkit-animation: bounce-2 .6s;
  animation: bounce-2 .6s; }

.about-us-timeline__item:nth-child(even) .about-us-timeline__card--bounce-in {
  -webkit-animation: bounce-2-inverse .6s;
  animation: bounce-2-inverse .6s; }

@media (max-width: 1023.98px) {
  .about-us-timeline__item:nth-child(odd) .about-us-timeline__card {
    text-align: left; } }

.about-us-timeline__title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.about-us-timeline__title-wrapper--hidden {
  visibility: hidden; }

.about-us-timeline__title-wrapper--bounce-in {
  -webkit-animation: bounce-2-inverse .6s;
  animation: bounce-2-inverse .6s; }

@media (max-width: 1023.98px) {
  .about-us-timeline__title-wrapper {
    display: none; } }

.about-us-timeline__card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 80px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.about-us-timeline__card--hidden {
  visibility: hidden; }

.about-us-timeline__card--bounce-in {
  -webkit-animation: bounce-2 .6s;
  animation: bounce-2 .6s; }

@media (max-width: 1023.98px) {
  .about-us-timeline__card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.about-us-timeline__card-title {
  display: none; }

@media (max-width: 1023.98px) {
  .about-us-timeline__card-title {
    display: block;
    padding: 3rem 0; } }

.about-us-timeline__point-wrapper {
  margin: 0 2rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.about-us-timeline__point-wrapper--hidden {
  visibility: hidden; }

.about-us-timeline__point-wrapper--bounce-in {
  -webkit-animation: bounce-1 .6s;
  animation: bounce-1 .6s; }

@media (max-width: 1023.98px) {
  .about-us-timeline__point-wrapper {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

.about-us-timeline__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background-color: #e5f4f5;
  border-radius: 50%; }

.about-us-timeline__icon {
  width: 25px;
  fill: #00939d; }

.about-us-timeline__title {
  font-size: 1.25rem;
  color: #00939d; }

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.brands-page {
  text-align: center; }

.brands-page__content {
  max-width: 100%;
  margin: auto; }

@media (max-width: 1199.98px) {
  .brands-page__content {
    max-width: 100%; } }

.brands-page__heading {
  margin-bottom: 2rem;
  margin-top: 4rem; }

.brands-page__lead {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 32px;
  color: #00848d; }

.brands-page__brands {
  margin: 2rem 0;
  overflow: hidden; }

.brands-page__brands-wrapper {
  margin-right: -2px;
  margin-bottom: -2px; }

.brands-page__brand-item {
  border-right: 1px solid #ccd1d1;
  border-bottom: 1px solid #ccd1d1;
  padding: 1rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brands-page__image {
  margin: 1rem 0; }

.brands-page__gallery {
  margin: 2rem 0; }

.brands-page__gallery-wrapper {
  margin-bottom: -2px;
  margin-right: -2px; }

.brands-page__gallery-item {
  margin: 1rem 0; }

.brands-page__button {
  background-color: #f5f6f7;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: .5rem; }

.brands-page__button-icon {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-page {
  background-color: #f5f6f7;
  padding: 80px 15px;
  text-align: center; }

.contact-page__content {
  max-width: 50%;
  margin: auto; }

@media (max-width: 1199.98px) {
  .contact-page__content {
    max-width: 100%; } }

.contact-page__heading {
  margin-bottom: 1rem; }

.contact-page__lead {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 32px;
  color: #00848d; }

.contact-page__form {
  margin-bottom: 2rem; }

.contact-page__input {
  height: 64px;
  font-size: 16px;
  width: 100%; }

.contact-page__textarea {
  font-size: 16px;
  margin: 0;
  width: 100%;
  height: 220px; }

.contact-page__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 2rem 0; }

.contact-page__box-icon {
  background-color: #33a9b1;
  width: 64px;
  height: 64px;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contact-page__box-icon svg {
  width: 32px; }

.contact-page__box-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: .75rem; }

.contact-page__checkbox {
  font-size: 18px;
  line-height: 1;
  margin-bottom: .75rem; }

.contact-page__box-description {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap; }

.contact-page__social {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem; }

.contact-page__social svg {
  fill: #33a9b1;
  width: 24px; }

.contact-page__social::before {
  color: #33a9b1;
  font-size: 24px; }

.dealz-cookies-btn-modal {
  z-index: 110;
  position: fixed;
  bottom: 40px;
  left: 40px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #00848d;
  border: none;
  -webkit-transition: -webkit-filter .2s ease-in;
  transition: -webkit-filter .2s ease-in;
  -o-transition: filter .2s ease-in;
  transition: filter .2s ease-in;
  transition: filter .2s ease-in,-webkit-filter .2s ease-in; }

@media (max-width: 767.98px) {
  .dealz-cookies-btn-modal {
    left: 20px;
    bottom: 20px;
    height: 48px;
    width: 48px; } }

.dealz-cookies-btn-modal:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%); }

.dealz-cookies-btn-modal svg {
  fill: #fff; }

.footer-cookies {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1049;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  padding: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.footer-cookies::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(1, 44, 49, 0.7);
  z-index: -1;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translate(-50vw, -50vh);
  -ms-transform: translate(-50vw, -50vh);
  transform: translate(-50vw, -50vh);
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
  opacity: 1;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.footer-cookies.is-hidden {
  -webkit-transform: translateY(200vh);
  -ms-transform: translateY(200vh);
  transform: translateY(200vh);
  opacity: 0; }

.footer-cookies__content {
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 32px;
  z-index: 10;
  max-width: 539px; }

@media (max-width: 1023.98px) {
  .footer-cookies__content {
    bottom: 10px;
    left: 10px;
    right: 10px; } }

.footer-cookies__content-text {
  padding-bottom: 12px; }

.footer-cookies__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 16px; }

.footer-cookies__text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #5f5f5f;
  margin-bottom: 8px; }

@media (max-width: 1023.98px) {
  .footer-cookies__text {
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #00939d transparent; } }

.footer-cookies__text p {
  margin: 0 0 16px; }

.footer-cookies__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 12px; }

.footer-cookies .brands__btn, .footer-cookies .button, .footer-cookies .find-shop-form__button, .footer-cookies .homepage-slider__btn, .footer-cookies .magazines__btn, .footer-cookies .newsletter__btn, .footer-cookies .pagination__item--next a, .footer-cookies .pagination__item--prev a, .footer-cookies .proposal__btn, .pagination__item--next .footer-cookies a, .pagination__item--prev .footer-cookies a {
  background: #00939d;
  color: #fff;
  height: 46px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.footer-cookies__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-cookies .cookies-accordion {
  margin-bottom: 24px;
  border-bottom: 1px solid #e3e5ee; }

.footer-cookies .cookies-accordion__header {
  font-size: 14px;
  color: #00181b;
  font-weight: 600;
  cursor: pointer;
  padding: 16px 24px;
  border-top: 1px solid #e3e5ee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-cookies .cookies-accordion__header i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out; }

.footer-cookies .cookies-accordion__header i::before {
  font-size: .7em; }

.footer-cookies .cookies-accordion__content .show i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.footer-cookies .cookies-accordion__switcher {
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-cookies .cookies-accordion__switcher-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #5f5f5f;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.footer-cookies .cookies-accordion__switcher-button {
  padding-left: 24px; }

.footer-cookies .cookies-accordion__switcher-button .switch {
  display: inline;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px; }

.footer-cookies .cookies-accordion__switcher-button .switch__input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none; }

.footer-cookies .cookies-accordion__switcher-button .switch__input:disabled + .switch__slider {
  opacity: .4; }

.footer-cookies .cookies-accordion__switcher-button .switch__input:checked + .switch__slider {
  background-color: #00939d; }

.footer-cookies .cookies-accordion__switcher-button .switch__input:checked + .switch__slider::before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  border: 1px solid #00939d; }

.footer-cookies .cookies-accordion__switcher-button .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e3e5ee;
  border-radius: 24px;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.footer-cookies .cookies-accordion__switcher-button .switch__slider::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid #e3e5ee;
  background-color: #fff;
  -webkit-transition: border .2s ease-out,-webkit-transform .2s ease-out;
  transition: border .2s ease-out,-webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out,border .2s ease-out;
  transition: transform .2s ease-out,border .2s ease-out;
  transition: transform .2s ease-out,border .2s ease-out,-webkit-transform .2s ease-out; }

@media (max-width: 1023.98px) {
  .footer-cookies .brands__btn, .footer-cookies .button, .footer-cookies .find-shop-form__button, .footer-cookies .homepage-slider__btn, .footer-cookies .magazines__btn, .footer-cookies .newsletter__btn, .footer-cookies .pagination__item--next a, .footer-cookies .pagination__item--prev a, .footer-cookies .proposal__btn, .pagination__item--next .footer-cookies a, .pagination__item--prev .footer-cookies a {
    font-size: 12px;
    height: 36px; }
  .footer-cookies__content {
    padding: 32px 0 0 0; } }

.documents__categories {
  margin-top: 40px; }

.documents__categories .text-underline {
  text-decoration: underline; }

.documents__categories .row {
  row-gap: 16px; }

@media (max-width: 767.98px) {
  .documents__categories .row {
    row-gap: 8px; } }

.documents__categories .brands__btn, .documents__categories .button, .documents__categories .find-shop-form__button, .documents__categories .homepage-slider__btn, .documents__categories .magazines__btn, .documents__categories .newsletter__btn, .documents__categories .pagination__item--next a, .documents__categories .pagination__item--prev a, .documents__categories .proposal__btn, .pagination__item--next .documents__categories a, .pagination__item--prev .documents__categories a {
  outline: 0;
  width: 100%;
  background-color: #f0f2f2;
  color: #006970;
  font-weight: 500; }

.documents__categories .active.brands__btn, .documents__categories .active.find-shop-form__button, .documents__categories .active.homepage-slider__btn, .documents__categories .active.magazines__btn, .documents__categories .active.newsletter__btn, .documents__categories .active.proposal__btn, .documents__categories .brands__btn:hover, .documents__categories .button.active, .documents__categories .button:hover, .documents__categories .find-shop-form__button:hover, .documents__categories .homepage-slider__btn:hover, .documents__categories .magazines__btn:hover, .documents__categories .newsletter__btn:hover, .documents__categories .pagination__item--next a.active, .documents__categories .pagination__item--next a:hover, .documents__categories .pagination__item--prev a.active, .documents__categories .pagination__item--prev a:hover, .documents__categories .proposal__btn:hover, .pagination__item--next .documents__categories a.active, .pagination__item--next .documents__categories a:hover, .pagination__item--prev .documents__categories a.active, .pagination__item--prev .documents__categories a:hover {
  background-color: #006970;
  color: #fff; }

.documents__description {
  margin-top: 2rem;
  color: #00181b; }

.documents__description a {
  font-weight: 600;
  color: #00939d; }

.documents .page-header {
  padding-bottom: 2rem; }

.documents .page-header__title {
  margin-top: 2rem; }

.documents__list__title {
  margin-top: 40px; }

.documents__list__title h2 {
  color: #01545e; }

.documents__list__files {
  margin-top: 40px; }

.documents__list__files .row {
  row-gap: 16px; }

.documents__list__files .row .col-24 {
  padding: 0; }

.documents__list__files-data {
  background-color: #f0f2f2;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.documents__list__files-data .details {
  position: relative; }

.documents__list__files-data .details p {
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 10px; }

.documents__list__files-data .details span {
  font-size: .875em;
  font-weight: 700; }

.documents__list__files-data .details p, .documents__list__files-data .details span {
  color: #334649; }

.documents__list__files-data .download {
  position: relative;
  background-color: #006970;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px; }

.documents__list__files-data .download::after {
  font-size: .875em;
  color: #fff; }

.documents__list__files-data .download:after {
  content: ""; }

.documents__search {
  margin-top: 20px; }

@media (max-width: 1023.98px) {
  .documents__search {
    margin-top: 40px; } }

.documents__search-input {
  position: relative;
  border-color: #ccd1d1;
  color: #00181b;
  padding: 16px 48px 16px 16px; }

.documents__search-input:focus {
  border-color: #00848d;
  border-width: 1px; }

.documents__search-input::-webkit-input-placeholder {
  color: #ccd1d1; }

.documents__search-input::-moz-placeholder {
  color: #ccd1d1; }

.documents__search-input:-ms-input-placeholder {
  color: #ccd1d1; }

.documents__search-input::-ms-input-placeholder {
  color: #ccd1d1; }

.documents__search-input::placeholder {
  color: #ccd1d1; }

.documents__search__form {
  margin-bottom: -1px; }

.documents__search__results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #00939d;
  max-height: 260px;
  overflow-y: scroll;
  display: none; }

.documents__search__results.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.documents__search__results.-loading {
  opacity: .8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px;
  overflow: hidden; }

.documents__search__results.-loading:after {
  content: ""; }

.documents__search__results.-loading::after {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: loading-spin 2.5s linear infinite;
  animation: loading-spin 2.5s linear infinite;
  font-size: 1.4em;
  color: #00939d; }

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

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

.documents__search__results.-loading span {
  display: block; }

.documents__search__results a, .documents__search__results span {
  padding: 8px 16px;
  font-size: .85rem; }

.documents__search__results a {
  width: 100%;
  color: #006970;
  font-weight: 600;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }

.documents__search__results a:hover {
  background-color: #f5f6f7; }

.documents__search__results a:not(:last-of-type) {
  border-bottom: 1px solid #00939d; }

.documents__search button {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: none;
  height: 100%;
  margin-right: 26px; }

.documents__search--icon:after {
  content: ""; }

.faq-accordion {
  border-bottom: 1px solid #ccd1d1; }

.faq-accordion__header {
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #ccd1d1;
  padding: 24px 0 24px 80px;
  cursor: pointer;
  position: relative; }

.faq-accordion__header:before {
  content: ""; }

@media (max-width: 767.98px) {
  .faq-accordion__header {
    font-size: 16px;
    padding: 20px 20px 20px 80px; } }

.faq-accordion__header:before {
  position: absolute;
  left: 30px;
  top: 34px;
  font-size: 11px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out; }

@media (max-width: 767.98px) {
  .faq-accordion__header:before {
    top: 30px;
    left: 32px;
    font-size: 9px; } }

.faq-accordion__header[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.faq-accordion__button-more {
  display: inline-block;
  margin-top: 32px;
  cursor: pointer; }

.faq-accordion__button-more:not(.collapsed) {
  display: none; }

.faq-accordion__content {
  padding: 0 24px 24px 80px; }

@media (max-width: 767.98px) {
  .faq-accordion__content {
    padding: 0 20px 24px 20px; } }

.faq-accordion__content--table {
  padding-bottom: 0;
  padding-right: 0; }

.faq-list {
  margin-bottom: 80px;
  position: relative; }

@media (max-width: 767.98px) {
  .faq-list {
    margin-bottom: 0; } }

.faq-list__title {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px; }

@media (max-width: 767.98px) {
  .faq-list__title {
    font-size: 20px;
    padding-left: 80px;
    padding-right: 20px;
    margin-bottom: 30px; } }

.faq-list__icon {
  position: absolute;
  max-width: 70px;
  width: 100%;
  height: auto;
  max-height: 70px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media (max-width: 767.98px) {
  .faq-list__icon {
    max-width: 44px;
    max-height: 44px;
    left: 20px; } }

.faq-list__anchor {
  position: absolute;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px); }

@media (max-width: 575.98px) {
  .faq-list {
    padding-top: 30px; }
  .faq-list:nth-child(odd) {
    background: #f5f6f7; } }

.faq-sidebar-nav {
  border-top: 1px solid #ccd1d1; }

.faq-sidebar-nav__item {
  display: block;
  border-bottom: 1px solid #ccd1d1; }

.faq-sidebar-nav__title {
  font-weight: 500;
  position: relative;
  padding: 17px 10px 17px 40px;
  margin: 0; }

.faq-sidebar-nav__title:after {
  content: ""; }

.faq-sidebar-nav__title:before {
  content: ""; }

.faq-sidebar-nav__title:before {
  font-size: 20px;
  position: absolute;
  left: 2px;
  top: 19px; }

.faq-sidebar-nav__title:after {
  font-size: 6px;
  position: absolute;
  right: 0;
  top: 25px; }

.faq-sidebar-nav__icon {
  position: absolute;
  left: 0;
  top: 16px;
  height: 24px;
  width: auto; }

.find-shop-form {
  position: relative;
  z-index: 6;
  margin-top: 32px; }

.find-shop-form__divider {
  font-size: 16px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 19px;
  color: #d2cfcf; }

@media (max-width: 767.98px) {
  .find-shop-form__location {
    border: 0 !important;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    height: auto; } }

@media (max-width: 767.98px) {
  .find-shop-form__label {
    display: inline-block;
    color: #fff;
    margin-bottom: 8px;
    opacity: .7; }
  .find-shop-form__label.-dark {
    color: #014850;
    opacity: .9; } }

.find-shop-form__button {
  background-color: #00939d; }

.find-shop-form__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px; }

.find-shop-form__img img {
  max-width: 100%;
  height: auto; }

.find-shop-form__modal-header {
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.find-shop-form__modal-header .close {
  position: absolute;
  font-weight: unset;
  font-size: 3.5em;
  right: 6px;
  top: 6px; }

@media (max-width: 1023.98px) {
  .find-shop-form__modal-header .close {
    top: 3px;
    font-size: 3em; } }

.find-shop-form__modal-content {
  text-align: center;
  padding: 40px 10px;
  border: none;
  background-color: #fff;
  pointer-events: auto;
  width: 100%; }

.find-shop-form__modal-body {
  text-align: center;
  padding-bottom: 40px; }

@media (max-width: 1023.98px) {
  .find-shop-form__modal-body {
    padding-bottom: 1.25rem; } }

.find-shop-form__modal-label {
  text-align: center; }

.find-shop-form__modal-label p {
  font-size: 30px; }

.find-shop-form__modal-label span {
  font-size: 24px; }

@media (max-width: 1023.98px) {
  .find-shop-form__modal-label p {
    font-size: 1.15rem;
    line-height: 1.2; }
  .find-shop-form__modal-label span {
    font-size: 1rem;
    line-height: 1.2; } }

@media (max-width: 767.98px) {
  .find-shop-form__modal-label p {
    font-size: 1rem;
    line-height: 1.1; }
  .find-shop-form__modal-label span {
    font-size: .9rem;
    line-height: 1.1; } }

.find-shop-form__modal-footer {
  text-align: center;
  padding-bottom: 20px; }

@media (max-width: 767.98px) {
  .find-shop-form__location-icon {
    background: 0 0;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 0 !important; } }

.find-shop-form__submit {
  height: 64px;
  width: 64px;
  border: 1px solid #ccd1d1;
  border-left: 0;
  background: #fff; }

.find-shop-form__input {
  border-right: 0; }

.find-shop-form__list {
  position: absolute;
  left: 15px;
  right: 15px;
  background: #fff;
  border: 1px solid #ccd1d1;
  margin-top: -6px;
  border-top: none;
  padding: 0 23px 25px 23px;
  display: none;
  z-index: 90; }

.find-shop-form__list.is-shown {
  display: block; }

.find-shop-form__list ul {
  width: 100;
  list-style: none;
  margin: 0;
  padding: 0; }

.find-shop-form__list ul li {
  display: block;
  padding: 8px 8px 8px 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  cursor: pointer; }

.find-shop-form__list ul li:before {
  content: ""; }

.find-shop-form__list ul li:hover {
  background: #eef0f8; }

.find-shop-form__list ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 18px;
  color: #005fad; }

.find-shop-form__list ul li b {
  font-weight: 600; }

.find-shop-map {
  position: relative;
  height: 700px; }

@media (max-width: 1023.98px) {
  .find-shop-map {
    height: auto; } }

.find-shop-map__container {
  background: 0 0;
  position: relative;
  z-index: 2;
  pointer-events: none; }

.find-shop-map__map {
  height: 700px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .find-shop-map__map {
    position: fixed;
    top: 55px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 90;
    height: calc(100% - 55px);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    z-index: 95; }
  .find-shop-map__map.is-active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.find-shop-map__list-container {
  background: #fff;
  height: calc(100% - 48px);
  margin-top: 12px;
  pointer-events: all; }

@media (max-width: 1023.98px) {
  .find-shop-map__list-container {
    height: auto; } }

.find-shop-map__list-headline {
  padding: 24px; }

.find-shop-map__list-header {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0; }

.find-shop-map__results {
  margin-top: 24px;
  font-size: 12px; }

.find-shop-map__list.js-custom-map-scrollbar {
  max-height: calc(700px - 112px);
  overflow: hidden; }

@media (max-width: 767.98px) {
  .find-shop-map__list.js-custom-map-scrollbar {
    max-height: none;
    overflow: visible; } }

.find-shop-map__list-content {
  padding: 0 28px 24px 28px; }

@media (max-width: 767.98px) {
  .find-shop-map__list-content {
    padding-left: 0;
    padding-right: 0; } }

.find-shop-filters__label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  padding-top: 1px; }

.find-shop-filters__label-icon {
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto; }

.find-shop-filters__item {
  padding-left: 16px; }

.map-mobile-trigger {
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #464646;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 94; }

.map-mobile-trigger__content {
  padding-top: 5px; }

.map-mobile-trigger__content:before {
  content: ""; }

.map-mobile-trigger__content:before {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  width: 100%; }

@media (max-width: 767.98px) {
  .map-mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.map-mobile-close-trigger {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
  background: #00939d;
  cursor: pointer; }

@media (max-width: 767.98px) {
  .map-mobile-close-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.find-shop-box {
  border: 1px solid #ccd1d1;
  background: #fff;
  margin-bottom: 16px;
  font-size: 13px; }

.find-shop-box.is-selected {
  background: #e8e8e8; }

@media (min-width: 351px) {
  .find-shop-box.is-hidden {
    display: none; } }

.find-shop-box--without-showmore .find-shop-box__content {
  padding-bottom: 30px; }

@media (max-width: 575.98px) {
  .find-shop-box--without-showmore .find-shop-box__content {
    padding-bottom: 20px; } }

.find-shop-box__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.find-shop-box__message span {
  color: #014850;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  z-index: 3;
  margin-bottom: 5px; }

.find-shop-box__message b, .find-shop-box__message strong {
  font-weight: 600; }

.find-shop-box__message a {
  text-decoration: underline; }

.find-shop-box__message a:hover {
  color: #747474; }

.find-shop-box__message p:not(:last-child) {
  margin: 0 0 16px; }

.find-shop-box__content {
  padding: 24px;
  position: relative; }

@media (max-width: 767.98px) {
  .find-shop-box__content {
    padding: 16px; } }

@media (max-width: 575.98px) {
  .find-shop-box__content .find-shop-box__mobile-show-on-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.find-shop-box__content__table .opened-hours {
  overflow: hidden;
  -webkit-transition: max-height .4s;
  -o-transition: max-height .4s;
  transition: max-height .4s;
  max-height: 999px; }

.find-shop-box__content__table .opened-hours.-hidden {
  max-height: 0; }

.find-shop-box__content__table .-today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: .8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px; }

.find-shop-box__content__table .-today:after {
  content: ""; }

.find-shop-box__content__table .-today::after {
  margin-bottom: 7px; }

.find-shop-box__content__table .-today:hover {
  cursor: pointer; }

.find-shop-box__content__table .-today .-bold {
  font-weight: 600; }

.find-shop-box__content__table table td {
  border: none;
  padding: 3px 6px 3px 0 !important; }

.find-shop-box__content__table table tr {
  margin-bottom: 2px; }

.find-shop-box__mobile-show-on-map {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.find-shop-box__mobile-show-on-map:after {
  content: ""; }

.find-shop-box__mobile-show-on-map:after {
  font-size: 14px; }

.find-shop-box__title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 16px;
  line-height: 1.5; }

@media (max-width: 767.98px) {
  .find-shop-box__title {
    font-size: 16px;
    margin-bottom: 8px; } }

.find-shop-box__title b {
  font-weight: 600; }

.find-shop-box__show-on-map {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.find-shop-box__show-on-map:before {
  content: ""; }

.find-shop-box__show-on-map:after {
  content: ""; }

.find-shop-box__show-on-map:before {
  font-size: 14px;
  margin-right: 8px;
  display: block; }

.find-shop-box__show-on-map:after {
  font-size: 6px;
  margin-left: 8px;
  display: block; }

@media (max-width: 575.98px) {
  .find-shop-box__show-on-map {
    display: none; } }

.find-shop-box__show-on-map:hover {
  text-decoration: none; }

.find-shop-box__text {
  font-size: 14px;
  margin-bottom: 6px;
  color: #747474; }

@media (max-width: 575.98px) {
  .find-shop-box__text {
    margin-bottom: 0; } }

.find-shop-box__text:last-of-type {
  margin-bottom: 12px; }

.find-shop-box__text a {
  color: #747474;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.find-shop-box__text a:hover {
  color: #101820; }

@media (max-width: 575.98px) {
  .find-shop-box__text--contact {
    display: none; } }

.find-shop-box__check-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.find-shop-box__check-route:before {
  content: ""; }

.find-shop-box__check-route:after {
  content: ""; }

.find-shop-box__check-route:before {
  font-size: 13px;
  margin-right: 8px;
  display: block; }

.find-shop-box__check-route:after {
  font-size: 6px;
  margin-left: 8px;
  display: block; }

.find-shop-box__check-route:hover {
  text-decoration: none; }

.find-shop-box__more {
  width: 100%;
  border-top: 1px solid #ccd1d1;
  text-align: center;
  margin-top: 26px;
  padding: 8px 15px;
  cursor: pointer; }

.find-shop-box__more .find-shop-box__show-more {
  display: none; }

.find-shop-box__more .find-shop-box__show-less {
  display: block; }

.find-shop-box__more.collapsed .find-shop-box__show-more {
  display: block; }

.find-shop-box__more.collapsed .find-shop-box__show-less {
  display: none; }

@media (max-width: 575.98px) {
  .find-shop-box__more {
    display: none; } }

.find-shop-box__show-less, .find-shop-box__show-more {
  font-weight: 500; }

.find-shop-box__show-less:after, .find-shop-box__show-more:after {
  content: ""; }

.find-shop-box__show-less:after, .find-shop-box__show-more:after {
  font-size: 6px;
  padding-left: 8px;
  vertical-align: 1px; }

.find-shop-box__show-less:after {
  content: ""; }

.find-shop-box__more-info {
  padding-top: 21px; }

@media (max-width: 575.98px) {
  .find-shop-box__more-info {
    display: none; } }

.find-shop-box__more-info-label {
  margin-bottom: 12px; }

.find-shop-box__more-info-tag {
  display: inline-block;
  padding: 4px 11px;
  border: 1px solid #ccd1d1;
  font-size: 11px;
  border-radius: 3px;
  margin-right: 8px; }

.find-shop-box__open-current {
  padding-left: 27px;
  padding-right: 10px;
  cursor: pointer; }

.find-shop-box__open-current:before {
  content: ""; }

.find-shop-box__open-current:after {
  content: ""; }

.find-shop-box__open-current:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px; }

.find-shop-box__open-current:after {
  font-size: 6px;
  padding-left: 4px;
  vertical-align: 2px; }

.find-shop-box__open-current b {
  font-weight: 600; }

@media (max-width: 575.98px) {
  .find-shop-box__open-current {
    display: none; } }

.find-shop-box__open-table {
  width: 100%;
  margin-top: 10px; }

.find-shop-box__open-table td, .find-shop-box__open-table th {
  padding: 2px 0; }

.find-shop-box__open-table th {
  font-weight: 400; }

.find-shop-box__open-table td {
  font-weight: 600; }

.find-shop-box__open-hours {
  position: relative; }

.find-shop-box--dropdown {
  border: 0; }

.find-shop-box--dropdown .find-shop-box__title {
  margin-top: 20px;
  font-size: 20px; }

.find-shop-box--dropdown .find-shop-box__content {
  padding: 16px 0 20px 0; }

.find-shop-box--dropdown .find-shop-box__open-table {
  width: auto; }

.find-shop-box--dropdown .find-shop-box__open-table th {
  padding-right: 30px; }

.find-shop-box--dropdown .find-shop-box__open-current:after {
  display: none; }

.find-shop-box--without-map .find-shop-box__content {
  padding: 20px; }

@media (max-width: 575.98px) {
  .find-shop-box--without-map .find-shop-box__open-current {
    position: relative;
    margin-top: 20px;
    display: block; } }

.for-media__content.--icons {
  padding: 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1459.98px) {
  .for-media__content.--icons {
    padding: 30px 40px; } }

@media (max-width: 1023.98px) {
  .for-media__content.--icons {
    padding: 20px 30px; } }

@media (max-width: 767.98px) {
  .for-media__content.--icons {
    padding: 10px 20px; } }

.for-media__content--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(30% - 24px);
  flex: 0 0 calc(30% - 24px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1459.98px) {
  .for-media__content--icon {
    gap: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 18px);
    flex: 0 0 calc(30% - 18px); } }

@media (max-width: 1023.98px) {
  .for-media__content--icon {
    gap: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (max-width: 767.98px) {
  .for-media__content--icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }

.for-media__content--icon .image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b8692; }

.for-media__content--icon .image img {
  max-width: 48px; }

@media (max-width: 1459.98px) {
  .for-media__content--icon .image {
    width: 70px;
    min-width: 70px;
    height: 70px; }
  .for-media__content--icon .image img {
    max-width: 28px; } }

@media (max-width: 1023.98px) {
  .for-media__content--icon .image {
    width: 50px;
    min-width: 50px;
    height: 50px; }
  .for-media__content--icon .image img {
    max-width: 24px; } }

.for-media__content--icon .info {
  font-weight: 500; }

.for-media__content--icon .info h3 {
  font-size: 32px;
  line-height: 36px;
  color: #1b8692; }

@media (max-width: 1459.98px) {
  .for-media__content--icon .info h3 {
    font-size: 28px;
    line-height: 32px; } }

@media (max-width: 1023.98px) {
  .for-media__content--icon .info h3 {
    font-size: 24px;
    line-height: 28px; } }

@media (max-width: 767.98px) {
  .for-media__content--icon .info h3 {
    font-size: 20px;
    line-height: 24px; } }

.for-media__content--icon .info a, .for-media__content--icon .info p, .for-media__content--icon .info span {
  font-size: 22px;
  line-height: 24px;
  color: #012428;
  font-weight: 400;
  margin-bottom: 0;
  text-wrap: balance; }

@media (max-width: 1459.98px) {
  .for-media__content--icon .info a, .for-media__content--icon .info p, .for-media__content--icon .info span {
    font-size: 18px; } }

@media (max-width: 1023.98px) {
  .for-media__content--icon .info a, .for-media__content--icon .info p, .for-media__content--icon .info span {
    font-size: 16px; } }

.for-media__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.for-media__files--box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 16px);
  flex: 0 0 calc(33% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px; }

@media (max-width: 1023.98px) {
  .for-media__files--box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px); } }

@media (max-width: 767.98px) {
  .for-media__files--box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.for-media__files--box .image {
  max-height: 368px;
  overflow: hidden; }

.for-media__files--box .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.for-media__files--box .brands__btn, .for-media__files--box .button, .for-media__files--box .find-shop-form__button, .for-media__files--box .homepage-slider__btn, .for-media__files--box .magazines__btn, .for-media__files--box .newsletter__btn, .for-media__files--box .pagination__item--next a, .for-media__files--box .pagination__item--prev a, .for-media__files--box .proposal__btn, .pagination__item--next .for-media__files--box a, .pagination__item--prev .for-media__files--box a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px; }

.for-media__files--box .brands__btn .info, .for-media__files--box .button .info, .for-media__files--box .find-shop-form__button .info, .for-media__files--box .homepage-slider__btn .info, .for-media__files--box .magazines__btn .info, .for-media__files--box .newsletter__btn .info, .for-media__files--box .pagination__item--next a .info, .for-media__files--box .pagination__item--prev a .info, .for-media__files--box .proposal__btn .info, .pagination__item--next .for-media__files--box a .info, .pagination__item--prev .for-media__files--box a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.for-media__files--box .button__icon {
  background-color: #fff; }

.for-media__files.-loading {
  opacity: .2; }

.for-media {
  margin-bottom: 160px; }

.for-media-page .page-header {
  margin-bottom: 80px; }

.for-media__title {
  margin-bottom: 40px; }

.for-media__title h2 {
  font-size: 40px;
  color: #00939d;
  line-height: 48px; }

@media (max-width: 1023.98px) {
  .for-media__title h2 {
    font-size: 28px;
    line-height: 36px; } }

.for-media__content {
  padding: 24px 12px;
  margin-bottom: 40px;
  border: 1px solid #b3d7db; }

.for-media__content a, .for-media__content p, .for-media__content span {
  font-size: 22px;
  color: #4d5d5f; }

@media (max-width: 1023.98px) {
  .for-media__content a, .for-media__content p, .for-media__content span {
    font-size: 18px;
    line-height: 20px; } }

.for-media__content a, .for-media__content h1, .for-media__content h2, .for-media__content h3, .for-media__content h4, .for-media__content h5 {
  color: #00939d;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0; }

@media (max-width: 1023.98px) {
  .for-media__content a, .for-media__content h1, .for-media__content h2, .for-media__content h3, .for-media__content h4, .for-media__content h5 {
    font-size: 22px;
    line-height: 28px; } }

.posts-for-media .for-media {
  margin-bottom: 40px; }

.for-media__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px; }

.for-media__posts--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 16px);
  flex: 0 0 calc(33% - 16px);
  margin-bottom: 46px; }

@media (max-width: 1023.98px) {
  .for-media__posts--box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    gap: 10px; } }

@media (max-width: 767.98px) {
  .for-media__posts--box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.for-media__posts--box .image {
  max-height: 368px;
  overflow: hidden; }

.for-media__posts--box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.for-media__posts--box .title h3 {
  font-size: 24px;
  line-height: 32px;
  color: #012428;
  font-weight: 500; }

.for-media__posts--box .excerpt p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #012428; }

.for-media__posts--box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #027886; }

.for-media__posts--box .link .button__icon {
  background-color: transparent;
  width: 24px;
  height: 24px; }

.for-media__posts--box .link .button__icon svg {
  fill: #012428; }

@media (max-width: 1023.98px) {
  .for-media-pagination .pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .for-media-pagination .pagination__item--active a {
    border: 1px solid #33a9b1; } }

.leaflet-accordion {
  max-height: calc(100vh - 200px);
  margin-right: -16px; }

.leaflet-accordion__content {
  padding-right: 16px;
  border-bottom: 1px solid #ccd1d1; }

.leaflet-accordion__headline {
  position: relative;
  font-weight: 600;
  border-top: 1px solid #ccd1d1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  cursor: pointer; }

.leaflet-accordion__headline:after {
  content: ""; }

.leaflet-accordion__headline:after {
  position: absolute;
  font-size: 5px;
  top: 18px;
  right: 0; }

.leaflet-accordion__headline.collapsed:after {
  content: ""; }

.leaflet-accordion__headline.collapsed:after {
  top: 16px;
  font-size: 9px; }

.leaflet-accordion__item {
  padding-bottom: 23px; }

.leaflet-archive-box {
  padding: 24px;
  background-color: #e6f2f3;
  height: 100%;
  position: relative; }

.leaflet-archive-box--text {
  position: inherit; }

.leaflet-archive-box--text, .leaflet-archive-box--text > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.leaflet-archive-box--text > a, .leaflet-archive-box--text > a > a {
  height: 100%; }

@media (max-width: 767.98px) {
  .leaflet-archive-box {
    text-align: center;
    padding: 12px; } }

.leaflet-archive-box__image-container {
  position: relative;
  text-align: center; }

@media (max-width: 1023.98px) {
  .leaflet-archive-box__image-container img {
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain; } }

@media (max-width: 767.98px) {
  .leaflet-archive-box__image-container img {
    max-height: 280px; } }

.leaflet-archive-box__image {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2; }

@media (max-width: 767.98px) {
  .leaflet-archive-box__image {
    margin: 0 auto 12px auto; } }

.leaflet-archive-box__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #00181b; }

@media (max-width: 767.98px) {
  .leaflet-archive-box__title {
    font-size: 1rem;
    line-height: 1.15rem;
    margin-bottom: .5rem; } }

.leaflet-archive-box__label {
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500; }

@media (max-width: 1023.98px) {
  .leaflet-archive-box__label {
    font-size: 24px;
    line-height: 26px; } }

@media (max-width: 767.98px) {
  .leaflet-archive-box__label {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: .5rem; } }

.leaflet-archive-box__status {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.leaflet-archive-box__status--text {
  font-size: 14px;
  padding: 8px 12px; }

@media (max-width: 767.98px) {
  .leaflet-archive-box__status {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3; }
  .leaflet-archive-box__status--text {
    font-size: 12px;
    padding: 6px; } }

.leaflet-archive-box__date {
  margin-bottom: 20px;
  padding: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  font-size: 16px;
  line-height: 20px; }

@media (max-width: 767.98px) {
  .leaflet-archive-box__date {
    font-size: 14px;
    line-height: 18px; } }

.leaflet-archive-box__button {
  z-index: 3; }

.leaflet-archive-box__button .brands__btn, .leaflet-archive-box__button .button, .leaflet-archive-box__button .find-shop-form__button, .leaflet-archive-box__button .homepage-slider__btn, .leaflet-archive-box__button .magazines__btn, .leaflet-archive-box__button .newsletter__btn, .leaflet-archive-box__button .pagination__item--next a, .leaflet-archive-box__button .pagination__item--prev a, .leaflet-archive-box__button .proposal__btn, .pagination__item--next .leaflet-archive-box__button a, .pagination__item--prev .leaflet-archive-box__button a {
  height: 40px; }

.leaflet-archive-box__button .button__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px; }

@media (max-width: 767.98px) {
  .leaflet-archive-box__button .brands__btn, .leaflet-archive-box__button .button, .leaflet-archive-box__button .find-shop-form__button, .leaflet-archive-box__button .homepage-slider__btn, .leaflet-archive-box__button .magazines__btn, .leaflet-archive-box__button .newsletter__btn, .leaflet-archive-box__button .pagination__item--next a, .leaflet-archive-box__button .pagination__item--prev a, .leaflet-archive-box__button .proposal__btn, .pagination__item--next .leaflet-archive-box__button a, .pagination__item--prev .leaflet-archive-box__button a {
    padding-right: 24px;
    font-size: .875rem; }
  .leaflet-archive-box__button .button__icon {
    display: none; } }

.leaflet-archive-box__button .hidden__btn {
  background-color: #80c9ce;
  color: #fff; }

.leaflet-archive-box__button .hidden__btn .button__icon {
  color: #80c9ce; }

.leaflet-archive-box__button .hidden__btn:hover {
  background-color: #66bec4; }

.leaflet-archive-box__button .hidden__btn:hover .button__icon {
  border-right: none;
  color: #66bec4; }

.leaflet-archive-box__button .button__icon {
  background-color: #e6f2f3; }

.leaflet-archive-box__button--blix .button__icon {
  background-color: #8dbbbd; }

.leaflet-archive-box__button--blix .button__icon::before {
  color: #fff;
  font-size: 18px; }

.leaflet-archive-box__button--blix .button--white {
  background-color: #fff;
  color: #101820;
  font-weight: 600; }

.leaflet-archive-box__button--blix .button--white .button__icon {
  background-color: #008798; }

.leaflet-archive-box__button--blix span {
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px; }

.leaflet-archive-box__button--blix a {
  height: 52px; }

@media (max-width: 400px) {
  .leaflet-archive-box__button--blix a {
    padding: 0 14px; } }

.leaflet-archive-box__blix {
  min-height: 344px;
  overflow: hidden;
  background-color: #8dbbbd;
  color: #fff;
  position: relative; }

@media (max-width: 1459.98px) {
  .leaflet-archive-box__blix {
    overflow: initial;
    margin-bottom: 40px; } }

.leaflet-archive-box__blix h2 {
  text-transform: uppercase;
  color: #fff; }

.leaflet-archive-box.blix {
  background-repeat: no-repeat;
  background-size: contain;
  height: 376px; }

.leaflet-archive-box__blix-img {
  width: 110%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0; }

@media (max-width: 1500px) {
  .leaflet-archive-box__blix-img {
    width: 130%; } }

@media (max-width: 1200px) {
  .leaflet-archive-box__blix-img {
    width: 150%; } }

@media (max-width: 575.98px) {
  .leaflet-archive-box__blix-img {
    max-width: 100%;
    position: relative;
    width: auto !important; } }

.leaflet-archive-box__blix-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 14px;
  height: 80%;
  padding-top: 24px; }

@media (max-width: 575.98px) {
  .leaflet-archive-box__blix-row {
    height: 100%;
    position: relative;
    text-align: center; } }

.leaflet-archive-box__blix-row h2 {
  font-size: 32px;
  line-height: 32px; }

@media (max-width: 440px) {
  .leaflet-archive-box__blix-row h2 {
    font-size: 28px;
    line-height: 28px; } }

.leaflet-archive-box__blix-col {
  z-index: 2; }

.leaflet-archive-box-hidden .leaflet-archive-box__image-bg {
  display: none; }

.leaflet-archive-box-hidden img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5; }

.leaflet-archive {
  padding-top: 60px;
  padding-bottom: 60px;
  row-gap: 24px; }

@media (max-width: 1023.98px) {
  .leaflet-archive {
    padding-top: 40px;
    padding-bottom: 40px;
    row-gap: 18px; } }

@media (max-width: 767.98px) {
  .leaflet-archive {
    padding-top: 20px;
    padding-bottom: 20px;
    row-gap: 12px; } }

.leaflet-bookmark-item {
  cursor: pointer;
  padding: 10px 8px; }

.leaflet-bookmark-item__image-container {
  max-width: 50%;
  position: relative; }

.leaflet-bookmark-item__image-container:before {
  content: '';
  position: absolute;
  display: block;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  background: #fff;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.leaflet-bookmark-item__image {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto; }

.leaflet-bookmark-item__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: outline .2s ease-out;
  -o-transition: outline .2s ease-out;
  transition: outline .2s ease-out;
  width: auto; }

.leaflet-bookmark-item__numbers {
  font-weight: 400;
  margin-top: 8px;
  font-size: 14px; }

.leaflet-bookmark-item:hover .leaflet-bookmark-item__image-container:before {
  background: #ccd1d1; }

.leaflet-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #ccd1d1;
  z-index: 13; }

@media (max-width: 1023.98px) {
  .leaflet-header {
    padding: 10px 0; } }

.leaflet-header__logo {
  height: 40px;
  width: auto; }

@media (max-width: 1023.98px) {
  .leaflet-header__logo {
    height: 24px; } }

.leaflet-header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 1023.98px) {
  .leaflet-header__logo-container {
    width: auto; } }

@media (max-width: 767.98px) {
  .leaflet-header__dropdown-col {
    max-width: calc(100% - 145px);
    width: 100%; } }

@media (max-width: 575.98px) {
  .leaflet-header__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.leaflet-nav-bottom {
  background: #fff;
  border-top: 1px solid #ccd1d1;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  position: fixed;
  left: 225px;
  right: 0;
  bottom: 0;
  z-index: 12; }

@media (max-width: 1459.98px) {
  .leaflet-nav-bottom {
    padding-top: 6px;
    padding-bottom: 6px; } }

@media (max-width: 767.98px) {
  .leaflet-nav-bottom {
    padding-top: 0;
    padding-bottom: 0;
    left: 0; } }

.leaflet-nav-left {
  position: relative;
  width: 225px;
  z-index: 8; }

.leaflet-nav-left__content {
  border-right: 1px solid #ccd1d1;
  padding: 96px 0 70px 0;
  position: fixed;
  width: 225px; }

.leaflet-nav-left__headline {
  padding: 0 23px 20px 23px; }

.leaflet-nav-left__title {
  font-size: 20px;
  font-weight: 500; }

@media (max-width: 767.98px) {
  .leaflet-nav-left {
    display: none; } }

.leaflet-nav-mobile {
  height: 60px;
  width: 70px;
  position: relative;
  cursor: pointer; }

.leaflet-nav-mobile--right {
  border-left: 1px solid #ccd1d1; }

.leaflet-nav-mobile--left {
  border-right: 1px solid #ccd1d1; }

.leaflet-nav-mobile__icon {
  position: absolute;
  font-size: 24px;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
  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; }

.leaflet-nav-mobile__text {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 6px; }

.leaflet-dropdown {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out; }

@media (max-width: 767.98px) {
  .leaflet-dropdown {
    display: block;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%); } }

.leaflet-dropdown.is-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.leaflet-dropdown__content {
  position: relative;
  z-index: 11;
  background: #fff;
  padding: 20px 20px 76px 20px; }

.leaflet-dropdown__header {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 20px; }

.leaflet-dropdown__close {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 100%;
  font-size: 14px; }

.leaflet-dropdown__close:after {
  content: ""; }

@media (max-width: 575.98px) {
  .leaflet-dropdown__close {
    top: 18px;
    right: 20px; } }

.leaflet-dropdown__close:after {
  display: block; }

@media (max-width: 767.98px) {
  .leaflet-dropdown-backdrop {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 15, 30, 0.48);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
    -o-transition: opacity .2s ease-out,visibility .2s ease-out;
    transition: opacity .2s ease-out,visibility .2s ease-out; }
  .leaflet-dropdown-backdrop.is-active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; } }

.leaflet-nav {
  list-style: none;
  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;
  margin: 0;
  padding: 0; }

.leaflet-nav.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.leaflet-nav.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.leaflet-nav__label {
  position: absolute;
  padding: 2px 26px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccd1d1;
  border-bottom: 0;
  top: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 14px; }

.leaflet-nav__label:after, .leaflet-nav__label:before {
  content: '';
  background: #fff;
  display: block;
  width: 3px;
  height: 15px;
  position: absolute;
  top: 17px;
  left: -1px; }

.leaflet-nav__label:after {
  left: auto;
  right: -1px; }

@media (max-width: 1459.98px) {
  .leaflet-nav__label {
    top: -28px; } }

@media (max-width: 767.98px) {
  .leaflet-nav__label {
    display: none; } }

.leaflet-nav__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 1; }

@media (max-width: 1023.98px) {
  .leaflet-nav__item {
    height: auto; } }

.leaflet-nav__item.-numbers {
  font-weight: 600;
  padding: 0 10px;
  width: 120px;
  height: auto; }

@media (max-width: 575.98px) {
  .leaflet-nav__item.-numbers {
    width: 90px; } }

.leaflet-nav__item.-text {
  font-weight: 500;
  padding: 0 10px 0 10px;
  width: auto;
  position: relative; }

@media (max-width: 1023.98px) {
  .leaflet-nav__item.-text {
    padding: 0 12px 0 35px; } }

.leaflet-nav__item.-products {
  padding: 0 30px 0 40px;
  width: auto;
  line-height: 44px;
  position: relative; }

.leaflet-nav__item.-products:before {
  content: ""; }

.leaflet-nav__item.-products:after {
  content: ""; }

.leaflet-nav__item.-products:after, .leaflet-nav__item.-products:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
  display: block;
  line-height: 1; }

.leaflet-nav__item.-products:before {
  left: 10px; }

.leaflet-nav__item.-products:after {
  font-size: .4em;
  right: 10px; }

.leaflet-nav__item.-paper {
  padding: 0 30px 0 15px;
  width: auto;
  line-height: 44px;
  position: relative;
  font-weight: 400;
  cursor: default; }

.leaflet-nav__item.-paper:after, .leaflet-nav__item.-paper:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
  display: block;
  line-height: 1; }

.leaflet-nav__item.-paper:before {
  left: 10px; }

.leaflet-nav__item.-paper:after {
  font-size: .4em;
  right: 10px; }

.leaflet-nav__item.-paper b {
  font-weight: 600; }

@media (max-width: 1459.98px) {
  .leaflet-nav__item.-paper {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

@media (max-width: 767.98px) {
  .leaflet-nav__item.-paper {
    max-width: 100%; } }

@media (max-width: 575.98px) {
  .leaflet-nav__item.-paper {
    white-space: normal;
    line-height: 1.3;
    padding: 0 10px 0 10px; }
  .leaflet-nav__item.-paper:after {
    font-size: .4em;
    right: 0; }
  .leaflet-nav__item.-paper b {
    display: inline-block;
    width: 100%; } }

.leaflet-nav__item.-divider {
  padding-left: 0;
  padding-right: 0;
  width: 1px;
  background: #ccd1d1;
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 1023.98px) {
  .leaflet-nav__item.-divider {
    margin-left: 7px;
    margin-right: 7px; } }

@media (max-width: 767.98px) {
  .leaflet-nav__item.-divider {
    height: 40px; } }

.leaflet-nav__item.-divider-left {
  margin-left: 0; }

.leaflet-nav__item.-divider-wide {
  margin-right: 24px;
  margin-left: 24px; }

.leaflet-nav__item.-start {
  padding-left: 34px;
  padding-right: 10px;
  text-align: center;
  width: auto; }

.leaflet-nav__item.-close {
  padding-left: 24px;
  padding-right: 34px;
  text-align: center;
  width: auto; }

@media (max-width: 1023.98px) {
  .leaflet-nav__item.-close {
    padding-left: 14px;
    padding-right: 24px; } }

.leaflet-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer; }

.leaflet-nav__link:hover {
  text-decoration: none; }

.leaflet-nav__paper-label {
  padding-right: 7px; }

@media (max-width: 1023.98px) {
  .leaflet-nav__paper-label {
    display: none; } }

@media (max-width: 767.98px) {
  .leaflet-nav__paper-label {
    display: inline; } }

@media (max-width: 575.98px) {
  .leaflet-nav__paper-label {
    font-size: 13px; } }

.leaflet-nav__text-icon {
  font-size: 18px;
  display: block;
  margin-right: 8px; }

.leaflet-nav__icon {
  font-size: 16px;
  display: block;
  height: auto;
  margin-right: 10px;
  margin-top: 2px; }

.leaflet-nav__icon.-bigger {
  font-size: 20px; }

.leaflet-nav__icon.-big {
  font-size: 24px; }

.leaflet-nav__icon.-small {
  font-size: 14px; }

.leaflet-nav__icon.-last {
  margin-right: 0; }

.leaflet-nav__icon:after {
  display: block; }

.leaflet-nav__divider {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.leaflet-responsive-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.leaflet-responsive-nav__item {
  position: relative; }

.leaflet-responsive-nav__item.has-icon .leaflet-responsive-nav__link {
  padding-left: 45px; }

.leaflet-responsive-nav__link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px 15px 15px;
  position: relative;
  border-bottom: 1px solid #ccd1d1; }

.leaflet-responsive-nav__link:after {
  content: ""; }

.leaflet-responsive-nav__link:after {
  position: absolute;
  right: 15px;
  top: 24px;
  font-size: .65em; }

.leaflet-responsive-nav__link--last {
  border-bottom: 0; }

.leaflet-responsive-nav__item-icon {
  max-height: 18px;
  max-width: 20px;
  width: auto;
  vertical-align: -1px;
  position: absolute;
  left: 15px;
  top: 18px;
  pointer-events: none; }

.leaflet-responsive-nav__submenu {
  display: none; }

.leaflet-single {
  width: 100%;
  height: 100vh; }

.leaflet-single__container {
  background: #e8e8e8;
  padding: 80px 0 70px 0;
  position: relative; }

@media (max-width: 1459.98px) {
  .leaflet-single__container {
    padding: 80px 0 90px 0; } }

@media (max-width: 767.98px) {
  .leaflet-single__container {
    padding: 0; } }

.leaflet-single__large-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  overflow: hidden;
  height: 200px;
  width: 82px; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav {
    z-index: 9;
    height: 88px;
    width: 88px; } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav {
    height: 60px;
    width: 60px; } }

.leaflet-single__large-nav:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: #e2e0e0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 100%;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav:before {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.8);
    width: 88px;
    height: 88px;
    -webkit-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    transform: translate(0, -45px); } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav:before {
    height: 60px;
    width: 60px;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px); } }

.leaflet-single__large-nav:after {
  position: relative;
  z-index: 2;
  font-size: 22px;
  display: block;
  padding: 86px 20px 0 20px;
  width: 82px;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav:after {
    font-size: 18px;
    padding: 34px 0;
    line-height: 1; } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav:after {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1;
    width: 60px; } }

.leaflet-single__large-nav--prev {
  left: 225px; }

.leaflet-single__large-nav--prev:after {
  content: ""; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--prev {
    left: 0; } }

.leaflet-single__large-nav--prev:after {
  text-align: left; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--prev:after {
    margin-left: 10px; } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav--prev:after {
    margin-left: 5px; } }

.leaflet-single__large-nav--prev:before {
  left: -120px; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--prev:before {
    left: -40px; } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav--prev:before {
    left: -30px; } }

.leaflet-single__large-nav--next {
  right: 0; }

.leaflet-single__large-nav--next:after {
  content: ""; }

.leaflet-single__large-nav--next:after {
  text-align: right; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--next:after {
    margin-right: 10px; } }

@media (max-width: 575.98px) {
  .leaflet-single__large-nav--next:after {
    margin-right: auto;
    margin-left: -5px; } }

.leaflet-single__large-nav--next:before {
  right: -120px; }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--next:before {
    right: -40px; } }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav--next:before {
    right: -30px; } }

@media (max-width: 767.98px) {
  .leaflet-single__large-nav.is-hidden {
    display: none; } }

.flipbook-content {
  position: relative; }

.flipbook-content.is-loaded:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2cfcf;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 56px;
  border-radius: 30px 0 0 0;
  z-index: 1; }

.flipbook-container {
  position: relative;
  z-index: 1;
  height: calc(100vh - 240px);
  width: calc((100vh - 240px) * (974/708));
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

@media (max-width: 767.98px) {
  .flipbook-container {
    height: calc(100vh - 127px);
    width: auto;
    padding: 70px 0 57px 0; } }

@media (max-width: 575.98px) {
  .flipbook-container {
    height: calc(100vh - 80px);
    padding: 20px 0 20px 0; } }

.flipbook-container.is-zoom-in {
  height: calc(100vh - 155px);
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 1459.98px) {
  .flipbook-container.is-zoom-in {
    height: calc(100vh - 125px); } }

.flipbook {
  -webkit-transition: margin .2s ease-out;
  -o-transition: margin .2s ease-out;
  transition: margin .2s ease-out; }

@media (max-width: 767.98px) {
  .flipbook {
    height: 100%;
    width: auto; }
  .flipbook .slick-list, .flipbook .slick-track {
    height: 100%; }
  .flipbook .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flipbook .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e8e8e8;
    height: calc(100% - 10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .flipbook .slick-track .slick-slide:focus {
    outline: 0; } }

.flipbook__page-content {
  width: 100%;
  height: 100%; }

@media (max-width: 767.98px) {
  .flipbook__page-content {
    height: calc(100vh - 140px);
    width: calc((100vh - 160px) * (708/974));
    margin: auto;
    position: relative; } }

@media (max-width: 575.98px) {
  .flipbook__page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.flipbook__page-image {
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.flipbook__page-image--left {
  border-right: 0; }

.flipbook__page-image--right {
  border-left: 0; }

@media (max-width: 767.98px) {
  .flipbook__page-image {
    margin: auto;
    max-width: 100%;
    max-height: 100%; } }

.flipbook__page {
  position: relative;
  background: #fff; }

.flipbook__page:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(16, 24, 32, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 4px solid #fff;
  -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
  -o-transition: opacity .2s ease-out,visibility .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out;
  z-index: 11; }

@media (max-width: 767.98px) {
  .flipbook__page {
    padding-top: 10px; } }

.flipbook__page-left:after {
  border-right: 0; }

.flipbook__page-right:after {
  border-left: 0; }

.flipbook.is-popup-open .flipbook__page:after {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.flipbook-full-nav {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 999;
  background: #e2e0e0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  height: 48px;
  display: none; }

.flipbook-full-nav__item {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer; }

.flipbook-full-nav__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: 18px; }

.is-leaflet-fullpage .leaflet-header, .is-leaflet-fullpage .leaflet-nav-bottom, .is-leaflet-fullpage .leaflet-nav-left {
  display: none; }

.is-leaflet-fullpage .leaflet-single {
  width: 100%;
  height: 100vh; }

.is-leaflet-fullpage .leaflet-single__container {
  padding: 0; }

.is-leaflet-fullpage .leaflet-single__large-nav--prev {
  left: 0; }

.is-leaflet-fullpage .flipbook-container {
  height: calc(100vh - 80px);
  width: calc((100vh - 80px) * (974/708));
  margin-top: 40px;
  margin-bottom: 40px; }

.is-leaflet-fullpage .flipbook-container.is-zoom-in {
  height: 100vh;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.is-leaflet-fullpage .flipbook-full-nav {
  display: block; }

.pinch-zoom-container {
  height: calc(100vh - 80px);
  width: calc((100vh - 80px) * (974/708)); }

@media (max-width: 767.98px) {
  .modal.show .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.search-box {
  display: block;
  padding: 24px;
  border: 1px solid #e6e8e8; }

.search-results__nav {
  list-style: none;
  padding: 0;
  margin: 36px 0 24px 0; }

.search-results__nav-item {
  display: inline-block;
  padding-right: 16px;
  font-size: 18px;
  color: #80c9ce; }

.search-results__nav-item--main {
  font-weight: 600;
  color: #00939d; }
