@charset "UTF-8";
@font-face {
  font-family: 'Baloo2-ExtraBold';
  src: url("../fonts/Baloo2-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Baloo2-Bold';
  src: url("../fonts/Baloo2-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Baloo2-Medium';
  src: url("../fonts/Baloo2-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Baloo2-Regular';
  src: url("../fonts/Baloo2-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Inter-Light';
  src: url("../fonts/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Inter-Regular';
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Inter-Bold';
  src: url("../fonts/Inter-Bold.ttf");
  font-weight: 400;
  font-style: normal; }

:root {
  --blue: #67B4EB;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FFF2F3;
  --red: #DB3831;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #201d48;
  --secondary: #A3A3A3;
  --success: #27AE60;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EB5757;
  --light: #FFFFFF;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Inter-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #FFFFFF; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: #201d48;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #080711;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Baloo2-Bold";
  font-weight: 800;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875rem;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #FFFFFF;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #A3A3A3;
  border-radius: 0rem;
  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 #323232; }
  .form-control:focus {
    color: #323232;
    background-color: #FFFFFF;
    border-color: #4842a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.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: #323232;
  background-color: #FFFFFF; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .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;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #27AE60; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(39, 174, 96, 0.9);
  border-radius: 0rem; }

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27AE60;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327AE60' 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") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #27AE60;
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25); }

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

.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: #27AE60; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #27AE60; }

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

.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 0.2rem rgba(39, 174, 96, 0.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: #27AE60; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #27AE60;
  box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25); }

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EB5757;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' 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='%23EB5757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EB5757;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' 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='%23EB5757' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25); }

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

.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: #EB5757; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #EB5757; }

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

.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 0.2rem rgba(235, 87, 87, 0.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: #EB5757; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EB5757;
  box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.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;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -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;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 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; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 56px;
  font-size: 1.125rem;
  line-height: 28px;
  border-radius: 0rem;
  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: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #FFFFFF;
  background-color: #201d48;
  border-color: #201d48; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #14122d;
    border-color: #100e24; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #14122d;
    border-color: #100e24;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 99, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100e24;
    border-color: #0c0b1b; }
    .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.2rem rgba(65, 63, 99, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #A3A3A3;
  border-color: #A3A3A3; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #909090;
    border-color: #8a8a8a; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #FFFFFF;
    background-color: #909090;
    border-color: #8a8a8a;
    box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8a8a8a;
    border-color: #838383; }
    .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.2rem rgba(177, 177, 177, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #27AE60;
  border-color: #27AE60; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #208f4f;
    border-color: #1e8449; }
  .btn-success:focus, .btn-success.focus {
    color: #FFFFFF;
    background-color: #208f4f;
    border-color: #1e8449;
    box-shadow: 0 0 0 0.2rem rgba(71, 186, 120, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e8449;
    border-color: #1b7a43; }
    .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.2rem rgba(71, 186, 120, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #FFFFFF;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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 0.2rem rgba(255, 202, 44, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #e73535;
    border-color: #e62929; }
  .btn-danger:focus, .btn-danger.focus {
    color: #FFFFFF;
    background-color: #e73535;
    border-color: #e62929;
    box-shadow: 0 0 0 0.2rem rgba(238, 112, 112, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #e62929;
    border-color: #e41e1e; }
    .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 0.2rem rgba(238, 112, 112, 0.5); }

.btn-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #FFFFFF;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    color: #FFFFFF;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #FFFFFF;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .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 0.2rem rgba(255, 255, 255, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #201d48;
  border-color: #201d48; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #201d48;
    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: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
    .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 0.2rem rgba(32, 29, 72, 0.5); }

.btn-outline-secondary {
  color: #A3A3A3;
  border-color: #A3A3A3; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #A3A3A3;
    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: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
    .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 0.2rem rgba(163, 163, 163, 0.5); }

.btn-outline-success {
  color: #27AE60;
  border-color: #27AE60; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #27AE60;
    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: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
    .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 0.2rem rgba(39, 174, 96, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    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 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    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 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #EB5757;
  border-color: #EB5757; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #EB5757;
    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: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
    .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 0.2rem rgba(235, 87, 87, 0.5); }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-light:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .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 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #201d48;
  text-decoration: none; }
  .btn-link:hover {
    color: #080711;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #A3A3A3;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #201d48; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #A3A3A3;
  border-radius: 0rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #201d48;
    background-color: #201d48; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #4842a3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #625bbd;
    border-color: #625bbd; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

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

.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='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 29, 72, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 29, 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='%23FFFFFF'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 29, 72, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(32, 29, 72, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #A3A3A3;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #4842a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-select:focus::-ms-value {
      color: #323232;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #323232; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #4842a3;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #323232;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0rem 0rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #625bbd; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #625bbd; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #625bbd; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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-file-label,
    .custom-select {
      transition: none; } }

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #201d48; }

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

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

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

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

.navbar {
  position: relative;
  display: -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;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem; }
  .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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -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; } }

.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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    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: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -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, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -24px;
    margin-left: -24px; }
    .card-deck .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-right: 24px;
      margin-bottom: 0;
      margin-left: 24px; } }

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

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #201d48;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #080711;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #201d48;
  border-color: #201d48; }

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  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;
  border-radius: 10rem; }

.badge-primary {
  color: #FFFFFF;
  background-color: #201d48; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #100e24; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.5); }

.badge-secondary {
  color: #FFFFFF;
  background-color: #A3A3A3; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #8a8a8a; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }

.badge-success {
  color: #FFFFFF;
  background-color: #27AE60; }
  a.badge-success:hover, a.badge-success:focus {
    color: #FFFFFF;
    background-color: #1e8449; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5); }

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

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

.badge-danger {
  color: #FFFFFF;
  background-color: #EB5757; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #e62929; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5); }

.badge-light {
  color: #FFFFFF;
  background-color: #FFFFFF; }
  a.badge-light:hover, a.badge-light:focus {
    color: #FFFFFF;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #110f25;
  background-color: #d2d2da;
  border-color: #c1c0cc; }
  .alert-primary hr {
    border-top-color: #b3b2c1; }
  .alert-primary .alert-link {
    color: #000001; }

.alert-secondary {
  color: #555555;
  background-color: #ededed;
  border-color: #e5e5e5; }
  .alert-secondary hr {
    border-top-color: #d8d8d8; }
  .alert-secondary .alert-link {
    color: #3c3c3c; }

.alert-success {
  color: #145a32;
  background-color: #d4efdf;
  border-color: #c3e8d2; }
  .alert-success hr {
    border-top-color: #b1e1c4; }
  .alert-success .alert-link {
    color: #0b301b; }

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7a2d2d;
  background-color: #fbdddd;
  border-color: #f9d0d0; }
  .alert-danger hr {
    border-top-color: #f6b9b9; }
  .alert-danger .alert-link {
    color: #551f1f; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #201d48;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

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

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

.list-group-item-primary {
  color: #110f25;
  background-color: #c1c0cc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #110f25;
    background-color: #b3b2c1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #110f25;
    border-color: #110f25; }

.list-group-item-secondary {
  color: #555555;
  background-color: #e5e5e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #555555;
    background-color: #d8d8d8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #555555;
    border-color: #555555; }

.list-group-item-success {
  color: #145a32;
  background-color: #c3e8d2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #145a32;
    background-color: #b1e1c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #145a32;
    border-color: #145a32; }

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

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

.list-group-item-danger {
  color: #7a2d2d;
  background-color: #f9d0d0; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7a2d2d;
    background-color: #f6b9b9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7a2d2d;
    border-color: #7a2d2d; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #858585;
    border-color: #858585; }

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 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; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #FFFFFF;
  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: #FFFFFF;
    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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' 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='%23FFFFFF' 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .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: #FFFFFF;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #27AE60 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e8449 !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: #EB5757 !important; }

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

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

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

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

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

.bg-white {
  background-color: #FFFFFF !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: #201d48 !important; }

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

.border-success {
  border-color: #27AE60 !important; }

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

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

.border-danger {
  border-color: #EB5757 !important; }

.border-light {
  border-color: #FFFFFF !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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 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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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; } }

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

.text-success {
  color: #27AE60 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19703e !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: #EB5757 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'Overpass-Regular';
  src: url("../fonts/overpass/Overpass-Regular.ttf"); }

@font-face {
  font-family: 'Overpass-ExtraLight';
  src: url("../fonts/overpass/Overpass-ExtraLight.ttf"); }

@font-face {
  font-family: 'Overpass-ExtraBold';
  src: url("../fonts/overpass/Overpass-ExtraBold.ttf"); }

@font-face {
  font-family: 'Quicksand-Bold';
  src: url("../fonts/quicksand/Quicksand_Bold.otf"); }

@font-face {
  font-family: 'Quicksand-SemiBold';
  src: url("../fonts/quicksand/Quicksand_SemiBold.ttf"); }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf"); }

@font-face {
  font-family: 'Sanchez-Regular';
  src: url("../fonts/Sanchez/Sanchez-Regular.ttf"); }

header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
  color: #201d48; }

h1,
h2 {
  font-family: "Sanchez-Regular";
  font-weight: 400; }

h1 {
  font-size: 3rem; }
  @media (min-width: 992px) {
    h1 {
      font-size: 4.5rem; } }

h2 {
  font-size: 2.25rem; }
  @media (min-width: 992px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-size: 2rem; }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.25rem; } }

h4 {
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    h4 {
      font-size: 2rem; } }

h5 {
  font-size: 1.375rem; }
  @media (min-width: 992px) {
    h5 {
      font-size: 1.5rem; } }

h6 {
  font-size: 1.375rem; }

header {
  /* Navigation */
  background: #201d48; }
  header nav .header {
    margin-bottom: 1.25rem;
    padding-top: 1.25rem; }
    header nav .header .hamburguer-container,
    header nav .header .minicart-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
    @media (min-width: 768px) {
      header nav .header .minicart-container {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    header nav .header .brand {
      width: auto;
      height: 100%;
      margin-left: 0;
      padding-top: 0;
      left: 0;
      position: unset;
      text-align: left; }
      header nav .header .brand img {
        width: 100%;
        height: auto; }
        @media (min-width: 992px) {
          header nav .header .brand img {
            width: auto;
            height: 100%; } }
    header nav .header .navbar-toggler {
      color: #A3A3A3;
      font-size: 1.5em; }
    header nav .header .minicart {
      margin-top: 0; }
      header nav .header .minicart .minicart-quantity {
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        top: -0.9375rem;
        left: 0.9375rem;
        background-color: #201d48;
        color: #FFFFFF; }
      header nav .header .minicart .minicart-icon {
        color: #A3A3A3; }
    header nav .header .account,
    header nav .header .storelocator,
    header nav .header .minicart {
      margin-top: 0.4375rem; }
    header nav .header .account .account-icon,
    header nav .header .storelocator .storelocator-icon {
      font-size: 1.5em;
      color: #A3A3A3;
      width: 2.5rem; }
    header nav .header .header-row > div {
      height: 2.5rem; }
  header nav .navbar-header .user {
    margin: 0; }
  header nav .search-mobile .site-search {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5625rem; }
    header nav .search-mobile .site-search button {
      color: #201d48;
      right: 2.1875rem;
      top: 0.6875rem; }
    header nav .search-mobile .site-search .fa-search {
      right: 2rem; }

body.sticky-header--active header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  body.sticky-header--active header.sticky-header--active {
    box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221); }

.header-banner {
  background-color: #201d48; }
  .header-banner .header-promotion .left-column,
  .header-banner .header-promotion .middle-column {
    margin-right: 10px; }
    .header-banner .header-promotion .left-column::after,
    .header-banner .header-promotion .middle-column::after {
      content: "|";
      margin-left: 10px; }
  .header-banner .header-promotion .fa {
    margin-left: 0.625rem; }
  .header-banner .close-button .close {
    background-color: transparent; }

.main-menu {
  background-color: #201d48;
  border-top: 1px solid #201d48; }
  .main-menu .nav-item > .nav-link {
    color: #000000; }
    .main-menu .nav-item > .nav-link::after {
      content: none; }

.navbar .navbar-nav {
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 544px) {
    .navbar .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .navbar .navbar-nav .nav-item.show .nav-link {
    background-color: #000000;
    color: #201d48; }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
    height: 37.5rem; }
    .navbar .navbar-nav .nav-item .dropdown-menu.show {
      display: -ms-flexbox;
      display: flex; }
    .navbar .navbar-nav .nav-item .dropdown-menu > ul {
      padding: 1.875rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 0 0 300;
          flex: 0 0 300;
      width: 18.75rem; }
      .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item {
        padding: 0;
        border: none; }
        .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:focus {
          color: #000000;
          background-color: transparent; }
        .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: normal;
          padding-left: 1.875rem;
          padding-right: 1.875rem;
          outline: none; }
          .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link:hover {
            text-decoration: none; }
          .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link::after {
            content: none; }
        .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul {
          padding: 0; }
          .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:focus {
            background-color: #F3F3F3;
            outline: none; }
          .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item .dropdown-link {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: normal;
            padding: 0 1.875rem;
            line-height: 1.875rem; }
    .navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
      overflow: hidden; }
      @media (max-width: 575.98px) {
        .navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
          display: none; } }

.navbar.bg-inverse .navbar-nav .nav-link {
  padding: 1.25rem;
  outline: none; }

.menu-toggleable-left.in .nav-item + .nav-item {
  border-color: #201d48; }

.menu-toggleable-left.in .close-menu {
  background-color: #201d48;
  border-color: #201d48; }

.menu-toggleable-left.in .dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\F054";
  border: none;
  right: 1rem;
  margin-top: 0; }

.nav-open body {
  height: 100vh;
  overflow: hidden; }

.nav-open .prices-add-to-cart-actions {
  z-index: inherit; }

footer {
  background-color: #201d48; }
  footer .footer-container .footer-item {
    border-bottom: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    footer .footer-container .footer-item button {
      font-family: "Baloo2-Bold";
      font-weight: 800;
      font-size: 1.25rem;
      color: #FFFFFF;
      padding: 1.1875rem 0.625rem;
      outline: none;
      box-shadow: none;
      cursor: default; }
      @media (min-width: 992px) {
        footer .footer-container .footer-item button {
          font-size: 1.125rem; } }
      footer .footer-container .footer-item button::after {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal; }
      footer .footer-container .footer-item button:not(.subscribe-email):hover, footer .footer-container .footer-item button:not(.subscribe-email):focus {
        background-color: transparent;
        border-color: transparent; }
    footer .footer-container .footer-item.collapsible-xs button {
      border-bottom: 0.0625rem solid #FFFFFF;
      border-radius: 0;
      font-family: "Baloo2-Bold";
      padding: 1.1875rem 0.625rem; }
    footer .footer-container .footer-item.store h2::after {
      font-size: 1.25rem; }
    footer .footer-container .footer-item .menu-footer {
      padding: 1.1875rem 0.625rem;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        footer .footer-container .footer-item .menu-footer {
          padding: 0;
          padding-top: 1.875rem; } }
      footer .footer-container .footer-item .menu-footer li {
        height: auto;
        min-height: 1.3125rem; }
        footer .footer-container .footer-item .menu-footer li a {
          color: #FFFFFF; }
    footer .footer-container .footer-item .home-email-signup {
      background-color: transparent;
      padding: 1.1875rem 0.625rem; }
      @media (min-width: 768px) {
        footer .footer-container .footer-item .home-email-signup {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 768px) {
        footer .footer-container .footer-item .home-email-signup .input-group .form-control {
          padding: 0 0.3125rem; } }
      footer .footer-container .footer-item .home-email-signup .input-group .subscribe-email {
        border-radius: 0;
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem; }
  footer .social-links {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .social-links::after {
      content: none; }
    footer .social-links li {
      width: auto; }
      footer .social-links li a:not(.nav-link):not(.dropdown-link) {
        text-decoration: none;
        display: inline-block;
        width: 1.625rem;
        height: 1.625rem;
        background-position: center;
        background-repeat: no-repeat; }
        footer .social-links li a:not(.nav-link):not(.dropdown-link).facebook {
          background-image: url(../../images/svg/facebook.svg); }
        footer .social-links li a:not(.nav-link):not(.dropdown-link).twitter {
          background-image: url(../../images/svg/twitter.svg); }
        footer .social-links li a:not(.nav-link):not(.dropdown-link).pinterest {
          background-image: url(../../images/svg/pinterest.svg); }
        footer .social-links li a:not(.nav-link):not(.dropdown-link).youtube {
          background-image: url(../../images/svg/youtube.svg); }
        footer .social-links li a:not(.nav-link):not(.dropdown-link).instagram {
          background-image: url(../../images/svg/instagram.svg); }
  footer .back-to-top {
    float: right; }
    footer .back-to-top i.fa-circle {
      text-shadow: none;
      color: #201d48; }
    footer .back-to-top i.fa-arrow-up {
      color: #FFFFFF; }
  footer .footer-copy-container {
    background-color: #201d48;
    padding-bottom: 8.75rem; }
    @media (min-width: 768px) {
      footer .footer-copy-container {
        padding-bottom: 2.5rem; } }
    footer .footer-copy-container .copyright-notice {
      width: 100%; }
      footer .footer-copy-container .copyright-notice .content-asset {
        width: 100%; }
        footer .footer-copy-container .copyright-notice .content-asset .notice-links-container,
        footer .footer-copy-container .copyright-notice .content-asset .copyright {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: normal;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
        @media (min-width: 768px) {
          footer .footer-copy-container .copyright-notice .content-asset .notice-links-container {
            width: 50%;
            margin-left: 25%;
            margin-right: 25%; } }
        footer .footer-copy-container .copyright-notice .content-asset .notice-links-container a {
          text-decoration: underline; }

.nav-tabs .nav-item .nav-link {
  border-color: #BDBDBD;
  color: #A3A3A3 !important;
  background-color: #F6F6F6;
  border-bottom: none;
  border-radius: 0; }
  .nav-tabs .nav-item .nav-link.active {
    color: #201d48 !important;
    background-color: #FFFFFF; }

.product-tile .tile-body .pdp-link .link {
  color: #201d48 !important; }

.product-tile .tile-body .tile-body-footer .fa-star,
.product-tile .tile-body .tile-body-footer .fa-star-half-o,
.product-tile .tile-body .tile-body-footer .fa-star-o {
  color: #A3A3A3; }

.product-tile .tile-body .price {
  color: #5A5A5A; }

.refinements h2 {
  color: #201d48; }

.refinements ul li {
  margin-left: 0px !important; }
  .refinements ul li button {
    color: #5A5A5A !important;
    text-align: left !important; }

.refinement ul li {
  margin-left: 0px !important; }

.result-count {
  color: #5A5A5A; }

.btn.filter-results {
  padding-left: 1rem;
  padding-right: 1rem; }

.hero {
  height: 350px;
  background-position: 0; }
  .hero.slant-down::after {
    content: none; }
  .hero .page-title {
    color: #FFFFFF;
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: normal; }
  @media (max-width: 991.98px) {
    .hero {
      height: 475px; }
      .hero .page-title {
        font-size: 48px;
        font-size: 3rem;
        font-weight: normal; } }

h1.page-title {
  background-color: transparent;
  color: #201d48; }
  h1.page-title::before {
    background-color: transparent; }

.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #201d48; }
  .card .card-header::after {
    content: none; }
  .card .card-header .card-header-custom,
  .card .card-header .profile-header {
    color: #201d48; }
  .card .card-header .edit-button {
    margin-top: 0.3125rem; }

.breadcrumb {
  background-color: transparent;
  padding-top: 0;
  border: none; }
  .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #000000;
    font-family: "Overpass-ExtraLight"; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #000000;
    font-family: "Overpass-ExtraLight"; }
  .breadcrumb .breadcrumb-item:last-child a {
    font-family: "Overpass-ExtraBold"; }

.quick-view-dialog .list-unstyled {
  padding-left: 0.9375rem; }

.quick-view-dialog .global-availability {
  padding: 0 2.8125rem; }

.custom-select {
  height: 3.125rem;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg width='10' height='22' viewBox='0 0 10 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.75 6.875L5 3.125L1.25 6.875' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M1.25 15.125L5 18.875L8.75 15.125' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath d='M10 10L0 10L-8.74228e-07 8.74228e-07L10 0L10 10Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/9px 22px; }

.btn {
  min-height: 3rem; }
  .btn:hover, .btn:focus {
    background-color: #5A5A5A;
    border-color: #5A5A5A;
    color: #FFFFFF; }

.base-input, input.is-valid[type="tel"],
input.is-valid[type="email"],
input.is-valid[type="text"],
input.is-valid[type="password"], input.is-invalid[type="tel"],
input.is-invalid[type="email"],
input.is-invalid[type="text"],
input.is-invalid[type="password"], input[type="tel"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="email"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="text"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="password"]:not(.is-invalid):not(.is-valid):not(.search-field) {
  height: 3.125rem;
  box-shadow: none;
  padding-left: 1.375rem;
  color: #323232; }
  .base-input:hover, input.is-valid:hover[type="tel"],
  input.is-valid:hover[type="email"],
  input.is-valid:hover[type="text"],
  input.is-valid:hover[type="password"], input.is-invalid:hover[type="tel"],
  input.is-invalid:hover[type="email"],
  input.is-invalid:hover[type="text"],
  input.is-invalid:hover[type="password"], input:hover[type="tel"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:hover[type="email"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:hover[type="text"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:hover[type="password"]:not(.is-invalid):not(.is-valid):not(.search-field), .base-input:focus, input.is-valid:focus[type="tel"],
  input.is-valid:focus[type="email"],
  input.is-valid:focus[type="text"],
  input.is-valid:focus[type="password"], input.is-invalid:focus[type="tel"],
  input.is-invalid:focus[type="email"],
  input.is-invalid:focus[type="text"],
  input.is-invalid:focus[type="password"], input:focus[type="tel"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:focus[type="email"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:focus[type="text"]:not(.is-invalid):not(.is-valid):not(.search-field),
  input:focus[type="password"]:not(.is-invalid):not(.is-valid):not(.search-field) {
    box-shadow: none; }

input[type="tel"].is-valid,
input[type="email"].is-valid,
input[type="text"].is-valid,
input[type="password"].is-valid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #27AE60; }

input[type="tel"].is-invalid,
input[type="email"].is-invalid,
input[type="text"].is-invalid,
input[type="password"].is-invalid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #EB5757; }

input[type="tel"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="email"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="text"]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type="password"]:not(.is-invalid):not(.is-valid):not(.search-field) {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal; }

input[type="tel"].is-invalid,
input[type="email"].is-invalid,
input[type="text"].is-invalid,
input[type="password"].is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23EB5757'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8974 12.1026C7.19996 12.1026 6.66663 11.5692 6.66663 10.8718C6.66663 10.1744 7.19996 9.64102 7.8974 9.64102C8.59483 9.64102 9.12816 10.1744 9.12816 10.8718C9.12816 11.5692 8.59483 12.1026 7.8974 12.1026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12816 8.41025C9.12816 8.6564 8.96406 8.8205 8.71791 8.8205H7.07688C6.83073 8.8205 6.66663 8.6564 6.66663 8.41025V3.07691C6.66663 2.83076 6.83073 2.66666 7.07688 2.66666H8.71791C8.96406 2.66666 9.12816 2.83076 9.12816 3.07691V8.41025Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 3.125rem; }

.accordion {
  font-family: "Overpass-Regular";
  font-size: 1rem;
  line-height: 1.625rem; }
  .accordion .card {
    border: none;
    margin-bottom: 0; }
    .accordion .card .card-header {
      margin-bottom: 0;
      border-bottom: 0.0625rem solid #DFDFDF;
      padding: 0;
      height: 3.75rem; }
      .accordion .card .card-header .btn.btn-link {
        margin: auto 0;
        height: 3.75rem;
        padding: 0;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.01562rem;
        line-height: 1.25rem;
        color: #5A5A5A; }
        .accordion .card .card-header .btn.btn-link:hover, .accordion .card .card-header .btn.btn-link:focus {
          background-color: transparent !important;
          border-color: transparent !important;
          color: #A3A3A3 !important;
          text-decoration: none; }
        .accordion .card .card-header .btn.btn-link::after {
          content: "-";
          font-size: 3.5rem;
          color: #5A5A5A;
          position: absolute;
          right: 0;
          width: 2.5rem;
          font-weight: normal; }
        .accordion .card .card-header .btn.btn-link.collapsed {
          font-size: 1rem;
          font-weight: bold;
          line-height: 0.9375rem;
          color: #A3A3A3;
          letter-spacing: 0.01562rem; }
          .accordion .card .card-header .btn.btn-link.collapsed::after {
            content: "+";
            font-size: 2.5rem;
            font-weight: normal; }
    .accordion .card .card-body {
      padding: 1.25rem 0; }

.form-check input[type="radio"] {
  display: none; }
  .form-check input[type="radio"][disabled] + label::before {
    border: 0.0625rem solid #E9E9E9; }
  .form-check input[type="radio"][disabled]:checked + label::after {
    background-color: #A3A3A3; }
  .form-check input[type="radio"]:checked ~ label::after {
    top: 0.25rem;
    left: -1.5rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background-color: #201d48; }

.form-check .form-radio-label {
  position: relative;
  margin-left: 1.75rem;
  padding-left: 0.25rem; }
  .form-check .form-radio-label::before, .form-check .form-radio-label::after {
    position: absolute; }
  .form-check .form-radio-label::before {
    content: "";
    top: 0;
    left: -1.75rem;
    height: 1.375rem;
    width: 1.375rem;
    border-radius: 50%;
    border: 0.0625rem solid #A3A3A3; }
  .form-check .form-radio-label::after {
    content: ""; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important; }

.form-check .form-check-label::before,
.custom-checkbox .custom-control-label::before {
  background: none;
  border: none !important; }

.form-check .form-check-label::after,
.custom-checkbox .custom-control-label::after {
  background: none !important;
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.625rem;
  border: 0.0625rem solid #A3A3A3; }

form-check input[type="checkbox"] {
  opacity: 0; }
  form-check input[type="checkbox"][disabled] + label::before {
    background-color: #FFFFFF; }
  form-check input[type="checkbox"][disabled] + label::after {
    border-color: #B9C2CE; }

input[type="radio"][disabled] + label::before,
input[type="checkbox"][disabled] + label::before {
  background-color: #FFFFFF; }

input[type="radio"][disabled] + label::after,
input[type="checkbox"][disabled] + label::after {
  border-color: #B9C2CE; }

input[type="radio"].form-check-input + label::before,
input[type="radio"].custom-control-input + label::before,
input[type="checkbox"].form-check-input + label::before,
input[type="checkbox"].custom-control-input + label::before {
  content: "";
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  border: 0.0625rem solid #A3A3A3 !important; }

input[type="radio"].form-check-input:checked + label::before, input[type="radio"].custom-control-input:checked + label::before,
input[type="checkbox"].form-check-input:checked + label::before,
input[type="checkbox"].custom-control-input:checked + label::before {
  background: #FFFFFF !important;
  color: #201d48;
  content: "\F00C";
  font-family: "FontAwesome"; }

.suggestions #search-results .header > div,
.suggestions #search-results .items .item > div {
  padding: 0 1.25rem; }

.suggestions #search-results .header {
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
  color: #201d48;
  font-size: 1.125rem; }

.suggestions #search-results .items .item {
  padding-bottom: 0;
  margin-bottom: 0.625rem; }
  .suggestions #search-results .items .item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .suggestions #search-results .items .item a .name {
      white-space: normal;
      margin-top: 0;
      max-height: 2.5rem;
      line-height: 1.2; }
    .suggestions #search-results .items .item a:hover {
      text-decoration: none; }
  .suggestions #search-results .items .item:hover {
    background-color: #F3F3F3; }

.suggestions #search-results .swatch-circle {
  border-radius: 0; }

.minicart .popover {
  border-radius: 0; }
  .minicart .popover .cart {
    background-color: #FFFFFF;
    padding-top: 2.5rem; }
    .minicart .popover .cart .row h1 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: normal; }
    .minicart .popover .cart .row a.normal {
      color: #201d48; }
    .minicart .popover .cart .cart-title {
      border-bottom: 1px solid #F3F3F3;
      margin: 0;
      padding: 0; }
      .minicart .popover .cart .cart-title > div {
        padding-left: 0;
        padding-right: 0; }
    .minicart .popover .cart .card-body {
      padding: 0; }
    .minicart .popover .cart .product-summary {
      margin-right: 0;
      padding-right: 0; }
      .minicart .popover .cart .product-summary > .row {
        border: 1px solid #F3F3F3; }
      .minicart .popover .cart .product-summary .card {
        border: 0;
        margin-bottom: 0; }
        .minicart .popover .cart .product-summary .card .product-line-item {
          margin-top: 1.25rem; }
          .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .title-container .title-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-right: -24px;
            margin-left: -24px; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .title-container .title-row .item-title {
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              font-size: 16px;
              font-size: 1rem;
              font-weight: normal;
              margin-bottom: 0;
              border-bottom: 0.0625rem solid #F3F3F3;
              padding-bottom: 0.625rem;
              margin-bottom: 1.25rem; }
          .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes {
            width: 100%;
            padding-right: 24px;
            padding-left: 24px;
            margin-right: auto;
            margin-left: auto; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-right: -24px;
              margin-left: -24px;
              height: 2.1875rem; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes strong {
                -ms-flex: 0 0 41.66667%;
                    flex: 0 0 41.66667%;
                max-width: 41.66667%;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: bold;
                color: #201d48; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes span {
                -ms-flex: 0 0 58.33333%;
                    flex: 0 0 58.33333%;
                max-width: 58.33333%;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: normal;
                color: #201d48; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .item-options .line-item-option {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-right: -24px;
              margin-left: -24px;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: bold;
              color: #201d48;
              height: 2.1875rem; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-right: -24px;
              margin-left: -24px;
              height: 2.1875rem;
              margin-bottom: 0.625rem; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity-label {
                -ms-flex: 0 0 41.66667%;
                    flex: 0 0 41.66667%;
                max-width: 41.66667%;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: bold;
                color: #201d48; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity {
                -ms-flex: 0 0 58.33333%;
                    flex: 0 0 58.33333%;
                max-width: 58.33333%;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: normal;
                color: #201d48;
                height: auto;
                border-color: #F3F3F3;
                margin-bottom: 0.625rem; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price,
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-right: -24px;
              margin-left: -24px;
              height: 2.1875rem; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .line-item-pricing-info,
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info {
                -ms-flex: 0 0 41.66667%;
                    flex: 0 0 41.66667%;
                max-width: 41.66667%; }
                .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .line-item-pricing-info .line-item-total-text,
                .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info .line-item-total-text {
                  font-size: 14px;
                  font-size: 0.875rem;
                  font-weight: bold;
                  color: #201d48; }
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .price,
              .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .price {
                -ms-flex: 0 0 58.33333%;
                    flex: 0 0 58.33333%;
                max-width: 58.33333%;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: normal;
                color: #201d48; }
          .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .line-item-availability .line-item-attributes {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-right: -24px;
            margin-left: -24px;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            max-width: 100%;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: bold;
            color: #201d48;
            height: 2.1875rem; }
          .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product {
            color: #DFDFDF; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product span {
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: normal; }
            .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product:hover, .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product:focus {
              background-color: transparent;
              border-color: transparent;
              color: #C0C0C0; }

.minicart .coupon-container {
  padding: 1.25rem 0; }
  .minicart .coupon-container .coupon-wrapper {
    height: 5.625rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    .minicart .coupon-container .coupon-wrapper span {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      text-align: center;
      width: 100%; }

.modal-open .suggestions.modal {
  display: block; }

#removeProductModal .modal-footer {
  -ms-flex-pack: center;
      justify-content: center; }
  #removeProductModal .modal-footer button {
    padding: 0 2.8125rem; }

#consent-tracking .modal-footer {
  -ms-flex-pack: center;
      justify-content: center; }
  #consent-tracking .modal-footer .button-wrapper {
    display: -ms-flexbox;
    display: flex; }
    #consent-tracking .modal-footer .button-wrapper button {
      padding: 0 3.125rem; }

.product-recommendations {
  padding-top: 1.25rem; }
  .product-recommendations .title-row {
    position: relative; }
    .product-recommendations .title-row .filler {
      border-top: 1px solid #DFDFDF;
      position: absolute;
      top: 50%; }
    .product-recommendations .title-row .right-filler {
      right: 0; }
    .product-recommendations .title-row .title-text {
      text-align: center; }
  .product-recommendations .product-card img {
    width: 100%; }
  .product-recommendations .product-recommendations-carousel {
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 768px) {
      .product-recommendations .product-recommendations-carousel .slick-prev {
        left: -0.9375rem; } }
    @media (min-width: 768px) {
      .product-recommendations .product-recommendations-carousel .slick-next {
        right: -0.9375rem; } }

.search-results .product-grid .product .product-tile {
  min-height: auto; }
  .search-results .product-grid .product .product-tile .tile-body .pdp-link {
    padding-bottom: 0.625rem; }
    .search-results .product-grid .product .product-tile .tile-body .pdp-link .link {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      font-weight: 300;
      min-height: 2.5rem;
      display: block; }
  .search-results .product-grid .product .product-tile .tile-body .price {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 0.625rem; }
  .search-results .product-grid .product .product-tile .tile-body .color-swatches .swatches .swatch-circle {
    border-radius: 0;
    width: 1.25rem;
    height: 1.25rem; }

@media (max-width: 991.98px) {
  .search-results .product-grid .show-more button {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; } }

.search-results .refinement-bar .accordion .card .card-header {
  background-color: transparent; }
  .search-results .refinement-bar .accordion .card .card-header .btn.btn-link {
    color: #201d48; }
    .search-results .refinement-bar .accordion .card .card-header .btn.btn-link::after {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      top: 1.25rem; }
    .search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed {
      color: #201d48; }
      .search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed::after {
        top: 1.5625rem; }

.search-results .refinement-bar .accordion .card .card-body .swatch-circle {
  border-radius: 0;
  width: 1.75rem;
  height: 1.75rem; }
  .search-results .refinement-bar .accordion .card .card-body .swatch-circle-miscellaneous {
    transform: none; }

.search-results .refinement-bar .accordion .card.refinement-size .values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  margin: 0; }
  .search-results .refinement-bar .accordion .card.refinement-size .values li {
    margin-bottom: 0.9375rem; }
    .search-results .refinement-bar .accordion .card.refinement-size .values li button {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      border: 1px solid #A3A3A3;
      width: 2.8125rem;
      height: 2.8125rem;
      text-align: center !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .search-results .refinement-bar .accordion .card.refinement-size .values li.selected button {
      border: 2px solid #5A5A5A; }

.hero-cta,
.hero-cta-aligned {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  min-height: 33.75rem; }
  @media (min-width: 768px) {
    .hero-cta,
    .hero-cta-aligned {
      min-height: 40.625rem; } }
  .hero-cta .hero-cta-wrapper,
  .hero-cta-aligned .hero-cta-wrapper {
    min-height: 33.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .hero-cta .hero-cta-wrapper,
      .hero-cta-aligned .hero-cta-wrapper {
        min-height: 40.625rem; } }
    .hero-cta .hero-cta-wrapper .row .campaign-banner-container,
    .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
      padding: 0.9375rem; }
      .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message,
      .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
        color: #FFFFFF; }
        @media (min-width: 768px) {
          .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message,
          .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
            text-align: left; } }
        .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title,
        .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title {
          font-size: 16px;
          font-size: 1rem;
          font-weight: normal;
          border-top: 1px solid #FFFFFF;
          border-bottom: 1px solid #FFFFFF;
          display: -ms-inline-flexbox;
          display: inline-flex;
          padding-top: 0.625rem;
          padding-bottom: 0.625rem;
          margin-bottom: 0.9375rem; }
        .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .title,
        .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .title {
          margin-bottom: 1.5625rem; }
        .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .copy,
        .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .copy {
          margin-bottom: 2.5rem;
          display: block; }
        .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button,
        .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: normal;
          border: 2px solid #FFFFFF;
          background-color: transparent;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus,
          .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover,
          .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
            background: rgba(255, 255, 255, 0.2); }

.hero-cta-aligned .hero-cta-wrapper .row {
  width: 100%;
  margin: 0; }
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container,
  .hero-cta-aligned .hero-cta-wrapper .row .image-container {
    min-height: 32.5rem;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container,
      .hero-cta-aligned .hero-cta-wrapper .row .image-container {
        min-height: 40.625rem; } }
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
    -ms-flex-order: 1;
        order: 1; }
    @media (min-width: 768px) {
      .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
        -ms-flex-order: 2;
            order: 2; } }
    .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
      color: #201d48;
      text-align: center; }
      .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title {
        color: #A3A3A3; }
      .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button {
        color: #201d48;
        border-color: #201d48; }
        .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
          border-color: #A3A3A3; }
  .hero-cta-aligned .hero-cta-wrapper .row .image-container {
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-order: 2;
        order: 2; }
    @media (min-width: 768px) {
      .hero-cta-aligned .hero-cta-wrapper .row .image-container {
        -ms-flex-order: 1;
            order: 1; } }
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
    -ms-flex-align: center;
        align-items: center; }

.hero-cta-aligned.inverted .hero-cta-wrapper .row .campaign-banner-container {
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 768px) {
    .hero-cta-aligned.inverted .hero-cta-wrapper .row .campaign-banner-container {
      -ms-flex-order: 1;
          order: 1; } }

.hero-cta-aligned.inverted .hero-cta-wrapper .row .image-container {
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 768px) {
    .hero-cta-aligned.inverted .hero-cta-wrapper .row .image-container {
      -ms-flex-order: 2;
          order: 2; } }

.hero-video {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative; }
  .hero-video .hero-video-wrapper video.hero-video--inSlide {
    width: 100%;
    min-width: 100%;
    min-height: 100%; }
  .hero-video .hero-video-cta-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .hero-video .hero-video-cta-container .row .campaign-banner-container {
      padding: 0.9375rem; }
      .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message {
        color: #FFFFFF; }
        @media (min-width: 768px) {
          .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message {
            text-align: left; } }
        .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .title {
          margin-bottom: 1.5625rem; }
        .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .copy {
          margin-bottom: 2.5rem;
          display: block; }
        .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: normal;
          border: 2px solid #FFFFFF;
          background-color: transparent;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
            background: rgba(255, 255, 255, 0.2); }

.product-category-carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative; }
  .product-category-carousel .category-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: normal;
    position: absolute;
    color: #FFFFFF !important;
    bottom: 0;
    z-index: 2;
    background: rgba(90, 90, 90, 0.5);
    height: 6.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .product-category-carousel .category-title.right-alignment {
      right: 0; }
    .product-category-carousel .category-title.hide {
      display: none; }
    .product-category-carousel .category-title span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-category-carousel .swiper-container {
    height: 31.25rem; }
    .product-category-carousel .swiper-container .swiper-wrapper {
      height: 31.25rem; }
      .product-category-carousel .swiper-container .swiper-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .product-category-carousel .swiper-container .swiper-button-next,
    .product-category-carousel .swiper-container .swiper-button-prev {
      text-shadow: 0 0 0.25rem #000000; }
      .product-category-carousel .swiper-container .swiper-button-next:after,
      .product-category-carousel .swiper-container .swiper-button-prev:after {
        color: #FFFFFF;
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: normal; }

.product-edit-carousel img {
  width: 100%;
  height: 100%; }

@media (max-width: 767.98px) {
  #refinementAccordion .collapsible-sm .card-body,
  #refinementAccordion .collapsible-sm .content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 80%;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.category-slot {
  margin: 1.875rem 0; }
  .category-slot .category-item {
    margin-bottom: 1.25rem; }
  .category-slot .category-tile h1 {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1.6875rem 1rem;
    font-size: 48px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    background: rgba(90, 90, 90, 0.5);
    background-blend-mode: multiply; }

:root {
  --blue: #67B4EB;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FFF2F3;
  --red: #DB3831;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #201d48;
  --secondary: #A3A3A3;
  --success: #27AE60;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EB5757;
  --light: #FFFFFF;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Inter-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #FFFFFF; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: #201d48;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #080711;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Baloo2-Bold";
  font-weight: 800;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875rem;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #FFFFFF;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #A3A3A3;
  border-radius: 0rem;
  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 #323232; }
  .form-control:focus {
    color: #323232;
    background-color: #FFFFFF;
    border-color: #4842a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.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: #323232;
  background-color: #FFFFFF; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .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;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #27AE60; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(39, 174, 96, 0.9);
  border-radius: 0rem; }

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27AE60;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327AE60' 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") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #27AE60;
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25); }

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

.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: #27AE60; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #27AE60; }

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

.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 0.2rem rgba(39, 174, 96, 0.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: #27AE60; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #27AE60;
  box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25); }

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EB5757;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' 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='%23EB5757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EB5757;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' 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='%23EB5757' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25); }

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

.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: #EB5757; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #EB5757; }

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

.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 0.2rem rgba(235, 87, 87, 0.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: #EB5757; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EB5757;
  box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.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;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -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;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 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; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 56px;
  font-size: 1.125rem;
  line-height: 28px;
  border-radius: 0rem;
  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: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #FFFFFF;
  background-color: #201d48;
  border-color: #201d48; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #14122d;
    border-color: #100e24; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #14122d;
    border-color: #100e24;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 99, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100e24;
    border-color: #0c0b1b; }
    .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.2rem rgba(65, 63, 99, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #A3A3A3;
  border-color: #A3A3A3; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #909090;
    border-color: #8a8a8a; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #FFFFFF;
    background-color: #909090;
    border-color: #8a8a8a;
    box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8a8a8a;
    border-color: #838383; }
    .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.2rem rgba(177, 177, 177, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #27AE60;
  border-color: #27AE60; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #208f4f;
    border-color: #1e8449; }
  .btn-success:focus, .btn-success.focus {
    color: #FFFFFF;
    background-color: #208f4f;
    border-color: #1e8449;
    box-shadow: 0 0 0 0.2rem rgba(71, 186, 120, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e8449;
    border-color: #1b7a43; }
    .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.2rem rgba(71, 186, 120, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #FFFFFF;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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 0.2rem rgba(255, 202, 44, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #e73535;
    border-color: #e62929; }
  .btn-danger:focus, .btn-danger.focus {
    color: #FFFFFF;
    background-color: #e73535;
    border-color: #e62929;
    box-shadow: 0 0 0 0.2rem rgba(238, 112, 112, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #e62929;
    border-color: #e41e1e; }
    .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 0.2rem rgba(238, 112, 112, 0.5); }

.btn-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #FFFFFF;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    color: #FFFFFF;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #FFFFFF;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .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 0.2rem rgba(255, 255, 255, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #201d48;
  border-color: #201d48; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #201d48;
    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: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
    .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 0.2rem rgba(32, 29, 72, 0.5); }

.btn-outline-secondary {
  color: #A3A3A3;
  border-color: #A3A3A3; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #A3A3A3;
    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: #FFFFFF;
    background-color: #A3A3A3;
    border-color: #A3A3A3; }
    .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 0.2rem rgba(163, 163, 163, 0.5); }

.btn-outline-success {
  color: #27AE60;
  border-color: #27AE60; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #27AE60;
    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: #FFFFFF;
    background-color: #27AE60;
    border-color: #27AE60; }
    .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 0.2rem rgba(39, 174, 96, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    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 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    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 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #EB5757;
  border-color: #EB5757; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #EB5757;
    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: #FFFFFF;
    background-color: #EB5757;
    border-color: #EB5757; }
    .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 0.2rem rgba(235, 87, 87, 0.5); }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-light:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .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 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #201d48;
  text-decoration: none; }
  .btn-link:hover {
    color: #080711;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #A3A3A3;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #201d48; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #A3A3A3;
  border-radius: 0rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #201d48;
    background-color: #201d48; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #4842a3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #625bbd;
    border-color: #625bbd; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

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

.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='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 29, 72, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 29, 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='%23FFFFFF'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 29, 72, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(32, 29, 72, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #A3A3A3;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #4842a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-select:focus::-ms-value {
      color: #323232;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #323232; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #4842a3;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #323232;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0rem 0rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #625bbd; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #625bbd; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #201d48;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #625bbd; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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-file-label,
    .custom-select {
      transition: none; } }

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #201d48; }

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

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

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

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

.navbar {
  position: relative;
  display: -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;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem; }
  .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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -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; } }

.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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    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: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -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, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -24px;
    margin-left: -24px; }
    .card-deck .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-right: 24px;
      margin-bottom: 0;
      margin-left: 24px; } }

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

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #201d48;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #080711;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #201d48;
  border-color: #201d48; }

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  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;
  border-radius: 10rem; }

.badge-primary {
  color: #FFFFFF;
  background-color: #201d48; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #100e24; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 29, 72, 0.5); }

.badge-secondary {
  color: #FFFFFF;
  background-color: #A3A3A3; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #8a8a8a; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }

.badge-success {
  color: #FFFFFF;
  background-color: #27AE60; }
  a.badge-success:hover, a.badge-success:focus {
    color: #FFFFFF;
    background-color: #1e8449; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5); }

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

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

.badge-danger {
  color: #FFFFFF;
  background-color: #EB5757; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #e62929; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5); }

.badge-light {
  color: #FFFFFF;
  background-color: #FFFFFF; }
  a.badge-light:hover, a.badge-light:focus {
    color: #FFFFFF;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #110f25;
  background-color: #d2d2da;
  border-color: #c1c0cc; }
  .alert-primary hr {
    border-top-color: #b3b2c1; }
  .alert-primary .alert-link {
    color: #000001; }

.alert-secondary {
  color: #555555;
  background-color: #ededed;
  border-color: #e5e5e5; }
  .alert-secondary hr {
    border-top-color: #d8d8d8; }
  .alert-secondary .alert-link {
    color: #3c3c3c; }

.alert-success {
  color: #145a32;
  background-color: #d4efdf;
  border-color: #c3e8d2; }
  .alert-success hr {
    border-top-color: #b1e1c4; }
  .alert-success .alert-link {
    color: #0b301b; }

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7a2d2d;
  background-color: #fbdddd;
  border-color: #f9d0d0; }
  .alert-danger hr {
    border-top-color: #f6b9b9; }
  .alert-danger .alert-link {
    color: #551f1f; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #201d48;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #201d48;
    border-color: #201d48; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

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

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

.list-group-item-primary {
  color: #110f25;
  background-color: #c1c0cc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #110f25;
    background-color: #b3b2c1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #110f25;
    border-color: #110f25; }

.list-group-item-secondary {
  color: #555555;
  background-color: #e5e5e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #555555;
    background-color: #d8d8d8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #555555;
    border-color: #555555; }

.list-group-item-success {
  color: #145a32;
  background-color: #c3e8d2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #145a32;
    background-color: #b1e1c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #145a32;
    border-color: #145a32; }

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

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

.list-group-item-danger {
  color: #7a2d2d;
  background-color: #f9d0d0; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7a2d2d;
    background-color: #f6b9b9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7a2d2d;
    border-color: #7a2d2d; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #858585;
    border-color: #858585; }

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 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; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #FFFFFF;
  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: #FFFFFF;
    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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' 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='%23FFFFFF' 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .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: #FFFFFF;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #27AE60 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e8449 !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: #EB5757 !important; }

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

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

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

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

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

.bg-white {
  background-color: #FFFFFF !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: #201d48 !important; }

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

.border-success {
  border-color: #27AE60 !important; }

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

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

.border-danger {
  border-color: #EB5757 !important; }

.border-light {
  border-color: #FFFFFF !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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 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%; }

.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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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; } }

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

.text-success {
  color: #27AE60 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19703e !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: #EB5757 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.blogcategory-box {
  padding: 1.6875rem 0;
  border-bottom: 1px solid #F3F3F3; }
  .blogcategory-box_main_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .blogcategory-box_main_container {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .blogcategory-box_content {
    padding: 3rem 1.875rem;
    background: #5A5A5A; }
    @media (min-width: 768px) {
      .blogcategory-box_content {
        max-height: 21.875rem; } }
  .blogcategory-box_name {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #A3A3A3; }
  .blogcategory-box_short_bio {
    margin: 0.75rem 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #A3A3A3; }
    @media (min-width: 768px) {
      .blogcategory-box_short_bio {
        max-height: 6rem;
        overflow: hidden; } }
  .blogcategory-box_cta {
    color: #201d48;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid #201d48;
    box-sizing: border-box;
    padding: 0.625rem;
    width: 10.4375rem;
    height: 3.125rem;
    display: block; }
  .blogcategory-box_img {
    height: auto;
    width: 100%; }
    @media (min-width: 992px) {
      .blogcategory-box_img {
        max-width: 33.5rem; } }

.hero-video-wrapper video {
  width: 100%;
  height: auto; }

.hero-video-wrapper.mobile-only, .hero-video-wrapper.tablet-only {
  display: none; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-video-wrapper.desktop-only, .hero-video-wrapper.mobile-only {
    display: none; }
  .hero-video-wrapper.tablet-only {
    display: block; } }

@media (max-width: 767.98px) {
  .hero-video-wrapper.desktop-only, .hero-video-wrapper.tablet-only {
    display: none; }
  .hero-video-wrapper.mobile-only {
    display: block; } }

.homepage {
  margin-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .homepage {
      margin-bottom: 2.5rem; } }
  .homepage .main-callout .page-title {
    background-color: transparent;
    color: #FFFFFF; }
    .homepage .main-callout .page-title::before {
      background-color: transparent; }
  .homepage .hero {
    height: 16.4375rem; }
    .homepage .hero .page-title {
      color: #FFFFFF; }
  .homepage .category-tile h1, .homepage .category-tile h2 {
    display: none; }
  .homepage .home-main-categories .row [class*="col-"] {
    padding: 0.625rem 1.9375rem; }
    @media (min-width: 768px) {
      .homepage .home-main-categories .row [class*="col-"] {
        padding: 0 0.9375rem 1.4375rem 0; } }
  .homepage .home-main-categories .row .col {
    padding: 0.625rem 1.9375rem; }
    @media (min-width: 768px) {
      .homepage .home-main-categories .row .col {
        padding: 0;
        padding-right: 0.9375rem; } }
  .homepage .home-main-categories > .col {
    padding: 0.625rem 1.9375rem; }
    @media (min-width: 992px) {
      .homepage .home-main-categories > .col {
        padding: 0 0.9375rem; } }
  .homepage .homepage-product-listing > div {
    -ms-flex-order: 1;
        order: 1; }
  .homepage .homepage-product-listing .hp-product-content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 0;
        order: 0;
    min-height: auto; }
    @media (min-width: 992px) {
      .homepage .homepage-product-listing .hp-product-content {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex-order: 1;
            order: 1; } }
    .homepage .homepage-product-listing .hp-product-content span {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: normal;
      font-family: "Baloo2-Bold";
      font-weight: 800;
      color: #C0C0C0;
      display: block; }
    .homepage .homepage-product-listing .hp-product-content .largeText {
      font-size: 72px;
      font-size: 4.5rem;
      font-weight: normal;
      line-height: 5.625rem;
      color: #201d48;
      margin-bottom: 5rem;
      display: block; }
  .homepage .homepage-product-listing .product .product-tile .tile-body .swatches .swatch-circle {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
    border: none; }
  .homepage .homepage-product-listing .product .product-tile .tile-body .swatches span a {
    color: #DFDFDF !important; }
  .homepage .homepage-product-listing .product .product-tile .tile-body .pdp-link a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #201d48 !important; }
  .homepage .homepage-product-listing .product .product-tile .tile-body .price .value {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #5A5A5A; }
  .homepage .homepage-product-listing .product .product-tile .tile-body .tile-body-footer .ratings {
    color: #A3A3A3; }

.shop-the-style {
  margin-bottom: 0; }
  .shop-the-style .slant-up {
    height: 16.4375rem; }
    @media (min-width: 768px) {
      .shop-the-style .slant-up {
        height: 28.375rem; } }
    .shop-the-style .slant-up .page-title {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: normal;
      background-color: transparent;
      top: 0;
      margin-top: 1rem;
      margin-left: 50%;
      padding-left: 0; }
      @media (min-width: 768px) {
        .shop-the-style .slant-up .page-title {
          font-size: 72px;
          font-size: 4.5rem;
          font-weight: normal;
          top: 50%;
          margin: -1em 0 0 20rem; } }
      .shop-the-style .slant-up .page-title::before {
        background-color: transparent; }
    .shop-the-style .slant-up::after {
      content: none; }

.product-detail.container {
  margin-top: 2.5rem; }

.product-detail .product-breadcrumb .breadcrumb {
  border: none; }

.product-detail .product-name {
  color: #2B333F;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal; }

.product-detail .desktop-data-container .product-name,
.product-detail .mobile-data-container .product-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Baloo2-Bold"; }

.product-detail .desktop-data-container .rating-wrapper,
.product-detail .mobile-data-container .rating-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #A3A3A3;
  background-color: transparent;
  padding-bottom: 1.25rem; }
  .product-detail .desktop-data-container .rating-wrapper .fa-star,
  .product-detail .desktop-data-container .rating-wrapper .fa-star-half-o,
  .product-detail .desktop-data-container .rating-wrapper .fa-star-o,
  .product-detail .mobile-data-container .rating-wrapper .fa-star,
  .product-detail .mobile-data-container .rating-wrapper .fa-star-half-o,
  .product-detail .mobile-data-container .rating-wrapper .fa-star-o {
    margin-right: 0.625rem; }

.product-detail .desktop-data-container .product-availability,
.product-detail .mobile-data-container .product-availability {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal; }
  .product-detail .desktop-data-container .product-availability .availability,
  .product-detail .mobile-data-container .product-availability .availability {
    font-family: "Inter-Regular"; }
  .product-detail .desktop-data-container .product-availability .list-unstyled,
  .product-detail .mobile-data-container .product-availability .list-unstyled {
    margin-left: 0.625rem; }

.product-detail .product-number-rating .product-number {
  color: #5A5A5A; }

.product-detail .product-number-rating .ratings {
  color: #A3A3A3;
  background-color: transparent;
  font-size: 1.3rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }

.product-detail .product-price-number-container {
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem; }
  .product-detail .product-price-number-container .product-number,
  .product-detail .product-price-number-container .prices {
    padding-bottom: 0;
    padding-top: 0; }
  .product-detail .product-price-number-container .prices {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left; }
  .product-detail .product-price-number-container .product-number {
    color: #5A5A5A;
    text-align: right; }

.product-detail .attributes {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px dashed #A3A3A3; }
  .product-detail .attributes .attribute {
    margin-top: 1.875rem; }
    .product-detail .attributes .attribute .non-input-label {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal; }
  .product-detail .attributes .size-attribute,
  .product-detail .attributes .color-attribute {
    border: 1px solid transparent; }
    .product-detail .attributes .size-attribute:focus,
    .product-detail .attributes .color-attribute:focus {
      outline: none; }
    .product-detail .attributes .size-attribute .swatch-circle,
    .product-detail .attributes .color-attribute .swatch-circle {
      outline: none;
      border-radius: 0;
      border: none;
      width: 1.875rem;
      height: 1.875rem;
      margin-right: 0;
      vertical-align: middle; }
      .product-detail .attributes .size-attribute .swatch-circle.size-value.selected, .product-detail .attributes .size-attribute .swatch-circle.color-value.selected,
      .product-detail .attributes .color-attribute .swatch-circle.size-value.selected,
      .product-detail .attributes .color-attribute .swatch-circle.color-value.selected {
        border: 2px solid #5A5A5A; }
        .product-detail .attributes .size-attribute .swatch-circle.size-value.selected::after, .product-detail .attributes .size-attribute .swatch-circle.color-value.selected::after,
        .product-detail .attributes .color-attribute .swatch-circle.size-value.selected::after,
        .product-detail .attributes .color-attribute .swatch-circle.color-value.selected::after {
          content: none; }
  .product-detail .attributes .size-attribute {
    border: 1px solid #A3A3A3;
    padding: 0;
    background: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #5A5A5A;
    line-height: 1.8rem; }
  .product-detail .attributes .quantity label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal; }
  .product-detail .attributes .quantity .quantity-select {
    height: 2.25rem; }
    @media (min-width: 992px) {
      .product-detail .attributes .quantity .quantity-select {
        height: 3.125rem; } }
  @media (min-width: 768px) {
    .product-detail .attributes .quantity .attribute {
      margin-top: 0; } }
  .product-detail .attributes .size-quantity-container .coupon-container {
    -ms-flex-order: 2;
        order: 2;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .product-detail .attributes .size-quantity-container .coupon-container {
        -ms-flex-order: 1;
            order: 1; } }
  .product-detail .attributes .size-quantity-container .quantity-and-addtocart-container {
    -ms-flex-order: 1;
        order: 1; }
    @media (min-width: 768px) {
      .product-detail .attributes .size-quantity-container .quantity-and-addtocart-container {
        -ms-flex-order: 2;
            order: 2; } }

.product-detail .promotions .title,
.product-detail .description-and-detail .title {
  box-shadow: none; }

.product-detail .promotions div.collapsible-xl button.callout {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #5A5A5A;
  font-family: "Baloo2-Bold";
  font-weight: 800;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal; }
  @media (min-width: 992px) {
    .product-detail .promotions div.collapsible-xl button.callout {
      font-family: "Baloo2-Bold"; } }
  .product-detail .promotions div.collapsible-xl button.callout::after {
    color: #5A5A5A; }

.product-detail .description-and-detail .product-attributes > div.content,
.product-detail .description-and-detail .description > div.content,
.product-detail .description-and-detail .details > div.content {
  padding-right: 15px;
  padding-left: 15px; }

.product-detail .description-and-detail .product-attributes > div .title,
.product-detail .description-and-detail .description > div .title,
.product-detail .description-and-detail .details > div .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  color: #5A5A5A;
  font-family: "Baloo2-Bold";
  padding: 0; }

.product-detail .size-chart > a {
  font-family: "Baloo2-Bold";
  font-weight: 800;
  color: #5A5A5A !important; }

.product-detail .size-chart .tips,
.product-detail .size-chart .nofit {
  padding: 0 1rem; }

.product-detail .coupon-container {
  padding: 1.25rem 0; }
  .product-detail .coupon-container .coupon-wrapper {
    height: 5.625rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    .product-detail .coupon-container .coupon-wrapper span {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      text-align: center;
      width: 100%; }

.product-detail .quantity-and-addtocart-container {
  margin-top: 1.875rem; }
  @media (min-width: 576px) {
    .product-detail .quantity-and-addtocart-container {
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  .product-detail .quantity-and-addtocart-container .quantity .attribute {
    margin-top: 0; }

.product-detail .cart-and-ipay {
  text-align: right; }
  .product-detail .cart-and-ipay .add-to-cart {
    min-width: 10.625rem;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.25rem; }
    @media (min-width: 768px) {
      .product-detail .cart-and-ipay .add-to-cart {
        margin-top: 0; } }
    @media (min-width: 768px) {
      .product-detail .cart-and-ipay .add-to-cart {
        margin-top: 1.875rem; } }
    @media (min-width: 992px) {
      .product-detail .cart-and-ipay .add-to-cart {
        margin-top: 0; } }

.product-detail .add-to-cart-row .cart-and-ipay {
  text-align: left;
  margin-top: 0.9375rem; }

.product-detail .prices-add-to-cart-actions .add-to-cart {
  min-width: 16.25rem;
  min-height: 3.125rem; }

.product-detail .social-container .social-icons i {
  color: #DFDFDF;
  font-size: 1.5rem; }
  .product-detail .social-container .social-icons i:hover {
    color: #C0C0C0; }

.product-detail .nav-tabs {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem; }
  .product-detail .nav-tabs .nav-item {
    margin-bottom: 0; }
    .product-detail .nav-tabs .nav-item .nav-link {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      border: 0;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      margin-left: 1rem;
      margin-right: 6.25rem; }
      .product-detail .nav-tabs .nav-item .nav-link.active {
        font-weight: bold;
        border-bottom: 2px solid; }
    .product-detail .nav-tabs .nav-item.size-chart {
      margin-top: 0; }

.product-detail .accordion .card .card-header {
  background-color: transparent; }
  .product-detail .accordion .card .card-header .btn.btn-link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #201d48 !important; }
    .product-detail .accordion .card .card-header .btn.btn-link::after {
      color: #201d48;
      font-size: 1.875rem;
      top: 20px; }
    .product-detail .accordion .card .card-header .btn.btn-link.collapsed {
      color: #A3A3A3 !important; }
      .product-detail .accordion .card .card-header .btn.btn-link.collapsed::after {
        color: #A3A3A3; }

.product-detail .accordion .card .card-body {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal; }
  .product-detail .accordion .card .card-body .content {
    margin-top: 0; }

.product-detail .product-bundle .ratings,
.product-detail .bundle-items .ratings {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem; }

#checkout-main .edit-button, #checkout-main .address-selector-block .btn-add-new,
#checkout-main .address-selector-block .btn-show-details {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter-Regular";
  color: #5A5A5A; }

#checkout-main .text-info-phone {
  text-align: right !important; }

#checkout-main .form-group.required .form-control-label:before {
  margin-right: 0.3125rem; }

#checkout-main .form-control-label {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700; }

#checkout-main .leading-lines .start-lines::before {
  content: none; }

#checkout-main .leading-lines .start-lines .shipping-method-option:after {
  top: 0.31rem;
  left: -1.68rem;
  position: absolute; }

#checkout-main .leading-lines .pricing {
  color: #000000; }

#checkout-main .gift-message-block .custom-checkbox {
  margin-left: 1.70rem; }

#checkout-main .form-check .form-check-label::after {
  border-left: 0;
  border-bottom: 0; }

#checkout-main .grand-total .order-receipt-label > span,
#checkout-main .grand-total .grand-total-sum {
  color: #5A5A5A; }

#checkout-main .card .card-header {
  background-color: #FFFFFF; }
  #checkout-main .card .card-header h2 {
    font-family: "Overpass-Regular"; }

#checkout-main .card .order-total-summary .grand-total {
  background-color: #F3F3F3;
  margin: -0.625rem -1.25rem -1.25rem -1.25rem;
  padding: 0.625rem 1.25rem; }
  #checkout-main .card .order-total-summary .grand-total span {
    background-color: #F3F3F3;
    color: #000000; }

#checkout-main .order-product-summary .grand-total-label,
#checkout-main .order-product-summary .grand-total-price {
  color: #5A5A5A; }

#checkout-main .checkout-checkbox {
  line-height: 1.75rem; }

#checkout-main .custom-checkbox .custom-control-label::before {
  background: #FFFFFF; }

#checkout-main .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

#checkout-main .order-product-summary .leading-lines {
  background-color: #F3F3F3;
  margin: -1.3125rem -1.25rem -1.25rem -1.25rem;
  padding: 0.9375rem 1.25rem; }
  #checkout-main .order-product-summary .leading-lines span {
    background-color: #F3F3F3;
    color: #000000; }

#checkout-main .order-product-summary .product-line-item-details {
  overflow: hidden;
  margin-top: 1.875rem; }
  #checkout-main .order-product-summary .product-line-item-details .item-image {
    width: 7.5rem;
    height: 7.5rem; }
    #checkout-main .order-product-summary .product-line-item-details .item-image img {
      max-height: unset; }
  #checkout-main .order-product-summary .product-line-item-details .remove-line-item .remove-btn {
    margin-top: 0.5rem;
    background-color: #5A5A5A;
    border-color: #5A5A5A;
    color: #FFFFFF; }

#checkout-main .order-product-summary .item-attributes .item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000000; }

#checkout-main .order-product-summary .item-attributes .line-item-attributes {
  font-size: 0.875rem; }
  #checkout-main .order-product-summary .item-attributes .line-item-attributes strong {
    color: #000000; }

#checkout-main .order-product-summary .item-attributes .line-item-availability,
#checkout-main .order-product-summary .item-attributes .qty-card-quantity-label,
#checkout-main .order-product-summary .item-attributes .line-item-total-text {
  font-size: 0.875rem;
  color: #000000; }

#checkout-main .order-product-summary .item-attributes .line-item-unit-price {
  display: -ms-flexbox;
  display: flex; }
  #checkout-main .order-product-summary .item-attributes .line-item-unit-price .price {
    margin-left: 0.625rem; }

#checkout-main .order-product-summary .item-attributes .strike-through {
  color: #A3A3A3;
  margin-right: 0; }

#checkout-main .order-product-summary .item-attributes .line-item-total-price {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem; }
  #checkout-main .order-product-summary .item-attributes .line-item-total-price > div {
    display: -ms-flexbox;
    display: flex; }
  #checkout-main .order-product-summary .item-attributes .line-item-total-price .line-item-total-price-label {
    margin-right: 0.3125rem; }
  #checkout-main .order-product-summary .item-attributes .line-item-total-price .pricing {
    margin-left: 0.3125rem; }

#checkout-main .credit-card-tab {
  border: 0.0625rem solid #A3A3A3; }

#checkout-main .address-selector-block .btn-add-new,
#checkout-main .address-selector-block .btn-show-details {
  color: #5A5A5A !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.5rem; }
  #checkout-main .address-selector-block .btn-add-new:hover,
  #checkout-main .address-selector-block .btn-show-details:hover {
    text-decoration: underline; }

#checkout-main .address-selector-block .btn-show-details {
  -ms-flex: 0 2 9.375rem;
      flex: 0 2 9.375rem; }

.page-title.checkout-title {
  margin-top: 2em; }
  @media (min-width: 768px) {
    .page-title.checkout-title {
      margin-top: initial; } }

.receipt .confirm-details .leading-lines .start-lines::before,
.receipt .order-product-summary .leading-lines .start-lines::before,
.receipt .order-total-summary .leading-lines .start-lines::before {
  content: none; }

.receipt .order-total-summary .grand-total-sum,
.receipt .order-total-summary .order-receipt-label {
  color: #5A5A5A; }

.store-locator-container .results-card .custom-select {
  margin-left: 1.25rem; }

.cart-page .product-info {
  margin-bottom: 0.9375rem; }
  .cart-page .product-info .item-image {
    height: 8.75rem;
    width: 8.75rem; }
    .cart-page .product-info .item-image .product-image {
      max-height: 9.375rem; }
  .cart-page .product-info .sales {
    color: #A3A3A3; }
  .cart-page .product-info .product-card-footer p, .cart-page .product-info .product-card-footer label {
    font-size: 0.875rem; }
  .cart-page .product-info .product-card-footer .quantity {
    min-width: 0;
    width: 4.0625rem;
    height: 1.875rem;
    padding: 0.0625rem 0.3125rem 0 0.9375rem;
    box-shadow: none; }
  .cart-page .product-info .product-edit a {
    font-family: "Overpass-Regular";
    font-size: 1rem;
    line-height: 1.25; }
  .cart-page .product-info .remove-btn-lg.btn-light {
    background-color: inherit;
    padding: 0;
    margin: 0.3125rem 0.8125rem 0;
    min-height: 0;
    height: 1.875rem; }
    .cart-page .product-info .remove-btn-lg.btn-light span {
      color: #000000; }
  .cart-page .product-info .remove-btn-lg span {
    height: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: end; }
  .cart-page .product-info .bonus-product-button {
    margin-top: 1rem; }
  .cart-page .product-info .card.bonus-product-button {
    border: none; }

.cart-page .optional-promo {
  color: #201d48; }

.cart-page .promo-code-form input[type="text"] {
  padding-left: 0.75rem !important; }
  .cart-page .promo-code-form input[type="text"]:-ms-input-placeholder {
    color: #A3A3A3; }
  .cart-page .promo-code-form input[type="text"]::placeholder {
    color: #A3A3A3; }

.cart-page .promo-code-form .promo-code-btn {
  background-color: #201d48;
  padding: 0; }

.cart-page .totals label {
  color: #000000; }

.cart-page .totals .custom-select.form-control.shippingMethods {
  color: #000000;
  box-shadow: none; }

.cart-page .totals .cart__totals {
  padding: 0.75rem; }
  .cart-page .totals .cart__totals .row:last-child {
    background-color: #F3F3F3; }
    .cart-page .totals .cart__totals .row:last-child strong, .cart-page .totals .cart__totals .row:last-child p {
      color: #000000;
      font-weight: bold; }

.page-style article > h4 {
  margin-top: 2rem; }

.content-asset-container {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  color: #201d48; }
  .content-asset-container .content-header {
    margin: 0 0 1.6875rem;
    padding: 0 0 1.125rem;
    border-bottom: 1px #201d48 solid; }

.hero.login-banner {
  height: auto;
  background: none; }
  .hero.login-banner .page-title {
    top: auto;
    margin: 3.125rem 0 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #201d48; }

.login-page:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 0 1.875rem;
  border-top: 1px solid #201d48; }

.login-page .breadcrumb {
  display: none; }

.login-page .card {
  border-color: #A3A3A3; }

.login-page .card-body {
  padding: 0; }

.login-page .tab-content {
  padding: 1.25rem; }

.login-page .nav-tabs {
  border: none; }
  .login-page .nav-tabs .nav-item .nav-link {
    padding: 1rem;
    border: 1px solid #A3A3A3;
    border-width: 0 0 1px 1px; }
  .login-page .nav-tabs .nav-item:first-child .nav-link {
    border-left: none; }

.login-page .forgot-password a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F05A";
  color: #5A5A5A; }

.login-page .privacy-policy {
  margin-top: 1em; }

.login-page .trackorder .card-header {
  margin: 0 1.25rem;
  padding: 1rem 0;
  color: #201d48;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #A3A3A3; }

.login-page .trackorder .card-body {
  padding: 1.25rem; }

.hero.contact-us-banner {
  background-image: none;
  background: #A3A3A3;
  height: 15.625rem; }
  .hero.contact-us-banner h1.page-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0; }

.container.contact-us-landing-page {
  padding-top: 2.5rem; }

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="text"],
textarea {
  border-radius: 0.1875rem;
  color: #201d48 !important;
  border: 0.0625rem solid #74869E; }
  input[type="tel"]:active,
  input[type="email"]:active,
  input[type="text"]:active,
  input[type="password"]:active,
  input[type="text"]:active,
  textarea:active {
    border: 0.0625rem solid #74869E; }
  input[type="tel"]:disabled,
  input[type="email"]:disabled,
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="text"]:disabled,
  textarea:disabled {
    background-color: rgba(185, 194, 206, 0.15);
    color: #B9C2CE; }
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #B9C2CE;
    font-size: 0.875rem;
    line-height: 1.0625rem; }
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="text"]::placeholder,
  textarea::placeholder {
    color: #B9C2CE;
    font-size: 0.875rem;
    line-height: 1.0625rem; }
  input[type="tel"].is-invalid,
  input[type="email"].is-invalid,
  input[type="text"].is-invalid,
  input[type="password"].is-invalid,
  input[type="text"].is-invalid,
  textarea.is-invalid {
    border: 0.0625rem solid #DB3831;
    background-image: url(../../images/info.svg) !important; }
  input[type="tel"].field-updated,
  input[type="email"].field-updated,
  input[type="text"].field-updated,
  input[type="password"].field-updated,
  input[type="text"].field-updated,
  textarea.field-updated {
    background-color: #ffffe0; }

.account p, .account span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040;
  margin-bottom: 0; }

.account .breadcrumb {
  border-bottom: unset;
  padding-left: 0;
  margin-top: 0.625rem; }

.account .back-account {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter-Bold"; }
  .account .back-account .fa::before {
    font-size: 0.75rem; }

.account .page-title {
  color: #201d48;
  font-weight: 700;
  margin: 1.5625rem 0; }

.account .card {
  border: unset; }
  .account .card a {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
    .account .card a.birthday-link {
      text-decoration: underline; }
  .account .card .card-header {
    border-bottom: unset;
    background-color: #F1F5F5;
    color: #000000; }
    .account .card .card-header h2, .account .card .card-header h3 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 400;
      text-transform: uppercase;
      font-family: "Inter-Regular";
      color: #000000; }
  .account .card .card-header.clearfix a:hover {
    text-decoration: underline; }
  .account .card .card-body dt {
    font-family: "Inter-Bold";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  .account .card .card-body dd {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #404040; }
  .account .card .card-body .form-control-label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300; }
  .account .card .card-body .btn-primary {
    border-radius: 0.625rem;
    color: #FFFFFF;
    background-color: #2672CB; }
    .account .card .card-body .btn-primary:hover {
      background-color: #201d48; }
  .account .card .card-body .btn-outline-primary:hover {
    background-color: #2672CB; }
  .account .card .card-footer {
    border-top: none;
    background-color: unset; }

.account .separator {
  border-bottom: 0.125rem solid rgba(64, 64, 64, 0.3);
  margin-bottom: 1.25rem; }

.account .form-group .form-control-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.0625rem; }

.address-book .new-address-container {
  text-align: end; }
  .address-book .new-address-container .new-address {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }

.address-book .card-body div {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040; }

.address-book .remove-address {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  height: 45%;
  background-color: transparent;
  color: #DB3831;
  padding-left: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .address-book .remove-address::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F05C";
    position: relative;
    bottom: 0.125rem;
    padding-right: 0.3125rem;
    margin-left: 0.3125rem;
    font-size: 1rem; }
  .address-book .remove-address:focus {
    outline: 0; }

.card-make-default-link a:hover {
  text-decoration: underline; }

.address-heading + a:hover {
  text-decoration: underline; }

.edit-profile-form .custom-checkbox .custom-control-label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0.625rem; }

@media (max-width: 575.98px) {
  .edit-profile-form .cancel {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0.625rem; } }

@media (max-width: 575.98px) {
  .edit-profile-form .save {
    -ms-flex-order: 1;
        order: 1; } }

.form-group-birthday {
  display: block; }
  .form-group-birthday select {
    height: 3.125rem;
    padding: 0rem 1.375rem; }

@media (max-width: 767.98px) {
  .order-history .header-container .title-container {
    -ms-flex-order: 2;
        order: 2;
    margin: 1.25rem 0; } }

.order-history .header-container .title-container .page-title {
  margin: 0; }

.order-history .card .card-header .order-number {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter-Bold"; }

.order-history .order-history-select-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767.98px) {
    .order-history .order-history-select-container {
      -ms-flex-order: 1;
          order: 1; } }
  .order-history .order-history-select-container .form-group {
    width: 100%; }
    .order-history .order-history-select-container .form-group .custom-select {
      height: 3.5rem; }

.order-detail .breadcrumb {
  border-bottom: unset;
  padding-left: 0; }
  @media (min-width: 576px) {
    .order-detail .breadcrumb {
      padding-left: 1.75rem; } }

.order-detail .page-title {
  color: #201d48; }
  @media (min-width: 576px) {
    .order-detail .page-title {
      padding-left: 1.5625rem; } }

.order-detail .separator {
  border-bottom: 0.125rem solid rgba(64, 64, 64, 0.3);
  margin: 0.625rem;
  margin-top: 0.75rem;
  margin-left: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .order-detail .separator {
      margin: 1.25rem; } }

.order-detail .card-header {
  border-bottom: unset; }
  @media (max-width: 767.98px) {
    .order-detail .card-header {
      padding: 0;
      margin-top: 0.625rem; } }

@media (max-width: 767.98px) {
  .order-detail .card-body {
    padding: 0; } }

@media (max-width: 767.98px) {
  .order-detail .order-product-summary {
    padding: 0 0.625rem; } }

@media (max-width: 575.98px) {
  .update-password .cancel {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0.625rem; } }

@media (max-width: 575.98px) {
  .update-password .save {
    -ms-flex-order: 1;
        order: 1; } }

.account-wishlist-item {
  border-bottom: 1px dashed #74869E;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  margin-right: 0.15rem;
  margin-left: 0.15rem; }
  .account-wishlist-item .line-item-header {
    margin-bottom: 0.1rem; }
  .account-wishlist-item .account-wl-attributes {
    padding-left: 0; }
  .account-wishlist-item .account-wl-image {
    padding-right: 1rem; }

.account-wishlist-item:last-child {
  border: 0 none; }

.account-wishlist-item .remove-from-wishlist {
  color: #74869E;
  font-size: 1.65em;
  padding: 0;
  position: absolute;
  border: none;
  background-color: #FFFFFF;
  top: -0.625rem;
  right: 1.25rem; }

#checkout-login .page-title {
  margin-bottom: 0; }

#checkout-login .text-info-phone {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 8px; }
  #checkout-login .text-info-phone--help {
    margin-bottom: 0; }
  #checkout-login .text-info-phone--number {
    font-family: "Inter-Bold";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      #checkout-login .text-info-phone--number {
        display: -ms-flexbox;
        display: flex; } }
  #checkout-login .text-info-phone p {
    margin-bottom: 0px; }

#checkout-login p, #checkout-login label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2B333F; }

#checkout-login .card {
  padding: 0.9375rem 0;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem; }
  #checkout-login .card .card-header {
    background-color: unset;
    border: unset; }
  #checkout-login .card .btn-primary {
    border-radius: 0.625rem;
    background-color: #2672CB; }

#checkout-login .remember-me {
  margin-top: 0.1875rem; }
  #checkout-login .remember-me .custom-control-label::before, #checkout-login .remember-me .custom-control-label::after {
    top: 0.15rem; }

#checkout-login .forgot-password {
  padding: 0; }
  #checkout-login .forgot-password a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
  #checkout-login .forgot-password .fa-exclamation-circle::before {
    color: #DB3831; }

.modal-title.request-password-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #201d48; }

.modal-body .request-password-body .provide-email-text {
  font-size: 1rem !important;
  color: #000000 !important; }

.modal-body #submitEmailButton {
  border-radius: 1.25rem !important; }
  .modal-body #submitEmailButton:hover {
    background-color: #201d48; }

.custom-cart .breadcrumb {
  padding: 1.4375rem 0 2.1875rem;
  border: none;
  margin: 0; }

.custom-cart .page-title {
  font-size: 1.25rem;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .custom-cart .page-title {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .custom-cart .page-title {
      padding: 0 0.9375rem 0.46875rem; } }

.custom-cart .cart-header .number-of-items {
  font-size: 1.375rem;
  font-family: "Baloo2-Medium";
  font-weight: 500;
  color: #201d48; }

.custom-cart .cart-header span {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #2B2047; }

.custom-cart .no-margin-top {
  display: none;
  border-color: #8A9594; }
  @media (min-width: 768px) {
    .custom-cart .no-margin-top {
      text-align: right;
      display: block; } }

.custom-cart .info-block {
  display: block;
  padding: 1.3125rem 0;
  background: linear-gradient(358.13deg, #ebfcff 0.78%, #f0ffeb 97.62%, #f0ffeb 97.62%);
  font-family: "Inter-Regular";
  font-size: 0.875rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .custom-cart .info-block .continue-shopping {
    padding-top: 0; }
    @media (min-width: 768px) {
      .custom-cart .info-block .continue-shopping {
        text-align: right;
        padding-top: 0;
        display: block; } }
    .custom-cart .info-block .continue-shopping .continue-shopping-link {
      font-weight: bold; }
  @media (min-width: 768px) {
    .custom-cart .info-block {
      display: -ms-flexbox;
      display: flex;
      margin-left: 0;
      margin-right: 0; } }

.cart-page {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .cart-page {
      margin-bottom: 6.25rem; } }
  .cart-page .product-info {
    border: 1px solid #74869E;
    padding: 0.9375rem 1.25rem; }
    .cart-page .product-info .line-item-header .line-item-name {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 0.625em;
      width: 90%;
      font-size: 1.125rem;
      color: #2B2047;
      font-family: "Baloo2-Bold"; }
    .cart-page .product-info .line-item-header .remove-product {
      background-color: inherit;
      padding: 0;
      margin: 0.9375rem 0 0;
      min-height: 0;
      height: 1.875rem;
      border-color: #FFFFFF; }
      .cart-page .product-info .line-item-header .remove-product:hover {
        border-color: #FFFFFF; }
      .cart-page .product-info .line-item-header .remove-product span {
        color: #000000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: end;
        font-size: 1.625em; }
  .cart-page .item-image {
    height: 8.063rem;
    width: 7rem;
    margin-right: 1rem; }
    @media (min-width: 1200px) {
      .cart-page .item-image {
        margin-right: 3rem; } }
    .cart-page .item-image .product-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      max-height: 8.063rem; }
  .cart-page .item-attributes {
    vertical-align: top; }
    .cart-page .item-attributes .line-item-attributes {
      font-size: 0.875rem !important; }
    .cart-page .item-attributes .line-item-availability {
      color: #2B333F; }
  .cart-page .product-edit {
    margin-top: 0.5625rem; }
  .cart-page .move {
    display: none; }
  .cart-page .product-card-footer {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0; }
    @media (min-width: 992px) {
      .cart-page .product-card-footer {
        -ms-flex: 0 0 50;
            flex: 0 0 50;
        max-width: 57%; } }
    .cart-page .product-card-footer .row {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media (min-width: 992px) {
        .cart-page .product-card-footer .row {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .cart-page .product-card-footer .row .line-item-price-info {
        font-size: 0.875rem;
        margin-bottom: 0.5625rem; }
      .cart-page .product-card-footer .row .sales {
        color: #2B2047;
        font-size: 1.25rem; }
      .cart-page .product-card-footer .row .line-item-quantity .quantity-form {
        margin-bottom: 0;
        margin-top: -0.313em; }
      .cart-page .product-card-footer .row .line-item-quantity .quantity-label {
        font-size: 0.875rem;
        margin-bottom: 0.5625rem;
        margin-top: 0.25rem; }
      .cart-page .product-card-footer .row .line-item-quantity .custom-select {
        min-width: 0;
        width: 6.125rem;
        height: 2.8125rem;
        padding: 0.0625rem 0.3125rem 0 0.9375rem;
        box-shadow: none;
        font-size: 1.25rem; }
    .cart-page .product-card-footer .line-item-promo {
      color: #DB3831; }
    .cart-page .product-card-footer .totals {
      margin-top: 1.6875rem; }
      @media (min-width: 768px) {
        .cart-page .product-card-footer .totals {
          margin-top: 0.625rem; } }
      .cart-page .product-card-footer .totals .link-collapse {
        text-decoration: none; }
        .cart-page .product-card-footer .totals .link-collapse .coupon-head {
          color: #FF406E;
          margin-bottom: 1.625rem; }
        .cart-page .product-card-footer .totals .link-collapse:before {
          content: "+";
          color: #DB3831;
          font-size: 1rem; }
      .cart-page .product-card-footer .totals .link-collapse[aria-expanded="true"]:before {
        content: "-";
        color: #DB3831;
        font-size: 1rem; }
      .cart-page .product-card-footer .totals .totals-label {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 170%; }
      .cart-page .product-card-footer .totals .coupon-label {
        font-size: 0.875rem;
        font-weight: 400; }
      .cart-page .product-card-footer .totals label {
        color: #2B2047; }
      .cart-page .product-card-footer .totals .subtotal,
      .cart-page .product-card-footer .totals .discounts,
      .cart-page .product-card-footer .totals .shipping,
      .cart-page .product-card-footer .totals .taxes,
      .cart-page .product-card-footer .totals .total {
        padding-left: 0.9375rem; }
      .cart-page .product-card-footer .totals .taxes {
        margin-bottom: 1.5rem; }
      .cart-page .product-card-footer .totals .total {
        color: #2b2047;
        font-size: 1rem;
        font-weight: 400; }
      .cart-page .product-card-footer .totals .custom-select.form-control.shippingMethods {
        color: #000000;
        box-shadow: none;
        height: 3rem; }
      .cart-page .product-card-footer .totals .cart__totals {
        padding: 0.75rem; }
        .cart-page .product-card-footer .totals .cart__totals .row:last-child {
          background-color: #F3F3F3; }
          .cart-page .product-card-footer .totals .cart__totals .row:last-child strong,
          .cart-page .product-card-footer .totals .cart__totals .row:last-child p {
            color: #000000;
            font-weight: bold; }
    .cart-page .product-card-footer .continue-shopping {
      display: none; }
      @media (min-width: 768px) {
        .cart-page .product-card-footer .continue-shopping {
          display: block; } }
    .cart-page .product-card-footer .form-group {
      margin-bottom: 1.875rem; }
      .cart-page .product-card-footer .form-group label {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 170%; }
    .cart-page .product-card-footer .head-divider {
      border: 1px solid #74869E;
      opacity: 0.5;
      margin-top: 0.3125rem;
      margin-bottom: 1.25rem; }
    .cart-page .product-card-footer .head-divider-taxes {
      border: 1px solid #74869E;
      opacity: 0.5;
      margin-top: 0.3125rem;
      margin-bottom: 0.625rem; }
    .cart-page .product-card-footer .optional-promo {
      color: #201d48; }
    .cart-page .product-card-footer .promo-code-form input[type="text"] {
      padding-left: 0.75rem !important; }
      .cart-page .product-card-footer .promo-code-form input[type="text"]:-ms-input-placeholder {
        color: #A3A3A3; }
      .cart-page .product-card-footer .promo-code-form input[type="text"]::placeholder {
        color: #A3A3A3; }
    .cart-page .product-card-footer .promo-code-form .promo-code-btn {
      background-color: #FFFFFF;
      border-radius: 0;
      color: #201d48;
      border: 2px solid #2672CB;
      padding: 0; }
      .cart-page .product-card-footer .promo-code-form .promo-code-btn:hover {
        background-color: #2672CB;
        color: #FFFFFF; }
    .cart-page .product-card-footer .checkout-btn {
      font-size: 1rem;
      border-radius: 0.625rem;
      margin-top: 0.9375rem; }
    .cart-page .product-card-footer .content-asset {
      color: #8A9594; }
    .cart-page .product-card-footer .coupon-price-adjustment {
      border: 1px solid #B9C2CE;
      padding: 0.9375rem;
      margin-bottom: 1.875rem; }
      .cart-page .product-card-footer .coupon-price-adjustment .coupon-code {
        margin-bottom: 0.3125rem; }
        .cart-page .product-card-footer .coupon-price-adjustment .coupon-code .remove-coupon {
          border: 0;
          background-color: none;
          padding: 0;
          position: relative; }
          .cart-page .product-card-footer .coupon-price-adjustment .coupon-code .remove-coupon span {
            font-size: 1.875rem;
            position: absolute;
            top: -1rem;
            left: -1.125rem; }
      .cart-page .product-card-footer .coupon-price-adjustment .coupon-promotion-relationship {
        padding: 0;
        margin: 0; }
        .cart-page .product-card-footer .coupon-price-adjustment .coupon-promotion-relationship li {
          list-style: none; }
    .cart-page .product-card-footer .coupon-error-message,
    .cart-page .product-card-footer .coupon-missing-error {
      color: #DB3831; }
  .cart-page .cart-empty {
    color: #201d48; }
  .cart-page .coupon-missing-error {
    display: none; }

.holiday-shipping-time p {
  color: #DB3831;
  font-style: italic;
  font-size: 15px;
  margin: 0px; }

.valid-cart-error li.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none; }

.valid-cart-error li:hover, .valid-cart-error li:active {
  cursor: pointer;
  text-decoration: underline; }

.page {
  background-color: #FFFFFF !important; }

#checkout-main .card {
  border: none; }
  #checkout-main .card .card-header {
    border-bottom: unset;
    background-color: #F1F5F5;
    color: #000000; }
    #checkout-main .card .card-header h2, #checkout-main .card .card-header h3 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 400;
      font-family: "Inter-Regular";
      color: #000000; }
  #checkout-main .card .card-body {
    padding: 1.25rem 0; }

#checkout-main .custom-select {
  height: 3.5rem; }

#checkout-main .shipping-address .phone-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: start;
  padding-left: 0; }
  #checkout-main .shipping-address .phone-information__message {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #DB3831; }
  #checkout-main .shipping-address .phone-information .info-icon .fa-info-circle::before {
    color: #DB3831;
    font-size: 1.125rem; }
  @media only screen and (min-width: 576px) {
    #checkout-main .shipping-address .phone-information {
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 5px; } }

#checkout-main .shipping-address .shipping-error .alert-danger {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #DB3831; }
  #checkout-main .shipping-address .shipping-error .alert-danger::before {
    content: none; }

#checkout-main .shipping-method-list-container {
  border: 0.0625rem solid #B9C2CE;
  border-radius: 0.5rem;
  margin: 0.4375rem 0; }
  #checkout-main .shipping-method-list-container.disabled {
    border-color: red; }
    #checkout-main .shipping-method-list-container.disabled .row {
      opacity: 0.5; }
  #checkout-main .shipping-method-list-container .display-name {
    font-family: "Inter-Bold";
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #2B333F; }
  #checkout-main .shipping-method-list-container .shipping-cost,
  #checkout-main .shipping-method-list-container .arrival-time {
    white-space: normal;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #2B333F; }
  #checkout-main .shipping-method-list-container .arrival-time-container {
    padding: 0.625rem;
    padding-left: 3.75rem; }
  #checkout-main .shipping-method-list-container .form-check.start-lines,
  #checkout-main .shipping-method-list-container .shipping-method-pricing.end-lines {
    padding-top: 0.625rem; }

#checkout-main .shipping-summary .summary-details .title-container {
  padding-left: 0; }

#checkout-main .shipping-summary .summary-details .arrival-container {
  padding-left: 0; }

#checkout-main .shipping-summary .summary-details .price-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }

#checkout-main .gift-message-block .custom-checkbox {
  margin-left: 0; }

.page-title.checkout-title {
  margin-top: 0;
  font-size: 2rem; }

#checkout-main .contact-info-block {
  border-bottom: unset; }

#checkout-main .address-selector-block__address-options button {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #2B333F;
  padding: 0;
  padding-top: 0.5rem;
  padding-left: 0.9375rem;
  outline: none;
  box-shadow: none; }
  #checkout-main .address-selector-block__address-options button:hover {
    background-color: #FFFFFF; }
  #checkout-main .address-selector-block__address-options button:focus {
    background-color: #FFFFFF;
    border-color: unset;
    color: inherit; }

#checkout-main .paymentMethods-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter-Bold";
  color: #2B333F; }

#checkout-main #paymentMethodsList {
  list-style-type: none;
  padding-left: 0px; }
  #checkout-main #paymentMethodsList .paymentMethod {
    border: 0.0625rem solid #74869E;
    padding: 0.625rem;
    margin: 0.9375rem 0; }
    #checkout-main #paymentMethodsList .paymentMethod .paymentMethodContainer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      #checkout-main #paymentMethodsList .paymentMethod .paymentMethodContainer .paymentMethod_img {
        cursor: pointer; }
    #checkout-main #paymentMethodsList .paymentMethod .additionalFields {
      padding: 0.625rem;
      padding-right: 1.5625rem; }

.contact-us-landing-page.container {
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 0px; }
  .contact-us-landing-page.container .product-breadcrumb .col {
    padding: 0px; }
  .contact-us-landing-page.container .contact-us-landing-page__heading {
    font: 1.375rem/2.0625rem "Inter-Regular";
    padding: 1.5rem 0;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 0.8125rem; }
  .contact-us-landing-page.container .orderSupport {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 0.8125rem; }
    @media (max-width: 991.98px) {
      .contact-us-landing-page.container .orderSupport {
        -ms-flex-flow: column;
            flex-flow: column;
        padding-bottom: 0.9375rem; } }
    .contact-us-landing-page.container .orderSupport .orderSupport__data {
      max-width: 33.125rem; }
      .contact-us-landing-page.container .orderSupport .orderSupport__data h5,
      .contact-us-landing-page.container .orderSupport .orderSupport__data p {
        font: 0.875rem/1.3125rem "Inter-Regular"; }
    .contact-us-landing-page.container .orderSupport .orderSupport__button {
      min-height: auto;
      height: -webkit-max-content;
      height: max-content; }
  .contact-us-landing-page.container .contactUsForm .contactUsForm__data {
    padding: 0; }
    .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card {
      border: 0; }
      .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group input {
        border: 0;
        background-color: #F5F5F5; }
        .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group input:focus {
          background-color: #F5F5F5; }
      .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group select,
      .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group textarea {
        border: 0;
        background-color: #F5F5F5; }
        .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group select:focus,
        .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group textarea:focus {
          box-shadow: none; }
      .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group .subscribe-contact-us {
        background-color: #2672CB;
        border-radius: 0.625rem; }
        .contact-us-landing-page.container .contactUsForm .contactUsForm__data .card .form-group .subscribe-contact-us:hover {
          background-color: #201d48; }

.contact-us-landing-page .product-breadcrumb {
  margin-bottom: 20px; }

.contact-us-landing-page .customer-support {
  margin-bottom: 30px; }
  .contact-us-landing-page .customer-support .contact-us-landing-page__heading {
    margin-bottom: 0px; }
  .contact-us-landing-page .customer-support .row-content {
    padding-top: 1.25rem; }

.faqs {
  max-width: 767px;
  margin: 0 auto 3rem auto;
  font-family: 'Baloo2-Regular'; }
  .faqs .expander {
    margin: 0 5%; }
  .faqs .expander-item {
    border-bottom: 1px solid #e7e7e7; }
    .faqs .expander-item button {
      text-transform: unset;
      font-size: 20px;
      padding: 1rem 0;
      font-weight: 600;
      border: none;
      background: transparent;
      width: 100%;
      text-align: left;
      outline: none; }

#privacypolicy {
  max-width: 750px;
  padding: 0 2rem;
  margin: 0 auto 2rem auto; }

#termsandconditions {
  max-width: 750px;
  padding: 0 2rem;
  margin: 0 auto 2rem auto;
  overflow: scroll;
  max-height: 750px; }

#returnsandrefundpolicy {
  max-width: 750px;
  padding: 0 2rem;
  margin: 0 auto 2rem auto; }

.confirmation .order-thank-you-email-msg, .confirmation .order-confirm-create-account .card-description, .confirmation .confirm-details span, .confirmation .confirm-details div, .result-count .search-result-count, .result-count .search-tips ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040; }

.confirmation {
  margin-top: 2.8125rem; }
  .confirmation .order-thank-you-msg {
    margin-top: 0;
    font-size: 2rem;
    color: #201d48;
    margin-bottom: 0.875rem; }
  .confirmation .card .btn.btn-primary {
    border-radius: 0.625rem; }
  .confirmation .card-header {
    background-color: transparent; }
    .confirmation .card-header .card-header-custom {
      font-family: "Baloo2-Regular";
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 500;
      color: #323232; }
  .confirmation .order-confirm-create-account {
    border: unset; }
    .confirmation .order-confirm-create-account .card-description {
      margin-bottom: 1.5625rem; }
  .confirmation .confirm-details {
    border: unset; }
    .confirmation .confirm-details label {
      font-family: "Inter-Bold";
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      color: #404040;
      margin: 0.9375rem 0; }

.login-page {
  margin-bottom: 6.25rem; }
  .login-page:before {
    border: unset; }
  .login-page .title {
    padding-left: 1.25rem;
    font-size: 1.5rem;
    color: #201d48; }
  .login-page .card-wrapper:first-child {
    border-right: 0.0625rem solid #E3E3E3; }
  @media (min-width: 992px) {
    .login-page .card-wrapper {
      padding: 0 5.625rem; } }
  .login-page .card {
    border: unset; }
    .login-page .card .nav-tabs .nav-item {
      padding: 1.25rem;
      padding-bottom: 0.9375rem; }
      .login-page .card .nav-tabs .nav-item .nav-link {
        border: unset;
        border-bottom: 0.125rem solid #E3E3E3;
        background-color: transparent;
        text-align: left;
        padding-left: 0;
        padding-bottom: 0.75rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700; }
        .login-page .card .nav-tabs .nav-item .nav-link.active {
          border-bottom: 0.125rem solid #404040;
          color: #2B2047 !important; }
    .login-page .card .login-form-nav {
      border-bottom: 0.0625rem solid #E3E3E3; }
      @media (min-width: 992px) {
        .login-page .card .login-form-nav {
          border-bottom: unset; } }
    .login-page .card .btn.btn-primary {
      border: 1px solid #2672CB;
      border-radius: 0.625rem;
      background-color: #2672CB; }
      .login-page .card .btn.btn-primary:hover, .login-page .card .btn.btn-primary:not(:disabled):not(.disabled):active, .login-page .card .btn.btn-primary:focus {
        background-color: #201d48;
        border-color: #201d48;
        outline: 0;
        border: 1px solid #201d48; }
  .login-page #password-reset {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #201d48; }
    .login-page #password-reset::before {
      content: none; }
  .login-page .remember-me {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0.5rem; }
    .login-page .remember-me .custom-control-label {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      color: #2B333F; }
      .login-page .remember-me .custom-control-label::before, .login-page .remember-me .custom-control-label::after {
        top: 0.15rem; }
    .login-page .remember-me .custom-control-input {
      position: relative; }
  .login-page .forgot-password {
    padding: 0; }
    .login-page .forgot-password a {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
      .login-page .forgot-password a::before {
        content: none; }
    .login-page .forgot-password .fa-exclamation-circle::before {
      color: #DB3831; }
  .form-control-label .login-page .form-group .required {
    font-size: 0.875rem; }
    .form-control-label .login-page .form-group .required::before {
      content: "*";
      color: #c00; }
  .login-page .form-group .form-control {
    border-radius: 0.1875rem; }
  .login-page .form-group .oauth-google, .login-page .form-group .oauth-facebook {
    border-radius: 0.1875rem; }

.forgot-password-page,
.reset-password-page {
  margin-top: 1rem;
  margin-bottom: 6.25rem; }
  .forgot-password-page .title,
  .reset-password-page .title {
    color: #201d48; }

.card .reset-password-form .btn.btn-primary,
.card .change-password-form .btn.btn-primary {
  background-color: #2672CB;
  border-radius: 1.25rem; }
  .card .reset-password-form .btn.btn-primary:hover,
  .card .change-password-form .btn.btn-primary:hover {
    background-color: #201d48;
    border-color: #201d48; }

.confirmation .order-thank-you-email-msg, .confirmation .order-confirm-create-account .card-description, .confirmation .confirm-details span, .confirmation .confirm-details div, .result-count .search-result-count, .result-count .search-tips ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040; }

.result-count {
  margin-top: 0.9375rem; }
  .result-count .search-keywords {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Inter-Bold"; }
  .result-count .search-tips h5 {
    color: #201d48; }
  .result-count .search-tips ul {
    padding-left: 0.9375rem; }

.product-tile .tile-body {
  height: 15rem !important; }

.product-detail .attributes .attribute .size-container .swatch-circle {
  border: 0.125rem solid #2672CB;
  border-radius: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #2672CB;
  font-family: "Baloo2-Regular";
  margin: 0.125rem;
  width: 2.75rem;
  height: 2.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.popup-anim {
  position: absolute;
  top: 0%;
  pointer-events: none;
  z-index: 20;
  height: 150px;
  transform: translateY(-25%); }
  @media only screen and (min-width: 576px) {
    .popup-anim {
      height: 150px; } }
  @media only screen and (min-width: 768px) {
    .popup-anim {
      height: 200px; } }
  @media only screen and (min-width: 992px) {
    .popup-anim {
      height: 250px; } }

.anim-left {
  left: 0; }

.anim-right {
  right: 0; }

.product-detail .qty-form {
  background-color: #E7FE8B;
  border-radius: 5px;
  font-family: "Inter-Bold";
  gap: 5px;
  width: auto !important; }
  .product-detail .qty-form button {
    background: none;
    border-radius: 10px;
    padding: 1.25rem; }
  .product-detail .qty-form .quantity {
    background: none; }
  .product-detail .qty-form .quantity-down {
    font-size: 32px; }
  .product-detail .qty-form .quantity, .product-detail .qty-form .quantity-up {
    font-size: 24px !important; }

.product-detail .product-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: center;
      justify-items: center;
  gap: 60px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 480px; }
  .product-detail .product-logos img {
    width: 100%;
    max-width: 200px; }

.product-detail .product-details .price .range {
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 30px !important;
  font-family: "Inter-Bold" !important;
  line-height: 1.25rem; }

.product-detail .product-details .price .default-price .sales {
  font-size: 30px !important;
  font-family: "Inter-Bold" !important; }

.product-detail.container {
  margin-top: 0px; }

.product-detail .product-breadcrumb {
  padding-left: 0.9375rem; }
  .product-detail .product-breadcrumb .breadcrumb {
    padding-left: 0.3rem;
    margin-left: 0px; }

.product-detail .desktop-data-container .product-name,
.product-detail .mobile-data-container .product-name {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800; }

.product-detail .desktop-data-container .description,
.product-detail .mobile-data-container .description {
  padding-left: 0px; }

.product-detail .product-brand-container {
  margin-bottom: 0.9375rem; }
  .product-detail .product-brand-container .product-brand {
    font-family: "Baloo2-Regular";
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #2B333F;
    text-transform: uppercase; }

.product-detail .description {
  list-style: none; }
  @media (min-width: 768px) {
    .product-detail .description {
      list-style: disc;
      padding-left: 0; } }

@media (min-width: 576px) {
  .product-detail #productShippingDetails .value.content {
    padding-left: 0; } }

.product-detail .prices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0; }
  .product-detail .prices .price {
    text-align: left; }
    .product-detail .prices .price .sales {
      line-height: 2.25rem !important; }
      .product-detail .prices .price .sales .value {
        font-size: 48px;
        font-size: 3rem;
        font-weight: 800;
        font-family: "Baloo2-Bold";
        color: #DB3831; }
        @media (min-width: 768px) {
          .product-detail .prices .price .sales .value {
            font-size: 32px;
            font-size: 2rem;
            font-weight: 800; } }
        @media (min-width: 992px) {
          .product-detail .prices .price .sales .value {
            font-size: 48px;
            font-size: 3rem;
            font-weight: 800; } }
    .product-detail .prices .price .range {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-detail .attribute {
  margin-top: 0 !important; }

.product-detail .attributes {
  border-top: none; }
  .product-detail .attributes .attribute .size-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .product-detail .attributes .attribute .size-container .size-attribute {
      border: unset; }
    .product-detail .attributes .attribute .size-container .swatch-circle.selected {
      background-color: #2672CB;
      color: #FFFFFF;
      border: unset; }
    .product-detail .attributes .attribute .size-container .unselectable {
      background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #74869E 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
      background-color: #E3E3E3;
      cursor: not-allowed; }

.product-detail .quantity-and-addtocart-container {
  margin-top: 0;
  border-top: unset;
  border-bottom: unset;
  padding-top: 0;
  padding-left: 0; }
  .product-detail .quantity-and-addtocart-container .quantity .quantity-select {
    border-radius: 0.625rem;
    border: 0.0625rem solid #74869E; }
    @media (max-width: 767.98px) {
      .product-detail .quantity-and-addtocart-container .quantity .quantity-select {
        height: 3.25rem; } }

.product-detail .accordion .card .card-header {
  border-bottom: 0.125rem solid #BCB9B9; }
  .product-detail .accordion .card .card-header .btn-link {
    font-family: "Inter-Bold";
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #2B333F;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 0 !important; }
    .product-detail .accordion .card .card-header .btn-link svg {
      width: 20px;
      stroke-width: 3px; }
    .product-detail .accordion .card .card-header .btn-link::after {
      content: "" !important; }
  .product-detail .accordion .card .card-header .btn.btn-link.collapsed {
    color: #000 !important; }
  .product-detail .accordion .card .card-header .btn-link.collapsed svg {
    color: #A3A3A3 !important;
    transform: rotate(180deg); }

.product-detail .availabitily {
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "Inter-Bold";
  color: #2672CB;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1200px) {
    .product-detail .availabitily .non-input-label {
      margin-right: 0.625rem; } }
  .product-detail .availabitily.outOfStock {
    color: #DB3831; }

.product-detail .shipping {
  margin-top: 0.3125rem; }
  .product-detail .shipping .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-detail .shipping-message {
    padding-left: 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    font-family: "Inter-Regular";
    color: #2B333F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: inherit; }
  .product-detail .shipping-image {
    height: auto;
    width: 100%; }
  .product-detail .shipping-disclaimer {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "Inter-Bold";
    color: #DB3831;
    height: inherit; }

.product-detail .product-ship-late-title {
  font-family: "Inter-Bold";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #DB3831;
  margin-bottom: 0.3125rem; }

.product-detail .product-ship-late-description {
  font-family: "Inter-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #DB3831; }

.product-detail .description-and-detail {
  margin-top: 0;
  padding: 6.25rem 0; }
  .product-detail .description-and-detail .nav-tabs {
    border-bottom: unset;
    padding-bottom: 0; }
    .product-detail .description-and-detail .nav-tabs .nav-item .nav-link {
      margin-left: 0;
      margin-right: 2.1875rem;
      color: #B9C2CE;
      border-bottom: 0.0625rem solid #B9C2CE; }
      .product-detail .description-and-detail .nav-tabs .nav-item .nav-link.active {
        color: #2672CB;
        border-bottom: 0.125rem solid #2672CB; }
  .product-detail .description-and-detail .tab-content .description {
    padding-right: 6.25rem; }

.product-detail .js-open-content-modal {
  text-transform: none !important;
  width: 8rem !important; }

.product-detail .add-to-cart:disabled {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
  cursor: not-allowed;
  opacity: 0.5; }

.product-detail .add-to-cart:disabled img {
  opacity: 0.5; }

.product-detail .qty-form .quantity-down:disabled {
  cursor: not-allowed;
  opacity: 0.5; }

.product-detail .qty-form .quantity-select:disabled {
  cursor: not-allowed;
  opacity: 0.5; }

.product-detail .qty-form .quantity-up:disabled {
  cursor: not-allowed;
  opacity: 0.5; }

.product-detail .add-to-wish-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .product-detail .add-to-wish-list .fa-stack {
    right: 0.25rem;
    box-shadow: 0 0.25rem 0.25rem #B9C2CE;
    border-radius: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-detail .add-to-wish-list .fa-heart-o::before {
    content: "\F004";
    color: rgba(255, 255, 255, 0.7); }
  .product-detail .add-to-wish-list .fa-heart-o::after {
    content: "\F08A";
    position: absolute;
    left: 0.6875rem;
    color: #DB3831; }
  .product-detail .add-to-wish-list .fa-heart {
    color: #DB3831; }
  .product-detail .add-to-wish-list i.fa-circle {
    color: #FFFFFF; }

@media (max-width: 575.98px) {
  .product-info {
    padding: 0 5px 10px 5px; }
  .quickBuy-container .quickBuy {
    font-size: 13px !important; } }

.pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: #FFD500;
  color: #FFD500; }

.grid-footer .pagination {
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-footer .pagination .page-item {
  margin: 0; }

.grid-footer .pagination .page-link {
  border: 2px solid #FFD500;
  border-radius: 0;
  padding: 10px 14px;
  min-width: 48px;
  text-align: center;
  color: #111;
  background-color: #fff;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.05s ease; }

.grid-footer .pagination .page-link:hover {
  background-color: #FFC300;
  color: #111;
  text-decoration: none; }

.grid-footer .pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25); }

.grid-footer .pagination .page-item.active .page-link {
  background-color: #FFD500;
  border-color: #FFD500;
  color: #fff; }

.grid-footer .pagination .page-item.disabled .page-link,
.grid-footer .pagination .page-item.disabled span.page-link {
  color: #999;
  background-color: #fff;
  border-color: #d0d0d0;
  cursor: not-allowed; }

.grid-footer .pagination .page-item.disabled span.page-link {
  border: 2px solid #FFD500;
  border-radius: 0;
  padding: 10px 14px;
  min-width: 48px;
  text-align: center; }

@media (max-width: 576px) {
  .plp-pagination .page-item {
    display: none; }
  .plp-pagination .page-prev,
  .plp-pagination .page-next {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plp-pagination .page-number.active {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plp-pagination .page-number.active + .page-number {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plp-pagination .page-number.active + .page-number + .page-number {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .plp-pagination .page-ellipsis {
    display: none !important; }
  .plp-pagination .pagination {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px; } }

.login-banner {
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 768px) {
    .login-banner {
      -ms-flex-pack: unset !important;
          justify-content: unset !important; } }
  .login-banner .page-title {
    font-size: 1.5rem; }

button.add-to-wishlist.add-to-wish-list.btn.btn-primary:hover,
.add-to-wishlist.add-to-wish-list.btn.btn-primary:hover {
  background-color: #34cee6 !important; }

button.add-to-wishlist.add-to-wish-list.btn.btn-primary,
.add-to-wishlist.add-to-wish-list.btn.btn-primary {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important; }

.global.wishlist-hide {
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem; }

.custom-checkbox.wishlist-hide {
  margin-top: 0.625rem; }

.wishlist-owner {
  color: #201d48; }

.wishlist-mobile-container {
  border-top: 0.0625rem solid #67B4EB; }

.wishlistItemCards .product-info {
  border: 0.0625rem solid #74869E;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0.9375rem; }
  .wishlistItemCards .product-info .line-item-header .line-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.625em;
    width: 90%;
    font-size: 1.125rem;
    color: #2B2047;
    font-family: "Baloo2-Bold"; }
  .wishlistItemCards .product-info .line-item-header .remove-from-wishlist {
    background-color: inherit;
    padding: 0;
    margin: 0.9375rem 0 0;
    min-height: 0;
    height: 1.875rem;
    border-color: #FFFFFF;
    top: 0.5rem;
    right: 0.625rem; }
    .wishlistItemCards .product-info .line-item-header .remove-from-wishlist:hover {
      border-color: #FFFFFF; }
    .wishlistItemCards .product-info .line-item-header .remove-from-wishlist span {
      color: #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: end;
      font-size: 1.875rem; }

.wishlistItemCards .item-image {
  height: 8.75rem;
  width: 8.75rem; }
  .wishlistItemCards .item-image .product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 9.375rem; }

.wishlistItemCards .item-attributes {
  vertical-align: top; }

.wishlistItemCards .edit-add-to-wishlist {
  margin-top: auto; }

.wishlistItemCards .product-card-price {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0.9375rem;
  margin-left: 0;
  margin-bottom: .5rem; }
  @media (min-width: 992px) {
    .wishlistItemCards .product-card-price {
      -ms-flex: 0 0 50;
          flex: 0 0 50;
      max-width: 50%;
      margin-top: 0rem; } }
  @media (min-width: 992px) {
    .wishlistItemCards .product-card-price .row {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .wishlistItemCards .product-card-price .row .line-item-price-info {
    font-size: 0.875rem;
    margin-bottom: .5rem; }
  .wishlistItemCards .product-card-price .row .line-item-quantity .quantity-form-wishlist {
    margin-bottom: 0;
    margin-top: -.313em; }
  .wishlistItemCards .product-card-price .row .line-item-quantity .quantity-label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
  .wishlistItemCards .product-card-price .row .line-item-quantity .custom-select {
    min-width: 0;
    width: 4.0625rem;
    height: 1.875rem;
    padding: 0.0625rem 0.3125rem 0 0.9375rem;
    box-shadow: none; }
  .wishlistItemCards .product-card-price .row .price .range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .wishlistItemCards .product-card-price .row .price .sales {
    font-size: 1.0625rem; }

@media (max-width: 767.98px) {
  .wishlistItemCards .select-attributes-wishList {
    margin-top: 0.625rem; } }

.wishlistItemCards .add-to-cart-wishList .btn.btn-primary {
  background-color: #2672CB;
  border-color: #2672CB;
  border-radius: 0.625rem; }
  .wishlistItemCards .add-to-cart-wishList .btn.btn-primary:hover, .wishlistItemCards .add-to-cart-wishList .btn.btn-primary:not(:disabled):not(.disabled):active, .wishlistItemCards .add-to-cart-wishList .btn.btn-primary:focus {
    background-color: #201d48;
    border-color: #201d48;
    outline: 0;
    border: 1px solid #201d48; }

.wishlistItemCards .d-lg-none {
  padding: 0; }
  .wishlistItemCards .d-lg-none .wishlist-edit-item-divider {
    width: 98%;
    border-top: unset; }

.login-oauth {
  display: none; }

.wishlist {
  position: relative;
  /* required */ }

.wishlist-quantity {
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 15px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 10; }

.about-us_img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.blogcategory-box_content {
  background-color: white; }
  .blogcategory-box_content .blogcategory-box_name {
    color: black; }

.blog-landing-page ol.breadcrumb {
  padding: 0.75rem 1rem;
  max-width: 1296px; }
  .blog-landing-page ol.breadcrumb li a {
    text-decoration: none; }
    .blog-landing-page ol.breadcrumb li a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1399px) {
    .blog-landing-page ol.breadcrumb {
      max-width: 1116px; } }
  @media screen and (max-width: 1199px) {
    .blog-landing-page ol.breadcrumb {
      max-width: 936px; } }
  @media screen and (max-width: 991px) {
    .blog-landing-page ol.breadcrumb {
      max-width: 696px; } }
  @media screen and (max-width: 767px) {
    .blog-landing-page ol.breadcrumb {
      max-width: 516px; } }
  @media screen and (max-width: 575px) {
    .blog-landing-page ol.breadcrumb {
      max-width: 100%; } }

.blog-landing-page form {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .blog-landing-page form input {
    border-radius: 0.25rem; }
    .blog-landing-page form input:-ms-input-placeholder {
      color: #B9C2CE; }
    .blog-landing-page form input::placeholder {
      color: #B9C2CE; }
  .blog-landing-page form input:focus + button, .blog-landing-page form input:hover + button {
    display: none; }
  .blog-landing-page form button {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.blog-landing-page .featured-post .column-1 .text-wrap {
  background-color: #201d48;
  color: #FFFFFF; }
  .blog-landing-page .featured-post .column-1 .text-wrap a {
    min-height: auto;
    color: #000000 !important; }
  .blog-landing-page .featured-post .column-1 .text-wrap .title, .blog-landing-page .featured-post .column-1 .text-wrap .intro {
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.blog-landing-page .main-content .post-grid .row {
  row-gap: 30px; }

.blog-landing-page .main-content .post-grid .preview-card {
  position: relative; }
  .blog-landing-page .main-content .post-grid .preview-card img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    transition: transform 0.4s; }
  .blog-landing-page .main-content .post-grid .preview-card .tags {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1; }
    .blog-landing-page .main-content .post-grid .preview-card .tags button {
      border: none;
      background-color: #DB3831;
      color: white;
      font-family: "Baloo2-Medium";
      padding: 3px 8px;
      transition: filter 0.3s; }
      .blog-landing-page .main-content .post-grid .preview-card .tags button:hover {
        filter: brightness(0.8); }
  .blog-landing-page .main-content .post-grid .preview-card .card-wrap {
    display: block;
    text-decoration: none;
    height: 100%; }
    .blog-landing-page .main-content .post-grid .preview-card .card-wrap:hover img {
      transform: scale(1.05); }
  .blog-landing-page .main-content .post-grid .preview-card .img-wrap {
    background-color: #201d48;
    overflow: hidden; }

.blog-landing-page #pagination-container ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin-bottom: 40px; }
  .blog-landing-page #pagination-container ul li {
    border-bottom: 2px solid white;
    cursor: pointer;
    font-size: 20px; }
    .blog-landing-page #pagination-container ul li.active {
      border-bottom: 2px solid black; }

.blog-detail-page .hero {
  height: auto;
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .blog-detail-page .hero {
      font-size: 2rem; } }

.blog-detail-page .meta h1 {
  color: #201d48; }

.blog-detail-page .page-tags {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px auto;
  text-transform: uppercase; }
  .blog-detail-page .page-tags a {
    color: black !important;
    line-height: 1.3; }
    .blog-detail-page .page-tags a:nth-of-type(n+2) {
      border-left: 1px solid black;
      padding-left: 10px;
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .blog-detail-page .page-tags a {
        font-size: 0.8rem; } }

.blog-detail-page .main-content {
  margin-bottom: 40px; }

.blog-detail-page .content .section {
  margin-bottom: 50px; }

.blog-detail-page .content .two-column-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 40px; }
  @media (min-width: 768px) {
    .blog-detail-page .content .two-column-section {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.blog-detail-page .content .block {
  margin-bottom: 50px; }
  .blog-detail-page .content .block:last-child {
    margin-bottom: 0; }
  .blog-detail-page .content .block.image {
    display: block;
    max-width: 100%; }
    .blog-detail-page .content .block.image.align-center {
      margin: 0 auto; }
    .blog-detail-page .content .block.image.align-right {
      margin-left: 0; }

.blog-detail-page .content .full-width-image {
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 50px; }
  @media (min-width: 576px) {
    .blog-detail-page .content .full-width-image {
      height: 400px; } }
  @media (min-width: 992px) {
    .blog-detail-page .content .full-width-image {
      height: 500px; } }

.blog-detail-page .content .author-list .author {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #F1F1F1;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  margin-top: 30px; }
  .blog-detail-page .content .author-list .author:nth-of-type(n+2) {
    margin-top: 10px; }
  .blog-detail-page .content .author-list .author .column-1 {
    width: 75px;
    height: 75px; }

@media (max-width: 767.98px) {
  .blog-detail-page .content .author-list .author {
    -ms-flex-direction: column;
        flex-direction: column; }
  .blog-detail-page .content .author-list p {
    font-size: 14px; } }

#bouncers-landing.no-video .bouncers-hero {
  min-height: 580px !important;
  padding-bottom: 0px !important; }
  #bouncers-landing.no-video .bouncers-hero img.bouncers-gif {
    top: -50px !important; }
  #bouncers-landing.no-video .bouncers-hero .wrap {
    bottom: 100px !important; }

#bouncers-landing.no-video .main .video-wrap {
  display: none !important; }

#bouncers-landing.no-video .main .main-text {
  margin-top: 80px !important; }

@media screen and (max-width: 990px) {
  #bouncers-landing.no-video .bouncers-hero .wrap {
    bottom: 60px !important; }
  #bouncers-landing.no-video .main .main-text {
    margin-top: 60px !important; } }

#bouncers-landing h1, #bouncers-landing h2, #bouncers-landing h3, #bouncers-landing h4, #bouncers-landing h5, #bouncers-landing h6 {
  margin-bottom: 0; }

#bouncers-landing h2 strong, #bouncers-landing h3 strong, #bouncers-landing p strong {
  font-family: 'Baloo2-ExtraBold';
  font-weight: 800;
  text-transform: uppercase; }

#bouncers-landing h1 {
  font: 900 106px/103px "Baloo2-Bold";
  text-transform: uppercase; }

#bouncers-landing h2 {
  font: 500 70px/75px "Baloo2-Medium"; }
  @media screen and (max-width: 990px) {
    #bouncers-landing h2 {
      font-size: 55px;
      line-height: 65px; } }
  @media screen and (max-width: 575px) {
    #bouncers-landing h2 {
      font-size: 45px;
      line-height: 55px; } }

#bouncers-landing h3 {
  font: 500 40px/49px "Baloo2-Medium"; }
  @media screen and (max-width: 990px) {
    #bouncers-landing h3 {
      font-size: 34px;
      line-height: 40px; } }
  @media screen and (max-width: 575px) {
    #bouncers-landing h3 {
      font-size: 28px;
      line-height: 34px; } }

#bouncers-landing p {
  font: 500 26px/34px "Baloo2-Medium"; }
  @media screen and (max-width: 990px) {
    #bouncers-landing p {
      font-size: 20px;
      line-height: 28px; } }

#bouncers-landing .bouncers-hero {
  background-image: url("https://cdn.ty.com/static/bouncer-landing/backgroundty.png");
  background-size: cover;
  background-position: top;
  box-sizing: content-box;
  color: #FFFFFF;
  height: calc(100vh - 289px);
  min-height: 650px;
  overflow: hidden;
  padding-bottom: 260px;
  position: relative;
  z-index: 0; }
  #bouncers-landing .bouncers-hero img.bouncers-gif {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1; }
  #bouncers-landing .bouncers-hero .wrap {
    bottom: 310px;
    margin: 0 auto;
    max-width: 962px;
    padding: 0px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 1; }
    #bouncers-landing .bouncers-hero .wrap h1 {
      opacity: 0;
      position: absolute; }
    #bouncers-landing .bouncers-hero .wrap h3 {
      max-width: 500px;
      margin: 0 auto; }
  #bouncers-landing .bouncers-hero img.cheetah-bouncer, #bouncers-landing .bouncers-hero img.shark-bouncer {
    position: absolute;
    z-index: 0; }
  #bouncers-landing .bouncers-hero img.cheetah-bouncer {
    left: -17%;
    top: 50%;
    transform: translateY(-50%); }
  #bouncers-landing .bouncers-hero img.shark-bouncer {
    top: 0;
    right: -8%;
    width: 367px; }
  @media screen and (max-height: 850px) {
    #bouncers-landing .bouncers-hero {
      height: calc(100vh - 180px); } }
  @media screen and (max-width: 990px) {
    #bouncers-landing .bouncers-hero {
      height: calc(100vh - 269px); } }
  @media screen and (max-height: 850px) and (max-width: 990px) {
    #bouncers-landing .bouncers-hero {
      height: calc(100vh - 250px); } }
  @media screen and (max-width: 1440px) {
    #bouncers-landing .bouncers-hero {
      padding-bottom: 202px; }
      #bouncers-landing .bouncers-hero .wrap {
        bottom: 230px; } }
  @media screen and (max-width: 990px) {
    #bouncers-landing .bouncers-hero {
      min-height: 530px; }
      #bouncers-landing .bouncers-hero .wrap {
        max-width: 450px; }
      #bouncers-landing .bouncers-hero img.shark-bouncer {
        top: 200px;
        width: 300px; }
      #bouncers-landing .bouncers-hero img.cheetah-bouncer {
        left: -7%;
        top: 50%;
        width: 400px; } }
  @media screen and (max-width: 790px) {
    #bouncers-landing .bouncers-hero {
      padding-bottom: calc((500/990)*50vw); }
      #bouncers-landing .bouncers-hero .wrap {
        bottom: calc((500/990)*50vw + 40px); } }
  @media screen and (max-width: 575px) {
    #bouncers-landing .bouncers-hero {
      box-sizing: border-box; }
      #bouncers-landing .bouncers-hero img.shark-bouncer {
        top: 170px;
        width: 200px; }
      #bouncers-landing .bouncers-hero img.cheetah-bouncer {
        left: -17%;
        top: 48%;
        width: 250px; } }

#bouncers-landing .main {
  position: relative;
  z-index: 1; }
  #bouncers-landing .main .wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0px 20px; }
  #bouncers-landing .main .video-wrap {
    -ms-flex-align: center;
        align-items: center;
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: -260px auto 0 auto;
    max-width: 962px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    #bouncers-landing .main .video-wrap::after {
      content: '';
      padding-top: calc((520/925)*100%);
      position: relative;
      width: 100%;
      z-index: 0; }
    #bouncers-landing .main .video-wrap iframe, #bouncers-landing .main .video-wrap video {
      cursor: pointer;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 9; }
  #bouncers-landing .main .main-text {
    margin-top: 131px;
    text-align: center; }
    #bouncers-landing .main .main-text p {
      margin-top: 27px; }
  @media screen and (max-width: 1440px) {
    #bouncers-landing .main .video-wrap {
      margin-top: -202px;
      max-width: 750px; } }
  @media screen and (max-width: 990px) {
    #bouncers-landing .main .video-wrap::before {
      display: none; }
    #bouncers-landing .main .main-text {
      margin-top: 100px; } }
  @media screen and (max-width: 790px) {
    #bouncers-landing .main .video-wrap {
      margin-top: calc((500/990)*-50vw); } }
  @media screen and (max-width: 575px) {
    #bouncers-landing .main .main-text {
      margin-top: 70px; } }

#bouncers-landing .bouncers-grid {
  margin-top: 80px;
  padding-bottom: 100px; }
  #bouncers-landing .bouncers-grid .wrap {
    margin: 0 auto;
    max-width: 1178px;
    padding: 0px 20px; }
  #bouncers-landing .bouncers-grid .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 42px; }
    #bouncers-landing .bouncers-grid .grid .bouncer-card {
      max-width: 253px;
      perspective: 1000px; }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.jiggle:hover .card-front img {
        animation: none;
        transform: none; }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.jiggle .card-front img {
        animation: jiggle 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: rotate(0deg);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        perspective: 1000px; }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.gelatine .card-front img {
        animation: gelatine 0.8s;
        transform: scale(1); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.bounce-in .card-front img {
        animation: bounce-in 1s ease;
        transform: scale(1); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.purple-tile .card-front, #bouncers-landing .bouncers-grid .grid .bouncer-card.purple-tile .card-back {
        background: linear-gradient(#7F2CDE, #501D91); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.yellow-tile .card-front, #bouncers-landing .bouncers-grid .grid .bouncer-card.yellow-tile .card-back {
        background: linear-gradient(#EEC547, #CEA012); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.pink-tile .card-front, #bouncers-landing .bouncers-grid .grid .bouncer-card.pink-tile .card-back {
        background: linear-gradient(#DF2F79, #B41457); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card.blue-tile .card-front, #bouncers-landing .bouncers-grid .grid .bouncer-card.blue-tile .card-back {
        background: linear-gradient(#1E85EE, #0662C0); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card:hover .card-inner {
        transform: rotateY(180deg); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card .card-inner {
        height: 100%;
        position: relative;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        width: 100%; }
      #bouncers-landing .bouncers-grid .grid .bouncer-card .card-front, #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back {
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
        border-radius: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
      #bouncers-landing .bouncers-grid .grid .bouncer-card .card-front {
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding-top: 100%;
        position: relative; }
        #bouncers-landing .bouncers-grid .grid .bouncer-card .card-front img {
          bottom: 43px;
          left: 43px;
          position: absolute;
          right: 43px;
          top: 43px;
          width: calc(100% - 86px); }
      #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back {
        -ms-flex-align: center;
            align-items: center;
        color: #FFFFFF;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        -ms-flex-pack: center;
            justify-content: center;
        transform: rotateY(180deg); }
        #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back p {
          margin-bottom: 0; }
  @media screen and (max-width: 990px) {
    #bouncers-landing .bouncers-grid {
      margin-top: 50px; }
      #bouncers-landing .bouncers-grid .grid {
        gap: 25px; } }
  @media screen and (max-width: 800px) {
    #bouncers-landing .bouncers-grid .grid {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 600px) {
    #bouncers-landing .bouncers-grid {
      padding-bottom: 50px; }
      #bouncers-landing .bouncers-grid .grid {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        -ms-flex-pack: center;
            justify-content: center; } }
  @media screen and (max-width: 500px) {
    #bouncers-landing .bouncers-grid .grid .bouncer-card .card-front img {
      top: 25px;
      left: 25px;
      right: 25px;
      bottom: 25px;
      width: calc(100% - 50px); } }
  @media screen and (max-width: 500px) {
    #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back p {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (max-width: 400px) {
    #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back p {
      font-size: 16px;
      line-height: 18px; } }
  @media screen and (max-width: 350px) {
    #bouncers-landing .bouncers-grid .grid .bouncer-card .card-back p {
      font-size: 14px;
      line-height: 18px; } }

#bouncers-landing .swiper {
  margin: 161px 0 159px 0;
  overflow: hidden;
  padding-top: 20px; }
  #bouncers-landing .swiper .swiper-slide .slide-wrap {
    -ms-flex-align: start;
        align-items: flex-start;
    cursor: grab;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 7%;
    margin: 0 auto;
    max-width: 1137px;
    padding: 0px 20px 10px 20px; }
  #bouncers-landing .swiper .swiper-slide .column-1 {
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border-top-right-radius: 0;
    max-width: 485px;
    width: 100%; }
    #bouncers-landing .swiper .swiper-slide .column-1::before {
      content: '';
      display: block;
      padding-top: 100%; }
  #bouncers-landing .swiper .swiper-slide .column-2 {
    padding-top: 30px;
    position: relative; }
    #bouncers-landing .swiper .swiper-slide .column-2::before {
      content: '"';
      color: #EFEFEF;
      display: block;
      font: 500 300px/220px "Baloo2-Medium";
      position: absolute;
      left: -50px;
      top: -20px;
      z-index: 0; }
    #bouncers-landing .swiper .swiper-slide .column-2 h3 {
      position: relative;
      z-index: 1; }
    #bouncers-landing .swiper .swiper-slide .column-2 p {
      color: #026BF7;
      font-family: 'Baloo2-ExtraBold';
      font-weight: 800;
      margin: 30px 0 0 0;
      text-transform: uppercase; }
  #bouncers-landing .swiper .control-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    margin-top: 56px; }
    #bouncers-landing .swiper .control-wrapper .prev-button, #bouncers-landing .swiper .control-wrapper .next-button {
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 13px;
      border: 1px solid #00000040;
      box-shadow: 0px 2px 6px 0px #00000040;
      cursor: pointer;
      height: 50px;
      transition: box-shadow 0.25s;
      width: 97px; }
      #bouncers-landing .swiper .control-wrapper .prev-button:hover, #bouncers-landing .swiper .control-wrapper .next-button:hover {
        box-shadow: 0px 0px 0px 0px #FFF; }
    #bouncers-landing .swiper .control-wrapper .prev-button {
      background-image: url("data:image/svg+xml,%3Csvg width='49' height='18' viewBox='0 0 49 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9L15 17.6603L15 0.339747L0 9ZM13.5 10.5L49 10.5L49 7.5L13.5 7.5L13.5 10.5Z' fill='%23282828'/%3E%3C/svg%3E%0A"); }
    #bouncers-landing .swiper .control-wrapper .next-button {
      background-image: url("data:image/svg+xml,%3Csvg width='49' height='18' viewBox='0 0 49 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49 9L34 0.339748L34 17.6603L49 9ZM-1.31134e-07 10.5L35.5 10.5L35.5 7.5L1.31134e-07 7.5L-1.31134e-07 10.5Z' fill='%23282828'/%3E%3C/svg%3E%0A"); }
  @media screen and (max-width: 990px) {
    #bouncers-landing .swiper {
      margin: 75px auto; }
      #bouncers-landing .swiper .swiper-slide .slide-wrap {
        gap: 5%; }
      #bouncers-landing .swiper .swiper-slide .column-2 {
        padding-top: 15px; }
        #bouncers-landing .swiper .swiper-slide .column-2::before {
          font-size: 200px;
          left: -30px;
          line-height: 150px; }
        #bouncers-landing .swiper .swiper-slide .column-2 .control-wrapper {
          margin-top: 40px; } }
  @media screen and (max-width: 575px) {
    #bouncers-landing .swiper {
      margin: 50px auto; }
      #bouncers-landing .swiper .swiper-slide .slide-wrap {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column; }
      #bouncers-landing .swiper .swiper-slide .column-1 {
        max-width: 200px;
        width: 100%; }
      #bouncers-landing .swiper .swiper-slide .column-2::before {
        left: -15px;
        line-height: 140px; }
      #bouncers-landing .swiper .swiper-slide .column-2 p {
        margin-top: 10px; } }

#bouncers-landing .bottom-section {
  background-image: url("https://cdn.ty.com/static/bouncer-landing/backgroundty-2.png");
  background-size: cover;
  background-position: center;
  height: 723px;
  position: relative;
  overflow: hidden; }
  #bouncers-landing .bottom-section .wrap {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 1177px;
    padding: 0px 20px;
    position: relative;
    z-index: 1; }
  #bouncers-landing .bottom-section .section-content {
    color: #FFFFFF;
    max-width: 420px; }
    #bouncers-landing .bottom-section .section-content p {
      margin-top: 24px;
      max-width: 400px; }
  #bouncers-landing .bottom-section img.giraffe-bouncer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  @media screen and (max-width: 990px) {
    #bouncers-landing .bottom-section {
      height: 500px; }
      #bouncers-landing .bottom-section img.giraffe-bouncer {
        right: -100px;
        width: 650px; } }
  @media screen and (max-width: 575px) {
    #bouncers-landing .bottom-section img.giraffe-bouncer {
      right: 0;
      top: 140px;
      width: 250px; } }

#bouncers-landing .bouncers-description .wrap {
  margin: 0 auto;
  max-width: 850px;
  padding: 16px 20px;
  text-align: center; }

#bouncers-landing .bouncers-description h3 {
  font: 800 36px/43px "Baloo2-Bold";
  margin-bottom: 8px; }

#bouncers-landing .bouncers-description p {
  font: 400 16px/24px "Inter-Regular"; }

#bouncers-landing .bouncers-description a {
  color: #FF0000; }

@keyframes jiggle {
  0%, 100% {
    transform: rotate(0deg); }
  20%, 80% {
    transform: rotate(4deg); }
  30%, 50%, 70% {
    transform: rotate(-8deg); }
  40%, 60% {
    transform: rotate(8deg); } }

@keyframes gelatine {
  from, to {
    transform: scale(1, 1); }
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.add-to-basket-alert::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F046";
  color: #78AA38;
  font-size: 1.125rem;
  margin-right: 0.5rem; }

.add-to-basket-alert {
  background-color: #FFFFFF;
  color: #323232; }

.add-to-cart-messages {
  top: 50%; }

.alert-danger::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F05A";
  color: #DB3831; }

.add-to-wishlist-alert {
  background-color: #FFFFFF;
  color: #323232; }
  .add-to-wishlist-alert::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F004";
    color: #DB3831;
    font-size: 1.125rem;
    margin-right: 0.5rem; }
  .add-to-wishlist-alert.alert-danger {
    background-color: #FFFFFF;
    color: #323232; }
    .add-to-wishlist-alert.alert-danger::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\F06A";
      color: #DB3831;
      font-size: 1.125rem;
      margin-right: 0.5rem; }

.sidebar {
  margin-top: 40px; }
  .sidebar .tags .tag-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 5px;
    margin-top: 10px; }
  .sidebar .tags button {
    border: none;
    background-color: #DB3831;
    color: white;
    font-family: "Baloo2-Medium";
    padding: 3px 8px;
    transition: filter 0.3s; }
    .sidebar .tags button:hover {
      filter: brightness(0.8); }
  .sidebar .recent-posts ul {
    font-size: 14px;
    list-style: none;
    padding-left: 0px; }
    .sidebar .recent-posts ul li:nth-of-type(n+2) {
      border-top: 1px solid #B9C2CE;
      margin-top: 10px;
      padding-top: 10px; }
  .sidebar .newsletter .newsletter-container {
    padding-left: 0px; }
  .sidebar .newsletter .subs-form {
    margin-bottom: 20px; }
    .sidebar .newsletter .subs-form .email-input-container {
      padding-right: 0px; }
      .sidebar .newsletter .subs-form .email-input-container .form-group {
        border: 1px solid #74869E;
        border-radius: 10px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
            grid-template-columns: 1fr auto;
        margin-bottom: 0px;
        overflow: hidden; }
    .sidebar .newsletter .subs-form .subscribe-button-container {
      padding-left: 0px; }
      .sidebar .newsletter .subs-form .subscribe-button-container .input-group-append {
        height: 100%; }
      .sidebar .newsletter .subs-form .subscribe-button-container button {
        background-color: #2672CB;
        border-radius: 0px;
        padding: 0px 7px;
        right: auto;
        top: auto;
        transform: none; }
  .sidebar .newsletter .cs-info, .sidebar .newsletter .cs-info a {
    color: black !important; }
  @media (min-width: 1200px) {
    .sidebar {
      margin-top: 0px;
      border-left: 1px solid #B9C2CE; }
      .sidebar .newsletter .cs-info span {
        display: block; } }

.btn-outline-primary,
.btn-primary {
  background-color: #2672CB;
  border-color: #2672CB;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }
  .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:focus,
  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:focus {
    background-color: #201d48;
    border-color: #201d48;
    outline: 0; }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled,
  .btn-primary:disabled,
  .btn-primary.disabled {
    background-color: #B9C2CE;
    border-color: #B9C2CE; }

.btn-outline-primary {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter-Bold";
  background-color: #FFFFFF;
  color: #201d48;
  border: 0.125rem solid #2672CB;
  border-radius: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.btn-secondary {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #201d48;
  border-radius: 1.25rem; }
  .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    background-color: #B9C2CE;
    border-color: #B9C2CE; }

.breadcrumb {
  background-color: unset;
  border-bottom: 1px solid #ccc;
  margin: 0 auto; }
  .breadcrumb .breadcrumb-item a {
    color: #201d48;
    font-family: "Baloo2-Regular";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase; }
  .breadcrumb .breadcrumb-item:last-child a {
    color: #2B333F !important;
    pointer-events: none; }
  @media (min-width: 769px) {
    .breadcrumb {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .breadcrumb {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .breadcrumb {
      max-width: 1140px; } }

#birthdaycalendar .product-breadcrumb .col {
  padding: 0px; }

#birthdaycalendar .breadcrumb {
  border-bottom: 0px; }

.card .btn.btn-primary {
  border-radius: unset;
  background-color: #201d48; }
  .card .btn.btn-primary:hover {
    background-color: #2672CB; }

.form-check .form-check-label::before,
.custom-checkbox .custom-control-label::before {
  background: none;
  border: none !important; }

.form-check .form-check-label::after,
.custom-checkbox .custom-control-label::after {
  border: 0.125rem solid #B9C2CE; }

input[type="checkbox"].custom-control-input:checked + label::before {
  position: absolute;
  font-size: 0.9375rem; }

input[type="checkbox"].custom-control-input:checked + label::after {
  border-color: #201d48; }

.custom-select {
  -ms-flex: 1;
      flex: 1;
  border: 0.0625rem solid #74869E;
  height: 3.125rem;
  border-radius: 0.1875rem;
  background-size: 0.625rem;
  font: 0.875rem/1.0625rem "Inter-Regular";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='22' viewBox='0 0 10 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3106_4622)'%3E%3Cpath d='M8.75 6.875L5 3.125L1.25 6.875' stroke='%23B9C2CE' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M1.25 15.125L5 18.875L8.75 15.125' stroke='%23B9C2CE' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_3106_4622'%3E%3Crect width='10' height='10' fill='white' transform='translate(10 10) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .custom-select .brand {
    text-align: left; }

footer .footer-container {
  margin-top: 1.25rem; }
  @media (min-width: 576px) {
    footer .footer-container {
      margin-top: 3.125rem; } }
  @media (max-width: 575.98px) {
    footer .footer-container {
      margin-bottom: 3.125rem; } }
  footer .footer-container .footer-item--md {
    display: none; }
  footer .footer-container .footer-item button:not(.subscribe-email):hover, footer .footer-container .footer-item button:not(.subscribe-email):focus {
    border-color: unset; }
  footer .footer-container .footer-item button.title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0;
    color: #FFFFFF; }
    footer .footer-container .footer-item button.title::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\F078"; }
  footer .footer-container .footer-item .title {
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 1.5625rem; }
    footer .footer-container .footer-item .title::after {
      content: none; }
  footer .footer-container .footer-item h3.title {
    pointer-events: none; }
  footer .footer-container .footer-item .menu-footer {
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      footer .footer-container .footer-item .menu-footer {
        padding: 0;
        padding-top: 0; } }
    footer .footer-container .footer-item .menu-footer li {
      margin: 0.625rem 0; }
  footer .footer-container .footer-item .back-to-top {
    padding: 0 !important;
    border-bottom: unset !important; }
    footer .footer-container .footer-item .back-to-top .fa-arrow-up {
      cursor: pointer;
      font-size: 1.25rem; }
  footer .footer-container .footer-item .content-asset {
    width: 100%; }
  footer .footer-container .footer-item.collapsible-sm button {
    padding-left: 0;
    font-size: 1.0625rem; }

footer .social-container {
  padding-top: 0;
  margin-top: 1.875rem; }
  @media (min-width: 576px) {
    footer .social-container {
      margin-top: 0; } }
  footer .social-container .title {
    text-align: left; }
  footer .social-container .social-links {
    width: 85vw; }
    @media (min-width: 576px) {
      footer .social-container .social-links {
        width: 100%; } }
    @media (min-width: 992px) {
      footer .social-container .social-links li:nth-child(n+2) {
        margin-left: 0.625rem; } }
    footer .social-container .social-links li {
      margin-left: 0; }
      footer .social-container .social-links li .social-icon {
        color: #FFFFFF;
        font-size: 1.5625rem;
        cursor: pointer; }
        @media (min-width: 576px) {
          footer .social-container .social-links li .social-icon {
            font-size: 1.3125rem; } }

footer .newsletter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 0.625rem; }
  footer .newsletter-container form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  footer .newsletter-container .email-input-container {
    padding-right: 0; }
  footer .newsletter-container .subscribe-copy {
    color: #FFFFFF;
    padding-bottom: 0.625rem;
    font-size: 0.875rem; }
  footer .newsletter-container .subscribe-button-container {
    padding-left: 0;
    max-height: 3.125rem; }
    footer .newsletter-container .subscribe-button-container .subscribe-email {
      width: 100%; }
    footer .newsletter-container .subscribe-button-container .input-group-append {
      height: 100%; }
      footer .newsletter-container .subscribe-button-container .input-group-append .subscribe-email {
        border-radius: unset;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 0.875rem;
        font-family: "Inter-Regular";
        line-height: 1.25rem;
        height: 50px; }
        footer .newsletter-container .subscribe-button-container .input-group-append .subscribe-email:hover {
          background-color: #2672CB;
          border-color: #2672CB;
          cursor: pointer; }

footer .footer-copy-container {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin-top: 1.875rem; }
  @media (min-width: 576px) {
    footer .footer-copy-container {
      margin-bottom: 0; } }
  footer .footer-copy-container .copyright-notice {
    padding-right: 0; }
    @media (min-width: 576px) {
      footer .footer-copy-container .copyright-notice {
        padding-right: 0.9375rem; } }
    footer .footer-copy-container .copyright-notice .copyright {
      color: #FFFFFF; }
  footer .footer-copy-container .back-to-top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 576px) {
      footer .footer-copy-container .back-to-top-container {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    footer .footer-copy-container .back-to-top-container .back-to-top {
      display: none;
      z-index: 99;
      background-color: #FFD500;
      outline: 2px solid #201d48;
      border-radius: 50%;
      color: #201d48;
      cursor: pointer;
      padding: 8px;
      font-size: 11px;
      position: fixed;
      bottom: 0;
      right: 20px; }

footer .copyright {
  font-size: 0.875rem; }

footer .simple-footer-copy-container {
  color: #FFFFFF;
  padding-bottom: 5rem; }
  @media (min-width: 576px) {
    footer .simple-footer-copy-container {
      padding-bottom: 0; } }
  footer .simple-footer-copy-container .row {
    -ms-flex-pack: center;
        justify-content: center; }
  footer .simple-footer-copy-container .back-to-top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 576px) {
      footer .simple-footer-copy-container .back-to-top-container {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    footer .simple-footer-copy-container .back-to-top-container .back-to-top {
      z-index: 99;
      background-color: #201d48;
      color: #FFFFFF;
      cursor: pointer;
      padding: 8px;
      border-radius: 22px;
      font-size: 11px;
      position: fixed;
      bottom: 0;
      right: 20px; }

/* Sign Up Banner */
.newsletter-signup {
  padding: 64px 10px;
  background: #f7f7f7; }
  @media (min-width: 992px) {
    .newsletter-signup {
      margin-bottom: 40px; } }

.newsletter-signup__inner {
  max-width: 1100px;
  margin: 0 auto; }

.newsletter-signup__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.newsletter-signup__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.15; }

.newsletter-signup__copy {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #222; }

.newsletter-signup__link {
  text-decoration: underline; }

.newsletter-signup__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px; }

.newsletter-signup__form .email-input-container,
.newsletter-signup__form .subscribe-button-container {
  padding-left: 0;
  padding-right: 0; }

.newsletter-signup__form .subscribe-button-container {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(124deg, #C5ECFD, #ECC7FB, #FAE0A6) !important;
  padding: 2px; }

.newsletter-signup__form .email-input-container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 560px; }
  .newsletter-signup__form .email-input-container .form-group {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 5px;
    background: white; }

.newsletter-signup__input {
  max-width: 100%;
  height: 100%;
  padding: 0 16px;
  border: none !important;
  border-radius: 2px;
  font-size: 16px; }

.newsletter-signup__button {
  height: 48px;
  min-width: 160px;
  padding: 0 16px !important;
  border: none !important;
  cursor: pointer;
  font-family: "Baloo2-Bold" !important;
  font-size: 1.15rem !important;
  font-weight: 600;
  border-radius: 8px !important;
  background: linear-gradient(124deg, #A7E0FC, #E6B7FA, #F7CF72) !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: white !important;
  line-height: 0; }

/* Smaller Screens */
@media (max-width: 768px) {
  .newsletter-signup__title {
    font-size: 28px; }
  .newsletter-signup__form {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px; }
  .newsletter-signup__button {
    height: 52px;
    min-width: 160px;
    width: auto; }
  .newsletter-signup__inner {
    max-width: 320px;
    margin: 0 auto; }
  .newsletter-signup__form.row {
    margin-left: 0;
    margin-right: 0; }
  .newsletter-signup__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    -ms-flex-align: stretch;
        align-items: stretch;
    max-width: 360px;
    width: 100%;
    margin: 0 auto; }
  .newsletter-signup__form .email-input-container,
  .newsletter-signup__form .subscribe-button-container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .newsletter-signup__form .newsletter-signup__input {
    width: 100%;
    height: 100%; }
  .newsletter-signup__form .newsletter-signup__button {
    width: 100%;
    height: 52px;
    min-width: 0; } }

#js-content-modal .modal-dialog {
  max-width: 400px;
  margin: 1rem auto; }

#js-content-modal .modal-content {
  border-radius: 18px;
  border: 0;
  background: #f4f4f4; }

.find-stores-heart {
  width: 35px;
  height: auto;
  display: inline-block;
  vertical-align: -2px;
  margin: 0 4px; }

#js-content-modal .modal-title {
  font-weight: 800;
  font-size: 22px;
  margin: 0;
  line-height: 1.2; }

#js-content-modal .modal-body {
  padding: 18px 20px;
  text-align: center; }

.find-stores-modal {
  border-radius: 14px;
  padding: 6px 8px 4px; }

.find-stores-modal .store-list {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: black; }

.find-stores-modal h3 {
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  margin: 6px 0 12px;
  letter-spacing: .2px; }

.find-stores-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 26px;
  opacity: 1;
  z-index: 2; }

#js-content-modal .modal-body {
  position: relative; }

/* Mobile: keep modal within viewport and scroll the body so not cutout happens */
@media (max-width: 767px) {
  /* Remove forced height */
  #js-content-modal .modal-dialog {
    max-width: 92%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 100vh;
    /* centers vertically */ }
  #js-content-modal .modal-content {
    width: 100%;
    border-radius: 18px; }
  #js-content-modal .modal-body {
    max-height: none;
    overflow: visible; } }

@media (max-width: 375px) {
  #js-content-modal .modal-body {
    padding: 14px 14px 18px; }
  .find-stores-modal h3 {
    font-size: 18px; } }

@media only screen and (min-width: 544px) {
  footer .form-group {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important; } }

/* Start:New Store Nav Dropdown Styles */
.user-dropdown {
  position: relative;
  display: inline-block; }

.user-dropdown .popover {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.18s ease;
  position: absolute;
  right: 0;
  top: 110%;
  width: 160px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  z-index: 9999; }

.user-dropdown:hover .popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.user-dropdown .popover ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.user-dropdown .popover li {
  padding: 10px 16px;
  font-size: 14px;
  white-space: nowrap; }

.user-dropdown .popover li:hover {
  background: #f3f3f3; }

.user-dropdown .popover a {
  text-decoration: none;
  color: #000;
  display: block; }

/* End:New Store Nav Dropdown Styles */
/* Start:New Nav Style Changes*/
.beanie-logo {
  width: 100% !important; }

.bouncers-logo {
  width: 100% !important; }

.navbar-toggler {
  position: relative !important;
  top: 0px !important; }

@media (max-width: 767px) {
  .icon-group {
    top: 0px !important; } }

.header-text {
  font-size: 22px !important;
  margin-right: 0 !important; }
  @media (max-width: 767px) {
    .header-text {
      font-size: 17px !important;
      position: absolute;
      bottom: -6px;
      left: 45px; } }
  @media (max-width: 550px) {
    .header-text {
      left: 20px; } }

@media (max-width: 767px) {
  .logo-container {
    height: 62px !important; } }

.beanie-logo {
  max-width: 180px;
  width: 100%;
  height: auto; }

.bouncers-logo {
  max-width: 180px;
  width: 100%;
  height: auto; }

.header {
  margin-bottom: 0px !important; }

.header-icon svg,
.header-icon img {
  width: 20px !important;
  height: 20px !important; }

.icon-group {
  gap: 20px; }

.header-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.minicart .minicart-total {
  margin-left: 4px; }

@media (max-width: 767px) {
  .beanie-logo {
    max-width: 180px;
    width: 125%;
    height: auto; }
  .bouncers-logo {
    max-width: 180px;
    width: 150%;
    height: auto; }
  .header-text {
    margin-right: 22px; }
  .user-dropdown .popover {
    width: 100px !important; }
  /* Shrink header padding */
  /* Slightly smaller icons */
  .header-icon svg,
  .header-icon i {
    width: 20px !important;
    height: 20px !important; }
  /* Center icons vertically */
  .icon-group {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  /* Reduce spacing between icons */
  .icon-group {
    gap: 2px;
    padding: 0;
    z-index: 10; }
  /* Reduce clickable padding */
  .header-icon a {
    padding: 4px; } }

/* End:New Nav Style Changes */
h1, .h1 {
  font-family: "Baloo2-Bold";
  font-weight: 800;
  font-size: 4.5rem; }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 3.75rem;
      font-family: "Baloo2-ExtraBold"; } }

h2, .h2 {
  font-family: "Baloo2-Bold";
  font-weight: 800;
  font-size: 3rem; }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 2.5rem;
      font-family: "Baloo2-ExtraBold"; } }

h3, .h3 {
  font-family: "Baloo2-Bold";
  font-weight: 800;
  font-size: 2.25rem; }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 2rem;
      font-family: "Baloo2-ExtraBold"; } }

h4, .h4 {
  font-family: "Baloo2-Bold";
  font-weight: 800;
  font-size: 2rem; }
  @media (max-width: 767.98px) {
    h4, .h4 {
      font-size: 1.75rem;
      font-family: "Baloo2-ExtraBold"; } }

h5, .h5 {
  font-family: "Baloo2-Bold";
  font-weight: 600;
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    h5, .h5 {
      font-size: 1.5rem;
      font-family: "Baloo2-ExtraBold"; } }

h6, .h6 {
  font-family: "Baloo2-Bold";
  font-weight: 600;
  font-size: 1.375rem; }

.header.checkout {
  padding-top: 0;
  padding-bottom: 4.375rem; }
  .header.checkout .brand .logo-home {
    height: 6.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header.checkout .header-title {
    font-family: "Inter-Bold";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 1.5625rem; }

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  @media (max-width: 991.98px) {
    header nav .header #all_products {
      font-size: 12px; } }
  @media (min-width: 768px) {
    header nav .header .header-row .logo-menu-wrapper,
    header nav .header .header-row .navbar-header,
    header nav .header .header-row .main-menu,
    header nav .header .header-row .navbar {
      position: static; } }
  header nav .header .header-row > div .navbar .dropdown {
    position: initial; }
  header nav .header .navbar-toggler {
    color: #FFFFFF;
    outline: none;
    font-size: 35px !important;
    position: absolute;
    top: 52px;
    z-index: 10; }
  header nav .header .logo-menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 992px) {
      header nav .header .logo-menu-wrapper {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  header nav .header .minicart-container {
    display: block;
    padding-left: 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (min-width: 576px) {
      header nav .header .minicart-container {
        display: block; } }
  header nav .site-search {
    width: auto; }
    header nav .site-search .search-mobile,
    header nav .site-search .search-field-input {
      width: 200px;
      border: 0.0625rem solid #74869E;
      border-radius: 0.9375rem; }
    header nav .site-search .fa-search::before {
      position: relative;
      bottom: 0.25rem; }
      @media (min-width: 576px) {
        header nav .site-search .fa-search::before {
          bottom: 0.125rem; } }
  header nav .minicart-container .wishlist .wishlist-quantity {
    background-color: #B9C2CE;
    position: absolute;
    top: -0.4375rem;
    left: 9.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    font-size: 0.8125rem;
    width: 1.25rem;
    height: 1.25rem; }
    @media (min-width: 768px) {
      header nav .minicart-container .wishlist .wishlist-quantity {
        left: 7.5rem; } }
    @media (min-width: 992px) {
      header nav .minicart-container .wishlist .wishlist-quantity {
        left: 9.75rem; } }
  header nav .minicart-container .minicart {
    margin-top: 0 !important;
    padding-right: 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header nav .minicart-container .minicart .minicart-total.hide-no-link {
        -ms-flex-align: end;
            align-items: flex-end;
        display: -ms-flexbox;
        display: flex; } }
    header nav .minicart-container .minicart .minicart-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      header nav .minicart-container .minicart .minicart-link .minicart-quantity {
        background-color: #B9C2CE;
        top: -1rem;
        left: 1.3125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
  header nav .minicart-container .icons-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header nav .minicart-container .icons-container {
        padding-left: 0; } }
    header nav .minicart-container .icons-container .icons-row {
      width: 100%; }
      @media (min-width: 768px) {
        header nav .minicart-container .icons-container .icons-row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
    header nav .minicart-container .icons-container .fa-heart::before {
      color: #FFFFFF;
      font-size: 1.5rem; }
    header nav .minicart-container .icons-container a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 768px) {
        header nav .minicart-container .icons-container a {
          -ms-flex-align: end;
              align-items: flex-end;
          -ms-flex-pack: center;
              justify-content: center; } }
    header nav .minicart-container .icons-container .icon-wrapper {
      width: 1.25rem; }
      @media (min-width: 992px) {
        header nav .minicart-container .icons-container .icon-wrapper {
          width: 1.375rem; } }
      @media (min-width: 1200px) {
        header nav .minicart-container .icons-container .icon-wrapper {
          width: 1.5625rem; } }
      header nav .minicart-container .icons-container .icon-wrapper .feather {
        color: #FFFFFF;
        max-width: 100%;
        height: auto; }
    header nav .minicart-container .icons-container .icon-title {
      color: #FFFFFF;
      font-size: 0.875rem; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header nav .minicart-container .icons-container .icon-title {
          font-size: 0.75rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          position: unset;
          white-space: nowrap; } }
      @media (min-width: 992px) {
        header nav .minicart-container .icons-container .icon-title {
          margin-left: 0.1875rem;
          width: 100%; } }
  header nav .minicart-container .navbar-header {
    height: auto;
    margin-top: 0 !important;
    padding-right: 0; }
    header nav .minicart-container .navbar-header .user {
      margin: 0;
      display: block;
      line-height: unset; }
    header nav .minicart-container .navbar-header a {
      text-decoration: none; }

.wishlist-icon {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.wishlist-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34cee6;
  border: 2px solid #000; }

.cart-preview-toggle svg, .cart-preview-toggle i {
  width: 20px !important;
  height: 20px !important; }

.category-links-mobile-menu {
  border-bottom: 0.0625rem solid #67B4EB;
  padding-bottom: 15px; }

.quicklinks-menu {
  padding-top: 15px; }

.info-dropdown {
  padding-left: 20px;
  font-size: 17px;
  text-decoration: none; }

.user-options {
  display: none; }
  .user-options ul.menu {
    padding-left: 20px; }

.user-info {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0.0625rem solid #67B4EB;
  border-bottom: 1px solid #67B4EB; }
  .user-info a:hover {
    text-decoration: none; }

header nav > .search-mobile {
  padding-bottom: 15px; }

header nav .main-menu > .container {
  width: 100%; }

header nav .header {
  padding-top: 2.1875rem;
  position: static;
  padding-bottom: 1.25rem; }
  header nav .header .logo-menu-wrapper .logo-home {
    max-width: 70px; }
  header nav .header .logo-menu-wrapper img {
    width: 100%;
    height: auto; }

header nav .minicart-container .icons-container a {
  -ms-flex-direction: row;
      flex-direction: row; }

header nav .minicart-container .icons-container .icon-title {
  margin-left: 0.375rem; }

@media (max-width: 991.98px) {
  header nav .header {
    margin-bottom: 0.625rem; }
  header nav .main-menu {
    overflow: hidden; }
  header nav .site-search {
    margin-bottom: 0px !important; }
  header nav .minicart-container .items-container {
    -ms-flex-pack: start;
        justify-content: flex-start; } }

@media (min-width: 576px) {
  header nav .header .logo-menu-wrapper .logo-home {
    max-width: 65px; } }

@media (min-width: 992px) {
  header nav .header .logo-menu-wrapper .logo-home {
    max-width: 108px; } }

header .user-icon-wrapper {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex; }

header .account-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34cee6;
  border: 2px solid #1a1a1a; }

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-position: center center; }
  .hero .page-title h1 {
    text-transform: uppercase;
    text-align: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 0;
    margin: 0; }
    @media (max-width: 767.98px) {
      .hero .page-title h1 {
        font-size: 2.5rem;
        -ms-flex-pack: center;
            justify-content: center; } }

#birthdaycalendar .experience-region {
  width: 100%; }

#birthdaycalendar .iframe-component {
  width: 100%;
  height: 775px;
  padding-bottom: 1rem; }

#checkgiftcardbalance .experience-region, #giftcardbulkordering .experience-region, #giftcardcustomerservice .experience-region, #buydigitalgiftcard .experience-region {
  width: 100%; }

#checkgiftcardbalance .iframe-component, #giftcardbulkordering .iframe-component, #giftcardcustomerservice .iframe-component, #buydigitalgiftcard .iframe-component {
  width: 100%;
  height: 833px; }

#checkbalance .experience-main {
  margin: 0 auto; }

#checkbalance .iframe-component {
  height: 400px; }

#gccheckout .experience-main {
  margin: 0 auto; }

#gccheckout .iframe-component {
  width: 500px;
  height: 550px; }
  @media (max-width: 575.98px) {
    #gccheckout .iframe-component {
      width: 100%;
      height: 630px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #gccheckout .iframe-component {
      width: 100%;
      height: 630px; } }

.hero.category-banner {
  width: 100%;
  height: 31.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 0.625rem; }
  @media (max-width: 767.98px) {
    .hero.category-banner {
      height: 18.75rem; } }
  .hero.category-banner .page-title h1 {
    -webkit-text-stroke: 0.21875rem #DB3831; }

input[type='radio']:after {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  display: inline-block;
  visibility: visible;
  background-color: #FFFFFF;
  border: 0.0625rem solid #74869E;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.5rem rgba(44, 39, 56, 0.04); }

input[type='radio']:checked:before {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  content: '';
  display: inline-block;
  visibility: visible;
  z-index: 1;
  position: absolute;
  background-color: #201d48;
  top: 0.25rem;
  left: 0.2625rem; }

.language {
  padding-left: 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .language {
      padding-let: 2.375rem;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .language {
      padding-left: 0.625rem; } }

.language-selector {
  border-bottom: 1px solid #67B4EB;
  padding: 1.25rem 0.5rem 0.9375rem 0.9375rem; }
  @media (min-width: 576px) {
    .language-selector {
      border: none;
      padding: 0; } }
  .language-selector .language-dropdown {
    text-transform: capitalize;
    -ms-flex-pack: left !important;
        justify-content: left !important;
    display: -ms-flexbox;
    display: flex; }
    .language-selector .language-dropdown::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      content: "\F105";
      font-size: 1.25rem;
      margin-left: 0.8125rem;
      transform: rotate(90deg); }
      @media (min-width: 576px) {
        .language-selector .language-dropdown::after {
          display: none; } }
    .language-selector .language-dropdown:hover {
      text-decoration: none;
      color: #201d48; }
    @media (min-width: 576px) {
      .language-selector .language-dropdown {
        -ms-flex-pack: center !important;
            justify-content: center !important;
        display: block; } }
    .language-selector .language-dropdown .icon-title {
      margin-left: 0.5rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .language-selector .language-dropdown .icon-title {
          margin: 0;
          font-weight: 400;
          text-transform: capitalize; } }
  .language-selector .dropdown-content .language-list {
    width: 100%;
    height: auto;
    list-style-type: none;
    padding: 0;
    margin-top: 1.25rem; }
    @media (min-width: 576px) {
      .language-selector .dropdown-content .language-list {
        width: 5rem;
        background-color: white;
        position: absolute;
        z-index: 1;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-top: 0.5rem; } }
    .language-selector .dropdown-content .language-list .dropdown-item {
      width: 80%;
      margin: 0.5rem 0;
      padding: 0;
      text-transform: capitalize; }
      @media (min-width: 576px) {
        .language-selector .dropdown-content .language-list .dropdown-item {
          margin: 0.625rem auto; } }
      .language-selector .dropdown-content .language-list .dropdown-item:hover {
        text-decoration: underline;
        color: #74869E; }
    .language-selector .dropdown-content .language-list .active-color {
      color: #201d48;
      pointer-events: none; }

.dropdown-content {
  display: none; }

.leading-lines .start-lines::before {
  content: none !important; }

.menu-toggleable-left.in .dropdown-toggle::after {
  display: none; }

.multilevel-dropdown .dropdown-item {
  padding: 0px !important; }

@media (max-width: 768px) {
  .multilevel-dropdown .dropdown-item a:active {
    background-color: lightgrey !important; } }

ul.quickLinks-list {
  list-style: none;
  font-size: 12px; }
  ul.quickLinks-list .dropdown-links {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 5px 0;
    display: block; }

.quicklinks-dropdown-item a {
  text-decoration: none;
  color: #012B7C; }

.quicklinks-dropdown-item a:active {
  text-decoration: underline; }

.main-menu.menu-toggleable-left.in {
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden; }

@media (min-width: 992px) {
  .main-menu.menu-toggleable-left.in {
    background-color: transparent;
    overflow: visible; } }

@media (max-width: 1199.98px) {
  .main-menu {
    padding-left: 0;
    padding-right: 0;
    width: auto; }
    .main-menu .navbar {
      -ms-flex-align: stretch;
          align-items: stretch; }
      .main-menu .navbar .close-menu {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.carousel-container {
  background-color: #FFFFFF;
  box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .carousel-container .menu-carousel {
    width: 100%; }
    @media (max-width: 991.98px) {
      .carousel-container .menu-carousel {
        overflow-x: hidden; } }
    @media (min-width: 800px) {
      .carousel-container .menu-carousel {
        overflow-x: visible; } }
    .carousel-container .menu-carousel .slick-prev,
    .carousel-container .menu-carousel .slick-next {
      top: 30%;
      height: 50px;
      width: 25px; }
      .carousel-container .menu-carousel .slick-prev::before,
      .carousel-container .menu-carousel .slick-next::before {
        padding: 0.3125rem;
        font-size: 2.5rem;
        color: #201d48;
        background-color: #B9C2CE; }
    @media (max-width: 767.98px) {
      .carousel-container .menu-carousel .slick-slider {
        padding: 0 1.875rem; } }
    @media (max-width: 767.98px) {
      .carousel-container .menu-carousel .slick-slider .slick-prev {
        left: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .carousel-container .menu-carousel .slick-slider .slick-next {
        right: 0.9375rem; } }
    .carousel-container .menu-carousel .nav-item {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .carousel-container .menu-carousel .nav-item .nav-link {
        font-family: "Baloo2-Medium";
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal;
        color: #201d48;
        padding-top: 0.9375rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        outline: none; }
        .carousel-container .menu-carousel .nav-item .nav-link-name {
          margin-top: 0.3125rem; }

.navbar .navbar-nav .nav-item > .nav-link {
  color: #201d48;
  font-family: "Inter-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .navbar .navbar-nav .nav-item > .nav-link {
      color: #FFFFFF;
      font-family: "Inter-Regular";
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700; } }

@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    height: auto;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999; } }

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  content: none; }

.multilevel-dropdown .dropdown-item.top-category .nav-link {
  background-color: #FFFFFF !important;
  color: #201d48 !important;
  padding-left: 0;
  padding-bottom: 0.625rem; }

.multilevel-dropdown .dropdown-item .nav-link-name {
  margin-left: 0.5rem; }
  @media (min-width: 768px) {
    .multilevel-dropdown .dropdown-item .nav-link-name {
      margin-left: 0; } }

.multilevel-dropdown .dropdown-item a {
  text-decoration: none;
  color: #201d48; }

.multilevel-dropdown .dropdown-item + .dropdown-item {
  border: unset; }

.multilevel-dropdown .dropdown-item .dropdown-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter-Bold"; }

@media (max-width: 767.98px) {
  .multilevel-dropdown .quickLinks {
    padding: 1.25rem; } }

.multilevel-dropdown .quickLinks .categories-title {
  font-family: "Inter-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #201d48;
  padding-left: 0.625rem; }

@media (min-width: 576px) {
  .multilevel-dropdown .quickLinks .categories-title {
    font-family: "Baloo2-Bold";
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.25rem; } }

.multilevel-dropdown .quickLinks .dropdown-item {
  margin: 0; }
  .multilevel-dropdown .quickLinks .dropdown-item .dropdown-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Inter-Regular"; }

.multilevel-dropdown .quickLinks .dropdown-item:last-child {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto; }

.slick-prev, .slick-next {
  min-height: 40px; }

@media (min-width: 576px) {
  .menu-toggleable-left .bg-inverse {
    background-color: transparent !important; } }

.menu-toggleable-left.in {
  overflow: scroll;
  z-index: 1060; }
  @media (max-width: 767.98px) {
    .menu-toggleable-left.in {
      padding: 0; } }
  .menu-toggleable-left.in .close-menu {
    background-color: #FFFFFF;
    border-color: #67B4EB;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 0; }
    .menu-toggleable-left.in .close-menu .back button {
      color: #201d48;
      font-family: "Inter-Bold"; }
      .menu-toggleable-left.in .close-menu .back button::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F053";
        font-size: 0.8125rem;
        color: #000000;
        margin-right: 8px; }
    .menu-toggleable-left.in .close-menu .close-button {
      margin-left: auto; }
      .menu-toggleable-left.in .close-menu .close-button button {
        color: #201d48; }
        .menu-toggleable-left.in .close-menu .close-button button span {
          font-size: 1.25rem;
          color: #000000; }
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-color: #67B4EB; }

.navbar {
  position: static; }
  .navbar .navbar-nav {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }
    .navbar .navbar-nav .nav-item {
      position: static; }
      .navbar .navbar-nav .nav-item.show .nav-link {
        background-color: #FFFFFF;
        color: #201d48; }
        .navbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
          transform: rotate(180deg); }
      .navbar .navbar-nav .nav-item img {
        background-color: #FFFFFF;
        border-radius: 100%;
        display: block;
        margin: 0 auto; }
      .navbar .navbar-nav .nav-item .dropdown-menu {
        height: auto;
        right: 0; }
        .navbar .navbar-nav .nav-item .dropdown-menu .container {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          gap: 7%; }
      .navbar .navbar-nav .nav-item .nav-link {
        transition: 0.3s;
        width: 100%; }
        .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
          background-color: #FFFFFF;
          color: #201d48; }
    .navbar .navbar-nav .megamenu-dropdown .dropdown-toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .navbar .navbar-nav .megamenu-dropdown .dropdown-toggle::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F0D8";
        border: none;
        font-size: 1.25rem;
        transition: transform 0.3s;
        transform-origin: center 55%;
        margin-left: 10px;
        vertical-align: middle; }
  @media (max-width: 1199.98px) {
    .navbar {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
      box-shadow: 0.25rem 0.725rem 1.0375rem rgba(0, 0, 0, 0.13221);
      padding: 20px;
      top: 100%; }
      .navbar .navbar-nav .nav-item .dropdown-menu .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 20px;
        color: red;
        max-width: 800px; }
        .navbar .navbar-nav .nav-item .dropdown-menu .container .dropdown-item:active {
          background-color: transparent; }
        .navbar .navbar-nav .nav-item .dropdown-menu .container .dropdown-item .nav-item, .navbar .navbar-nav .nav-item .dropdown-menu .container .dropdown-item .nav-link {
          padding: 0px;
          font-size: 1rem; } }
  @media (max-width: 991.98px) {
    .navbar .navbar-nav {
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative; }
      .navbar .navbar-nav li:not(.nav-menu) {
        padding: 1rem; }
      .navbar .navbar-nav .nav-item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 70px; }
        .navbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\F0D8";
          transform: rotate(90deg);
          font-size: 20px;
          z-index: 0; }
        .navbar .navbar-nav .nav-item.show .dropdown-menu {
          left: 0%;
          transition-delay: 0.01s; }
        .navbar .navbar-nav .nav-item img {
          margin: 0;
          max-width: 45px; }
        .navbar .navbar-nav .nav-item .nav-link {
          margin-top: 0; }
        .navbar .navbar-nav .nav-item .dropdown-menu, .navbar .navbar-nav .nav-item .dropdown-submenu {
          background-color: #FFFFFF;
          box-shadow: none;
          bottom: 0;
          display: block;
          height: 100%;
          left: 100%;
          margin: 0;
          padding: 0px;
          position: absolute;
          top: 0;
          transition: left 0.3s;
          width: 100%;
          z-index: 10; }
          .navbar .navbar-nav .nav-item .dropdown-menu li.dropdown-item, .navbar .navbar-nav .nav-item .dropdown-submenu li.dropdown-item {
            border-top: 1px solid #67B4EB;
            width: 100%; }
            .navbar .navbar-nav .nav-item .dropdown-menu li.dropdown-item:last-of-type, .navbar .navbar-nav .nav-item .dropdown-submenu li.dropdown-item:last-of-type {
              border-bottom: 1px solid #67B4EB; }
            .navbar .navbar-nav .nav-item .dropdown-menu li.dropdown-item.show .dropdown-submenu, .navbar .navbar-nav .nav-item .dropdown-submenu li.dropdown-item.show .dropdown-submenu {
              left: 0%;
              transition-delay: 0.01s; }
          .navbar .navbar-nav .nav-item .dropdown-menu .nav-menu, .navbar .navbar-nav .nav-item .dropdown-submenu .nav-menu {
            height: 63px; }
            .navbar .navbar-nav .nav-item .dropdown-menu .nav-menu .close-menu, .navbar .navbar-nav .nav-item .dropdown-submenu .nav-menu .close-menu {
              border-bottom: 0px;
              height: 100%; }
            .navbar .navbar-nav .nav-item .dropdown-menu .nav-menu .close-button, .navbar .navbar-nav .nav-item .dropdown-submenu .nav-menu .close-button {
              display: none; }
          .navbar .navbar-nav .nav-item .dropdown-menu .container, .navbar .navbar-nav .nav-item .dropdown-submenu .container {
            -ms-flex-direction: column;
                flex-direction: column;
            padding: 0px;
            gap: 4%; }
        .navbar .navbar-nav .nav-item .dropdown-submenu li {
          display: block;
          width: 100%;
          clear: both;
          font-weight: 400;
          color: #212529;
          text-align: inherit;
          white-space: nowrap;
          background-color: transparent;
          border: 0;
          border-top: 1px solid #67B4EB;
          margin-top: 0;
          height: 61px; }
          .navbar .navbar-nav .nav-item .dropdown-submenu li:nth-of-type(n+2) {
            margin-top: 0; }
          .navbar .navbar-nav .nav-item .dropdown-submenu li:last-of-type {
            border-bottom: 1px solid #67B4EB; }
          .navbar .navbar-nav .nav-item .dropdown-submenu li .dropdown-link .nav-link-name {
            color: #201d48;
            font-family: "Inter-Bold"; }
    .navbar .megamenu-dropdown .dropdown-toggle::after {
      position: absolute;
      right: 1rem;
      transform: rotate(90deg);
      font-size: 1.25rem; }
    .navbar .megamenu-dropdown .nav-link {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .navbar .nav-item + .nav-item {
      border-top: 1px solid; }
    .navbar .language-selector {
      border-top: 1px solid #67B4EB;
      padding: 20px; }
      .navbar .language-selector .icon-wrapper {
        display: inline-block; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
      transform: rotate(90deg); } }

.multilevel-dropdown .dropdown-item {
  width: auto; }
  .multilevel-dropdown .dropdown-item:hover {
    background-color: transparent; }
  .multilevel-dropdown .dropdown-item .nav-link, .multilevel-dropdown .dropdown-item .nav-link-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #201d48;
    font-family: "Inter-Bold"; }
  .multilevel-dropdown .dropdown-item .dropdown-submenu {
    list-style: none;
    margin-top: 10px;
    padding-left: 0px;
    text-align: center; }
    .multilevel-dropdown .dropdown-item .dropdown-submenu li:nth-of-type(n+2) {
      margin-top: 3px; }
    .multilevel-dropdown .dropdown-item .dropdown-submenu .nav-link-name {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      font-family: "Inter-Light"; }
      .multilevel-dropdown .dropdown-item .dropdown-submenu .nav-link-name:hover, .multilevel-dropdown .dropdown-item .dropdown-submenu .nav-link-name:focus {
        font-weight: 700; }

@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-item .dropdown-link {
    padding: 5px 0; } }

@media (min-width: 576px) {
  .multilevel-dropdown .dropdown-item {
    margin: 0;
    padding: 0; } }

@media screen and (max-height: 850px) {
  .carousel-container {
    display: none; } }

.menu-carousel .slick-slide .nav-item img {
  width: 60px; }

.mobile-1r-3c .experience-commerce_assets-productTile,
.mobile-1r-3c .region {
  height: 100%; }

@media (max-width: 768px) {
  .mobile-1r-3c .experience-commerce_assets-productTile,
  .mobile-1r-3c .region {
    height: 100% !important;
    min-height: 0 !important; } }

.product-tile {
  margin-bottom: 1.875rem; }
  .product-tile .image-container {
    position: relative; }
    .product-tile .image-container .wishlistTile {
      height: 0;
      position: relative;
      bottom: 2.0625rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: 100%; }
    .product-tile .image-container .tile-image {
      border-radius: 1.25rem 1.25rem 0 0;
      width: 100%;
      object-fit: cover;
      height: auto;
      background-color: #FFF2F3;
      padding: 1.875rem;
      max-width: 220px; }
  .product-tile .tile-body {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 1.25rem 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 0.25rem;
    height: 18.75rem; }
    .product-tile .tile-body .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 50% !important; }
    .product-tile .tile-body .pdp-tile-link {
      margin-bottom: 0.3125rem; }
      .product-tile .tile-body .pdp-tile-link .link {
        min-height: auto;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        font-family: "Baloo2-Regular";
        color: #2B333F !important;
        text-transform: uppercase; }
      .product-tile .tile-body .pdp-tile-link .description {
        font-size: 14px;
        text-transform: uppercase; }
    .product-tile .tile-body .price {
      padding-bottom: 0.625rem; }
      .product-tile .tile-body .price .range {
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-tile .tile-body .swatches {
      color: #DB3831; }
      @media (max-width: 575.98px) {
        .product-tile .tile-body .swatches {
          margin-top: 0.9375rem; } }
      .product-tile .tile-body .swatches .swatches-container {
        padding: 0px 15px; }
      .product-tile .tile-body .swatches .swatches-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-right: 0.4375rem;
        padding-left: 0; }
        .product-tile .tile-body .swatches .swatches-wrapper .size-attribute {
          border: none;
          background-color: transparent;
          outline: none;
          padding: 0; }
          .product-tile .tile-body .swatches .swatches-wrapper .size-attribute .swatch-circle {
            border: 0.125rem solid #74869E;
            background-color: transparent;
            font-size: 16px;
            font-size: 1rem;
            font-weight: 700;
            color: #74869E;
            font-family: "Inter-Bold";
            margin: 0.125rem;
            width: 1.5625rem;
            height: 1.5625rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center; }
          .product-tile .tile-body .swatches .swatches-wrapper .size-attribute .selected {
            background-color: #000000;
            border-color: #000000;
            color: #FFFFFF; }
          .product-tile .tile-body .swatches .swatches-wrapper .size-attribute .unselectable {
            background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #74869E 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
            background-color: #F1F5F5;
            cursor: not-allowed; }
      .product-tile .tile-body .swatches .size-description {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .product-tile .tile-body .swatches-description {
        font-size: 0.625rem;
        color: #2B333F; }
    .product-tile .tile-body .shipping {
      margin-bottom: 0.625rem; }
      .product-tile .tile-body .shipping .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .product-tile .tile-body .shipping-message {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 300;
        font-family: "Inter-Regular";
        color: #2B333F;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: inherit; }
      .product-tile .tile-body .shipping-image {
        height: auto;
        width: 100%; }
      .product-tile .tile-body .shipping-disclaimer {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700;
        font-family: "Inter-Bold";
        color: #DB3831;
        height: inherit; }
    .product-tile .tile-body .quickBuy-container {
      margin-top: auto; }
      .product-tile .tile-body .quickBuy-container .quickBuy {
        width: 100%;
        padding: 0 1.875rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        font-size: 0.875rem; }
  @media (max-width: 991.98px) {
    .product-tile {
      min-height: 0 !important; } }
  @media (max-width: 767.98px) {
    .product-tile {
      min-height: 0 !important; } }
  @media (max-width: 575.98px) {
    .product-tile {
      min-height: 0 !important; } }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 575.98px) {
    .cart-and-ipay {
      padding-bottom: 0; } }

.product-info .tile-body {
  padding-top: 0.25rem; }

.hidden {
  display: none; }

.product-recommendations {
  /* Base title styling */
  /* Hidden underline */ }
  .product-recommendations .container {
    max-width: 71.875rem; }
    .product-recommendations .container .title-text {
      font-size: 42px;
      font-size: 2.625rem;
      font-weight: 800;
      margin-bottom: 3.125rem; }
    .product-recommendations .container .slick-list .slick-slide {
      width: 16.25rem !important; }
      .product-recommendations .container .slick-list .slick-slide .tile-body {
        background-color: white; }
      @media (min-width: 576px) {
        .product-recommendations .container .slick-list .slick-slide {
          width: 14.15rem !important;
          margin: 0 15px; } }
      @media (min-width: 1200px) {
        .product-recommendations .container .slick-list .slick-slide {
          width: 16.25rem !important; } }
    .product-recommendations .container .slick-dots {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .product-recommendations .container .slick-dots li {
        position: relative;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        width: 1.125rem;
        height: 1.125rem;
        border: solid 1px black;
        border-radius: 0.625rem;
        margin-right: 0.187rem;
        margin-left: 0.187rem;
        text-indent: -62.437rem;
        cursor: default;
        background-color: #FFFFFF;
        list-style: none; }
        .product-recommendations .container .slick-dots li button::before {
          display: none; }
      .product-recommendations .container .slick-dots .slick-active button {
        background-color: black;
        border-radius: 100%;
        width: 0.75rem;
        height: 0.75rem;
        border: solid 1px black;
        top: 11.5%;
        left: 12.5%;
        position: absolute; }
  .product-recommendations .title-text {
    position: relative;
    display: inline-block;
    font-size: 1.875rem !important; }
  .product-recommendations .title-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    background-color: #34cee6;
    transition: width 0.3s ease; }
  .product-recommendations .title-text:hover::after {
    width: 100%; }
  .product-recommendations .recommendations-slick {
    position: relative;
    padding-bottom: 56px;
    /* space for arrows at bottom */ }
  .product-recommendations .recommendations-slick .slick-prev,
  .product-recommendations .recommendations-slick .slick-next {
    bottom: 8px;
    transform: none;
    width: 48px;
    height: 48px;
    z-index: 2; }
    @media (max-width: 768px) {
      .product-recommendations .recommendations-slick .slick-prev,
      .product-recommendations .recommendations-slick .slick-next {
        top: 70%; } }
  .product-recommendations .recommendations-slick .slick-slide {
    padding: 0 8px;
    /* space between tiles */ }
  .product-recommendations .recommendations-slick .product-card {
    margin: 0;
    padding: 0; }
  .product-recommendations .recommendations-slick .slick-prev {
    left: 50%;
    margin-left: -56px;
    padding-top: 20px; }
  .product-recommendations .recommendations-slick .slick-next {
    left: 50%;
    margin-left: 8px;
    padding-top: 20px; }
  .product-recommendations .recommendations-slick .slick-prev:before,
  .product-recommendations .recommendations-slick .slick-next:before {
    font-size: 44px;
    font-weight: 900;
    opacity: 1;
    color: #111;
    /* change if needed */
    line-height: 1; }
  .product-recommendations .recommendations-slick .slick-prev,
  .product-recommendations .recommendations-slick .slick-next {
    background: transparent; }
  .product-recommendations .recommendations-slick .slick-prev:hover,
  .product-recommendations .recommendations-slick .slick-next:hover,
  .product-recommendations .recommendations-slick .slick-prev:focus,
  .product-recommendations .recommendations-slick .slick-next:focus {
    background: transparent;
    outline: none; }
  .product-recommendations .product-recommendations .product-card {
    padding-bottom: 10px; }
  .product-recommendations .product-recommendations .product-tile img {
    max-width: 100%;
    height: auto; }
  .product-recommendations .product-detail .slick-next, .product-recommendations .product-detail .slick-prev {
    margin-top: 10% !important; }
  .product-recommendations .recommendations-slick {
    width: 100%; }
  .product-recommendations .recommendations-slick .slick-list {
    overflow: hidden; }
  .product-recommendations .recommendations-slick .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .product-recommendations .recommendations-slick .slick-slide {
    float: none !important;
    height: auto !important; }
  .product-recommendations .recommendations-slick .slick-slide > div {
    height: 100%; }
  .product-recommendations .recommendations-slick .product-card {
    width: auto !important;
    max-width: none !important; }
  .product-recommendations .recommendations-slick [class*="col-"] {
    -ms-flex: none !important;
        flex: none !important;
    max-width: none !important;
    width: auto !important; }
  .product-recommendations .tile-body .container,
  .product-recommendations .tile-body .pdp-tile-link,
  .product-recommendations .tile-body .pdp-tile-link .row {
    min-width: 0;
    width: 100%; }
  .product-recommendations .pdp-tile-link .row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .product-recommendations .pdp-tile-link .description.col-12 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important; }
  .product-recommendations .title-row {
    filter: drop-shadow(0 5px 3px orange); }
    .product-recommendations .title-row .carousel-title {
      font-family: "Inter-Bold" !important;
      font-weight: 800 !important; }

.price .default-price .strike-through {
  color: #74869E; }

.price .default-price .sales {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Inter-Bold";
  color: #DB3831; }

.poem-section {
  background: linear-gradient(358.13deg, #EBFCFF 0.78%, #F0FFEB 97.62%, #F0FFEB 97.62%);
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem; }
  .poem-section-product-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #201d48;
    text-transform: uppercase; }
  .poem-section-details {
    margin-top: 1.5625rem; }
    .poem-section-details .poem-section-label {
      font-family: "Inter-Bold";
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800;
      color: #2B333F;
      margin-bottom: 0.3125rem; }
    .poem-section-details .poem-section-poem {
      white-space: pre-line; }

input[type="radio"].form-check-input + label::before,
input[type="radio"].custom-control-input + label::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 1.375rem; }

input[type="radio"].form-check-input:checked + label::before, input[type="radio"].custom-control-input:checked + label::before {
  background: #FFFFFF !important;
  color: #201d48;
  content: "\F111";
  font-family: "FontAwesome"; }

.refinements {
  margin-top: 1.625rem; }
  .refinements .refinement {
    border-top: 0.0625rem solid #B9C2CE; }
  .refinements .category {
    margin: 0.625rem 0; }
    .refinements .category-btn {
      outline: none; }
    .refinements .category .checkbox {
      color: #B9C2CE; }
      .refinements .category .checkbox::before {
        font-size: 1.25rem; }
      .refinements .category .checkbox.selected {
        color: #201d48; }
    .refinements .category-image {
      width: 2.625rem;
      margin: 0 0.875rem; }
    .refinements .category-name {
      font-family: "Baloo2-Regular";
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      color: #74869E;
      text-transform: uppercase; }
    .refinements .category-name.selected {
      font-family: "Baloo2-Bold";
      color: #201d48; }

.search-results .search-nav {
  border: 0; }

.search-results .ty-grid-header {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3.125rem;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .search-results .ty-grid-header {
      margin-bottom: 0.625rem; } }
  .search-results .ty-grid-header .result-count span {
    font: 1.25rem/1.5rem "Inter-Bold";
    color: #74869E; }
  .search-results .ty-grid-header .refinement-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .search-results .ty-grid-header .refinement-btn span {
      font: 0.875rem/1.0625rem "Inter-Regular";
      margin-right: 0.6875rem; }
      @media (max-width: 991.98px) {
        .search-results .ty-grid-header .refinement-btn span {
          display: none; } }
  .search-results .ty-grid-header .filter-results {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #DB3831; }
    .search-results .ty-grid-header .filter-results:focus {
      outline: none;
      box-shadow: none; }

.search-results .filter-header .close:focus {
  outline: none; }

.search-results .show-more .text-center {
  /* width: 100%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .search-results .show-more .text-center button {
    color: #2B333F;
    border: 0.0625rem solid #DB3831; }
    .search-results .show-more .text-center button:hover {
      background-color: #DB3831;
      color: #FFFFFF; }

.search-results .refinement-bar-title {
  font-family: "Inter-Bold";
  color: #201d48;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700; }

.search-results .refinement-bar .accordion .card:last-of-type .card-header {
  margin-bottom: 0; }

.search-results .refinement-bar .accordion .card .card-header {
  height: auto; }
  .search-results .refinement-bar .accordion .card .card-header .btn.btn-link {
    font-family: "Inter-Regular";
    color: #2B2047;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    min-height: auto;
    margin: 0.5625rem 0;
    line-height: 1.1rem; }
    .search-results .refinement-bar .accordion .card .card-header .btn.btn-link::after {
      top: 0.625rem; }
    .search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed {
      color: #2B2047;
      line-height: 1.1rem; }
      .search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed::after {
        top: 0.625rem; }

#order-summary-card.summary-card {
  background-color: #F1F5F5;
  border: unset; }
  #order-summary-card.summary-card .summary-header {
    background-color: transparent;
    border: unset; }
  #order-summary-card.summary-card .order-total-summary {
    padding: 0.75rem 1.25rem; }
    #order-summary-card.summary-card .order-total-summary .order-total-wrapper {
      border-top: 0.0625rem solid #74869E;
      padding-top: 0.625rem; }
    #order-summary-card.summary-card .order-total-summary .leading-lines span {
      font-family: "Inter-Regular";
      font-size: 1rem;
      background-color: transparent; }
    #order-summary-card.summary-card .order-total-summary .grand-total-wrapper {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0.625rem 0;
      border-top: 0.0625rem solid #74869E;
      border-bottom: 0.0625rem solid #74869E; }
      #order-summary-card.summary-card .order-total-summary .grand-total-wrapper .order-receipt-label {
        margin: 0; }
      #order-summary-card.summary-card .order-total-summary .grand-total-wrapper .grand-total-sum {
        margin: 0; }
      #order-summary-card.summary-card .order-total-summary .grand-total-wrapper p {
        margin-bottom: 0; }

#order-product-summary-card.order-product-summary {
  border: unset; }
  #order-product-summary-card.order-product-summary .card-body {
    padding: 1.25rem 0; }
  #order-product-summary-card.order-product-summary .leading-lines {
    background-color: transparent; }
    #order-product-summary-card.order-product-summary .leading-lines .grand-total-label {
      background-color: transparent;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      color: #201d48; }
  #order-product-summary-card.order-product-summary .product-summary-block .product-line-item::before {
    border-bottom: unset; }
  #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details {
    border: 0.0625rem solid #B9C2CE;
    -ms-flex-pack: left;
        justify-content: left;
    padding: 0.625rem;
    overflow: hidden; }
    #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .item-title {
      font-family: "Inter-Bold";
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      color: #2B2047; }
    #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .attributes-container {
      margin-left: 0.9375rem; }
    #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-ship-late-title {
      font-family: "Inter-Bold";
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #DB3831;
      margin-bottom: 0.3125rem; }
    #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .totals-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      margin-top: 0.625rem; }
      #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .totals-container .line-item-quantity {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
      #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .totals-container .strike-through .value {
        font-family: "Inter-Regular";
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        color: #74869E; }

.info-icon .tooltip {
  background-color: #F1F5F5;
  padding: 1.25rem; }
  .info-icon .tooltip::after {
    border-top: 0.5625rem solid #F1F5F5; }
  .info-icon .tooltip__message {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: "Inter-Regular";
    color: #323232; }

.wishlistTile span.fa-stack {
  top: unset;
  right: 0.375rem;
  bottom: 0.625rem; }

.wishlistTile .fa-heart-o::before {
  content: "\F004";
  color: rgba(255, 255, 255, 0.7); }

.wishlistTile .fa-heart-o::after {
  content: "\F08A";
  position: absolute;
  left: 0.6875rem;
  color: #DB3831; }

.wishlistTile .fa-heart {
  color: #DB3831; }

.wishlistTile i.fa-circle {
  color: #FFFFFF; }

.product-info .remove-btn {
  color: #000000 !important; }

#maincontent .modal .modal-title {
  font-size: 1.5rem;
  color: #201d48; }

.password-modal-body {
  padding: 13px; }

.remove-product-modal-body {
  padding: 13px; }

#consent-tracking .modal-header {
  display: none; }

#consent-tracking .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  z-index: 1050; }

#consent-tracking .modal-footer {
  -ms-flex-direction: column;
      flex-direction: column; }
  #consent-tracking .modal-footer form .gtag-permission {
    column-gap: 30px;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9rem; }
    #consent-tracking .modal-footer form .gtag-permission:nth-of-type(n+2) {
      margin-top: 8px; }
    #consent-tracking .modal-footer form .gtag-permission span {
      margin-right: auto; }
    #consent-tracking .modal-footer form .gtag-permission .radios {
      -ms-flex-align: center;
          align-items: center;
      column-gap: 8px;
      display: -ms-flexbox;
      display: flex; }
      #consent-tracking .modal-footer form .gtag-permission .radios input {
        position: relative; }
        #consent-tracking .modal-footer form .gtag-permission .radios input::before, #consent-tracking .modal-footer form .gtag-permission .radios input::after {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        #consent-tracking .modal-footer form .gtag-permission .radios input[disabled]::after {
          background-color: #F5F5F5;
          border-color: #bbc2ca; }
        #consent-tracking .modal-footer form .gtag-permission .radios input[disabled] + label {
          color: #bbc2ca; }
      #consent-tracking .modal-footer form .gtag-permission .radios label {
        margin-bottom: 0px; }
        #consent-tracking .modal-footer form .gtag-permission .radios label:first-of-type {
          margin-right: 10px; }
  #consent-tracking .modal-footer .button-wrapper {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px; }

@media (max-width: 767.98px) {
  #consent-tracking .modal-content {
    padding: 0px;
    width: 100%; }
  #consent-tracking .tracking-consent p {
    font-size: 13px; }
  #consent-tracking .modal-footer {
    padding: 0px; }
    #consent-tracking .modal-footer .button-wrapper button {
      font-size: 13px; }
  #consent-tracking .modal-body {
    padding: 13px; }
  #consent-tracking .password-modal-body {
    padding: 13px; } }

#editProductModal .modal-dialog,
#editWishlistProductModal .modal-dialog {
  max-width: 56.25rem; }
  #editProductModal .modal-dialog .modal-header .close:focus,
  #editWishlistProductModal .modal-dialog .modal-header .close:focus {
    outline: none; }
  @media (max-width: 991.98px) {
    #editProductModal .modal-dialog .availability,
    #editWishlistProductModal .modal-dialog .availability {
      -ms-flex-pack: center;
          justify-content: center; } }
  #editProductModal .modal-dialog .availability .list-unstyled,
  #editWishlistProductModal .modal-dialog .availability .list-unstyled {
    padding-left: 4.0625rem; }
    @media (max-width: 991.98px) {
      #editProductModal .modal-dialog .availability .list-unstyled,
      #editWishlistProductModal .modal-dialog .availability .list-unstyled {
        padding-left: 2.8125rem; } }
  #editProductModal .modal-dialog .quantity-dropdown,
  #editWishlistProductModal .modal-dialog .quantity-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #editProductModal .modal-dialog .quantity-dropdown .quantity-dropdowm__edit-product-modal,
    #editWishlistProductModal .modal-dialog .quantity-dropdown .quantity-dropdowm__edit-product-modal {
      max-width: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
  #editProductModal .modal-dialog .edit-cart__price .range,
  #editWishlistProductModal .modal-dialog .edit-cart__price .range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  #editProductModal .modal-dialog .edit-cart__price .default-price,
  #editWishlistProductModal .modal-dialog .edit-cart__price .default-price {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    #editProductModal .modal-dialog .edit-cart__price .default-price .sales,
    #editWishlistProductModal .modal-dialog .edit-cart__price .default-price .sales {
      font-size: 1.6rem; }
  #editProductModal .modal-dialog .edit-cart__price .cart-and-ipay .update-cart-product-global,
  #editProductModal .modal-dialog .edit-cart__price .wishlist-item-update-button-block .update-cart-product-global,
  #editWishlistProductModal .modal-dialog .edit-cart__price .cart-and-ipay .update-cart-product-global,
  #editWishlistProductModal .modal-dialog .edit-cart__price .wishlist-item-update-button-block .update-cart-product-global {
    width: 100%;
    margin: 0 auto; }
    #editProductModal .modal-dialog .edit-cart__price .cart-and-ipay .update-cart-product-global i,
    #editProductModal .modal-dialog .edit-cart__price .wishlist-item-update-button-block .update-cart-product-global i,
    #editWishlistProductModal .modal-dialog .edit-cart__price .cart-and-ipay .update-cart-product-global i,
    #editWishlistProductModal .modal-dialog .edit-cart__price .wishlist-item-update-button-block .update-cart-product-global i {
      display: none; }
  #editProductModal .modal-dialog .promotions .callout.title,
  #editWishlistProductModal .modal-dialog .promotions .callout.title {
    min-height: auto;
    padding: 0;
    font: 0.8125rem/2.5rem "Baloo2-ExtraBold";
    color: #5A5A5A;
    cursor: auto; }
    #editProductModal .modal-dialog .promotions .callout.title:hover, #editProductModal .modal-dialog .promotions .callout.title:focus,
    #editWishlistProductModal .modal-dialog .promotions .callout.title:hover,
    #editWishlistProductModal .modal-dialog .promotions .callout.title:focus {
      background-color: transparent;
      border-color: transparent; }
  #editProductModal .modal-dialog .promotions .value.content,
  #editWishlistProductModal .modal-dialog .promotions .value.content {
    color: #28a745; }

.tile-hover {
  overflow: hidden; }

.tile-hover img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: block; }

.tile-hover:hover img {
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); }

@media (max-width: 576px) {
  .tile-hover {
    text-align: center; }
  .tile-hover img {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

.c-heroImageWithLabelCTA__media {
  position: relative; }

.c-heroImageWithLabelCTA {
  background: #fff;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden; }

.c-heroImageWithLabelCTA__label {
  background: #f5a623;
  text-align: center;
  padding: 8px 12px;
  font-weight: 700; }

.c-heroImageWithLabelCTA__labelText {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 500; }

.c-heroImageWithLabelCTA__img {
  width: 100%;
  display: block;
  height: auto; }

.c-heroImageWithLabelCTA__belowWrap {
  margin-bottom: 31px;
  text-align: center;
  padding: 28px 16px 22px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(243, 225, 209, 0) 0%, rgba(243, 225, 209, 0.92) 25%, rgba(243, 225, 209, 0.98) 55%, #f3e1d1 100%); }

.c-heroImageWithLabelCTA__belowText {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #111; }

.c-heroImageWithLabelCTA__button {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }

.c-heroImageWithLabelCTA__video {
  display: none;
  width: 100%;
  height: auto; }

.c-heroImageWithLabelCTA__video {
  max-width: 100%; }

.c-heroImageWithLabelCTA__media.is-playing .c-heroImageWithLabelCTA__video {
  display: block; }

.c-heroImageWithLabelCTA__media.is-playing .js-heroPoster {
  display: none; }

.c-heroImageWithLabelCTA__picture {
  cursor: pointer; }

.c-heroImageWithLabelCTA__media.is-playing {
  cursor: pointer; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F104";
  font-size: 1.25rem;
  color: #201d48; }

.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font-size: 1.25rem;
  color: #201d48; }

.slick-dots li button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F1DB";
  font-size: 1.25rem;
  color: #201d48; }

.slick-dots li.slick-active button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F192";
  font-size: 1.25rem;
  color: #2B333F; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev {
  left: -15px; }
  @media (min-width: 576px) {
    .slick-prev {
      left: -25px; } }

.slick-next {
  right: -15px; }
  @media (min-width: 576px) {
    .slick-next {
      right: -25px; } }

#checkout-main #paymentMethodsList {
  border: 0px;
  margin-bottom: 0px;
  padding: 0; }
  #checkout-main #paymentMethodsList .paymentMethod > p, #checkout-main #paymentMethodsList .paymentMethod > input, #checkout-main #paymentMethodsList .paymentMethod > input::before, #checkout-main #paymentMethodsList .paymentMethod > input::after {
    display: none; }
  #checkout-main #paymentMethodsList .paymentMethod .paymentMethod_img {
    height: auto;
    width: auto; }
  #checkout-main #paymentMethodsList .paymentMethod .additionalFields {
    text-align: center; }
    #checkout-main #paymentMethodsList .paymentMethod .additionalFields .adyen-checkout__amazonpay {
      display: inline-block; }
  #checkout-main #paymentMethodsList .paymentMethod .inputPaymentMethod {
    display: none; }

.gift-card-wrapper {
  display: block !important;
  width: 100%;
  height: auto;
  border: 0.0625rem solid #74869E;
  padding: 1.3rem; }
  .gift-card-wrapper .title {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 10px; }
    .gift-card-wrapper .title svg {
      height: 36px;
      width: 36px; }
  .gift-card-wrapper .row.gift-card {
    margin-bottom: 1.5rem; }
    .gift-card-wrapper .row.gift-card.applied .button-wrap {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .gift-card-wrapper .row.gift-card.applied .button-wrap.apply button {
        background-color: rgba(40, 167, 69, 0.8); }
    .gift-card-wrapper .row.gift-card.applied .card-info {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 5px; }
      .gift-card-wrapper .row.gift-card.applied .card-info p {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 160px 1fr;
            grid-template-columns: 160px 1fr; }
  .gift-card-wrapper .error {
    color: #DB3831;
    color: #DB3831;
    margin-bottom: 10px; }
  .gift-card-wrapper .form-error {
    border-color: #DB3831; }
  .gift-card-wrapper .btn.add-card-btn {
    background-color: #2672CB; }
    .gift-card-wrapper .btn.add-card-btn:disabled {
      cursor: default; }
  .gift-card-wrapper .col {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .gift-card-wrapper .button-wrap {
    -ms-flex-positive: 0;
        flex-grow: 0;
    font-size: 0;
    padding: 0px 7px; }
    .gift-card-wrapper .button-wrap.apply {
      margin-left: auto; }
      .gift-card-wrapper .button-wrap.apply button {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>'); }
    .gift-card-wrapper .button-wrap.remove {
      margin-right: 8px; }
      .gift-card-wrapper .button-wrap.remove button {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash-2"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg>'); }
    .gift-card-wrapper .button-wrap button {
      background-color: #FFFFFF;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #A3A3A3;
      height: 3.125rem;
      padding: 0px;
      transition: background-color 0.15s;
      width: 3.125rem; }
      .gift-card-wrapper .button-wrap button:hover {
        background-color: #dee2e6; }
  .gift-card-wrapper .card-info {
    -ms-flex-align: center;
        align-items: center;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex; }
    .gift-card-wrapper .card-info p {
      margin-bottom: 0px; }
  @media screen and (max-width: 991px) {
    .gift-card-wrapper .button-wrap button {
      width: 2.2rem; } }
  @media screen and (max-width: 768px) {
    .gift-card-wrapper .row.gift-card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 10px; }
    .gift-card-wrapper .col-sm-3 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .gift-card-wrapper .button-wrap {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
      padding: 0px 15px;
      text-align: center; }
      .gift-card-wrapper .button-wrap.apply {
        margin-top: 10px; }
      .gift-card-wrapper .button-wrap.remove {
        margin-right: 0px; }
      .gift-card-wrapper .button-wrap button {
        height: 2.3rem;
        width: 100%; } }

#order-summary-card .row.gift-card .order-receipt-label {
  padding-left: 20px; }

.page {
  overflow-x: clip; }

.btn-primary {
  background-color: #FFD500 !important;
  color: #001795 !important; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5) !important; }

.btn-primary,
.btn-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #001795;
  border-radius: 6px;
  color: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Inter-Bold";
  text-transform: uppercase; }
  .btn-primary:hover,
  .btn-secondary:hover {
    text-decoration: none; }

.tile-header .description {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Inter-Regular" !important; }

.tile-body {
  box-shadow: none;
  text-align: center; }
  .tile-body .size-swatches {
    display: none; }
  .tile-body .html-slot-container {
    display: none; }
  .tile-body .quickBuy-container {
    display: none; }

.product-card {
  height: 100%; }

.product.product-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
  height: 100%; }
  .product.product-info .product-tile {
    margin-bottom: 0.25rem !important;
    min-height: 0 rem !important; }
    .product.product-info .product-tile .tile-header {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 0.25rem;
      height: 100%; }
      .product.product-info .product-tile .tile-header .price .range {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        font-weight: normal !important;
        font-size: 1rem !important; }
        @media only screen and (min-width: 576px) {
          .product.product-info .product-tile .tile-header .price .range {
            font-size: 1.15rem !important; } }

#maincontent {
  display: block;
  margin-bottom: 15rem;
  position: relative;
  z-index: 0; }
  @media (max-width: 640px) {
    #maincontent {
      margin-bottom: 10rem; } }

header {
  -ms-flex-align: center;
      align-items: center;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: visible;
  position: fixed;
  z-index: 50;
  top: 0;
  transition: transform 0.3s ease;
  transform: translateY(0);
  width: 100vw; }
  header .content-asset {
    height: auto;
    width: 100%; }
  header nav {
    position: relative;
    width: 100vw; }
    header nav .homepage-header-banner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative; }
      header nav .homepage-header-banner .header-subtitle {
        font-weight: 600;
        margin: 0 !important;
        padding: 0 !important;
        width: auto;
        height: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (min-width: 576px) {
          header nav .homepage-header-banner .header-subtitle {
            font-size: 1.25rem;
            height: 14px; } }
        @media only screen and (min-width: 768px) {
          header nav .homepage-header-banner .header-subtitle {
            font-size: 1.5rem;
            height: 16px; } }
        @media only screen and (min-width: 1200px) {
          header nav .homepage-header-banner .header-subtitle {
            height: 20px; } }
      header nav .homepage-header-banner .logo-container {
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin-left: -10px;
        margin-right: -10px; }
        header nav .homepage-header-banner .logo-container .header-btn-group {
          margin-right: 1rem;
          padding: 4px; }
          header nav .homepage-header-banner .logo-container .header-btn-group .header-icon {
            width: 1.5rem; }
            @media only screen and (max-width: 767px) {
              header nav .homepage-header-banner .logo-container .header-btn-group .header-icon a {
                padding: 0 !important; } }
            header nav .homepage-header-banner .logo-container .header-btn-group .header-icon .user, header nav .homepage-header-banner .logo-container .header-btn-group .header-icon .wishlist, header nav .homepage-header-banner .logo-container .header-btn-group .header-icon .minicart-total {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center;
              margin: 0 auto; }
          @media only screen and (min-width: 360px) {
            header nav .homepage-header-banner .logo-container .header-btn-group {
              gap: 3px; } }
          @media only screen and (min-width: 576px) {
            header nav .homepage-header-banner .logo-container .header-btn-group {
              gap: 10px; } }
          @media only screen and (min-width: 768px) {
            header nav .homepage-header-banner .logo-container .header-btn-group {
              gap: 15px; }
              header nav .homepage-header-banner .logo-container .header-btn-group .header-icon {
                width: 1.75rem; } }
          @media only screen and (min-width: 1280px) {
            header nav .homepage-header-banner .logo-container .header-btn-group .header-icon {
              width: 2rem; } }
        header nav .homepage-header-banner .logo-container .user {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
        header nav .homepage-header-banner .logo-container .minicart {
          margin-top: 0 !important; }
          header nav .homepage-header-banner .logo-container .minicart .minicart-total {
            margin-left: 0 !important; }
          header nav .homepage-header-banner .logo-container .minicart .minicart-link {
            color: black;
            position: relative;
            height: 100%;
            padding: 0 !important; }
            header nav .homepage-header-banner .logo-container .minicart .minicart-link img {
              height: 100%; }
            header nav .homepage-header-banner .logo-container .minicart .minicart-link .minicart-quantity {
              background-color: transparent;
              border-radius: 0 !important;
              color: black !important;
              font-size: .45rem;
              font-style: normal;
              font-weight: 600;
              position: absolute;
              left: 60%;
              margin-inline: auto;
              transform: translateX(-50%) translateY(-56%);
              top: 50%;
              width: 100%; }
            header nav .homepage-header-banner .logo-container .minicart .minicart-link:focus {
              outline: none; }
          @media only screen and (max-width: 767px) {
            header nav .homepage-header-banner .logo-container .minicart {
              top: 0 !important;
              margin: 0 !important; } }
        @media only screen and (min-width: 1200px) {
          header nav .homepage-header-banner .logo-container {
            height: 2rem; }
            header nav .homepage-header-banner .logo-container > div:first-child {
              height: 3rem; } }
        @media only screen and (max-width: 767px) {
          header nav .homepage-header-banner .logo-container {
            height: auto !important; } }
    @media only screen and (min-width: 1200px) {
      header nav {
        max-width: none !important; }
        header nav .homepage-header-banner {
          max-width: none !important; } }
  header .header-row div {
    height: auto !important; }
  header .navbar-toggler,
  header .search-toggler,
  header .menu-toggler {
    color: #000000 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0px !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0rem; }
    header .navbar-toggler svg,
    header .search-toggler svg,
    header .menu-toggler svg {
      width: 20x;
      height: 20px; }
  header .multilevel-dropdown {
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 1px; }
  @media only screen and (min-width: 1280px) {
    header {
      border-bottom: 1px solid #e5e5e5;
      display: block;
      height: auto; } }

.page[data-action="Home-Show"] header {
  position: relative !important; }

.page[data-action="Home-Show"] #maincontent {
  top: 0 !important; }

.header-hide {
  transform: translateY(-112%); }

.header-nomenu {
  position: static; }

@media (max-width: 767px) {
  .cart-preview-toggle svg, .cart-preview-toggle i {
    width: 20px !important;
    height: 20px !important; } }

footer {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  footer .title {
    color: #000000 !important; }
  footer a {
    color: #000000 !important; }
  footer .subscribe-copy {
    color: #000000 !important; }
  footer .footer-copy-container {
    background-color: transparent !important; }
  footer .copyright {
    color: #000000 !important; }

.main-menu {
  background: none;
  border-top: none; }

.tile-image {
  background-color: transparent !important; }

nav .feather, nav .icon-title {
  color: #000000 !important; }

.navbar .nav-link {
  color: #000000 !important; }

.logo-home {
  margin: 0 auto; }

/* -- Product Page Stylesheet -- */
.primary-images {
  border: none !important;
  padding: 0 !important;
  width: 100vw;
  position: relative;
  /* Keeps the element in the document flow */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.primary-images .gallery_img {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .primary-images .gallery_img {
      margin: auto; } }

.primary-images .zoom-wrapper .gallery-container .gallery-wrapper {
  margin-top: 0 !important; }

@media screen and (min-width: 768px) {
  .primary-images .zoom-wrapper .gallery-container .gallery-wrapper img, video {
    max-width: 25vw; } }

.product-detail .slick-next, .product-detail .slick-prev {
  margin-top: 10%;
  z-index: 100; }

.product-detail .slick-prev {
  left: 15vw; }
  @media screen and (max-width: 768px) {
    .product-detail .slick-prev {
      left: 10vw; } }

.product-detail .slick-next {
  right: 15vw; }
  @media screen and (max-width: 768px) {
    .product-detail .slick-next {
      right: 10vw; } }

.add-to-cart, .add-to-wishlist {
  color: #000000 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.25rem !important; }

.add-to-cart {
  background: #FFD500 !important;
  border: 1px solid #001795 !important;
  color: #001795 !important;
  position: relative;
  text-align: left;
  width: 8rem !important;
  text-transform: uppercase; }
  .add-to-cart img {
    width: 20px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(13%) sepia(43%) saturate(6541%) hue-rotate(229deg) brightness(84%) contrast(122%); }

.add-to-wishlist {
  background: #fff !important;
  border: 1px solid black !important; }

.product-detail .accordion .card .card-header {
  border-bottom: 0.125rem solid #2B333F; }
  .product-detail .accordion .card .card-header .btn.btn-link {
    font-size: 1.5rem;
    font-family: "Inter-Bold";
    color: #2B333F; }

.product-detail .accordion .card .card-body {
  font-size: 1rem; }

/* -- SHOPPING CART STYLESHEET -- */
.cart-apple-btn, .cart-google-btn {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.cart-checkout {
  grid-column-end: 13;
  -ms-grid-column: 1;
      grid-column-start: 1;
  margin-top: 2rem;
  text-align: center; }

.cart-checkout-btn {
  background-color: #FFD500;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: #2c2a29;
  display: inline-block;
  float: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: auto;
  padding-bottom: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.875rem;
  text-align: center;
  vertical-align: middle;
  width: 17.5rem; }
  @media only screen and (min-width: 768px) {
    .cart-checkout-btn {
      float: right;
      width: 11.25rem; } }

.cart-container {
  column-gap: 1rem;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (min-width: 768px) {
    .cart-container {
      column-gap: 1.75rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .cart-container {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media only screen and (min-width: 1440px) {
    .cart-container {
      padding-left: 6rem;
      padding-right: 6rem; } }

.cart-grand-total {
  border-bottom: 0;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (min-width: 768px) {
    .cart-grand-total {
      margin-top: 0; } }
  .cart-grand-total label {
    margin-bottom: 0 !important; }

.cart-items {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media only screen and (min-width: 768px) {
    .cart-items {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 1.5rem; }
  @media only screen and (min-width: 360px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item::after {
        clear: both;
        content: " ";
        display: table; } }
  @media only screen and (min-width: 768px) {
    .cart-item {
      display: table-row; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-cell {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .cart-item-cell {
      display: table-cell; } }

.cart-item-details {
  display: table-cell;
  height: 6.25rem; }
  .cart-item-details button {
    background: none;
    border: none;
    font-size: 0.938rem;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-position: 'from-font';
    transition: color 0.15s ease;
    padding: 0; }
    .cart-item-details button:hover {
      color: #666; }
  .cart-item-details dl {
    list-style-position: outside;
    margin-top: 0.375rem; }
    .cart-item-details dl dd {
      color: #2c2a29;
      font-size: 0.938rem;
      font-weight: 400;
      letter-spacing: -0.2px;
      line-height: 1.5rem;
      margin: 0;
      margin-bottom: 0.25rem; }
    .cart-item-details dl dt {
      color: #2c2a29;
      float: left;
      font-size: 0.938rem;
      font-weight: 400;
      line-height: 1.5rem;
      margin: 0 0.375rem 0 0; }
    .cart-item-details dl::before {
      content: " ";
      display: table; }
    .cart-item-details dl::after {
      clear: both;
      content: " ";
      display: table; }
  .cart-item-details h2 {
    color: #2c2a29;
    display: inline-block;
    font-size: 1.063rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.063rem;
    margin: 0;
    padding-bottom: 0.25rem; }
    .cart-item-details h2 a {
      display: inline-block; }
  @media only screen and (min-width: 360px) {
    .cart-item-details {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .cart-item-details {
      display: table-cell;
      padding: 1.5rem; }
      .cart-item-details button {
        font-size: 1rem;
        line-height: 1.5625rem; } }

.cart-item-image-cell {
  float: left;
  margin-bottom: 1.5rem;
  position: relative; }
  .cart-item-image-cell a {
    position: relative;
    z-index: 10; }
  .cart-item-image-cell::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media only screen and (min-width: 360px) {
    .cart-item-image-cell {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 5rem; } }
  @media only screen and (min-width: 768px) {
    .cart-item-image-cell {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-image {
  position: relative;
  max-height: 14rem;
  max-width: 80px; }
  @media only screen and (min-width: 360px) {
    .cart-item-image {
      max-height: 5rem;
      max-width: 5rem; } }
  @media only screen and (min-width: 768px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-num {
  width: 100%; }
  .cart-item-num label {
    color: #2c2a29;
    float: left;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-right: 0.75rem;
    width: 33.33333%; }
  .cart-item-num span {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 600;
    width: 33.33333%; }
  @media only screen and (min-width: 768px) {
    .cart-item-num {
      float: none;
      width: 16.66667%; }
      .cart-item-num label {
        display: none; }
      .cart-item-num:last-child {
        text-align: right; } }

@media only screen and (min-width: 768px) {
  .cart-item-qty {
    text-align: center; } }

.cart-totals {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.cart-total {
  border-bottom: 1px solid #ddd; }
  .cart-total button {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    text-underline-position: 'from-front';
    transition: color 0.15s ease; }
    .cart-total button:active, .cart-total button:focus {
      box-shadow: none; }
    .cart-total button:focus {
      outline-color: #009bb2;
      outline-offset: 4px !important;
      outline-style: solid;
      outline-width: 2px; }
  .cart-total label {
    float: left;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    width: 33.33333%; }
  .cart-total div, .cart-total span {
    float: left;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-align: left; }
  .cart-total::before, .cart-total::after {
    content: " ";
    display: table; }
  .cart-total::after {
    clear: both; }
  .cart-total:last-child {
    border-bottom: 0 !important; }
  @media only screen and (min-width: 360px) {
    .cart-total div, .cart-total span {
      text-align: right; }
    .cart-total label {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .cart-total div, .cart-total span {
      width: 50%; }
    .cart-total label {
      font-size: 1rem;
      line-height: 1.5625rem;
      padding: 1rem 0; }
    .cart-total span {
      font-size: 1rem; } }

.cart-total-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
  float: left;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative;
  text-align: left; }
  .cart-total-value .cart-currency {
    color: #666;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
    width: auto !important;
    padding-left: 0 !important; }
  .cart-total-value .cart-value {
    width: auto !important; }
  @media only screen and (min-width: 768px) {
    .cart-total-value {
      padding: 1rem 0;
      text-align: right;
      top: -0.25rem; } }

.cart-totals-container {
  grid-column-end: 13;
  -ms-grid-column: 1;
      grid-column-start: 1;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .cart-totals-container {
      -ms-grid-column: 7;
          grid-column-start: 7;
      padding-bottom: 2.5rem; } }

.cart-payment-btn {
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  float: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.875rem;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cart-payment-btn {
      width: 11.25rem; } }

.cart-payment-links {
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-column-end: 13;
  -ms-grid-column: 1;
      grid-column-start: 1;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  width: 17.5rem; }
  .cart-payment-links::before, .cart-payment-links::after {
    content: " ";
    display: table; }
  .cart-payment-links::after {
    clear: both; }
  .cart-payment-links #express-container {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .cart-payment-links {
      -ms-flex-align: end !important;
          align-items: flex-end !important;
      margin-right: 0;
      text-align: right;
      --webkit-box-align: end;
      width: 11.25rem; } }

.cart-paypal-btn {
  background-color: #ffc439;
  border-color: #ffc439;
  color: #2c2a29; }

.cart-qty-form,
.qty-form {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0.1875rem 1px 0.1875rem;
  vertical-align: middle;
  width: 6rem; }
  .cart-qty-form button,
  .qty-form button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    border-color: #565554;
    border-radius: 0;
    border-width: 1px;
    color: #2c2a29;
    font-size: 1rem;
    font-weight: 600;
    height: 24px !important;
    line-height: 1;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 24px !important; }
    .cart-qty-form button svg,
    .qty-form button svg {
      display: inline-block;
      fill: #2c2a29 !important;
      font-style: italic;
      height: 16px !important;
      line-height: inherit;
      transition: all 0.15s ease;
      vertical-align: middle;
      width: 16px !important; }
  .cart-qty-form input,
  .qty-form input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #2c2a29;
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    height: auto !important;
    line-height: 1.5625rem;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    transition: border-color 0.1s ease-out;
    vertical-align: middle;
    width: 1.875rem; }
    .cart-qty-form input::-webkit-inner-spin-button,
    .qty-form input::-webkit-inner-spin-button {
      -moz-appearance: textfield !important;
      -webkit-appearance: none !important;
      appearance: none !important; }
    .cart-qty-form input:-ms-input-placeholder,
    .qty-form input:-ms-input-placeholder {
      color: #999;
      opacity: 1; }
    .cart-qty-form input::placeholder,
    .qty-form input::placeholder {
      color: #999;
      opacity: 1; }
  .cart-qty-form input[type=number],
  .qty-form input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield; }
  @media only screen and (min-width: 768px) {
    .cart-qty-form,
    .qty-form {
      margin: 0 auto; } }

.cart-remove-btn {
  background-color: rgba(255, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  .cart-remove-btn:hover {
    background-color: red; }
  .cart-remove-btn svg {
    display: inline-block;
    fill: white;
    height: 100%;
    transition: all 0.15s ease;
    vertical-align: top;
    width: 100%; }
  @media only screen and (min-width: 360px) {
    .cart-remove-btn {
      margin-left: 1rem; } }

.cart-table {
  display: block;
  grid-column-end: 13;
  -ms-grid-column: 1;
      grid-column-start: 1;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cart-table {
      display: table; } }

.cart-table-head {
  display: none; }
  @media only screen and (min-width: 768px) {
    .cart-table-head {
      display: table-header-group;
      text-align: left; } }

.cart-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .cart-title {
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-bottom: 2.5rem;
      margin-top: 0; } }

.cart-value {
  font-size: 1.15rem !important; }

/* -- SECURE CHECKOUT STYLESHEET -- */
.cart-edit-btn {
  background-color: transparent;
  border: none;
  color: inherit;
  display: table-cell;
  line-height: inherit;
  text-align: right;
  text-decoration: underline;
  text-underline-position: 'from-font';
  vertical-align: middle; }

.cart-item-options {
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-item-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem !important;
  margin-bottom: 0.1875rem; }
  @media only screen and (min-width: 768px) {
    .cart-item-title {
      font-size: 1.75rem;
      line-height: 2rem; } }

.cart-modal-details {
  -ms-flex-order: 2;
      order: 2;
  word-wrap: break-word; }
  @media only screen and (min-width: 551px) {
    .cart-modal-details {
      padding-right: 0.375rem;
      width: 50%; } }

.cart-modal-item-image {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%; }

.cart-modal {
  display: block;
  float: left;
  padding-left: 1.1538461538rem;
  padding-right: 1.1538461538rem; }
  @media only screen and (min-width: 968px) {
    .cart-modal {
      width: 41.6666666667%; } }
  @media only screen and (min-width: 1261px) {
    .cart-modal {
      width: 33.3333333333%; } }

.cart-modal-figure {
  display: block;
  margin: 0;
  padding-right: 1.5rem;
  width: 25%; }

.cart-modal-header {
  background: transparent;
  display: table;
  padding: 1.5rem;
  width: 100%; }

.cart-modal-link {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  text-decoration: underline;
  transition: all 100ms ease-out; }
  .cart-modal-link:hover {
    color: #2c2a29 !important; }

.cart-modal-item {
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 551px) {
    .cart-modal-item {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 1.5rem; } }

.cart-modal-list {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-modal-price {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto; }
  @media only screen and (min-width: 551px) {
    .cart-modal-price {
      -ms-flex-item-align: start;
          align-self: flex-start;
      -ms-flex-order: 3;
          order: 3;
      text-align: right;
      width: 25%;
      word-wrap: break-word; } }

.cart-modal-section {
  border-color: #ddd;
  border-top: 1px solid #ebebeb;
  display: block;
  padding: 1.5rem; }

.cart-modal-section-heading {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 768px) {
    .cart-modal-section-heading {
      line-height: 2.75rem; } }

.cart-modal-num {
  color: #2c2a29;
  display: table;
  font-weight: 400;
  margin-bottom: 0.75rem;
  width: 100%; }
  .cart-modal-num label {
    display: table-cell;
    font-weight: 500;
    vertical-align: middle; }
  .cart-modal-num span {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }

.cart-modal-summary {
  -webkit-box-shadow: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-color: #ddd;
  border-radius: 4px;
  box-shadow: none;
  margin: 3rem 0 1.5rem;
  min-height: 300px; }
  @media only screen and (min-width: 968px) {
    .cart-modal-summary {
      display: block; } }

.cart-modal-title {
  display: table-cell;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.75rem;
  text-rendering: optimizeLegibility;
  vertical-align: middle; }

.cart-modal-total {
  display: table;
  margin-bottom: 0;
  width: 100%; }
  .cart-modal-total label {
    display: table-cell;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    vertical-align: middle; }
  .cart-modal-total span {
    display: table-cell;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    text-align: right;
    vertical-align: middle; }

.checkout-alt-options {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .checkout-alt-options:has(:nth-child(4):last-child) {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 767px) {
    .checkout-alt-options {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; }
      .checkout-alt-options:has(:nth-child(4):last-child) {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
  @media only screen and (max-width: 960px) {
    .checkout-alt-options {
      gap: 10px;
      margin-top: 10px; } }

.checkout-container {
  color: #2c2a29;
  margin: 0 auto;
  max-width: 92.3076923077rem;
  min-width: 15.3846153846rem;
  padding: 0 1.5rem 7.5rem;
  padding-bottom: 2rem !important;
  width: 100%; }
  .checkout-container .card {
    padding: 0; }
    .checkout-container .card .card-header {
      background: transparent !important;
      padding: 0.75rem 0 !important; }
      .checkout-container .card .card-header h2 {
        font-size: 1.313rem !important;
        font-weight: 400;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .checkout-container .card .card-header h2 {
            font-size: 1.5rem !important; } }
  .checkout-container .card-body {
    margin: 1rem 0;
    padding: 0 !important;
    font-size: 0.875rem;
    color: black; }
    @media only screen and (min-width: 768px) {
      .checkout-container .card-body {
        font-size: 1rem;
        line-height: 1.5625rem; } }
  .checkout-container .shipping-address {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .checkout-container .payment-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .checkout-container .summary-section-label {
    font-weight: 700 !important; }
  .checkout-container .shipping-summary {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .checkout-container .shipping-summary .summary-details {
      margin-bottom: 0 !important; }
      .checkout-container .shipping-summary .summary-details .address-summary div:has(span:not(:empty)):last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 1rem; }
      .checkout-container .shipping-summary .summary-details .pricing {
        font-weight: normal !important;
        margin-bottom: 0; }
  .checkout-container .payment-summary {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    cursor: pointer; }
  .checkout-container::before, .checkout-container::after {
    content: " ";
    display: table; }
  .checkout-container::after {
    clear: both; }
  @media only screen and (min-width: 968px) {
    .checkout-container {
      padding-bottom: 1.5rem; } }

.checkout-customer-continue {
  background: none;
  border: 0;
  float: left;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 481px) {
    .checkout-customer-continue {
      text-align: left; } }
  @media only screen and (min-width: 551px) {
    .checkout-customer-continue {
      margin: 1.625rem 0 0;
      padding-left: 1.5rem;
      width: 41.6666666667%; } }

.checkout-cancel-btn {
  border-radius: 0;
  border-width: 2px;
  border-color: #33cee5;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  text-underline-position: 'from-font';
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.75rem;
  color: #2c2a29;
  transition: all 100ms ease-out;
  width: 100% !important; }
  @media only screen and (min-width: 481px) {
    .checkout-cancel-btn {
      margin-left: 0.75rem; } }
  @media only screen and (min-width: 768px) {
    .checkout-cancel-btn {
      margin-left: 1.5rem; } }

.checkout-continue-btn {
  border-width: 2px;
  border-style: solid;
  border-color: #33cee5;
  border-radius: 0;
  background-color: #33cee5;
  display: inline-block;
  margin-left: 0;
  padding: 1rem 2.25rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #2c2a29;
  width: auto; }
  .checkout-continue-btn:last-child {
    width: 100%; }

.checkout-customer-login {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }
  .checkout-customer-login button {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    font-weight: 600;
    line-height: inherit;
    text-decoration: underline;
    text-underline-position: 'from-font'; }
  @media only screen and (max-width: 767px) {
    .checkout-customer-login {
      margin-bottom: 2.25rem; }
      .checkout-customer-login button {
        display: block;
        font-size: 0.938rem; } }

.checkout-email-body {
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 551px) {
    .checkout-email-body {
      width: 58.3333333333%; } }

.checkout-email-container {
  margin: 0 auto;
  max-width: 92.3076923077rem;
  width: 100%; }
  .checkout-email-container::before, .checkout-email-container::after {
    content: " ";
    display: table; }
  .checkout-email-container::after {
    clear: both; }
  @media only screen and (min-width: 551px) {
    .checkout-email-container {
      margin-bottom: 1.5rem; } }

.checkout-form {
  margin: 0; }

.checkout-form-actions {
  background: none;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1.875rem 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 481px) {
    .checkout-form-actions {
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    .checkout-form-actions {
      margin-top: 1.5rem;
      margin-bottom: 0;
      -ms-flex-direction: row;
          flex-direction: row; } }

.checkout-form-body {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .checkout-form-body p {
      font-size: 0.938rem;
      line-height: 1.375rem; } }

.checkout-form-checkbox {
  border: 0;
  box-sizing: border-box;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  padding: 0;
  position: absolute;
  width: 1px; }

.checkout-form-checkbox + .checkout-form-label {
  color: inherit;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.checkout-form-checkbox + .checkout-form-label::before, .checkout-form-checkbox + .checkout-form-label::after {
  content: " ";
  display: block;
  position: absolute;
  transition: all 50ms ease-out; }

.checkout-form-checkbox + .checkout-form-label::after {
  background-image: url("https://cdn11.bigcommerce.com/s-23s5gfmhr7/stencil/dbfb76c0-ac56-013e-52c4-364999f7cf3a/e/f32fb840-b372-013e-24f9-5aaab5b7f34b/icons/check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #4496f6;
  content: "";
  font-size: 0.9230769231rem;
  line-height: 1;
  opacity: 0;
  text-align: center;
  transform: scale(0); }

.form-checkbox:checked + .form-label::before {
  background-color: #fff;
  border-color: #2c2a29;
  border-radius: 0; }

.form-checkbox:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.checkout-form-checkbox + .checkout-form-label::before {
  background-color: #fff;
  border-color: #2c2a29;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  left: 0; }

.checkout-form-field {
  display: block;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin: 0 0 0.75rem;
  max-width: none;
  position: relative; }
  .checkout-form-field::before, .checkout-form-field::after {
    content: " ";
    display: table; }
  .checkout-form-field::after {
    clear: both; }
  .checkout-form-field:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .checkout-form-field {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

.checkout-form-input {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #2c2a29;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 3.45rem;
  line-height: 1.5625rem;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  transition: all 100ms ease-out;
  width: 100%; }
  .checkout-form-input:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .checkout-form-input::placeholder {
    color: #999;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .checkout-form-input {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

.checkout-form-label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.375rem !important;
  margin-bottom: 0.375rem; }
  .checkout-form-label::after {
    left: 0.12rem;
    height: 0.75rem;
    top: 0.35rem;
    width: 0.75rem; }
  .checkout-form-label::before {
    height: 1rem;
    top: 0.25rem;
    width: 1rem; }
  .checkout-form-label a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: 'from-font'; }
  @media only screen and (max-width: 767px) {
    .checkout-form-label {
      font-size: 0.875rem;
      line-height: 1.375rem !important; } }

.checkout-header {
  -ms-flex-align: center;
      align-items: center;
  background: transparent !important;
  display: -ms-flexbox;
  display: flex;
  height: 2.6923076923rem;
  margin-right: 1.5rem;
  padding: 0 !important; }
  .checkout-header h2 {
    font-size: 1.313rem !important;
    font-weight: 600 !important;
    line-height: 1.75rem !important; }
    @media only screen and (min-width: 768px) {
      .checkout-header h2 {
        font-size: 1.5rem !important;
        line-height: 2.25rem !important; } }

.checkout-header-secondary {
  -ms-flex-align: center;
      align-items: center;
  background: transparent !important;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
  font-style: normal !important;
  letter-spacing: 0;
  margin: 0;
  min-width: 9rem;
  padding: 0;
  text-rendering: optimizeLegibility; }
  .checkout-header-secondary h3 {
    font-size: 1rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
    padding: 0 0 0.75rem 0 !important; }
    @media only screen and (min-width: 768px) {
      .checkout-header-secondary h3 {
        font-size: 1.125rem !important; } }

.checkout-form-input {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #ccc !important;
  border-radius: 0 !important;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #2c2a29 !important;
  display: block;
  font-family: inherit;
  font-size: 1rem !important;
  font-weight: inherit !important;
  height: 3.45rem !important;
  line-height: 1.5625rem;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-left: 1rem !important;
  padding-right: 1rem;
  padding-top: 0.5rem;
  transition: all 100ms ease-out;
  width: 100%; }
  .checkout-form-input:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1; }
  .checkout-form-input::placeholder {
    color: #999 !important;
    opacity: 1; }
  .checkout-form-input::selection {
    color: #fff;
    background: #33cee5; }

.checkout-form-label {
  color: #666;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.375rem; }
  @media only screen and (max-width: 767px) {
    .checkout-form-label {
      font-size: 0.875rem;
      line-height: 1.375rem !important; } }

#checkout-main {
  margin-bottom: -15rem; }
  #checkout-main .edit-button {
    background: transparent !important;
    border: none !important;
    text-decoration: underline !important;
    font-size: 1rem !important;
    color: black !important; }
  #checkout-main .card .card-header h2 {
    font-size: 1.25rem;
    font-weight: 700 !important; }
  @media (max-width: 640px) {
    #checkout-main {
      margin-bottom: 10rem; } }
  @media only screen and (min-width: 768px) {
    #checkout-main {
      font-size: 1.5rem; } }

.checkout-main {
  color: #2c2a29;
  float: left;
  padding-left: 1.1538461538rem;
  padding-right: 1.1538461538rem;
  width: 100%; }
  @media only screen and (min-width: 968px) {
    .checkout-main {
      width: 58.3333333333%; } }
  @media only screen and (min-width: 1261px) {
    .checkout-main {
      padding-right: 6rem;
      width: 66.6666666667%; } }
  .checkout-main .card {
    margin-bottom: 0 !important; }
    .checkout-main .card .card-header {
      -ms-flex-align: start !important;
          align-items: start !important;
      background-color: transparent !important; }
  .checkout-main .form-control {
    border-radius: 0; }
    .checkout-main .form-control:focus {
      border-color: #33cee5 !important; }
  .checkout-main p {
    margin-bottom: 0 !important; }
  .checkout-main .shipping-method-price {
    padding-left: 0.75rem; }

.checkout-hr {
  height: 1px;
  border: 0;
  background-color: #ebebeb;
  border-top: 1px solid #ebebeb;
  opacity: 1; }

.checkout-step {
  border-color: #ddd;
  counter-increment: 'li-counter';
  padding: 0 !important; }

.checkout-steps {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  list-style-type: none;
  padding-left: 0; }

.checkout-step-title {
  font-family: "Plus Jakarta Sans",Arial,Helvetica,sans-serif !important;
  font-size: 1.313rem;
  font-style: normal !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin: 0;
  min-width: 9rem;
  padding: 0;
  text-rendering: optimizeLegibility; }

.checkout-title-secondary {
  font-family: "Plus Jakarta Sans",Arial,Helvetica,sans-serif !important;
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin: 0;
  min-width: 9rem;
  padding: 0;
  text-rendering: optimizeLegibility; }

.customer-summary,
.shipping-summary,
.billing-summary,
.payment-summary {
  display: block !important; }

.next-step-button {
  position: static !important;
  box-shadow: none !important;
  padding-right: 0.938em;
  padding-left: 0.938em;
  width: 100%; }
  .next-step-button .btn {
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    color: black; }
  @media only screen and (min-width: 576px) {
    .next-step-button {
      width: auto; } }

.data-checkout-stage[data-checkout-stage] .customer-summary,
.data-checkout-stage[data-checkout-stage] .shipping-summary,
.data-checkout-stage[data-checkout-stage] .card.payment-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage] button.place-order {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-payment {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none; }

.data-checkout-stage[data-checkout-stage] .checkout-workflow {
  display: none; }

.data-checkout-stage[data-checkout-stage="customer"] .card-header.checkout-header {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="customer"] .customer-form,
.data-checkout-stage[data-checkout-stage="customer"] .shipping-summary,
.data-checkout-stage[data-checkout-stage="customer"] .payment-summary {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="customer"] .customer-summary,
.data-checkout-stage[data-checkout-stage="customer"] .shipping-form,
.data-checkout-stage[data-checkout-stage="customer"] .payment-form {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="customer"] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage="customer"] .submit-customer {
  display: block; }

.data-checkout-stage[data-checkout-stage="customer"] .checkout-workflow {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] .shipping-form,
.data-checkout-stage[data-checkout-stage="shipping"] .customer-summary,
.data-checkout-stage[data-checkout-stage="shipping"] .payment-summary {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="shipping"] .shipping-summary,
.data-checkout-stage[data-checkout-stage="shipping"] .customer-form,
.data-checkout-stage[data-checkout-stage="shipping"] .payment-form {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="shipping"] .submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"].multi-ship .order-product-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] button.submit-shipping {
  display: block; }

.data-checkout-stage[data-checkout-stage="shipping"] .shipment-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage="shipping"] .shipment-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage="shipping"] .checkout-workflow {
  display: block; }

.data-checkout-stage[data-checkout-stage="shipping"] [data-address-mode="customer"] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] [data-address-mode="shipment"] .shipping-address-form {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] [data-address-mode="edit"] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage="shipping"] [data-address-mode="new"] .btn-show-details,
.data-checkout-stage[data-checkout-stage="shipping"] [data-address-mode="new"] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] .card-header.checkout-header {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="payment"] .payment-form,
.data-checkout-stage[data-checkout-stage="payment"] .customer-summary,
.data-checkout-stage[data-checkout-stage="payment"] .shipping-summary {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="payment"] .payment-summary,
.data-checkout-stage[data-checkout-stage="payment"] .customer-form,
.data-checkout-stage[data-checkout-stage="payment"] .shipping-form {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="payment"] .submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] .customer-section,
.data-checkout-stage[data-checkout-stage="payment"] .shipping-section {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="payment"] .card.payment-form,
.data-checkout-stage[data-checkout-stage="payment"] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage="payment"] button.submit-payment {
  display: block; }

.data-checkout-stage[data-checkout-stage="payment"] .address-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage="payment"] .address-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage="payment"] .checkout-workflow {
  display: block; }

.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="customer"] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="shipment"] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="edit"] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="new"] .btn-show-details,
.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="new"] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="details"] .btn-show-details,
.data-checkout-stage[data-checkout-stage="payment"] [data-address-mode="details"] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage="placeOrder"] .card-header.checkout-header {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="placeOrder"] button.submit-customer,
.data-checkout-stage[data-checkout-stage="placeOrder"] .customer-form,
.data-checkout-stage[data-checkout-stage="placeOrder"] .shipping-form,
.data-checkout-stage[data-checkout-stage="placeOrder"] .payment-form,
.data-checkout-stage[data-checkout-stage="placeOrder"] .card.payment-form,
.data-checkout-stage[data-checkout-stage="placeOrder"] .card.ghost {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="placeOrder"] .customer-section,
.data-checkout-stage[data-checkout-stage="placeOrder"] .customer-summary,
.data-checkout-stage[data-checkout-stage="placeOrder"] .shipping-section,
.data-checkout-stage[data-checkout-stage="placeOrder"] .shipping-summary,
.data-checkout-stage[data-checkout-stage="placeOrder"] .payment-section,
.data-checkout-stage[data-checkout-stage="placeOrder"] .card.payment-summary,
.data-checkout-stage[data-checkout-stage="placeOrder"] .checkout-workflow {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="placeOrder"] button.place-order {
  display: block !important; }

.data-checkout-stage[data-checkout-stage="submitted"] .card-header.checkout-header {
  display: none !important; }

.data-checkout-stage[data-checkout-stage="submitted"] .shipping-form,
.data-checkout-stage[data-checkout-stage="submitted"] .card.payment-form,
.data-checkout-stage[data-checkout-stage="submitted"] button.submit-customer,
.data-checkout-stage[data-checkout-stage="submitted"] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage="submitted"] .summary-section-label.shipping-addr-label {
  display: none; }

.data-checkout-stage[data-checkout-stage="submitted"] .card.payment-summary,
.data-checkout-stage[data-checkout-stage="submitted"] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage="submitted"] button.place-order {
  display: none; }

.data-checkout-stage option[value="new"] {
  display: none; }

.data-checkout-stage h5 > span {
  font-size: 0.8em; }

.mobile-order-summary {
  width: 95vw;
  height: 90vh;
  z-index: 100;
  margin: auto;
  bottom: 7vh;
  background: white;
  box-shadow: 0 0 15px 5px gray;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  overflow-y: scroll;
  overflow-x: hidden;
  transition-duration: 1.5s;
  transform: translateY(150%);
  filter: opacity(0); }
  .mobile-order-summary.show {
    transform: translateY(0%);
    filter: opacity(1); }
  @media only screen and (min-width: 576px) {
    .mobile-order-summary {
      max-width: 80%; } }

#order-summary-card.summary-card {
  background: white; }
  #order-summary-card.summary-card .summary-header .close-mobile-order-summary {
    cursor: pointer; }
  #order-summary-card.summary-card .summary-header a {
    text-decoration: underline; }

.card .order-total-summary .grand-total {
  background: white !important;
  margin: 0 !important;
  padding: 0 !important; }

.mobile-order-summary-nav {
  display: none; }
  .mobile-order-summary-nav.show {
    display: inherit; }
  .mobile-order-summary-nav .product-image {
    width: auto;
    height: 50px;
    border: 1px solid #eee; }
  .mobile-order-summary-nav a {
    text-decoration: underline; }
  .mobile-order-summary-nav .open-mobile-order-summary {
    cursor: pointer;
    font-weight: 600; }
  .mobile-order-summary-nav .open-mobile-order-price {
    font-weight: 600; }
    .mobile-order-summary-nav .open-mobile-order-price p {
      margin-bottom: 0; }

#order-summary-card .summary-header {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2) !important;
  padding-bottom: 1.6875rem; }
  #order-summary-card .summary-header .summary-edit {
    left: 0.5rem;
    top: 0.5rem;
    font-size: 1rem; }
  #order-summary-card .summary-header .close-mobile-order-summary {
    top: 0.5rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem; }

#order-summary-card .order-total-summary {
  padding: 0 !important; }
  #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary {
    padding: 0;
    font-size: .813rem; }
    #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block {
      word-wrap: normal; }
      #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details {
        border: none; }
        #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-image {
          width: auto;
          height: 5rem;
          margin-right: .875rem; }
        #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-line-item-name {
          font-weight: 700 !important;
          font-size: .875rem;
          margin-bottom: .5rem; }
          @media only screen and (min-width: 992px) {
            #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-line-item-name {
              font-size: 1rem;
              font-weight: 400; } }
        #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .line-item-attributes {
          color: #757575; }
        #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-line-item-price {
          text-align: right;
          font-size: .875rem; }
          #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-line-item-price .pricing {
            font-size: 1rem !important;
            font-weight: normal !important; }
          #order-summary-card .order-total-summary #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .product-line-item-price .strike-through {
            margin-right: 0; }
  #order-summary-card .order-total-summary .order-total-wrapper {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.2) !important; }
    #order-summary-card .order-total-summary .order-total-wrapper .grand-total-wrapper {
      border-top: 0.0625rem solid rgba(0, 0, 0, 0.2) !important;
      border-bottom: 0 !important; }
      #order-summary-card .order-total-summary .order-total-wrapper .grand-total-wrapper span {
        font-size: 1.375rem !important; }

@media only screen and (min-width: 992px) {
  #order-summary-card {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.25rem; }
    #order-summary-card .summary-header {
      padding: 2rem 1rem; }
    #order-summary-card .order-total-wrapper {
      padding: 1.5rem 0 !important; }
    #order-summary-card .order-product-summary, #order-summary-card .subtotal-item, #order-summary-card .shipping-item, #order-summary-card .sales-tax-item {
      padding: 0 1rem !important; }
    #order-summary-card .grand-total-wrapper {
      padding: 1.5rem 1rem 0 !important; } }

.header-nomenu {
  background-color: white !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem; }
  .header-nomenu nav {
    margin: 0 auto;
    padding: 0.5rem;
    width: 100%; }
    .header-nomenu nav a {
      gap: 10px; }
      .header-nomenu nav a:hover {
        text-decoration: none !important; }
      @media only screen and (min-width: 768px) {
        .header-nomenu nav a {
          gap: 20px; } }
    .header-nomenu nav .header {
      padding-bottom: 0 !important; }
  .header-nomenu .header-title {
    color: #000 !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important; }
    @media only screen and (min-width: 768px) {
      .header-nomenu .header-title {
        font-size: 1.75rem !important;
        line-height: 2.25rem !important; } }
  .header-nomenu .logo-home {
    height: 4rem !important; }
    .header-nomenu .logo-home img {
      height: 100% !important; }
  @media only screen and (min-width: 551px) {
    .header-nomenu {
      min-height: 9.2307692308rem; } }
  @media only screen and (min-width: 768px) {
    .header-nomenu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media only screen and (min-width: 1280px) {
    .header-nomenu {
      width: 100%; } }

.cart-redeemable {
  background-color: transparent;
  border: none;
  font-weight: 600;
  margin-top: 1rem;
  text-decoration: underline;
  text-underline-position: 'from-font'; }

.cart-redeemable-btn {
  display: inline-block;
  border-radius: 0;
  border-width: 2px;
  border-color: #33cee5;
  background-color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #2c2a29;
  transition: all 100ms ease-out;
  margin-left: 0.75rem; }

.cart-redeemable-form {
  margin-top: 0.75rem;
  height: 3.45rem; }

.cart-redeemable-entry {
  font-size: 1rem;
  line-height: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .cart-redeemable-entry input {
    border-color: #ccc;
    border-radius: 0;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .cart-redeemable-entry {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

.shipping-method {
  max-width: 250px;
  margin-bottom: 0;
  white-space: normal !important; }
  .shipping-method .shipping-method-arrival-time {
    line-height: 1rem; }

.payment-section {
  padding-bottom: 1rem !important; }

.default-price .sales,
.default-price .value {
  color: black !important;
  font-family: "Inter-Regular" !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important; }
  @media only screen and (min-width: 768px) {
    .default-price .sales,
    .default-price .value {
      line-height: 1.75rem !important; } }
  @media only screen and (min-width: 1280px) {
    .default-price .sales,
    .default-price .value {
      font-size: 1rem !important;
      line-height: 1.5625rem !important; } }

.product-tile .image-container div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  text-align: center; }
  .product-tile .image-container div .tile-image {
    padding: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1); }
  .product-tile .image-container div .tile-image:last-child:not(:only-child) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.625rem;
    left: 0; }

.slick-carousel-layout.type-default .slick-slider .slick-slide, .slick-carousel-layout.type-collection-heading > .slick-carousel-layout.container .slick-slider .slick-slide {
  margin: 0 !important; }

#homepage .tile-body .pdp-tile-link .product-name {
  display: none; }

#homepage .tile-body .pdp-tile-link .description {
  font-weight: 600 !important; }

.product-tile {
  transition: color 0.15s ease !important;
  height: 100% !important; }
  .product-tile:hover {
    color: #757575 !important;
    text-decoration: none !important; }
  .product-tile .tile-body {
    height: 7rem !important;
    box-shadow: none !important;
    padding: 0.125rem 0 1.875rem 0 !important; }
    .product-tile .tile-body .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 100% !important; }
      .product-tile .tile-body .container .pdp-tile-link .product-name .name {
        font-weight: 600 !important; }
      .product-tile .tile-body .container .pdp-tile-link .description {
        display: inline;
        font-family: "Inter-Regular" !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        text-align: center; }
        @media only screen and (min-width: 1280px) {
          .product-tile .tile-body .container .pdp-tile-link .description {
            font-size: 1rem !important;
            line-height: 1.5625rem !important; } }
      .product-tile .tile-body .container .footer-container {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .product-tile .tile-body .container .footer-container .price {
          font-size: 0.875rem !important; }
        .product-tile .tile-body .container .footer-container .quickBuy-container {
          position: absolute;
          transition-delay: 0.3s;
          top: 0;
          right: 0;
          bottom: 0.625rem;
          left: 0; }
        .product-tile .tile-body .container .footer-container .quickBuy,
        .product-tile .tile-body .container .footer-container .quickBuy-link {
          background-color: #33cee5;
          border-color: #565554;
          border-radius: 0;
          border-width: 2px;
          color: #2c2a29;
          display: inline-block;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.75rem;
          padding: 0.625rem 1.5rem;
          text-align: center;
          vertical-align: middle;
          max-width: 1rem; }
        .product-tile .tile-body .container .footer-container .price, .product-tile .tile-body .container .footer-container .quickBuy-container {
          transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1); }
    .product-tile .tile-body .price {
      font-size: 0.875rem !important;
      text-align: center; }
      .product-tile .tile-body .price .range {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 5px;
        font-family: "Inter-Regular" !important;
        font-weight: normal !important;
        color: black !important;
        font-size: 0.875rem !important; }

.slick-carousel-layout .slick-prev,
.slick-carousel-layout .slick-next {
  top: 50% !important;
  transform: translateY(-50%) !important; }

.breadcrumb {
  color: #2c2a29 !important;
  margin-top: 0.625rem !important; }
  .breadcrumb .breadcrumb-item:last-child {
    display: none; }
  .breadcrumb .breadcrumb-item a {
    font-size: 0.6875rem !important; }
    @media only screen and (min-width: 768px) {
      .breadcrumb .breadcrumb-item a {
        font-size: 0.875rem;
        line-height: 1.25rem; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem !important; }

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0 !important; }

.product-detail .slick-prev,
.product-detail .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%; }

.product-detail .slick-prev::before,
.product-detail .slick-next::before,
.product-detail .slick-prev.slick-disabled::before,
.product-detail .slick-next.slick-disabled::before {
  font-size: 2rem; }

.product-detail .product-wrapper .desktop-data-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .product-detail .product-wrapper .desktop-data-container .attribute {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem; }
  .product-detail .product-wrapper .desktop-data-container .prices .price .sales .value,
  .product-detail .product-wrapper .desktop-data-container .prices .price .default-price .sales,
  .product-detail .product-wrapper .desktop-data-container .prices .range > span {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
    gap: 2px !important; }

.product-detail .add-to-wishlist {
  position: relative;
  display: block !important;
  text-align: left;
  padding-left: 4rem !important; }
  .product-detail .add-to-wishlist svg {
    position: absolute;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem; }
  .product-detail .add-to-wishlist:hover {
    color: white; }

.product-detail .price .default-price .sales {
  font-size: 15px !important;
  text-align: center !important;
  font-weight: 800 !important; }

.product-detail .prices .price .range {
  gap: 5px;
  font-size: 1rem;
  font-weight: normal; }

.product-detail .product-name {
  font-size: 30px !important;
  line-height: 2.25rem !important;
  text-transform: uppercase;
  font-family: "Inter-Bold";
  font-weight: 800;
  border-bottom: none !important;
  margin: 0 !important; }

.product-detail .description {
  padding: 0 !important; }

.poem-section {
  background: #f7f7f7 !important;
  border-radius: 0 !important;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  margin: 4rem 0 3rem 0 !important;
  width: 100% !important; }
  .poem-section .row {
    padding-left: 30px !important;
    padding-right: 0 !important; }
  .poem-section .poem-section-details {
    margin: 0 auto; }
  .poem-section .poem-section-product-name {
    margin: 0 auto;
    padding: 0.5rem; }
    .poem-section .poem-section-product-name h3 {
      border-bottom: 2px solid black;
      text-align: center; }
  .poem-section .poem-section-poem {
    padding: 3rem 0 !important;
    position: relative; }
  .poem-section .poem-section-poem::before,
  .poem-section .poem-section-poem::after {
    content: '"';
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 1.5rem;
    width: 1.5rem; }
  .poem-section .poem-section-poem::before {
    top: 0;
    left: -2rem;
    transform: rotate(30deg);
    font-size: 4rem !important;
    font-family: comic-sans; }
  .poem-section .poem-section-poem::after {
    bottom: 0;
    right: -1.2rem;
    transform: rotate(30deg);
    font-size: 4rem !important;
    font-family: comic-sans; }
  @media only screen and (min-width: 768px) {
    .poem-section {
      font-size: 1.375rem;
      line-height: 2rem; } }

.description-and-detail {
  width: 100% !important;
  padding: 0 !important; }
  .description-and-detail .accordion .card .card-header .btn-link {
    padding: 0 1rem !important; }

.cart-preview-menu {
  background: #e5e5e5;
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1rem;
  height: 100dvh;
  left: auto !important;
  list-style: none;
  margin-left: 0;
  max-width: 25rem !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  transform: translateX(100%);
  transition-duration: 0.3s;
  width: 95%;
  z-index: 60; }
  .cart-preview-menu:first-child {
    margin-top: 0; }
  .cart-preview-menu:last-child {
    margin-bottom: 0; }
  .cart-preview-menu #cart-preview-dropdown {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: calc(40px + 250px);
    position: relative;
    height: 100vh;
    max-height: 100vh; }
    .cart-preview-menu #cart-preview-dropdown #previewCartWrapper {
      height: 100%;
      max-height: calc(100dvh - 4.5rem);
      overflow: auto;
      overscroll-behavior: contain; }
      .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%;
        margin: 0 auto;
        max-width: 75rem;
        width: 100%; }
        .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents {
          overflow-y: auto;
          padding-bottom: 1rem; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents #previewCartError {
            -ms-flex-align: center;
                align-items: center;
            background-color: #e5e5e5;
            display: hidden;
            font-size: 0.75rem;
            line-height: 1rem;
            margin-left: 1.125rem;
            margin-right: 1.125rem;
            margin-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0.875rem;
            padding-right: 0.875rem;
            padding-top: 0.5rem;
            position: relative;
            z-index: 10; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents #previewCartError::before {
              content: "!";
              font-size: 1rem;
              margin: 0 0.5rem;
              width: 3rem; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody {
            padding-bottom: 0;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 2.5rem;
            text-align: center; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody strong {
              font-size: 1.375rem;
              font-weight: bolder;
              letter-spacing: 0;
              line-height: 1.5rem; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody p {
              font-size: 0.875rem;
              font-weight: 400;
              letter-spacing: 0;
              line-height: 1.5rem;
              margin-top: 0.4375rem; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody img {
              height: auto !important;
              width: 100% !important; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody .minicart-link {
              background-color: #2c2a29;
              border-color: #2c2a29;
              border-radius: 0;
              border-width: 2px;
              color: #fff;
              display: inline-block;
              font-size: 0.875rem;
              font-weight: 400;
              letter-spacing: 0.025rem;
              line-height: 1.3125rem;
              margin-top: 2rem;
              min-width: 68%;
              padding-bottom: 0.625rem;
              padding-left: 2.25rem;
              padding-right: 2.25rem;
              padding-top: 0.5rem;
              text-align: center;
              text-decoration: none; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody .minicart-link::before {
                background-color: #2c2a29;
                bottom: 0;
                height: 1px;
                left: 50%;
                position: absolute;
                transition-duration: .3s;
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
                width: 50%; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCart-emptyBody .minicart-link::after {
                background-color: #2c2a29;
                bottom: 0;
                height: 1px;
                position: absolute;
                right: 50%;
                transition-duration: .3s;
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
                width: 50%; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%; }
            .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem {
              display: -ms-flexbox;
              display: flex;
              line-height: 19px;
              list-style: none;
              max-width: 75rem;
              min-height: 7.875rem;
              padding-bottom: 1.625rem !important;
              padding-left: 1rem !important;
              padding-right: 1rem !important;
              padding-top: 1.25rem !important;
              width: 100%; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem li {
                margin: 0; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--image {
                -ms-flex-item-align: start;
                    align-self: flex-start;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                height: 6rem;
                -ms-flex-pack: center;
                    justify-content: center;
                margin-right: 1rem;
                width: 6rem; }
                .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--image img {
                  display: block;
                  height: auto !important;
                  width: 100% !important; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content {
                display: -ms-grid;
                display: grid;
                -ms-grid-columns: (minmax(0, 1fr))[3];
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                -ms-grid-rows: auto auto;
                    grid-template-rows: auto auto;
                height: -webkit-fit-content;
                height: fit-content;
                min-height: 6rem;
                padding-left: 0;
                padding-right: 0;
                padding-top: 0.25rem;
                width: 100%; }
                .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name {
                  -ms-grid-column-span: 2;
                  -ms-grid-column: span 2;
                      grid-column: span 2/span 2; }
                  .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name a {
                    transition: color .15s ease; }
                    .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name a:hover, .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name a:focus {
                      color: #757575 !important;
                      text-decoration: none !important; }
                  .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name .previewCartItem-name {
                    font-size: 0.875rem;
                    font-weight: bolder;
                    line-height: 1.25rem;
                    margin: 0;
                    text-transform: none; }
                  .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name .previewCartItem-desc {
                    font-size: 0.75rem;
                    color: rgba(0, 0, 0, 0.8);
                    margin-bottom: 0.1875rem; }
                  .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name ul {
                    list-style: none;
                    margin-bottom: 0;
                    margin-left: 0;
                    padding-left: 0; }
                    .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--name ul li {
                      color: #565554;
                      font-size: 0.8125rem;
                      font-weight: 400;
                      letter-spacing: -0.2px;
                      line-height: 1.5rem;
                      margin: 0;
                      padding: 0; }
                .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--price {
                  font-size: 0.875rem;
                  font-weight: 600;
                  line-height: 1.5rem;
                  padding-left: 0.5rem;
                  text-align: right; }
                .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--quantity {
                  -ms-grid-column-span: 2;
                  -ms-grid-column: span 2;
                      grid-column: span 2/span 2;
                  margin-right: auto;
                  margin-top: 1.5rem;
                  place-self: end; }
                .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--button {
                  background: transparent;
                  border: none;
                  color: #565554;
                  font-size: 0.75rem;
                  font-weight: 600;
                  line-height: 1rem;
                  padding-bottom: 1px;
                  place-self: end;
                  text-align: right;
                  -webkit-text-decoration-line: underline;
                          text-decoration-line: underline; }
                  .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem .previewCartItem--content .previewCartItem--button:hover {
                    -webkit-text-decoration-line: none;
                            text-decoration-line: none; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem::before, .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem::after {
                content: " ";
                display: table; }
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartList .previewCartItem::after {
                clear: both; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart .previewCartContents .previewCartRule {
            border-top-color: #e5e5e5;
            border-top-width: 1px;
            padding-bottom: 0.5rem;
            padding-top: 2rem; }
        .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCart::after {
          clear: both;
          content: " ";
          display: table; }
      .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction {
        border-top: 1px solid #e5e5e5;
        border-top-width: 0;
        box-shadow: 3px -3px 8px 0 rgba(189, 189, 189, 0.12);
        display: block;
        margin-top: auto;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem; }
        .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart {
          float: left;
          padding-bottom: 0.5rem;
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          padding-top: 0.5rem;
          width: 100%; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart .previewCartTotal {
            display: -ms-flexbox;
            display: flex;
            font-size: 1rem;
            font-weight: 600;
            -ms-flex-pack: justify;
                justify-content: space-between;
            letter-spacing: 0; }
            @media only screen and (min-width: 768px) {
              .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart .previewCartTotal {
                line-height: 1.75rem; } }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart .previewCartLink {
            background-color: #2c2a29;
            border-radius: 0;
            border: 1px solid #000;
            color: #fff;
            display: inline-block;
            float: none;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 0.025rem;
            line-height: 1.3125rem;
            margin: 0;
            margin-top: 0.75rem !important;
            padding-bottom: 0.875rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            padding-top: 0.75rem;
            text-align: center;
            transition: all 0.15s ease;
            vertical-align: middle;
            width: 100%; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart .previewCartLink:hover {
            background-color: #fff;
            color: #000;
            text-decoration: none; }
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction .previewCartAction--viewCart .previewCartLink:focus-visible {
            outline: 2px solid #000;
            outline-offset: 2px; }
        @media only screen and (min-width: 320px) {
          .cart-preview-menu #cart-preview-dropdown #previewCartWrapper .previewCartAction {
            padding: 0.75rem 0.375rem; } }
  .cart-preview-menu .cart-preview-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 0.75rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 2rem;
    position: relative; }
    .cart-preview-menu .cart-preview-header button {
      -ms-flex-align: center;
          align-items: center;
      background: none;
      border: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      color: black; }
      .cart-preview-menu .cart-preview-header button:active {
        outline: none; }
    .cart-preview-menu .cart-preview-header strong {
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.5rem; }
      @media only screen and (min-width: 1280px) {
        .cart-preview-menu .cart-preview-header strong {
          font-size: 1.25rem; } }
  .cart-preview-menu .cart-preview-banner {
    -webkit-box-ordinal-group: 2;
    display: block;
    -ms-flex-order: 1;
        order: 1;
    margin-top: 0.75rem; }
    .cart-preview-menu .cart-preview-banner .cart-preview-banner-contents {
      -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .cart-preview-menu .cart-preview-banner .cart-preview-banner-contents .banner-explore-btn {
        background-color: #2c2a29;
        border-color: #2c2a29;
        border-radius: 0;
        border-width: 2px;
        color: #fff;
        display: inline-block;
        font-size: 0.875rem;
        font-weight: 400;
        letter-spacing: 0.025rem;
        line-height: 1.325rem;
        margin-top: 2rem;
        min-width: 68%;
        padding-bottom: 0.625rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-top: 0.5rem;
        text-align: center; }

.cart-preview-menu.show {
  left: auto !important;
  right: 0.3125rem;
  transform: translateX(0px); }
  @media only screen and (min-width: 768px) {
    .cart-preview-menu.show {
      right: 0; } }

.cart-preview-menu.show::before,
.cart-preview-menu.show::after {
  left: auto; }

.cart-preview-menu.show::before {
  border: inset 10px;
  border-bottom-style: solid;
  border-color: transparent transparent #ccc transparent;
  bottom: 100%;
  display: block;
  height: 0;
  left: 0.75rem;
  position: absolute;
  right: 0;
  width: 0; }
  @media only screen and (min-width: 768px) {
    .cart-preview-menu.show::before {
      right: 0.4rem; } }

.cart-preview-menu.show::after {
  border: inset 8px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  bottom: 100%;
  display: block;
  height: 0;
  left: 0.875rem;
  position: absolute;
  right: 0.125rem;
  width: 0; }
  @media only screen and (min-width: 768px) {
    .cart-preview-menu.show::after {
      right: 0.525rem; } }

.modal {
  height: 100vh; }
  .modal .modal-dialog {
    top: 50%; }

.modal.show .modal-dialog {
  transform: translateY(-50%) !important;
  top: 50%; }

.modal-backdrop {
  z-index: 50; }

@media only screen and (max-width: 1200px) {
  #sg-navbar-collapse {
    height: 100dvh;
    left: auto !important;
    margin-left: 0;
    max-width: 25rem !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateX(100%);
    transition-duration: 0.3s;
    width: 95%;
    z-index: 50; } }

@media only screen and (max-width: 1200px) {
  #sg-navbar-collapse.in {
    left: auto !important;
    right: 0.3125rem;
    transform: translateX(0px); } }
  @media only screen and (max-width: 1200px) and (min-width: 768px) {
    #sg-navbar-collapse.in {
      right: 0; } }

@media only screen and (max-width: 1200px) {
  #sg-navbar-collapse::before,
  #sg-navbar-collapse::after {
    left: auto; } }

.filter-button {
  -ms-flex-align: center;
      align-items: center;
  background: none !important;
  border: none !important;
  color: black;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.5625rem; }
  .filter-button .filter-icon {
    display: block;
    height: 1.5rem;
    margin-right: 1.25rem;
    min-height: 1.5rem;
    min-width: 1.5rem;
    width: 1.5rem; }
  .filter-button:active {
    outline: none; }
  @media only screen and (min-width: 768px) {
    .filter-button {
      font-size: 1.25rem; } }

.sort-options {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-fit-content;
  min-width: fit-content; }
  .sort-options .result-count {
    color: #2c2a29 !important;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-right: 2rem;
    margin-top: 0 !important;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .sort-options .result-count {
        display: block; } }
  .sort-options .refinement-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin: 0;
    max-width: none; }
    .sort-options .refinement-btn label {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.5625rem;
      margin-bottom: 0 !important;
      white-space: nowrap; }
    .sort-options .refinement-btn select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="24" height="24"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"/></svg>');
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 1em;
      border: none;
      font-size: 1rem;
      line-height: 1.5625rem;
      margin-left: 0.25rem;
      min-width: -webkit-fit-content;
      min-width: fit-content;
      padding-right: 30px;
      text-transform: none;
      width: 100%; }
      .sort-options .refinement-btn select::-ms-expand {
        display: none; }
    .sort-options .refinement-btn::before, .sort-options .refinement-btn::after {
      content: " ";
      display: table; }
    .sort-options .refinement-btn::after {
      clear: both; }
  @media only screen and (min-width: 768px) {
    .sort-options {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }

.grid-header {
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  left: 0;
  right: 0; }
  .grid-header .filter-bar {
    width: 100%; }

@media only screen and (max-width: 767px) {
  .hero.category-banner {
    height: 12rem !important; } }

@media only screen and (min-width: 768px) {
  .hero.category-banner {
    max-height: 15.625rem; } }

.hero.category-banner .container {
  z-index: 10; }
  @media only screen and (min-width: 1200px) {
    .hero.category-banner .container {
      max-width: 1728px; } }

.hero.category-banner .page-title h1 {
  -webkit-text-stroke: 0 !important;
  display: block;
  font-family: "Baloo2-Regular" !important;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  max-width: 1920px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .hero.category-banner .page-title h1 {
      font-size: 2.25rem;
      line-height: 2.75rem;
      margin-bottom: 0.75rem;
      margin-top: 0.75rem; } }

.hero.category-banner .breadcrumb {
  border-bottom: none !important;
  padding: 0 !important; }
  .hero.category-banner .breadcrumb .breadcrumb-item a {
    color: white !important; }
  .hero.category-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important; }
  @media only screen and (min-width: 1200px) {
    .hero.category-banner .breadcrumb {
      max-width: 100% !important; } }

.fade-to-black {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 19.31%, rgba(0, 0, 0, 0) 56.11%);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.beanie-logo {
  width: 116px !important;
  max-width: 100% !important; }
  @media only screen and (min-width: 1200px) {
    .beanie-logo {
      width: 348px !important; } }

.bouncers-logo {
  width: 116px !important; }
  @media only screen and (min-width: 1200px) {
    .bouncers-logo {
      width: 348px !important; } }

.ty-heart-link {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 1200px) {
    .ty-heart-link {
      top: 50%;
      transform: translateX(-50%) translateY(-50%); } }

.ty-heart-logo {
  height: 104px;
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 2px 0 white); }
  @media only screen and (min-width: 768px) {
    .ty-heart-logo {
      height: 96px; } }

@media only screen and (max-width: 1200px) {
  .main-menu {
    background: #e5e5e5;
    background-color: #fff;
    border: 1px solid #ccc;
    border-width: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 1rem;
    height: 100dvh;
    left: auto !important;
    list-style: none;
    margin-left: 0;
    overflow-y: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateX(100%);
    transition-duration: 0.3s;
    width: 100%;
    z-index: 60; }
    .main-menu .main-menu-header {
      -webkit-box-align: center;
      -webkit-box-pack: justify;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-bottom: 0.65rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.65rem;
      border-bottom: 3px solid red;
      width: 100%; }
      .main-menu .main-menu-header div:first-child {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
      .main-menu .main-menu-header .main-menu-toggle {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        text-align: right; }
        .main-menu .main-menu-header .main-menu-toggle button {
          background-color: rgba(0, 0, 0, 0.05);
          border: none;
          border-radius: 100%;
          color: black;
          display: inline-block;
          font-size: 0;
          height: 2rem;
          left: 0;
          overflow: hidden;
          position: relative;
          width: 2rem; }
          .main-menu .main-menu-header .main-menu-toggle button:active {
            outline: none; }
    .main-menu .navPages {
      height: 100%;
      display: block; }
      .main-menu .navPages .navPages-list {
        list-style: none;
        background: #fff;
        margin: 0;
        padding: 1.5rem 0 1.5rem 0; }
        .main-menu .navPages .navPages-list .navPages-item {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          .main-menu .navPages .navPages-list .navPages-item a {
            color: #2c2a29;
            display: block;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 50px;
            padding: 0 !important;
            text-decoration: none;
            text-transform: none; }
          .main-menu .navPages .navPages-list .navPages-item p {
            margin-bottom: 0 !important; }
          .main-menu .navPages .navPages-list .navPages-item .navPages-action {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-align: center;
                align-items: center;
            letter-spacing: 0;
            line-height: 50px;
            text-transform: none;
            font-family: "Baloo2-ExtraBold";
            font-size: 24px;
            font-weight: 400;
            color: #2c2a29;
            background-color: transparent;
            border: none;
            padding: 0 1rem !important;
            width: 100%; }
            .main-menu .navPages .navPages-list .navPages-item .navPages-action p {
              font-weight: 700; }
            .main-menu .navPages .navPages-list .navPages-item .navPages-action svg {
              -webkit-transform: rotate(90deg);
              display: inline-block;
              width: 20px;
              height: 20px !important;
              transform: rotate(90deg);
              transition: transform 0.3s ease-in-out;
              stroke-width: 4px; }
            .main-menu .navPages .navPages-list .navPages-item .navPages-action:active, .main-menu .navPages .navPages-list .navPages-item .navPages-action:focus {
              outline: none; }
          .main-menu .navPages .navPages-list .navPages-item .navPages-action.holiday-specials p {
            color: red; }
          .main-menu .navPages .navPages-list .navPages-item .nav-link {
            padding: 0 1rem !important; }
      .main-menu .navPages .navPages-list-footer {
        background-color: #2c2a29 !important;
        padding-bottom: 5rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem; }
        .main-menu .navPages .navPages-list-footer .navPages-item a {
          color: #fff;
          font-size: .875rem !important;
          letter-spacing: 0;
          line-height: 1.25rem;
          text-transform: capitalize !important; }
        .main-menu .navPages .navPages-list-footer .navPages-item:nth-child(2) {
          margin-top: 1rem; }
      .main-menu .navPages .mobile-menu {
        background: #fff !important; }
        .main-menu .navPages .mobile-menu i, .main-menu .navPages .mobile-menu svg {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
              justify-content: center;
          margin-right: .0625rem;
          position: relative;
          will-change: transform; }
        .main-menu .navPages .mobile-menu .mobile-menu-icon {
          left: -.6125rem;
          width: 2.1875rem !important;
          stroke-width: 2px !important; }
        .main-menu .navPages .mobile-menu .wishlist-action,
        .main-menu .navPages .mobile-menu .login-action {
          -ms-flex-pack: start !important;
              justify-content: start !important; }
        .main-menu .navPages .mobile-menu .navPages-action .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
        .main-menu .navPages .mobile-menu .user-menu {
          padding-top: 0.5rem;
          padding-bottom: 1rem; }
          .main-menu .navPages .mobile-menu .user-menu li {
            margin-bottom: 0.875rem; }
            .main-menu .navPages .mobile-menu .user-menu li a {
              line-height: 1.25rem !important;
              padding-left: 2.25rem !important; } }
        @media only screen and (max-width: 1200px) and (min-width: 1200px) {
          .main-menu .navPages .mobile-menu .user-menu {
            padding-top: 0;
            padding-bottom: 0; }
            .main-menu .navPages .mobile-menu .user-menu li {
              margin-bottom: 0; }
              .main-menu .navPages .mobile-menu .user-menu li a {
                line-height: 2.5rem !important;
                padding-left: 1.5rem !important; } }

@media only screen and (max-width: 1200px) {
        .main-menu .navPages .mobile-menu .language-selector {
          border-bottom: 0 !important;
          padding: 0 !important; }
      .main-menu .navPages .navPages-list + .navPages-list {
        padding-top: 1.5rem; } }

.main-menu.show {
  left: auto !important;
  right: 0.3125rem;
  transform: translateX(0px); }
  @media only screen and (min-width: 768px) {
    .main-menu.show {
      right: 0; } }

#searchbar {
  height: calc(100% + 0.5rem);
  top: -0.25rem; }
  @media only screen and (min-width: 576px) {
    #searchbar {
      height: calc(100% + 0.75rem);
      top: -0.25rem; } }
  @media only screen and (min-width: 768px) {
    #searchbar {
      height: calc(100% + 1.25rem);
      top: -0.25rem; } }
  @media only screen and (min-width: 1200px) {
    #searchbar {
      height: calc(100% + 0.25rem);
      top: -0.125rem; } }
  @media only screen and (max-width: 1199px) {
    #searchbar {
      position: absolute;
      z-index: 20; } }

header nav .site-search .search-field-input {
  width: 100% !important; }
  @media only screen and (min-width: 1200px) {
    header nav .site-search .search-field-input {
      width: 200px; } }

.dropdown-toggle::after {
  display: none !important; }

.navPage-subMenu-list {
  padding-left: 0 !important; }

.navPage-subMenu-item {
  list-style-type: none;
  padding: 0 0 0 1.5rem !important; }
  .navPage-subMenu-item #All-Ty-Products {
    font-size: 18px !important; }

.navPage-subMenu-action,
.navPage-subMenu-item {
  line-height: 2.5rem;
  padding-left: 1rem !important; }
  .navPage-subMenu-action a,
  .navPage-subMenu-item a {
    font-size: .9375rem !important;
    font-weight: 400;
    letter-spacing: -.01rem;
    text-transform: none; }

.navPages-action.collapsed svg {
  transform: rotate(0deg) !important; }

.dropdown--quickSearch {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  left: 0;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 20; }

.search-desktop {
  position: absolute;
  left: 1rem;
  top: 0.375rem;
  width: 15rem; }
  @media only screen and (min-width: 1200px) {
    .search-desktop {
      width: 18rem; } }

.header-quick-search {
  margin: 0 0 1.5rem;
  position: relative; }
  .header-quick-search .form-fieldset {
    border-width: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .header-quick-search .form-fieldset .search-field {
      -ms-flex-align: center;
          align-items: center;
      background-color: #f5f5f5;
      border-color: #ccc;
      border-radius: 0.25rem;
      border-style: solid;
      border-width: 1px;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      line-height: 1.5625rem;
      margin: 0 0 2rem;
      max-width: none;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem;
      padding-top: 0.5rem;
      width: 100%; }
      .header-quick-search .form-fieldset .search-field svg {
        display: inline-block;
        height: 1.5rem;
        width: 2rem; }
      .header-quick-search .form-fieldset .search-field .search-field-input {
        background-color: transparent;
        border-color: #ccc;
        border-style: none;
        border-width: 1px;
        color: #2c2a29;
        display: block;
        font-size: 1rem;
        height: auto !important;
        line-height: 1.5625rem;
        margin-left: 0.5rem;
        outline-offset: -2px;
        padding: 0; }
      .header-quick-search .form-fieldset .search-field .search-field:focus {
        outline: none;
        border-color: inherit;
        box-shadow: none; }
      .header-quick-search .form-fieldset .search-field::before, .header-quick-search .form-fieldset .search-field::after {
        content: " ";
        display: table; }
      .header-quick-search .form-fieldset .search-field::after {
        clear: both; }

.reset-button {
  background: transparent;
  border: none;
  color: black !important; }

.suggestions-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 999999;
  opacity: 1;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  transform: translate3d(0, 0, 0);
  -ms-touch-action: none;
      touch-action: none; }
  @media only screen and (max-width: 768px) {
    .suggestions-wrapper {
      width: calc(100% - 1rem) !important;
      top: 50px !important; } }
  .suggestions-wrapper .suggestions {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12549);
    position: relative !important; }
    .suggestions-wrapper .suggestions .suggestions-doyoumean {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
      .suggestions-wrapper .suggestions .suggestions-doyoumeandiv {
        min-width: 1px;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
        padding: 0 20px 0 0; }
      .suggestions-wrapper .suggestions .suggestions-doyoumeandiv:last-child {
        padding-right: 0; }
    .suggestions-wrapper .suggestions .suggestions-results .suggestions-products .suggestions-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin: 0 -10px; }
      .suggestions-wrapper .suggestions .suggestions-results .suggestions-products .suggestions-items .product-suggestion-card {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        padding: 0 10px;
        margin: 0 0 20px 0;
        width: 50%; }
    .suggestions-wrapper .suggestions .suggestions-results .suggestions-search a {
      line-height: 1.2;
      font-size: 16px;
      color: #2c2a29;
      text-align: left; }
      .suggestions-wrapper .suggestions .suggestions-results .suggestions-search a .icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        width: 12px;
        height: 12px;
        line-height: 12px; }
        .suggestions-wrapper .suggestions .suggestions-results .suggestions-search a .icon svg {
          margin: 0 0 0 5px;
          position: relative;
          stroke-width: 5px;
          top: 1px; }
    .suggestions-wrapper .suggestions .suggestions-results::after {
      content: "";
      display: block;
      height: 20px;
      margin: 0 -20px;
      background-color: #fff;
      position: relative;
      z-index: 2; }
    @media only screen and (max-width: 543.98px) {
      .suggestions-wrapper .suggestions {
        display: block !important; } }
  .suggestions-wrapper .suggestions > div {
    min-width: 1px;
    padding: 20px;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 1.5; }
    .suggestions-wrapper .suggestions > div::after {
      content: "";
      display: block;
      width: auto;
      height: 1px;
      background-color: #e5e5e5;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }

.filter-menu {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  top: calc(100% - 1.5rem); }
  .filter-menu .filter-list {
    background-color: #f5f5f5;
    padding-top: 0;
    padding-bottom: 2.5rem;
    padding: 1rem;
    position: relative;
    width: 100vw; }
    .filter-menu .filter-list #closeFilterButton {
      width: 24px;
      height: 24px;
      opacity: 100% !important; }
      .filter-menu .filter-list #closeFilterButton svg {
        width: 100%;
        height: auto; }
      .filter-menu .filter-list #closeFilterButton:active {
        outline: none; }
    .filter-menu .filter-list #clearFiltersButton {
      background-color: transparent;
      border: none;
      display: block;
      font-size: 1rem;
      line-height: 1.5625rem;
      margin-bottom: 1rem;
      text-decoration: underline; }
    .filter-menu .filter-list #closeFiltersButton {
      font-weight: 600;
      font-size: 1.25rem;
      background-color: #fff;
      border-color: #33cee5;
      border-style: solid;
      border-width: 2px;
      margin-top: 1.25rem;
      display: inline-block;
      border-radius: 0;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      text-align: center;
      transition: 0.15s ease;
      vertical-align: middle;
      line-height: 1.25rem;
      color: #2c2a29;
      width: 100%; }
      .filter-menu .filter-list #closeFiltersButton:hover {
        background-color: #33cee5;
        border-color: #565554;
        color: #2c2a29; }
      .filter-menu .filter-list #closeFiltersButton:active {
        background-color: #ccf3f8;
        border-color: #ccf3f8; }
      .filter-menu .filter-list #closeFiltersButton:focus {
        border-width: 2px;
        border-color: #2c2a29;
        background-color: #33cee5;
        color: #2c2a29; }
      .filter-menu .filter-list #closeFiltersButton:focus-visible {
        outline: 2px solid #33cee5;
        outline-offset: 1px !important; }
    @media only screen and (min-width: 1200px) {
      .filter-menu .filter-list {
        margin-left: 3rem; } }
    @media only screen and (min-width: 768px) {
      .filter-menu .filter-list {
        width: -webkit-min-content;
        width: min-content;
        margin-left: 1rem;
        min-width: 25rem;
        padding: 2.75rem 2rem 2rem 2rem; } }
  .filter-menu .filter-list.show {
    display: block; }
  @media only screen and (min-width: 768px) {
    .filter-menu {
      min-width: 25rem; } }

.wishlist-mobile-container {
  border-top: none !important; }

.refinements .refinement {
  background-color: transparent; }
  .refinements .refinement .card-header {
    background-color: transparent; }
    .refinements .refinement .card-header .accordion-navigation {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-style: none;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      background-color: transparent;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: row;
          flex-direction: row;
      padding-right: 1rem;
      position: relative;
      text-decoration: none;
      margin-bottom: 0 !important;
      color: black; }
      .refinements .refinement .card-header .accordion-navigation p {
        position: relative;
        color: #2c2a29;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: 0; }
      .refinements .refinement .card-header .accordion-navigation svg {
        -webkit-transform: rotate(90deg);
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        transform: rotate(180deg);
        min-width: 1.5rem;
        min-height: 1.5rem; }
      .refinements .refinement .card-header .accordion-navigation:focus {
        outline-color: #33cee5;
        outline-width: 2px;
        outline-style: solid; }
    .refinements .refinement .card-header .accordion-navigation.collapsed svg {
      transform: rotate(0deg) !important; }
  .refinements .refinement .card-body {
    padding: 0.5rem !important; }
    .refinements .refinement .card-body .values {
      margin-bottom: .75rem !important;
      font-size: 1.15rem; }
      .refinements .refinement .card-body .values li {
        margin-bottom: 5px; }
        .refinements .refinement .card-body .values li button {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          gap: 12px; }
          .refinements .refinement .card-body .values li button svg {
            display: inline-block;
            width: 2rem;
            height: 2rem; }

#removeProductModal,
#removeCouponModal {
  font-size: 1.25rem; }
  #removeProductModal .modal-dialog .modal-content,
  #removeCouponModal .modal-dialog .modal-content {
    border-radius: 0;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 240px; }
    #removeProductModal .modal-dialog .modal-content .delete-confirmation-body,
    #removeCouponModal .modal-dialog .modal-content .delete-confirmation-body {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      text-align: center; }
      #removeProductModal .modal-dialog .modal-content .delete-confirmation-body .delete-confirmation-item,
      #removeCouponModal .modal-dialog .modal-content .delete-confirmation-body .delete-confirmation-item {
        color: #D0312D; }
    #removeProductModal .modal-dialog .modal-content .modal-footer,
    #removeCouponModal .modal-dialog .modal-content .modal-footer {
      border-top: 0 !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 2rem; }

.btn-cancel {
  background: linear-gradient(to top, #D0312D, tomato);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  color: white;
  font-weight: 400;
  margin-left: 0 !important; }
  .btn-cancel:hover {
    background: linear-gradient(to top, #D0312D, tomato);
    color: white; }
  .btn-cancel:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.2) !important; }

.tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#maincontent .search-results .search-container {
  padding-top: 5rem; }

.grid-base {
  max-width: 100% !important;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-base {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .grid-base {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media only screen and (min-width: 1440px) {
    .grid-base {
      padding-left: 6rem;
      padding-right: 6rem; } }

footer {
  background-color: #E5EFF7; }
  footer .footer-item {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    footer .footer-item button.title {
      cursor: pointer; }
  footer .social-container {
    margin-top: 0 !important; }
    footer .social-container .title {
      margin-bottom: 1rem !important; }
      @media only screen and (min-width: 576px) {
        footer .social-container .title {
          margin-bottom: 1.5625rem; } }
  footer .ty-heart-footer {
    width: 150px; }

.price .default-price .sales {
  font-size: 1rem !important; }
  @media only screen and (min-width: 576px) {
    .price .default-price .sales {
      font-size: 1.15rem !important; } }

#product-search-results .filter-bar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  #product-search-results .filter-bar ul {
    margin-bottom: 0; }
    #product-search-results .filter-bar ul li {
      background: #f5f5f5;
      border: none; }

.filter-value button::after {
  top: 50% !important;
  transform: translateY(-50%); }

.promotion-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ddd; }
  .promotion-information .promotion-name {
    font-size: 0.938rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    width: 50%; }
  .promotion-information .applied-promotion-discount {
    font-size: 0.875rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    width: 50%; }

#applyPromoCode {
  margin-top: 1rem; }
  #applyPromoCode .promo-code-form .form-group {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-header .modal-title,
  .modal-dialog .modal-header .product-name {
    font-size: 1.5rem !important; } }

.remove-coupon {
  background-color: #e5e5e5;
  border: none;
  border-radius: 50%;
  height: 1.125rem;
  padding: 0.1875rem;
  width: 1.125rem; }
  .remove-coupon svg {
    vertical-align: top; }
  .remove-coupon:focus {
    outline: none; }

.product-carousel-title {
  position: relative; }
  .product-carousel-title h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-wrap: nowrap; }
  @media only screen and (min-width: 768px) {
    .product-carousel-title object {
      transform: scale(75%); } }
  @media only screen and (min-width: 1024px) {
    .product-carousel-title object {
      transform: scale(50%); } }

.carousel-title, .brand-grid-title, .storepage h2, .storepage h3 {
  font-family: "Inter-Regular" !important;
  font-size: 32px !important;
  font-weight: 700 !important; }
  @media only screen and (max-width: 767px) {
    .carousel-title, .brand-grid-title, .storepage h2, .storepage h3 {
      font-size: 28px !important; } }
  @media only screen and (max-width: 575px) {
    .carousel-title, .brand-grid-title, .storepage h2, .storepage h3 {
      font-size: 22px !important;
      line-height: 2rem;
      white-space: nowrap; } }
  @media only screen and (max-width: 419px) {
    .carousel-title, .brand-grid-title, .storepage h2, .storepage h3 {
      white-space: normal; } }

.add-to-cart-messages:has(> .alert-success:first-child) {
  display: none !important; }

.d-invisible {
  visibility: hidden; }

.info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ededed;
  margin: 0 1rem 3rem 1rem;
  padding: 1rem;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .info-block {
      margin: 0 2.5rem 3rem 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .info-block {
      margin: 0 5rem 3rem 5rem;
      padding: 1rem 3rem; } }
  @media only screen and (min-width: 1440px) {
    .info-block {
      margin: 0 6rem 3rem 6rem; } }
  @media only screen and (max-width: 575px) {
    .info-block {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: start; } }

.strike-through {
  text-decoration: line-through; }

.cart-empty {
  margin-bottom: 5rem; }

.ty-logo-menu {
  height: 40px;
  width: auto;
  pointer-events: none; }

.ty-logo-menu-mini {
  height: 20px;
  width: auto;
  pointer-events: none; }

.menu-functions-list {
  padding-left: 0 !important; }
  .menu-functions-list li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 0.65rem;
    padding-bottom: 0.65rem; }
    .menu-functions-list li .menu-functions-list-item {
      padding: 0 1rem; }

.menu-follow-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .menu-follow-us span {
    font-family: "Baloo2-ExtraBold";
    font-size: 24px; }
  .menu-follow-us ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding-left: 0 !important;
    max-width: 200px; }
    .menu-follow-us ul li {
      list-style-type: none; }
      .menu-follow-us ul li a {
        border-radius: 100%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 25px;
        height: 25px; }
        .menu-follow-us ul li a svg {
          fill: white;
          height: 24px;
          padding: 5px; }
  .menu-follow-us .menu-fb-link {
    background-color: #1877F2; }
  .menu-follow-us .menu-x-link {
    background-color: #F17720; }
  .menu-follow-us .menu-ig-link {
    background-color: #FF1493; }
  .menu-follow-us .menu-yt-link {
    background-color: #FF0000; }
  .menu-follow-us .menu-p-link {
    background-color: #E60023; }

#homepage .slick-slider {
  height: 150px; }
  @media (max-width: 767px) {
    #homepage .slick-slider {
      height: 100px; } }

#homepage .slick-list,
#homepage .slick-track {
  height: 100%; }

#homepage .slick-slide {
  height: 100%; }
  #homepage .slick-slide > div {
    height: 100%; }

#homepage .experience-commerce_assets-photoTile {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.experience-commerce_assets-productTile,
.region {
  height: 100%; }

.slick-slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, white 0%, transparent 15%, transparent 85%, white 100%);
  z-index: 10;
  pointer-events: none; }
  @media only screen and (min-width: 576px) {
    .slick-slider::before {
      background: linear-gradient(to right, white 0%, transparent 5%, transparent 95%, white 100%); } }

.product-detail .slick-slider::before {
  background: linear-gradient(to right, white 0%, transparent 5%, transparent 95%, white 100%) !important; }

.buy-all img {
  width: 20px; }

@media only screen and (min-width: 992px) {
  .buy-all {
    font-size: 1.25rem; }
    .buy-all img {
      width: 25px; } }

.mobile-2r-2c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.mobile-1r-3c {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }

.carousel-title {
  background-color: #f5a623;
  border: 2px solid #f5a623;
  min-width: 320px;
  filter: drop-shadow(0 5px 3px orange); }

.product-collection .carousel-title {
  font-family: "Inter-Bold" !important;
  font-weight: 800 !important; }

.logo-carousel {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .logo-carousel {
      background-color: #F1FFD1;
      filter: drop-shadow(0 5px 3px orange); } }

.js-product-group {
  position: relative;
  padding-bottom: 30px;
  background-color: transparent; }

@media only screen and (max-width: 767px) {
  .experience-products .experience-commerce_layouts-logoTileGroup:not(:last-child) .js-product-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: linear-gradient(to top, transparent, #ffd580); } }

#recommendationsModal .modal-content {
  background: linear-gradient(to top, #F6EEEE, white, #F6EEEE);
  border-radius: 1rem; }

#recommendationsModal .modal-header {
  border: none; }
  #recommendationsModal .modal-header h3 {
    font-family: "Inter-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration: underline;
    width: 100%;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0.1);
            text-decoration-color: rgba(0, 0, 0, 0.1);
    text-underline-offset: 5px;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed; }

#recommendationsModal .modal-body {
  padding: 1rem 1rem 0.5rem 1rem; }
  #recommendationsModal .modal-body .recommended-items {
    border-top: 1px dashed rgba(0, 0, 0, 0.2); }
    #recommendationsModal .modal-body .recommended-items .item-price {
      font-size: 13px; }
    #recommendationsModal .modal-body .recommended-items .coming-soon {
      text-align: center;
      font-weight: 600;
      color: green;
      font-size: 14px; }
  #recommendationsModal .modal-body .recommended-items > div:first-child {
    border-right: 1px dashed rgba(0, 0, 0, 0.2); }
  #recommendationsModal .modal-body .recommended-item-image img {
    width: 100%;
    height: auto; }
  #recommendationsModal .modal-body .item-logo {
    margin-bottom: 10px; }
    #recommendationsModal .modal-body .item-logo img {
      width: 62px;
      height: auto; }
  #recommendationsModal .modal-body .selected-item .item-logo img {
    width: 117px !important; }
  #recommendationsModal .modal-body .selected-item .logo {
    height: 71px !important; }
  #recommendationsModal .modal-body .recommended-items .logo {
    height: 30px !important; }
  #recommendationsModal .modal-body .item-family {
    margin-bottom: 10px; }
    #recommendationsModal .modal-body .item-family .logo {
      position: static !important;
      transform: none !important; }
  #recommendationsModal .modal-body .item-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }
  #recommendationsModal .modal-body .item-checkbox {
    accent-color: #13BA13;
    transform: scale(1.25); }
  #recommendationsModal .modal-body .quickBuy {
    width: 95px !important; }

#recommendationsModal .modal-footer {
  border: none !important;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 0 0.75rem 0; }
  #recommendationsModal .modal-footer .selected-item-name {
    font-family: "Inter-Bold";
    font-size: 24px;
    text-transform: uppercase; }
  #recommendationsModal .modal-footer .buy-all {
    width: 136px; }
  #recommendationsModal .modal-footer .recommendations-total {
    font-family: "Inter-Regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; }

.quickBuy, .toggleQuickBuy {
  line-height: 1rem;
  padding: 0.5rem;
  height: 34px; }
  .quickBuy img, .toggleQuickBuy img {
    width: 16px !important;
    height: auto; }

.quickBuy:disabled, .toggleQuickBuy:disabled {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
  cursor: not-allowed;
  opacity: 0.5;
  font-size: 16px;
  padding: 0 !important; }

.availability-msg {
  color: #4B9428;
  font-size: 18px;
  font-family: "Inter-Bold";
  font-weight: 800;
  margin-bottom: 0 !important;
  position: absolute;
  top: 2.25rem;
  line-height: 1.25rem;
  text-wrap: nowrap; }
  .availability-msg li {
    padding-bottom: 0.75rem !important; }

.product-collection .recommended-products {
  height: 300px; }
  .product-collection .recommended-products > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  .product-collection .recommended-products input {
    accent-color: #13BA13;
    transform: scale(1.25); }
    @media only screen and (min-width: 992px) {
      .product-collection .recommended-products input {
        transform: scale(1.75); } }
  .product-collection .recommended-products .recommended-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .product-collection .recommended-products .recommended-image img {
      width: 100%;
      max-width: 150px; }
  .product-collection .recommended-products .recommended-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .product-collection .recommended-products .recommended-logo img {
      width: 50%; }

.product-collection .collection-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .product-collection .collection-footer .collection-price {
    font-size: 24px;
    font-family: "Inter-Bold";
    font-weight: 800; }
  .product-collection .collection-footer .collection-availability {
    color: #4B9428;
    font-size: 18px;
    font-family: "Inter-Bold";
    font-weight: 800; }

.tile-image[title$="B"] {
  padding: 0.75rem !important; }
