@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: #012B7C;
  --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: #012B7C;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #001130;
    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: #b8c4da; }

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

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

.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: #0257fa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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(1, 43, 124, 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: #012B7C;
  border-color: #012B7C; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #011e56;
    border-color: #011949; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #011e56;
    border-color: #011949;
    box-shadow: 0 0 0 0.2rem rgba(39, 75, 144, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #012B7C;
    border-color: #012B7C; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #011949;
    border-color: #00153d; }
    .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(39, 75, 144, 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: #012B7C;
  border-color: #012B7C; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #012B7C;
    border-color: #012B7C; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #012B7C;
    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: #012B7C;
    border-color: #012B7C; }
    .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(1, 43, 124, 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: #012B7C;
  text-decoration: none; }
  .btn-link:hover {
    color: #001130;
    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: #012B7C; }
  .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: #012B7C;
    background-color: #012B7C; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0257fa; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #3278fd;
    border-color: #3278fd; }
  .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: #012B7C;
  background-color: #012B7C; }

.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(1, 43, 124, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 43, 124, 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(1, 43, 124, 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(1, 43, 124, 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: #0257fa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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: #0257fa;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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(1, 43, 124, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #012B7C;
    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: #3278fd; }
  .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: #012B7C;
    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: #3278fd; }
  .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: #012B7C;
    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: #3278fd; }
  .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: #012B7C; }

.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: #012B7C;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #001130;
    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(1, 43, 124, 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: #012B7C;
  border-color: #012B7C; }

.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: #012B7C; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #011949; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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: #011640;
  background-color: #ccd5e5;
  border-color: #b8c4da; }
  .alert-primary hr {
    border-top-color: #a7b6d1; }
  .alert-primary .alert-link {
    color: #00050e; }

.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: #012B7C;
  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: #012B7C;
    border-color: #012B7C; }
  .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: #011640;
  background-color: #b8c4da; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #011640;
    background-color: #a7b6d1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #011640;
    border-color: #011640; }

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #011949 !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: #012B7C !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: #012B7C !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #001130 !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: #012B7C; }

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: #012B7C; }
  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: #012B7C;
        color: #012B7C; }
      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: #012B7C;
      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: #012B7C; }
  .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: #012B7C;
  border-top: 1px solid #012B7C; }
  .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: #012B7C; }
  .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: #012B7C; }

.menu-toggleable-left.in .close-menu {
  background-color: #012B7C;
  border-color: #012B7C; }

.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: #012B7C; }
  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: #012B7C; }
    footer .back-to-top i.fa-arrow-up {
      color: #FFFFFF; }
  footer .footer-copy-container {
    background-color: #012B7C;
    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: #012B7C !important;
    background-color: #FFFFFF; }

.product-tile .tile-body .pdp-link .link {
  color: #012B7C !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: #012B7C; }

.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: #012B7C; }
  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: #012B7C; }
  .card .card-header::after {
    content: none; }
  .card .card-header .card-header-custom,
  .card .card-header .profile-header {
    color: #012B7C; }
  .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: #012B7C; }

.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: #012B7C;
  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: #012B7C;
  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: #012B7C; }
    .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: #012B7C; }
              .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: #012B7C; }
            .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: #012B7C;
              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: #012B7C; }
              .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: #012B7C;
                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: #012B7C; }
              .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: #012B7C; }
          .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: #012B7C;
            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: #012B7C; }
    .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: #012B7C; }
      .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: #012B7C;
      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: #012B7C;
        border-color: #012B7C; }
        .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: #012B7C;
  --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: #012B7C;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #001130;
    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: #b8c4da; }

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

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

.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: #0257fa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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(1, 43, 124, 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: #012B7C;
  border-color: #012B7C; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #011e56;
    border-color: #011949; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #011e56;
    border-color: #011949;
    box-shadow: 0 0 0 0.2rem rgba(39, 75, 144, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #012B7C;
    border-color: #012B7C; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #011949;
    border-color: #00153d; }
    .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(39, 75, 144, 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: #012B7C;
  border-color: #012B7C; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #012B7C;
    border-color: #012B7C; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #012B7C;
    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: #012B7C;
    border-color: #012B7C; }
    .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(1, 43, 124, 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: #012B7C;
  text-decoration: none; }
  .btn-link:hover {
    color: #001130;
    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: #012B7C; }
  .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: #012B7C;
    background-color: #012B7C; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0257fa; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #3278fd;
    border-color: #3278fd; }
  .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: #012B7C;
  background-color: #012B7C; }

.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(1, 43, 124, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 43, 124, 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(1, 43, 124, 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(1, 43, 124, 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: #0257fa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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: #0257fa;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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(1, 43, 124, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(1, 43, 124, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #012B7C;
    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: #3278fd; }
  .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: #012B7C;
    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: #3278fd; }
  .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: #012B7C;
    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: #3278fd; }
  .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: #012B7C; }

.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: #012B7C;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #001130;
    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(1, 43, 124, 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: #012B7C;
  border-color: #012B7C; }

.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: #012B7C; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #011949; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 43, 124, 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: #011640;
  background-color: #ccd5e5;
  border-color: #b8c4da; }
  .alert-primary hr {
    border-top-color: #a7b6d1; }
  .alert-primary .alert-link {
    color: #00050e; }

.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: #012B7C;
  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: #012B7C;
    border-color: #012B7C; }
  .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: #011640;
  background-color: #b8c4da; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #011640;
    background-color: #a7b6d1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #011640;
    border-color: #011640; }

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #011949 !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: #012B7C !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: #012B7C !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #001130 !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: #012B7C;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid #012B7C;
    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: #012B7C;
      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: #012B7C !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: #012B7C !important; }
    .product-detail .accordion .card .card-header .btn.btn-link::after {
      color: #012B7C;
      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: #012B7C; }

.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: #012B7C;
  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: #012B7C; }
  .content-asset-container .content-header {
    margin: 0 0 1.6875rem;
    padding: 0 0 1.125rem;
    border-bottom: 1px #012B7C 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: #012B7C; }

.login-page:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 0 1.875rem;
  border-top: 1px solid #012B7C; }

.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: #012B7C;
  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: #012B7C !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: #012B7C;
  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: #404040; }
    .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: #404040; }
  .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: #012B7C; }
  .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: #012B7C; }
  @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: #012B7C; }

.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: #012B7C; }

.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: #012B7C; }

.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 .row .line-item-total-price-amount {
        font-family: "Inter-Bold";
        font-size: 1.25rem;
        color: #2B2047; }
    .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: #012B7C; }
    .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: #012B7C;
      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: #012B7C; }
  .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: #404040; }
    #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: #404040; }
  #checkout-main .card .card-body {
    padding: 1.25rem 0; }

#checkout-main .custom-select {
  height: 3.5rem; }

#checkout-main .shipping-address .phone-information {
  padding-left: 0;
  text-align: end; }
  #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; }

#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-section-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter-Bold"; }

#checkout-main .shipping-summary .address-summary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }

#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: #012B7C; }

.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: #012B7C;
    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: #012B7C; }
  .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: #012B7C;
        border-color: #012B7C;
        outline: 0;
        border: 1px solid #012B7C; }
  .login-page #password-reset {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #012B7C; }
    .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: #012B7C; }

.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: #012B7C;
    border-color: #012B7C; }

.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: #012B7C; }
  .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; }

.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 {
  padding-left: 0; }
  .product-detail .prices .price {
    text-align: left; }
    .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 .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 .cart-and-ipay .add-to-cart {
  margin-top: 0;
  border-radius: 0.625rem;
  width: 100%; }

.product-detail .accordion .card .card-header {
  border-bottom: 0.125rem solid #2B333F; }
  .product-detail .accordion .card .card-header .btn-link {
    font-family: "Inter-Bold";
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #2B333F; }

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

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

.global.wishlist-hide {
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem; }

.custom-checkbox.wishlist-hide {
  margin-top: 0.625rem; }

.wishlist-owner {
  color: #012B7C; }

.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: #012B7C;
    border-color: #012B7C;
    outline: 0;
    border: 1px solid #012B7C; }

.wishlistItemCards .d-lg-none {
  padding: 0; }
  .wishlistItemCards .d-lg-none .wishlist-edit-item-divider {
    width: 98%;
    border-top: unset; }

.login-oauth {
  display: none; }

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

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

.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: #012B7C;
    border-color: #012B7C;
    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: #012B7C;
  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: #012B7C;
  border-radius: 1.25rem; }
  .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus {
    color: #012B7C;
    background-color: #012B7C; }
  .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: #012B7C;
    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: #012B7C; }
  .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: #012B7C; }

.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 .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.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 .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 .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: #012B7C;
      color: #FFFFFF;
      cursor: pointer;
      padding: 8px;
      border-radius: 22px;
      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: #012B7C;
      color: #FFFFFF;
      cursor: pointer;
      padding: 8px;
      border-radius: 22px;
      font-size: 11px;
      position: fixed;
      bottom: 0;
      right: 20px; }

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

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

.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: #012B7C;
  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: #012B7C; }
    @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: #012B7C;
      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: #012B7C;
        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: #012B7C;
        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: #012B7C;
  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: #012B7C !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: #012B7C; }

.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: #012B7C;
  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: #012B7C;
      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: #012B7C; }
        .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: #012B7C; }
        .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: #012B7C; }
    .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: #012B7C;
            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: #012B7C;
    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; }

.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; }
  .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;
    height: 18.75rem; }
    .product-tile .tile-body .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%; }
    .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; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 575.98px) {
    .cart-and-ipay {
      padding-bottom: 0; } }

.hidden {
  display: none; }

.product-recommendations {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(101, 200, 255, 0.2) 100%);
  padding-top: 3.4375rem;
  padding-bottom: 2.375rem; }
  @media (min-width: 768px) {
    .product-recommendations {
      padding-bottom: 9.8125rem; } }
  .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;
      margin: 0 82px; }
      .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 .container .slick-arrow {
      display: none !important; }

.price .default-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .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: #012B7C;
    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: #012B7C;
  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: #012B7C; }
    .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: #012B7C; }

.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: #012B7C;
  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 .summary-header .card-header-custom {
      font-family: "Inter-Bold";
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      color: #2B2047; }
  #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: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      color: #2B333F;
      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 {
        font-family: "Inter-Bold";
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        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: #012B7C; }
  #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 .value, #order-product-summary-card.order-product-summary .product-summary-block .product-line-item .product-line-item-details .totals-container .pricing {
        font-family: "Inter-Bold";
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #2B333F; }
      #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: #012B7C; }

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

/* 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: #012B7C; }

.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: #012B7C; }

.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: #012B7C; }

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