/*
 * Theme Name: Protect My Pet 2019
 * Version: 1.0.0
 * Description: A braded customised theme for Protect My Pet. Copyright 2019-2020. All rights reserved. 
 * Author: March Branding
 * Author URI: http://marchbranding.com
 * Authors: Adam Maidment (adam@marchbranding.com) & Peter Burch (peter@marchbranding.com).
 */

/*

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}

// 0px
@include media-breakpoint-up(xs) {  }
// 576px
@include media-breakpoint-up(sm) {  }
// 768px
@include media-breakpoint-up(md) {  }
// 992px
@include media-breakpoint-up(lg) {  }
// 1200px
@include media-breakpoint-up(xl) {  }
// 1400px
@include media-breakpoint-up(xxl) {  }
// 1600px
@include media-breakpoint-up(xxxl) {  }

@include media-breakpoint-down(xs) { ... }
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(lg) { ... }

*/
@import url("all.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
/* @import url("https://use.typekit.net/oca2toz.css"); */
@import url("klz6szx.css");
/* Colours */
*,
*::before,
*::after {
  box-sizing: border-box;
  }

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  }

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

.close-hovertiptext{
	text-align: right;
    font-size: 18px;
    line-height: 18px;
}

@media screen and (min-width: 992px){
	.close-hovertiptext{
		display: none;
	}
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  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 {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
  }

.display_add_new_pet_button.hide{
	display: none;
}

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

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

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

  text-decoration-skip-ink: none;
  }

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

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

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

dt {
  font-weight: 700;
  }

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

blockquote {
  margin: 0 0 1rem;
  }

b,
strong {
  font-weight: bolder;
  }

small {
  font-size: 80%;
  }

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

sub {
  bottom: -.25em;
  }

sup {
  top: -.5em;
  }

a {
  color: #e94a34;
  text-decoration: none;
  background-color: transparent;
  }
a:hover {
  color: #bc2914;
  text-decoration: underline;
  }

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

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

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

figure {
  margin: 0 0 1rem;
  }

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

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

table {
  border-collapse: collapse;
  }

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

th {
  text-align: inherit;
  }

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

button {
  border-radius: 0;
  }

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

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

button,
input {
  overflow: visible;
  }

button,
select {
  text-transform: none;
  }

select {
  word-wrap: normal;
  }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
  }

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

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

progress {
  vertical-align: baseline;
  }

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  }

output {
  display: inline-block;
  }

summary {
  display: list-item;
  cursor: pointer;
  }

template {
  display: none;
  }

[hidden] {
  display: none !important;
  }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2b29;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    }
  }
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
    }
  }
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
    }
  }

.elementor-container,
.elementor-section.elementor-section-boxed > .elementor-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  }
@media (min-width: 576px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
    }
  }
@media (min-width: 768px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
    }
  }
@media (min-width: 992px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
    }
  }
@media (min-width: 1200px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
    }
  }
@media (min-width: 1400px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1340px !important;
    }
  }
@media (min-width: 1600px) {
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1540px !important;
    }
  }

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

.row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }

.col {
  max-width: 100%;

  -ms-flex-preferred-size: 0;

      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  }

.col-auto {
  width: auto;
  max-width: 100%;

  -ms-flex: 0 0 auto;

      flex: 0 0 auto;
  }

.col-1 {
  max-width: 8.33333%;

  -ms-flex: 0 0 8.33333%;

      flex: 0 0 8.33333%;
  }

.col-2 {
  max-width: 16.66667%;

  -ms-flex: 0 0 16.66667%;

      flex: 0 0 16.66667%;
  }

.col-3 {
  max-width: 25%;

  -ms-flex: 0 0 25%;

      flex: 0 0 25%;
  }

.col-4 {
  max-width: 33.33333%;

  -ms-flex: 0 0 33.33333%;

      flex: 0 0 33.33333%;
  }

.col-5 {
  max-width: 41.66667%;

  -ms-flex: 0 0 41.66667%;

      flex: 0 0 41.66667%;
  }

.col-6 {
  max-width: 50%;

  -ms-flex: 0 0 50%;

      flex: 0 0 50%;
  }

.col-7 {
  max-width: 58.33333%;

  -ms-flex: 0 0 58.33333%;

      flex: 0 0 58.33333%;
  }

.col-8 {
  max-width: 66.66667%;

  -ms-flex: 0 0 66.66667%;

      flex: 0 0 66.66667%;
  }

.col-9 {
  max-width: 75%;

  -ms-flex: 0 0 75%;

      flex: 0 0 75%;
  }

.col-10 {
  max-width: 83.33333%;

  -ms-flex: 0 0 83.33333%;

      flex: 0 0 83.33333%;
  }

.col-11 {
  max-width: 91.66667%;

  -ms-flex: 0 0 91.66667%;

      flex: 0 0 91.66667%;
  }

.col-12 {
  max-width: 100%;

  -ms-flex: 0 0 100%;

      flex: 0 0 100%;
  }

.order-first {
  -ms-flex-order: -1;
      order: -1;
  }

.order-last {
  -ms-flex-order: 13;
      order: 13;
  }

.order-0 {
  -ms-flex-order: 0;
      order: 0;
  }

.order-1 {
  -ms-flex-order: 1;
      order: 1;
  }

.order-2 {
  -ms-flex-order: 2;
      order: 2;
  }

.order-3 {
  -ms-flex-order: 3;
      order: 3;
  }

.order-4 {
  -ms-flex-order: 4;
      order: 4;
  }

.order-5 {
  -ms-flex-order: 5;
      order: 5;
  }

.order-6 {
  -ms-flex-order: 6;
      order: 6;
  }

.order-7 {
  -ms-flex-order: 7;
      order: 7;
  }

.order-8 {
  -ms-flex-order: 8;
      order: 8;
  }

.order-9 {
  -ms-flex-order: 9;
      order: 9;
  }

.order-10 {
  -ms-flex-order: 10;
      order: 10;
  }

.order-11 {
  -ms-flex-order: 11;
      order: 11;
  }

.order-12 {
  -ms-flex-order: 12;
      order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-sm-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-sm-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-sm-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-sm-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-sm-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-sm-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-sm-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-sm-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-sm-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-sm-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-sm-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-sm-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-sm-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-sm-0 {
    margin-left: 0;
    }

  .offset-sm-1 {
    margin-left: 8.33333%;
    }

  .offset-sm-2 {
    margin-left: 16.66667%;
    }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
    }

  .offset-sm-5 {
    margin-left: 41.66667%;
    }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
    }

  .offset-sm-8 {
    margin-left: 66.66667%;
    }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
    }

  .offset-sm-11 {
    margin-left: 91.66667%;
    }
  }
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-md-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-md-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-md-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-md-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-md-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-md-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-md-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-md-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-md-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-md-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-md-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-md-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-md-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-md-0 {
    margin-left: 0;
    }

  .offset-md-1 {
    margin-left: 8.33333%;
    }

  .offset-md-2 {
    margin-left: 16.66667%;
    }

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

  .offset-md-4 {
    margin-left: 33.33333%;
    }

  .offset-md-5 {
    margin-left: 41.66667%;
    }

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

  .offset-md-7 {
    margin-left: 58.33333%;
    }

  .offset-md-8 {
    margin-left: 66.66667%;
    }

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

  .offset-md-10 {
    margin-left: 83.33333%;
    }

  .offset-md-11 {
    margin-left: 91.66667%;
    }
  }
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-lg-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-lg-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-lg-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-lg-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-lg-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-lg-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-lg-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-lg-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-lg-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-lg-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-lg-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-lg-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-lg-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-lg-0 {
    margin-left: 0;
    }

  .offset-lg-1 {
    margin-left: 8.33333%;
    }

  .offset-lg-2 {
    margin-left: 16.66667%;
    }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
    }

  .offset-lg-5 {
    margin-left: 41.66667%;
    }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
    }

  .offset-lg-8 {
    margin-left: 66.66667%;
    }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
    }

  .offset-lg-11 {
    margin-left: 91.66667%;
    }
  }
@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-xl-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-xl-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-xl-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-xl-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-xl-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-xl-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-xl-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-xl-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-xl-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-xl-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-xl-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-xl-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-xl-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-xl-0 {
    margin-left: 0;
    }

  .offset-xl-1 {
    margin-left: 8.33333%;
    }

  .offset-xl-2 {
    margin-left: 16.66667%;
    }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
    }

  .offset-xl-5 {
    margin-left: 41.66667%;
    }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
    }

  .offset-xl-8 {
    margin-left: 66.66667%;
    }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
    }

  .offset-xl-11 {
    margin-left: 91.66667%;
    }
  }
@media (min-width: 1400px) {
  .col-xxl {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-xxl-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-xxl-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-xxl-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-xxl-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-xxl-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-xxl-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-xxl-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-xxl-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-xxl-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-xxl-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-xxl-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-xxl-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-xxl-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-xxl-0 {
    margin-left: 0;
    }

  .offset-xxl-1 {
    margin-left: 8.33333%;
    }

  .offset-xxl-2 {
    margin-left: 16.66667%;
    }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
    }

  .offset-xxl-5 {
    margin-left: 41.66667%;
    }

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

  .offset-xxl-7 {
    margin-left: 58.33333%;
    }

  .offset-xxl-8 {
    margin-left: 66.66667%;
    }

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

  .offset-xxl-10 {
    margin-left: 83.33333%;
    }

  .offset-xxl-11 {
    margin-left: 91.66667%;
    }
  }
@media (min-width: 1600px) {
  .col-xxxl {
    max-width: 100%;

    -ms-flex-preferred-size: 0;

        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    }

  .col-xxxl-auto {
    width: auto;
    max-width: 100%;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }

  .col-xxxl-1 {
    max-width: 8.33333%;

    -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;
    }

  .col-xxxl-2 {
    max-width: 16.66667%;

    -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;
    }

  .col-xxxl-3 {
    max-width: 25%;

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;
    }

  .col-xxxl-4 {
    max-width: 33.33333%;

    -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;
    }

  .col-xxxl-5 {
    max-width: 41.66667%;

    -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;
    }

  .col-xxxl-6 {
    max-width: 50%;

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;
    }

  .col-xxxl-7 {
    max-width: 58.33333%;

    -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;
    }

  .col-xxxl-8 {
    max-width: 66.66667%;

    -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;
    }

  .col-xxxl-9 {
    max-width: 75%;

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;
    }

  .col-xxxl-10 {
    max-width: 83.33333%;

    -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;
    }

  .col-xxxl-11 {
    max-width: 91.66667%;

    -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;
    }

  .col-xxxl-12 {
    max-width: 100%;

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;
    }

  .order-xxxl-first {
    -ms-flex-order: -1;
        order: -1;
    }

  .order-xxxl-last {
    -ms-flex-order: 13;
        order: 13;
    }

  .order-xxxl-0 {
    -ms-flex-order: 0;
        order: 0;
    }

  .order-xxxl-1 {
    -ms-flex-order: 1;
        order: 1;
    }

  .order-xxxl-2 {
    -ms-flex-order: 2;
        order: 2;
    }

  .order-xxxl-3 {
    -ms-flex-order: 3;
        order: 3;
    }

  .order-xxxl-4 {
    -ms-flex-order: 4;
        order: 4;
    }

  .order-xxxl-5 {
    -ms-flex-order: 5;
        order: 5;
    }

  .order-xxxl-6 {
    -ms-flex-order: 6;
        order: 6;
    }

  .order-xxxl-7 {
    -ms-flex-order: 7;
        order: 7;
    }

  .order-xxxl-8 {
    -ms-flex-order: 8;
        order: 8;
    }

  .order-xxxl-9 {
    -ms-flex-order: 9;
        order: 9;
    }

  .order-xxxl-10 {
    -ms-flex-order: 10;
        order: 10;
    }

  .order-xxxl-11 {
    -ms-flex-order: 11;
        order: 11;
    }

  .order-xxxl-12 {
    -ms-flex-order: 12;
        order: 12;
    }

  .offset-xxxl-0 {
    margin-left: 0;
    }

  .offset-xxxl-1 {
    margin-left: 8.33333%;
    }

  .offset-xxxl-2 {
    margin-left: 16.66667%;
    }

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

  .offset-xxxl-4 {
    margin-left: 33.33333%;
    }

  .offset-xxxl-5 {
    margin-left: 41.66667%;
    }

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

  .offset-xxxl-7 {
    margin-left: 58.33333%;
    }

  .offset-xxxl-8 {
    margin-left: 66.66667%;
    }

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

  .offset-xxxl-10 {
    margin-left: 83.33333%;
    }

  .offset-xxxl-11 {
    margin-left: 91.66667%;
    }
  }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
  }

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
    }
  }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
  }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
  }

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
  }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  }
.dropleft .dropdown-toggle::after {
  display: none;
  }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
  }
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
  }

.dropdown-menu[x-placement^="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: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  }
.dropdown-item: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: #e94a34;
  }
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  }

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  }
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  }

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
      flex-direction: column;
  }
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  }
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  }

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    }
  }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-sm .navbar-collapse {
    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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-md .navbar-collapse {
    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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-lg .navbar-collapse {
    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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;
    }
  .navbar-expand-xl .navbar-toggler {
    display: none;
    }
  }
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    }
  }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;
    }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
    }
  }
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    }
  }
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    }
  .navbar-expand-xxxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
    }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
  .navbar-expand-xxxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;
    }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
    }
  }
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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 {
  -ms-flex-direction: row;
      flex-direction: row;
  }
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  }
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
.navbar-expand .navbar-collapse {
  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, .9);
  }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9);
  }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
  }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7);
  }
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(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, .9);
  }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
  }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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, .5);
  }
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
  }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(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, .5);
  }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
  }
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .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, .5);
  border-color: rgba(255, 255, 255, .1);
  }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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, .5);
  }
.navbar-dark .navbar-text a {
  color: #fff;
  }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
  }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
    }
  }
a.badge:hover, a.badge:focus {
  text-decoration: none;
  }
.badge:empty {
  display: none;
  }

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

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

.badge-primary {
  color: #fff;
  background-color: #e94a34;
  }
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #d32e17;
  }
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(233, 74, 52, .5);
  }

.badge-secondary {
  color: #212529;
  background-color: white;
  }
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #e6e6e6;
  }
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }

.badge-success {
  color: #fff;
  background-color: #28a745;
  }
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
  }
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  }

.badge-info {
  color: #fff;
  background-color: #17a2b8;
  }
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
  }
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  }

.badge-warning {
  color: #212529;
  background-color: #ffc107;
  }
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
  }
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  }

.badge-danger {
  color: #fff;
  background-color: #dc3545;
  }
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
  }
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  }

.badge-light {
  color: #212529;
  background-color: #d3d3d3;
  }
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #bababa;
  }
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(211, 211, 211, .5);
  }

.badge-dark {
  color: #fff;
  background-color: #2d2b29;
  }
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #121211;
  }
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(45, 43, 41, .5);
  }

.badge-white {
  color: #212529;
  background-color: #fff;
  }
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
  }
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }

.btn {
  display: inline-block;
  padding: .375rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
    }
  }
.btn:hover {
  color: #212529;
  text-decoration: none;
  }
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(233, 74, 52, .25);
  }
.btn.disabled, .btn:disabled {
  opacity: .65;
  }

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

.btn-primary {
  color: #fff;
  background-color: #e94a34;
  border-color: #e94a34;
  }
.btn-primary:hover {
  color: #fff;
  background-color: #df3018;
  border-color: #d32e17;
  }
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(236, 101, 82, .5);
  }
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e94a34;
  border-color: #e94a34;
  }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d32e17;
  border-color: #c82b16;
  }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(236, 101, 82, .5);
  }

.btn-secondary {
  color: #212529;
  background-color: white;
  border-color: white;
  }
.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  }
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
  }
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
  }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .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 {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
  }

.btn-light {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  }
.btn-light:hover {
  color: #212529;
  background-color: silver;
  border-color: #bababa;
  }
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 .2rem rgba(184, 185, 186, .5);
  }
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #bababa;
  border-color: #b3b3b3;
  }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 185, 186, .5);
  }

.btn-dark {
  color: #fff;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }
.btn-dark:hover {
  color: #fff;
  background-color: #191817;
  border-color: #121211;
  }
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(77, 75, 73, .5);
  }
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #121211;
  border-color: #0c0b0b;
  }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(77, 75, 73, .5);
  }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  }
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  }
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
  }
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  }
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  }
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
  }

.btn-outline-primary {
  color: #e94a34;
  border-color: #e94a34;
  }
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e94a34;
  border-color: #e94a34;
  }
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(233, 74, 52, .5);
  }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e94a34;
  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: #e94a34;
  border-color: #e94a34;
  }
.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 {
  box-shadow: 0 0 0 .2rem rgba(233, 74, 52, .5);
  }

.btn-outline-secondary {
  color: white;
  border-color: white;
  }
.btn-outline-secondary:hover {
  color: #212529;
  background-color: white;
  border-color: white;
  }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: white;
  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: #212529;
  background-color: white;
  border-color: white;
  }
.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 {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
  }
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  }
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
  }
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  }
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
  }
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  }
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  }
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  }
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  }

.btn-outline-light {
  color: #d3d3d3;
  border-color: #d3d3d3;
  }
.btn-outline-light:hover {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  }
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem rgba(211, 211, 211, .5);
  }
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #d3d3d3;
  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: #d3d3d3;
  border-color: #d3d3d3;
  }
.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 {
  box-shadow: 0 0 0 .2rem rgba(211, 211, 211, .5);
  }

.btn-outline-dark {
  color: #2d2b29;
  border-color: #2d2b29;
  }
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(45, 43, 41, .5);
  }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2d2b29;
  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: #2d2b29;
  border-color: #2d2b29;
  }
.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 {
  box-shadow: 0 0 0 .2rem rgba(45, 43, 41, .5);
  }

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  }
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  }
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
  }
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  }
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  }

.btn-link {
  font-weight: 400;
  color: #e94a34;
  text-decoration: none;
  }
.btn-link:hover {
  color: #bc2914;
  text-decoration: underline;
  }
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
  }
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
  }

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
    }
  }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  }
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f5b1a7;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(233, 74, 52, .25);
  }
.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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .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.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .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: .25rem;
  }

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

  -ms-flex-wrap: wrap;

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

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

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
  }
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
  }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  margin-right: .75rem;

  -ms-flex-align: center;

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

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

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  padding-right: calc((1em + .75rem) * 3 / 4 + 3rem);
  background: url("data:image/svg+xml,%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 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 3rem/calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #28a745;
  }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  }
.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 {
  border-color: #28a745;
  }
.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;
  border-color: #34ce57;
  }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
  }

.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 ~ .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 {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  }

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
  display: block;
  }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  padding-right: calc((1em + .75rem) * 3 / 4 + 3rem);
  background: url("data:image/svg+xml,%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 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 3rem/calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  }
.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 {
  border-color: #dc3545;
  }
.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;
  border-color: #e4606d;
  }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
  }

.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 ~ .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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  }

.form-inline {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-flow: row wrap;

      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  }
.form-inline .form-check {
  width: 100%;
  }
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;

    -ms-flex-align: center;

        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    }
  .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: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 0;

    -ms-flex-align: center;

        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;

    -ms-flex-negative: 0;

        flex-shrink: 0;
    }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    }
  .form-inline .custom-control-label {
    margin-bottom: 0;
    }
  }

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

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

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

.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: #e94a34 !important;
  }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !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: #d3d3d3 !important;
  }

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

.bg-dark {
  background-color: #2d2b29 !important;
  }

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

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #e94a34 !important;
  }

.border-secondary {
  border-color: white !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: #d3d3d3 !important;
  }

.border-dark {
  border-color: #2d2b29 !important;
  }

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

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

.rounded-sm {
  border-radius: .2rem !important;
  }

.rounded {
  border-radius: .25rem !important;
  }

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  }

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
  }

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
  }

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
  }

.rounded-lg {
  border-radius: .3rem !important;
  }

.rounded-circle {
  border-radius: 50% !important;
  }

.rounded-pill {
  border-radius: 50rem !important;
  }

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
  }

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
    }

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    }
  }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
    }

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

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

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

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

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

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

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    }
  }
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
    }

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

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

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

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

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

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

  .d-xxxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    }

  .d-xxxl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
    }

  .d-print-inline-flex {
    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.85714%;
  }

.embed-responsive-16by9::before {
  padding-top: 56.25%;
  }

.embed-responsive-4by3::before {
  padding-top: 75%;
  }

.embed-responsive-1by1::before {
  padding-top: 100%;
  }

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
  }

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  }

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
  }

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

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

  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

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

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

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

  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

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

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

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

  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

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

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

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

  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

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

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
  }
@media (min-width: 1400px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
  }
@media (min-width: 1600px) {
  .flex-xxxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-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;
    }
  }
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
    }

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

  .float-xxl-none {
    float: none !important;
    }
  }
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
    }

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

  .float-xxxl-none {
    float: none !important;
    }
  }
.overflow-auto {
  overflow: auto !important;
  }

.overflow-hidden {
  overflow: hidden !important;
  }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    }
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  }

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  }

.shadow-none {
  box-shadow: none !important;
  }

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

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

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

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

.w-auto {
  width: auto !important;
  }

.h-25 {
  height: 25% !important;
  }

.h-50 {
  height: 50% !important;
  }

.h-75 {
  height: 75% !important;
  }

.h-100 {
  height: 100% !important;
  }

.h-auto {
  height: auto !important;
  }

.mw-100 {
  max-width: 100% !important;
  }

.mh-100 {
  max-height: 100% !important;
  }

.min-vw-100 {
  min-width: 100vw !important;
  }

.min-vh-100 {
  min-height: 100vh !important;
  }

.vw-100 {
  width: 100vw !important;
  }

.vh-100 {
  height: 100vh !important;
  }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
  }

.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: .25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
    }
  }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
    }
  }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
    }
  }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
    }
  }
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
    }
  }
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
    }
  }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xxxl-right {
    text-align: right !important;
    }

  .text-xxxl-center {
    text-align: center !important;
    }
  }
.text-lowercase {
  text-transform: lowercase !important;
  }

.text-uppercase {
  text-transform: uppercase !important;
  }

.text-capitalize {
  text-transform: capitalize !important;
  }

.font-weight-light {
  font-weight: 300 !important;
  }

.font-weight-lighter {
  font-weight: lighter !important;
  }

.font-weight-normal {
  font-weight: 400 !important;
  }

.font-weight-bold {
  font-weight: 700 !important;
  }

.font-weight-bolder {
  font-weight: bolder !important;
  }

.font-italic {
  font-style: italic !important;
  }

.text-white {
  color: #fff !important;
  }

.text-primary {
  color: #e94a34 !important;
  }

a.text-primary:hover, a.text-primary:focus {
  color: #bc2914 !important;
  }

.text-secondary {
  color: white !important;
  }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important;
  }

.text-success {
  color: #28a745 !important;
  }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
  }

.text-info {
  color: #17a2b8 !important;
  }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
  }

.text-warning {
  color: #ffc107 !important;
  }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
  }

.text-danger {
  color: #dc3545 !important;
  }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
  }

.text-light {
  color: #d3d3d3 !important;
  }

a.text-light:hover, a.text-light:focus {
  color: #adadad !important;
  }

.text-dark {
  color: #2d2b29 !important;
  }

a.text-dark:hover, a.text-dark:focus {
  color: #050505 !important;
  }

.text-white {
  color: #fff !important;
  }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
  }

.text-body {
  color: #212529 !important;
  }

.text-muted {
  color: #6c757d !important;
  }

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
  }

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
  }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  }

.text-decoration-none {
  text-decoration: none !important;
  }

.text-break {
  word-break: break-word !important;

  overflow-wrap: break-word !important;
  }

.text-reset {
  color: inherit !important;
  }

.visible {
  visibility: visible !important;
  }

.invisible {
  visibility: hidden !important;
  }

/**********************************************************
* MIXINS
**********************************************************/
/**********************************************************
* INITIALISE
**********************************************************/
body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2d2b29;
  }

/**********************************************************
* TYPOGRAPHY
**********************************************************/
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  }
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light {
  font-family: 'Montserrat', sans-serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  }

h5,
h6 {
  text-transform: uppercase;
  }

/**********************************************************
* NAVIGATION & MENUS
**********************************************************/
.hamburger {
  position: absolute;
  top: -2.5rem;
  right: 1.1rem;
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  }

@media screen and (max-width: 991px) {
  .hamburger {
    left: 1.1rem;
	  right: auto;
   }
	
	.hamburger--spring .hamburger-inner{
		width: 30px;
	}
}

@media (min-width: 992px) {
  .hamburger {
    top: 1.5rem;
    }
  }

.hamburger:hover {
  opacity: 1;
  }
.hamburger:not(.collapsed):hover {
  opacity: 1;
  }
.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
  background-color: #e94a34;
  }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #2d2b29;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  }
.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: "";
  }
.hamburger-inner::before {
  top: -10px;
  }
.hamburger-inner::after {
  bottom: -10px;
  }

/*
* Spring
*/
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s .13s linear;
  }
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  }
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  }
.hamburger--spring:not(.collapsed) .hamburger-inner {
  background-color: transparent !important;
  transition-delay: .22s;
  }
.hamburger--spring:not(.collapsed) .hamburger-inner::before {
  top: 0;
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
  }
.hamburger--spring:not(.collapsed) .hamburger-inner::after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  }
.navigation li {
  display: inline-block;
  }

#navbarNavDropdown {
  width: 100%;

  -ms-flex-pack: center;

      justify-content: center;
  }

#main-menu {
  margin-top: 1rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  }
@media (min-width: 992px) {
  #main-menu {
    margin-bottom: 0;
    }
  }
#main-menu a {
  padding: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 700;
  color: #2d2b29;
  text-transform: uppercase;
  }
#main-menu > li {
  padding: 0 1rem 1rem 0;
  margin: 0;
  text-align: left;
  }
@media (min-width: 992px) {
  #main-menu > li {
    padding: 0 .7rem;
    }
  }
@media (min-width: 1200px) {
  #main-menu > li {
    padding: 0 1.3rem;
    }
  }
@media (min-width: 1400px) {
  #main-menu > li {
    padding: 0 1.3rem;
    }
  }
@media (min-width: 1600px) {
  #main-menu > li {
    padding: 0 2.4rem;
    }
  }
#main-menu > li:last-child a {
  border: none;
  }
@media (min-width: 992px) {
  #main-menu > li.dropdown:hover .dropdown-menu {
    top: 2rem;
    opacity: 1;
    transition: ease-out opacity .3s, ease-out top .3s;
    -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
  }
#main-menu > li > .dropdown-menu {
  padding: .6rem 0;
  margin: 0;
  background-color: #009971;
  border: none;
  border-radius: 0;
  }
@media (min-width: 992px) {
  #main-menu > li > .dropdown-menu {
    top: 2.3rem;
    left: 50%;
    display: block;
    border-radius: 5px;
    opacity: 0;
    transition: ease-out opacity .3s, ease-out top .3s, ease-out transform .3s;
    -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
  #main-menu > li > .dropdown-menu:before {
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #009971;
    border-left: 10px solid transparent;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
  }
#main-menu > li > .dropdown-menu li {
  display: block;
  }
#main-menu > li > .dropdown-menu a {
  padding: .6rem;
  font-size: .85rem;
  color: white;
  }
#main-menu > li > .dropdown-menu a:hover, #main-menu > li > .dropdown-menu a:active, #main-menu > li > .dropdown-menu a:visited {
  color: white;
  background-color: #008864;
  }
#main-menu > li > a,
#main-menu > li > .dropdown-toggle {
  position: relative;
  display: block;
  padding: .5rem 0;
  line-height: 1rem;
  }
#main-menu > li > a:hover,
#main-menu > li > .dropdown-toggle:hover {
  color: #009971;
  text-decoration: none;
  }
@media (min-width: 992px) {
  #main-menu > li > a,
  #main-menu > li > .dropdown-toggle {
    padding: 0 0 1rem;
    }
  }
#main-menu > li > .dropdown-toggle:after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  background: none;
  border: none;
  }
@media (min-width: 992px) {
  #main-menu > li > .dropdown-toggle:after {
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: 0;
    content: '';
    border: none;
    }
  }

#shop {
  width: 100%;
  padding: .5rem;
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #009971;
  }
#shop li {
  display: inline-block;
  margin: 0 1rem;
  list-style: none;
  }
#shop li:first-child {
  margin-left: 0;
  }
#shop li a {
  display: block;
  width: 30px;
  height: 36px;
  background: #2d2b29;

  -webkit-mask-repeat: no-repeat;

          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  }
#shop li a.cart {
  -webkit-mask-image: url(../svg/basket.svg);
          mask-image: url(../svg/basket.svg);
  }
#shop li a.search {
  -webkit-mask-image: url(../svg/search.svg);
          mask-image: url(../svg/search.svg);
  }
#shop li a.account {
  -webkit-mask-image: url(../svg/user.svg);
          mask-image: url(../svg/user.svg);
  }
#shop li a:hover {
  background: #009971;
  }
#shop li a span {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  }

@media screen and (max-width: 991px) {
	#shop li:last-child{
		margin-right: 0;
	}
}

@media (min-width: 992px) {
  #shop {
    padding: 0;
    margin: 0;
    text-align: right;
    border: none;

    -ms-flex-pack: right;

        justify-content: right;
    }
  #shop li {
    margin-left: 1rem;
    }
  #shop li a {
    width: 20px;
    height: 24px;
    }
  }

.footer__nav {
  margin-bottom: 2rem;
  text-align: center;
  }
@media (min-width: 768px) {
  .footer__nav {
    margin-bottom: 0;
    text-align: left;
    }
  }
.footer__nav ul {
  padding: 0;
  margin: 0;
  }
.footer__nav ul li {
  display: block;
  margin-bottom: .5rem;
  line-height: 1.4rem;
  }
.footer__nav ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #2d2b29;
  transition: .3s all ease;
  }
.footer__nav ul li a:hover {
  color: #009971;
  text-decoration: none;
  transition: .3s all ease;
  }

#social-menu a,
#social-menu-contact a {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #009971;
  }
#social-menu a span,
#social-menu-contact a span {
  display: inline-block;
  }
#social-menu a:hover,
#social-menu-contact a:hover {
  color: #e94a34;
  text-decoration: none;
  }
#social-menu a[href*="twitter.com"]:before,
#social-menu-contact a[href*="twitter.com"]:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
  }
#social-menu a[href*="facebook.com"]:before,
#social-menu-contact a[href*="facebook.com"]:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f09a';
  }
#social-menu a[href*="linkedin.com"]:before,
#social-menu-contact a[href*="linkedin.com"]:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f08c';
  }
#social-menu a[href*="instagram.com"]:before,
#social-menu-contact a[href*="instagram.com"]:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f16d';
  }

#social-menu li {
  display: inline-block;
  }
#social-menu li:last-child a {
  margin-right: 0;
  }
#social-menu a span {
  text-indent: -9999px;
  }

#social-menu-contact li {
  display: block;
  }
#social-menu-contact a {
  position: relative;
  padding-left: 3rem;
  margin-right: 0;
  }
#social-menu-contact a:before {
  position: absolute;
  left: 0;
  }
#social-menu-contact a span {
  font-size: .85rem;
  }

#contact-menu li {
  display: block;
  }
#contact-menu a {
  position: relative;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #009971;
  }
#contact-menu a span {
  display: inline-block;
  font-size: .85rem;
  }
#contact-menu a:before {
  position: absolute;
  left: 0;
  }
#contact-menu a:hover {
  color: #e94a34;
  text-decoration: none;
  }
#contact-menu a[href^="tel:"]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f10b';
  }
#contact-menu a[href^="mailto:"]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f0e0';
  }

#legal-menu {
  line-height: 0;
  }
#legal-menu li {
  display: inline-block;
  padding: 0;
  margin: 0 0 .3rem;
  }
#legal-menu li a {
  padding-right: .4rem;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #2d2b29;
  border-right: 1px solid #696765;
  }
#legal-menu li:last-child a {
  padding: 0;
  border: none;
  }

/**********************************************************
* HEADER
**********************************************************/
header#site {
  z-index: 9999;
  width: 100%;
  padding: 2rem 0;
  color: #696765;
  background: white;
  /* .account-links {
      display: flex;
      align-items: center;
      overflow: hidden;
      @include media-breakpoint-down(lg) {
          position: fixed;
          z-index: 9999;
          bottom: 0;
          left: 0;
          margin: 0;
          padding: 0
      }
  }*/
  }

@media (max-width: 991px) {
	header#site .account-links {
		position: absolute;
		top: 16px;
		left: auto;
		right: 1.1rem;
		width: auto;
		height: auto;
		bottom: auto;
		padding: 0;
		margin: 0;
	}
	
	header#site .row.justify-content-between{
		position: relative;
	}
	
	header#site .account-links #shop{
		border: 0;
		background: transparent;
		width: auto;
		padding: 0;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	header#site .account-links #shop li a{
		width: 24px;
		height: 28px;
	}
}

@media (min-width: 992px) {
  header#site .account-links {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		right: auto;
	  	top: auto;
		-ms-flex-align: center;
		align-items: center;
    }
  }
@media (min-width: 992px) {
  header#site {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 130px;
    transition: transform .3s ease;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
  header#site.close-drawer {
    transition: transform .3s ease;
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
  header#site + div,
  header#site + section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 110px;
    }
  }
header#site .row {
  margin-bottom: 1rem;
  }
header#site .row:last-child {
  margin-bottom: 0;
  }
header#site a.home {
  display: block;
  width: 146px;
  max-width: 100%;
  height: 59px;
  text-indent: -9999px;
  background: transparent url(../svg/pmp-logo.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px){
	header#site a.home{
		width: 90px;
		margin: auto;
    	background-position: center !important;
	}
}

header#site.shrink {
  background: #fff;
  transition: .3s background ease-out;
  }

@media (min-width: 1200px) and (max-width:1400px) {
  #main-menu > li {
    padding: 0 0.8rem;
  }
}

/**********************************************************
* FOOTER
**********************************************************/
footer#site {
  padding: 3rem 0;
  font-size: .9375rem;
  color: #2d2b29;
  background: #f5f4f4;
  }
footer#site .row {
  margin-bottom: 1rem;
  }
footer#site .row .col-sm-3 {
  margin-bottom: 2rem;
  text-align: center;
  }
@media (min-width: 768px) {
  footer#site .row .col-sm-3 {
    margin-bottom: 0;
    text-align: left;
    }
  }
footer#site h5 {
  color: #009971;
  }
footer#site .strap a {
  color: #2d2b29;
  }
footer#site small {
  display: block;
  margin-bottom: .2rem;
  font-size: .6875rem;
  line-height: 1rem;
  color: #2d2b29;
  }
footer#site .news input[type='email'] {
  padding: 5px 10px;
  font-size: .9375rem;
  color: #2d2b29;
  text-align: center;
  background-color: white;
  border: 1px solid #d3d3d3;
  }
@media (min-width: 768px) {
  footer#site .news input[type='email'] {
    padding: 5px;
    text-align: left;
    }
  }
footer#site .news input[type='submit'] {
  padding: .3rem 1rem;
  font-size: .9375rem;
  color: white;
  background-color: #009971;
  border: 1px solid #009971;
  }
footer#site .news input[type='submit']:hover {
  color: #009971;
  background-color: white;
  border: 1px solid #009971;
  }
footer#site .news ::-webkit-input-placeholder {
  font-size: .9375rem;
  color: #696765;
  }
footer#site .news ::-moz-placeholder {
  font-size: .9375rem;
  color: #696765;
  }
footer#site .news :-ms-input-placeholder {
  font-size: .9375rem;
  color: #696765;
  }
footer#site .news :-moz-placeholder {
  font-size: .9375rem;
  color: #696765;
  }

/**********************************************************
* COMMON STRUCTURES
**********************************************************/
.banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
  overflow: hidden;
  text-align: center;

  -ms-flex-align: center;

      align-items: center;
  backface-visibility: hidden;
  }
.banner h1 {
  position: relative;
  line-height: 1.1em;
  }
.banner h3 {
  font-size: 1.25rem;
  }

.eael-data-table i.fa {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #009971;
  text-align: center;
  }
.eael-data-table td {
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.6rem;
  }
.eael-data-table td img {
  margin-right: 1rem;
  }
.eael-data-table td p:last-child {
  margin-bottom: 0;
  }

/**********************************************************
* CONTACT
**********************************************************/
#contact {
  padding: 0 0 5rem 0;
  }
#contact .company-meta > div {
  margin-bottom: 2rem;
  }
#contact .company-meta > div:last-child {
  margin-bottom: 0;
  }
#contact .company-meta h5 {
  margin-bottom: 0;
  }
#contact .company-meta p,
#contact .company-meta address {
  font-size: .85rem;
  }

/**********************************************************
* REVIEWS
**********************************************************/
.woocommerce-photo-reviews-shortcode {
  margin-top: 2rem;
  }

.shortcode-wcpr-grid {
  column-count: 2 !important;
  }
@media (min-width: 768px) {
  .shortcode-wcpr-grid {
    column-count: 3 !important;
    }
  }
@media (min-width: 992px) {
  .shortcode-wcpr-grid {
    column-count: 4 !important;
    }
  }
@media (min-width: 1200px) {
  .shortcode-wcpr-grid {
    column-count: 5 !important;
    }
  }
@media (min-width: 1400px) {
  .shortcode-wcpr-grid {
    column-count: 6 !important;
    }
  }
@media (min-width: 1600px) {
  .shortcode-wcpr-grid {
    column-count: 6 !important;
    }
  }

.shortcode-wcpr-filter-container {
  display: none;
  }

.shortcode-wcpr-filter-container {
  border: none !important;
  }

.shortcode-wcpr-filter-button {
  margin: 0 1rem !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #009971 !important;
  background-color: white !important;
  border: 1px solid #009971 !important;
  border-radius: 50px !important;
  }
.shortcode-wcpr-filter-button:hover, .shortcode-wcpr-filter-button.shortcode-wcpr-active {
  color: white !important;
  background-color: #009971 !important;
  border: 1px solid #009971 !important;
  }

span.shortcode-wcpr-filter-button-wrap {
  width: auto !important;
  }

/**********************************************************
* BLOG INDEX
**********************************************************/
#post-list {
  padding-top: 3rem;
  padding-bottom: 3rem;
  }
#post-list .post-filter {
  margin: 1rem 1rem 2rem;
  text-align: center;
  }
#post-list .post-filter a {
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2d2b29;
  text-transform: uppercase;
  transition: all .5s ease;
  }
#post-list .post-filter a:hover {
  color: #009971;
  text-decoration: none;
  }
#post-list .post-filter a.active {
  color: #009971;
  }
#post-list .card {
  margin-bottom: 4rem;
  }
#post-list .card .card-body a {
  transition: all .5s ease;
  }
#post-list .card .card-body a h2 {
  font-size: 1.6875rem;
  }
#post-list .card .card-body a .post-img {
  position: relative;
  margin-bottom: .5rem;
  overflow: hidden;
  }
#post-list .card .card-body a .post-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: opacity 1.5s;

  -ms-flex-align: center;

      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  }
#post-list .card .card-body a .post-img .overlay h4 {
  font-weight: 300;
  color: white;
  }
#post-list .card .card-body a .post-img .post-holder {
  position: relative;
  height: 200px;
  background-color: #009971;
  }
#post-list .card .card-body a .post-img .post-holder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  font-weight: 600;
  color: white;
  content: 'Protect My Pet';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
#post-list .card .card-body a .post-img img {
  width: 100%;
  height: auto;
  transition: 1.5s transform;
  -ms-transform: scale(1);
      transform: scale(1);
  }
#post-list .card .card-body a .cat-wrap .cat {
  display: inline-block;
  margin-right: .3rem;
  font-size: .6875rem;
  color: #696765;
  text-transform: uppercase;
  }
#post-list .card .card-body a:hover {
  text-decoration: none;
  transition: all .3s ease;
  }
#post-list .card .card-body a:hover h2 {
  color: #009971;
  transition: color .3s ease;
  }
#post-list .card .card-body a:hover * {
  text-decoration: none;
  }
#post-list .card .card-body a:hover .post-img .overlay {
  opacity: 1;
  transition: opacity .3s ease;
  }
#post-list .card .card-body a:hover .post-img img {
  transition: transform .3s ease;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

.ajax-load-more-wrap {
  width: 100%;
  }

.alm-masonry {
  display: block;
  overflow: hidden;
  clear: both;
  }

.alm-btn-wrap {
  text-align: center;
  }

.alm-load-more-btn {
  padding: 1rem 3rem;
  color: #009971;
  background: white;
  border: 2px solid #009971;
  border-radius: 30px;
  }
.alm-load-more-btn.loading {
  color: white;
  background: #009971 url(../gif/load.gif) no-repeat;
  background-position: 10px;
  background-size: 30px;
  border: 2px solid #009971;
  }
.alm-load-more-btn.done {
  display: none;
  }

/**********************************************************
* BLOG POST
**********************************************************/
#post {
  padding-top: 1rem;
  padding-bottom: 3rem;
  }
#post img {
  max-width: 100%;
  margin-bottom: 1rem;
  }
#post .latest-posts h3.section {
  margin: 0 0 2rem;
  text-transform: uppercase;
  }
#post .latest-posts ul {
  padding: 0;
  margin: 0;
  }
#post .latest-posts ul li {
  margin-bottom: 2rem;
  list-style: none;
  }
#post .latest-posts ul li a img {
  padding-bottom: 1rem;
  margin-bottom: 0;
  }
#post .latest-posts ul li a h3 {
  font-size: 1.125rem;
  color: #2d2b29;
  }
#post .latest-posts ul li a:hover {
  text-decoration: none;
  }
#post .latest-posts ul li a:hover h3 {
  color: #009971;
  text-decoration: none;
  }
#post .back {
  display: block;
  width: 100%;
  padding: .5rem 2rem;
  color: white;
  text-align: center;
  background-color: #009971;
  border: 2px solid #009971;
  border-radius: 30px;
  }
#post .back:hover {
  color: #009971;
  text-decoration: none;
  background-color: white;
  border: 2px solid #009971;
  }

/**********************************************************
* SEARCH
**********************************************************/
section#search {
  padding: 0 0 3rem;
  }

#search-page-form {
  margin: 2rem 0;
  }

form#searchform input#s {
  padding: 1rem .5rem;
  border-width: 2px;
  border-radius: 5px;
  }
form#searchform input#searchsubmit {
  padding: 1rem 3rem;
  color: white;
  background-color: #009971;
  border: 2px solid #009971;
  border-radius: 30px;
  }
form#searchform input#searchsubmit:hover {
  color: #009971;
  background-color: white;
  border: 2px solid #009971;
  }

/**********************************************************
* PRODUCTS TABLES
**********************************************************/
.protect-tbl-wrap {
  overflow-x: auto;
  }
@media (max-width: 991.98px) {
  .protect-tbl-wrap {
    overflow-x: scroll;
    }
  .protect-tbl-wrap table.protect {
    width: 1340px;
    }
  }

table.protect {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  }
table.protect tr th,
table.protect tr td {
  width: 10%;
  padding: .75rem;
  }
table.protect tr th {
  font-size: .875rem;
  font-weight: 400;
  color: white;
  background-color: #009971;
  }
table.protect tr th.header {
  text-transform: uppercase;
  border-bottom: 1px solid white;
  }
table.protect tr td {
  height: 86px;
  font-size: .875rem;
  color: #2d2b29;
  background-color: #f5f4f4;
  border: 5px solid white;
  }
table.protect tr td:first-child {
  border-right: none;
  border-left: none;
  }
table.protect tr td:nth-child(2) {
  text-align: left;
  border-left: none;
  }
table.protect tr td:last-child {
  border-right: none;
  }
table.protect tr td i {
  font-size: 2rem;
  color: #009971;
  }
table.protect tr td img {
  width: auto;
  margin-right: 10px;
  }

table.protect.external {
  table-layout: fixed;
  }
table.protect.external tr th:first-child,
table.protect.external tr td:first-child {
  width: 90px;
  }
table.protect.external tr th:nth-child(2),
table.protect.external tr td:nth-child(2) {
  width: 120px;
  }

/**********************************************************
* ELEMENTOR STYLING & CLASSES
**********************************************************/
.pet-price .elementor-widget-heading {
  margin-bottom: 5px !important;
  }
.pet-price .elementor-widget-text-editor {
  margin-top: 20px;
  }
.pet-price h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  }
.pet-price h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  color: #009971;
  }
.pet-price p {
  font-size: .75rem;
  }

.pet-icn img {
  width: 80%;
  border-radius: 50% !important;
  }

/**********************************************************
* QUICK CALCULATOR
**********************************************************/
form#quickcalc {
  padding: 20px;
  background-color: #f5f4f4;
  }
form#quickcalc .row {
  margin-bottom: 15px;
  }
form#quickcalc label {
  margin: 0 2rem;
  }
form#quickcalc input,
form#quickcalc select {
  font-size: 14px;
  }
form#quickcalc select {
  width: 100%;
  padding: .5em 1em;
  }
form#quickcalc button {
  padding: 1em 3em;
  color: #e94a34;
  background-color: white;
  border: 2px solid #e94a34;
  border-radius: 50px;
  }
form#quickcalc button:hover {
  color: white;
  background-color: #e94a34;
  border: 2px solid #e94a34;
  }
form#quickcalc .cat_flow,
form#quickcalc .dog_flow {
  display: none;
  }

/**********************************************************
* GENERAL
**********************************************************/
img {
  max-width: 100%;
  height: auto;
  }

.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2rem 0;
  overflow: hidden;
  }
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.fnt-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  }

.col-red {
  color: #e94a34 !important;
  }

.col-green {
  color: #009971 !important;
  }

button:focus {
  outline: none !important;
  }

.no-pad {
  padding: 0 !important;
  }

.grecaptcha-badge {
  display: none !important;
  }

/**********************************************************
* WOOCOMMERCE OVERRIDES
**********************************************************/
button,
input[tpe="submit"] {
  outline: none;
  }

.woocommerce {
  padding-bottom: 3rem;
  }
.woocommerce table.shop_table, .woocommerce table.shop_table_responsive {
  border-radius: 0;
  }
.woocommerce table.shop_table th{
  font-size: .875rem;
}
.woocommerce table.shop_table .cart-initial th, .woocommerce table.shop_table .recurring-totals th{
  font-size: 16px;
}
.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal, .woocommerce table.shop_table_responsive th.product-price, .woocommerce table.shop_table_responsive th.product-subtotal,
.woocommerce table.shop_table_responsive td.product-price,
.woocommerce table.shop_table_responsive td.product-subtotal {
  text-align: right;
  }
.woocommerce table.shop_table td, .woocommerce table.shop_table_responsive td {
  font-size: .875rem;
  }
.woocommerce table.shop_table td span.bfwc-payment-method img, .woocommerce table.shop_table_responsive td span.bfwc-payment-method img {
  max-width: 50px;
  margin-right: 1rem;
  }
.woocommerce table.shop_table td span.wdr_cart_strikeout del, .woocommerce table.shop_table_responsive td span.wdr_cart_strikeout del {
  display: block;
  text-decoration: none;
  }
.woocommerce table.shop_table td span.wdr_cart_strikeout del:before, .woocommerce table.shop_table_responsive td span.wdr_cart_strikeout del:before {
  margin-right: .5rem;
  content: 'Original Price:';
  }
.woocommerce table.shop_table td span.wdr_cart_strikeout ins, .woocommerce table.shop_table_responsive td span.wdr_cart_strikeout ins {
  display: block;
  text-decoration: none;
  }
.woocommerce table.shop_table td span.wdr_cart_strikeout ins:before, .woocommerce table.shop_table_responsive td span.wdr_cart_strikeout ins:before {
  margin-right: .5rem;
  content: 'Discounted Price:';
  }

.woocommerce table.shop_table td.product-thumbnail, .woocommerce table.shop_table_responsive td.product-thumbnail {
  width: 160px;
  }
.woocommerce table.shop_table td.product-thumbnail img, .woocommerce table.shop_table_responsive td.product-thumbnail img {
  width: 160px;
  }
.woocommerce table.shop_table ~ header, .woocommerce table.shop_table_responsive ~ header {
  display: none;
  }
.woocommerce table.subscription_details td p {
  margin: 0;
  }
.woocommerce table.my_account_orders .button {
  margin-right: .2rem;
  }
.woocommerce table.cart td.actions .coupon .input-text {
  width: 100%;
  margin-bottom: .4rem;
  }
@media (min-width: 768px) {
  .woocommerce table.cart td.actions .coupon .input-text {
    width: auto;
    margin-bottom: 0;
    }
  }
.woocommerce table.cart td.actions .coupon .input-text + button {
  width: 100%;
  margin-bottom: .4rem;
  }
@media (min-width: 768px) {
  .woocommerce table.cart td.actions .coupon .input-text + button {
    width: auto;
    margin-bottom: 0;
    }
  }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  }

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
  float:right;
}

.woocommerce form .form-row {
  display: block;
  margin-bottom: 1rem;
  }
.woocommerce form .form-row label {
  display: block;
  margin-bottom: .2rem;
  font-size: .75rem;
  line-height: 1;
  }
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  font-size: .9rem;
  }
.woocommerce form .form-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  }
.woocommerce form #tabs .form-row input[type="checkbox"].wc-pao-addon-checkbox {
  width: 20px !important;
  }
.woocommerce form .form-row em {
  font-size: .75rem;
  }
.woocommerce form .form-row-wide {
  width: 100%;
  }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: .5rem 2rem;
  margin: .2rem;
  border-radius: 50px;
  }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #009971;
  }
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #008864;
  }
.woocommerce .woocommerce-customer-details address {
  font-size: .875rem;
  border-width: 1px;
  border-radius: 0;
  }

table.order_details a.remove {
  display: none;
  }

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-cart-form {
  width: 100%;
  }
.woocommerce-form-coupon-toggle, .checkout_coupon.woocommerce-form-coupon{
  display: none !important;
}
body.woocommerce-checkout header#site {
    height: auto;
    padding: 2rem 0 0 0;
}
body.woocommerce-checkout .banner {
    padding: 0.2rem 0;
}
@media (min-width: 992px) {
  body.woocommerce-checkout header#site + section {
      margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #customer_details h3{font-size: 1.59rem;}

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before,
  .woocommerce table.shop_table_responsive tr.cart-discount td::before, .woocommerce-page table.shop_table_responsive tr.cart-discount td::before{
    content: attr(data-title);
  }
}

.woocommerce-ResetPassword {
  width: 100%;
  }
@media (min-width: 768px) {
  .woocommerce-ResetPassword {
    width: 50%;
    margin: 0 auto;
    }
  }

.woocommerce .col2-set.row,
.woocommerce-page .col2-set.row {
  width: auto;
  }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: .9rem;
  line-height: 19px;
  }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  }
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option {
  font-size: .9rem;
  }
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #e94a34;
  }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #009971;
  }

.select2-container .select2-selection--single {
  height: 36px;
  padding: 0;
  }
.select2-container .select2-selection--single .select2-selection__rendered {
  border-radius: 0;
  }

.woocommerce-info {
  border-top-color: #009971;
  }
.woocommerce-info:before {
  color: #009971;
  }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f5f4f4;
  border: none;
  }
.woocommerce-error.cart-empty,
.woocommerce-info.cart-empty,
.woocommerce-message.cart-empty {
  text-align: center;
  }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  }

.form-row-last {
  margin-right: 0 !important;
  }

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  padding: .5rem;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: .5rem 2rem;
  }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  }
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
  }
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: #009971;
  }
.woocommerce-account .addresses .title .edit {
  line-height: 2.7rem;
  }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
  }

.woocommerce div.product form.cart .variations{
	overflow: hidden;
}

.woocommerce div.product form.cart .variations select {
  min-width: 0;
  max-width: none;
  margin-right: 0;
  }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  color: #2d2b29;
  background: #f5f4f4;
  }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: #2d2b29;
  background-color: #d3d3d3;
  }
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #d3d3d3;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  }

#vmd_complicance_field {
  padding: 0;
  }
#vmd_complicance_field span label {
  font-size: .9rem;
  color: #2d2b29;
  }
#vmd_complicance_field span label input {
  width: 20px;
  height: 20px;
  }

/* MY ACCOUNT */
.woocommerce-MyAccount-navigation {
  background-color: #f5f4f4;
  }
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 1rem;
  }
.woocommerce-MyAccount-navigation ul li {
  padding: .5rem 0;
  list-style: none;
  }
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  float: right;
  margin-right: .5rem;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c";
  opacity: .5;
  }
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #2d2b29;
  text-decoration: none;
  }
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f3fd";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
  }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2f5";
  }
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #009971;
  }
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
  }

p.return-to-shop {
  text-align: center;
  }
p.return-to-shop a.button {
  padding: 1rem 3rem;
  color: white;
  background-color: #009971;
  }

.zoid-outlet {
  float: right !important;
  width: 100%;
  margin: 0;
  }
@media (min-width: 768px) {
  .zoid-outlet {
    width: 208px !important;
    margin: 0 .5rem;
    }
  }

.payment_method_braintree_paypal .wc-braintree-payment-gateway:before {
  display: block;
  content: 'Log into your Paypal account and once completed click Subscribe Now button which will appear below to complete your order';
  }
.payment_method_braintree_paypal .wc-braintree-new-payment-method-container {
  margin: 0;
  }

@media (max-width: 991.98px) {
  small.includes_tax {
    display: none;
    }
  }

/* MY ACCOUNT */
.update-pet .form-row {
  padding: 0 !important;
  margin: 0 !important;
  }
.update-pet .form-row p {
  margin: 0;
  }
.update-pet .form-row select {
  width: 100%!important;
  }
.update-pet .form-row button,
.update-pet .form-row input[type="submit"] {
  width: auto;
  padding: .5rem 2rem;
  margin-top: .5rem;
  color: white;
  background-color: #009971;
  border: none;
  border-radius: 30px;
  }

div.wpcf7 .ajax-loader {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-left: 10px;
  background-image: url(../gif/cf7-loader.gif);
  background-size: 100%;
  opacity: 0;
  transition: all .3s ease;
  }

div.wpcf7 .ajax-loader.is-active {
  opacity: 1;
  }

span.wpcf7-list-item {
  margin: 0;
  }

ul.accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  }
ul.accordion .inner {
  display: none;
  padding: 0;
  overflow: hidden;
  }
ul.accordion li {
  margin: 0;
  }
ul.accordion li a.toggle {
  display: inline-block;
  width: auto;
  padding: .3rem 1rem;
  color: #696765;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  transition: all .3s ease;
  }
ul.accordion li a.toggle:hover {
  color: #2d2b29;
  text-decoration: none;
  background-color: #f5f4f4;
  transition: all .3s ease;
  }

.wcpr-review-date,
.wcpr-comment-helpful-button-container {
  display: none !important;
  }

.woocommerce-photo-reviews-form #reply-title {
  font-size: 30px;
  }
.woocommerce-photo-reviews-form .comment-form-comment label {
  display: block;
  }
.woocommerce-photo-reviews-form input[type="submit"] {
  padding: 1em 4em 1em 4em;
  font-weight: 400;
  color: #fff;
  background-color: #009971;
  border: 3px solid #009971;
  border-radius: 50px 50px 50px 50px;
  transition: all .3s ease;

  fill: #fff;
  }
.woocommerce-photo-reviews-form input[type="submit"]:hover {
  color: #009971;
  background-color: #fff;
  transition: all .3s ease;
  }

.rate-percent {
  background-color: #009971 !important;
  }

/**********************************************************
* WOOCOMMERCE PRODUCT STYLES
**********************************************************/
@keyframes fadein {
  from {
    opacity: 0;
    }
  to {
    opacity: 1;
    }
  }
#tabs {
  opacity: 0;
  animation: .5s fadein 2s ease forwards;
  }
#tabs > ul {
  display: table;
  width: 100%;
  height: 12px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #eee;
  border-radius: 20px;
  box-shadow: 0 3px 3px inset #bbb;
  }
@media (min-width: 768px) {
  #tabs > ul {
    width: 50%;
    }
  }
#tabs > ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  list-style: none;
  background: #009971;
  border: none;
  width: 12.5%;
  }
#tabs > ul li:first-child {
  border-radius: 20px 0 0 20px;
  }
#tabs > ul li a {
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  z-index: 10;
  display: none;
  width: 30px;
  height: 30px;
  background-color: #009971;
  background-image: url(../svg/icn-paw-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border: 2px solid white;
  border-radius: 30px;
  box-shadow: 0 3px 3px #bbb;
  }
#tabs > ul li span {
  display: none;
  }
#tabs > ul li.ui-tabs-active {
  background: #009971;
  background: linear-gradient(90deg, #009971 0%, #008864 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
#tabs > ul li.ui-tabs-active a {
  display: inline-block;
  }
#tabs > ul li.ui-tabs-active ~ li {
  background: none;
  box-shadow: none;
  }
#tabs > div {
  max-width: 100%;
  padding: 1rem .5rem 2rem;
  margin: 0 auto;
  text-align: center;
  }
@media (min-width: 576px) {
  #tabs > div {
    max-width: 100%;
    }
  }
@media (min-width: 768px) {
  #tabs > div {
    max-width: 100%;
    }
  }
@media (min-width: 992px) {
  #tabs > div {
    max-width: 90%;
    }
  }
@media (min-width: 1200px) {
  #tabs > div {
    max-width: 90%;
    }
  }
@media (min-width: 1400px) {
  #tabs > div {
    max-width: 70%;
    padding: 1rem 1rem 2rem;
    }
  }
@media (min-width: 1600px) {
  #tabs > div {
    max-width: 60%;
    }
  }
#tabs > div .step-note {
  display: none;
  }
@media (min-width: 768px) {
  #tabs > div .step-note {
    display: block;
    margin-bottom: 1rem;
    font-size: .875rem;
    }
  }
#tabs > div h1 {
  font-size: 1.6rem;
  }
@media (min-width: 1200px) {
  #tabs > div h1 {
    font-size: 3rem;
    }
  }
#tabs > div h3 {
  margin-bottom:0;
  font-size: 1.3rem;
  }
@media (min-width: 1200px) {
  #tabs > div h3 {
    font-size: 1.6875rem;
    }
  }
#tabs > div p {
  font-size: .8rem;
  }
@media (min-width: 1200px) {
  #tabs > div p {
    font-size: 1rem;
    }
  }
#tabs > div .input-break {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  text-align: left;
  }
@media (min-width: 768px) {
  #tabs > div .input-break {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 1rem;
    }
  }
#tabs > div .input-break label {
  min-width: 5rem;
  }
@media (min-width: 768px) {
  #tabs > div .input-break label {
    min-width: 0;
    }
  }
#tabs > div input,
#tabs > div select,
#tabs > div label {
  width: auto !important;
  padding: .5rem;
  margin: 0 auto;
  border-radius: 5px;
  }
#tabs > div select {
    -webkit-appearance: none;
    height: 40px;
    cursor: pointer;

    background: #FFFFFF url(../png/1474845.png) no-repeat right center;
    background-size: 40px 37px;
    color: #2d2b29 !important;
    border-color: rgb(118, 118, 118);
    min-width: 60px;
}
#tabs > div label {
  display: inline-block;
  font-size: 1rem;
  }
#tabs > div input[name="addon-408-pets-name-0"],
#tabs > div input[name="addon-408-0"] {
  text-align: center;
  }
#tabs > div select#pa_pet-type, #tabs > div select#pa_flea-treatment-brands, #tabs > div select#pa_worming-treatment-brands {
  display: none;
  }
#tabs > div .size-info-toggle {
  color: #009971;
  }
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1, #tabs > div p.wc-pao-addon-wrap-408-1 {
  display: inline-block;
  width: auto;
  margin: 1rem .4rem;
  }
@media (min-width: 1200px) {
  #tabs > div p.wc-pao-addon-wrap-408-pet-sex-1, #tabs > div p.wc-pao-addon-wrap-408-1 {
    margin: 1rem;
    }
  }
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label, #tabs > div p.wc-pao-addon-wrap-408-1 label {
  position: relative;
  padding-top: 8px;
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  }
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label:hover, #tabs > div p.wc-pao-addon-wrap-408-1 label:hover {
  cursor: pointer;
  }
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input, #tabs > div p.wc-pao-addon-wrap-408-1 label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  }
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label .control_indicator, #tabs > div p.wc-pao-addon-wrap-408-1 label .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 50%;
  }
#addon-408-0-validation-notice{display: none !important;}
#tabs > div p.wc-pao-addon-wrap-408-1 label:hover input ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-1 label input:focus ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label:hover input ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:focus ~ .control_indicator {
  background: #ccc;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label input:checked ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:checked ~ .control_indicator {
  background: #009971;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label:hover input:not([disabled]):checked ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-1 label input:checked:focus ~ .control_indicator,  
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label:hover input:not([disabled]):checked ~ .control_indicator,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:checked:focus ~ .control_indicator {
  background: #0e6647d;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label input:disabled ~ .control_indicator,  
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:disabled ~ .control_indicator {
  pointer-events: none;
  background: #e6e6e6;
  opacity: .6;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label .control_indicator:after,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label .control_indicator:after {
  position: absolute;
  display: none;
  box-sizing: unset;
  content: '';
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label input:checked ~ .control_indicator:after,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:checked ~ .control_indicator:after {
  display: block;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label .control_indicator:after,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label .control_indicator:after {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  }
#tabs > div p.wc-pao-addon-wrap-408-1 label input:disabled ~ .control_indicator:after,
#tabs > div p.wc-pao-addon-wrap-408-pet-sex-1 label input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
  }
#tabs > div p.wc-pao-addon-408-cat-breed-2,
#tabs > div p.wc-pao-addon-408-dog-breed-3 {
  display: none;
  }

#tabs > div #container_pet_type label {
  position: relative;
  font-weight: 300;
  cursor: pointer;
  transition: all .3s ease;
	text-align: center;
  }
#tabs > div #container_pet_type label:before {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  content: '';
  background-size: 60%;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  transition: all .3s ease;
  }
@media (min-width: 768px) {
  #tabs > div #container_pet_type label:before {
    width: 120px;
    height: 120px;
    background-size: 70%;
    }
  }
@media (min-width: 1200px) {
  #tabs > div #container_pet_type label:before {
    width: 144px;
    height: 144px;
    background-size: 80%;
    }
  }
#tabs > div #container_pet_type label[for="cat"]:before {
  background: transparent url(../svg/icn-subscription-cat.svg) no-repeat;
  background-position: center;
  background-size: 60%;
  }
@media (min-width: 768px) {
  #tabs > div #container_pet_type label[for="cat"]:before {
    background-size: 70%;
    }
  }
@media (min-width: 1200px) {
  #tabs > div #container_pet_type label[for="cat"]:before {
    background-size: 80%;
    }
  }
#tabs > div #container_pet_type label[for="dog"]:before {
  background: transparent url(../svg/icn-subscription-dog.svg) no-repeat;
  background-position: center;
  background-size: 60%;
  }
@media (min-width: 768px) {
  #tabs > div #container_pet_type label[for="dog"]:before {
    background-size: 70%;
    }
  }
@media (min-width: 1200px) {
  #tabs > div #container_pet_type label[for="dog"]:before {
    background-size: 80%;
    }
  }
#tabs > div #container_pet_type label:hover {
  color: #2d2b29;
  transition: all .3s ease;
  }
#tabs > div #container_pet_type label:hover:before {
  border: 1px solid #2d2b29;
  transition: all .3s ease;
  }
#tabs > div #container_pet_type input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  }
#tabs > div #container_pet_type input[type=radio]:checked + label {
  color: #009971;
  }
#tabs > div #container_pet_type input[type=radio]:checked + label:before {
  border: 1px solid #009971;
  }
#tabs > div #container_pet_age > div {
  display: inline-block;
  margin: 0 1rem;
  }
#tabs > div #container_pet_baby {
  display: none;
  }
#tabs > div #container_less_3m {
  display: none;
  }
#tabs > div #container_more_3m {
  display: none;
  }
#tabs > div #container_pet_weight {
  margin-bottom: 1rem;
  }
#tabs > div #container_pet_weight .variation-radios {
  display: none;
  }
#tabs > div #dog-weight img,
#tabs > div #cat-weight img {
  margin-bottom: .75rem;
  }
#tabs > div #container_flea_treatment,
#tabs > div #container_worm_treatment {
  display: inline-block;
  width: auto;
  margin: 1rem;
  }

.label_radio_stylized,
#tabs > div #container_flea_treatment label,
#tabs > div #container_worm_treatment label {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  }
.label_radio_stylized:hover,
#tabs > div #container_flea_treatment label:hover,
#tabs > div #container_worm_treatment label:hover {
  cursor: pointer;
  }
.label_radio_stylized input,
#tabs > div #container_flea_treatment label input,
#tabs > div #container_worm_treatment label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  }
.label_radio_stylized .control_indicator,
#tabs > div #container_flea_treatment label .control_indicator,
#tabs > div #container_worm_treatment label .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 50%;
  }
.label_radio_stylized:hover input ~ .control_indicator,
.label_radio_stylized input:focus ~ .control_indicator,
#tabs > div #container_flea_treatment label:hover input ~ .control_indicator,
#tabs > div #container_flea_treatment label input:focus ~ .control_indicator,
#tabs > div #container_worm_treatment label:hover input ~ .control_indicator,
#tabs > div #container_worm_treatment label input:focus ~ .control_indicator {
  background: #ccc;
  }
.label_radio_stylized input:checked ~ .control_indicator,
#tabs > div #container_flea_treatment label input:checked ~ .control_indicator,
#tabs > div #container_worm_treatment label input:checked ~ .control_indicator {
  background: #009971;
  }
.label_radio_stylized:hover input:not([disabled]):checked ~ .control_indicator,
.label_radio_stylized input:checked:focus ~ .control_indicator,
#tabs > div #container_flea_treatment label:hover input:not([disabled]):checked ~ .control_indicator,
#tabs > div #container_flea_treatment label input:checked:focus ~ .control_indicator,
#tabs > div #container_worm_treatment label:hover input:not([disabled]):checked ~ .control_indicator,
#tabs > div #container_worm_treatment label input:checked:focus ~ .control_indicator {
  background: #0e6647d;
  }
.label_radio_stylized input:disabled ~ .control_indicator,
#tabs > div #container_flea_treatment label input:disabled ~ .control_indicator,
#tabs > div #container_worm_treatment label input:disabled ~ .control_indicator {
  pointer-events: none;
  background: #e6e6e6;
  opacity: .6;
  }
.label_radio_stylized .control_indicator:after,
#tabs > div #container_flea_treatment label .control_indicator:after,
#tabs > div #container_worm_treatment label .control_indicator:after {
  position: absolute;
  display: none;
  box-sizing: unset;
  content: '';
  }
.label_radio_stylized input:checked ~ .control_indicator:after,
#tabs > div #container_flea_treatment label input:checked ~ .control_indicator:after,
#tabs > div #container_worm_treatment label input:checked ~ .control_indicator:after {
  display: block;
  }
.label_radio_stylized .control_indicator:after,
#tabs > div #container_flea_treatment label .control_indicator:after,
#tabs > div #container_worm_treatment label .control_indicator:after {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  }
.label_radio_stylized input:disabled ~ .control_indicator:after
#tabs > div #container_flea_treatment label input:disabled ~ .control_indicator:after,
#tabs > div #container_worm_treatment label input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
  }

#tabs > div em.required {
  display: none;
  }
#tabs > div .treats img {
  width: 100%;
  height: auto;
  }
#tabs > div #notification-signup input {
  margin: .5rem;
  font-size: .9rem;
  }
#tabs > div #notification-signup input.error {
  border: 1px solid #2d2b29;
  }
#tabs > div #notification-signup .btn {
  display: inline-block;
  float: none;
  padding: .5rem 2rem;
  margin: .5rem;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background-color: #009971;
  border: 2px solid #009971;
  border-radius: 50px;
  }
#tabs > div #notification-signup .btn.disabled {
  color: #2d2b29;
  background-color: #f5f4f4;
  border-color: #f5f4f4;
  }
#tabs > div #notification-signup .btn.disabled:hover {
  color: #2d2b29;
  cursor: not-allowed;
  background-color: #f5f4f4;
  border-color: #f5f4f4;
  }
#tabs > div #notification-signup .btn:hover {
  color: white;
  cursor: pointer;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }
#tabs .tab-nav {
  margin: 1rem 0;
  }
#tabs .tab-nav a,
#tabs .tab-nav .woocommerce-variation-add-to-cart button {
  display: inline-block;
  padding: .5rem 2rem;
  margin: 0 .5rem;
  font-size: .9rem;
  font-weight: 400;
  border: 2px solid #009971;
  border-radius: 50px;
  }
@media (min-width: 768px) {
  #tabs .tab-nav a,
  #tabs .tab-nav .woocommerce-variation-add-to-cart button {
    padding: .75rem 2.5rem;
    font-size: 1rem;
    }
  }
@media (min-width: 1200px) {
  #tabs .tab-nav a,
  #tabs .tab-nav .woocommerce-variation-add-to-cart button {
    padding: 1rem 3rem;
    font-size: 1.125rem;
    }
  }
#tabs .tab-nav a.prevtab,
#tabs .tab-nav .woocommerce-variation-add-to-cart button.prevtab {
  color: #009971;
  background-color: white;
  }
#tabs .tab-nav a.nexttab,
#tabs .tab-nav .woocommerce-variation-add-to-cart button.nexttab {
  color: white;
  background-color: #009971;
  }
#tabs .tab-nav a.disabled,
#tabs .tab-nav .woocommerce-variation-add-to-cart button.disabled {
  color: #2d2b29;
  background-color: #f5f4f4;
  border-color: #f5f4f4;
  }
#tabs .tab-nav a.disabled:hover,
#tabs .tab-nav .woocommerce-variation-add-to-cart button.disabled:hover {
  color: #2d2b29;
  cursor: not-allowed;
  background-color: #f5f4f4;
  border-color: #f5f4f4;
  }
#tabs .tab-nav a:hover,
#tabs .tab-nav .woocommerce-variation-add-to-cart button:hover {
  color: white;
  cursor: pointer;
  background-color: #008864;
  border-color: #008864;
  }
#tabs .product-addon-totals {
  padding: 1rem 0 0;
  margin: 2rem 0;
  }
#tabs .product-addon-totals ul {
  padding: 0;
  }
#tabs .product-addon-totals ul li {
  font-size: .875rem;
  }
@media (min-width: 1200px) {
  #tabs .product-addon-totals ul li {
    font-size: 1rem;
    }
  }
#tabs .processing_msg {
  display: none;
  padding: 0;
  }
#tabs .processing_msg img {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  }
@media (min-width: 768px) {
  #tabs .processing_msg img {
    float: none;
    }
  }
#tabs .processing_msg span {
  font-size: .8rem;
  }

table.dog-wormer {
  width: 40%;
  margin: 0 auto;
  }
table.dog-wormer th {
  padding: 0 5px;
  }
table.dog-wormer td {
  padding: 0 5px;
  text-align: center;
  }

.wc-pao-addon.wc-pao-addon-408-4,
.wc-pao-addon-dob {
  display: none;
  }

.woocommerce-variation.single_variation {
  display: none !important;
  opacity: 0;
  }

.woocommerce-variation-add-to-cart {
  display: inline-block;
  }

.woocommerce div.product form.cart .button {
  float: none;
  padding: 1rem 3rem;
  margin: 0 .5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8rem;
  vertical-align: inherit;
  }

.wc-proceed-to-checkout {
  text-align: center;
  }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-block;
  padding: 1rem 3rem;
  margin: 0 .5rem;
  font-size: .9rem;
  font-weight: 400;
  border: 2px solid #009971;
  border-radius: 50px;
  }
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: white;
  cursor: pointer;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }

.product #mc-embedded-subscribe-form {
  display: none;
  }

.custom-combobox {
  position: relative;
  display: inline-block;
  }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  right: -27px;
  bottom: 0;
  display: block;
  width: 30px;
  height: auto;
  padding: 0;
  margin-left: -1px;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #696765;
  text-decoration: none;
  cursor: pointer;
  background-color: #d3d3d3;
  border-radius: 0 3px 3px 0;
  }
.custom-combobox-toggle:hover {
  text-decoration: none;
  }

.custom-combobox-input {
  padding: 5px 10px;
  margin: 0;
  }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: .4rem;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  *border-right-width: 2px;
  *border-bottom-width: 2px;
  }

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  }

.ui-state-hover,
.ui-state-active {
  color: #fff;
  text-decoration: none;
  background-color: #2d2b29;
  background-image: none;
  border-radius: 0;
  }

.ui-tooltip,
.ui-state-highlight {
  font-size: .9rem;
  color: #2d2b29;
  background: #f5f4f4;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  box-shadow: 0 0;
  }

*:focus {
  outline: none;
  }

.add_pet {
	padding: .5rem .75rem;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row-reverse;
	gap: 10px;
}

@media screen and (max-width: 767px){
	.add_pet{
		flex-direction: column-reverse;
	}
}

.single-product header#site{
	top: 0;
}

@media screen and (max-width: 767px){
	
    .single-product header#site{
		padding-top: 20px;
	}
	
	.covid-header .mobile{
		display: block;
	}
	
	.covid-header .desktop{
		display: none;
	}
}

.add_pet p{
	margin: 0;
	font-size: 14px;
}

.add_pet a {
  display: inline-block;
  padding: .5rem 2rem;
  font-size: .9rem;
  font-weight: 400;
  color: #009971;
  border: 2px solid #009971;
  border-radius: 50px;
  }
.add_pet a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #2d2b29;
  border-color: #2d2b29;
  }

.ui-widget-content {
  border: none;
  }

.ui-widget.ui-widget-content {
  border: none;
  }

.ui-dialog {
  width: 480px !important;
  box-shadow: 0 0 3px rgba(56, 54, 54, .86);
  }

.ui-dialog-titlebar {
  padding: 5px !important;
  color: white !important;
  background-color: #009971 !important;
  }

.ui-dialog-content {
  padding: 5px !important;
  }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  float: right;
  font-size: 12px;
  cursor: pointer;
  }

label[for=drontal],
label[for=dronspot] {
  position: relative;
  }

.tooltip {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #333;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(56, 54, 54, .86);
  }

.ui-dialog-content {
  background-color: white;
  }

.variation-TreatBoxspanclasswoocommerce-Price-amountamountspanclasswoocommerce-Price-currencySymbolpoundspan300span .woocommerce-Price-currencySymbol:before {
  content: '+';
  }

/**********************************************************
* FORMS
**********************************************************/
.pmp-form {
  margin: 2rem 0;
  }
.pmp-form .row,
.pmp-form .form-row {
  margin-bottom: 10px;
  }
.pmp-form .form-control {
  padding: .3rem 1rem;
  margin-bottom: 10px;
  }
.pmp-form span.wpcf7-not-valid-tip {
  font-size: .8em;
  }
.pmp-form .btn {
  padding: 1rem 3rem;
  color: #009971;
  background-color: white;
  border: 1px solid #009971;
  border-radius: 30px;
  }
.pmp-form .btn:hover {
  color: white;
  background-color: #e94a34;
  border: 1px solid #e94a34;
  }

/**********************************************************
* WPR ADDED
**********************************************************/
li.variation-FleaDoseCustomer,
.woocommerce td.product-name dl.variation dd.variation-FleaDoseCustomer,
.woocommerce td.product-name dl.variation dt.variation-FleaDoseCustomer,
li.variation-FleaDoseFulfilment,
.woocommerce td.product-name dl.variation dd.variation-FleaDoseFulfilment,
.woocommerce td.product-name dl.variation dt.variation-FleaDoseFulfilment,
li.variation-FleaApplication,
.woocommerce td.product-name dl.variation dd.variation-FleaApplication,
.woocommerce td.product-name dl.variation dt.variation-FleaApplication,
li.variation-WormDoseCustomer,
.woocommerce td.product-name dl.variation dd.variation-WormDoseCustomer,
.woocommerce td.product-name dl.variation dt.variation-WormDoseCustomer,
li.variation-WormDoseFulfilment,
.woocommerce td.product-name dl.variation dd.variation-WormDoseFulfilment,
.woocommerce td.product-name dl.variation dt.variation-WormDoseFulfilment,
li.variation-WormApplication,
.woocommerce td.product-name dl.variation dd.variation-WormApplication,
.woocommerce td.product-name dl.variation dt.variation-WormApplication,
li.variation-WormingMonth,
.woocommerce td.product-name dl.variation dd.variation-WormingMonth,
.woocommerce td.product-name dl.variation dt.variation-WormingMonth,
li.variation-ManualAdminPrice,
.woocommerce td.product-name dl.variation dd.variation-ManualAdminPrice,
.woocommerce td.product-name dl.variation dt.variation-ManualAdminPrice{
    display: none!important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li,
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}

@media screen and (max-width: 767px){
	.woocommerce .cart-collaterals .cross-sells ul.products li{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.wpr-cross-sells-wrap ul.products li {
    text-align: center;
}


.wpr-cross-sells-wrap ul.products li a img {
    margin: 0 auto !important;
}

.wpr-cross-sells-wrap ul.products li a.add_to_cart_button {
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: .9rem;
    font-weight: 400;
    color: #009971;
    border: 2px solid #009971;
    border-radius: 50px;
    background: transparent;
}

.wpr-cross-sells-wrap ul.products li a.add_to_cart_button:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #2d2b29;
    border-color: #2d2b29;
}
.wpr-cross-sells-wrap ul.products li:after {
  content: '(+ £3.99 shipping)';
  display: block;
  font-size: 13px;
}
.wpr-cross-sells-wrap,
.woocommerce .cart-collaterals .cross-sells ul.products {
    width: 48%;
    float: right;
    clear: none;
}

#wpr-cross-selling-left {
    float: left;
    width: 48%;
}

.cart-collaterals .cross-sells .woocommerce-LoopProduct-link img {
    width: 150px !important;
}

.parasite-support {
    background-color: #ce7045 !important;
    color: #FFF !important;
}

.parasite-support-fields {
    margin-bottom: 10px;
}    

.parasite-support-fields input[type="checkbox"] {
    margin: 5px;
}

.parasite-support-fields label {
    min-width: 70px;
}

.subscription-total-price{
	color: white;
    background-color: #009971;
    max-width: 720px;
    margin: auto;
    margin-bottom: 32px;
    border-radius: 0;
    padding: 1rem 3rem;
    font-size: 1.125rem;
}

.subscription-total-price span._span_price{
	font-weight: 700;
}

#product-408 .woocommerce-product-gallery {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .wpr-cross-sells-wrap, .woocommerce .cart-collaterals .cross-sells ul.products {
        float: none;
        width: 100%;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products,#wpr-cross-selling-left {
        width: 100%;
    }
	
	#wpr-cross-selling-left .hovertip .hovertiptext{
		left: -40px;
    	bottom: 108%;
	}
	
	#wpr-cross-selling-left .hovertip .hovertiptext::after{
		    left: 97%;
	}
	
	.cart-collaterals .cross-sells .woocommerce-LoopProduct-link {
		text-align: center;
		flex: 1;
	}

    .cart-collaterals .cross-sells .woocommerce-LoopProduct-link img {
        width: 50% !important;
		margin: auto !important;
    }
}

#container_upgrade .wc-pao-addon .wc-pao-addon-description {
    font-style: normal;
}

@media screen and (max-width: 767px){
	
	body{
		word-break: break-word;
		overflow-x: hidden;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary{
		width: 100%;
		overflow: hidden;
		padding: 0 20px;
	}
	
	#tabs > div p{
		max-width: 100%;
	}
	
	.woocommerce #payment #place_order.wc-braintree-hide, 
	.woocommerce-page #payment #place_order.wc-braintree-hide{
		width: auto;
	}

	#main .container{
		overflow: hidden;
	}
	
	.product-template-default.single header#site{
		padding-bottom: 5px;
	}

	.product-template-default.single header#site a.home{
		margin: auto;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-subtotal, 
	.woocommerce-page table.shop_table_responsive tr td.product-subtotal,
	.woocommerce table.shop_table_responsive tr td.product-quantity,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
}
.covid-header .mobile{
	display: none;
}

.single-product header#site{
	top: 0;
}

@media screen and (max-width: 767px){
	
    .single-product header#site{
		padding-top: 20px;
	}
	
	.covid-header .mobile{
		display: block;
	}
	
	.covid-header .desktop{
		display: none;
	}
}

.mobile-hovertiptext.hovertiptext{
	visibility: visible;
    position: relative;
	display: none;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    border: 1px solid #888;
    box-shadow: 0 0 3px rgb(56 54 54 / 86%);
    text-align: left;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 13px;
	width: 100%;
    max-width: calc(310px - 40px);
    margin-top: 5px;
}

.mobile-hovertiptext.hovertiptext ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.mobile-hovertiptext.hovertiptext ul li {
    /*background-image: url(/wp-content/uploads/2021/03/Tick-2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0px 3px;*/
    padding-left: 5px;
    background-size: 14px;
}

#tabs > div select{
	min-width: 1px;
    padding-right: 39px;
}

.hide-product {
	display: none !important;
}
#wpr-cross-selling-left {
    width: 80%;
    position: static;
    padding-left: 140px;
	padding-right: 15px;
}

.wpr-cross-sells-wrap{
    width: 100%;
    float: left;
    border: 1px solid rgba(0,0,0,.1);
	padding: .5rem 1rem .5rem 1rem;
    margin-bottom: 40px;
    position: relative;
	display: flex;
    align-items: center;
}
.add_pet{
	padding: 1rem 1rem 1rem 1.7rem;
	background-color:#d9eae2;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: center;
}
.add_pet p {
    margin: 0;
    font-size: 20px;
}
.add_pet h3{
	font-size: 2.25rem;
    margin: 0;
    line-height: 1;
}
.add_pet a, .wpr-cross-sells-wrap ul.products li a.add_to_cart_button, .woocommerce a.button.alt {
	display: inline-block;
    padding: 0.4rem 2rem;
    font-size: 1.18rem;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    line-height:1;
    background-color: #4d997f;
    font-family: brandon-grotesque, sans-serif;
}
.wpr-cross-sells-wrap ul.products, .wpr-cross-sells-wrap ul.products li.product{
	position:static;
}
.woocommerce .cart-collaterals .cross-sells ul.products {
    width: 20%;
}
.woocommerce .cart-collaterals .cross-sells ul.products>li {
    text-align:center;
}
.wpr-cross-sells-wrap ul.products li.product{
	text-align: left;
    margin: 0 !important;
}
.wpr-cross-sells-wrap ul.products li.product a img{
    position: absolute;
    left: 0;
    top: 20px;
}
.wpr-cross-sells-wrap ul.products li.product .woocommerce-loop-product__title{
	padding: 0.1em 0;
    margin: 0;
    font-size: 1.5em;	
}
.wpr-cross-sells-wrap ul.products li.product .price{
	color: #4d997f;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.15em;
}
.woocommerce a.button.alt {
	border: 2px solid #4d997f;
	background-color: #4d997f;
}
.cart_totals{
	clear: both;
}
#coupon_code{
	border-radius: 5px;
}
#tabs.variationsx {
	position:relative;
	z-index:9999;
}
#tabs .variations {
    overflow: visible;
}
@media screen and (max-width: 1024px){
	.add_pet {
    	padding: 1rem;
	}
	#wpr-cross-selling-left {
    	width: 100%;
	}
	.wpr-cross-sells-wrap, 	.wpr-cross-sells-wrap ul.products li.product {
	    text-align: center;
	}
}

/*Steps screen */
@media (min-width: 768px) {
  #tabs > div .step-note {
      margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  header#site {
      top: -32px;
      height: 100px;
      padding: 1rem 0 1rem 0;
  }
}
@media (min-width: 1200px) {
  #tabs > div h1 {
      font-size: 2.3rem;
  }
  #tabs > div h3 {
      font-size: 1.3rem;
      margin-bottom: 0.5rem;
  }
  #tabs .product-addon-totals ul li {
      font-size: .875rem;
  }
}
#tabs > div{
    padding: 1rem 0.5rem 1rem;
}
#tabs > div #container_flea_treatment, #tabs > div #container_worm_treatment {
    margin: 0.5rem;
}
#tabs > div p {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}
#tabs > div label {
    padding: 0.3rem;
}
#tabs .tab-nav {
    margin: 0.5rem 0;
}
#tabs .product-addon-totals {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1410px){
  #tabs > div .treats img {
      max-width: 900px;
  }
}

#tabs .hovertip .hovertiptext {
    bottom: auto;
    top: 30px;
}
#tabs .hovertip .hovertiptext::after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.label_radio_stylized .control_indicator, #tabs > div #container_flea_treatment label .control_indicator, #tabs > div #container_worm_treatment label .control_indicator {
    top: 6px;
    width: 25px;
    height: 25px;
}
.label_radio_stylized .control_indicator:after, #tabs > div #container_flea_treatment label .control_indicator:after, #tabs > div #container_worm_treatment label .control_indicator:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
}
#tabs #step-6 .subscription-total-price,
#tabs #step-6>p, #tabs .tab-nav { margin: 0 auto 20px;}
#step-7 #container_summary {
    line-height: 1;
}
.woocommerce div.product div.summary, .woocommerce div.product form.cart {
    margin-bottom: 1em;
}
div.product-addon-totals .wc-pao-subtotal-line {
    justify-content: flex-end;
    border-top: 1px solid #eee;
    padding: 5px 0;
    margin-top: 10px;
}
/*Steps screen END*/
.actions button[name="update_cart"] {
  display:none !important
}
@media (min-width: 992px) {
	body.woocommerce-cart header#site{
		top: -30px;
		height: 100px;
		padding: 2rem 0 0 0;
	}
}

@media screen and (max-width: 768px){
	.add_pet h3 {
    	font-size: 2rem;
	}
	.add_pet p {
		font-size: 15px;
	}
	body.woocommerce-cart .banner{
		padding: 1rem 0
	}
	#wpr-cross-selling-left {
		width: 60%;
		padding-left:0;
		line-height: 1.3;
	}
	.wpr-cross-sells-wrap{
	  margin-bottom: 15px;
	  padding: 0.5rem;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products {
		width: 40%;
		position: static;
	}
    .wpr-cross-sells-wrap ul.products li.product a img {
        width: 150px !important;
		position: static;
    }
  #tabs #step-6 .col-md-6 {padding: 0 15px;}
  #tabs #step-6 .col-md-6 label{font-size: 0.92rem;}

  #tabs > div #container_flea_treatment, 
  #tabs > div #container_worm_treatment {
      margin: 0.5rem 0;
      width: 100%;
  }

}
@media screen and (max-width: 1200px){
	.wpr-cross-sells-wrap h2{
	  font-size: 2rem;
 	  line-height: 1;
	}
	#billing_cp_button{
    	padding: 1rem 2rem;
	}
}
@media screen and (max-width: 992px){
	#billing_cp_button{
    	padding: 1rem;
	}
}
.wc_braintree_banner_gateways {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-braintree-checkout-banner ul.wc_braintree_banner_gateways .wc-braintree-banner-gateway {
    margin: 0 5px 16px 5px !important;
}
.wc_braintree_banner_gateways li.wc_braintree_banner_gateway_braintree_paypal{order:1;}
.wc_braintree_banner_gateways li.wc_braintree_banner_gateway_braintree_applepay{order:2;}
.wc_braintree_banner_gateways li.wc_braintree_banner_gateway_braintree_googlepay{order:3;width:140px;}
.wc_braintree_banner_gateways>li, .wc-braintree-paypal-top-container iframe {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  border-radius: 6px;
  max-width:140px !important;
}
.gpay-card-info-iframe{
  width:140px !important;
}
.gpay-card-info-animation-container-fade-out {
    animation-fill-mode: none !important;
    left: 40px;
}
.gpay-card-info-placeholder-container svg, .gpay-card-info-animation-container-fade-out .gpay-card-info-animated-progress-bar-container{display: none;}
.gpay-card-info-animation-gpay-logo.black{
  position: relative;
  left: -60px;
}
.wc_braintree_banner_gateways li.wc_braintree_banner_gateway_braintree_applepay button {
      border-radius: 4px;
}
.wc-braintree-checkout-banner:before{
  content:'Express checkout';
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display: inline-block;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wpr-cross-selling-left .hovertip .hovertiptext {
      left: 50%;
      bottom: 108%;
      transform: translateX(-50%);
  }
  #wpr-cross-selling-left .hovertip .hovertiptext::after {
      left: 50%;
  }
  .petsubscriptionbox .product-quantity{display:none!important;}
  .woocommerce table.shop_table_responsive tr.shipping.recurring-total td::before{
    /*content: 'Subscription Box Shipping Cost:';*/
  }
  #order_review .cart_item td:first-child{width:66%;}
}

.woocommerce ul#shipping_method li{
  margin: 0;
}

.your-subscription-complete{
  max-width: 730px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.your-subscription-complete .btn-link{
	margin-bottom: 24px;
}
.woocommerce-billing-fields .validate-email .field_email_note {
    color: #a00;
    font-size: 0.8125em;
    margin-top: 1em;
}
.woocommerce-billing-fields .validate-email .field_email_note.active {
    display: inline;
  }

.woocommerce-MyAccount-content .button.suspend{
  display: none !important;
}
.woocommerce-MyAccount-content .button.change_address{
  background-color: #4d997f;
  color: #ffffff;
}
.woocommerce-MyAccount-content .button.change_address:hover{
  opacity: 0.8;
}
