@charset "UTF-8";
/**
 * Custom variables followed by theme variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #3e3e3e;
  --gray-dark: #2b2b2b;
  --primary: #962348;
  --secondary: #6c757d;
  --success: #28bb74;
  --info: #3b86ff;
  --warning: #ff9736;
  --danger: #962348;
  --light: #f5f5f5;
  --dark: #1a1a1a;
  --primary-dark: #6d1934;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

 aside, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

a {
  color: #962348;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #58152a;
  text-decoration: none;
}

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


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

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

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

table {
  border-collapse: collapse;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

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

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

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

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote, .ckeditor-content blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.9375rem;
  color: #767676;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.container,
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {

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

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

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

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

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

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

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

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #111;
}
.table th,
.table td {
  padding: 1.5rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}
.form-control:focus {
  color: #111;
  background-color: #fff;
  border-color: #1a1a1a;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:disabled {
  background-color: #d8d8d8;
  opacity: 1;
}

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

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

.form-control-sm {
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

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

textarea.form-control {
  height: auto;
}

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

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

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


.is-invalid ~ .invalid-feedback {
  display: block;
}

 .form-control.is-invalid {
  border-color: #962348;
  padding-right: calc(1em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23962348' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23962348' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.4375rem) center;
  background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}
 .form-control.is-invalid:focus {
  border-color: #962348;
  box-shadow: 0 0 0 0 rgba(150, 35, 72, 0.25);
}

 textarea.form-control.is-invalid {
  padding-right: calc(1em + 1.75rem);
  background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem);
}

 .custom-select.is-invalid {
  border-color: #962348;
  padding-right: calc(0.75em + 4.8125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") right 1.5rem center/1rem 1rem no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23962348' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23962348' stroke='none'/%3e%3c/svg%3e") center right 3.5rem/calc(0.5em + 0.875rem) calc(0.5em + 0.875rem) no-repeat;
}
 .custom-select.is-invalid:focus {
  border-color: #962348;
  box-shadow: 0 0 0 0 rgba(150, 35, 72, 0.25);
}

 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #962348;
}
 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #962348;
}
 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #bf2d5c;
  background-color: #bf2d5c;
}
 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(150, 35, 72, 0.25);
}
 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #962348;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #111;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #111;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #962348;
  border-color: #962348;
}
.btn-primary:hover {
  color: #fff;
  background-color: #771c39;
  border-color: #6d1934;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #771c39;
  border-color: #6d1934;
  box-shadow: 0 0 0 0 rgba(166, 68, 99, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #962348;
  border-color: #962348;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6d1934;
  border-color: #62172f;
}
.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 0 rgba(166, 68, 99, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28bb74;
  border-color: #28bb74;
}
.btn-success:hover {
  color: #fff;
  background-color: #219b60;
  border-color: #1f915a;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #219b60;
  border-color: #1f915a;
  box-shadow: 0 0 0 0 rgba(72, 197, 137, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28bb74;
  border-color: #28bb74;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1f915a;
  border-color: #1d8653;
}
.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 0 rgba(72, 197, 137, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
  box-shadow: 0 0 0 0 rgba(60, 60, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
.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 0 rgba(60, 60, 60, 0.5);
}

.btn-outline-warning {
  color: #ff9736;
  border-color: #ff9736;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9736;
  border-color: #ff9736;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 151, 54, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9736;
  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: #fff;
  background-color: #ff9736;
  border-color: #ff9736;
}
.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 0 rgba(255, 151, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #962348;
  text-decoration: none;
}
.btn-link:hover {
  color: #58152a;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #3e3e3e;
  pointer-events: none;
}

.btn-lg {
  padding: 1.0625rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
}

.btn-sm {
  padding: 0.8125rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  border-radius: 0;
}

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

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

.fade {
  transition: opacity 0.2s ease-in-out;
}
@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 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropright,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus {
  z-index: 3;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.3125rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1a1a1a;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #a6a6a6;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e5e5e5;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #767676;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1875rem;
  left: -2rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #e5e5e5;
  border: #525252 solid 0;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1875rem;
  left: -2rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: 50%/10px 8px no-repeat;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3e%3cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M9 1L3.5 7L1 4.27273'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #962348;
  background-color: #962348;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(150, 35, 72, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(150, 35, 72, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 3.5rem 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #111;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") right 1.5rem center/1rem 1rem no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #1a1a1a;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.custom-select:focus::-ms-value {
  color: #111;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: #3e3e3e;
  background-color: #d8d8d8;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}

.custom-control-label::before,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.8rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #3e3e3e;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 0 1px 0 solid #e5e5e5;
}
.nav-tabs .nav-link {
  margin-bottom: -0 0 1px 0;
  border: 0 0 1px 0 solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #d8d8d8 #d8d8d8 #e5e5e5;
}
.nav-tabs .nav-link.disabled {
  color: #3e3e3e;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #962348;
  background-color: transparent;
  border-color: #bababa #bababa transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -0 0 1px 0;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.7625rem;
  padding-bottom: 0.7625rem;
  margin-right: 1rem;
  font-size: 1.05rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.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: 50%/100% 100% no-repeat;
}
@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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: #111;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #111;
}
.navbar-light .navbar-nav .nav-link {
  color: #111;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #962348;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(17, 17, 17, 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: #962348;
}
.navbar-light .navbar-toggler {
  color: #111;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0H0V1.75561H20V0Z' fill='%23111'/%3e%3cpath d='M20 6.5685H0V8.32412H20V6.5685Z' fill='%23111'/%3e%3cpath d='M20 13.2437H0V15H20V13.2437Z' fill='%23111'/%3e%3c/svg%3e");
}

.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: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0H0V1.75561H20V0Z' fill='%23fff'/%3e%3cpath d='M20 6.5685H0V8.32412H20V6.5685Z' fill='%23fff'/%3e%3cpath d='M20 13.2437H0V15H20V13.2437Z' fill='%23fff'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(17, 17, 17, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

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

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

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(17, 17, 17, 0.03);
  border-bottom: 0 solid rgba(17, 17, 17, 0.125);
}
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(17, 17, 17, 0.03);
  border-top: 0 solid rgba(17, 17, 17, 0.125);
}


.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: inherit;
  content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: inherit;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.badge {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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: 0.6em;
  padding-left: 0.6em;
}

.badge-danger {
  color: #fff;
  background-color: #962348;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #6d1934;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(150, 35, 72, 0.5);
}

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

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

.alert-primary {
  color: #561a2e;
  background-color: #ead3da;
  border-color: #e2c1cc;
}
.alert-primary hr {
  border-top-color: #dab0be;
}
.alert-primary .alert-link {
  color: #2f0e19;
}

.alert-success {
  color: #1d6944;
  background-color: #d4f1e3;
  border-color: #c3ecd8;
}
.alert-success hr {
  border-top-color: #b0e6cb;
}
.alert-success .alert-link {
  color: #12412a;
}

.alert-info {
  color: #274e8d;
  background-color: #d8e7ff;
  border-color: #c8ddff;
}
.alert-info hr {
  border-top-color: #afcdff;
}
.alert-info .alert-link {
  color: #1c3865;
}

.alert-warning {
  color: #8d5724;
  background-color: #ffead7;
  border-color: #ffe2c7;
}
.alert-warning hr {
  border-top-color: #ffd5ae;
}
.alert-warning .alert-link {
  color: #643e1a;
}

.alert-danger {
  color: #561a2e;
  background-color: #ead3da;
  border-color: #e2c1cc;
}
.alert-danger hr {
  border-top-color: #dab0be;
}
.alert-danger .alert-link {
  color: #2f0e19;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 15px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 15px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #ddd;
}

.media {
  display: flex;
  align-items: flex-start;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 1.5rem;
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #3e3e3e;
  pointer-events: none;
  background-color: transparent;
}
.list-group-item.active {
  z-index: 2;
  color: #111;
  background-color: transparent;
  border-color: #e5e5e5;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #a6a6a6;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #a6a6a6;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.6875rem;
  word-wrap: break-word;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid transparent;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #962348;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #962348;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23962348' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23962348' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6d1934;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

.bg-dark {
  background-color: #1a1a1a !important;
}

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

.bg-primary-dark {
  background-color: #6d1934 !important;
}

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.align-items-center {
  align-items: center !important;
}
@media (min-width: 768px) {

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shadow {
  box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, 0.02) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem !important;
}

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

.mr-4 {
  margin-right: 1rem !important;
}

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

.ml-4 {
  margin-left: 1rem !important;
}

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

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

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

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

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

.mt-8 {
  margin-top: 2.5rem !important;
}

.mb-8 {
  margin-bottom: 2.5rem !important;
}

.mb-9 {
  margin-bottom: 3rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.ml-12 {
  margin-left: 6rem !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;
}

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

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


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

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

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

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


.px-3 {
  padding-right: 0.75rem !important;
}

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

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

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


.py-4 {
  padding-top: 1rem !important;
}


.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}


.py-5 {
  padding-top: 1.25rem !important;
}


.py-5 {
  padding-bottom: 1.25rem !important;
}

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

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


.px-6 {
  padding-right: 1.5rem !important;
}


.py-6 {
  padding-bottom: 1.5rem !important;
}


.px-6 {
  padding-left: 1.5rem !important;
}

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


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

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

.pr-8 {
  padding-right: 2.5rem !important;
}

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


.py-9 {
  padding-top: 3rem !important;
}


.py-9 {
  padding-bottom: 3rem !important;
}


.py-10 {
  padding-top: 4rem !important;
}

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


.py-11 {
  padding-top: 5rem !important;
}


.py-11 {
  padding-bottom: 5rem !important;
}


.py-12 {
  padding-top: 6rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {

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

  .pr-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {

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

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

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

  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1rem !important;
  }

  .mb-md-7 {
    margin-bottom: 2rem !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {

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

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

  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #3b86ff !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
blockquote {
    border: 1px solid #525252;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #111;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
}
.badge {
  letter-spacing: 0.02em;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: Feather;
}
.btn {
  height: calc(1rem + 1.75rem + 2px);
  white-space: nowrap;
}
.btn[data-toggle=button] {
  cursor: pointer;
}

.btn:not([href]):not(button):not(label) {
  pointer-events: none;
}
.btn:not([href]):not(button):not(label) > a {
  pointer-events: auto;
}

.btn-lg {
  height: calc(1.5rem + 2.125rem + 2px);
}

.btn-sm {
  height: calc(1.40625rem + 1.625rem + 2px);
}

.btn-xs {
  height: calc(1.40625rem + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
}

.btn-link {
  font-weight: 700;
  color: #111;
}
.btn-link:hover, .btn-link:focus {
  color: #962348;
}
.btn-link[data-toggle=button].active {
  color: #962348;
}

[class*=btn-outline] {
  color: #111;
}

.card > * {
  flex-shrink: 0;
}

.card .card-footer {
  padding: 1.5rem;
}

.card-lg .card-body,
.card-lg .card-footer {
  padding: 2rem;
}

.card-sm .card-body,
.card-sm .card-footer {
  padding: 1.25rem;
}

.card-body {
  flex: 0 0 auto;
}

.card-footer {
  background-color: transparent;
}

.card-collapse {
  position: absolute;
  top: 100%;
  width: 100%;
}

.card-collapse-parent {
  position: relative;
  transform-origin: 0px, 0px;
  transition: transform 0.35s ease;
}

*:not(.toast-header):not(.alert) > .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1030;
  display: inline-flex;
}

.close {
  transition: all 0.1s ease-in-out;
  transition-property: color;
}

.custom-control {
  padding-left: 0;
}

.custom-control .custom-control-label {
  color: #767676;
  cursor: pointer;
}
.custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
  top: calc((1em * 1.5 - 1.125rem) / 2);
}

.custom-control .custom-control-input:checked ~ .custom-control-label {
  color: #111;
}

.custom-control .custom-control-input:disabled ~ .custom-control-label {
  text-decoration: line-through;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  padding-left: 2rem;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  left: 0;
}
.custom-checkbox .custom-control-label:empty,
.custom-radio .custom-control-label:empty {
  padding-left: 1.125rem;
}

.custom-select-xxs {
  height: calc(1.40625rem + 0.375rem + 2px);
  padding: 0.1875rem 2.5rem 0.1875rem 0.5rem;
  font-size: 0.9375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 0.5rem center/1rem 1rem;
}

.dropdown {
  display: inline-block;
}

.dropdown-menu {
  background-clip: border-box;
}

.dropdown-menu .card-lg .card-body .dropright {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.position-static .dropdown-menu .card-body {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle {
  overflow: hidden;
}
.dropdown-toggle::after {
  float: right;
  margin-left: 0.255em;
  font-family: "Feather";
  border: 0;
}

.dropdown-toggle::after {
  content: "";
}

.dropdown-toggle[data-toggle=collapse]::after {
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
}

.dropdown-toggle[data-toggle=collapse][aria-expanded=true]::after {
  transform: rotate(180deg);
}

.form-control {
  background-clip: border-box;
  transition: all 0.1s ease-in-out;
  transition-property: border;
}
@media (min-width: 768px) {
  .offset-md-n1 {
    margin-left: -8.3333333333%;
  }
}

.input-group .form-control-sm ~ .input-group-append .input-group-text {
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
}

.list-group-item {
  flex-shrink: 0;
}

.list-group-lg .list-group-item {
  padding: 2rem 2rem;
}

.list-group-sm .list-group-item {
  padding: 1.25rem 1.25rem;
}

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

.list-group-flush .list-group-item + .list-group-item {
  border-top: 1px solid #e5e5e5;
}

.list-group-flush-y .list-group-item:first-child {
  padding-top: 0;
  border-top: none;
}
.list-group-flush-y .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.list-group-flush-x .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}

.nav-link {
  font-weight: 700;
  color: #111;
}
.nav-link.active {
  color: #962348;
}
.nav-link.active:hover, .nav-link.active:focus {
  color: #962348;
}
.nav-link:hover {
  color: #962348;
}

.nav-link.active {
  position: relative;
}
.nav-link.active::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.25rem;
  border-top: 1px solid #962348;
}

.nav.nav-tabs .nav-link {
  padding: 0.875rem 0;
}
.nav.nav-tabs .nav-link + .nav-link {
  margin-left: 2rem;
}
.nav.nav-tabs .nav-link::before {
  left: 0;
  right: 0;
  bottom: -1px !important;
}

.nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}
.nav-overflow::-webkit-scrollbar {
  display: none;
}

.nav-overflow .nav-link {
  white-space: nowrap;
}

.navbar-brand {
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    font-size: 0.8rem;
  }
}

.navbar-nav .nav-link {
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

.navbar-nav .dropdown-menu [class*=container] {
  display: block;
}

.navbar-nav > .dropdown.position-static > .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: calc(1.5rem + 1px);
  width: 100%;
}

[data-cart-items] {
  position: relative;
  display: inline-block;
}
[data-cart-items]::before {
  content: attr(data-cart-items);
  position: absolute;
  top: -0.5rem;
  right: -0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #962348;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-collapse::before {
    content: "";
    display: block;
    margin-top: 0.5rem;
  }
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav.flex-row > .nav-item + .nav-item {
    margin-left: 1rem;
  }
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item > .nav-link.active::before {
    display: none;
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown.position-static {
    position: relative !important;
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown-menu {
    min-width: 0 !important;
    border: 0;
    background-color: transparent;
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown .dropdown-menu .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown:not(.position-static) .dropdown-menu .card-body {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .navbar:not(.navbar-vertical).navbar-expand-lg .navbar-nav:first-child {
    margin-left: -1rem;
  }
  .navbar:not(.navbar-vertical).navbar-expand-lg .navbar-nav:last-child {
    margin-right: -1rem;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown > .dropdown-menu,
.navbar-nav .dropright > .dropdown-menu {
    display: block !important;
    visibility: hidden;
    transform-origin: top center;
    opacity: 0;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0.5rem);
  }

  .navbar-nav .dropright > .dropdown-menu {
    transform: translateY(0.5rem);
  }

  .navbar-nav .hovered > .dropdown-menu {
    transition: all 0.2s ease-in-out;
    transition-property: visibility, transform, opacity;
  }

  .navbar-nav .dropdown.show > .dropdown-menu,
.navbar-nav .dropright.show > .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .navbar-nav .dropdown.show > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .navbar-nav .dropright.show > .dropdown-menu {
    transform: translateY(0);
  }
}
.pagination {
  margin-bottom: 0;
  font-weight: 700;
}

a {
  transition: all 0.1s ease-in-out;
  transition-property: color;
}

.table tbody th {
  font-size: 0.9375rem;
  font-weight: 700;
}

.table tbody td, .table tbody th {
  transition: all 0.1s ease-in-out;
}

.table-sm tbody th {
  font-size: 0.875rem;
}

.table-sm tbody td {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.25rem;
  }

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

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

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

  h5, .h5 {
    font-size: 1.375rem;
  }
}
.heading-xxxs {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

small {
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

.blockquote > p, .ckeditor-content blockquote > p {
  font-style: italic;
}
.blockquote > p::before, .ckeditor-content blockquote > p::before {
  content: open-quote;
}
.blockquote > p::after, .ckeditor-content blockquote > p::after {
  content: close-quote;
}

.blockquote-footer::before {
  display: none;
}

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

.list-styled-item + .list-styled-item {
  margin-top: 0.75em;
}

.list-styled-link {
  display: block;
  color: #525252;
}
.list-styled-link:hover, .list-styled-link:focus {
  color: #111;
}
.list-styled-link.active {
  color: #111;
}

ol, ul, dl {
  margin-bottom: 1.5rem;
}

.bg-cover {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-dark-40 {
  background-color: rgba(26, 26, 26, 0.4) !important;
}

.font-size-lg {
  font-size: 1.125rem !important;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-sm {
  font-size: 0.9375rem !important;
}

.font-size-xs {
  font-size: 0.875rem !important;
}

.font-size-xxs {
  font-size: 0.8125rem !important;
}

.font-size-h1 {
  font-size: 2.75rem !important;
}

.font-size-h2 {
  font-size: 2.25rem !important;
}

.font-size-h3 {
  font-size: 2rem !important;
}

.font-size-h4 {
  font-size: 1.75rem !important;
}

.font-size-h5 {
  font-size: 1.5rem !important;
}

@media (max-width: 767.98px) {
  .font-size-h1 {
    font-size: 2.25rem !important;
  }

  .font-size-h2 {
    font-size: 1.875rem !important;
  }

  .font-size-h3 {
    font-size: 1.75rem !important;
  }

  .font-size-h4 {
    font-size: 1.5rem !important;
  }

  .font-size-h5 {
    font-size: 1.375rem !important;
  }
}

.text-gray-400 {
  color: #909090 !important;
}
.text-gray-400[href]:hover {
  color: #767676 !important;
}

.text-gray-500 {
  color: #525252 !important;
}
.text-gray-500[href]:hover {
  color: #3e3e3e !important;
}

.text-body[href]:hover, .text-body[href]:focus {
  color: #303030 !important;
}

.text-muted[href]:hover, .text-muted[href]:focus {
  color: #525252 !important;
}

.font-style-normal {
  font-style: normal !important;
}
.vw-50 {
  width: 50vw !important;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rating {
  display: inline-flex;
  margin-bottom: 0;
}

.rating:not([data-value]) .rating-item {
  color: #ccc;
}

.rating[data-value="1"] .rating-item:nth-child(n+2) {
  color: #ccc;
}

.rating[data-value="2"] .rating-item:nth-child(n+3) {
  color: #ccc;
}

.rating[data-value="3"] .rating-item:nth-child(n+4) {
  color: #ccc;
}

.rating[data-value="4"] .rating-item:nth-child(n+5) {
  color: #ccc;
}

.rating[data-value="5"] .rating-item:nth-child(n+6) {
  color: #ccc;
}

.line {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: block;
  width: 200px;
  margin-left: 2rem;
  margin-right: 2rem;
  border-top: 1px solid;
  color: #962348;
}

.line::after {
  content: "";
  position: inherit;
  top: inherit;
  transform: inherit;
  width: 11px;
  height: 11px;
  background-color: currentColor;
  border-radius: 50%;
}

.review {
  position: relative;
  padding-left: 2.5rem;
}

.review:not(.review-child) {
  padding-right: 2.5rem;
  border: 1px solid #e5e5e5;
}

.review + .review {
  margin-top: 1.25rem;
}

.flickity-viewport {
  cursor: auto !important;
}

.flickity::after {
  display: none;
  content: "flickity";
}

.flickity-none::after {
  display: none;
  content: "";
}

@media (min-width: 576px) {
  .flickity-sm::after {
    content: "flickity";
  }

  .flickity-sm-none::after {
    content: "";
  }
}
@media (min-width: 768px) {
  .flickity-md::after {
    content: "flickity";
  }

  .flickity-md-none::after {
    content: "";
  }
}
@media (min-width: 992px) {
  .flickity-lg::after {
    content: "flickity";
  }

  .flickity-lg-none::after {
    content: "";
  }
}
@media (min-width: 1200px) {
  .flickity-xl::after {
    content: "flickity";
  }

  .flickity-xl-none::after {
    content: "";
  }
}
.flickity-page-dots {
  position: relative;
  bottom: 0;
  margin-top: 3rem;
}

.flickity-page-dots .dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #d8d8d8;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.flickity-page-dots .dot:hover {
  background-color: #ccc;
}
.flickity-page-dots .dot.is-selected {
  background-color: #962348;
}

.flickity-page-dots-progress .flickity-page-dots {
  display: flex;
  width: 100%;
  max-width: 570px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.flickity-page-dots-progress .flickity-page-dots .dot {
  flex: 1;
  height: 0.25rem;
  margin: 0;
  border-radius: 0;
  background-color: #962348;
}
.flickity-page-dots-progress .flickity-page-dots .dot.is-selected ~ .dot {
  background-color: #e5e5e5;
}

.flickity-page-dots-inner .flickity-page-dots {
  position: absolute;
  bottom: 1.5rem;
}

.flickity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background-color: #fff;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}
.flickity-button:hover, .flickity-button:focus, .flickity-button:active {
  color: #a6a6a6;
  box-shadow: none;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .flickity-button {
    display: none;
  }
}

.flickity-button::before {
  font-family: "Feather";
  font-size: 1.125rem;
  line-height: 1;
}

.flickity-button > svg {
  display: none;
}

.flickity-button.previous {
  left: 0;
}

.flickity-button.previous::before {
  content: "";
}

.flickity-button.next {
  right: 0;
}

.flickity-button.next::before {
  content: "";
}

.flickity-buttons-lg .flickity-button {
  background-color: transparent;
  color: #bababa;
}
.flickity-buttons-lg .flickity-button:hover {
  background-color: transparent;
  color: #111;
}

.flickity-buttons-lg .flickity-button::before {
  font-size: 2rem;
}

.flickity-buttons-offset .flickity-button {
  transform: translateY(-125%);
}

.flickity-buttons-bottom-left .flickity-button {
  top: auto;
  bottom: 0;
  transform: none;
}

.flickity-buttons-bottom-left .flickity-button.previous {
  left: 0;
}

.flickity-buttons-bottom-left .flickity-button.next {
  left: 42px;
}

.flickity-nav .flickity-slider > * {
  opacity: 0.8;
}

.flickity-nav .is-nav-selected {
  opacity: 1;
}
.flickity-nav .is-nav-selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  padding: inherit;
  background-color: #111;
  background-clip: content-box;
}

.row.no-gutters > .flickity-viewport > .flickity-slider > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.flickity-vertical {
  height: 100% !important;
}

.flickity-vertical .flickity-viewport {
  position: relative !important;
  height: 100% !important;
}

.flickity-vertical .flickity-slider {
  position: relative;
  transform: none !important;
}

.flickity-vertical .flickity-slider > * {
  position: relative !important;
  left: 0 !important;
}

.flickity-light .flickity-button:hover, .flickity-light .flickity-button:focus, .flickity-light .flickity-button:active {
  color: #fff;
}

.fe {
  display: inline-block;
  vertical-align: -0.1em;
}

.navbar-brand img {
  max-width: 70px;
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 50px;
  }
}

.navbar-header .navbar-nav .dropdown > .dropdown-menu {
  border: none;
}
.navbar-header .navbar-nav .dropdown > .dropdown-menu .list-styled-link {
  color: #f5f5f5;
}
.navbar-header .navbar-nav .dropdown > .dropdown-menu .list-styled-link:hover {
  color: gainsboro;
}
@media (min-width: 768px) {
  .navbar-header .navbar-nav .dropdown > .dropdown-menu {
    left: 0;
    margin-left: 0;
    transform: translate(0, 0);
  }
}
.navbar-header .nav-link:hover, .navbar-header .nav-link.active {
  background-color: #6c757d;
}
.navbar-header .nav-link:hover::before, .navbar-header .nav-link.active::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .navbar-header .navbar-form {
    padding: 0.5rem 0;
    max-width: 75%;
  }
  .navbar-header .nav-link {
    padding-left: 1rem;
  }
}

.payment-icons {
  display: inline-flex;
  align-items: center;
  font-size: 2.5rem;
}

.icon-size-md {
  font-size: 2.5rem;
}

.icon-size-lg {
  font-size: 3.5rem;
}

.icon-size-xl {
  font-size: 5rem;
}

.icon-size-xxl {
  font-size: 7rem;
}

.btn-sm {
  height: calc(1.20625rem + 1.225rem + 2px);
  padding: 0.45rem 1.2rem;
}

.btn-xs {
  height: calc(1.10625rem + 1rem + 2px);
  padding: 0.45rem 1.2rem;
}

@media (min-width: 768px) {
  .product-carousel .flickity-button.previous {
    left: -1.6rem;
  }
  .product-carousel .flickity-button.next {
    right: -1.6rem;
  }
}
@media (max-width: 575.98px) {
  .product-carousel .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.quote-carousel.hide-dots .flickity-page-dots {
  display: none;
}
.quote-carousel .flickity-page-dots {
  margin-top: 1.2rem;
}

.carousel .carousel-bottom-caption {
  position: static;
  background-color: rgba(26, 26, 26, 0.7);
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  padding-left: 1rem;
}
.carousel .carousel-indicators {
  top: 105%;
}

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

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.tns-outer .tns-controls button {
  position: absolute;
  background: none;
  border: none;
}
.tns-outer .tns-controls button .fe {
  font-size: 2rem;
  color: #962348;
}
.tns-outer .tns-controls button[data-controls=prev] {
  left: 0px;
  transform: translateX(-120%);
}
.tns-outer .tns-controls button[data-controls=next] {
  right: 0px;
  transform: translateX(120%);
}
.tns-outer .tns-nav {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tns-outer .tns-nav button {
  background: #ccc;
  border: none;
  height: 12px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
}
.tns-outer .tns-nav button.tns-nav-active {
  background: #962348;
}
.simple-audio-player .play-pause-btn {
  max-height: 100px;
}
.simple-audio-player .play-pause-btn .fe {
  vertical-align: 0;
}
.simple-audio-player .trailer-cover-img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  z-index: 1;
  opacity: 1;
}
.simple-audio-player .amplitude-play-pause {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #ab2852;
  transition: all 0.5s ease;
  min-height: 80px;
  min-width: 80px;
}
.simple-audio-player .amplitude-play-pause .fe-pause, .simple-audio-player .amplitude-play-pause .fe-play {
  display: none;
}
.simple-audio-player .amplitude-play-pause:not(.amplitude-playing):hover .fe-play {
  display: block;
}
.simple-audio-player .amplitude-play-pause.amplitude-paused .fe-pause {
  display: none;
}
.simple-audio-player .amplitude-play-pause.amplitude-playing .fe-pause {
  display: inline-block;
}
.simple-audio-player .amplitude-play-pause.amplitude-playing .fe-play {
  display: none;
}
.simple-audio-player progress {
  cursor: pointer;
}
.simple-audio-player .cover-img-wrap {
  position: relative;
}
.video-lightbox {
  position: relative;
}
.video-lightbox .video-link {
  position: relative;
  display: block;
  z-index: 3;
}
.video-lightbox .video-link::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.video-lightbox .video-image {
  position: relative;
  z-index: 1;
}
.video-lightbox .play-btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 56px;
  width: 56px;
  z-index: 2;
}

ol.circle-numbers {
  list-style: none;
  counter-reset: circle-counter;
  padding-left: 2rem;
}
ol.circle-numbers li {
  margin-top: 1.3rem;
  counter-increment: circle-counter;
  position: relative;
}
ol.circle-numbers li::before {
  background-color: #00baf7;
  content: counter(circle-counter);
  color: white;
  font-weight: 400;
  line-height: 1;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  top: 0.2rem;
  left: -32px;
}

@media (max-width: 575.98px) {
  .product-tab-menu.nav.nav-tabs .nav-link {
    font-size: 0.8rem;
  }
  .product-tab-menu.nav.nav-tabs .nav-link + .nav-link {
    margin-left: 1rem;
  }
}
.js-cookie-consent.cookie-consent {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

.cookie-consent__message {
  color: #6c757d;
  padding: 10px 15px;
}

.js-cookie-consent-agree {
  border: none;
  background-color: #962348;
  color: #fff;
  padding: 10px 15px;
}
.ckeditor-content blockquote {
  border-bottom: 1px solid #3e3e3e;
}
.ckeditor-content blockquote p:last-child {
  font-style: normal;
  font-size: 1.1rem;
}
.ckeditor-content blockquote p:last-child::before, .ckeditor-content blockquote p:last-child::after {
  display: none;
}

.home-banner {
  min-height: 40vh;
}
@media (min-width: 992px) {
  .home-banner {
    min-height: 600px;
  }
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
}
.aspect-ratio-box .aspect-ratio-inner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.aspect-ratio-box.aspect-1-1 {
  padding-top: 100%;
}

/**
    Lazy Load image styles
 */
/*Prevents img without src to appear*/
img:not([src]) {
  visibility: hidden;
}

img[data-src] {
  display: block;
  min-height: 1px;
}

.loader-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

img.lazy {
  display: block;
  height: auto;
  position: absolute;
}
img.lazy.loaded + .loader-cont {
  display: none;
}

picture.loaded + .loader-cont {
  display: none;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.lazy {
  opacity: 0;
}


img.lazy.loaded,
img.lazy.error {
  opacity: 1;
}

.input-group.narrow-input-group .form-control {
  height: calc(0.5em + 1.75rem + 2px);
  font-size: 0.8rem;
}
.input-group.narrow-input-group .btn {
  height: calc(0.5rem + 1.65rem + 2px);
  padding: 0.2rem 1.25rem;
}

.featured-product-desc p {
  margin-bottom: 1rem;
}

.custom-control-label.top-pos-auto::before, .custom-control-label.top-pos-auto::after {
  top: auto;
}
