@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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-cancel-button,
[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: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 > th,
.table-danger > td {
  background-color: #f5c6cb;
}

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -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: 0.3rem;
  margin-left: -1.25rem;
}
.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: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -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: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -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 .input-group,
  .form-inline .custom-select {
    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;
    margin-top: 0;
    margin-right: 0.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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .btn:focus {
  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: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  -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-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(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  -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-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(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -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-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(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -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-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(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -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-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(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -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-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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -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-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(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -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-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(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: 0.5rem 0;
  margin: 0.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: 0.25rem;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  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;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.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:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -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 > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.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: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.custom-control {
  position: relative;
  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;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -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-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.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(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.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: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-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: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.nav-justified .nav-item {
  -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: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.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: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -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 {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -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;
  }
}
.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 {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -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:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -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: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.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(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.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 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  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-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  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: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.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: 0.75rem 1.25rem;
  color: inherit;
}

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

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

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

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

.alert-warning {
  color: #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;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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 {
  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;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  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: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.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% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.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, 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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
  position: relative;
  -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: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-warning {
  border-color: #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 {
  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-circle {
  border-radius: 50% !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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
}

.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-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-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-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Navigation */
.nav {
  z-index: 99 !important;
  background-color: white !important;
}

.nav .logo {
  width: 65px !important;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .nav .logo {
    width: 85px !important;
  }
}
html, body {
  background-color: white !important;
}

.moshmenu_nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .moshmenu_nav {
    display: none !important;
  }
}
.moshmenu_nav .moshmenu_nav_link {
  padding: 0px 15px;
  height: 36px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .moshmenu_nav .moshmenu_nav_link {
    padding: 0px 25px;
  }
}
.moshmenu_nav .moshmenu_nav_link > h6 {
  height: 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;
}

.moshmenu_nav .moshmenu_nav_link.open > h6, .moshmenu_nav_link_desktop:hover h5 {
  color: #82c780;
}

.moshmenu_nav .moshmenu_nav_link > h6 {
  font-size: 16px;
}

.moshmenu_nav .moshmenu_nav_link {
  padding: 0px 11px;
}

.moshmenu_nav .moshmenu_nav_link {
  text-align: center;
}

@media (max-width: 357px) {
  .moshmenu_nav .moshmenu_nav_link > h6 {
    font-size: 14px;
  }
  .moshmenu_nav .moshmenu_nav_link {
    padding: 0px 10px;
  }
}
.moshmenu_nav_link_desktop h5 {
  position: relative;
}

/*
.moshmenu_nav_link_desktop.open h5::after {
  transform:rotate(180deg)
}
*/
.menu_moshmenu {
  top: 100px;
}

@media (max-width: 991px) {
  .menu_moshmenu.topofpage {
    top: 142px;
  }
  .menu_moshmenu {
    top: 109px;
  }
  nav .wrapper {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  nav.open .wrapper {
    border-color: rgba(0, 61, 59, 0.2);
  }
  .moshmenu_link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .moshmenu_link_wrap a {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.menu_moshmenu_nav_link {
  display: block;
  margin-bottom: 5px;
}

#menu_moshmenu_nav .menu_moshmenu_inner {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: max-height .4s cubic-bezier(0.12,0.66,0.48,1.03);*/
  -webkit-transition: max-height 0.3s ease, -webkit-transform 0.5s ease;
  transition: max-height 0.3s ease, -webkit-transform 0.5s ease;
  transition: max-height 0.3s ease, transform 0.5s ease;
  transition: max-height 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

#menu_moshmenu_nav .menu_moshmenu_inner.open {
  max-height: 600px;
  overflow: visible;
  z-index: 99;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#menu_moshmenu_nav .moshmenu_nav_link_container {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 15px;
}

#menu_moshmenu_nav .menu_moshmenu_inner.open .moshmenu_nav_link_container {
  opacity: 1;
}

@media (max-width: 991px) {
  #menu_moshmenu_nav .menu_moshmenu_inner.open .moshmenu_nav_link_container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #menu_moshmenu_nav .close {
    bottom: 25px;
    right: 20px;
    top: auto;
    margin: auto;
    opacity: 1;
    background-position: center right 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 0;
    background-position: center;
  }
  #menu_moshmenu_nav .menu_moshmenu_inner .moshmenu_nav_link_container:last-child {
    padding: 15px 15px 25px 15px;
  }
}
#menu_moshmenu_nav .close span {
  display: none;
}

@media (min-width: 992px) {
  #menu_moshmenu_nav .moshmenu_nav_link_container {
    max-width: 430px;
  }
  .moshmenu_nav_link_container h5 {
    margin-top: 10px;
  }
  .moshmenu_nav_link_container {
    width: 25%;
  }
  .moshmenu_sex.moshmenu_nav_link_container, .moshmenu_mh.moshmenu_nav_link_container {
    width: 50%;
  }
  #menu_inner_moshmenu_nav_aboutus .moshmenu_nav_link_container {
    min-width: 260px;
  }
  #menu_moshmenu_nav .menu_moshmenu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  #menu_moshmenu_nav .menu_moshmenu_inner {
    padding-left: 145px;
  }
}
#menu_moshmenu_nav .menu_moshmenu_inner.open {
  max-height: 250px;
}

.menu_moshmenu {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 98;
}

.menu_moshmenu_inner.sand .nav_link_sub:hover {
  color: #82c780;
}

@media (max-width: 991px) {
  .menu_moshmenu_inner .nav_link_sub {
    max-width: 260px;
  }
}
.moshmenu_nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.moshmenu_nav h6 {
  color: #ebebd4;
}

.moshmenu_nav.open {
  max-height: 50px;
  overflow: visible;
}

.moshmenu_nav_link_desktop.open h5 {
  color: #82c780;
}

#menu_inner_moshmenu_nav_aboutus .moshmenu_nav_link_container:last-child .nav_link_sub:first-child::before {
  content: "";
  display: block;
  height: 33px;
}

@media (min-width: 992px) {
  .nav_link_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .nav_link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 16px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .nav .nav_link h5 {
    margin-bottom: 0;
  }
  .nav .wrapper {
    padding: 0px 40px;
  }
  .nav .wrapper, .nav .nav_link {
    height: 80px;
  }
  .menu_moshmenu_inner .close {
    display: none;
  }
}
@media (min-width: 991px) {
  .nav .nav_link h5, .login_container h5 {
    font-size: 11px;
  }
}
@media (min-width: 995px) {
  .nav .nav_link h5,
  .nav .login_container h5 {
    font-size: 12px;
  }
  .nav .nav_link {
    padding-left: 14px;
    padding-right: 16px;
  }
}
@media (min-width: 1110px) {
  .nav .nav_link h5,
  .nav .login_container h5 {
    font-size: 13px;
  }
  .nav .nav_link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .nav .nav_link h5,
  .nav .login_container h5 {
    font-size: 13px;
  }
  .nav .nav_link {
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  .nav_link h5,
  .login_container h5 {
    font-size: 14px;
  }
  .nav .nav_link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nav .nav_link:not(.login) {
  display: none;
}

/*NEW*/
@media (min-width: 992px) {
  .moshmenu_nav_link_container h5 {
    margin-top: 30px;
  }
}
.nav_link_sub {
  font-family: "MaisonNeue-Demi";
}

.moshmenu_cta {
  padding-top: 65px;
  position: relative;
  text-decoration: none;
  display: block;
  /* margin-top:20px; */
}

.moshmenu_cta .doc_cta {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 200px;
  z-index: 2;
}

#menu_inner_moshmenu_nav_sleep .doc_cta {
  background-size: 220px;
}

#menu_inner_moshmenu_nav_sleep .moshmenu_nav_link_container {
  padding-bottom: 0 !important;
}

#menu_inner_moshmenu_nav_sleep .moshmenu_cta {
  padding-top: 90px;
  margin-top: 35px;
}
@media (min-width: 992px) {
  #menu_inner_moshmenu_nav_sleep .moshmenu_cta {
    padding-top: 155px;
    margin-top: 0;
  }
}

.doc_cta img {
  width: 100%;
}

.doc_cta.doc_cta_hair {
  background-image: url(/assets/general/illustrations/cta_hair-21adb705ca424967d3604e66cccb65ae6a6ca4ed11c5c97cbbb6ff57a7ff6075.png);
}

.doc_cta.doc_cta_sex {
  background-image: url(/assets/general/illustrations/cta_sex-8dbb2d5a3e430fef6f62ea321c7a76a22d5c009fdeff0f84b2246318957f21f0.png);
}

.doc_cta.doc_cta_skin {
  background-image: url(/assets/general/illustrations/cta_skin-acd9f21148d8de805d5e40831a5e587343074311b46676dac6635df623cf64d1.png);
}

.doc_cta.doc_cta_sleep {
  background-image: url(/assets/illustrations/sleep-a82e9d641fe17bdeecc543e776f905005a6f26639609ff889df1098b19a77ff1.jpg);
}

@media (min-width: 992px) {
  .moshmenu_cta:hover .btn {
    -webkit-box-shadow: 0px 0px #003d3b;
            box-shadow: 0px 0px #003d3b;
  }
}
@media (max-width: 991px) {
  .moshmenu_cta {
    padding-top: 46px;
  }
  .moshmenu_cta .doc_cta {
    background-size: 160px;
  }
  #menu_inner_moshmenu_nav_sleep .moshmenu_cta .doc_cta {
    background-size: 190px;
  }
}
.start_consult_btn {
  padding: 13px 20px !important;
  margin-left: auto;
  margin-right: auto;
}

.freebies {
  margin-top: 1rem;
}

.quickscript_blurb {
  padding-left: 19px;
  background-image: url(/assets/icons/arrow-curved-dark-a6fcde957da5d3a7c330096c4385a76ec1d1f1d0f8f72833b056a5808ab0d7a8.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: top 4px left;
  margin-top: 1px;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 992px) {
  .quickscript_blurb {
    font-size: 13px;
    max-width: 28ch;
    background-size: 11px;
    padding-left: 17px;
  }
}
@media (max-width: 991px) {
  #menu_moshmenu_nav .moshmenu_nav_link_container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .moshmenu_cta {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .moshmenu_title {
    margin-top: 20px;
    margin-bottom: 9px !important;
    font-size: 18px;
    margin-bottom: 7px;
    /* border-bottom: 1px solid rgba(0, 61, 59, 0.5); */
    display: block;
  }
  .menu_moshmenu_inner .nav_link_sub {
    font-size: 16px;
    max-width: none;
  }
  .menu_moshmenu_inner {
    background-color: #ebebd4;
    background-color: #ffffff;
  }
}
.moshmenu_collapse_link {
  cursor: auto;
}

@media (max-width: 991px) {
  .moshmenu_collapse_link, .moshmenu_out_link {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 61, 59, 0.2);
    padding-bottom: 8px;
  }
  .moshmenu_collapse_link::after, .moshmenu_out_link::after {
    display: block;
    content: "";
    background-image: url(/assets/icons/arrow-down-small-dark-8f57cb4ba6f2c90a93413c7485889da4b4216aec3e5fd83adde1f2136a250eb0.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 12px;
    height: 12px;
  }
  .moshmenu_out_link::after {
    background-image: url(/assets/icons/arrow-right-small-dark-c2b5724d209752b39bfdd06bee3468478f22d25f5c58d51df53b49239c3b646f.svg);
  }
  .moshmenu_collapse_link.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .moshmenu_collapse_container {
    max-height: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    overflow: hidden;
  }
  .moshmenu_collapse_container.reveal {
    opacity: 1;
    max-height: 500px;
    padding-bottom: 25px;
  }
}
.menu_moshmenu_inner h6 {
  font-size: 24px;
}

@media (max-width: 992px) {
  .moshmenu_nav_link_container_doc {
    margin-top: 15px;
  }
  #moshmenu_mobile .moshmenu_nav_link_container_doc {
    margin-top: 0;
  }
  #moshmenu_mobile .moshmenu_nav_link_container_about {
    margin-top: 10px;
  }
}
.btn.start_consult_btn, .btn#start_free_session_btn {
  display: inline-block;
  min-width: 220px;
}

.moshmenu_mobile_title {
  display: none;
}

#moshmenu_mobile .moshmenu_row .moshmenu_title {
  display: none;
}

#moshmenu_mobile.menu_moshmenu_inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #moshmenu_mobile {
    display: none;
  }
}
.nav_link_sub span {
  display: inline-block;
  position: relative;
}

.nav_link_sub span::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0px 4px 6px;
  height: 0px;
  width: 0px;
  margin-left: 9px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  border-color: transparent #c54801;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}

@media (min-width: 992px) {
  .nav_link_sub:hover span::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .moshmenu_out_link:hover, .nav_link_sub:hover {
    color: #c54801;
  }
}
@media (min-width: 992px) {
  #menu_moshmenu_nav .moshmenu_nav_link_container {
    position: relative;
    padding: 0;
    padding-bottom: 60px;
    padding-top: 20px;
    margin-top: 60px;
  }
  /* #menu_moshmenu_nav .menu_moshmenu_inner>div {
  padding: 35px;
  padding-top: 20px;
  } */
  .moshmenu_title {
    position: absolute;
    top: -25px;
    left: 0;
  }
  .moshmenu_nav_link_container_doc {
    margin-right: 4%;
    margin-top: 40px !important;
  }
  .moshmenu_border {
    display: block;
    border-top: 1px solid #82c780;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #menu_moshmenu_nav .menu_moshmenu_inner.open {
    max-height: 330px !important;
  }
  #menu_moshmenu_nav .menu_moshmenu_inner {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
/*@media (min-width: 992px){
.moshmenu_nav_link_container {
     min-width: 360px;
}
} */
@media (min-width: 992px) {
  #menu_moshmenu_nav .menu_moshmenu_inner.open {
    max-height: 290px;
  }
}
@media (max-width: 991px) {
  #menu_moshmenu_nav .menu_moshmenu_inner.open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: scroll;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  #menu_moshmenu_nav .close {
    top: auto;
    margin: auto;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 20px;
    background-position: center;
    z-index: 100;
    left: 0;
    right: 0;
    position: fixed;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -50px !important;
    opacity: 0;
  }
  #menu_moshmenu_nav .close.reveal {
    bottom: 20px !important;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  #menu_moshmenu_nav .close {
    display: none !important;
  }
}
#moshmenu_mobile h6 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sh-2 {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .sh-2 {
    display: inline-block !important;
  }
  .sh-1 {
    display: none !important;
  }
}
.moshmenu_out_link span::after {
  display: none;
}

@media (min-width: 992px) {
  .moshmenu_out_link span {
    position: relative;
  }
  .moshmenu_out_link span::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    height: 0px;
    width: 0px;
    margin-left: 9px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    border-color: transparent #c54801;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
  }
}
/* @media (min-width: 992px){
.nav .nav_link {
    padding-left: 10px;
    padding-right: 50px;
}
} */
#moshmenu_mobile a {
  text-decoration: none;
}

.nav .nav_link.login {
  padding-right: 0;
  margin-right: 0;
}

/* .nav_link_container{
    padding-left:10px;
} */
.moshmenu_nav_link_desktop h5::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -2px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/arrow-down-small-dark-8f57cb4ba6f2c90a93413c7485889da4b4216aec3e5fd83adde1f2136a250eb0.svg);
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-position: center;
}

/* Our Doctors */
#our_doctors_scroller, #meet_our_doctors .container-fluid {
  max-width: 2000px;
}

#our_doctors_scroller .scroller_card, #important_stuff .scroller_card, .selling_points .scroller_card {
  display: inline-block;
}

@media (min-width: 768px) {
  #our_doctors_scroller .scroller_card:first-child {
    margin-left: 0;
  }
}
#our_doctors_scroller {
  margin-top: 20px;
}

@media (min-width: 992px) {
  #our_doctors_scroller {
    margin-top: 62px;
  }
}
.doctor_card {
  width: 80%;
}

.doctor_card h4 {
  margin-bottom: 7px;
  margin-top: 25px;
}

.doctor_image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .doctor_card {
    width: 50%;
  }
  #our_doctors_scroller {
    margin-left: auto;
    margin-right: auto;
  }
  .doctor_image {
    padding-bottom: 68%;
  }
  #meet_our_doctors .container-fluid, #our_doctors_scroller {
    /*max-width:1470px;*/
    padding-left: 60px;
    padding-right: 60px;
  }
  #our_doctors_scroller {
    overflow: hidden;
  }
}
#meet_our_doctors .row p {
  position: relative;
  top: -7px;
}

#vid_gabe {
  background-image: url(/assets/general/weve-been-there-too-682db6cb5260cce266bc4f6bc3166b36da4be8b984e022e99a532fe733e01c2e.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* How it works */
.how_it_works_icon {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

@media (min-width: 992px) {
  .how_it_works_icon {
    width: 150px;
    height: 150px;
  }
}
.how_it_works_text {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.how_it_works_header {
  margin-bottom: 61px;
}

@media (min-width: 992px) {
  #step_1 .how_it_works_text {
    padding-bottom: 100px;
  }
}
.how_it_works_arrow {
  position: absolute;
  width: 93px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
}

#step_1 .how_it_works_arrow {
  background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
  right: 0;
  top: 217px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#step_3 .how_it_works_arrow {
  top: -100px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 768px) {
  #step_1 .how_it_works_arrow {
    background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
    right: -160px;
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  #step_1 .how_it_works_arrow {
    right: -20px;
    bottom: 0;
    top: auto;
    background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (min-width: 768px) {
  #step_3 .how_it_works_arrow {
    top: -120px;
    left: 110px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}
@media (min-width: 992px) {
  #step_3 .how_it_works_arrow {
    top: 0;
    left: -20px;
    background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (min-width: 1200px) {
  #step_1 .how_it_works_arrow {
    right: -50px;
  }
  #step_3 .how_it_works_arrow {
    left: -50px;
  }
}
@media (min-width: 992px) {
  .how_it_works_steps {
    margin-left: auto;
    margin-right: auto;
  }
}
.how_it_works_steps {
  position: relative;
  max-width: 220px;
}

#step_2 .how_it_works_steps {
  margin-left: auto;
}

#step_1 .how_it_works_icon {
  top: -40px;
  left: 90px;
}

@media (min-width: 992px) {
  #step_1 .how_it_works_icon {
    top: -76px;
    left: -66px;
  }
  .how_it_works_segment#step_1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .how_it_works_segment#step_2, .how_it_works_segment#step_3 {
    margin-top: -140px;
  }
}
#step_2 .how_it_works_icon {
  top: -18px;
  right: 80px;
}

@media (min-width: 992px) {
  #step_2 .how_it_works_icon {
    right: -75px;
    top: -22px;
  }
  #step_2 {
    margin-top: 180px;
  }
}
#step_3 .how_it_works_icon {
  top: -32px;
  left: 105px;
}

@media (min-width: 992px) {
  #step_3 .how_it_works_icon {
    right: -30px;
    bottom: -250px;
    top: auto;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #step_3 .how_it_works_icon {
    right: -90px;
    bottom: -235px;
  }
}
.how_it_works_segment {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

#step_1 .how_it_works_icon {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

#step_2 .how_it_works_icon {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

#step_3 .how_it_works_icon {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

#how_it_works .number {
  font-size: 90px;
  margin-bottom: 17px;
}

#how_it_works .container-fluid {
  max-width: 1440px;
}

@media (min-width: 992px) {
  #how_it_works h4 {
    margin-bottom: 20px;
  }
  #how_it_works .number {
    font-size: 70px;
    margin-bottom: inherit;
  }
}
/* As seen in */
#as_seen_in {
  padding-top: 40px;
  padding-bottom: 52px;
}
#as_seen_in.compact {
  padding-top: 10px;
  padding-bottom: 10px;
}
#as_seen_in.compact h5, #as_seen_in.compact .flickity-page-dots {
  display: none;
}
#as_seen_in.compact .as_seen_in_icon {
  width: 190px;
}
@media (min-width: 768px) {
  #as_seen_in.compact .as_seen_in_icon {
    width: 250px;
  }
}

.as_seen_in_icon {
  width: 260px;
  height: 69px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .as_seen_in_quotes .carousel-cell > div {
    padding: 30px;
  }
  .as_seen_in_quotes .as_seen_in_icon {
    padding: 40px;
    background-color: white;
    background-position: bottom 30px center;
    background-size: 240px;
    min-height: 240px;
  }
}
@media (min-width: 992px) {
  .as_seen_in_icon {
    width: 390px;
    height: 100px;
  }
  .as_seen_in_quotes .as_seen_in_icon {
    width: 500px;
    height: 160px;
  }
  /*
    .flickity-viewport{
    height:100px;
  }
  */
  #as_seen_in {
    padding-top: 55px;
    padding-bottom: 67px;
  }
  .as_seen_in_quotes#as_seen_in {
    padding-top: 72px;
    padding-bottom: 85px;
  }
}
/* Reviews */
#reviews .row > div:first-child {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review_scroller {
  margin-top: 60px;
}

.review_scroller .scroller_card {
  vertical-align: top;
}

.review_customer {
  padding-top: 20px;
  position: absolute;
  bottom: 15px;
}

@media (max-width: 992px) {
  .review_scroller {
    font-size: 16px;
  }
  .review_scroller, .review_scroller .scroller_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*
.review_scroller .scroller_card, .review_scroller .review_card{
  min-height: 400px;
}


@media (max-width:992px){
.review_scroller .scroller_card, .review_scroller .review_card{
  min-height: 400px;
}
}
*/
@media (max-width: 992px) {
  .review_scroller .scroller_card:last-child {
    padding-right: 15px;
  }
}
.review_scroller:after {
  content: "";
}

@media (min-width: 992px) {
  .review_scroller .scroller_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
  .review_scroller:after {
    content: "flickity";
    display: none; /* hide :after */
  }
}
.howto_carousel:after {
  content: "";
}

@media (max-width: 992px) {
  .howto_carousel:after {
    content: "flickity";
    display: none; /* hide :after */
  }
}
.review_scroller .scroller_card {
  min-width: 75%;
  width: 75%;
}
@media (min-width: 550px) {
  .review_scroller .scroller_card {
    min-width: 60%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .review_scroller .scroller_card {
    min-width: 75%;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .review_scroller .scroller_card {
    min-width: 47%;
    width: 47%;
  }
}
@media (min-width: 1700px) {
  .review_scroller .scroller_card {
    min-width: 37%;
    width: 37%;
  }
}

.review_scroller .flickity-button, #doctor_tiles .flickity-button {
  top: auto !important;
  bottom: 0 !important;
}

#doctor_tiles .flickity-button {
  bottom: -30px !important;
}

.flickity-button:hover {
  background: none !important;
}

.flickity-prev-next-button.next {
  left: 70px;
}

.review_scroller.main-carousel {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .review_scroller {
    padding-bottom: 80px;
    margin-top: 20px;
    margin-bottom: -40px;
  }
  #reviews .scroller {
    padding-right: 0;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  #reviews {
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom -108px left -80px;
  }
}
@media (min-width: 1600px) {
  #reviews {
    background-size: 410px;
    background-position: bottom -33px left -100px;
  }
}
@media (min-width: 1700px) {
  #reviews {
    background-position: bottom -33px left -80px;
  }
}
@media (max-width: 1200px) {
  #reviews {
    background-image: none !important;
  }
}
.review_card {
  background-color: white;
  padding: 25px;
  padding-bottom: 140px;
  position: relative;
  margin-right: 2px;
  width: 100%;
}

.review_card h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #reviews .btn {
    border-color: #003d3b;
    -webkit-box-shadow: 6px 6px #003d3b;
            box-shadow: 6px 6px #003d3b;
    color: #003d3b !important;
    background-color: transparent;
  }
  #reviews .btn:hover {
    -webkit-box-shadow: 0px 0px #003d3b;
            box-shadow: 0px 0px #003d3b;
  }
}
.trustpilot_widget {
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}

.trustpilot_widget p {
  margin-bottom: 0;
}

.trustpilot_link {
  display: block;
  margin-top: 20px;
  text-decoration: none;
}

.trustpilot_stars {
  background-image: url(/assets/icons/trustpilot-stars-a20b404ad70369d14b6ca991d3ba2de5194f85352c5f7e9d257c55d7ff0da2b6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 192px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.trustpilot_logo {
  background-image: url(/assets/icons/trustpilot-logo-3790b85af29ab2bdb07912fcf13170a5a23b0cc20c46b7ed7bc28be76245f6a2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 22px;
  margin-top: 40px;
}

.trustpilot_logo.banner {
  margin-left: auto;
  margin-top: 2px;
}

.review_image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/assets/icons/profile_blank-77be5600aa103dc904c609ef6f6e0fed22b416e67c238eff4f2fe381aa407764.svg);
}

#review_1 .review_image {
  background-image: url(/assets/general/reviewers/will-f278145869c30e16804b54d23ca287e566ce6f9805a6de6cf7d3c749650264e6.jpg);
}

#review_2 .review_image {
  background-image: url(/assets/general/reviewers/david-75ab712a861d3c0d1befcfb877c2ad983e9be7598bc3b9b9d8a3a2567375bf7c.jpg);
}

#review_3 .review_image {
  background-image: url(/assets/general/reviewers/rick-03a3ad596cb4329f1d1889c6073aeef7de73d71e1ca960dcb36b3634fe6507fe.jpg);
}

#review_4 .review_image {
  background-image: url(/assets/general/reviewers/simon-a7aed38fc1de25b1f918ca20df53e1f23ff674665cbeaa05adcacbbd55435211.jpg);
}

/* Delivery focused */
#delivery_focused {
  background-image: url(/assets/general/treatments-delivered-to-your-door-m-0450360ff9fd66b6b24f40df2dbafb98b42e51070a81eaea6a09e599c21ae5b5.jpg);
  background-position: 100% 0%;
  background-size: 152%;
  background-repeat: no-repeat;
}

@media (min-width: 500px) {
  #delivery_focused {
    background-size: cover;
  }
  #delivery_focused h1 {
    max-width: 21ch;
  }
}
@media (min-width: 768px) {
  #delivery_focused {
    background-position: 0 25%;
  }
}
#delivery_focused p {
  max-width: 21ch;
}

@media (min-width: 992px) {
  #delivery_focused p {
    max-width: 30ch;
  }
  #delivery_focused h1 {
    max-width: 21ch;
  }
  #delivery_focused {
    background-position: 0 0;
    background-size: 110%;
    background-image: url(/assets/general/treatments-delivered-to-your-door-95de6990c37a0fea00ffb3a3a45d4e1eb7dbff58587287dbefcf6849fba5a35d.jpg);
  }
}
@media (min-width: 1200px) {
  #delivery_focused {
    background-position: 40% 38%;
  }
  #delivery_focused h1 {
    max-width: 27ch;
  }
}
@media (min-width: 1400px) {
  #delivery_focused .row {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
}
@media (max-width: 768px) {
  #delivery_focused {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  #delivery_focused.delivery_focused_hair h1 {
    max-width: 20ch !important;
  }
}
@media (max-width: 768px) {
  #delivery_focused.delivery_focused_pe h1 {
    font-size: 37px !important;
  }
}
/* Category pages */
.product_hero {
  padding-top: 70px;
  padding-bottom: 120px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.selling_points .scroll-wrapper {
  padding-bottom: 20px;
  padding-top: 0;
}

@media (min-width: 600px) {
  .selling_points {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .product_hero {
    padding-bottom: 130px;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .product_hero {
    padding-top: 160px;
    padding-bottom: 210px;
  }
}
@media (min-width: 992px) {
  .selling_points .scroll-wrapper {
    padding-bottom: 0;
    padding-top: 10px;
    overflow: hidden !important;
  }
  .selling_points .scroll-wrapper .scrollbar_orange {
    overflow: hidden !important;
    min-height: 100px !important;
  }
  .selling_points .selling_points_card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #d6d5b2;
  }
  .selling_points .selling_points_card:last-child {
    border: 0;
  }
  .selling_points .scroller_card {
    width: 22.5%;
  }
}
@media (min-width: 1700px) {
  .product_hero {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.product_hero#hair {
  background-image: url(/assets/hair/hair-loss-treatment-0e7409fec84fa265610ff8334824b898ae456a7eb7bed9d488338170524aa144.jpg);
  background-position: 42% 70%;
  background-size: 230%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .product_hero#hair .row {
    position: relative;
    left: 50px;
  }
}
.product_hero#ed {
  background-image: url(/assets/sex/ed/erectile-dysfunction-treatment-6ae41fa9c73e38ecc7c6becd1c0344244c727025fb775b0f354ca155900f6cee.jpg);
  background-position: 51%;
  background-size: 206%;
}

.product_hero#pe {
  background-image: url(/assets/sex/pe/premature-ejaculation-treatment-a382e2a54493e07fdba16068d7f2242899c834cf20dcb5df305afe1a53d77c68.jpg);
  background-position: 0% 20%;
  background-size: 206%;
}

.product_hero#ed p {
  max-width: 33ch;
}

.product_hero#pe p {
  max-width: 33ch;
}

@media (max-width: 576px) {
  .product_hero#ed p {
    max-width: 23ch;
  }
  .product_hero#pe p {
    max-width: 16ch;
  }
}
@media (max-width: 768px) {
  .product_hero#ed {
    padding-top: 70px;
    padding-bottom: 140px;
  }
  .product_hero#pe {
    padding-top: 70px;
  }
}
@media (min-width: 400px) {
  .product_hero#pe {
    background-size: 198%;
    background-position: 0% 30%;
  }
}
@media (min-width: 576px) {
  .product_hero#pe {
    background-size: 150%;
    background-position: 50% 50%;
  }
}
@media (min-width: 768px) {
  .product_hero#ed {
    /* background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201413_STRETCH.jpg'); */
    background-position: 70% 30%;
    background-size: 110%;
  }
}
@media (min-width: 992px) {
  .product_hero#ed {
    /* background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201413_STRETCH.jpg'); */
    background-position: 70% 60%;
  }
  .product_hero#pe {
    background-size: 150%;
    background-position: 40% 50%;
  }
}
@media (min-width: 1200px) {
  .product_hero#ed {
    background-image: url(/assets/sex/ed/erectile-dysfunction-solutions-0af511d5b3878e0761bee22cf37cadaa9fedf5d79f7030fed62e4dcb90c1016a.jpg);
    background-position: 50% 35%;
    background-size: 100%;
  }
  .product_hero#pe {
    background-image: url(/assets/sex/pe/premature-ejaculation-solutions-643bef0be6c7bfc215a8d8e7109f0dc87c880d0d4290d7ed6484e0fd92b6854a.jpg);
    background-size: 130%;
    background-position: 20% 0%;
  }
  .product_hero#ed .col-md-6 {
    position: relative;
    right: -80px;
    top: -30px;
  }
}
.product_hero#ed {
  overflow: hidden;
}

@media (min-width: 1550px) {
  .product_hero#pe {
    background-size: cover;
  }
}
.product_hero#hair p {
  max-width: 220px;
}

.product_hero#ed h1 {
  max-width: 22ch;
}

@media (min-width: 578px) {
  .product_hero#hair p {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  .product_hero#hair p {
    max-width: 270px;
  }
  .product_hero#hair {
    /* background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20202681.jpg'); */
    background-position: 42% 56%;
    background-size: 180%;
  }
}
@media (min-width: 1200px) {
  .product_hero#hair {
    /* background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20202681.jpg'); */
    background-position: center;
    background-size: cover;
  }
  .product_hero#hair p {
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .product_hero#hair .container {
    max-width: 900px;
  }
}
.mh_disclaimer {
  opacity: 0.5;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: -50px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#how_it_works.mentalhealth #step_1 .how_it_works_arrow {
  top: 208px;
}

@media (min-width: 768px) {
  #how_it_works.mentalhealth #step_1 .how_it_works_arrow {
    top: 80px;
  }
}
@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_1 .how_it_works_arrow {
    top: auto;
  }
}
@media (min-width: 992px) {
  .mh_disclaimer {
    bottom: 30px;
  }
}
#how_it_works.mentalhealth #step_3 .how_it_works_steps {
  max-width: 262px;
}

#how_it_works.mentalhealth #step_3 .how_it_works_icon {
  width: 190px;
  height: 190px;
  top: -62px;
}

@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_2 .how_it_works_icon {
    top: -63px;
  }
}
@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_3 .how_it_works_icon {
    bottom: -290px;
    top: auto;
  }
}
@media (min-width: 1200px) {
  #how_it_works.mentalhealth #step_3 .how_it_works_icon {
    right: -70px;
    bottom: -266px;
    top: auto;
  }
}
.product_hero#mentalhealth {
  background-position: 50% 70%;
  background-image: url(/assets/mh/mental-health-services-48b9cd5fb1b52225a71220cf47a87dbb8e5d4ba577c979f1f7b0a6cd8305a209.jpg);
}

@media (max-width: 768px) {
  .product_hero#mentalhealth {
    padding-bottom: 230px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product_hero#mentalhealth {
    padding-bottom: 230px;
  }
}
@media (min-width: 768px) {
  .product_hero#mentalhealth p {
    max-width: 28ch;
  }
}
@media (min-width: 992px) {
  .product_hero#mentalhealth {
    background-position: 50% 20%;
    background-image: url(/assets/mh/mental-health-services-online-4be1c871aa3fb7f97c0fdf5c90a97a5040261a95943dd8db0980e60d818019cc.jpg);
  }
}
@media (min-width: 992px) {
  .selling_points#mentalhealth .scroller_card {
    width: 31%;
  }
}
.vertical_carousel_mentalhealth_product .vertical_carousel_product_text {
  max-width: none;
}

/*
@media (min-width:1400px){
  .product_hero#hair .container{
      max-width:870px;
  }
}
*/
#step_1-4 .how_it_works_icon {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

#step_2-4 .how_it_works_icon {
  background-image: url(/assets/emojis/psychologist-1679af08e00aefb1a42ee84a3697f44ec389eeb0ede3f1110f013e318bab405b.png);
}

#step_3-4 .how_it_works_icon {
  background-image: url(/assets/emojis/upload-5f455e759357c674a90c55deb40a8889bc05647eb07738c8407e4dfa4a07efd6.png);
}

#step_4-4 .how_it_works_icon {
  background-image: url(/assets/emojis/ipad_psych-53d0ff2b59ab49d59445adead135d96786af038d9a951a4a5d674c828ed7c924.png);
}

.selling_points .selling_points_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .selling_points .selling_points_card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.selling_points {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
.selling_points .scroller_card {
  width:60%;
}

@media (min-width:576px){
  .selling_points .scroller_card {
      width:40%;
  }
}

@media (min-width:768px){
.selling_points .scroller_card{
  width:35%
}
}

@media (min-width:1080px){
  .selling_points .scroller_card {
      width:23%;
      padding-left:0;
  }
  .selling_points{
      padding-bottom:10px;
      }

  .selling_points .scroller{
      white-space:normal
  }
}

.selling_points .scroll-wrapper{
  padding-bottom:30px;
}

*/
.selling_points_icon > div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .selling_points_icon > div {
    margin-right: 20px;
  }
}
.selling_points_icon #online {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

.selling_points_icon #prescription {
  background-image: url(/assets/emojis/pills-befee8efdf92e31e3f73f725ac3ec38d6f442dcf87b496390aa90d6f57460e5e.png);
}

.selling_points_icon #delivery {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

.selling_points_icon #cancel {
  background-image: url(/assets/emojis/watch-b556f2c64bdd77b0d4c4777993d50cd366c21b8139f7c0aa76edbd9734743aa4.png);
}

.selling_points_icon #support {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

.selling_points_icon #followups {
  background-image: url(/assets/emojis/phone-03cb0ee354762d4358852b622940f16c07a984034ab07d479208ec219bcf5501.png);
}

.selling_points_icon #zip {
  background-image: url(/assets/emojis/zip-dcfa022dc0de69634ba479fda33f62de2e29d0f6a0bc71f9fce042f1d1f1ef8d.png);
}

.selling_points_icon #stars {
  background-image: url(/assets/emojis/stars-4e4e0b53d26f002d207ff0bdea8d32dd6fd12eafca01b7f1e77160093da6103e.png);
}

/*
#vertical_hair_product .vertical_bg_img{
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/sunburn.jpg);
}

#vertical_ed_product .vertical_bg_img{
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/ed.jpg);
} */
#vertical_pe_product .vertical_bg_img {
  /* background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/pe.jpg); */
  background-position: 50% 0;
  background-size: 100%;
  height: 0;
  padding-bottom: 58%;
}

#vertical_mentalhealth_product .vertical_bg_img {
  /* background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/mh_chair.png); */
  background-position: top -10px center;
  background-size: 350px;
}

@media (min-width: 768px) {
  #vertical_pe_product .vertical_bg_img {
    background-position: 50% 50%;
    background-size: 150%;
    height: auto;
    padding-bottom: 0;
  }
  #vertical_mentalhealth_product .vertical_bg_img {
    background-position: center;
    background-size: 110%;
    height: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #vertical_ed_product .vertical_bg_img {
    background-size: 560px;
    background-position: 100% 70%;
  }
  #vertical_pe_product .vertical_bg_img {
    /* background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/pe.jpg); */
    background-position: 138% 90%;
    background-size: 760px;
  }
  #vertical_hair_product .vertical_illustration {
    height: 100%;
  }
  #vertical_hair_product .vertical_bg_img {
    background-size: 120%;
    background-position: 160px 70%;
  }
  #vertical_mentalhealth_product .vertical_bg_img {
    background-position: 98% 88%;
    background-size: 55%;
  }
}
@media (min-width: 1200px) {
  #vertical_pe_product .vertical_bg_img {
    background-position: 120% 50%;
    background-size: 920px;
  }
}
@media (min-width: 1500px) {
  #vertical_hair_product .vertical_bg_img {
    background-size: 100%;
  }
  #vertical_ed_product .vertical_bg_img {
    background-size: 560px;
    background-position: 85% 70%;
  }
  #vertical_pe_product .vertical_bg_img {
    background-position: 100% 50%;
    background-size: 1000px;
  }
}
@media (max-width: 768px) {
  .vertical_carousel_ed_product .vertical_carousel_product_inner, .vertical_carousel_pe_product .vertical_carousel_product_inner, .vertical_carousel_skin_product .vertical_carousel_product_inner, .vertical_carousel_mentalhealth_product .vertical_carousel_product_inner {
    padding-bottom: 223px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .vertical_carousel_ed_product .vertical_carousel_product_inner, .vertical_carousel_pe_product .vertical_carousel_product_inner, .vertical_carousel_skin_product .vertical_carousel_product_inner, .vertical_carousel_mentalhealth_product .vertical_carousel_product_inner {
    padding-bottom: 350px !important;
  }
}
.vertical_carousel_ed_product, .vertical_carousel_pe_product, .vertical_carousel_skin_product {
  background-image: url(/assets/home/illustrations/sex-doctor-m-c1ab5863d16201786af25d9df37ca2a66e542fee5b43bdf5e218e90fd454589c.png);
  background-repeat: no-repeat;
  background-position: center bottom -100px;
  background-size: 350px;
}

.vertical_carousel_skin_product {
  background-image: url(/assets/home/illustrations/skin-doctor-m-28574babf9133a159336e3988ecbf8c5bdca24fcb321e3566f2ec2b06e4e54cc.png);
}

.vertical_carousel_mentalhealth_product {
  background-image: url(/assets/home/illustrations/mh-doctor-m-0008f054eb79cbdc18fb47572d0c2b13da03e9fdbf8843e26e454c2e6bc7bf21.png);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: center bottom 64px;
}

@media (min-width: 768px) {
  .vertical_carousel_ed_product, .vertical_carousel_pe_product, .vertical_carousel_skin_product {
    background-position: center bottom -200px;
    background-size: 560px;
  }
  .vertical_carousel_mentalhealth_product {
    background-size: 380px;
    background-position: center bottom 76px;
  }
}
@media (min-width: 992px) {
  .vertical_carousel_ed_product, .vertical_carousel_pe_product, .vertical_carousel_ed_product, .vertical_carousel_skin_product {
    background-position: 83% -30%;
    background-size: 700px;
  }
  .vertical_carousel_skin_product {
    background-position: 95% -30%;
  }
  .vertical_carousel_mentalhealth_product {
    background-position: 88% 40%;
    background-size: 470px;
  }
}
@media (min-width: 992px) {
  .vertical_carousel_product_video::before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(/assets/emojis/head_1-c7c856a9b759b10232d45c2fe2454faf2a4c2808cdec0fdab65885dcdcdc94a4.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -50px;
    left: -70px;
    z-index: 5;
  }
}
#vertical_hair_product.vertical_product .mobile_bg_image {
  min-height: 220px;
  background-size: 520px;
  background-position: 50% 0%;
  background-color: #7ae5e5;
}

#vertical_ed_product.vertical_product .mobile_bg_image {
  min-height: 0;
  height: 0;
  padding-bottom: 60%;
  background-size: 70%;
  background-position: 55% 24%;
}

.vertical_carousel_product_inner {
  padding: 20px;
}

@media (min-width: 992px) {
  .vertical_carousel_product_text {
    max-width: 580px;
  }
}
@media (min-width: 1700px) {
  .vertical_carousel_product_text {
    max-width: 760px;
  }
}
.vertical_carousel_product_text, .vertical_carousel_product_video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .vertical_carousel_product_inner {
    padding: 80px 30px;
  }
}
@media (min-width: 992px) {
  .vertical_carousel_product_video {
    padding: 0;
  }
  /*
    .vertical_carousel_product_inner{
        padding:30px;
    }
    */
  .vertical_carousel_product_text {
    padding: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .vertical_carousel_product_inner {
    padding: 110px;
  }
}
@media (max-width: 992px) {
  .vertical_product .vertical_info {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .vertical_product .vertical_info {
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .vertical_product .vertical_illustration {
    display: none;
  }
}
.product_shot .product_shot_text {
  background-color: white;
}

.product_shot p {
  max-width: 525px;
}

@media (max-width: 992px) {
  .product_shot .product_shot_text {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .product_shot .product_shot_text {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 350px;
  }
  .product_shot#mentalhealth_product_shot .product_shot_text {
    margin-top: 350px;
    margin-bottom: 0;
  }
}
.product_shot .product_shot_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70%;
  height: 0;
}

@media (max-width: 992px) {
  .product_shot {
    background-image: none !important;
  }
}
/* .product_shot#hair_product_shot .product_shot_image{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20202011_EDIT.jpg');
}

.product_shot#ed_product_shot .product_shot_image, .product_shot#pe_product_shot .product_shot_image{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/EditMosh_22-01-20201398_EDIT.jpg');
}

.product_shot#mentalhealth_product_shot .product_shot_image{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20203677.jpg');
}

.product_shot#acne_product_shot .product_shot_image{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201887.jpg');
}

.product_shot#antiageing_product_shot .product_shot_image{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201865.jpg');
} */
@media (min-width: 992px) {
  .product_shot .product_shot_image {
    height: auto !important;
    background-image: none !important;
    padding-bottom: 0 !important;
  }
  .product_shot {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* .product_shot#hair_product_shot{
    background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20202011_EDIT.jpg');
  }
  .product_shot#ed_product_shot, .product_shot#pe_product_shot{
    background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/EditMosh_22-01-20201398_EDIT.jpg');
  }

  .product_shot#acne_product_shot{
    background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201887.jpg');
  }

  .product_shot#antiageing_product_shot{
    background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20201865.jpg');
  }

  .product_shot#mentalhealth_product_shot{
    background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20203677.jpg');
  } */
}
/* Pricing table */
.pricing .container-fluid {
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
}

.pricing h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20ch;
}

.pricing_table {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .pricing_table {
    margin-top: 40px;
  }
}
.pricing_table .logo {
  width: 100%;
  max-width: 60px;
  margin-bottom: 10px;
}

.pricing_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
}

.pricing_table_row:last-child, .pricing_table_header_row {
  border-bottom: 0;
}

.pricing_table_row > div:nth-child(1) {
  width: 44%;
  text-align: left;
}

.pricing_table_row > div:nth-child(2), .pricing_table_row > div:nth-child(3) {
  width: 28%;
  text-align: center;
}

.pricing_tick, .pricing_cross {
  width: 100%;
  max-width: 40px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.still_unsure_image {
  /* background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/Mosh_22-01-20203352.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 70%;
}

@media (min-width: 768px) {
  .still_unsure_image {
    height: auto;
    padding-bottom: 0;
  }
}
.early_treatment {
  position: relative;
}

.early_treatment {
  background-image: url(/assets/emojis/head_1-c7c856a9b759b10232d45c2fe2454faf2a4c2808cdec0fdab65885dcdcdc94a4.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: bottom 90px right -14px;
}

.early_treatment#ed, .early_treatment#pe {
  background-image: url(/assets/emojis/eggplant_1-a928a83b6aca1816dd1fd5847781c69d052c5093b44234697a4d47edfeec85e5.png);
}

.early_treatment#skin {
  background-image: url(/assets/emojis/skin-3ca6124fc65df8b713eae132587ed6404c09ad7ceb5ec897704c5478f858ebea.png);
}

.early_treatment#mentalhealth {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

.early_treatment#ed h3 {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}

.early_treatment#mentalhealth h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 28ch;
}

@media (max-width: 992px) {
  .early_treatment#ed {
    background-position: bottom 40px right 0;
  }
  .early_treatment#pe {
    background-position: bottom 80px right 0;
  }
  .early_treatment#skin {
    background-position: bottom 40px right -22px;
  }
}
@media (max-width: 768px) {
  .early_treatment#mentalhealth {
    background-position: bottom 70px right -30px;
  }
}
@media (min-width: 992px) {
  .early_treatment {
    background-size: 210px;
    background-position: bottom 20px right 40px;
  }
}
.early_treatment .early_treatment_icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

/*
.early_treatment #icon_1{
  background-image:url('https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/pills.png');
  bottom: 20px;
  left: -20px;
  width: 130px;
  height: 130px;
  transform: rotate(11deg);
}
*/
.early_treatment_icon {
  background-image: url(/assets/emojis/pills-befee8efdf92e31e3f73f725ac3ec38d6f442dcf87b496390aa90d6f57460e5e.png);
  bottom: auto;
  top: -43px;
  left: 0px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  width: 110px;
  height: 110px;
  bottom: auto;
  top: -45px;
  left: 0px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

@media (min-width: 992px) {
  .early_treatment_icon {
    width: 180px;
    height: 180px;
    top: -70px;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
}
#mentalhealth .early_treatment_icon {
  background-image: url(/assets/emojis/watch-b556f2c64bdd77b0d4c4777993d50cd366c21b8139f7c0aa76edbd9734743aa4.png);
}

@media (min-width: 1200px) {
  .early_treatment_icon {
    left: 70px;
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .early_treatment_icon {
    left: 70px;
  }
}
#meet_our_doctors .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.product_list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 33px;
}

.product_list li {
  margin-top: 14px;
}

.product_list strong {
  margin-right: 10px;
}

/*
@media (min-width:500px){
  .non_prescription_image{
      padding-bottom:70%;
  }
}
*/
.non_prescription_text .green_text {
  margin-bottom: 10px;
  display: block;
}

#panel_checkout input[type=submit] {
  width: 100%;
  display: block;
}

.non_prescription_text p {
  max-width: 490px;
}

.non_prescription_text .btn {
  width: 100%;
}

.non_prescription_hero .btn_checkout {
  min-width: 270px;
}

@media (min-width: 992px) {
  .non_prescription_text .btn {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .non_prescription_hero .non_prescription_image, #hair .non_prescription_image {
    height: auto;
    background-image: none;
    padding-bottom: 0;
  }
  .non_prescription_hero .non_prescription_text {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .non_prescription_hero .non_prescription_text {
    margin-bottom: 130px;
  }
}
.stage_text {
  margin-left: 10px;
}

#stage_2 .stage_text {
  margin-right: 20px;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .stage_text {
    margin: 0;
  }
}
#what_to_expect .heading {
  margin-bottom: 15px;
}

.expect_row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.expect_row:last-child {
  margin-bottom: 0;
}

.stage {
  width: 100%;
  height: 100%;
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .stage {
    background-size: contain;
    height: 130px;
    width: auto;
    background-position: top left;
  }
  .expect_row h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }
  .expect_row h4 {
    margin-bottom: 20px;
  }
  .expect_row p {
    max-width: 330px;
  }
  .expect_row {
    margin-bottom: 0;
  }
}
#stage_1::after, #stage_2::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#stage_2::after {
  background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
  bottom: -65px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #stage_1::after, #stage_2::after {
    display: none;
  }
}
@media (min-width: 992px) {
  #stage_1::after, #stage_2::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    right: 21%;
    top: 90px;
    bottom: auto;
    left: auto;
  }
}
.our_products .non_prescription_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .our_products .non_prescription_image {
    padding-bottom: 50%;
  }
  .our_products .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .non_prescription_product_text {
    max-width: 560px;
  }
}
.non_prescription_product_text .product_info {
  margin-bottom: 0;
}

.ingredients {
  margin-top: 30px;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  .ingredients {
    font-size: 14px;
    margin-top: 45px;
  }
  .non_prescription_product_text strong {
    font-family: "MaisonNeue-Book";
    font-weight: 100;
    padding-top: 5px;
    display: block;
  }
  #what_to_expect .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #what_to_expect #stages {
    padding-left: 13%;
  }
}
.early_treatment_alt h3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.selling_points .zip_text_2 {
  display: none;
}

@media (min-width: 992px) and (max-width: 1445px) {
  .selling_points .zip_text_1 {
    display: none;
  }
  .selling_points .zip_text_2 {
    display: block;
  }
}
.selling_points_small {
  width: 100%;
  padding-top: 50px;
}

.selling_points_small_card {
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-left: 0;
  width: 32%;
  padding-top: 59px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.selling_points_small_card#selling_points_card_1 {
  background-image: url(/emojis/watch);
  /*  padding-left:20px; */
}

.selling_points_small_card#selling_points_card_2 {
  background-image: url(/emojis/pills);
  /* padding-left: 20px;
   background-position: center left -9px;
   */
}

.selling_points_small_card#selling_points_card_3 {
  background-image: url(/emojis/van);
  /* padding-left: 37px; */
}

@media (min-width: 992px) {
  .selling_points_small_card {
    padding-top: 10px;
    background-position: center left;
  }
  .selling_points_small_card#selling_points_card_1 {
    padding-left: 35px;
  }
  .selling_points_small_card#selling_points_card_2 {
    padding-left: 12px;
  }
  .selling_points_small_card#selling_points_card_3 {
    padding-left: 57px;
  }
}
.selling_points_card h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .selling_points_small {
    max-width: 630px;
  }
  .selling_points_small_card {
    padding-right: 50px;
    padding-left: 53px;
  }
  .selling_points_small_card#selling_points_card_1 {
    width: 28%;
  }
  .selling_points_small_card#selling_points_card_2 {
    width: 35%;
  }
  .selling_points_small_card#selling_points_card_3 {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .selling_points_small_card {
    background-size: 57px;
  }
}
/* Checkout Panel */
@media (min-width: 992px) {
  #panel_checkout {
    width: 100vw;
    right: -100vw;
  }
  #panel_checkout .panel_row {
    height: 100%;
  }
}
@media (min-width: 1300px) {
  #panel_checkout {
    width: 90vw;
    right: -90vw;
  }
}
.dots {
  margin-bottom: 20px;
}

.panel .dots {
  position: absolute;
  top: 14px;
  margin-bottom: 0;
}

#addressForm .dots, #paymentForm .dots {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#panel_checkout .back {
  position: absolute;
  top: -4px;
  left: -31px;
}

@media (min-width: 992px) {
  #panel_checkout .back {
    top: 11vh;
    left: -40px;
  }
  #panel_checkout #addressForm .dots, #panel_checkout #paymentForm .dots {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .panel .dots {
    top: 16px;
  }
  /*
  .panel .dots{
      top:2vh;
  }
  #panel_checkout .back{
      top:2.5vh;
  }
  */
}
#panel_checkout .panel_inner {
  padding: 0;
}

.checkout_padder {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1700px) {
  .checkout_padder {
    max-width: 800px;
  }
  .order_container {
    max-width: 650px;
  }
}
.checkout_padder h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .checkout_padder h3 {
    margin-top: 35px;
    font-size: 35px;
  }
}

.checkout_container {
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .checkout_padder {
    padding-top: 50px;
  }
  .checkout_padder h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-height: 1000px) {
  .checkout_padder {
    padding-top: 80px;
  }
}
#panel_checkout .cart_plan_info .product_list {
  margin-top: 23px;
}

#panel_checkout .cart_plan_info .product_list li {
  margin-top: 6px;
}

#panel_checkout .cart_plan_info.open {
  max-height: 130px;
}

#panel_checkout .cart_item {
  margin-top: 0;
}

#panel_checkout .close {
  top: 0;
  right: 0;
}

@media (max-width: 992px) {
  #panel_checkout .cart_item_image > div {
    width: 70px;
    height: 70px;
  }
  .checkout_padder.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .cart_plan {
    padding-left: 15px;
  }
}
/* How To Videos */
.howto_carousel .carousel-cell {
  width: 100%;
}

.howto_carousel video, .howto_vidcontainer {
  width: 100%;
}

@media (min-width: 992px) {
  .howto_carousel video, .howto_vidcontainer {
    height: 100%;
  }
}
.howto_vidcontainer {
  position: relative;
}

.howto_carousel video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .howto_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #howto .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.howto_carousel .carousel-cell {
  padding: 3px;
}

.howto_instructions {
  margin-top: 25px;
  position: relative;
}

.howto_instructions::before {
  margin: auto;
  display: block;
  position: absolute;
  top: -46px;
  color: white;
  left: 0;
  right: 0;
  background-color: #c54801;
  width: 30px;
  height: 30px;
  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%;
  z-index: 3;
}

@media (min-width: 992px) {
  .howto_instructions::before {
    top: -40px;
  }
  .howto_carousel::after {
    display: block;
    content: "";
    width: 65%;
    position: absolute;
    height: 3px;
    background-color: #c54801;
    z-index: 2;
    bottom: 39px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
.carousel-cell:nth-child(1) .howto_instructions::before {
  content: "1";
}

.carousel-cell:nth-child(2) .howto_instructions::before {
  content: "2";
}

.carousel-cell:nth-child(3) .howto_instructions::before {
  content: "3";
}

.howto_overlay, .howto_overlay_play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.howto_overlay_play {
  background-image: url(/assets/icons/play-white-444ca685228d1124816e783a1e0bf814cfbdc95424876d119cb1b224a8dcc5e8.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.howto_overlay_play.fade {
  opacity: 0;
}

.howto_overlay {
  display: none;
  z-index: -99;
}

.howto_carousel video {
  z-index: 1;
}

#howto h2 {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .howto_overlay_play {
    display: none;
  }
  .howto_overlay {
    display: block;
  }
  #howto h2 {
    padding-bottom: 30px;
  }
  .howto_overlay {
    background-color: #000;
    opacity: 0;
    z-index: 2;
  }
  .howto_overlay.fade {
    opacity: 0.3;
  }
}
.howto_carousel .carousel-cell {
  padding-bottom: 40px;
}

.performance_hero .performance_video {
  max-width: 560px;
  padding: 15px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  margin-top: -10px;
}

@media (min-width: 768px) {
  .performance_hero .performance_video {
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .performance_hero .performance_video {
    max-width: none;
    padding: 0;
  }
}
/*
.performance_hero .performance_video {
  margin-top:50px;
}
*/
.performance_hero#hair .vid {
  /*  object-position: right; */
}

#ed_product_shot .product_shot_text h2, #pe_product_shot .product_shot_text h2 {
  max-width: 16ch;
}

/*
.selling_points.selling_points_grid{
  overflow:auto;
  white-space: nowrap;
  flex-wrap:wrap;
  display:flex;
  flex-direction: row;
}
*/
.review_mini {
  padding-top: 10px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .selling_points, .review_mini {
    background-color: #ebebd4;
  }
  /*
  .selling_points.selling_points_grid .selling_points_card{
    width:50%;
    flex:none;
    padding:0;
  }
  .selling_points .selling_points_card{
    border:0;
  }
  */
}
.selling_points_performance .scroller {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .selling_points_performance {
    padding-top: 40px;
  }
}
.review_mini a {
  text-decoration: none;
}

.review_mini .trustpilot_stars {
  width: 142px;
  height: 31px;
}

#concerns .concern {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.concern_container {
  border: 1px solid #003d3b;
  padding: 10px;
  padding-top: 19px;
  height: 100%;
  margin: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 170px;
  -webkit-box-align: CENTER;
      -ms-flex-align: CENTER;
          align-items: CENTER;
  -webkit-box-pack: CENTER;
      -ms-flex-pack: CENTER;
          justify-content: CENTER;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  text-decoration: none;
  background-color: white;
  cursor: pointer !important;
}

@media (max-width: 992px) {
  .concern_container {
    font-size: 16px;
  }
}
.concern_container:hover {
  background-color: #ebebd4;
}

@media (min-width: 992px) {
  .concern_container {
    margin: 8px;
    min-height: 220PX;
    padding-top: 26px;
  }
}
.concern_container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.concern_container > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#concerns .concern_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

#concerns p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #concerns .concern_row {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .concern strong {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .performance_hero .vid_holder {
    height: 600px;
  }
}
.performance_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .selling_points_performance.selling_points .scroller_card {
    width: 27%;
  }
  .selling_points_card {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .selling_points_performance.selling_points .scroller_card {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1417px) {
  .selling_points .otc {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1158px) {
  .selling_points .twoday {
    display: none;
  }
}
.product_hero.skin {
  background-image: url(/assets/skin/skincare-treatment-for-men-b5483f15c62d90e77fff57e70f52b6112a333476df5cae612767ac3365972c51.jpg);
  background-position: 53% 40%;
  background-size: 225%;
}

@media (min-width: 400px) {
  .product_hero.skin {
    background-position: 63% 40%;
    background-size: 200%;
  }
}
@media (min-width: 768px) {
  .product_hero.skin {
    background-position: 74% 40%;
    background-size: 160%;
  }
}
@media (min-width: 992px) {
  .product_hero.skin {
    background-position: 64% 40%;
    background-size: 120%;
  }
}
@media (min-width: 1400px) {
  .product_hero.skin {
    background-position: 50% 40%;
  }
}
.product_hero#offer_hair {
  background-size: 140%;
  background-position: 10% 80%;
}

@media (max-width: 576px) {
  .product_hero#offer_hair {
    padding-bottom: 17rem;
    padding-top: 3rem;
  }
}
@media (min-width: 450px) {
  .product_hero#offer_hair {
    background-size: cover;
    background-position: 0% 80%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .product_hero#offer_hair {
    padding-bottom: 21rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product_hero#offer_hair {
    padding-bottom: 26.5rem;
  }
}
@media (min-width: 992px) {
  .product_hero#offer_hair {
    background-size: cover;
    background-position: 50%;
  }
}
/*

#limited_time{
  padding:5px 10px;
  display: inline-block;
  margin-bottom: 1.4rem;
}
*/
#offer_hair_badge {
  content: "Save $120!";
  background-image: url(/assets/icons/offer-badge-a6bc90d0dcc8aea085e187cbc230aed92153aedd931d13e06f520450d8a56ff7.svg);
  display: block;
  width: 110px;
  height: 110px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  padding: 25px;
  position: absolute;
  right: 5%;
  bottom: -65%;
  font-size: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
@media (min-width:450px) {
   #offer_hair_badge {
      right:24%;
  }
}
*/
@media (min-width: 992px) {
  #offer_hair_badge {
    bottom: auto;
    right: auto;
    width: 120px;
    height: 120px;
    top: 30%;
    left: -35%;
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .early_treatment#hair_early_treatment {
    background-position: bottom 50px right -14px;
  }
}
/* Home */
.vertical_info p {
  max-width: 650px;
}

@media (min-width: 992px) {
  .vertical_info p {
    padding-right: 20px;
  }
}
#supporting_our_boys h2 {
  margin-bottom: 30px;
  max-width: 510px;
}

/* Hero */
.hero {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(/assets/home/mosh-mens-health-made-easy-md-b9451f36f420c84051295396a56e86cd13729fc4fee05298a4905490105d08f8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1500px) {
  .hero {
    background-position: center top;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .hero {
    background-image: url(/assets/home/mosh-mens-health-made-easy-019521b4479bb169d00fa526accd488522c710f8c740d846c2d0382066f028bf.jpg);
    padding-top: 13rem;
    padding-bottom: 13rem;
    min-height: 100vh;
    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 (min-width: 1200px) {
  .hero .container {
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero h1, .hero .h1 {
  color: white;
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  .hero h1, .hero .h1 {
    text-shadow: none;
  }
}
/* Blurb */
.blurb {
  padding-top: 86px;
  padding-bottom: 86px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}

.blurb p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.blurb h3 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .blurb h3 {
    max-width: 19ch;
  }
  .blurb p {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .blurb p {
    max-width: 710px;
  }
}
@media (min-width: 992px) {
  .blurb {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .blurb {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.vertical_illustration {
  background-color: #003d3b;
}

.vertical_mentalhealth .vertical_illustration, .vertical_sex .vertical_illustration, .vertical_skin .vertical_illustration {
  position: relative;
}

.vertical_illustration > div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 300px;
  background-position: center;
}

.vertical_hair .vertical_illustration > div {
  background-position: 44% 0%;
  width: 58%;
}

.vertical_sex .vertical_illustration > div {
  background-position: 34% top;
  height: 140%;
  background-size: 350px;
}

@media (max-width: 576px) {
  .vertical_sex .vertical_illustration > div {
    right: 0;
    width: 120%;
  }
}
.vertical_skin .vertical_illustration > div {
  background-position: 50% 0%;
  height: 120%;
  background-size: 370px;
}

@media (min-width: 576px) {
  .vertical_sex .vertical_illustration > div {
    background-position: 50% 0%;
  }
  .vertical_illustration > div {
    background-size: 400px !important;
  }
  .vertical_skin .vertical_illustration > div {
    background-size: 470px !important;
  }
}
@media (min-width: 768px) {
  .vertical_illustration > div {
    display: none;
  }
  .vertical_hair .vertical_illustration {
    background-image: url(/assets/home/illustrations/hair-loss-doctor-6e1cbb441a2b112d727f3cfaa8beee17e8801bce16c0d3c3d4f79914ee29ef78.jpg);
  }
  .vertical_sex .vertical_illustration {
    background-image: url(/assets/home/illustrations/sex-doctor-51312dd328735f58091e14837a68b1664df86183f00cb1c3287d9bb5c85315a9.jpg);
  }
  .vertical_skin .vertical_illustration {
    background-image: url(/assets/home/illustrations/skin-doctor-4245923d710f1c4bcc99b1428a7330630800e2a50f58a345f0687b8785af8878.jpg);
  }
}
@media (max-width: 768px) {
  .vertical_container:not(.vertical_mentalhealth) .vertical_illustration {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .vertical_skin .vertical_illustration {
    height: 100% !important;
  }
}
.arrow_link_container {
  margin-top: 45px;
  display: inline-block;
}

.arrow_link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
}

.arrow_link:last-child {
  margin-bottom: 0;
}

.arrow_link h4 {
  display: inline-block;
  margin-bottom: 0;
}

.arrow_link h4::after {
  content: "";
  display: inline-block;
  border-color: transparent #c54801;
  border-style: solid;
  border-width: 8px 0px 8px 10px;
  height: 0px;
  width: 0px;
  margin-left: 12px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.arrow_link:hover h4 {
  color: #c54801;
}

.arrow_link:hover h4::after {
  margin-left: 16px;
}

/* Blurb */
.blurb {
  padding-top: 86px;
  padding-bottom: 86px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}

.blurb p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.blurb h3 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .blurb h3 {
    max-width: 19ch;
  }
  .blurb p {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .blurb p {
    max-width: 710px;
  }
}
@media (min-width: 992px) {
  .blurb {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .blurb {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.blurb {
  overflow-x: hidden;
}

.blurb_icon {
  overflow: hidden;
}

.blurb_icon img {
  position: absolute;
  width: 100px;
}

.blurb_icon#blurb_icon_1 img {
  top: 86px;
  left: 0;
}

.blurb_icon#blurb_icon_2 img {
  top: 170px;
  left: 90px;
  display: none;
}

.blurb_icon#blurb_icon_3 img {
  top: 60px;
  right: 180px;
  display: none;
}

.blurb_icon#blurb_icon_4 img {
  top: 87px;
  right: 0;
}

@media (min-width: 992px) {
  .blurb_icon img {
    position: absolute;
    width: 140px;
  }
  .blurb_icon#blurb_icon_1 img {
    top: 130px;
    left: 0;
  }
  .blurb_icon#blurb_icon_2 img {
    top: 300px;
    left: 130px;
    width: 110px;
  }
  .blurb_icon#blurb_icon_3 img {
    top: 103px;
    right: 210px;
  }
  .blurb_icon#blurb_icon_4 img {
    top: 274px;
    right: 50px;
  }
  .blurb_icon#blurb_icon_2 img, .blurb_icon#blurb_icon_3 img {
    display: block;
  }
}
/* Sections */
.important_stuff_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 70%;
}

.supporting_our_boys_image {
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  height: 0;
  padding-bottom: 60%;
  background-color: #7ae5e5;
}

@media (min-width: 768px) {
  .important_stuff_image, .supporting_our_boys_image {
    height: auto;
    padding-bottom: 0;
  }
}
#supporting_our_boys p {
  max-width: 610px;
}

@media (max-width: 992px) {
  #important_stuff .pad.constrict {
    padding-left: 0;
    padding-right: 0;
  }
  #important_stuff .scroller_card {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #important_stuff h4, #important_stuff p {
    padding-left: 57px;
  }
  #important_stuff .orange_text {
    position: relative;
    top: 39px;
    padding-left: 0;
  }
}
.important_stuff_card {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#important_stuff h2 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  #important_stuff h2 {
    padding-left: 0;
    padding-right: 0;
  }
  #important_stuff_scroller {
    white-space: normal;
  }
  #important_stuff .scroll-wrapper, #important_stuff .scroller_card, #important_stuff .important_stuff_card {
    padding: 0;
  }
  #important_stuff_scroller .scroller_card {
    display: block;
    margin-bottom: 10px;
  }
}
.headshot#gabe {
  background-image: url(/assets/general/headshots/gabrielbaker_orange-69f82f2415b9ece915ddede6bd781c068980d935406efd88c34666953d6cf5de.jpg);
}

.headshot#david {
  background-image: url(/assets/general/headshots/davidnarunsky_orange-c84d19fea97e763e88315faf2610eb068686993915154b49891c31711ab49fe2.jpg);
}

.headshot#paik {
  background-image: url(/assets/general/headshots/aimeepaik-5a05122885bb24da8f115a191b524a07eca80d2e500fe3393a94ac73ffd2ffb4.jpg);
}

.headshot#mateen {
  background-image: url(/assets/general/headshots/justinmateen-012436c5841022be06fd5689023b30d6794e074dbfbae158185a80480b1d24fe.jpg);
}

.headshot#rad {
  background-image: url(/assets/general/headshots/seanrad-1ccedbbb3191880aa431bffd0fbcbccabc3a3c554b295ee30f4e02b0a6d53e3f.jpg);
}

.headshot#lanzer {
  background-image: url(/assets/general/headshots/daniellanzer-c383d7193e108249f72393eda67685cce13ff25ef2d18e6a877492540e8ee936.jpg);
}

.headshot#goodridge {
  background-image: url(/assets/doctors/headshots/paul-goodridge-61bfbf523ce38d31398c5e421e695c231528197ad69f3ceadc72bfc38c919eb2.jpg);
}

.headshot#carp {
  background-image: url(/assets/general/headshots/nickycarp-b3443c63ef046a58a5d735957a0011ccbf6aff4d8254cc83064a17e3baa94477.jpg);
}

#about {
  background-image: url(/assets/general/how-it-works-8282eda7f42d182a066893267c94a84ed1cdc42f04350ffd9e9a5946caca7eb7.jpg);
  background-size: 170%;
  background-position: 41% 30%;
}
@media (max-width: 550px) {
  #about {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
@media (max-width: 576px) {
  #about {
    padding-bottom: 170px;
  }
}
@media (min-width: 400px) {
  #about {
    background-size: 120%;
  }
}
@media (min-width: 576px) {
  #about {
    background-size: 110%;
  }
}
@media (min-width: 768px) {
  #about {
    background-size: 120%;
    background-position: 10% 60%;
  }
}
@media (min-width: 992px) {
  #about {
    background-image: url(/assets/general/how-mosh-works-54f70d7466e1ef9a27bcfc3f66bcfdccd3aa0e7725a3ac404faad2c509ce2d51.jpg);
    background-position: 0 40%;
    background-size: cover;
  }
}

#about h1 {
  max-width: 17ch;
}

#about p {
  max-width: 19ch;
}

@media (min-width: 768px) {
  #about p {
    max-width: 27ch;
  }
}
.text_emoji#doctor::after {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

.text_emoji#toilet::after {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

.text_emoji#pills::after {
  background-image: url(/assets/emojis/pills-befee8efdf92e31e3f73f725ac3ec38d6f442dcf87b496390aa90d6f57460e5e.png);
}

.text_emoji#watch::after {
  background-image: url(/assets/emojis/watch-b556f2c64bdd77b0d4c4777993d50cd366c21b8139f7c0aa76edbd9734743aa4.png);
}

.text_emoji#down::after {
  background-image: url(/assets/emojis/down-ebd87c4cb0944d7586e07a2687a64c99c3e5420c24ca9549850a210ad8a9d81d.png);
}

.text_emoji#unhappy::after {
  background-image: url(/assets/emojis/unhappy-2b988a269fa5e605f2727255b7e33885d08284508059a9c28488ea227c63eee1.png);
}

.text_emoji#bald::after {
  background-image: url(/assets/emojis/head_1-c7c856a9b759b10232d45c2fe2454faf2a4c2808cdec0fdab65885dcdcdc94a4.png);
}

.text_emoji#snooty::after {
  background-image: url(/assets/emojis/snooty-3ad068b0b14e72a34da639dac3beae508409c35993ee8621d4b8ce8172c33b67.png);
}

.text_emoji#snooty::after {
  background-image: url(/assets/emojis/snooty-3ad068b0b14e72a34da639dac3beae508409c35993ee8621d4b8ce8172c33b67.png);
}

.text_emoji#unhappy {
  margin-left: 5px;
}

.text_emoji#toilet {
  margin-right: 15px;
}

#whydoweexist h4 {
  line-height: 1.35;
  max-width: 53ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

@media (min-width: 992px) {
  #whydoweexist h4 {
    font-size: 36px;
  }
}
.text_emoji {
  display: inline-block;
  width: 42px;
  height: 0;
  position: relative;
}

.text_emoji::after {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  bottom: 0;
  right: -23px;
  margin: auto;
}

@media (max-width: 768px) {
  .text_emoji::after {
    width: 67px;
    height: 67px;
    right: -15px;
  }
}
#founders .headshot, #advisors .headshot {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 1rem;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  #advisors .headshot {
    margin-bottom: 1.5rem;
  }
}
#founders .headshot {
  position: absolute;
  top: -2px;
  left: 0;
}

#advisors .headshot {
  margin-left: auto;
  margin-right: auto;
}

.profile {
  padding: 25px;
  position: relative;
  background-color: white;
}

#founders .profile:first-child {
  margin-bottom: 14px;
}

.profile_container {
  display: block;
  max-width: 1150px;
}

@media (min-width: 992px) {
  .profile {
    padding: 45px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .advisors {
    padding-top: 39px;
  }
  #founders .profile {
    height: 100%;
  }
  #founders .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #founders .profile:first-child {
    margin-bottom: 0;
    margin-right: 14px;
  }
  .profile_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1400px) {
  #about .row {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
}
.flex {
  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;
}

.profile_name {
  margin-bottom: 20px;
  position: relative;
}

#founders .profile_name {
  padding-left: 65px;
}

.profile_name h4 {
  margin-bottom: 5px;
}

#founders .container-fluid {
  max-width: 2000px;
}

@media (min-width: 992px) {
  #founders .headshot, #advisors .headshot {
    width: 70px;
    height: 70px;
  }
  #founders .headshot {
    top: -11px;
  }
  #founders .profile_name {
    padding-left: 85px;
  }
}
.advisors_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.advisors {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 768px) {
  .advisors {
    padding: 20px;
    padding-bottom: 30px;
  }
}
.advisors_carousel .carousel-cell {
  width: 80%;
  min-height: 100%;
  background-color: white;
  margin-right: 7px;
  margin-left: 7px;
}

.advisors_carousel {
  margin-bottom: 30px;
}

.advisors_carousel .flickity-page-dots {
  bottom: -35px;
}

@media (min-width: 768px) {
  .advisors_carousel .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .advisors_carousel .carousel-cell {
    width: 23%;
  }
}
@media (min-width: 1800px) {
  .advisors_carousel .carousel-cell {
    width: 20%;
  }
}
#advisors .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  #our_principles {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1400px) {
  #our_principles .container, #advisors .container {
    max-width: 1330px;
  }
}
#pagenotfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80vh;
}
@media (min-width: 768px) {
  #pagenotfound {
    min-height: 70vh;
  }
}

/* CRO */
/* CRO */
@media (max-width: 768px) {
  #how_it_works .row.scroller {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #how_it_works.cro .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #how_it_works .how_it_works_arrow {
    display: none;
  }
  #how_it_works .scroller_card {
    /* padding-left:0;
    padding-right:0;
    margin-right:0;
    margin-left:0; */
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #how_it_works .scroller_card:last-child {
    margin-right: 0;
  }
  #how_it_works .scroll-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
  .how_it_works_steps {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #step_2 .how_it_works_icon {
    right: 0;
  }
}
.category_navigation {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .category_navigation span, .category_navigation br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .category_navigation.single_row span, .category_navigation.single_row br {
    display: none;
  }
}
.category_navigation a {
  padding-left: 63px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: white; */
  padding-right: 25px;
  border-bottom: 1px solid #003d3b;
  position: relative;
  text-decoration: none;
  background-color: white;
}

.category_navigation a.pills, .whats_included#refills {
  background-image: url(/assets/emojis/pills-befee8efdf92e31e3f73f725ac3ec38d6f442dcf87b496390aa90d6f57460e5e.png);
}

.category_navigation a.pricing {
  background-image: url(/assets/emojis/pricing-56b09584b23ca6240e732539f7a5537c2f054a714c6ddf2c09a553a5e1b1f87b.png);
}

.category_navigation a.mh_online {
  background-image: url(/assets/emojis/pool-34b504fd1cc7aeee8ad26e45b294985a2002442fcf2c0e71cc623e59f0e4c050.png);
}

.category_navigation a.online {
  background-image: url(/assets/emojis/toilet-1a7bd174041690615dc35e9e00ccc9cec3101d7861740ba1d57036d20d314cfd.png);
}

.category_navigation a.psychologists {
  background-image: url(/assets/emojis/psychologist-1679af08e00aefb1a42ee84a3697f44ec389eeb0ede3f1110f013e318bab405b.png);
}

.category_navigation a.doctor, .whats_included#doctor {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

.category_navigation a.medicare {
  background-image: url(/assets/emojis/phone-03cb0ee354762d4358852b622940f16c07a984034ab07d479208ec219bcf5501.png);
}

.category_navigation a.watch, .whats_included#cancel {
  background-image: url(/assets/emojis/watch-b556f2c64bdd77b0d4c4777993d50cd366c21b8139f7c0aa76edbd9734743aa4.png);
}

.category_navigation a.van, .whats_included#delivery {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

.whats_included#guarantee {
  background-image: url(/assets/emojis/guarantee-50da6d4695ef3546f688fe6cbb338caff1b02e8bf99e2e1c81ec3b4c2dd25b26.png);
}

.whats_included#zip {
  background-image: url(/assets/emojis/zip-dcfa022dc0de69634ba479fda33f62de2e29d0f6a0bc71f9fce042f1d1f1ef8d.png);
}

.whats_included#afterpay {
  background-image: url(/assets/emojis/afterpay-6088f5d1020dd94b0297bddd606f7b32956246bbeb8128fcdc879701e019c6cb.png);
}

.whats_included#private {
  background-image: url(/assets/emojis/secure-6c12aee0610971cdd71aee388a4eaf1eb1e2c0872a5adb73f2cadf89e6b33d9c.png);
}

.category_navigation a:last-child {
  border-bottom: 0;
}

.category_navigation a::after, .category_navigation .down_link {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/icons/arrow-down-circle-f9c2cc9d53867d8ad7b3431721ad0240f53bf89f3f59fceea46b69f8a089ac3e.svg);
}

.category_navigation a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.category_navigation .down_link {
  display: none;
}

/*
@media (max-width:992px){
      .category_navigation a span:not(.category_navigation_head){
          display:none;
      }
} */
@media (min-width: 992px) {
  .category_navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 45px 90px 37px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1360px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1800px;
  }
  .category_navigation a {
    width: calc(50% - 11px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #003d3b !important;
    height: 70px;
    height: 90px;
    background-position: center left 5px;
    padding-left: 92px;
    padding-right: 50px;
    -webkit-box-shadow: 8px 8px #003d3b;
            box-shadow: 8px 8px #003d3b;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    margin-bottom: 19px;
    background-size: 80px;
  }
  .category_navigation.single_row a {
    width: calc(33.33% - 11px);
  }
  .category_navigation a:hover {
    -webkit-box-shadow: 0px 0px #003d3b;
            box-shadow: 0px 0px #003d3b;
    background-color: #ebebd4;
  }
  .category_navigation .category_navigation_head {
    font-family: "Clearface-Bold";
    /* font-family: 'MaisonNeue-Demi'; */
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .category_navigation .down_link {
    display: inline-block;
    display: none;
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
  }
  .category_navigation a::after {
    background-image: url(/assets/icons/arrow-down-circle-filled-80012ac7e3017a17707cc103d963f6c368b31467be1ce33c4f5535d68a622099.svg);
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .category_navigation.single_row a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .category_navigation {
    padding: 35px 180px 27px 180px;
  }
  .category_navigation.single_row {
    padding: 35px 90px 25px 90px;
  }
  .category_navigation .down_link {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
@media (min-width: 1300px) {
  .category_navigation .category_navigation_head {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .category_navigation a {
    height: 110px;
  }
}
.category_navigation a:first-child {
  margin-left: 0;
}

.category_navigation a:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .floating_btn .btn {
    display: block;
    height: auto;
  }
}
@media (min-width: 768px) {
  .floating_btn {
    display: none !important;
  }
}
.carousel-nav {
  margin-top: 20px;
}

.carousel-nav .carousel-cell img {
  width: 50px;
}

.carousel-nav .carousel-cell {
  opacity: 0.2;
  cursor: pointer !important;
  padding-left: 15px;
}

/* .carousel-nav .carousel-cell:nth-child(2){
    padding-left:15px;
} */
@media (min-width: 992px) {
  .carousel-nav .carousel-cell:hover {
    opacity: 0.6;
  }
  .carousel-nav .carousel-cell {
    padding-left: 0;
    padding-right: 15px;
  }
}
.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
}

.mosh_results {
  margin-top: 34px;
}

@media (min-width: 992px) {
  .mosh_results {
    margin-top: 50px;
  }
}
.mosh_results .carousel-cell {
  width: 80%;
  /* min-height:100%; */
  padding-left: 15px;
}

.mosh_results .carousel-cell > div {
  border: 10px solid white;
  border-bottom-width: 20px;
  background-color: white;
  height: 100%;
  min-height: 100%;
}

/* @media (max-width:992px){
.carousel-nav .carousel-cell:nth-child(2){
    margin-left:15px;
}
}
    */
@media (min-width: 768px) {
  .mosh_results .carousel-cell {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .mosh_results .carousel-cell {
    width: 28%;
    /* margin-left:0; */
    padding-left: 0;
    padding-right: 20px;
  }
  .mosh_results .carousel-cell > div {
    border: 15px solid white;
    border-bottom-width: 25px;
  }
}
.mosh_results .carousel-cell:last-child {
  margin-right: 0;
}

.mosh_results .carousel-cell img {
  width: 100%;
  height: 100%;
}

.mosh_results_img {
  position: relative;
  margin-bottom: 25px;
}

.mosh_results .carousel-cell .mosh_results_img::after {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/hair/results/after-mosh-1f710fde687eec5b519fa819e66f2866694eed92cac3768d29d6dd0a7c5844a0.png);
}

.mosh_results .carousel-cell h4 {
  margin-bottom: 0;
}

.mosh_results_container {
  margin-left: 15px;
}

.mosh_results_container_text {
  padding-right: 15px;
}

@media (max-width: 992px) {
  .mosh_results .carousel-cell:first-child, .carousel-nav .carousel-cell:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .mosh_results_container {
    margin-left: 90px;
  }
  .mosh_results .carousel-cell:first-child, .carousel-nav .carousel-cell:first-child {
    width: 90px !important;
    margin-right: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mosh_results_container {
    margin-left: 180px;
  }
  .mosh_results .carousel-cell:first-child, .carousel-nav .carousel-cell:first-child {
    width: 180px !important;
  }
}
.mosh_results .flickity-button {
  background: none;
  display: none;
}

.mosh_results .flickity-button.previous {
  background-image: url(/assets/emojis/hand_left-d99419d2a5e0c01c0b043496c557db85caccf143aee3b106769069a8ff4b12d8.png);
}

.mosh_results .flickity-button.next {
  background-image: url(/assets/emojis/hand_right-87259395e3c99405910315a1b3daf38992a6a92fbd23d4664e46f9aa609b0e0c.png);
}

.carousel-nav .carousel-cell img {
  border: 3px solid white;
}

.carousel-nav .carousel-cell:first-child {
  margin-left: 0;
}

.carousel-nav .carousel-cell:last-child {
  margin-right: 0;
}

.mosh_results_inner {
  padding: 15px;
}

.results_lines {
  width: 20px !important;
}

#personalised_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.personalised_text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.personalised_bubbles {
  margin-bottom: 23px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#personalised_container > div {
  margin-bottom: 40px;
  position: relative;
  border: 4px solid white;
}

#personalised_container > div#personalised_3 {
  border-color: #82c780;
  padding-bottom: 30px;
}

/* @media (min-width:768px){
    #personalised_container > div{
    padding:20px 15px 20px 15px;
    }
} */
#personalised_container > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -35px;
  right: -5px;
  bottom: auto;
}

#personalised_container > div#personalised_1::before {
  background-image: url(/assets/illustrations/personalised-1-5e734756f37b0e7f2d7cdbd9a3ccd7e4ac30a052e47a1086194bd74700ad1b37.png);
  top: -24px;
}

#personalised_container > div#personalised_1::after, #personalised_container > div#personalised_2::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
}

#personalised_container > div#personalised_1::after {
  /* left:27%; */
  background-image: url(/assets/icons/plus-drawn-f61ccf8be7e3497ff3c791ca3f925a8a7945d58e448f374aa2fe490672fd2680.png);
}

#personalised_container > div#personalised_2::before {
  background-image: url(/assets/illustrations/personalised-2-ffe7708516177285d0fa0b515454a03f32dd2995bdf020390d666138abcd53ee.png);
  right: auto;
  left: -5px;
}

#personalised_container > div#personalised_2::after {
  /* right:27%; */
  background-image: url(/assets/icons/equals-drawn-180d5f0fa9e86e6fc5412746fdc721893d379122c06e108d7dbf6a3b5fec64ad.png);
}

#personalised_container > div#personalised_3::before {
  background-image: url(/assets/illustrations/personalised-3-15ea2ab1611c92cc936f19ddc919b788fb49e2eb45319bda2cc951cf6389fb93.png);
}

/* #personalised_container  h5{
        margin-bottom: 20px;
    } */
/* #personalised p{
    max-width: 32ch;
} */
#personalised {
  padding-top: 0;
}

@media (min-width: 576px) {
  #personalised p {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #personalised {
    padding-bottom: 1px;
  }
  #personalised .btn_primary {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #personalised_container > div#personalised_2::before {
    left: auto;
    right: -15px;
  }
  /* .vertical_info{
      background-color:#ebebd4;
  } */
}
@media (min-width: 992px) and (max-width: 1200px) {
  #personalised_container > div#personalised_1::after, #personalised_container > div#personalised_2::after {
    bottom: -245x;
  }
}
@media (min-width: 992px) {
  .personalised_text {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  #personalised p {
    max-width: 54ch;
  }
  #personalised {
    padding-bottom: 67px;
  }
  #personalised_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-top: 335px;
    margin-bottom: 20px;
  }
  #personalised_container > div {
    /* background-color: white; */
    /* width: calc(33% - 110px);
    padding: 65px 0 0 0;
    text-align: left; */
    width: calc(33% - 27px);
    text-align: left;
    border: 4px solid #fff;
    padding-bottom: 80px;
    position: relative;
  }
  .personalised_bubbles_output {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .personalised_text {
    padding-top: 65px;
  }
  .personalised_bubbles {
    margin-bottom: 40px;
  }
  #personalised_container > div#personalised_3 {
    border-color: #82c780;
  }
  #personalised_container > div::before {
    width: 130px;
    height: 130px;
    top: -50px;
    left: auto !important;
    right: 20px !important;
    margin: auto;
  }
  #personalised_container > div#personalised_1::before {
    top: -49px;
  }
  #personalised_container > div#personalised_3::before {
    top: -42px;
  }
  #personalised_container > div#personalised_1::after, #personalised_container > div#personalised_2::after {
    bottom: auto;
    top: 73px;
    right: -47px;
    left: auto;
    z-index: 3;
  }
  .title_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title_flex h2 {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  #personalised .container, #unsure_nonprescription .container {
    max-width: 1250px;
  }
  #personalised h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1450px) {
  #personalised .container, #unsure_nonprescription .container {
    max-width: 1400px;
  }
}
#unsure_nonprescription .btn, #still_unsure .btn {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  #unsure_nonprescription .btn, #still_unsure .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.green_text {
  color: #82c780 !important;
}

@media (min-width: 1200px) {
  .title_flex_section {
    position: absolute;
    top: 0;
    left: 0;
  }
  #personalised {
    position: relative;
  }
}
@media (max-width: 992px) {
  #personalised .vertical_info {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  #personalised .vertical_info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .how_it_works_header_2 {
    margin-bottom: 20px;
  }
}
.personalised_bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .personalised_bubbles {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.personalised_bubbles > div {
  padding: 2px 10px;
  border-radius: 100px;
  margin-right: 4px;
  margin-bottom: 5px;
  background-color: transparent;
  border: 2px solid white;
  /* box-shadow: 1px 1px #003d3b; */
  cursor: pointer;
  font-family: "MaisonNeue-Demi";
  font-size: 16px;
}

.personalised_bubbles > div.reveal {
  background-color: white;
}

#personalised .vertical_info {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .title_flex_section {
    background-color: white;
  }
}
.personalised_bubbles_output {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  position: relative;
  /* color:white; */
  font-size: 16px;
  /* border-radius: 6px; */
}

.personalised_bubbles_output::after {
  content: " ";
  position: absolute;
  top: -16px;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

@media (min-width: 992px) {
  .personalised_bubbles_output::after {
    left: 60px;
    right: auto;
    margin-left: auto;
  }
}
.personalised_bubbles_output > div {
  padding: 15px;
}

@media (min-width: 1200px) {
  .personalised_bubbles_output > div {
    padding: 20px;
    padding-bottom: 15px;
  }
}
.personalised_bubbles_output.reveal {
  max-height: 300px;
  opacity: 1;
  margin-top: 18px;
}

.tltp .tltptext {
  display: none;
}

#our_drs p {
  margin-left: auto;
  margin-right: auto;
  max-width: 40ch;
}

.doc_info_container {
  position: absolute;
  right: 0;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 992px) {
  .doc_info_container {
    font-size: 13px;
  }
}
#our_drs .slice_image {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 500px) {
  #our_drs .slice_image {
    padding-bottom: 50%;
  }
}

.our_drs_ed .slice_image {
  background-position: 15% 20%;
}

@media (min-width: 992px) {
  #our_drs .slice_image {
    background-size: 150%;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1300px) {
  #our_drs .slice_image {
    background-size: 120%;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .doc_info_container {
    bottom: 30px;
    left: 30px;
    right: auto;
    top: auto;
  }
  #our_drs section {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 43rem;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doc_faq {
  margin-top: 30px;
}

.doc_faq strong {
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 992px) {
  .early_treatment#hair_early_treatment {
    background-position: bottom -32px right -14px;
    padding-bottom: 80px;
    background-size: 130px;
  }
}
.anchor_link {
  position: relative;
  top: -110px;
  display: block;
}

#our_drs .pad {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  #our_drs .pad {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .hdshot_container {
    margin-bottom: 30px;
  }
}
.our_tag {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .our_tag {
    margin-top: -10px;
  }
}
.gh_personalised_image {
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 10px;
  background-position: top center;
}

@media (min-width: 768px) {
  .gh_personalised_image {
    padding-bottom: 40%;
  }
}
@media (min-width: 992px) {
  .gh_personalised_image {
    padding-bottom: 53%;
  }
}
#gh_personalised_2, #gh_personalised_3 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .eh_plus {
    top: 35px;
  }
  #gh_personalised_2, #gh_personalised_3 {
    padding-top: 0;
    position: relative;
  }
  #our_pricing .pricing_row {
    padding-top: 19px;
    padding-bottom: 15px;
  }
  #gh_personalised_section .row {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1400px) {
  #gh_personalised_section .container {
    max-width: 1600px;
  }
}
#our_pricing .mh_price {
  font-size: 32px;
}

.whats_included_text {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.6s ease;
  transition: max-height 0.3s ease, opacity 0.6s ease;
}

.whats_included_text.reveal {
  max-height: 300px;
  opacity: 1;
}

.whats_included_text > div {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .whats_included_text > div {
    padding-top: 20px;
  }
}
#whats_included_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whats_included {
  background-repeat: no-repeat;
  background-position: top -1px left -5px;
  background-size: 50px;
  /* padding-left: 50px; */
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(0, 61, 59, 0.15);
  width: 100%;
  position: relative;
  cursor: pointer;
}

.whats_included#delivery {
  background-position: top 4px left;
  background-size: 40px;
}

.darkgreen .whats_included {
  /* border-top: 1px solid rgba(0, 61, 59, 0.5); */
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* .whats_included.reveal {
  border-color: white;
} */
.whats_included.reveal .whats_included_title {
  opacity: 0.5;
}

.whats_included .whats_included_title {
  display: block;
  padding-left: 45px;
  padding-right: 26px;
}

#our_drs .whats_included_title {
  padding-left: 0;
}

.whats_included::after {
  content: "";
  position: absolute;
  top: 18px;
  left: auto;
  right: 5px;
  height: 15px;
  width: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.whats_included::after, .faq_question::after {
  background-image: url(/assets/icons/expand-a6b316c14f6f5ca56ea0c958fc3c41c46cf876b782014df36d6ff804b3db5321.svg);
}

.darkgreen .whats_included::after {
  background-image: url(/assets/icons/expand-white-41d70553eceb7907a37a5303d867ee688f466695ecd2bbad2b777fbad247b1a0.svg);
}

.whats_included.reveal::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .whats_included, .pricing_row {
    font-size: 16px;
  }
}
.faq_question::after {
  height: 15px;
  width: 15px;
  background-size: contain;
  top: 18px;
}

@media (min-width: 992px) {
  .faq_question::after {
    height: 20px;
    width: 20px;
    top: 16px;
    background-image: url(/assets/icons/expand-large-aee78fbd8c0d142d82d8a9d924d1d132fff241535d02e497feb3feee8c418883.svg);
  }
}
@media (max-width: 576px) {
  #our_drs .faq_question::after {
    top: 20px;
  }
}
@media (min-width: 992px) {
  #our_pricing .whats_included {
    width: 49%;
    background-position: top -3px left -4px;
    background-size: 70px;
  }
  #our_pricing .whats_included#delivery {
    background-size: 60px;
    background-position: top 2px left 2px;
  }
  .whats_included .whats_included_title {
    padding-left: 70px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .whats_included {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whats_included::after {
    height: 20px;
    width: 20px;
    top: 22px;
  }
  .whats_included::after {
    background-image: url(/assets/icons/expand-large-aee78fbd8c0d142d82d8a9d924d1d132fff241535d02e497feb3feee8c418883.svg);
  }
  .darkgreen .whats_included::after {
    background-image: url(/assets/icons/expand-large-white-130fe2a9133db252512c9a658145ba61b07ab0313766fea72907566a4a399905.svg);
  }
  .whats_included:hover::after {
    opacity: 0.5;
  }
}
.pricing_row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pricing_andor {
  display: inline-block;
  padding: 2px 3px 1px 4px;
  border: 1px solid white;
  position: relative;
  top: -2px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 65%;
  line-height: 1;
}

#unsure_nonprescription .container-fluid {
  max-width: 1400px;
}

.unsure_nonprescription_block {
  background-color: white;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.unsure_nonprescription_block p {
  margin-left: auto;
  margin-right: auto;
  max-width: 38ch;
}

/* .unsure_nonprescription_block#stillunsure{
margin-bottom:25px;
} */
@media (min-width: 992px) {
  .unsure_nonprescription_block#stillunsure {
    margin-bottom: 0;
  }
}
.unsure_nonprescription_block > div:first-child {
  background-size: cover;
  background-position: 50% 66%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 50%;
}

.unsure_nonprescription_block#stillunsure > div:first-child {
  background-position: 50% 28%;
}

.unsure_nonprescription_block > div:nth-child(2) {
  padding: 40px 15px;
  padding-bottom: 0;
}

.unsure_nonprescription_block > div:last-child {
  padding: 45px 23px;
  padding-top: 0;
}

@media (min-width: 992px) {
  .unsure_nonprescription_block > div:nth-child(2) {
    padding: 40px 30px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .unsure_nonprescription_block .btn {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    display: block;
  }
}
#trustpilot_widget {
  max-width: 287px;
  display: inline-block;
  margin-top: 1rem;
}

.whats_included .whats_included_title {
  padding-right: 0;
}

.incrisis {
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .incrisis {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    padding-bottom: 0;
  }
}
.product_hero .btn {
  display: inline-block !important;
}

@media (max-width: 576px) {
  .product_hero {
    background-position: 41% 40%;
    background-size: 230%;
    background-position: 38% 35%;
    background-size: 210%;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .product_hero#hair, .product_hero#ed, .product_hero#mental_health, .product_hero#acne_cro {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.skin_ingredient::before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -35px;
  right: 0;
  bottom: auto;
}

#skin_ingredient_1::before, .skin_label:nth-child(1) span::before, .skin_label:nth-child(7) span::before, .skin_modal#cream .modal-body, .skin_modal#vitamina .modal-body {
  background-image: url(/assets/emojis/skin/skin_cream-50e718b4e6e128289d39613ca337a17786659827798bb77976fedc052c3e1cdf.png);
}

#skin_ingredient_2::before, .skin_label:nth-child(2) span::before, .skin_modal#retinoid .modal-body {
  background-image: url(/assets/emojis/skin/skin_retinoid-b90f06954a789361e78295ad5c0e7e9b92edfb66dd8152eeec947700a01ec2aa.png);
}

#skin_ingredient_3::before, .skin_label:nth-child(3) span::before, .skin_modal#hyaluronic .modal-body {
  background-image: url(/assets/emojis/skin/skin_hyaluronic-f24602e8506a28ebfe69b6cf6f5e14933db37bde1b9bc5a16ee37909bdc57ddc.png);
}

#skin_ingredient_4::before, .skin_label:nth-child(4) span::before, .skin_modal#coenzyme .modal-body {
  background-image: url(/assets/emojis/skin/skin_coenzyme-d8f033af57caa050ea2bc2642a647a859694dab54c3811f1bf5e83532b701480.png);
}

#skin_ingredient_5::before, .skin_label:nth-child(5) span::before, .skin_modal#niacinamide .modal-body {
  background-image: url(/assets/emojis/skin/skin_niacinamide-8d3732b8467d1d8e8c98e6e4c53cb29138c69217a796bb634a39a964b5b9e2f6.png);
}

#skin_ingredient_6::before, .skin_label:nth-child(6) span::before, .skin_modal#senegal .modal-body {
  background-image: url(/assets/emojis/skin/skin_senegal-ba274e3e3a653015de32c9eda666a71b1a1599084e88bdbdfa5ff9a81b79302e.png);
}

#backedbyexperts_header {
  padding-top: 35px;
}
@media (max-width: 576px) {
  #backedbyexperts_header {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
  }
}

.early_treatment#skin h3 {
  max-width: 25ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #vertical_skin_product .vertical_carousel_product_text {
    max-width: 700px;
  }
  .vertical_carousel_skin_product {
    background-size: 780px;
    background-position: 95% -8%;
  }
}
@media (min-width: 1200px) and (max-width: 1425px) {
  #personalised_skin .cell6 {
    display: none;
  }
}
#personalised_skin_image {
  background-image: url(/images/skin/skin_rx);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#personalised_skin_image > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  min-height: 560px;
}

.skin_label {
  position: absolute;
  left: 15px;
}

.skin_label span {
  background-color: #ebebd4;
  background-color: #82c780;
  border: 3px solid white;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  z-index: 2;
  position: relative;
}

@media (max-width: 992px) {
  .skin_label span {
    padding: 4px 8px;
    font-size: 16px;
  }
}
.skin_label:hover span, .skin_label:hover span::after, .skin_label.active span, .skin_label.active span::after {
  border-color: #003d3b;
}

.skin_label span::after {
  content: "";
  display: block;
  border-color: white;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 0;
  margin: auto;
  pointer-events: none;
}

.skin_label span::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -56px;
  left: 0px;
  z-index: 3;
}

.skin_label:nth-child(4) span::before, .skin_label:nth-child(5) span::before, .skin_label:nth-child(6) span::before {
  left: auto;
  right: 0;
}

.skin_label:nth-child(3) span::before {
  bottom: -43px;
  top: auto;
  right: -3px;
  left: auto;
}

.skin_label:nth-child(1) span::after {
  bottom: -70px;
  right: 21px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  width: 50px;
  height: 70px;
}

.skin_label:nth-child(7) span::after {
  bottom: -70px;
  right: -60px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  width: 80px;
  height: 70px;
}

.skin_label:nth-child(2) span::after {
  right: -75px;
  width: 75px;
  border-top-width: 3px;
  top: 0;
  bottom: 0;
}

.skin_label:nth-child(3) span::after {
  right: -55px;
  width: 55px;
  border-top-width: 3px;
  top: 0;
  bottom: 0;
}

.skin_label:nth-child(4) span::after {
  left: -25px;
  border-top-width: 3px;
  top: 0;
  bottom: 0;
}

.skin_label:nth-child(5) span::after {
  left: -43px;
  width: 43px;
  border-top-width: 3px;
  top: 0;
  bottom: 0;
}

.skin_label:nth-child(6) span::after {
  top: -70px;
  left: -23px;
  border-top-width: 3px;
  border-right-width: 3px;
  width: 60px;
  height: 70px;
}

@media (min-width: 1300px) {
  .skin_label:nth-child(1) span::after {
    bottom: -70px;
    right: 1px;
    width: 70px;
    height: 70px;
  }
  .skin_label:nth-child(7) span::after {
    bottom: -70px;
    right: -93px;
    width: 100px;
    height: 70px;
  }
  .skin_label:nth-child(2) span::after {
    right: -95px;
    width: 95px;
    top: 0;
    bottom: 0;
  }
  .skin_label:nth-child(3) span::after {
    right: -75px;
    width: 75px;
    top: 0;
    bottom: 0;
  }
  .skin_label:nth-child(4) span::after {
    left: -45px;
    width: 45px;
  }
  .skin_label:nth-child(5) span::after {
    left: -63px;
    width: 63px;
  }
  .skin_label:nth-child(6) span::after {
    top: -70px;
    left: -44px;
    width: 80px;
    height: 70px;
  }
}
@media (min-width: 1500px) {
  .skin_label:nth-child(1) span::after {
    bottom: -70px;
    right: -19px;
    width: 70px;
    height: 70px;
  }
  .skin_label:nth-child(7) span::after {
    bottom: -70px;
    right: -110px;
    width: 130px;
    height: 70px;
  }
  .skin_label:nth-child(2) span::after {
    right: -115px;
    width: 115px;
    top: 0;
    bottom: 0;
  }
  .skin_label:nth-child(3) span::after {
    right: -95px;
    width: 95px;
    top: 0;
    bottom: 0;
  }
  .skin_label:nth-child(4) span::after {
    left: -65px;
    width: 65px;
  }
  .skin_label:nth-child(5) span::after {
    left: -83px;
    width: 83px;
  }
  .skin_label:nth-child(6) span::after {
    top: -70px;
    left: -64px;
    width: 100px;
    height: 70px;
  }
}
.skin_label:nth-child(1), .skin_label:nth-child(7) {
  top: 7.5%;
}

@media (min-width: 992px) {
  .skin_label:nth-child(1), .skin_label:nth-child(7) {
    top: 15.2%;
  }
}
.skin_label:nth-child(2) {
  top: 39%;
}

@media (min-width: 1300px) {
  .skin_label:nth-child(2) {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .skin_label:nth-child(2) br {
    display: none;
  }
}
.skin_label:nth-child(3) {
  top: 60%;
}

.skin_label:nth-child(4), .skin_label:nth-child(5), .skin_label:nth-child(6) {
  left: auto;
  right: 15px;
}

.skin_label:nth-child(4) {
  top: 21.6%;
}

@media (min-width: 992px) {
  .skin_label:nth-child(4) {
    top: 30.6%;
  }
}
.skin_label:nth-child(5) {
  top: 53%;
}

.skin_label:nth-child(6) {
  top: auto;
  bottom: 8%;
}

.skin_ingredients_text {
  display: none;
}

@media (max-width: 576px) {
  #personalised_skin_image {
    background-size: 126%;
    padding-top: 33px;
    padding-bottom: 10px;
  }
}
@media (min-width: 630px) {
  #personalised_skin_image {
    background-image: url(/images/skin/skin_rx_md);
    background-size: 140%;
    background-size: cover;
    padding-top: 30px;
  }
  #personalised_skin_image > div {
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  #personalised_skin .title_flex_section {
    width: 50%;
    top: 0;
    left: 0;
    bottom: auto;
  }
  #personalised_skin_image {
    display: none;
  }
}
@media (max-width: 992px) {
  .early_treatment#skin {
    background-position: bottom 0px right -22px;
  }
}
.skin_benefits ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.skin_benefits li {
  padding-left: 20px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/angled_tick-2.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 7px left;
  margin-bottom: 6px;
  white-space: normal;
}

/* @media (max-width:576px){
    .skin_benefits li{
        max-width:220px;
    }
} */
.skin_modal .modal-body {
  background-size: 100px;
  background-position: top 10px left 10px;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 20px;
  border: 3px solid #82c780;
}

@media (min-width: 992px) {
  .skin_modal .modal-body {
    background-size: 110px;
    background-position: top 12px left 36px;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.skin_modal strong {
  display: block;
  margin-bottom: 10px;
}

.skin_modal .modal-dialog {
  margin-top: 37vh;
}

.skin_modal h4 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .skin_modal .modal-dialog {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
#skin_labels_desktop {
  display: none;
}

@media (min-width: 992px) {
  #skin_labels_desktop {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 41%;
    right: 6%;
  }
}
@media (min-width: 1100px) {
  #skin_labels_desktop {
    right: 3.5%;
  }
}
@media (min-width: 1200px) {
  #skin_labels_desktop {
    width: 34%;
    right: 6.3%;
  }
}
@media (min-width: 1300px) {
  #skin_labels_desktop {
    width: 34%;
    right: 6.3%;
  }
}
@media (min-width: 1450px) {
  #skin_labels_desktop {
    width: 33%;
    width: 31.5%;
    right: 7.5%;
  }
}
@media (min-width: 1650px) {
  #skin_labels_desktop {
    width: 31.5%;
    right: 8%;
  }
}
@media (min-width: 1800px) {
  #skin_labels_desktop {
    width: 28%;
    right: 9.5%;
  }
}
#acne_cro p {
  max-width: 20ch;
}

#acne_cro h1 {
  max-width: 13ch;
}

@media (min-width: 768px) {
  #acne_cro p {
    max-width: 28ch;
  }
  #acne_cro h1 {
    max-width: 17ch;
  }
}
.skin_ingredients_info {
  padding: 20px 20px 15px 20px;
  background-color: white;
  border: 15px solid #b4ccae;
  border-top: 0;
}

.skin_ingredients_info strong {
  display: block;
  margin-bottom: 10px;
  color: #82c780;
}

@media (min-width: 992px) {
  .skin_ingredients_info {
    border: 0;
    border-left: 3px #82c780 solid;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0;
    padding-left: 20px;
  }
}
.skin_ingredients_info.desktop {
  display: none;
}

.skin_ingredients_info.mobile {
  display: block;
}

@media (min-width: 992px) {
  .skin_ingredients_info.desktop {
    display: block;
  }
  .skin_ingredients_info.mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #personalised_skin .vertical_info {
    background-color: #ebebd4;
  }
}
/* SKIN */
.skin_ingredient {
  border: 4px solid #fff;
  background-repeat: no-repeat;
  background-position: top left 6px;
  background-size: 100px;
  margin-left: 0 !important;
  padding: 15px;
  padding-top: 55px;
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 20px;
  background-color: white;
  height: 280px;
}

@media (min-width: 992px) {
  .skin_ingredient::before {
    top: -60px;
  }
  .skin_ingredient {
    padding-top: 75px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .skin_ingredient {
    height: 305px;
    height: 100%;
    padding-bottom: 0;
  }
  .skin_ingredient::before {
    right: 0 !important;
  }
}
.skin_ingredient strong {
  display: block;
  margin-bottom: 13px;
  color: #82c780;
}

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

.skin_benefits li {
  padding-left: 20px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/angled_tick-2.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 7px left;
  margin-bottom: 6px;
  white-space: normal;
}

@media (min-width: 1200px) {
  #personalised_skin .container {
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #personalised_skin.acne .container {
    max-width: 1500px;
  }
}
@media (max-width: 1200px) {
  .personalised_skin_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none;
  }
}
.skin_ingredient::before {
  width: 125px;
  height: 125px;
  top: -58px;
}

#personalised_skin_container .carousel-cell {
  width: 75%;
}

@media (min-width: 576px) {
  #personalised_skin_container .carousel-cell {
    width: 40%;
  }
}
@media (min-width: 992px) {
  #personalised_skin_container .carousel-cell {
    width: 30%;
  }
}
#personalised_skin_header {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #personalised_skin_header {
    padding-left: 50px;
    padding-right: 50px;
  }
  #personalised_skin_container .carousel-cell:first-child {
    padding-left: 50px;
  }
  #personalised_skin_container .carousel-cell:last-child {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  #personalised_skin_container .carousel-cell {
    width: 100%;
    padding: 0 7px;
  }
  #personalised_skin_container .carousel-cell:first-child {
    padding-left: 0;
  }
  #personalised_skin_container .carousel-cell:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  #personalised_skin_container .carousel-cell {
    padding-left: 15px;
    padding-top: 20px;
  }
  #personalised_skin_container .carousel-cell:last-child {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .skin_ingredient {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #personalised_skin_container {
    width: 100% !important;
    white-space: normal;
    padding-bottom: 60px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #our_drs .constrict {
    padding-top: 45px;
  }
}
@media (max-width: 992px) {
  #our_drs .pad {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  #acne_cro {
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: 58% 0;
  }
}
#personalised_bubbles_skin {
  margin-top: 20px;
  margin-bottom: 0;
}

#personalised_bubbles_skin {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  #personalised_bubbles_skin {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  #personalised_skin_container::after {
    content: "flickity";
    display: none;
  }
}
#personalised_skin {
  padding-top: 10px;
}

#personalised_bubbles_skin > div {
  padding: 3px 9px;
  /* margin-right: 6px;
  margin-bottom: 7px; */
  font-size: 18px;
  margin-bottom: 7px;
  border-color: #82c780;
  color: #82c780;
}

#personalised_bubbles_skin > div.reveal {
  background-color: #82c780;
  color: inherit;
}

@media (min-width: 1200px) {
  #personalised_bubbles_skin {
    display: none;
  }
}
@media (max-width: 576px) {
  #personalised_skin_header h2 {
    font-size: 37px;
  }
}
.login_name {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/user_profile_small.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 28px;
  margin-left: 10px;
  display: block;
  text-decoration: none;
}

#doctor_tiles {
  height: 340px;
  margin-right: -15px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #doctor_tiles {
    height: 100%;
    margin: auto;
  }
}

@media (max-width: 992px) {
  #doctor_tiles .flickity-button {
    display: none;
  }
}
#doctor_tiles .doctor_tile {
  width: 78%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  margin-right: 15px;
  height: 100%;
}
@media (min-width: 768px) {
  #doctor_tiles .doctor_tile {
    width: 30%;
  }
}
@media (min-width: 992px) {
  #doctor_tiles .doctor_tile {
    width: 40%;
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  #doctor_tiles {
    width: 90vw;
  }
}
@media (min-width: 992px) {
  #doctor_tiles {
    width: 57vw;
    height: 39vw;
    min-height: 450px;
    max-height: 740px;
    padding-bottom: 50px;
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  #doctor_tiles {
    width: 65vw;
  }
}

#doctor_tiles .col-md-5 {
  padding-bottom: 20%;
}

#doctor_scroller {
  overflow: hidden;
}

#doctor_scroller .container {
  overflow: visible;
}

#reviews h2 {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

#patient_illustration {
  position: absolute;
  width: 130px;
  bottom: 10px;
  left: 22%;
  margin: auto;
}
#patient_illustration img {
  width: 100%;
  background: none;
}
@media (min-width: 768px) {
  #patient_illustration {
    left: auto;
    right: 20%;
    width: 156px;
  }
}
@media (min-width: 992px) {
  #patient_illustration {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 160px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  #patient_illustration {
    width: 165px;
    left: 176px;
    right: auto;
    bottom: 0;
  }
}

#doc_gif {
  position: absolute;
  bottom: 200px;
  width: 140px;
  left: 50%;
  z-index: 2;
}
#doc_gif img {
  width: 100%;
  background: none;
}
@media (min-width: 768px) {
  #doc_gif {
    left: auto;
    right: 0;
    bottom: 265px;
    width: 170px;
  }
}
@media (min-width: 992px) {
  #doc_gif {
    left: 0;
    top: 10px;
    right: auto;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media (min-width: 1200px) {
  #doc_gif {
    right: auto;
    left: 0;
    width: 170px;
  }
}

#doc_cta {
  padding-top: 0;
  padding-bottom: 45px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #doc_cta {
    padding-top: 63px;
    padding-bottom: 75px;
    margin-top: 0px;
  }
}
#doc_cta .hdshot.doc_image {
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: -20px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #doc_cta .hdshot.doc_image {
    width: 70px;
    height: 70px;
  }
}
#doc_cta .hdshot.doc_image::after {
  content: "";
  display: block;
  background: #89e986;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 1px;
  z-index: 2;
}
#doc_cta .hdshot_container {
  margin-top: -20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #doc_cta .hdshot_container {
    margin-top: 0;
    margin-bottom: 26px;
  }
}
#doc_cta .btn {
  margin-top: 25px;
}
@media (min-width: 992px) {
  #doc_cta .btn {
    margin-top: 32px;
  }
}

#usp_footer {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  #usp_footer h3 {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
  }
}
#usp_footer .container {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130px;
  padding-bottom: 350px;
  position: relative;
}
@media (min-width: 768px) {
  #usp_footer .container {
    padding-bottom: 310px;
  }
}
@media (min-width: 992px) {
  #usp_footer .container {
    background-position: bottom left 180px;
    background-size: 165px;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  #usp_footer {
    padding-top: 0 !important;
  }
}
#usp_footer ul {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 650px) {
  #usp_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 650px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
  #usp_footer li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 992px) {
  #doctor_scroller .col-md-5 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #doctor_scroller .col-md-5 {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  #doctor_scroller h2 {
    max-width: 17ch;
  }
}
.doctor_tile_name {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 15px;
  padding-top: 80px;
}

.doctor_tile_name * {
  color: white;
}

.doctor_tile_name h4 {
  margin-bottom: 2px;
}
@media (max-width: 1200px) {
  .doctor_tile_name h4 {
    font-size: 19px;
  }
}

#ba_fineprint {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: -15px;
}
@media (min-width: 992px) {
  #ba_fineprint {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  #ba_fineprint {
    padding-left: 180px;
  }
}

.pay_zero {
  border: 1px solid #82c780;
  padding: 17px 20px 10px;
  margin-top: 20px;
  border-left: 0;
  border-right: 0;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 15px;
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  text-align: left;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 88vw;
}
@media (min-width: 992px) {
  .breadcrumbs {
    top: 18px;
    max-width: 500px;
  }
}

.breadcrumbs > * {
  margin-right: 1px;
  margin-left: 1px;
}

.breadcrumbs > *:first-child {
  margin-left: 0;
}

#our_doctors_hero .breadcrumbs > * {
  color: white;
}

.blog_header .breadcrumbs {
  opacity: 1;
}

@media (min-width: 1200px) {
  #hair .breadcrumbs > * {
    color: white;
  }
}
.mh_disclaimer {
  opacity: 0.5;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: -50px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#how_it_works.mentalhealth #step_1 .how_it_works_arrow {
  top: 208px;
}

@media (min-width: 768px) {
  #how_it_works.mentalhealth #step_1 .how_it_works_arrow {
    top: 80px;
  }
}
@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_1 .how_it_works_arrow {
    top: auto;
  }
}
@media (min-width: 992px) {
  .mh_disclaimer {
    bottom: 30px;
  }
}
#how_it_works.mentalhealth #step_3 .how_it_works_steps {
  max-width: 262px;
}

#how_it_works.mentalhealth #step_3 .how_it_works_icon {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/doctors/doctors_mentalhealth_dod.png);
  width: 190px;
  height: 190px;
  top: -62px;
}

@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_2 .how_it_works_icon {
    top: -63px;
  }
}
@media (min-width: 992px) {
  #how_it_works.mentalhealth #step_3 .how_it_works_icon {
    bottom: -296px;
    top: auto;
  }
}
@media (min-width: 1200px) {
  #how_it_works.mentalhealth #step_3 .how_it_works_icon {
    right: -70px;
  }
}
@media (max-width: 768px) {
  .incrisis .fineprint {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product_hero#mentalhealth {
    padding-bottom: 230px;
  }
}
@media (min-width: 768px) {
  .product_hero#mentalhealth p {
    max-width: 28ch;
  }
}
@media (min-width: 992px) {
  .selling_points#mentalhealth .scroller_card {
    width: 31%;
  }
}
.vertical_carousel_mentalhealth_product .vertical_carousel_product_text {
  max-width: none;
}

.product_hero#mentalhealth-2 {
  background-image: url(/assets/mh/mental-health-therapy-online-f15eb41b9101671d8f5a2d1f9ef8ce5421183887edd6fd514b1e0d359bfff28c.jpg);
  background-size: 120%;
  background-position: 20% 50%;
}

@media (min-width: 768px) {
  .product_hero#mentalhealth-2 {
    background-position: 0 70%;
  }
}
@media (min-width: 992px) {
  .product_hero#mentalhealth-2 {
    background-image: url(/assets/mh/mental-health-therapy-online-md-bbe0f1408f59bbb837d9d8ee7ecc3dd700ba4d48b6c1cbb1a01660ab720eba26.jpg);
    background-position: 0 29%;
  }
  .product_hero#mentalhealth-2 p {
    max-width: 30ch;
  }
}
@media (max-width: 768px) {
  .product_hero#mentalhealth-2 {
    padding-top: 70px;
    padding-bottom: 110px;
  }
  #mentalhealth-2 p {
    max-width: 20ch;
  }
}
.offering_bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .offering_bubbles {
    max-width: 900px;
  }
}

.offering_bubbles > a {
  padding: 75px 10px 10px 10px;
  margin-bottom: 16px;
  cursor: pointer;
  font-family: "MaisonNeue-Demi";
  width: calc(33% - 5px);
  background-color: white;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center top -2px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px #003d3b;
          box-shadow: 4px 4px #003d3b;
  border: 1px solid #003d3b;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 340px) {
  .offering_bubbles > a {
    -webkit-box-shadow: 6px 6px #003d3b;
            box-shadow: 6px 6px #003d3b;
    width: calc(33% - 8px);
  }
}
@media (min-width: 992px) {
  .offering_bubbles > a {
    padding: 91px 10px 13px 10px;
    width: calc(25% - 14px);
    margin-bottom: 18px;
    background-size: 98px;
    background-position: center top 8px;
    -webkit-box-shadow: 8px 8px #003d3b;
            box-shadow: 8px 8px #003d3b;
  }
}
@media (min-width: 768px) {
  .offering_bubbles > a:hover {
    -webkit-box-shadow: 0px 0px #003d3b;
            box-shadow: 0px 0px #003d3b;
    cursor: pointer;
  }
}

.offering_bubbles > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

@media (max-width: 992px) {
  .offering_bubbles {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #acne_cro .breadcrumbs > * {
    color: white;
  }
  .offering_bubbles > a span {
    font-size: inherit;
    min-height: 48px;
  }
}
@media (min-width: 1200px) {
  .np_wrapper.minox .breadcrumbs > * {
    color: white;
  }
}
#general_health_bubbles > a#asthma {
  background-image: url(/assets/illustrations/icons/asthma-96025125303f8a10630d09d17fb97d9b6e161dbe81b87581bc1fac745614100b.png);
}

#general_health_bubbles > a#bladder {
  background-image: url(/assets/illustrations/icons/bladder-c9bd578eeccb3849b96ce93b97a9d9995cc96f2a7ec2d4555ff00ec1e3700f8f.png);
}

#general_health_bubbles > a#blood_pressure {
  background-image: url(/assets/illustrations/icons/blood-pressure-35db6bfa9e1e346c2e691eed08e252ca18c0688583c31934958e2160e9c9761f.png);
}

#general_health_bubbles > a#cholesterol {
  background-image: url(/assets/illustrations/icons/cholesterol-53f925c0ab42c3f120a705231550fc8efe437170a62d2cdf1dbf79c5eaa0b73c.png);
}

#general_health_bubbles > a#diabetes {
  background-image: url(/assets/illustrations/icons/diabetes-057ad6680d2f75f0d14d2af7155a76524c0438dc8a3a3ddcae8b2a6bbff37bf5.png);
}

#general_health_bubbles > a#heartburn {
  background-image: url(/assets/illustrations/icons/heartburn-8c6d930c4d926dbc57037eac9fa25b6b43105056cbcc7744431a49018436420f.png);
}

#general_health_bubbles > a#osteoporosis {
  background-image: url(/assets/illustrations/icons/osteoporosis-c9724c0c293b3dc922dd71b1b1c44d61974e6f88bda3ebfd148212256d0a2d09.png);
}

#general_health_bubbles > a#gout {
  background-image: url(/assets/illustrations/icons/gout-f7c5d639949e429fc64a14d33d8f28a521017fca721c1b319ece5e628b58f890.png);
}

#general_health_bubbles > a#hayfever {
  background-image: url(/assets/illustrations/icons/hayfever-afd9333583cf871843e50fc0e8a7797807a0de6295bd19667448ab04424ba339.png);
}

#general_health_bubbles > a#migraine {
  background-image: url(/assets/illustrations/icons/migraine-759ce78d0ad3989e29b549bd58a1c09ac77ca62efa947852b312d0bd6ed9a712.png);
}

#general_health_bubbles > a#pain_and_inflammation {
  background-image: url(/assets/illustrations/icons/pain-and-inflammation-5fef126f657e28784d125435c3fea51c969f95acd67c5389de08f54766b8d8de.png);
}

#general_health_bubbles > a#prostate {
  background-image: url(/assets/illustrations/icons/prostate-98763d747709ca73a95acba0351304d4eecc7c57a9a7cd1111541ae17fe7bc6e.png);
}

#mental_health_bubbles > a#anxiety {
  background-image: url(/assets/illustrations/icons/anxiety-6b0ccc372d0101c322e02c7e28c22db9e58b819ea1b5bf706f527d6345b222c9.png);
}

#mental_health_bubbles > a#relationships {
  background-image: url(/assets/illustrations/icons/relationships-027071e3373a7ab1d98fff58802c306ef06952d6b49eec9270b7c12f975a7694.png);
}

#mental_health_bubbles > a#grief_and_loss {
  background-image: url(/assets/illustrations/icons/grief-and-loss-06a0689ec30bfa8e631b4e8d704c397faffc2155ab8c44c8bbab5517f525283f.png);
}

#mental_health_bubbles > a#addiction {
  background-image: url(/assets/illustrations/icons/addiction-5416d0c26fdf2c1c55665bc2cc83b25b325bb1542ecac6ec4fd9918c7e873130.png);
}

#mental_health_bubbles > a#mood {
  background-image: url(/assets/illustrations/icons/mood-f570a0b6b7560a80147252191fc92a2bf2abbc200b920997933e8cf01665b131.png);
}

#mental_health_bubbles > a#general_wellbeing {
  background-image: url(/assets/illustrations/icons/general-wellbeing-c3a267e6303dd69b4f9dc0c56fe5c2c162a7f339d120a1611a47f6e09a86dda0.png);
}

#mental_health_bubbles > a#supporting_others {
  background-image: url(/assets/illustrations/icons/supporting-others-55fbdac82da0526094cebb7edb935ef2e220a00399169f94fbaf54b0be91667d.png);
}

#mental_health_bubbles > a#stress {
  background-image: url(/assets/illustrations/icons/stress-0105d670654069c8fe1a918885f7f35ec00c08ac58bc3b0ad14812b9c5ebf6ff.png);
}

#mental_health_bubbles > a#workplace_issues {
  background-image: url(/assets/illustrations/icons/workplace-issues-4bad8702f87fe90ce2a39f44f3874250bdde53025b07982854ea4490991d46c4.png);
}

#mental_health_bubbles > a#anger {
  background-image: url(/assets/illustrations/icons/anger-8e2e4acbea197e8a0d4a2c76396955ec8381d146070196ebd048fc107401e9b2.png);
}

#mental_health_bubbles > a#depression {
  background-image: url(/assets/illustrations/icons/depression-0eca2adea9dd0d5cb72bbe3b66c4ecef4c1c0a09171624a638c5438c00b676d8.png);
}

#mental_health_bubbles > a#other {
  background-image: url(/assets/illustrations/icons/other-a0ce4e02ac2eee5b17e58720b55ff79cb9c4c5ed4a17e1ba9047f1cae090431b.png);
}

@media (min-width: 992px) {
  #our_psychologists .btn {
    margin-top: 2.5rem;
  }
}
#safehands_ul {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

#safehands_ul li {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: top left;
  margin-bottom: 25px;
  min-height: 70px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  #safehands_ul {
    margin-bottom: 0;
  }
  #safehands_ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #safehands_ul li {
    padding-left: 120px;
    background-size: 95px;
    min-height: 90px;
    padding-top: 15px;
    background-position: top 5px left;
    padding-right: 35px;
    width: 50%;
    margin-bottom: 35px;
  }
  #safehands_ul {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    /* transform: translateX(20px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    align-items: flex-start;
  }
}
#safehands_ul strong {
  display: block;
  margin-bottom: 5px;
}

#safehands_ul .secure {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/secure-1.png);
}

#safehands_ul .confidential {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/confidential.png);
}

#safehands_ul .online {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_toilet.png);
}

#safehands_ul .legit {
  background-image: url(/assets/emojis/legit-2e61cfde4b037ab3745150332892374350a5dbf7ccacae001a48d7288c28d965.png);
}

#safehands_ul .pharmacy {
  background-image: url(/assets/emojis/pharmacy-prices-1d4a0c4d40d2978b3e92cdcbdc8c0ca3843da41d1054ab2410597f63380a7251.png);
}

#safehands_ul .nolockin {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/secure_man-1.png);
}

#safehands_ul .delivery {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

.emoji#security_man {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/secure_man-1.png);
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .emoji#security_man {
    width: 190px;
    height: 190px;
  }
}
.legitscript_icon img {
  height: auto !important;
  width: 87.5px !important;
}

.legal {
  position: relative;
}
@media (max-width: 768px) {
  .legal {
    padding-top: 80px;
  }
}

.legal .container {
  max-width: 900px;
}

#personalised_skin .flickity-viewport {
  min-height: 322px;
}

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

#menu_inner_moshmenu_nav_skin .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_hair .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_sex .non_prescription_nav_header::before {
  margin-left: 10px;
  display: inline-block;
  color: #82c780;
  border: 1px solid #82c780;
  padding: 3px 5px 2px 5px;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 20px;
}
@media (min-width: 992px) {
  #menu_inner_moshmenu_nav_skin .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_hair .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_sex .non_prescription_nav_header::before {
    top: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #menu_inner_moshmenu_nav_skin .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_hair .non_prescription_nav_header::before, #menu_inner_moshmenu_nav_sex .non_prescription_nav_header::before {
    display: none;
  }
}

#menu_inner_moshmenu_nav_hair .non_prescription_nav_header::before {
  left: 91px;
}

#menu_inner_moshmenu_nav_skin .non_prescription_nav_header::before {
  left: 128px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #step_2 p, #step_2 h4 {
    margin-right: 0;
    text-align: right;
  }
  #step_3 p, #step_3 h4 {
    margin-left: 0 !important;
  }
}
button.flickity-button.flickity-prev-next-button, button.flickity-button.flickity-prev-next-button:hover {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 29px !important;
  outline: transparent !important;
  min-width: auto;
  padding: 0.25rem;
}

.flickity-button.flickity-prev-next-button.previous {
  background-image: url(/assets/icons/arrow-left-tail-large-dark-de319ce79d380d2b9da07423db086491ba9330879ad9b23986504494c882287e.svg), url(/assets/icons/arrow-left-tail-large-green-b01bebdad76cec697d5503517a073319a87aa2f006f45bdc599dd8ace7b74b4f.svg) !important;
  left: 0;
  background-position: center left, -999px -999px;
}

.flickity-button.flickity-prev-next-button.previous:hover {
  background-image: url(/assets/icons/arrow-left-tail-large-green-b01bebdad76cec697d5503517a073319a87aa2f006f45bdc599dd8ace7b74b4f.svg) !important;
  background-position: center left !important;
}

.flickity-button.flickity-prev-next-button.next {
  background-image: url(/assets/icons/arrow-right-tail-large-dark-ed4ce2da7e2dadd33e55bdf838a1b8fd531dec040fe8c7ec81818c30ce90d83a.svg), url(/assets/icons/arrow-right-tail-large-green-1c1c868f78ce7cffba29099e994a5f98ce8e72cb112b643c7a291032e27ac653.svg) !important;
  background-position: center right, -999px -999px;
  left: 50px;
}

.flickity-button.flickity-prev-next-button.next:hover {
  background-image: url(/assets/icons/arrow-right-tail-large-green-1c1c868f78ce7cffba29099e994a5f98ce8e72cb112b643c7a291032e27ac653.svg) !important;
  background-position: center right !important;
}

#reviews .flickity-button.flickity-prev-next-button.previous:hover {
  background-image: url(/assets/icons/arrow-left-tail-large-white-bfd3e497d5f9284fa2fd0d4122789ef5e18bace0e2cf4b698f8e5d62f5f01f83.svg) !important;
}

#reviews .flickity-button.flickity-prev-next-button.next:hover {
  background-image: url(/assets/icons/arrow-right-tail-large-white-eb6caacc8d7e81c078ccc6391e2a322d664a68a8c4cce1a26e0e992812a1144c.svg) !important;
}

.flickity-button svg {
  display: none !important;
}

.view_all_products span::after {
  display: none;
}

.view_all_products span {
  text-decoration: underline;
}

.view_all_products {
  font-family: "MaisonNeue-Book";
}
@media (min-width: 768px) {
  .view_all_products {
    font-size: 14px;
  }
}

#paypal_padder .paypal-button-express {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 220px;
  height: 51px;
  background-color: #ffc439;
  margin-top: 5px;
}
@media (max-width: 992px) {
  #paypal_padder .paypal-button-express {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #paypal_padder .paypal-button-express:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}

#paypal_padder {
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  #paypal_padder {
    padding-top: 30px;
  }
}

#details_padder {
  padding-top: 20px;
}

@media (min-width: 992px) {
  #paypal_padder .checkout_method {
    margin-top: 20px;
    display: block;
  }
}
#details_padder .or_divider::before {
  color: rgba(0, 61, 59, 0.5);
}

#details_padder .or_divider {
  margin-bottom: 45px;
  opacity: 0.5;
}

.checkout_method {
  margin-bottom: 15px;
}

#manual_checkout {
  margin-top: 40px;
  display: block;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  #manual_checkout {
    margin-bottom: -15px;
  }
}

#details_padder #confirm_paymentfrequency {
  margin-bottom: 40px;
}

#ed_personalised_section .faq_question {
  max-width: 158px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  font-size: 16px;
  background-color: #ebebd4;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  display: block !important;
  color: #003d3b !important;
  margin-bottom: 25px;
}

#ed_personalised_section .faq_question::after {
  height: 12px;
  width: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  background-image: url(/assets/icons/expand-a6b316c14f6f5ca56ea0c958fc3c41c46cf876b782014df36d6ff804b3db5321.svg);
}

#ed_personalised_section .faq_answer > div {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
}

#ed_personalised_section .faq_answer ul {
  padding-left: 20px;
}

@media (min-width: 1400px) {
  #ed_personalised_section .container {
    max-width: 1400px;
  }
}
/*B nav*/
.moshmenu_nav {
  letter-spacing: 0;
}

.moshmenu_nav.open {
  max-height: 32px !important;
}

.moshmenu_nav .moshmenu_nav_link {
  height: 32px;
}

.moshmenu_nav h6 {
  font-family: "MaisonNeue-Book" !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  color: #003d3b !important;
  letter-spacing: 0;
}

#moshmenu_nav {
  background-color: white !important;
  border-bottom: 1px solid transparent;
}

#moshmenu_nav.active {
  border-bottom: 1px solid rgba(0, 61, 59, 0.2);
}

.nav .moshmenu_nav {
  padding-left: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.nav .moshmenu_nav .moshmenu_nav_link {
  padding: 4px;
}
@media (min-width: 375px) {
  .nav .moshmenu_nav .moshmenu_nav_link {
    padding: 0.25rem;
  }
}

.moshmenu_nav_link.open h6 {
  color: #82c780;
}

nav.open .wrapper {
  border-color: transparent !important;
}

/**/
/* Skin category */
.skin_results_scroller_card {
  width: 85%;
  width: 322px;
  max-width: 322px;
  min-width: 322px;
}

.skin_ingredients_scroller_card {
  width: 85%;
}

.skin_ingredients_scroller_card p {
  min-height: 50px;
}

.skin_ingredients_scroller_container .scroll-wrapper {
  padding-bottom: 30px;
}

.skin_results_scroller_card#josh .before {
  background-image: url(/assets/skin/results/individual/josh_before-3689d7555f003947f745766e929e398aa990cf666a3dee833ecbc0f45c129a8e.jpg);
}

.skin_results_scroller_card#josh .after {
  background-image: url(/assets/skin/results/individual/josh_after-8ae52304f048103cfe1dab2933b631f359189f89712652427c9fde61b73822dc.jpg);
}

.skin_results_scroller_card#hayden .before {
  background-image: url(/assets/skin/results/individual/hayden_before-a67f1d167c8c34ecca3a8bd410232cb3f7d45993e7fe5734179e0085de01fc88.jpg);
}

.skin_results_scroller_card#hayden .after {
  background-image: url(/assets/skin/results/individual/hayden_after-d9303e32752934a7af9019073984570c0a1343f7204fcd17da36a4ebf52b487f.jpg);
}

.skin_results_scroller_card#nathan_z .before {
  background-image: url(/assets/skin/results/individual/nathan_z_before-81758aae5a42bf41508101032128ffb66f03aefdedf450679dc6ab4ac0274334.jpg);
}

.skin_results_scroller_card#nathan_z .after {
  background-image: url(/assets/skin/results/individual/nathan_z_after-2ec0fff18eb5e346ced306818852727e5a77a9682565a4ef5b98e0ede537fe14.jpg);
}

.skin_results_scroller_card#nathan .before {
  background-image: url(/assets/skin/results/individual/nathan_before-1d3257da234d1ba6b45429da7e482ae4d8c1a88fbc77cf2cc631e7021502b08c.jpg);
}

.skin_results_scroller_card#nathan .after {
  background-image: url(/assets/skin/results/individual/nathan_after-5262cc4deb17b5f33291f16156dd2ed12aa50d9354f2619b6fa68b3c03c19cee.jpg);
}

.skin_results_scroller_card#ho_yin .before {
  background-image: url(/assets/skin/results/individual/ho_yin_before-9600d628dcf5aceb4049cdbe85c93c3470d30f92feb68c295c4b0dcd6a12737b.jpg);
}

.skin_results_scroller_card#ho_yin .after {
  background-image: url(/assets/skin/results/individual/ho_yin_after-32bf805bfbe18ae0ba7953918fb2e4164fa4c809a47e554c4bce8498fb394aba.jpg);
}

.skin_results_scroller_card#michael .before {
  background-image: url(/assets/skin/results/individual/michael_before-37909608e9df92e16964367cf2a1a420c47ee72c7f654100e94e53d828be1599.jpg);
}

.skin_results_scroller_card#michael .after {
  background-image: url(/assets/skin/results/individual/michael_after-3696e75a228d78055fd2a72b456dee3a06db08c632a15d05f0f41c7e9ba55464.jpg);
}

.skin_results_scroller_card#samuel .before {
  background-image: url(/assets/skin/results/individual/samuel_before-a4f3c16cc76af509f074bc3dd036ef28449335cdd9cda19c595576f6e21f1330.jpg);
}

.skin_results_scroller_card#samuel .after {
  background-image: url(/assets/skin/results/individual/samuel_after-0b7c18b7ee6f77a9aa9c0265ede33f67c525d946920ff31d780e9ef158c83330.jpg);
}

.skin_results_scroller_card#monika .before {
  background-image: url(/assets/skin/results/individual/monika_before-f40f1d027c9c39a22fa7056265cc3f77f3f45c1e9a4e9de52e7bfc018aa8705f.jpg);
}

.skin_results_scroller_card#monika .after {
  background-image: url(/assets/skin/results/individual/monika_after-76e73322bda0b339c766d66e37083dc6bf3e1ab2be2a2b777834d00adb8bd295.jpg);
}

.skin_results_scroller_card#tom .before {
  background-image: url(/assets/skin/results/individual/tom_before-3e0c52475da4f25919a81b1831276b405d528d883b363fef3645221c35440c3d.jpg);
}

.skin_results_scroller_card#tom .after {
  background-image: url(/assets/skin/results/individual/tom_after-968c7207880469bc23a6a845313efaa17c1acb569e9e699cc115373967377875.jpg);
}

.skin_results_scroller_card#diana .before {
  background-image: url(/assets/skin/results/individual/diana_before-e10dd1157e15c209054c0e5a87aa96418f85b219098a1c8767d971e84481bace.jpg);
}

.skin_results_scroller_card#diana .after {
  background-image: url(/assets/skin/results/individual/diana_after-a2f52af5315342c3cdbd4c0253b1c2c1a63576b2e92980fd751f35c4e29db7d7.jpg);
}

.text_bubble {
  border: 1px solid #003d3b;
  border-radius: 100px;
  padding: 6px 10px 5px 10px;
  background-color: white;
  min-width: 180px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 13px;
}

#skin_process .text_bubble, #skin_ingredients .text_bubble, #skin_docs .text_bubble {
  margin-top: 50px;
  margin-bottom: 40px;
}

.text-center .text_bubble {
  margin-left: auto;
  margin-right: auto;
}

.skin_results_scroller_card {
  padding-right: 15px;
  min-height: 100%;
}

.skin_results_scroller_card:first-child {
  padding-left: 15px;
}

.skin_results_scroller_card > div {
  width: 100%;
  padding: 25px;
  padding-bottom: 70px;
  position: relative;
  min-height: 520px;
}

.skin_results_scroller_card_next {
  display: block;
  position: absolute;
  bottom: 19px;
  right: 34px;
  border: 2px solid #003d3b;
  border-radius: 50%;
  background-image: url(/assets/icons/arrow-right-tail-dark-51f8849465869e64d6da08f2353baf0ae5af60f588b07a6e8e1d56d674933f40.svg);
  width: 42px;
  height: 42px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.skin_results_scroller_card:last-child .skin_results_scroller_card_next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#skin_results_scroller {
  margin-top: 60px;
}

.skin_results_scroller_details h4 {
  display: block;
  border-bottom: 2px solid #82c780;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.skin_results_scroller_details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skin_results_scroller_details li {
  padding: 3px 0;
  font-size: 14px;
}

.skin_results_scroller_header {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
}

.skin_results_img {
  position: absolute;
  height: 210px;
  width: 210px;
  background-color: white;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.skin_results_img.active {
  opacity: 1;
  z-index: 2;
}
.skin_results_img::before {
  display: inline-block;
  padding: 3px 15px;
  background-color: #82c780;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.skin_results_img.before {
  top: 0;
  left: 0;
}
.skin_results_img.before::before {
  content: "Before";
}
.skin_results_img.after {
  bottom: 0;
  right: 0;
}
.skin_results_img.after::before {
  content: "After";
}

.skin_results_img {
  -webkit-animation: opacity_toggle 6s linear infinite;
  animation: opacity_toggle 6s linear infinite;
}
.skin_results_img.active {
  -webkit-animation: opacity_toggle_2 6s linear infinite;
  animation: opacity_toggle_2 6s linear infinite;
}
@-webkit-keyframes opacity_toggle {
  50% {
    opacity: 0.5;
    z-index: 1;
  }
  51% {
    opacity: 1;
    z-index: 2;
  }
  99% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 0.5;
    z-index: 1;
  }
}
@keyframes opacity_toggle {
  50% {
    opacity: 0.5;
    z-index: 1;
  }
  51% {
    opacity: 1;
    z-index: 2;
  }
  99% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 0.5;
    z-index: 1;
  }
}
@-webkit-keyframes opacity_toggle_2 {
  50% {
    opacity: 1;
    z-index: 2;
  }
  51% {
    opacity: 0.5;
    z-index: 1;
  }
  99% {
    opacity: 0.5;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}
@keyframes opacity_toggle_2 {
  50% {
    opacity: 1;
    z-index: 2;
  }
  51% {
    opacity: 0.5;
    z-index: 1;
  }
  99% {
    opacity: 0.5;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}
.summary_divider {
  border-right: 1px solid #003d3b;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: -8px;
  margin-bottom: -5px;
}

#skin_box_render {
  background-image: url(/assets/product/renders/skin-box-render-173fc65bb67335fcf7e2d6d1a8a1f522a7f46e4486cc211c60cad58ef7b14458.jpg);
  background-position: center;
  background-size: 125%;
  background-repeat: no-repeat;
  height: 350px;
}

.skin_ingredients_dropdown_text_container > div {
  padding: 12px;
  white-space: normal;
}

#skin_process, #skin_ingredients, #skin_docs {
  padding-top: 0;
}

.skin_ingredients_dropdown_link {
  text-align: center;
  cursor: pointer;
}

.skin_ingredients_dropdown_link h5 {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.skin_ingredients_dropdown_link h5::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  position: absolute;
  top: 14px;
  right: 0;
  left: auto;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 15px;
  height: 15px;
  margin: auto;
}

.darkgreen.skin_ingredients_dropdown_link h5::after {
  background-image: url(/assets/icons/arrow-down-light-0b94799c6790517244ace1f44e43a5da53b591e4bdba46cab4ad438870da8a24.svg);
}

.skin_ingredients_dropdown_link.active h5::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.skin_ingredients_scroller_card {
  text-align: center;
  vertical-align: top;
}

.skin_ingredients_scroller_info {
  padding: 15px;
  padding-bottom: 30px;
}

#skin_ingredients_scroller .skin_ingredients_header {
  background-size: 270px;
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
}

.skin_ingredients_scroller_card#retinoid .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-hyaluronic-e82b6641d0503b22ef68c7b25749a5500abbe08359099222d6ac10050046c0b6.jpg);
}

.skin_ingredients_scroller_card#niacinamide .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-niacinamide-e773c02d6b4a00e832612bfd3e6e1c233816880a899415257e547cd739988597.jpg);
}

.skin_ingredients_scroller_card#hyaluronic .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-retinoid-070dbb8f63a1ceb20ff68b5010204b7455ecbd131fbeb47443e0f9d955adff1d.jpg);
}

.skin_ingredients_scroller_card#coenzyme .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-coenzyme-1ab6967f10ab5cbccb62bdd0261334931670a12a726d32997c285a1ba59e12b8.jpg);
}

.skin_ingredients_scroller_card#ada .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-retinoid-070dbb8f63a1ceb20ff68b5010204b7455ecbd131fbeb47443e0f9d955adff1d.jpg);
}

.skin_ingredients_scroller_card#bp .skin_ingredients_header {
  background-image: url(/assets/product/skin-ingredients/skin-antimicrobial-2df15a62ec2c130252848371791073dba4fac5feff1ee0bc1b8ca464e7b8ffb0.jpg);
}

.skin_ingredients_dropdown_text_container {
  overflow: hidden;
  display: none;
  font-size: 16px;
}
.skin_ingredients_dropdown_text_container.active {
  display: block;
}

.skin_ingredients_dropdown_text > div {
  padding-top: 3px;
  padding-bottom: 3px;
}

#custom_formula_badge, .top_seller_badge {
  background-image: url(/assets/icons/custom-formula-badge-04473bc3f151df69a25cfd3df2292f9a31e0a1c74b135988a64845e5f588043c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
}

#custom_formula_badge {
  bottom: 24%;
  right: 30%;
  animation: spin;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

.top_seller_badge {
  background-image: url(/assets/icons/top-seller-badge-56018486c8f018a1c19a4dcca6047b4e7d4282a2dcf66a6ce32042a525ffb6df.svg);
  background-color: #82c780;
  top: 0;
  right: 15px;
  width: 70px;
  height: 70px;
  z-index: 2;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#skin_doctor_chat img {
  width: 100%;
}

#skin_summary h3 {
  margin-bottom: 25px;
}

.custom_h1 {
  margin-left: 0 !important;
  font-size: 26px;
}
@media (min-width: 768px) {
  .custom_h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .custom_h1 {
    font-size: 37px;
  }
}

.info_hero {
  padding-top: 200px;
  padding-bottom: 80px;
  background-image: url(/assets/general/browsing-website-f3308fb3e0031d26dedd570d6f6b81ed4f95fa062fc2a5ad8ca5c756510483f2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .info_hero {
    padding-top: 230px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .info_hero {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}
.info_hero .info_hero_container {
  padding-right: 30px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .info_hero .info_hero_container {
    max-width: 60%;
  }
}
.info_hero h1 {
  color: white;
  display: inline;
  background: #003d3b;
  -webkit-box-shadow: 13px 0 0 #003d3b, -13px 0 0 #003d3b;
          box-shadow: 13px 0 0 #003d3b, -13px 0 0 #003d3b;
  padding: 10px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .info_hero h1 {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .info_hero h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .info_hero h1 {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .info_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.info_footer {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .info_footer {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .info_footer {
    min-height: 750px;
  }
}

.info_content, .info_content_collapse {
  font-size: 16px;
}
.info_content h2, .info_content_collapse h2 {
  margin-top: 50px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .info_content h2, .info_content_collapse h2 {
    font-size: 35px;
  }
}
.info_content h3, .info_content_collapse h3 {
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px;
}

@media (min-width: 992px) {
  .info_content {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .info_content h3 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .our_pricing_info .btn {
    display: none;
  }
}
.our_pricing_info .our_pricing_image {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .our_pricing_info .our_pricing_image {
    margin-bottom: 0;
    padding-bottom: 100%;
    border-radius: 20px;
    height: 0;
  }
}
@media (min-width: 992px) {
  .our_pricing_info .our_pricing_image {
    padding-bottom: 75%;
  }
}
.our_pricing_info ul {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .our_pricing_info ul {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .our_pricing_info ul, .our_pricing_info .mh_medicare {
    font-size: 14px;
  }
}
.our_pricing_info h3 {
  display: inline;
  padding-right: 5px;
}

.our_pricing_p {
  margin-top: 25px;
  margin-bottom: 35px !important;
}
@media (min-width: 768px) {
  .our_pricing_p {
    margin-top: 20px;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 576px) {
  .our_pricing_p {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
  }
}

.our_pricing_toggle_container {
  max-width: 700px;
  border: 1px solid white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .our_pricing_toggle_container {
    margin-bottom: 50px;
  }
}
.our_pricing_toggle_container a {
  width: 50%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
}
.our_pricing_toggle_container a h5 {
  margin-bottom: 0;
}
.our_pricing_toggle_container a.active {
  background-color: #82c780;
}
.our_pricing_toggle_container a.active h5 {
  color: white;
}

.info_content_collapse {
  background-color: #daeed9;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .info_content_collapse {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .info_content_collapse {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.info_content_collapse .container {
  max-width: 800px;
}
.info_content_collapse .faq_item {
  text-align: center;
}
.info_content_collapse .faq_question {
  font-size: 18px;
}
@media (min-width: 992px) {
  .info_content_collapse .faq_question {
    font-size: 21px;
    padding-right: 50px;
    display: inline-block !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.info_content_collapse .faq_answer.open {
  margin-bottom: 30px;
}
.info_content_collapse .faq_question::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.info_content_collapse h1 {
  margin-top: 30px;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info_content_collapse h1 {
    font-size: 35px;
    margin-top: 40px;
  }
}
.info_content_collapse h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .info_content_collapse h2 {
    font-size: 26px;
  }
}

.content_references {
  margin-top: 40px;
  padding-bottom: 0 !important;
  position: relative;
}
.content_references ol {
  padding-left: 18px;
  margin-bottom: 0;
}
.content_references li {
  line-break: anywhere;
  font-size: 14px;
}
.content_references #references {
  top: -150px;
  position: absolute;
}

/* Flickity */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Footer */
footer {
  background-color: #003d3b;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 200px;
  color: #ebebd4;
  -webkit-box-shadow: 0 50vh 0 50vh #003d3b;
          box-shadow: 0 50vh 0 50vh #003d3b;
}
footer .green_text {
  color: #82c780;
}
footer .fineprint {
  padding-top: 10px;
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.4;
}

@media (min-width: 768px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .row {
  position: relative;
}

@media (min-width: 768px) {
  footer > .container-fluid > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer_link {
  color: #ebebd4;
  text-decoration: none;
}

.footer .social_link a {
  margin-right: 10px;
  margin-left: -6px;
}

.footer_link:hover {
  color: #82c780;
}

footer .logo {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
footer .logo img {
  max-width: 100%;
}

@media (min-width: 768px) {
  footer .logo {
    width: 85px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer_link,
.footer_link_2 {
  display: block;
  padding: 2px 0;
}

.footer_link_2 {
  margin-bottom: 20px;
  text-decoration: none;
}

footer .copyright {
  position: absolute;
  bottom: -170px;
  left: 0;
  right: 0;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  footer .copyright {
    margin-left: 0;
    right: auto;
    bottom: 0;
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  footer .copyright {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 260px;
  }
}
.footer_cards_icon {
  width: 165px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer_cards_icon {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .footer_cards_icon {
    width: 165px;
  }
}

.footer_digitalid {
  width: 50px;
  margin-top: 30px;
}

.social_link {
  position: relative;
  top: 9px;
  left: -5px;
}

.social_link a {
  margin-right: 6px;
}

.social_link a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  cursor: pointer;
}

.social_link a:hover {
  background-position: 0 -20px;
}

.social_link a.insta {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_insta_sprite.svg");
}

.social_link a.fb {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_fb_sprite.svg");
}

.social_link.dark a.insta {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_insta_sprite_dark.svg");
}

.social_link.dark a.fb {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_fb_sprite_dark.svg");
}
